@font-face{font-family:"Clypex Inter";src:url("../../shared/fonts/inter-regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Clypex Inter";src:url("../../shared/fonts/inter-medium.woff2") format("woff2");font-style:normal;font-weight:500 900;font-display:swap}

:root{
  --page:#05070b;
  --surface:#0b1019;
  --surface-raised:#101827;
  --border:rgba(148,163,184,.2);
  --border-strong:rgba(148,163,184,.3);
  --text:#f8fafc;
  --muted:#94a3b8;
  --blue:#2f66f5;
  --blue-hover:#3b73ff;
  --max:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--page);color:var(--text);font-family:"Clypex Inter",Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,a{font:inherit}
button{color:inherit}
img,svg{display:block}
h1,h2,h3,p{margin-top:0}

.skip-link{position:fixed;top:10px;left:10px;z-index:1000;transform:translateY(-160%);padding:10px 14px;border-radius:8px;background:#fff;color:#05070b}
.skip-link:focus{transform:none}

.pricing-header{position:fixed;top:0;right:0;left:0;z-index:100;background:transparent;border-bottom:0;transition:background-color 360ms ease,box-shadow 360ms ease,backdrop-filter 360ms ease}
.pricing-header.scrolled{background:rgba(5,7,11,.76);border-color:transparent;box-shadow:0 10px 32px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.nav-shell{width:calc(100% - 240px);height:68px;margin:auto;display:flex;align-items:center;gap:18px}
.brand{display:flex;flex:0 0 150px;align-items:center;height:42px}
.brand img{width:116px;height:40px;object-fit:contain;object-position:left center}
.nav-links{display:flex;align-items:center;justify-content:flex-start;gap:30px;margin-right:auto;color:rgba(248,250,252,.8);font-size:14px;font-weight:500}
.nav-links a{transition:color 180ms ease}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:#fff}
.nav-feature-menu{position:relative;display:flex;height:68px;align-items:center}
.nav-feature-trigger{display:inline-flex;align-items:center;gap:6px}
.nav-feature-trigger>svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform 260ms cubic-bezier(.22,1,.36,1)}
.features-popover{position:absolute;top:100%;left:-26px;width:354px;padding-top:12px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.97);transform-origin:72px 0;transition:opacity 200ms ease,transform 260ms cubic-bezier(.22,1,.36,1),visibility 220ms ease}
.nav-feature-menu:hover .features-popover,.nav-feature-menu:focus-within .features-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.nav-feature-menu:hover .nav-feature-trigger>svg,.nav-feature-menu:focus-within .nav-feature-trigger>svg{transform:rotate(180deg)}
.features-panel{display:grid;gap:3px;padding:10px;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:rgba(16,24,39,.88);box-shadow:0 24px 64px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
.feature-menu-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:center;min-height:62px;padding:8px 10px;border:1px solid transparent;border-radius:10px;transition:background-color 180ms ease,border-color 180ms ease,transform 180ms ease}
.feature-menu-item:hover{border-color:rgba(96,165,250,.22);background:rgba(16,24,39,.86);transform:translateX(3px)}
.feature-menu-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(148,163,184,.22);border-radius:9px;background:#101827;color:#fff}
.feature-menu-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.feature-menu-item strong,.feature-menu-item small{display:block}
.feature-menu-item strong{margin-bottom:3px;color:#f8fafc;font-size:14px;font-weight:600}
.feature-menu-item small{color:#94a3b8;font-size:12px;line-height:1.35}
.nav-actions{display:flex;flex:0 0 210px;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}
.login-link{padding:8px 4px;color:rgba(248,250,252,.82);font-size:14px;font-weight:600;transition:color 180ms ease}
.login-link:hover{color:#fff}
.menu-button,.mobile-start{display:none}

.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-size:16px;font-weight:600;line-height:1;white-space:nowrap;transition:background-color 180ms ease,border-color 180ms ease}
.button-primary{background:var(--blue);border-color:var(--blue);color:#fff}
.button-primary:hover{background:var(--blue-hover);border-color:var(--blue-hover)}
.button-secondary{background:var(--surface-raised);border-color:rgba(148,163,184,.24);color:var(--text)}
.button-secondary:hover{background:#202632;border-color:rgba(148,163,184,.42)}
.button-compact{min-height:36px;padding:0 14px;font-size:14px}
.button-arrow{width:16px;height:16px;flex:0 0 16px;color:#fff;stroke:#fff!important;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform 180ms ease}
@media(hover:hover){.button:hover .button-arrow,.mobile-start:hover .button-arrow{transform:translateX(4px)}}

.pricing-hero{position:relative;isolation:isolate;min-height:650px;overflow:hidden;padding:160px 20px 110px;display:grid;place-items:center;background:var(--page);text-align:center}
.pricing-hero::before{content:"";position:absolute;inset:-32%;z-index:0;pointer-events:none;background:radial-gradient(circle at 22% 34%,rgba(25,86,222,.34) 0%,transparent 34%),radial-gradient(circle at 78% 42%,rgba(20,78,196,.42) 0%,transparent 38%),radial-gradient(circle at 54% 76%,rgba(13,47,116,.3) 0%,transparent 42%);filter:blur(42px);will-change:transform;animation:gradient-flow 16s ease-in-out infinite alternate}
.hero-grid{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(#000 0 58%,transparent 90%);mask-image:linear-gradient(#000 0 58%,transparent 90%)}
.hero-content{position:relative;z-index:2;width:min(100%,900px)}
.eyebrow{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 15px;border:1px solid rgba(148,163,184,.22);border-radius:5px;background:rgba(16,24,39,.82);color:var(--muted);font-size:12px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}
.pricing-hero h1{max-width:880px;margin:0 auto 22px;font-size:54px;font-weight:500;letter-spacing:-2px;line-height:64px}
.hero-lead{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px;line-height:24px}
.billing-toggle{position:relative;display:inline-flex;align-items:center;gap:3px;margin-top:42px;padding:4px;border:1px solid var(--border);border-radius:999px;background:rgba(11,16,25,.88);box-shadow:none;transform:translateY(92px)}
.billing-toggle button{position:relative;z-index:2;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:rgba(226,232,240,.55);font-size:14px;font-weight:600;cursor:pointer;transition:color 180ms ease}
.billing-toggle button.active{color:#fff}
.billing-indicator{position:absolute;top:4px;left:4px;z-index:1;width:79px;height:34px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:var(--surface-raised);transition:width 320ms cubic-bezier(.22,1,.36,1),transform 320ms cubic-bezier(.22,1,.36,1)}
.start-badge{position:relative;z-index:2;margin:0 4px 0 2px;padding:6px 9px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;font-weight:700;line-height:1}

.plans-section{position:relative;z-index:3;padding:0 20px 120px;background:var(--page)}
.plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:min(100%,800px);margin:38px auto 0}
.plan{position:relative;display:flex;min-height:640px;flex-direction:column;padding:32px 24px;border:1px solid var(--border);border-radius:16px;background:rgba(11,16,25,.96);box-shadow:0 20px 60px rgba(0,0,0,.16)}
.plan-name{margin-bottom:30px;color:var(--muted);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}
.plan-description{min-height:48px;margin-bottom:18px;color:var(--muted);font-size:16px;line-height:1.55}
.price-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:7px}
.price-row strong{font-size:48px;font-weight:500;line-height:1;letter-spacing:-.05em}
.price-row span{margin-bottom:6px;color:var(--muted);font-size:15px}
.billing-note{height:20px;margin-bottom:0;color:var(--muted);font-size:12px}
.plan-button{width:100%;margin-top:26px}
.plan-divider{height:1px;margin:36px 0;background:rgba(148,163,184,.14)}
.feature-list{display:grid;gap:17px;margin:0;padding:0;list-style:none}
.feature-list li{position:relative;padding-left:36px;color:var(--muted);font-size:15px;line-height:1.55}
.feature-list li::before{content:"✓";position:absolute;top:0;left:3px;color:#fff;font-size:18px;font-weight:500}

.compare-section{padding:120px 20px;background:var(--page)}
.section-heading{width:min(100%,760px);margin:0 auto 56px;text-align:center}
.section-heading h2,.faq-shell h2,.cta-card h2{margin:0 0 18px;font-size:clamp(34px,4vw,52px);font-weight:500;letter-spacing:-.04em;line-height:1.08}
.section-heading p{margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.compare-panel{width:min(100%,1000px);margin:auto;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:var(--surface)}
.compare-row{display:grid;grid-template-columns:1.45fr .65fr .65fr;min-height:64px;align-items:center;padding:0 26px;border-bottom:1px solid rgba(148,163,184,.13);color:var(--muted);font-size:14px}
.compare-row:last-child{border-bottom:0}
.compare-row span:not(:first-child){text-align:center}
.compare-head{min-height:70px;background:var(--surface-raised);color:var(--text);font-weight:700}
.included{color:#8eb7ff;font-weight:600}

.faq-section{padding:120px 20px;background:var(--page)}
.faq-shell{width:min(100%,800px);margin:auto;text-align:center}
.faq-shell h2{margin-top:0}
.faq-intro{margin:0;color:var(--muted);font-size:16px;line-height:1.55}
.faq-list{display:grid;gap:10px;margin-top:70px;text-align:left}
.faq-item{overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:12px;background:var(--surface-raised);transition:border-color 180ms ease,background-color 180ms ease}
.faq-item:hover,.faq-item.open{border-color:var(--border-strong);background:#111a2a}
.faq-question{display:flex;width:100%;min-height:70px;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;border:0;background:transparent;color:var(--text);font-size:17px;font-weight:500;text-align:left;cursor:pointer}
.faq-question svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;transition:transform 260ms ease}
.faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows 320ms ease,opacity 240ms ease}
.faq-answer>div{overflow:hidden;padding:0 58px 0 24px;color:var(--muted);font-size:16px;line-height:1.65;transition:padding-bottom 320ms ease}
.faq-item.open .faq-answer{grid-template-rows:1fr;opacity:1}
.faq-item.open .faq-answer>div{padding-bottom:24px}
.faq-item.open .faq-question svg{transform:rotate(45deg)}

.cta-section{padding:20px 20px 120px;background:var(--page)}
.cta-card{position:relative;isolation:isolate;width:min(100%,1200px);min-height:380px;margin:auto;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:linear-gradient(135deg,#0b1019 0%,#0d1728 100%);display:grid;place-items:center;text-align:center}
.cta-card::before{content:"";position:absolute;inset:-42%;z-index:0;pointer-events:none;background:radial-gradient(circle at 24% 32%,rgba(27,91,225,.28) 0%,transparent 32%),radial-gradient(circle at 78% 45%,rgba(25,82,202,.34) 0%,transparent 38%),radial-gradient(circle at 52% 76%,rgba(16,55,132,.25) 0%,transparent 42%);filter:blur(34px);animation:gradient-flow 14s ease-in-out -6s infinite alternate}
.cta-content{position:relative;z-index:1;width:min(100% - 40px,780px)}
.cta-card h2{margin-top:0}
.cta-card p{margin:0;color:var(--muted);font-size:16px}
.cta-actions{display:flex;justify-content:center;gap:12px;margin-top:32px}

.site-footer{min-height:560px;padding:78px 20px 70px;border-top:1px solid rgba(148,163,184,.14);background:var(--surface)}
.footer-shell{width:min(100%,var(--max));margin:auto}
.footer-grid{display:grid;grid-template-columns:1.45fr .65fr .65fr;gap:96px}
.footer-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px}
.footer-brand img{width:44px;height:44px;object-fit:contain}
.footer-brand strong{color:var(--text);font-size:21px;letter-spacing:-.02em}
.footer-brand-column p{max-width:420px;margin:0;color:var(--muted);font-size:16px;line-height:1.5}
.footer-socials{display:flex;align-items:center;gap:20px;margin-top:25px;color:rgba(226,232,240,.62)}
.footer-socials span{display:grid;width:20px;height:20px;place-items:center}
.footer-socials svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-socials span:first-child svg{fill:currentColor;stroke:none}
.footer-column{display:grid;align-content:start;gap:13px}
.footer-column strong{margin-bottom:6px;color:var(--muted);font-size:16px;font-weight:500}
.footer-column a{color:var(--muted);font-size:16px;line-height:1.5;transition:color 180ms ease}
.footer-column a:hover{color:#fff}
.footer-legal{display:flex;justify-content:space-between;gap:20px;margin-top:78px;padding-top:22px;border-top:1px solid rgba(148,163,184,.14);color:var(--muted);font-size:16px;line-height:1.5}

.reveal{opacity:0;transform:translate3d(0,70px,0);transition:opacity 760ms cubic-bezier(.22,1,.36,1),transform 760ms cubic-bezier(.22,1,.36,1)}
.reveal.visible{opacity:1;transform:translate3d(0,0,0)}

@keyframes gradient-flow{
  0%{transform:translate3d(-5%,-3%,0) scale(1.04) rotate(-1deg)}
  50%{transform:translate3d(4%,2%,0) scale(1.12) rotate(1deg)}
  100%{transform:translate3d(-1%,6%,0) scale(1.07) rotate(-.5deg)}
}

@media(max-width:820px){
  .nav-shell{width:min(calc(100% - 28px),var(--max));gap:14px}
  .brand{flex-basis:120px}
  .brand img{width:100px}
  .nav-links{position:fixed;top:68px;right:0;left:0;display:none;height:calc(100dvh - 68px);align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;padding:20px;background:rgba(5,7,11,.96);backdrop-filter:blur(14px)}
  .nav-links.open{display:flex}
  .nav-links>a{padding:17px 4px;border-bottom:1px solid rgba(148,163,184,.14);font-size:18px}
  .nav-feature-menu{display:block;height:auto}
  .nav-feature-trigger{display:flex;justify-content:space-between;padding:17px 4px;border-bottom:1px solid rgba(148,163,184,.14);font-size:18px}
  .features-popover{display:none}
  .nav-links .mobile-start{display:flex;min-height:48px;align-items:center;justify-content:center;gap:7px;margin-top:22px;padding:0;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:#fff;font-size:15px;font-weight:600}
  .nav-actions{flex-basis:auto;gap:8px}
  .nav-actions .login-link,.nav-actions .button{display:none}
  .menu-button{display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid var(--border);border-radius:8px;background:rgba(16,24,39,.72);cursor:pointer}
  .menu-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
  .pricing-hero{min-height:590px;padding:128px 20px 100px}
  .pricing-hero h1{font-size:34px;line-height:48px}
  .hero-lead{font-size:16px}
  .billing-toggle{transform:translateY(58px)}
  .plans{grid-template-columns:1fr;width:min(100%,430px);margin-top:26px}
  .plan{min-height:0}
  .compare-section,.faq-section{padding:88px 20px}
  .compare-row{grid-template-columns:1.15fr .55fr .7fr;padding:0 14px;font-size:12px}
  .faq-list{margin-top:52px}
  .faq-question{min-height:64px;padding:18px;font-size:16px}
  .faq-answer>div{padding-right:44px;padding-left:18px;font-size:15px}
  .cta-section{padding-bottom:88px}
  .cta-card{min-height:340px}
  .cta-actions{align-items:stretch;flex-direction:column}
  .cta-actions .button{width:100%}
  .site-footer{min-height:0;padding-top:64px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:48px 28px}
  .footer-brand-column{grid-column:span 2}
  .footer-legal{align-items:flex-start;flex-direction:column}
}

@media(min-width:821px) and (max-width:1200px){
  .nav-shell{width:calc(100% - 40px)}
  .pricing-hero h1{font-size:42px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

/* Anchor targets clear the sticky header */
[id]{scroll-margin-top:96px}
html{scroll-behavior:smooth}
