.contact-us-module__cGlOwW__hero{border-radius:var(--radius-2xl);background:linear-gradient(135deg, var(--primary) 0%, color-mix(in srgb, var(--primary) 70%, var(--secondary)) 60%, color-mix(in srgb, var(--secondary) 60%, var(--primary)) 100%);color:#fff;padding:3rem 2.5rem;position:relative;overflow:hidden}.contact-us-module__cGlOwW__heroGlow1{pointer-events:none;background:color-mix(in srgb, var(--secondary) 20%, transparent);filter:blur(3rem);border-radius:9999px;width:18rem;height:18rem;position:absolute;top:-4rem;right:-4rem}.contact-us-module__cGlOwW__heroGlow2{pointer-events:none;background:color-mix(in srgb, var(--brand-tertiary) 15%, transparent);filter:blur(2.5rem);border-radius:9999px;width:14rem;height:14rem;position:absolute;bottom:-3rem;left:-3rem}.contact-us-module__cGlOwW__heroDots{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.contact-us-module__cGlOwW__heroInner{z-index:10;max-width:38rem;position:relative}.contact-us-module__cGlOwW__heroBadge{color:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.02em;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:.25rem .875rem;font-size:.75rem;font-weight:500;display:inline-flex}.contact-us-module__cGlOwW__heroTitle{letter-spacing:-.03em;color:#fff;margin:0 0 .875rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.contact-us-module__cGlOwW__heroSubtitle{color:#ffffffb8;max-width:34rem;margin:0;font-size:1rem;line-height:1.7}.contact-us-module__cGlOwW__formCard{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a}@media (min-width:640px){.contact-us-module__cGlOwW__formCard{padding:2.5rem}}.contact-us-module__cGlOwW__formHeading{color:var(--foreground);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.contact-us-module__cGlOwW__formSubheading{color:var(--muted-foreground);margin:0 0 1.75rem;font-size:.8125rem}.contact-us-module__cGlOwW__formCard .focus-ring:focus-visible{box-shadow:0 0 0 3px var(--ring);border-color:var(--primary);outline:none}.contact-us-module__cGlOwW__fieldLabel{justify-content:space-between;align-items:center;margin-bottom:.375rem;display:flex}.contact-us-module__cGlOwW__fieldLabelText{color:var(--foreground);font-size:.875rem;font-weight:500}.contact-us-module__cGlOwW__required{color:var(--destructive);margin-left:.125rem}.contact-us-module__cGlOwW__charCount{font-variant-numeric:tabular-nums;color:var(--muted-foreground);font-size:.75rem;transition:color .15s}.contact-us-module__cGlOwW__charCountWarn{color:var(--warning)}.contact-us-module__cGlOwW__charCountLimit{color:var(--destructive)}.contact-us-module__cGlOwW__inputWrapper{position:relative}.contact-us-module__cGlOwW__inputIcon{width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;flex-shrink:0;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.contact-us-module__cGlOwW__textareaIcon{width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;flex-shrink:0;position:absolute;top:.875rem;left:.75rem}.contact-us-module__cGlOwW__inputWithIcon{padding-left:2.5rem!important}.contact-us-module__cGlOwW__selectChevron{width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.contact-us-module__cGlOwW__topicGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (min-width:640px){.contact-us-module__cGlOwW__topicGrid{grid-template-columns:repeat(3,1fr)}}.contact-us-module__cGlOwW__topicPill{border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:border-color .15s,background .15s,color .15s,box-shadow .15s;display:flex;overflow:hidden}.contact-us-module__cGlOwW__topicPill:hover{border-color:color-mix(in srgb, var(--primary) 40%, transparent);background:color-mix(in srgb, var(--primary) 6%, transparent);color:var(--foreground)}.contact-us-module__cGlOwW__topicPillActive{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.contact-us-module__cGlOwW__topicEmoji{flex-shrink:0;font-size:1rem;line-height:1}.contact-us-module__cGlOwW__errorBanner{border-radius:var(--radius-lg);border:1px solid color-mix(in srgb, var(--destructive) 30%, transparent);background:color-mix(in srgb, var(--destructive) 6%, transparent);align-items:flex-start;gap:.625rem;padding:.75rem 1rem;display:flex}.contact-us-module__cGlOwW__errorIcon{width:1rem;height:1rem;color:var(--destructive);flex-shrink:0;margin-top:.125rem}.contact-us-module__cGlOwW__errorText{color:var(--destructive);font-size:.875rem;line-height:1.5}.contact-us-module__cGlOwW__successState{text-align:center;border-radius:var(--radius-xl);border:1.5px solid color-mix(in srgb, var(--success) 25%, transparent);background:color-mix(in srgb, var(--success) 5%, var(--card));flex-direction:column;align-items:center;padding:3.5rem 1.5rem;display:flex}.contact-us-module__cGlOwW__successIcon{background:color-mix(in srgb, var(--success) 15%, transparent);width:4.5rem;height:4.5rem;color:var(--success);border-radius:9999px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.contact-us-module__cGlOwW__successTitle{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.contact-us-module__cGlOwW__successBody{color:var(--muted-foreground);max-width:26rem;margin:0;font-size:.875rem;line-height:1.65}.contact-us-module__cGlOwW__successEmail{color:var(--foreground);word-break:break-all;font-weight:600}.contact-us-module__cGlOwW__successReset{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:1.5rem;padding:0;font-size:.875rem;font-weight:500;transition:opacity .15s;display:inline-flex}.contact-us-module__cGlOwW__successReset:hover{opacity:.75}.contact-us-module__cGlOwW__sideCard{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.contact-us-module__cGlOwW__sideCardHeading{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 1rem;font-size:.6875rem;font-weight:600}.contact-us-module__cGlOwW__channelRow{border-radius:var(--radius-md);color:inherit;align-items:center;gap:.75rem;margin:0 -.5rem;padding:.5rem;text-decoration:none;transition:background .15s;display:flex}.contact-us-module__cGlOwW__channelRow:hover{background:var(--muted)}.contact-us-module__cGlOwW__channelIconWrap{border-radius:var(--radius-md);background:var(--muted);width:2.25rem;height:2.25rem;color:var(--muted-foreground);flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.contact-us-module__cGlOwW__channelRow:hover .contact-us-module__cGlOwW__channelIconWrap{background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary)}.contact-us-module__cGlOwW__channelMeta{flex:1;min-width:0}.contact-us-module__cGlOwW__channelLabel{color:var(--muted-foreground);margin-bottom:.2rem;font-size:.7rem;line-height:1}.contact-us-module__cGlOwW__channelDisplay{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;transition:color .15s;overflow:hidden}.contact-us-module__cGlOwW__channelRow:hover .contact-us-module__cGlOwW__channelDisplay{color:var(--primary)}.contact-us-module__cGlOwW__responseCardInner{align-items:flex-start;gap:.75rem;display:flex}.contact-us-module__cGlOwW__responseIconWrap{border-radius:var(--radius-md);background:color-mix(in srgb, var(--primary) 10%, transparent);width:2.25rem;height:2.25rem;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-us-module__cGlOwW__responseBody{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.contact-us-module__cGlOwW__responseHighlight{color:var(--foreground);font-weight:600}.contact-us-module__cGlOwW__helpList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.contact-us-module__cGlOwW__helpItem{color:var(--muted-foreground);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.contact-us-module__cGlOwW__helpDot{background:var(--primary);opacity:.7;border-radius:9999px;flex-shrink:0;width:.375rem;height:.375rem;margin-top:.45rem}.contact-us-module__cGlOwW__privacyNote{color:var(--muted-foreground);font-size:.75rem;line-height:1.5}.contact-us-module__cGlOwW__divider{background:var(--border);height:1px;margin:.75rem 0}
