.Header-module__KHjLKa__header{z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-line);box-shadow:var(--shadow-nav);position:sticky;top:0}.Header-module__KHjLKa__bar{justify-content:space-between;align-items:center;gap:var(--space-6);height:68px;display:flex}.Header-module__KHjLKa__brand{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-primary);align-items:center;font-size:1.5rem;font-weight:600;display:inline-flex}.Header-module__KHjLKa__brandLogo{width:auto;height:52px}@media (max-width:600px){.Header-module__KHjLKa__brandLogo{height:44px}}.Header-module__KHjLKa__desktopNav{align-items:center;gap:var(--space-2);display:none}@media (min-width:1100px){.Header-module__KHjLKa__desktopNav{display:flex}}.Header-module__KHjLKa__navItem{position:relative}.Header-module__KHjLKa__navLink,.Header-module__KHjLKa__navTrigger{border-radius:var(--radius-sm);color:var(--color-text);align-items:center;gap:4px;padding:10px 12px;font-size:.9375rem;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.Header-module__KHjLKa__navLink:hover,.Header-module__KHjLKa__navTrigger:hover{color:var(--color-primary);background:var(--color-tint)}.Header-module__KHjLKa__dropdown{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-md);min-width:250px;box-shadow:var(--shadow-card);padding:var(--space-2);opacity:0;visibility:hidden;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(6px)}.Header-module__KHjLKa__navItem:hover .Header-module__KHjLKa__dropdown,.Header-module__KHjLKa__navItem:focus-within .Header-module__KHjLKa__dropdown{opacity:1;visibility:visible;transform:none}.Header-module__KHjLKa__dropdownLink{border-radius:var(--radius-sm);color:var(--color-text);padding:10px 12px;font-size:.9375rem;transition:background .15s,color .15s;display:block}.Header-module__KHjLKa__dropdownLink:hover{background:var(--color-tint);color:var(--color-primary)}.Header-module__KHjLKa__megaMenu{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);width:max-content;max-width:min(640px,100vw - 32px);box-shadow:var(--shadow-nav), var(--shadow-card-lg);padding:var(--space-3);opacity:0;visibility:hidden;z-index:50;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(6px)}.Header-module__KHjLKa__navItem:hover .Header-module__KHjLKa__megaMenu,.Header-module__KHjLKa__navItem:focus-within .Header-module__KHjLKa__megaMenu{opacity:1;visibility:visible;transform:none}.Header-module__KHjLKa__navItemSuppressed:hover .Header-module__KHjLKa__megaMenu,.Header-module__KHjLKa__navItemSuppressed:focus-within .Header-module__KHjLKa__megaMenu,.Header-module__KHjLKa__navItemSuppressed:hover .Header-module__KHjLKa__dropdown,.Header-module__KHjLKa__navItemSuppressed:focus-within .Header-module__KHjLKa__dropdown{opacity:0;visibility:hidden}.Header-module__KHjLKa__navItem:nth-last-child(-n+3) .Header-module__KHjLKa__megaMenu{left:auto;right:0}.Header-module__KHjLKa__megaGrid{gap:var(--space-1);grid-template-columns:repeat(2,minmax(190px,1fr));display:grid}@media (min-width:1280px){.Header-module__KHjLKa__megaGrid{grid-template-columns:repeat(3,minmax(190px,1fr))}}.Header-module__KHjLKa__megaPanel{border-radius:var(--radius-lg);width:min(940px,100vw - 32px);max-width:none;padding:0;position:fixed;top:69px;left:50%;right:auto;overflow:hidden;transform:translate(-50%,6px)}.Header-module__KHjLKa__megaPanel:has(.Header-module__KHjLKa__svc){width:min(1160px,100vw - 32px)}.Header-module__KHjLKa__navItem:hover .Header-module__KHjLKa__megaPanel,.Header-module__KHjLKa__navItem:focus-within .Header-module__KHjLKa__megaPanel{transform:translate(-50%)}.Header-module__KHjLKa__navItem:nth-last-child(-n+3) .Header-module__KHjLKa__megaPanel{left:50%;right:auto}.Header-module__KHjLKa__megaPanel:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-accent) 55%, transparent);height:3px;display:block}.Header-module__KHjLKa__megaBody{grid-template-columns:1fr 1fr .92fr;display:grid}.Header-module__KHjLKa__megaCol{border-right:1px solid var(--color-line);flex-direction:column;padding:clamp(18px,2vw,24px);display:flex}.Header-module__KHjLKa__megaColHead{border-bottom:1px solid var(--color-line);align-items:center;gap:11px;margin-bottom:2px;padding-bottom:11px;display:flex}.Header-module__KHjLKa__megaColHeadIcon{color:var(--color-accent);display:inline-flex}.Header-module__KHjLKa__megaColTitle{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);font-size:.6875rem;font-weight:700}.Header-module__KHjLKa__megaRow{border-radius:var(--radius-md);align-items:flex-start;gap:12px;margin:0 -12px;padding:7px 12px;transition:background .15s;display:flex}.Header-module__KHjLKa__megaRow:hover{background:var(--color-tint)}.Header-module__KHjLKa__megaRowIcon{background:var(--color-tint);width:32px;height:32px;color:var(--color-primary);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.Header-module__KHjLKa__megaRow:hover .Header-module__KHjLKa__megaRowIcon{background:var(--color-primary);color:var(--color-surface)}.Header-module__KHjLKa__megaRowText{min-width:0}.Header-module__KHjLKa__megaRowLabel{color:var(--color-primary);font-size:.90625rem;font-weight:600;line-height:1.3;display:block}.Header-module__KHjLKa__megaRowDesc{color:var(--color-text-muted);margin-top:2px;font-size:.78125rem;line-height:1.45;display:block}.Header-module__KHjLKa__megaRail{background:linear-gradient(180deg, var(--color-gold-wash) 0%, var(--color-surface) 100%);flex-direction:column;gap:12px;padding:clamp(18px,2vw,24px);display:flex}.Header-module__KHjLKa__megaFeature{border-radius:var(--radius-lg);background:var(--color-primary);padding:18px;display:block;position:relative;overflow:hidden}.Header-module__KHjLKa__megaFeatureGlyph{font-family:var(--font-display);color:var(--color-accent);opacity:.12;pointer-events:none;font-size:110px;font-style:italic;font-weight:900;line-height:1;position:absolute;top:-34px;right:-12px}.Header-module__KHjLKa__megaFeatureIcon{width:38px;height:38px;color:var(--color-accent);background:#c8962e2e;border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.Header-module__KHjLKa__megaFeatureTitle{font-family:var(--font-display);color:var(--color-bg);margin:11px 0 5px;font-size:1.1875rem;font-weight:700;display:block}.Header-module__KHjLKa__megaFeatureDesc{color:#f5f0e8a8;max-width:26ch;margin-bottom:12px;font-size:.8125rem;line-height:1.5;display:block}.Header-module__KHjLKa__megaFeatureCta{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:8px;font-size:.6875rem;font-weight:700;transition:gap .15s;display:inline-flex}.Header-module__KHjLKa__megaFeature:hover .Header-module__KHjLKa__megaFeatureCta{gap:12px}.Header-module__KHjLKa__megaCompact{border-radius:var(--radius-md);border:1px solid var(--color-line);background:var(--color-surface);align-items:center;gap:12px;padding:12px;transition:border-color .15s,transform .15s;display:flex}.Header-module__KHjLKa__megaCompact:hover{border-color:#c8962e80;transform:translate(2px)}.Header-module__KHjLKa__megaCompactIcon{background:var(--color-gold-wash);width:36px;height:36px;color:var(--color-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__KHjLKa__megaCompactText{flex:1;min-width:0}.Header-module__KHjLKa__megaCompactLabel{color:var(--color-primary);font-size:.90625rem;font-weight:600;line-height:1.25;display:block}.Header-module__KHjLKa__megaCompactDesc{color:var(--color-text-muted);margin-top:2px;font-size:.75rem;line-height:1.4;display:block}.Header-module__KHjLKa__megaCompactChev{color:var(--color-line);flex-shrink:0}.Header-module__KHjLKa__megaCompact:hover .Header-module__KHjLKa__megaCompactChev{color:var(--color-accent)}.Header-module__KHjLKa__megaFooter{border-top:1px solid var(--color-line);background:var(--color-gold-wash);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(22px,2.4vw,32px);display:flex}.Header-module__KHjLKa__megaFooterText{color:var(--color-text-muted);font-size:.8125rem}.Header-module__KHjLKa__megaFooterCta{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);border-radius:var(--radius-pill);background:var(--color-tint);align-items:center;gap:9px;padding:10px 18px;font-size:.75rem;font-weight:700;transition:background .15s;display:inline-flex}.Header-module__KHjLKa__megaFooterCta svg{color:var(--color-accent)}.Header-module__KHjLKa__megaFooterCta:hover{background:var(--color-line)}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__megaRow,.Header-module__KHjLKa__megaRowIcon,.Header-module__KHjLKa__megaCompact,.Header-module__KHjLKa__megaFeatureCta,.Header-module__KHjLKa__megaFooterCta{transition:none}}.Header-module__KHjLKa__megaCard{align-items:flex-start;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);transition:background .15s;display:flex}.Header-module__KHjLKa__megaCard:hover{background:var(--color-tint)}.Header-module__KHjLKa__megaCardIcon{border-radius:var(--radius-md);background:var(--color-tint);width:40px;height:40px;color:var(--color-primary);flex-shrink:0;place-items:center;transition:background .15s,color .15s;display:inline-grid}.Header-module__KHjLKa__megaCard:hover .Header-module__KHjLKa__megaCardIcon{background:var(--color-primary);color:var(--color-surface)}.Header-module__KHjLKa__megaCardText{flex-direction:column;gap:2px;min-width:0;display:flex}.Header-module__KHjLKa__megaCardLabel{color:var(--color-primary);font-size:.9375rem;font-weight:600;line-height:1.2}.Header-module__KHjLKa__megaCardDesc{color:var(--color-text-muted);font-size:.8125rem;line-height:1.4}.Header-module__KHjLKa__megaViewAll{align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding:var(--space-3);border-top:1px solid var(--color-line);width:100%;color:var(--color-primary);font-size:.875rem;font-weight:600;transition:color .15s,gap .15s;display:inline-flex}.Header-module__KHjLKa__megaViewAll svg{color:var(--color-accent);transition:transform .15s}.Header-module__KHjLKa__megaViewAll:hover{color:var(--color-accent)}.Header-module__KHjLKa__megaViewAll:hover svg{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__megaMenu{transition:opacity 1ms;transform:none}.Header-module__KHjLKa__megaCard,.Header-module__KHjLKa__megaCardIcon,.Header-module__KHjLKa__megaViewAll svg{transition:none}}.Header-module__KHjLKa__rzPanel{width:min(760px,100vw - 32px)}.Header-module__KHjLKa__rzGrid{grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.2vw,16px);padding:clamp(20px,2vw,28px);display:grid}.Header-module__KHjLKa__rzTile{border-radius:var(--radius-lg);border:1px solid var(--color-line);background:var(--color-surface);flex-direction:column;align-items:flex-start;gap:4px;padding:20px 18px;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:flex}.Header-module__KHjLKa__rzTile:hover{background:var(--color-gold-wash);box-shadow:var(--shadow-card);border-color:#c8962e80;transform:translateY(-2px)}.Header-module__KHjLKa__rzTileIcon{background:var(--color-tint);width:46px;height:46px;color:var(--color-primary);border-radius:13px;justify-content:center;align-items:center;margin-bottom:8px;transition:background .16s,color .16s;display:inline-flex}.Header-module__KHjLKa__rzTile:hover .Header-module__KHjLKa__rzTileIcon{background:var(--color-primary);color:var(--color-accent)}.Header-module__KHjLKa__rzTileLabel{color:var(--color-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:700;line-height:1.25}.Header-module__KHjLKa__rzTileDesc{color:var(--color-text-muted);font-size:.8125rem;line-height:1.4}.Header-module__KHjLKa__rzFeature{border-radius:var(--radius-lg);background:var(--color-primary);border:1px solid #0000;flex-direction:column;align-items:flex-start;gap:4px;padding:20px 18px;transition:transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.Header-module__KHjLKa__rzFeature:hover{box-shadow:var(--shadow-card-lg);transform:translateY(-2px)}.Header-module__KHjLKa__rzFeatureGlyph{font-family:var(--font-display);color:var(--color-accent);opacity:.14;pointer-events:none;font-size:104px;font-style:italic;font-weight:900;line-height:1;position:absolute;top:-30px;right:-8px}.Header-module__KHjLKa__rzFeatureIcon{width:46px;height:46px;color:var(--color-accent);background:#c8962e2e;border-radius:13px;justify-content:center;align-items:center;margin-bottom:8px;display:inline-flex}.Header-module__KHjLKa__rzFeatureLabel{color:var(--color-bg);letter-spacing:-.01em;font-size:.9375rem;font-weight:700;line-height:1.25}.Header-module__KHjLKa__rzFeatureDesc{color:#f5f0e8a8;max-width:22ch;font-size:.8125rem;line-height:1.4}.Header-module__KHjLKa__rzFeatureCta{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:7px;margin-top:10px;font-size:.6875rem;font-weight:700;transition:gap .16s;display:inline-flex}.Header-module__KHjLKa__rzFeature:hover .Header-module__KHjLKa__rzFeatureCta{gap:11px}.Header-module__KHjLKa__rzFooter{border-top:1px solid var(--color-line);background:var(--color-gold-wash);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(20px,2vw,28px);display:flex}.Header-module__KHjLKa__rzFooterText{color:var(--color-text-muted);font-size:.8125rem}.Header-module__KHjLKa__rzFooterCta{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);border-radius:var(--radius-pill);background:var(--color-tint);align-items:center;gap:9px;padding:10px 18px;font-size:.75rem;font-weight:700;transition:background .15s;display:inline-flex}.Header-module__KHjLKa__rzFooterCta svg{color:var(--color-accent)}.Header-module__KHjLKa__rzFooterCta:hover{background:var(--color-line)}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__rzTile,.Header-module__KHjLKa__rzTileIcon,.Header-module__KHjLKa__rzFeature,.Header-module__KHjLKa__rzFeatureCta,.Header-module__KHjLKa__rzFooterCta{transition:none}}.Header-module__KHjLKa__svc{grid-template-columns:250px 1fr;display:grid}.Header-module__KHjLKa__svcRail{background:var(--color-primary);flex-direction:column;padding:clamp(24px,2.4vw,32px);display:flex;position:relative;overflow:hidden}.Header-module__KHjLKa__svcRailMedia{z-index:0;aspect-ratio:auto;border:0;border-radius:0;margin:0;position:absolute;inset:0}.Header-module__KHjLKa__svcRailMediaScrim{z-index:1;pointer-events:none;background:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary) 22%, #0f4c42db 40%, #0f4c4280 66%, #0a3730b8 100%);position:absolute;inset:0}.Header-module__KHjLKa__svcRailGlyph{z-index:1;font-family:var(--font-display);color:var(--color-accent);opacity:.07;pointer-events:none;font-size:220px;font-style:italic;font-weight:900;line-height:1;position:absolute;bottom:-44px;left:-28px}.Header-module__KHjLKa__svcRailEyebrow{z-index:2;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:9px;font-size:.65625rem;font-weight:700;display:inline-flex;position:relative}.Header-module__KHjLKa__svcRailRule{background:var(--color-accent);width:20px;height:1.5px}.Header-module__KHjLKa__svcRailTitle{z-index:2;font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-bg);margin:20px 0 0;font-size:clamp(21px,2.2vw,26px);font-weight:700;line-height:1.22;position:relative}.Header-module__KHjLKa__svcRailTitleLine{display:block}.Header-module__KHjLKa__svcRailBody{z-index:2;color:#fbfaf7a8;margin:11px 0 0;font-size:.8125rem;line-height:1.55;position:relative}.Header-module__KHjLKa__svcRailImg{object-fit:cover}.Header-module__KHjLKa__svcRailCta{z-index:2;justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:28px;text-decoration:none;display:flex;position:relative}.Header-module__KHjLKa__svcRailCtaText{background:var(--color-accent);min-width:0;color:var(--color-primary);border-radius:12px;flex:1;justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;transition:background .16s,transform .16s;display:flex}.Header-module__KHjLKa__svcRailCta:hover .Header-module__KHjLKa__svcRailCtaText{background:var(--color-gold-soft);transform:translateY(-2px)}.Header-module__KHjLKa__svcRailCtaTitle{letter-spacing:.02em;color:var(--color-primary);font-size:.8125rem;font-weight:700;display:block}.Header-module__KHjLKa__svcRailCtaSub{display:none}.Header-module__KHjLKa__svcRailCtaIcon{color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__KHjLKa__svcMain{flex-direction:column;padding:clamp(20px,2vw,26px) clamp(18px,2vw,24px) 0;display:flex}.Header-module__KHjLKa__svcGrid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:0 clamp(16px,1.8vw,26px);display:grid}.Header-module__KHjLKa__svcColumn{border-right:1px solid var(--color-line);flex-direction:column;gap:clamp(14px,1.6vw,22px);min-width:0;padding-right:clamp(14px,1.6vw,24px);display:flex}.Header-module__KHjLKa__svcColumn:last-child{border-right:none;padding-right:0}.Header-module__KHjLKa__svcCat{flex-direction:column;display:flex}.Header-module__KHjLKa__svcCatHead{border-bottom:1px solid var(--color-line);align-items:center;gap:8px;margin-bottom:2px;padding:0 6px 8px;display:flex}.Header-module__KHjLKa__svcCatIcon{color:var(--color-cta);display:inline-flex}.Header-module__KHjLKa__svcCatName{letter-spacing:.13em;text-transform:uppercase;color:var(--color-accent-text);white-space:nowrap;font-size:.65625rem;font-weight:700}.Header-module__KHjLKa__svcCatRule{flex:1;height:1px}.Header-module__KHjLKa__svcRow{border-radius:var(--radius-md);box-shadow:inset 0 0 0 0 var(--color-accent);align-items:center;gap:11px;margin:0 -2px;padding:7px 8px;transition:background .15s,box-shadow .15s;display:flex}.Header-module__KHjLKa__svcRow:hover{background:var(--color-tint);box-shadow:inset 3px 0 0 0 var(--color-accent)}.Header-module__KHjLKa__svcRowIcon{background:var(--color-tint);width:34px;height:34px;color:var(--color-primary);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.Header-module__KHjLKa__svcRow:hover .Header-module__KHjLKa__svcRowIcon{background:var(--color-primary);color:var(--color-surface)}.Header-module__KHjLKa__svcRowText{min-width:0}.Header-module__KHjLKa__svcRowTitle{color:var(--color-primary);font-size:.84375rem;font-weight:600;line-height:1.2;display:block}.Header-module__KHjLKa__svcRowSub{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.75rem;line-height:1.35;display:block;overflow:hidden}.Header-module__KHjLKa__svcFooter{border-top:1px solid var(--color-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:clamp(14px,1.6vw,20px);padding:13px 2px;display:flex}.Header-module__KHjLKa__svcFooterText{color:var(--color-text-muted);font-size:.8125rem}.Header-module__KHjLKa__svcFooterCta{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);border-radius:var(--radius-pill);background:var(--color-tint);align-items:center;gap:9px;padding:10px 18px;font-size:.75rem;font-weight:700;transition:background .15s;display:inline-flex}.Header-module__KHjLKa__svcFooterCta svg{color:var(--color-accent)}.Header-module__KHjLKa__svcFooterCta:hover{background:var(--color-line)}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__svcRailCta,.Header-module__KHjLKa__svcRow,.Header-module__KHjLKa__svcRowIcon,.Header-module__KHjLKa__svcFooterCta{transition:none}}.Header-module__KHjLKa__st{grid-template-columns:340px 1fr;display:grid}.Header-module__KHjLKa__stList{border-right:1px solid var(--color-line);padding:clamp(16px,1.8vw,22px)}.Header-module__KHjLKa__stListHead{align-items:center;gap:10px;padding:4px 12px 12px;display:flex}.Header-module__KHjLKa__stListHeadIcon{color:var(--color-accent);display:inline-flex}.Header-module__KHjLKa__stListHeadTitle{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);font-size:.6875rem;font-weight:700}.Header-module__KHjLKa__stRow{border-radius:var(--radius-md);box-shadow:inset 0 0 0 0 var(--color-accent);align-items:center;gap:13px;margin-bottom:2px;padding:11px 12px;transition:background .15s,box-shadow .15s;display:flex}.Header-module__KHjLKa__stRowActive{background:var(--color-tint);box-shadow:inset 3px 0 0 0 var(--color-accent)}.Header-module__KHjLKa__stRowIcon{background:var(--color-tint);width:40px;height:40px;color:var(--color-primary);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.Header-module__KHjLKa__stRowActive .Header-module__KHjLKa__stRowIcon{background:var(--color-gold-wash);color:var(--color-accent)}.Header-module__KHjLKa__stRowText{flex:1;min-width:0}.Header-module__KHjLKa__stRowTitle{color:var(--color-primary);font-size:.90625rem;font-weight:600;line-height:1.25;display:block}.Header-module__KHjLKa__stRowSub{color:var(--color-text-muted);margin-top:2px;font-size:.78125rem;line-height:1.4;display:block}.Header-module__KHjLKa__stRowChev{color:var(--color-line);flex-shrink:0;transition:color .15s,transform .15s}.Header-module__KHjLKa__stRowActive .Header-module__KHjLKa__stRowChev{color:var(--color-accent);transform:translate(2px)}.Header-module__KHjLKa__stDetail{background:linear-gradient(180deg, var(--color-gold-wash) 0%, var(--color-surface) 60%);flex-direction:column;padding:clamp(22px,2.6vw,32px);display:flex;position:relative;overflow:hidden}.Header-module__KHjLKa__stDetailGlyph{opacity:.05;pointer-events:none;width:150px;height:150px;position:absolute;top:10px;right:12px}.Header-module__KHjLKa__stDetailHead{align-items:center;gap:16px;display:flex;position:relative}.Header-module__KHjLKa__stDetailIcon{border-radius:var(--radius-lg);background:var(--color-primary);width:56px;height:56px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__KHjLKa__stDetailEyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);font-size:.65625rem;font-weight:700;display:block}.Header-module__KHjLKa__stDetailTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-primary);margin-top:3px;font-size:clamp(24px,2.6vw,31px);font-weight:800;line-height:1.05;display:block}.Header-module__KHjLKa__stDetailDesc{color:var(--color-text);max-width:46ch;margin:16px 0 0;font-size:.90625rem;line-height:1.6;position:relative}.Header-module__KHjLKa__stAttrs{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid;position:relative}.Header-module__KHjLKa__stAttr{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-line);padding:12px 14px}.Header-module__KHjLKa__stAttrLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:8px;font-size:.65625rem;font-weight:700;display:flex}.Header-module__KHjLKa__stAttrIcon{color:var(--color-cta);display:inline-flex}.Header-module__KHjLKa__stAttrValue{color:var(--color-primary);margin-top:5px;font-size:.9375rem;font-weight:600;display:block}.Header-module__KHjLKa__stActions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:auto;padding-top:20px;display:flex;position:relative}.Header-module__KHjLKa__stActionPrimary{border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-bg);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:9px;padding:12px 20px;font-size:.75rem;font-weight:600;transition:background .15s;display:inline-flex}.Header-module__KHjLKa__stActionPrimary:hover{background:var(--color-cta)}.Header-module__KHjLKa__stActionPrimary svg{color:var(--color-accent)}.Header-module__KHjLKa__stActionGhost{letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:8px;font-size:.75rem;font-weight:700;transition:color .15s;display:inline-flex}.Header-module__KHjLKa__stActionGhost svg,.Header-module__KHjLKa__stActionGhost:hover{color:var(--color-accent)}.Header-module__KHjLKa__cm{grid-template-columns:340px 1fr;display:grid}.Header-module__KHjLKa__cmEst{background:var(--color-primary);flex-direction:column;padding:clamp(22px,2.4vw,30px);display:flex;position:relative;overflow:hidden}.Header-module__KHjLKa__cmEstGlyph{font-family:var(--font-display);color:var(--color-accent);opacity:.07;pointer-events:none;font-size:180px;font-style:italic;font-weight:900;line-height:1;position:absolute;top:-46px;right:-24px}.Header-module__KHjLKa__cmEstEyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:9px;font-size:.6875rem;font-weight:700;display:inline-flex;position:relative}.Header-module__KHjLKa__cmEstNumberWrap{margin-top:16px;position:relative}.Header-module__KHjLKa__cmEstLabel{letter-spacing:.04em;color:#f5f0e880;font-size:.75rem;font-weight:600}.Header-module__KHjLKa__cmEstNumber{align-items:baseline;gap:10px;margin-top:4px;display:flex}.Header-module__KHjLKa__cmEstCurrency{letter-spacing:.1em;color:var(--color-accent);font-size:.9375rem;font-weight:700}.Header-module__KHjLKa__cmEstValue{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-bg);font-size:clamp(38px,4vw,50px);font-style:italic;font-weight:800;line-height:1}.Header-module__KHjLKa__cmEstRange{color:#f5f0e86b;margin-top:6px;font-size:.71875rem}.Header-module__KHjLKa__cmControls{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;margin-top:18px;padding:4px 16px;position:relative}.Header-module__KHjLKa__cmCtrlRow{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.Header-module__KHjLKa__cmCtrlText{min-width:0}.Header-module__KHjLKa__cmCtrlLabel{color:#f5f0e8d1;font-size:.84375rem;display:block}.Header-module__KHjLKa__cmCtrlHint{color:#f5f0e86b;margin-top:1px;font-size:.6875rem;display:block}.Header-module__KHjLKa__cmCtrlFixed{color:var(--color-bg);font-size:.8125rem;font-weight:600}.Header-module__KHjLKa__cmStepper{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.Header-module__KHjLKa__cmStepBtn{width:30px;height:30px;color:var(--color-bg);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:8px;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .15s;display:inline-flex}.Header-module__KHjLKa__cmStepBtn:hover{background:#ffffff1f}.Header-module__KHjLKa__cmStepVal{text-align:center;min-width:26px;color:var(--color-bg);font-size:1rem;font-weight:700}.Header-module__KHjLKa__cmCtrlSeg{padding:12px 0}.Header-module__KHjLKa__cmSeg{background:#0000002e;border-radius:11px;gap:6px;margin-top:9px;padding:4px;display:flex}.Header-module__KHjLKa__cmSegBtn{cursor:pointer;color:#f5f0e88c;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;height:36px;font-family:inherit;font-size:.78125rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.Header-module__KHjLKa__cmSegOn{background:var(--color-accent);color:var(--color-primary)}.Header-module__KHjLKa__cmEstCta{border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-primary-deep);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin-top:18px;padding:13px 18px;font-size:.75rem;font-weight:700;transition:filter .15s;display:inline-flex}.Header-module__KHjLKa__cmEstCta:hover{filter:brightness(1.08)}.Header-module__KHjLKa__cmMain{padding:clamp(18px,2vw,24px) clamp(18px,2vw,24px) 0}.Header-module__KHjLKa__cmHead{border-bottom:1px solid var(--color-line);align-items:center;gap:11px;margin-bottom:2px;padding-bottom:12px;display:flex}.Header-module__KHjLKa__cmHeadIcon{color:var(--color-accent);display:inline-flex}.Header-module__KHjLKa__cmHeadTitle{letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);font-size:.6875rem;font-weight:700}.Header-module__KHjLKa__cmHeadCount{color:var(--color-text-muted);margin-left:auto;font-size:.6875rem;font-weight:600}.Header-module__KHjLKa__cmGrid{grid-template-columns:1fr 1fr;gap:3px;display:grid}.Header-module__KHjLKa__cmTool{border-radius:var(--radius-md);box-shadow:inset 0 0 0 0 var(--color-accent);align-items:center;gap:13px;padding:11px 14px;transition:background .15s,box-shadow .15s;display:flex}.Header-module__KHjLKa__cmTool:hover{background:var(--color-tint);box-shadow:inset 3px 0 0 0 var(--color-accent)}.Header-module__KHjLKa__cmToolIcon{background:var(--color-tint);width:42px;height:42px;color:var(--color-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.Header-module__KHjLKa__cmTool:hover .Header-module__KHjLKa__cmToolIcon{background:var(--color-primary);color:var(--color-surface)}.Header-module__KHjLKa__cmToolText{flex:1;min-width:0}.Header-module__KHjLKa__cmToolTitle{color:var(--color-primary);font-size:.90625rem;font-weight:600;line-height:1.25;display:block}.Header-module__KHjLKa__cmToolSub{color:var(--color-text-muted);margin-top:2px;font-size:.78125rem;line-height:1.4;display:block}.Header-module__KHjLKa__cmToolChev{color:var(--color-line);flex-shrink:0}.Header-module__KHjLKa__cmTool:hover .Header-module__KHjLKa__cmToolChev{color:var(--color-accent)}.Header-module__KHjLKa__cmFooter{border-top:1px solid var(--color-line);flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;padding:13px 2px;display:flex}.Header-module__KHjLKa__cmFooterIcon{color:var(--color-accent);display:inline-flex}.Header-module__KHjLKa__cmFooterText{color:var(--color-text-muted);font-size:.78125rem}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__stRow,.Header-module__KHjLKa__stRowIcon,.Header-module__KHjLKa__stRowChev,.Header-module__KHjLKa__stActionPrimary,.Header-module__KHjLKa__stActionGhost,.Header-module__KHjLKa__cmStepBtn,.Header-module__KHjLKa__cmSegBtn,.Header-module__KHjLKa__cmEstCta,.Header-module__KHjLKa__cmTool,.Header-module__KHjLKa__cmToolIcon{transition:none}}.Header-module__KHjLKa__actions{align-items:center;gap:var(--space-4);display:flex}.Header-module__KHjLKa__headerCta{padding:10px 20px;display:none}@media (min-width:1100px){.Header-module__KHjLKa__headerCta{display:inline-flex}}.Header-module__KHjLKa__hamburger{color:var(--color-primary);align-items:center;padding:6px;display:inline-flex}@media (min-width:1100px){.Header-module__KHjLKa__hamburger{display:none}}.Header-module__KHjLKa__mobilePanel{z-index:110;background:var(--color-bg);padding:var(--space-4) var(--space-6) var(--space-8);gap:var(--space-4);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.Header-module__KHjLKa__mobileTop{justify-content:space-between;align-items:center;height:60px;display:flex}.Header-module__KHjLKa__mobileNav{flex-direction:column;flex:1;display:flex}.Header-module__KHjLKa__mobileLink,.Header-module__KHjLKa__mobileGroupBtn{width:100%;color:var(--color-text);border-bottom:1px solid var(--color-line);text-align:left;justify-content:space-between;align-items:center;padding:14px 4px;font-size:1.0625rem;font-weight:500;display:flex}.Header-module__KHjLKa__mobileGroup{border-bottom:1px solid var(--color-line)}.Header-module__KHjLKa__mobileGroupBtn{border-bottom:none}.Header-module__KHjLKa__mobileSub{padding:0 0 var(--space-3) var(--space-4);flex-direction:column;display:flex}.Header-module__KHjLKa__mobileSubLink{align-items:center;gap:var(--space-3);color:var(--color-text-muted);padding:10px 4px;font-size:.9375rem;display:flex}.Header-module__KHjLKa__mobileSubLink:hover{color:var(--color-primary)}.Header-module__KHjLKa__mobileSubIcon{color:var(--color-accent);flex-shrink:0}.Header-module__KHjLKa__mobileSubGroup{flex-direction:column;display:flex}.Header-module__KHjLKa__mobileSubGroup+.Header-module__KHjLKa__mobileSubGroup{margin-top:var(--space-2)}.Header-module__KHjLKa__mobileSubTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);padding:var(--space-2) 4px 4px;font-size:.6875rem;font-weight:700}
.Footer-module__yg9ahW__footer{color:#c8e3d8;background:radial-gradient(120% 90% at 85% -10%, color-mix(in srgb, var(--color-primary) 82%, #14554a) 0%, var(--color-primary-deep) 40%, color-mix(in srgb, var(--color-primary-deep) 70%, #041e1a) 100%);font-size:.9rem;line-height:1.6;position:relative;overflow:hidden}.Footer-module__yg9ahW__texture,.Footer-module__yg9ahW__glow{pointer-events:none;position:absolute;inset:0}.Footer-module__yg9ahW__texture{opacity:.4;background-image:radial-gradient(#ffffff0b 1px,#0000 1px);background-size:28px 28px}.Footer-module__yg9ahW__glow{background:radial-gradient(70% 60% at 95% 105%, color-mix(in srgb, var(--color-accent) 55%, transparent), transparent 55%);opacity:.22}.Footer-module__yg9ahW__inner{max-width:var(--max-wide);margin:0 auto;padding:clamp(40px,5vw,52px) clamp(20px,4vw,48px) 30px;position:relative}.Footer-module__yg9ahW__top{grid-template-columns:1fr;gap:clamp(40px,5vw,56px);padding:clamp(8px,2vw,16px) 0 12px;display:grid}@media (min-width:960px){.Footer-module__yg9ahW__top{grid-template-columns:1.15fr 3fr}}.Footer-module__yg9ahW__brandHead{align-items:center;gap:13px;margin-bottom:20px;display:flex}.Footer-module__yg9ahW__brandLogo{width:auto;height:46px}.Footer-module__yg9ahW__tagline{color:#9fbdb2;max-width:34ch;margin:0 0 26px;font-size:.9rem;line-height:1.65}.Footer-module__yg9ahW__contact{flex-direction:column;gap:13px;margin-bottom:26px;display:flex}.Footer-module__yg9ahW__contactRow{color:#c8e3d8;align-items:center;gap:12px;text-decoration:none;transition:color .15s;display:flex}a.Footer-module__yg9ahW__contactRow:hover{color:#fff}.Footer-module__yg9ahW__contactIc{width:34px;height:34px;color:var(--color-gold-soft,#e8c572);background:#ffffff0f;border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.Footer-module__yg9ahW__contactIcWa{color:#3fd69c;background:#3fd69c24}.Footer-module__yg9ahW__contactText{font-size:.9rem}.Footer-module__yg9ahW__contactMuted{color:#8faea4;font-size:.76rem}.Footer-module__yg9ahW__social{align-items:center;gap:10px;display:flex}.Footer-module__yg9ahW__social a{color:#c8e3d8;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s;display:inline-flex}.Footer-module__yg9ahW__social a:hover{color:#fff;background:#ffffff1f}.Footer-module__yg9ahW__cols{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:720px){.Footer-module__yg9ahW__cols{grid-template-columns:repeat(3,1fr)}}.Footer-module__yg9ahW__colStack{flex-direction:column;gap:36px;display:flex}.Footer-module__yg9ahW__colTitle{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin:0;font-size:.72rem;font-weight:700}.Footer-module__yg9ahW__colRule{background:var(--color-accent);border-radius:2px;width:24px;height:2px;margin:8px 0 16px;display:block}.Footer-module__yg9ahW__colLinks{flex-direction:column;gap:11px;font-size:.9rem;display:flex}.Footer-module__yg9ahW__colLinks a{color:#a9c3ba;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__colLinks a:hover{color:#fff}.Footer-module__yg9ahW__trust{border-top:1px solid #ffffff17;border-bottom:1px solid #ffffff17;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:36px;padding:22px 0;display:flex}.Footer-module__yg9ahW__trustGroup{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Footer-module__yg9ahW__trustStars{color:var(--color-gold-soft,#e8c572);gap:1px;display:flex}.Footer-module__yg9ahW__trustItem{color:#c8e3d8;font-size:.85rem}.Footer-module__yg9ahW__trustItem strong{color:#fff}.Footer-module__yg9ahW__trustSep{background:#ffffff24;width:1px;height:20px}.Footer-module__yg9ahW__pay{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Footer-module__yg9ahW__payLabel{letter-spacing:.1em;text-transform:uppercase;color:#8faea4;font-size:.72rem;font-weight:700}.Footer-module__yg9ahW__payCard{background:#fff;border-radius:6px;padding:6px 10px;font-size:.72rem;font-weight:700}.Footer-module__yg9ahW__payCardMuted{color:#c8e3d8;background:#ffffff14;border-radius:6px;padding:6px 10px;font-size:.72rem;font-weight:600}.Footer-module__yg9ahW__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;display:flex}.Footer-module__yg9ahW__copy{color:#7fa398;margin:0;font-size:.82rem}.Footer-module__yg9ahW__legal{flex-wrap:wrap;align-items:center;gap:22px;font-size:.82rem;display:flex}.Footer-module__yg9ahW__legal a{color:#a9c3ba;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__legal a:hover{color:var(--color-gold-soft,#e8c572)}.Footer-module__yg9ahW__disclaimer{color:#5e7b72;margin:22px 0 0;font-size:.76rem;line-height:1.6}
.StickyContact-module__ut1c9a__wrap{right:var(--space-4);bottom:var(--space-4);z-index:90;gap:var(--space-3);flex-direction:column;display:flex;position:fixed}.StickyContact-module__ut1c9a__fab{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);box-shadow:var(--shadow-cta);font-size:.9375rem;font-weight:500;transition:transform .15s;display:inline-flex}.StickyContact-module__ut1c9a__fab:hover{transform:translateY(-2px)}.StickyContact-module__ut1c9a__whatsapp{background:var(--color-cta);color:var(--color-surface);padding:12px 20px}.StickyContact-module__ut1c9a__call{left:var(--space-4);bottom:var(--space-4);z-index:90;border-radius:var(--radius-pill);box-shadow:var(--shadow-cta);background:var(--color-surface);color:var(--color-primary);border:1px solid var(--color-line);justify-content:center;align-items:center;padding:12px;transition:transform .15s;display:inline-flex;position:fixed}.StickyContact-module__ut1c9a__call:hover{transform:translateY(-2px)}@media (min-width:700px){.StickyContact-module__ut1c9a__call{display:none}}@media (max-width:1023px){.StickyContact-module__ut1c9a__whatsapp{gap:0;padding:13px}.StickyContact-module__ut1c9a__whatsapp span{display:none}}body[data-has-costbar] .StickyContact-module__ut1c9a__wrap{bottom:calc(72px + var(--space-4))}body[data-has-costbar] .StickyContact-module__ut1c9a__call{bottom:calc(72px + var(--space-4))}
.ChatWidget-module__ffWIMW__launcher{right:var(--space-4);bottom:calc(var(--space-4) + 76px);z-index:91;border-radius:var(--radius-pill);background:linear-gradient(155deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);width:60px;height:60px;color:var(--color-gold-soft);border:none;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:inline-flex;position:fixed;overflow:hidden;box-shadow:0 8px 24px #0a373059,0 2px 6px #0a373033}.ChatWidget-module__ffWIMW__launcherMark{object-fit:contain;width:32px;height:32px;display:block}.ChatWidget-module__ffWIMW__launcher:after{content:"";background:var(--color-gold-soft);border:2px solid var(--color-primary-deep);width:10px;height:10px;opacity:var(--dot-opacity,1);border-radius:50%;position:absolute;top:6px;right:6px}.ChatWidget-module__ffWIMW__launcher:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0a373066,0 2px 6px #0a373038}.ChatWidget-module__ffWIMW__launcher:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.ChatWidget-module__ffWIMW__launcherOpen:after{--dot-opacity:0}@media (max-width:1023px){.ChatWidget-module__ffWIMW__launcher{bottom:calc(var(--space-4) + 48px + var(--space-3));width:52px;height:52px}}body[data-has-costbar] .ChatWidget-module__ffWIMW__launcher{bottom:calc(72px + var(--space-4) + 76px)}.ChatWidget-module__ffWIMW__panel{--panel-top-clearance:56px;right:var(--space-4);bottom:calc(var(--space-4) + 144px);z-index:92;width:min(400px,100vw - 32px);height:min(600px, calc(100vh - 160px - var(--panel-top-clearance)));height:min(600px, calc(100dvh - 160px - var(--panel-top-clearance)));background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);flex-direction:column;animation:.22s cubic-bezier(.22,1,.36,1) both ChatWidget-module__ffWIMW__panel-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 24px 64px #0a373047,0 4px 16px #00000014}@keyframes ChatWidget-module__ffWIMW__panel-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.ChatWidget-module__ffWIMW__panel{width:auto;height:min(72vh,600px);bottom:84px;left:8px;right:8px}}.ChatWidget-module__ffWIMW__header{background:linear-gradient(155deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);color:var(--color-surface);padding:var(--space-4) var(--space-5);align-items:center;gap:var(--space-3);flex:none;min-height:68px;display:flex;position:relative;overflow:hidden}.ChatWidget-module__ffWIMW__header:before{content:"";pointer-events:none;background:radial-gradient(circle,#e6be6347 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-40%;right:-10%}.ChatWidget-module__ffWIMW__headerAvatar{border-radius:var(--radius-pill);background:var(--color-gold-wash);width:40px;height:40px;color:var(--color-primary-deep);border:1.5px solid #e6be638c;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.ChatWidget-module__ffWIMW__headerAvatarMark{object-fit:contain;width:26px;height:26px}.ChatWidget-module__ffWIMW__headerText{min-width:0;position:relative}.ChatWidget-module__ffWIMW__headerTitle{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:600}.ChatWidget-module__ffWIMW__headerSubtitle{color:var(--color-gold-soft);align-items:center;gap:6px;margin:3px 0 0;font-size:.78rem;display:flex}.ChatWidget-module__ffWIMW__headerDot{background:#6ee7b7;border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 0 3px #6ee7b733}.ChatWidget-module__ffWIMW__headerClose{border-radius:var(--radius-pill);width:30px;height:30px;color:var(--color-surface);background:#ffffff1f;flex:none;justify-content:center;align-items:center;margin-left:auto;transition:background .12s;display:inline-flex;position:relative}.ChatWidget-module__ffWIMW__headerClose:hover{background:#ffffff38}.ChatWidget-module__ffWIMW__thread{padding:var(--space-5) var(--space-4);gap:var(--space-3);background:radial-gradient(ellipse 80% 60% at 100% 0%, var(--color-tint-cool) 0%, transparent 60%), var(--color-bg);scrollbar-gutter:stable;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatWidget-module__ffWIMW__row{align-items:flex-end;gap:var(--space-2);display:flex}.ChatWidget-module__ffWIMW__rowBot{justify-content:flex-start}.ChatWidget-module__ffWIMW__rowUser{justify-content:flex-end}.ChatWidget-module__ffWIMW__avatarSm{border-radius:var(--radius-pill);background:var(--color-primary);width:26px;height:26px;color:var(--color-gold-soft);flex:none;justify-content:center;align-items:center;display:inline-flex}.ChatWidget-module__ffWIMW__bubbleBot,.ChatWidget-module__ffWIMW__bubbleUser{white-space:pre-wrap;word-break:break-word;max-width:78%;box-shadow:var(--shadow-card);padding:11px 15px;font-size:.9rem;line-height:1.55}.ChatWidget-module__ffWIMW__bubbleBot{background:var(--color-surface);border:1px solid var(--color-line);color:var(--color-text);border-radius:4px 16px 16px}.ChatWidget-module__ffWIMW__bubbleUser{background:linear-gradient(155deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);color:var(--color-surface);border-radius:16px 16px 4px;box-shadow:0 2px 8px #0a373040}.ChatWidget-module__ffWIMW__typing{gap:4px;padding:2px 0;display:inline-flex}.ChatWidget-module__ffWIMW__typing span{background:var(--color-teal-soft);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite ChatWidget-module__ffWIMW__typing-bounce}.ChatWidget-module__ffWIMW__typing span:nth-child(2){animation-delay:.15s}.ChatWidget-module__ffWIMW__typing span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__ffWIMW__typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ChatWidget-module__ffWIMW__chips{gap:var(--space-2);padding-top:var(--space-1);padding-left:calc(26px + var(--space-2));flex-wrap:wrap;display:flex}.ChatWidget-module__ffWIMW__chip{border:1px solid var(--color-teal-border);background:var(--color-surface);color:var(--color-primary);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);padding:8px 15px;font-size:.82rem;font-weight:500;transition:background .12s,border-color .12s,transform .12s}.ChatWidget-module__ffWIMW__chip:hover{background:var(--color-tint-cool);border-color:var(--color-primary);transform:translateY(-1px)}.ChatWidget-module__ffWIMW__intake{padding-top:var(--space-2);padding-left:calc(26px + var(--space-2));gap:var(--space-2);flex-direction:column;display:flex}.ChatWidget-module__ffWIMW__intakeQuestion{color:var(--color-primary);margin:0;font-size:.84rem;font-weight:600}.ChatWidget-module__ffWIMW__intakeSkip{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:.76rem;text-decoration:underline}.ChatWidget-module__ffWIMW__intakeSkip:hover{color:var(--color-primary)}.ChatWidget-module__ffWIMW__inputRow{gap:var(--space-2);padding:var(--space-3);border-top:1px solid var(--color-line);background:var(--color-surface);flex:none;display:flex}.ChatWidget-module__ffWIMW__inputRow input{border:1.5px solid var(--color-line);border-radius:var(--radius-pill);font-size:.9rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);flex:1;padding:11px 18px;transition:border-color .12s}.ChatWidget-module__ffWIMW__inputRow input:focus-visible{border-color:var(--color-primary);background:var(--color-surface);outline:none}.ChatWidget-module__ffWIMW__inputRow button{border-radius:var(--radius-pill);background:var(--color-cta);width:42px;height:42px;color:var(--color-surface);flex:none;justify-content:center;align-items:center;transition:background .12s,transform .12s;display:inline-flex}.ChatWidget-module__ffWIMW__inputRow button:hover:not(:disabled){background:var(--color-cta-hover);transform:scale(1.04)}.ChatWidget-module__ffWIMW__inputRow button:disabled{opacity:.45;cursor:default}.ChatWidget-module__ffWIMW__footnote{color:var(--color-text-subtle);text-align:center;padding:0 var(--space-3) var(--space-3);flex:none;font-size:.75rem}.ChatWidget-module__ffWIMW__footnote a{color:var(--color-primary);text-decoration:underline}.ChatWidget-module__ffWIMW__unavailable{padding:var(--space-5);gap:var(--space-4);color:var(--color-text);flex-direction:column;font-size:.9rem;display:flex}.ChatWidget-module__ffWIMW__waButton{background:var(--color-cta);color:var(--color-surface);border-radius:var(--radius-pill);justify-content:center;padding:10px 18px;font-weight:500;display:inline-flex}@media (prefers-reduced-motion:reduce){.ChatWidget-module__ffWIMW__launcher,.ChatWidget-module__ffWIMW__chip,.ChatWidget-module__ffWIMW__inputRow button,.ChatWidget-module__ffWIMW__panel,.ChatWidget-module__ffWIMW__typing span{transition:none;animation:none}}
