:root{--bg:#fff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--accent:#c41597;--accent-soft:#d91c7314;--radius:16px;--shadow:0 8px 24px #00000014;--container:1100px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Inter,Segoe UI,Roboto,Arial}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 20px}.section{padding:72px 0}.badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:600;display:inline-flex}
.Navbar-module-scss-module__N8yoJa__header{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;padding:10px 0;transition:box-shadow .18s;position:sticky;top:0}.Navbar-module-scss-module__N8yoJa__headerScrolled{box-shadow:0 10px 26px #0000000f}.Navbar-module-scss-module__N8yoJa__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;height:92px;display:grid}@media (max-width:920px){.Navbar-module-scss-module__N8yoJa__inner{grid-template-columns:1fr auto;height:76px}}.Navbar-module-scss-module__N8yoJa__brand{min-width:0;color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.Navbar-module-scss-module__N8yoJa__brandLogoWrap{justify-content:center;align-items:center;width:auto;height:64px;line-height:0;display:inline-flex}@media (max-width:920px){.Navbar-module-scss-module__N8yoJa__brandLogoWrap{height:56px}}.Navbar-module-scss-module__N8yoJa__logo{transform-origin:0;filter:drop-shadow(0 4px 14px #d91c7333);will-change:transform,filter;width:auto;height:100%;transition:transform .24s cubic-bezier(.22,1,.36,1),filter .24s}.Navbar-module-scss-module__N8yoJa__logoLarge{transform:scale(1)}.Navbar-module-scss-module__N8yoJa__logoSmall{filter:drop-shadow(0 3px 9px #d91c7324);transform:scale(.9)}.Navbar-module-scss-module__N8yoJa__brand:hover .Navbar-module-scss-module__N8yoJa__logo{filter:drop-shadow(0 6px 22px #d91c734d)}.Navbar-module-scss-module__N8yoJa__brandText{gap:4px;min-width:0;display:grid}@media (max-width:520px){.Navbar-module-scss-module__N8yoJa__brandText{display:none}}.Navbar-module-scss-module__N8yoJa__brandName{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-weight:1000;line-height:1.1;overflow:hidden}.Navbar-module-scss-module__N8yoJa__brandSub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800;line-height:1.2;overflow:hidden}.Navbar-module-scss-module__N8yoJa__navDesktop{justify-self:end;align-items:center;gap:14px;display:flex}@media (max-width:920px){.Navbar-module-scss-module__N8yoJa__navDesktop{display:none}}.Navbar-module-scss-module__N8yoJa__navLink{color:var(--text);opacity:.85;border-radius:12px;padding:10px;font-weight:800;transition:background .16s,color .16s,opacity .16s}.Navbar-module-scss-module__N8yoJa__navLink:hover{opacity:1;background:var(--accent-soft);color:var(--accent)}.Navbar-module-scss-module__N8yoJa__active{opacity:1;color:var(--accent);background:var(--accent-soft);border:1px solid #d91c7338}.Navbar-module-scss-module__N8yoJa__burger{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:5px;width:44px;height:44px;display:none}@media (max-width:920px){.Navbar-module-scss-module__N8yoJa__burger{display:inline-flex}}.Navbar-module-scss-module__N8yoJa__burgerLine{background:var(--text);opacity:.9;border-radius:99px;width:18px;height:2px}.Navbar-module-scss-module__N8yoJa__overlay{opacity:0;pointer-events:none;z-index:40;background:#11182759;transition:opacity .16s;position:fixed;inset:0}.Navbar-module-scss-module__N8yoJa__overlayOpen{opacity:1;pointer-events:auto}.Navbar-module-scss-module__N8yoJa__drawer{border-left:1px solid var(--border);z-index:50;background:#fff;flex-direction:column;width:min(420px,90vw);height:100vh;padding:18px;transition:transform .2s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module-scss-module__N8yoJa__drawerOpen{transform:translate(0)}.Navbar-module-scss-module__N8yoJa__drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.Navbar-module-scss-module__N8yoJa__drawerBrand{align-items:center;gap:12px;display:flex}.Navbar-module-scss-module__N8yoJa__drawerTitle{font-size:15px;font-weight:900}.Navbar-module-scss-module__N8yoJa__drawerSub{color:var(--muted);margin-top:4px;font-size:12px;font-weight:700}.Navbar-module-scss-module__N8yoJa__closeBtn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;width:44px;height:44px;font-weight:900}.Navbar-module-scss-module__N8yoJa__closeBtn:hover{background:var(--accent-soft);color:var(--accent);border-color:#d91c7338}.Navbar-module-scss-module__N8yoJa__drawerLinks{flex-direction:column;gap:10px;padding:14px 0;display:flex}.Navbar-module-scss-module__N8yoJa__drawerLink{color:var(--text);border:1px solid #0000;border-radius:14px;padding:12px;font-weight:900}.Navbar-module-scss-module__N8yoJa__drawerLink:hover{background:var(--accent-soft);color:var(--accent)}.Navbar-module-scss-module__N8yoJa__drawerActive{background:var(--accent-soft);color:var(--accent);border-color:#d91c7338}.Navbar-module-scss-module__N8yoJa__drawerCtas{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:auto;padding-top:14px;display:flex}
.Button-module-scss-module__VLzsWq__button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;font-weight:900;text-decoration:none;transition:transform .12s,filter .12s,background .12s,border-color .12s;display:inline-flex}.Button-module-scss-module__VLzsWq__button:active{transform:translateY(1px)}.Button-module-scss-module__VLzsWq__button:disabled{opacity:.55;cursor:not-allowed}.Button-module-scss-module__VLzsWq__fullWidth{width:100%}.Button-module-scss-module__VLzsWq__sm{padding:8px 12px;font-size:13px}.Button-module-scss-module__VLzsWq__md{padding:10px 14px;font-size:14px}.Button-module-scss-module__VLzsWq__lg{padding:12px 16px;font-size:15px}.Button-module-scss-module__VLzsWq__primary{background:var(--accent);color:#fff;border:none}.Button-module-scss-module__VLzsWq__primary:hover{filter:brightness(.96)}.Button-module-scss-module__VLzsWq__secondary{background:var(--accent-soft);color:var(--accent);border:1px solid #d91c7338}.Button-module-scss-module__VLzsWq__secondary:hover{filter:brightness(.98)}.Button-module-scss-module__VLzsWq__outline{color:var(--text);border:1px solid var(--border);background:#fff}.Button-module-scss-module__VLzsWq__outline:hover{background:var(--accent-soft);color:var(--accent);border-color:#d91c7359}.Button-module-scss-module__VLzsWq__ghost{color:var(--text);background:0 0;border:1px solid #0000}.Button-module-scss-module__VLzsWq__ghost:hover{background:var(--accent-soft);color:var(--accent)}
.Footer-module-scss-module__wcgw9G__footer{border-top:1px solid var(--border);background:#fff;margin-top:48px}.Footer-module-scss-module__wcgw9G__inner{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:24px;padding:48px 0;display:grid}@media (max-width:980px){.Footer-module-scss-module__wcgw9G__inner{grid-template-columns:1fr 1fr}}@media (max-width:620px){.Footer-module-scss-module__wcgw9G__inner{grid-template-columns:1fr}}.Footer-module-scss-module__wcgw9G__brand{align-items:center;gap:12px;display:flex}.Footer-module-scss-module__wcgw9G__logoDot{background:var(--accent);width:12px;height:12px;box-shadow:0 0 0 6px var(--accent-soft);border-radius:999px}.Footer-module-scss-module__wcgw9G__title{font-size:16px;font-weight:700}.Footer-module-scss-module__wcgw9G__subtitle{color:var(--muted);margin-top:4px;font-size:13px;font-weight:600}.Footer-module-scss-module__wcgw9G__note{max-width:520px;color:var(--muted);margin:16px 0 0;line-height:1.6}.Footer-module-scss-module__wcgw9G__linksCol,.Footer-module-scss-module__wcgw9G__contactCol{flex-direction:column;gap:10px;display:flex}.Footer-module-scss-module__wcgw9G__linksCol h4,.Footer-module-scss-module__wcgw9G__contactCol h4{letter-spacing:.02em;text-transform:uppercase;color:var(--text);margin:0 0 6px;font-size:14px}.Footer-module-scss-module__wcgw9G__linksCol a,.Footer-module-scss-module__wcgw9G__contactCol a{color:var(--muted);font-weight:600}.Footer-module-scss-module__wcgw9G__linksCol a:hover,.Footer-module-scss-module__wcgw9G__contactCol a:hover{color:var(--accent)}.Footer-module-scss-module__wcgw9G__contactItem{color:var(--muted);align-items:center;gap:10px;font-weight:600;display:flex}.Footer-module-scss-module__wcgw9G__dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:999px}.Footer-module-scss-module__wcgw9G__socialRow{gap:10px;margin-top:10px;display:flex}.Footer-module-scss-module__wcgw9G__socialBtn{border:1px solid var(--border);width:40px;height:40px;color:var(--text);background:#fff;border-radius:12px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.Footer-module-scss-module__wcgw9G__socialBtn:hover{background:var(--accent-soft);color:var(--accent);border-color:#d91c7359}.Footer-module-scss-module__wcgw9G__bottomBar{border-top:1px solid var(--border);color:var(--muted);padding:14px 0;font-size:13px;font-weight:600}
.IntroOverlay-module-scss-module__u_1WEW__overlay{z-index:9999;background:#fff radial-gradient(#00000006 1px,#0000 1px) 50%/22px 22px;place-items:center;transition:opacity .65s;display:grid;position:fixed;inset:0}.IntroOverlay-module-scss-module__u_1WEW__center{text-align:center;will-change:transform,opacity,filter;padding:28px;animation:.52s cubic-bezier(.22,1,.36,1) both IntroOverlay-module-scss-module__u_1WEW__introIn}.IntroOverlay-module-scss-module__u_1WEW__message{color:var(--text);opacity:.86;letter-spacing:-.01em;margin:14px 0 0;font-weight:900;animation:.56s cubic-bezier(.22,1,.36,1) .12s both IntroOverlay-module-scss-module__u_1WEW__textIn}.IntroOverlay-module-scss-module__u_1WEW__center img{filter:drop-shadow(0 10px 30px #d91c732e)}.IntroOverlay-module-scss-module__u_1WEW__overlay[data-phase=fade]{opacity:0}.IntroOverlay-module-scss-module__u_1WEW__overlay[data-phase=fade] .IntroOverlay-module-scss-module__u_1WEW__center{animation:.65s cubic-bezier(.22,1,.36,1) forwards IntroOverlay-module-scss-module__u_1WEW__introOut}@keyframes IntroOverlay-module-scss-module__u_1WEW__introIn{0%{opacity:0;filter:blur(3px);transform:translateY(10px)scale(1.02)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes IntroOverlay-module-scss-module__u_1WEW__textIn{0%{opacity:0;transform:translateY(6px)}to{opacity:.86;transform:translateY(0)}}@keyframes IntroOverlay-module-scss-module__u_1WEW__introOut{to{opacity:0;filter:blur(6px);transform:translateY(-6px)scale(.98)}}
