
:root {
  color-scheme: dark;
  --ink: #f5f7fb;
  --muted: #a4a8b5;
  --dim: #6d7180;
  --night: #08090d;
  --panel: #101116;
  --panel-2: #15171e;
  --line: rgba(255,255,255,.1);
  --acid: #c8ff36;
  --acid-soft: #e0ff91;
  --violet: #8b5cf6;
  --coral: #ff6b62;
  --cyan: #5ee6d0;
  --radius: 26px;
  --page: min(1180px, calc(100% - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--ink); background: var(--night); overflow-x: hidden; }
body::selection { color: #0b0c0f; background: var(--acid); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #090a0e; background: var(--acid); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.noise { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .025; background-image: repeating-radial-gradient(circle at 17% 23%, #fff 0, #fff .45px, transparent .7px, transparent 5px); background-size: 13px 17px; }
.cursor-glow { position: fixed; z-index: -1; width: 500px; height: 500px; left: var(--pointer-x, 50%); top: var(--pointer-y, 20%); border-radius: 50%; background: rgba(139,92,246,.12); filter: blur(110px); transform: translate(-50%,-50%); pointer-events: none; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; width: var(--page); min-height: 68px; padding: 10px 12px 10px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid transparent; border-radius: 18px; transform: translateX(-50%); transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(12,13,18,.82); border-color: var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.25); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: #090a0e; background: var(--acid); border-radius: 9px 9px 9px 2px; font-size: 15px; font-weight: 900; transform: rotate(-3deg); }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a, .login-link { color: #c8cbd3; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover, .login-link:hover { color: #fff; }
.auth-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.auth-studio { justify-self: end; }
[hidden] { display: none !important; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; letter-spacing: -.02em; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .template-button:focus-visible, .menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(200,255,54,.45); outline-offset: 3px; }
.button-small { min-height: 46px; padding: 0 18px; border-radius: 10px; font-size: 14px; }
.button-solid { color: #090a0e; background: var(--acid); box-shadow: 0 0 0 1px rgba(200,255,54,.15), 0 12px 40px rgba(200,255,54,.08); }
.button-solid:hover { background: #d4ff60; box-shadow: 0 14px 40px rgba(200,255,54,.16); }
.button-primary { color: #090a0e; background: var(--acid); box-shadow: 0 18px 50px rgba(200,255,54,.12); }
.button-primary:hover { background: #d7ff69; box-shadow: 0 22px 60px rgba(200,255,54,.2); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.035); border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 1040px; padding: 180px 20px 130px; overflow: hidden; background: radial-gradient(circle at 50% 3%, rgba(139,92,246,.16), transparent 31%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 66%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.orb-one { width: 420px; height: 420px; top: 160px; left: -220px; background: rgba(94,230,208,.11); }
.orb-two { width: 480px; height: 480px; top: 80px; right: -260px; background: rgba(200,255,54,.08); }
.hero-copy { position: relative; z-index: 2; width: min(980px, 100%); margin: 0 auto 78px; text-align: center; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #d5d7de; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { position: relative; width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,255,54,.1); }
.status-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--acid); border-radius: 50%; animation: ping 2s infinite; }
@keyframes ping { 0% { transform: scale(.6); opacity: .8; } 70%,100% { transform: scale(1.6); opacity: 0; } }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 8vw, 7.5rem); line-height: .88; letter-spacing: -.075em; font-weight: 850; }
.hero h1 span { color: transparent; background: linear-gradient(92deg, var(--acid), #fff 56%, #a99bff); background-clip: text; -webkit-background-clip: text; }
.hero-subtitle { max-width: 680px; margin: 32px auto 0; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.micro-proof { display: flex; justify-content: center; gap: 28px; margin: 24px 0 0; padding: 0; color: var(--dim); list-style: none; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.micro-proof li::before { content: "✓"; margin-right: 7px; color: var(--acid); }

.hero-product { position: relative; z-index: 2; width: min(1060px, calc(100% - 20px)); margin: 0 auto; padding: 9px 9px 0; background: #1a1b22; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: 0 50px 120px rgba(0,0,0,.52), 0 0 0 1px rgba(200,255,54,.04); transform-style: preserve-3d; transition: transform .18s ease-out; }
.browser-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 12px; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 8px; height: 8px; background: #474954; border-radius: 50%; }
.browser-address { display: flex; align-items: center; gap: 8px; min-width: 280px; padding: 8px 18px; color: #8e929e; background: #101116; border-radius: 8px; font-size: 11px; text-align: center; }
.secure-dot { width: 6px; height: 6px; background: var(--acid); border-radius: 50%; }
.browser-live { justify-self: end; color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.portfolio-shell { position: relative; min-height: 570px; padding: 36px 46px; overflow: hidden; color: #f4f4f7; background: #0b0b0f; border-radius: 14px 14px 20px 20px; transition: color .45s, background .45s; }
.portfolio-shell::before { content: ""; position: absolute; width: 460px; height: 460px; right: -170px; bottom: -220px; border: 1px solid rgba(200,255,54,.22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(200,255,54,.025), 0 0 0 120px rgba(200,255,54,.018); }
.portfolio-nav { position: relative; z-index: 1; display: flex; gap: 28px; align-items: center; color: #9497a2; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.portfolio-nav .portfolio-logo { margin-right: auto; color: var(--acid); font-size: 16px; font-weight: 900; }
.portfolio-hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: 48px; padding: 78px 30px 52px; }
.portfolio-kicker { margin: 0 0 18px; color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.portfolio-hero h2 { max-width: 620px; margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .91; letter-spacing: -.065em; }
.portfolio-hero h2 span { color: var(--acid); }
.portfolio-hero p:not(.portfolio-kicker) { max-width: 470px; margin: 24px 0 0; color: #a5a8b2; line-height: 1.55; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.portfolio-tags span { padding: 8px 11px; color: #c8cbd2; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; font-size: 10px; }
.portrait { position: relative; place-self: center; display: grid; place-items: center; width: 180px; aspect-ratio: 1; color: #0b0c0e; background: var(--acid); border-radius: 48% 52% 45% 55% / 58% 45% 55% 42%; font-size: 52px; font-weight: 900; transform: rotate(4deg); }
.portrait-ring { position: absolute; inset: -16px; border: 1px dashed rgba(200,255,54,.5); border-radius: 50%; animation: spin 20s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.project-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.project-row article { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.project-row article > span { color: var(--acid); font-size: 10px; }
.project-row div { display: grid; min-width: 0; gap: 3px; }
.project-row strong { font-size: 11px; }
.project-row small { overflow: hidden; color: #777b87; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.project-row b { margin-left: auto; font-weight: 400; }
.availability-pill { position: absolute; z-index: 2; right: 32px; top: 100px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: #cbd0d8; background: rgba(17,18,23,.88); border: 1px solid rgba(255,255,255,.1); border-radius: 99px; font-size: 9px; backdrop-filter: blur(10px); }
.availability-pill span { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 13px 15px; background: rgba(25,26,32,.88); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(16px); animation: float 5s ease-in-out infinite; }
.floating-left { left: -70px; top: 34%; }
.floating-right { right: -66px; bottom: 12%; animation-delay: -2s; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #090a0e; background: var(--acid); border-radius: 9px; }
.floating-card div { display: grid; gap: 3px; }
.floating-card strong { font-size: 11px; }
.floating-card small { color: #8c909b; font-size: 9px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }

.story-strip { padding: 60px 0 74px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.story-strip > p { margin: 0 0 36px; color: var(--muted); font-size: 14px; }
.marquee { display: flex; overflow: hidden; }
.marquee-track { display: flex; flex: none; gap: 46px; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { display: flex; align-items: center; gap: 42px; color: #dfe1e6; font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 750; letter-spacing: -.04em; white-space: nowrap; }
.marquee i { color: var(--acid); font-style: normal; font-size: 15px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { width: var(--page); margin: 0 auto; padding: 150px 0; }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-label { color: var(--acid); }
.section-heading h2, .showcase h2, .faq-heading h2, .final-cta h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .93; letter-spacing: -.065em; }
.section-heading h2 span, .showcase h2 span, .faq-heading h2 span { color: var(--dim); }
.section-heading > p:last-child, .showcase-copy > p:not(.section-label) { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 520px; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, border-color .25s, background .25s; }
.step-card:hover { transform: translateY(-7px); background: var(--panel-2); border-color: rgba(200,255,54,.25); }
.step-top { display: flex; justify-content: space-between; color: #777b86; font-size: 12px; font-weight: 800; }
.step-top i { font-style: normal; }
.step-visual { position: relative; height: 230px; margin: 30px 0 38px; overflow: hidden; background: #0b0c10; border: 1px solid rgba(255,255,255,.06); border-radius: 18px; }
.resume-visual { display: grid; align-content: center; gap: 14px; padding: 42px; transform: perspective(500px); }
.resume-visual::before { content: ""; position: absolute; inset: 28px 58px; background: #f0f1eb; border-radius: 5px; transform: rotate(-5deg); box-shadow: 20px 20px 0 rgba(200,255,54,.75); }
.resume-visual div { position: relative; z-index: 1; height: 5px; background: #23252c; border-radius: 9px; transform: rotate(-5deg); }
.resume-visual div:nth-child(2) { width: 70%; }.resume-visual div:nth-child(3) { width: 45%; }
.resume-visual b { position: absolute; z-index: 2; right: 42px; bottom: 31px; padding: 8px; color: #090a0e; background: var(--acid); border-radius: 6px; font-size: 10px; transform: rotate(7deg); }
.themes-visual { display: flex; align-items: center; justify-content: center; }
.themes-visual span { position: absolute; width: 135px; height: 160px; border-radius: 12px; box-shadow: 0 20px 30px rgba(0,0,0,.3); }
.themes-visual span:nth-child(1) { background: #8b5cf6; transform: translateX(-70px) rotate(-10deg); }
.themes-visual span:nth-child(2) { z-index: 2; background: var(--acid); }
.themes-visual span:nth-child(3) { background: var(--coral); transform: translateX(70px) rotate(10deg); }
.themes-visual span::before, .themes-visual span::after { content: ""; position: absolute; left: 18px; height: 7px; background: rgba(8,9,13,.7); border-radius: 10px; }
.themes-visual span::before { top: 24px; width: 60%; }.themes-visual span::after { top: 42px; width: 38%; }
.publish-visual { display: flex; align-items: center; justify-content: center; padding: 24px; color: #cccfd6; font-size: 13px; }
.publish-visual::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(200,255,54,.12); border-radius: 50%; box-shadow: 0 0 0 50px rgba(200,255,54,.03), 0 0 0 100px rgba(200,255,54,.02); }
.publish-visual span, .publish-visual b { position: relative; z-index: 1; padding: 12px; background: #16181e; }
.publish-visual span { border-radius: 9px 0 0 9px; }.publish-visual b { color: var(--acid); border-radius: 0 9px 9px 0; }
.publish-visual i { position: absolute; z-index: 2; right: 42px; bottom: 44px; display: grid; place-items: center; width: 42px; height: 42px; color: #0b0c0f; background: var(--acid); border-radius: 50%; font-style: normal; }
.step-card h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.04em; }
.step-card > p { margin: 0; color: var(--muted); line-height: 1.6; }

.showcase { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.template-controls { display: grid; gap: 8px; margin-top: 38px; }
.template-button { display: flex; align-items: center; gap: 14px; width: 100%; padding: 13px; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: 13px; cursor: pointer; text-align: left; transition: color .2s, background .2s, border-color .2s; }
.template-button:hover, .template-button.is-active { color: #fff; background: rgba(255,255,255,.04); border-color: var(--line); }
.template-button span { display: grid; gap: 3px; font-weight: 750; }
.template-button small { color: var(--dim); font-size: 11px; font-weight: 500; }
.swatch { width: 38px; height: 38px; border-radius: 9px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.swatch-orbit { background: linear-gradient(135deg, #15161b 50%, var(--acid) 50%); }
.swatch-editorial { background: linear-gradient(135deg, #f6e8d7 50%, var(--coral) 50%); }
.swatch-signal { background: linear-gradient(135deg, #eceef2 50%, #275df5 50%); }
.interactive-preview { position: relative; padding: 10px; background: #1a1b22; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 50px 100px rgba(0,0,0,.35); }
.preview-toolbar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 10px; }
.preview-toolbar > span { width: 7px; height: 7px; background: #4a4c55; border-radius: 50%; }
.preview-toolbar p { margin-left: auto; color: #767985; font-size: 10px; }
.mini-site { min-height: 560px; padding: 34px; overflow: hidden; background: #0c0d11; border-radius: 16px; transition: color .5s, background .5s, border-radius .5s; }
.mini-site nav { display: flex; align-items: center; gap: 21px; color: #8b8e97; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.mini-site nav strong { margin-right: auto; color: var(--acid); font-size: 16px; }
.mini-hero { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 24px; min-height: 410px; }
.mini-copy small { color: var(--acid); font-weight: 800; letter-spacing: .16em; }
.mini-copy h3 { margin: 16px 0 20px; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: .77; letter-spacing: -.075em; }
.mini-copy h3 em { color: var(--acid); font-style: normal; }
.mini-copy p { max-width: 380px; color: #9699a3; line-height: 1.55; }
.metric-stack { display: grid; gap: 10px; }
.metric-stack article { display: grid; gap: 6px; padding: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.metric-stack small { color: #777a85; font-size: 8px; letter-spacing: .12em; }
.metric-stack strong { font-size: 33px; letter-spacing: -.05em; }
.metric-stack span { color: var(--acid); font-size: 9px; }
.mini-site footer { display: flex; justify-content: space-between; color: #777a84; font-size: 9px; text-transform: uppercase; }
.mini-site footer b { color: var(--acid); }
.mini-site.template-editorial { color: #27201b; background: #f5eadc; border-radius: 2px; }
.mini-site.template-editorial nav, .mini-site.template-editorial .mini-copy p, .mini-site.template-editorial footer { color: #756b61; }
.mini-site.template-editorial nav strong, .mini-site.template-editorial .mini-copy small, .mini-site.template-editorial .mini-copy h3 em, .mini-site.template-editorial .metric-stack span, .mini-site.template-editorial footer b { color: #e34d43; }
.mini-site.template-editorial .mini-copy h3 { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.06em; }
.mini-site.template-editorial .metric-stack article { background: rgba(255,255,255,.46); border-color: rgba(39,32,27,.12); }
.mini-site.template-signal { color: #101219; background: #eef0f4; border-radius: 0; }
.mini-site.template-signal nav, .mini-site.template-signal .mini-copy p, .mini-site.template-signal footer { color: #626674; }
.mini-site.template-signal nav strong, .mini-site.template-signal .mini-copy small, .mini-site.template-signal .mini-copy h3 em, .mini-site.template-signal .metric-stack span, .mini-site.template-signal footer b { color: #275df5; }
.mini-site.template-signal .metric-stack article { background: #fff; border-color: #d5d8e0; border-radius: 2px; }
.preview-hint { position: absolute; left: 50%; bottom: -16px; padding: 9px 14px; color: #14161a; background: var(--acid); border-radius: 99px; transform: translateX(-50%); font-size: 10px; font-weight: 800; white-space: nowrap; }

.example-gallery { padding-top: 80px; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.example-card { display: block; padding: 10px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; transition: transform .25s, border-color .25s; }
.example-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.25); }
.example-frame { position: relative; height: 390px; padding: 28px; overflow: hidden; color: #0a0b0e; border-radius: 13px; }
.example-lime .example-frame { background: var(--acid); }.example-coral .example-frame { background: var(--coral); }.example-violet .example-frame { color: #fff; background: var(--violet); }
.example-frame::after { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; bottom: -100px; border: 2px solid currentColor; border-radius: 50%; opacity: .18; box-shadow: 0 0 0 38px, 0 0 0 76px; }
.example-name { position: relative; z-index: 1; display: block; font-size: clamp(2.8rem, 4.6vw, 4.5rem); line-height: .78; letter-spacing: -.08em; font-weight: 900; }
.example-role { position: absolute; z-index: 1; left: 28px; bottom: 28px; max-width: 130px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.example-frame i { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: grid; place-items: center; width: 68px; height: 68px; color: #fff; background: #0d0e12; border-radius: 50%; font-style: normal; font-weight: 900; transform: rotate(7deg); transition: transform .25s; }
.example-card:hover .example-frame i { transform: rotate(-4deg) scale(1.08); }
.example-meta { display: flex; align-items: center; justify-content: space-between; padding: 18px 10px 10px; }
.example-meta > span { display: grid; gap: 4px; }.example-meta strong { font-size: 14px; }.example-meta small { color: var(--dim); font-size: 11px; }.example-meta b { color: var(--muted); font-size: 11px; }

.plans { padding-bottom: 180px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; padding: 34px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.price-card.featured { background: linear-gradient(145deg, rgba(200,255,54,.12), var(--panel) 38%); border-color: rgba(200,255,54,.35); box-shadow: 0 25px 80px rgba(200,255,54,.06); }
.popular-label { position: absolute; top: -15px; left: 50%; padding: 8px 14px; color: #0c0d10; background: var(--acid); border-radius: 99px; transform: translateX(-50%); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.plan-name { display: flex; justify-content: space-between; align-items: center; }
.plan-name span { font-size: 19px; font-weight: 800; }.plan-name i { padding: 6px 8px; color: var(--acid); background: rgba(200,255,54,.08); border-radius: 7px; font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.price-card h3 { display: grid; gap: 5px; margin: 48px 0 14px; font-size: 52px; line-height: .9; letter-spacing: -.06em; }
.price-card h3 small { color: var(--dim); font-size: 12px; font-weight: 600; letter-spacing: 0; }
.price-card > p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.price-button { width: 100%; margin: 24px 0 30px; }
.price-card ul { display: grid; gap: 14px; margin: 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { color: #c7cad2; font-size: 13px; }.price-card li::before { content: "✓"; margin-right: 10px; color: var(--acid); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-top: 60px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--acid); font-size: 24px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -8px 0 28px; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; padding: 100px 20px; overflow: hidden; color: #0a0b0e; background: var(--acid); text-align: center; }
.cta-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(#0a0b0e 1px, transparent 1px), linear-gradient(90deg, #0a0b0e 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle, #000 10%, transparent 68%); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 270px; height: 270px; border: 2px solid #0a0b0e; border-radius: 50%; opacity: .15; box-shadow: 0 0 0 45px, 0 0 0 90px; }
.final-cta::before { left: -130px; top: -90px; }.final-cta::after { right: -90px; bottom: -120px; }
.final-cta-copy { position: relative; z-index: 1; max-width: 900px; }
.final-cta .eyebrow { color: #22251c; }.final-cta .status-dot { background: #0a0b0e; box-shadow: 0 0 0 5px rgba(0,0,0,.08); }.final-cta .status-dot::after { border-color: #0a0b0e; }
.final-cta h2 { font-size: clamp(4.2rem, 10vw, 9rem); }.final-cta h2 span { color: rgba(10,11,14,.42); }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 26px auto 32px; font-size: 18px; line-height: 1.55; }
.button-light { color: #fff; background: #0a0b0e; box-shadow: 0 20px 50px rgba(0,0,0,.18); }

.site-footer { width: var(--page); min-height: 260px; margin: 0 auto; padding: 62px 0 35px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 28px; }
.site-footer > p { justify-self: end; margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 24px; }.site-footer nav a { color: var(--muted); font-size: 12px; text-decoration: none; }.site-footer nav a:hover { color: #fff; }
.site-footer small { justify-self: end; color: var(--dim); }

.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 18px; max-width: min(380px, calc(100% - 40px)); padding: 15px 16px 15px 18px; color: #0a0b0e; background: var(--acid); border-radius: 13px; box-shadow: 0 20px 70px rgba(0,0,0,.35); font-size: 13px; font-weight: 750; animation: toast-in .25s ease-out; }
.toast[hidden] { display: none; }.toast button { width: 27px; height: 27px; padding: 0; color: #0a0b0e; background: rgba(0,0,0,.1); border: 0; border-radius: 50%; cursor: pointer; font-size: 19px; }
@keyframes toast-in { from { opacity: 0; transform: translateY(15px); } }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .floating-card { display: none; }
  .showcase { grid-template-columns: 1fr; gap: 50px; }
  .template-controls { grid-template-columns: repeat(3, 1fr); }
  .template-button { align-items: flex-start; }
  .faq-section { gap: 50px; }
  .example-frame { height: 340px; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 30px, 680px); }
  .site-header { top: 10px; grid-template-columns: 1fr auto; min-height: 58px; padding: 8px 10px 8px 14px; background: rgba(12,13,18,.86); border-color: var(--line); backdrop-filter: blur(18px); }
  .desktop-nav, .auth-actions, .auth-studio { display: none; }
  .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; padding: 0; color: #fff; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 10px; }
  .menu-button span { width: 18px; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 64px; left: 0; right: 0; display: grid; gap: 6px; padding: 14px; background: #111218; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
  .mobile-menu [data-auth-guest] { display: grid; gap: 6px; }
  .mobile-menu[hidden] { display: none; }.mobile-menu a:not(.button) { padding: 12px; color: #d6d8de; text-decoration: none; }
  .hero { min-height: 900px; padding-top: 150px; }
  .hero-copy { margin-bottom: 56px; }.hero h1 { font-size: clamp(3.4rem, 12vw, 5.3rem); }.hero-subtitle { max-width: 570px; }
  .hero-product { width: min(720px, 100%); }.portfolio-shell { min-height: 500px; padding: 28px; }.portfolio-hero { padding: 62px 10px 45px; }.portfolio-hero h2 { font-size: clamp(2.7rem, 8vw, 4.2rem); }.portrait { width: 135px; }.project-row article:nth-child(3) { display: none; }.project-row { grid-template-columns: repeat(2,1fr); }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }.step-card { min-height: auto; }.step-visual { height: 260px; }
  .example-grid { grid-template-columns: 1fr 1fr; }.example-card:last-child { grid-column: 1 / -1; }.example-card:last-child .example-frame { height: 300px; }
  .faq-section { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; }.site-footer > p, .site-footer small { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 24px); --radius: 20px; }
  .brand { font-size: 14px; }.brand-mark { width: 29px; height: 29px; }
  .hero { min-height: 820px; padding: 134px 12px 92px; }.hero-copy { text-align: left; }.hero h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }.hero-subtitle { margin-top: 24px; }.hero-actions { align-items: stretch; flex-direction: column; }.micro-proof { justify-content: flex-start; flex-wrap: wrap; gap: 12px 18px; }
  .hero-product { width: 100%; padding: 6px 6px 0; border-radius: 16px; }.browser-bar { grid-template-columns: auto 1fr; padding: 0 7px; }.browser-address { justify-self: end; min-width: 0; width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.browser-live { display: none; }
  .portfolio-shell { min-height: 470px; padding: 22px; border-radius: 11px 11px 15px 15px; }.portfolio-nav span:not(.portfolio-logo) { display: none; }.portfolio-hero { grid-template-columns: 1fr; gap: 20px; padding: 48px 0 30px; }.portfolio-hero h2 { font-size: 3.3rem; }.portrait { position: absolute; top: 78px; right: 3px; width: 82px; font-size: 27px; opacity: .95; }.portfolio-hero p:not(.portfolio-kicker) { padding-right: 30px; font-size: 13px; }.portfolio-tags span:last-child { display: none; }.project-row { grid-template-columns: 1fr; }.project-row article:nth-child(2) { display: none; }.availability-pill { position: static; width: fit-content; margin-top: 18px; }
  .story-strip { padding: 48px 0; }.story-strip > p { padding: 0 24px; }
  .section { padding: 100px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .showcase h2, .faq-heading h2 { font-size: 3.35rem; }
  .step-card { padding: 18px; }.step-visual { height: 220px; margin: 24px 0 30px; }
  .template-controls { grid-template-columns: 1fr; }.template-button { align-items: center; }.interactive-preview { margin: 0 -5px; padding: 6px; border-radius: 18px; }.mini-site { min-height: 520px; padding: 22px; }.mini-site nav span { display: none; }.mini-hero { grid-template-columns: 1fr; align-content: center; }.mini-copy h3 { font-size: 4.4rem; }.metric-stack { grid-template-columns: 1fr 1fr; }.mini-site footer span { display: none; }.preview-hint { bottom: -14px; }
  .example-grid { grid-template-columns: 1fr; }.example-card:last-child { grid-column: auto; }.example-frame, .example-card:last-child .example-frame { height: 340px; }.example-name { font-size: 4.3rem; }
  .price-card { padding: 27px; }.price-card > p { min-height: auto; }.plans { padding-bottom: 120px; }
  .faq-section { gap: 38px; }.faq-section { padding-top: 70px; }summary { font-size: 16px; }
  .final-cta { min-height: 610px; }.final-cta h2 { font-size: 4.4rem; }.final-cta p:not(.eyebrow) { font-size: 16px; }.site-footer nav { flex-wrap: wrap; }.toast { right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
