:root {
  --ink: #18152f;
  --ink-soft: #5f5a77;
  --night: #17132f;
  --night-raised: #241d49;
  --violet: #5a45e8;
  --violet-light: #7865ff;
  --mint: #1fc7a5;
  --paper: #fbfaff;
  --surface: #ffffff;
  --line: #e8e5f1;
  --warm: #fff4e6;
  --shadow: 0 28px 70px rgba(28, 22, 63, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { height: 70px; background: rgba(251, 250, 255, .9); border-color: rgba(232, 229, 241, .8); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--violet-light), #4630d6); box-shadow: 0 10px 24px rgba(90, 69, 232, .28); font: 700 14px "Fraunces", serif; }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 4px; color: #827c98; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; color: #5e5876; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.button) { transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--violet); }
.nav-login { padding-left: 26px; border-left: 1px solid var(--line); color: var(--ink) !important; }
.menu-button { display: none; border: 0; background: transparent; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid var(--violet); border-radius: 15px; background: var(--violet); color: white; box-shadow: 0 13px 28px rgba(90, 69, 232, .22); font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(90, 69, 232, .28); background: #4c37d7; }
.button.small { min-height: 43px; padding: 0 18px; border-radius: 12px; box-shadow: none; }
.button.ghost { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--ink); box-shadow: none; }
.button.ghost:hover { background: white; border-color: #cbc5df; }

.hero { min-height: 820px; padding: 155px clamp(24px, 6vw, 96px) 90px; display: grid; grid-template-columns: minmax(430px, .82fr) minmax(600px, 1.18fr); align-items: center; gap: 70px; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 28%, #e7e2ff 0, transparent 31%), linear-gradient(145deg, #fdfcff 20%, #f4f1ff 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(#6c5dd1 .6px, transparent .6px); background-size: 19px 19px; mask-image: linear-gradient(to right, transparent 5%, black 60%, transparent); }
.hero-copy, .hero-product { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--violet); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; border-radius: 3px; background: var(--mint); }
.eyebrow.light { color: #bdb3ff; }
.hero h1, .section h2, .clarity-card h2, .final-cta h2 { margin: 0; font: 600 clamp(48px, 5.5vw, 78px)/.98 "Fraunces", serif; letter-spacing: -.045em; }
.hero h1 em, .clarity-card h2 em { color: var(--violet); font-style: normal; }
.hero-lead { max-width: 615px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 19px; color: #6c6682; font-size: 11px; font-weight: 600; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #dff7f0; color: #0b9f82; font-style: normal; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 270px; height: 270px; top: -90px; right: 28%; border: 1px solid #ded7ff; }
.orb-two { width: 40px; height: 40px; left: 48%; bottom: 10%; background: var(--mint); opacity: .18; }
.hero-product { transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.browser-frame { overflow: hidden; border: 1px solid rgba(210, 205, 231, .88); border-radius: 24px; background: white; box-shadow: 0 40px 90px rgba(39, 29, 86, .2); }
.browser-top { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #ebe8f4; background: #f9f8fc; }
.browser-top > span, .window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d9d4e7; }
.browser-top small { margin: auto; color: #9b96ad; font-size: 8px; }
.app-preview { height: 435px; display: grid; grid-template-columns: 78px 1fr; }
.app-preview aside { padding-top: 25px; display: flex; flex-direction: column; align-items: center; gap: 26px; background: var(--night); }
.preview-logo { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--violet); font: 700 10px "Fraunces", serif; }
.app-preview aside i, .app-preview aside b { width: 30px; height: 27px; border-radius: 8px; background: rgba(255,255,255,.07); }
.app-preview aside b { background: var(--violet); box-shadow: -18px 0 0 -15px #8b78ff; }
.preview-main { padding: 25px 28px; background: #f5f4fb; }
.preview-head { display: flex; align-items: center; justify-content: space-between; }
.preview-head div { display: grid; gap: 4px; }
.preview-head small, .preview-journey > small, .preview-chart > small { color: var(--violet); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.preview-head strong { font-size: 17px; }
.preview-head button { padding: 10px 15px; border: 0; border-radius: 9px; background: var(--violet); color: white; font-size: 9px; }
.preview-main h3 { margin: 31px 0 16px; font-size: 19px; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-metrics article { min-height: 98px; padding: 16px; display: grid; align-content: space-between; border: 1px solid #e6e3f0; border-radius: 13px; background: white; }
.preview-metrics small { color: #817b95; font-size: 6px; font-weight: 800; }
.preview-metrics strong { font-size: 25px; }
.preview-metrics article:first-child { border-top: 3px solid var(--violet); }
.preview-metrics article:nth-child(2) { border-top: 3px solid var(--mint); }
.preview-metrics article:last-child { border-top: 3px solid #e8ad53; }
.preview-grid { margin-top: 12px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; }
.preview-grid article { min-height: 130px; padding: 16px; border-radius: 13px; background: white; }
.preview-journey { color: white; background: var(--night-raised) !important; }
.preview-journey div { height: 70px; display: flex; align-items: center; justify-content: space-between; position: relative; }
.preview-journey div::before { content: ""; position: absolute; left: 12px; right: 12px; height: 1px; background: rgba(255,255,255,.2); }
.preview-journey b { z-index: 1; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); font-size: 8px; }
.preview-journey b:nth-child(3) { background: var(--violet); }
.preview-chart { display: flex; flex-direction: column; gap: 9px; }
.preview-chart span { height: 7px; margin-top: 7px; border-radius: 5px; background: #e9e6f2; }
.preview-chart span:nth-of-type(1) { width: 80%; background: var(--mint); }
.preview-chart span:nth-of-type(2) { width: 54%; background: #e6b262; }
.floating-note { position: absolute; z-index: 3; min-width: 218px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(220,216,235,.9); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 35px rgba(37,29,73,.15); backdrop-filter: blur(12px); }
.floating-note span:last-child { display: grid; gap: 3px; color: #817b91; font-size: 9px; }
.floating-note strong { color: var(--ink); font-size: 11px; }
.note-one { top: -28px; right: 35px; }
.note-one > i { width: 31px; height: 31px; border-radius: 10px; background: #ddf8f1; position: relative; }
.note-one > i::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #0da486; font-style: normal; font-weight: 800; }
.note-two { left: -46px; bottom: -34px; }
.mini-ring { width: 42px; height: 42px; display: grid !important; place-items: center; border: 4px solid #ded9f6; border-top-color: var(--violet); border-radius: 50%; color: var(--violet) !important; font-size: 9px !important; font-weight: 800; }

.proof-strip { min-height: 92px; padding: 20px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--night); color: white; }
.proof-strip p { margin: 0; color: #a9a2c4; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.proof-strip div { display: flex; align-items: center; gap: clamp(15px, 3vw, 45px); font: 600 clamp(16px, 2vw, 24px) "Fraunces", serif; }
.proof-strip i { color: var(--mint); font-family: "Manrope"; font-style: normal; }
.section { padding: 125px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 800px; }
.section-heading h2, .showcase-copy h2, .faq-title h2 { font-size: clamp(40px, 4.2vw, 62px); }
.section-heading > p:last-child, .showcase-copy > p, .faq-title > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.bento-grid { margin-top: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.feature-card { min-height: 510px; padding: 35px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 15px 45px rgba(36, 30, 71, .06); }
.feature-card.dark { color: white; border-color: transparent; background: linear-gradient(145deg, var(--night), #2b2353); }
.feature-card:nth-child(3) { grid-column: 1 / -1; min-height: 410px; }
.feature-icon { position: absolute; top: 28px; right: 30px; color: #dcd7ed; font: 700 46px "Fraunces", serif; }
.dark .feature-icon { color: rgba(255,255,255,.13); }
.feature-card > div:nth-child(2) { max-width: 480px; position: relative; z-index: 1; }
.card-kicker { margin: 0 0 16px; color: var(--violet); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.dark .card-kicker { color: #a99cff; }
.feature-card h3 { margin: 0; font: 600 31px/1.12 "Fraunces", serif; }
.feature-card > div:nth-child(2) > p:last-child { margin: 17px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.dark > div:nth-child(2) > p:last-child { color: #b7b0cd; }
.guest-mini-list { width: 82%; margin: 50px auto 0; padding: 10px; border: 1px solid #ece9f3; border-radius: 17px; background: #faf9fd; transform: rotate(-1.5deg); }
.guest-mini-list span { padding: 14px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #ece9f3; }
.guest-mini-list span:last-child { border: 0; }
.guest-mini-list i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: #e8e4ff; color: var(--violet); font-size: 9px; font-style: normal; font-weight: 800; }
.guest-mini-list b { display: grid; gap: 4px; font-size: 10px; }
.guest-mini-list small { color: #9690a6; font-size: 8px; font-weight: 500; }
.guest-mini-list em { color: var(--mint); font-style: normal; }
.phone-mini { width: 235px; height: 290px; margin: 39px auto -80px; padding: 8px; border-radius: 32px; background: #0e0b21; box-shadow: 0 25px 50px #0d091f99; transform: rotate(4deg); }
.phone-mini > div { height: 100%; padding: 45px 25px; display: flex; flex-direction: column; align-items: center; border-radius: 25px; background: linear-gradient(#f7ede6, #eee1f1); color: #493c5f; text-align: center; }
.phone-mini small { letter-spacing: .16em; font-size: 7px; }
.phone-mini strong { margin-top: 35px; font: 600 28px "Fraunces", serif; }
.phone-mini span { margin-top: 15px; font-size: 9px; }
.phone-mini button { margin-top: auto; padding: 10px 15px; border: 0; border-radius: 20px; background: #8e657d; color: white; font-size: 7px; font-weight: 800; }
.feature-tables > div:nth-child(2) { max-width: 390px; }
.table-mini { width: 250px; height: 250px; position: absolute; right: 15%; bottom: 40px; display: grid; place-items: center; border: 2px solid #ddd8eb; border-radius: 50%; background: #fbfaff; box-shadow: inset 0 0 0 13px white, 0 15px 40px rgba(31,25,68,.09); }
.table-mini > strong { font-size: 12px; }
.seat { width: 44px; height: 44px; position: absolute; display: grid; place-items: center; border: 5px solid white; border-radius: 50%; background: #e7e3fa; color: var(--violet); box-shadow: 0 3px 12px #aaa3bd55; font-size: 9px; font-weight: 800; }
.s1 { top: -18px; }.s2 { right: -10px; top: 40px; }.s3 { right: -5px; bottom: 35px; }.s4 { bottom: -18px; }.s5 { left: -6px; bottom: 35px; }.s6 { left: -12px; top: 42px; }
.s4 { background: var(--mint); color: white; }

.showcase { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; background: var(--night); color: white; }
.showcase-copy h2 { margin: 0; font: 600 clamp(42px, 4vw, 62px)/1.02 "Fraunces", serif; letter-spacing: -.04em; }
.showcase-copy > p { color: #aaa4be; }
.showcase-tabs { margin-top: 35px; padding: 5px; display: inline-flex; gap: 3px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.05); }
.showcase-tabs button { padding: 10px 14px; border: 0; border-radius: 9px; background: transparent; color: #aaa3c2; font-size: 11px; font-weight: 700; cursor: pointer; }
.showcase-tabs button[aria-selected="true"] { background: var(--violet); color: white; }
.shot-description { min-height: 100px; margin-top: 25px; }
.shot-description strong { font-size: 13px; }
.shot-description p { margin: 8px 0 0; color: #918ba8; font-size: 12px; line-height: 1.6; }
.showcase-stage { min-width: 0; position: relative; }
.stage-glow { position: absolute; inset: 10% 10% -10%; background: #6c54ff; opacity: .25; filter: blur(80px); }
.screenshot-window { overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 19px; background: #fff; box-shadow: 0 35px 80px #09061699; transform: perspective(1400px) rotateY(-4deg); }
.window-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #f3f1f8; }
.window-bar small { margin-left: auto; color: #827d91; font-size: 7px; }
.screenshot-window img { width: 100%; height: auto; display: block; transition: opacity .14s ease, transform .14s ease; }
.screenshot-window img.changing { opacity: .2; transform: scale(.985); }

body.dialog-open { overflow: hidden; }
.template-showcase { overflow: hidden; background: #f5f2ec; }
.template-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.template-heading h2 { font-size: clamp(42px, 4.8vw, 68px); }
.template-heading > p { margin: 0 0 7px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.template-filters { margin: 46px 0 30px; display: flex; flex-wrap: wrap; gap: 7px; }
.template-filters button { min-height: 42px; padding: 0 17px; border: 1px solid #dcd6cd; border-radius: 22px; background: transparent; color: #625c6e; cursor: pointer; font-size: 11px; font-weight: 800; }
.template-filters button.active { border-color: var(--night); background: var(--night); color: white; }
.public-template-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.public-template-card { min-width: 0; padding: 17px; display: grid; gap: 15px; border: 1px solid #ddd7cf; border-radius: 23px; background: rgba(255,255,255,.72); color: var(--ink); cursor: pointer; text-align: left; text-decoration: none; transition: transform .2s, box-shadow .2s, opacity .2s; }
.public-template-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(43,34,60,.12); }
.public-template-card[hidden] { display: none; }
.demo-phone { height: 330px; padding: 9px; display: block; border-radius: 29px; background: #15131b; box-shadow: 0 15px 30px rgba(25,20,33,.18); }
.demo-paper { height: 100%; padding: 38px 22px 24px; display: flex; flex-direction: column; align-items: center; overflow: hidden; position: relative; border-radius: 22px; background: var(--demo-paper); color: var(--demo-ink); text-align: center; }
.demo-paper::before, .demo-paper::after { content: ""; position: absolute; width: 125px; height: 125px; border: 24px solid var(--demo-soft); border-radius: 50%; opacity: .55; }
.demo-paper::before { top: -73px; left: -70px; }.demo-paper::after { right: -79px; bottom: -78px; }
.demo-paper small { z-index: 1; color: var(--demo-accent); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.demo-paper strong { z-index: 1; margin: auto 0 0; font: 600 31px/1.02 "Fraunces", serif; }
.demo-paper em { z-index: 1; margin-top: 28px; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.demo-paper i { z-index: 1; margin-top: auto; padding: 10px 14px; border-radius: 18px; background: var(--demo-accent); color: var(--demo-button, white); font-size: 7px; font-style: normal; font-weight: 800; }
.template-meta { min-width: 0; display: grid; gap: 4px; }
.template-meta small { color: var(--demo-accent); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.template-meta strong { font: 600 18px "Fraunces", serif; }
.template-meta em { color: #7b7582; font-size: 10px; font-style: normal; }
.template-demo-link { min-height: 39px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-radius: 11px; background: #eeebf7; color: #4d3fc1; font-size: 10px; font-weight: 800; }
.template-demo-link b { font-size: 15px; transition: transform .2s; }
.public-template-card:hover .template-demo-link { background: var(--demo-accent); color: var(--demo-button, white); }
.public-template-card:hover .template-demo-link b { transform: translateX(3px); }
.public-template-card:focus-visible { outline: 3px solid #9f90f5; outline-offset: 3px; }
.theme-linen { --demo-paper:#fffdf8;--demo-ink:#302d2a;--demo-accent:#6f7967;--demo-soft:#d9d4c8; }
.theme-terracotta { --demo-paper:#fffaf5;--demo-ink:#53362d;--demo-accent:#ad5d43;--demo-soft:#e8b9a5; }
.theme-midnight { --demo-paper:#1c2740;--demo-ink:#f8f2e7;--demo-accent:#d8bb78;--demo-soft:#44516f;--demo-button:#11182b; }
.theme-roses { --demo-paper:#fffdfb;--demo-ink:#582f42;--demo-accent:#a63f68;--demo-soft:#efbfd0; }
.theme-stars { --demo-paper:#1c2948;--demo-ink:#f6f1ff;--demo-accent:#c5b4ff;--demo-soft:#39466b;--demo-button:#101a35; }
.theme-pop { --demo-paper:#fff;--demo-ink:#482056;--demo-accent:#a92486;--demo-soft:#efb6e5; }
.theme-lavender { --demo-paper:#fffefe;--demo-ink:#463757;--demo-accent:#8265a4;--demo-soft:#d9c9e8; }
.theme-confetti { --demo-paper:#fff;--demo-ink:#243d52;--demo-accent:#b74b21;--demo-soft:#f5cb81; }
.theme-safari { --demo-paper:#fffdf5;--demo-ink:#314b38;--demo-accent:#497541;--demo-soft:#cfdfb2; }
.theme-gold { --demo-paper:#272822;--demo-ink:#fff8e4;--demo-accent:#e7c270;--demo-soft:#50503c;--demo-button:#181917; }
.theme-neon { --demo-paper:#241b42;--demo-ink:#fff7ff;--demo-accent:#e64ec8;--demo-soft:#5b3c83; }
.theme-watercolor { --demo-paper:#fff;--demo-ink:#29464d;--demo-accent:#e06970;--demo-soft:#a9ddd6; }
.template-showcase-actions { margin-top: 32px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 20px; background: white; }
.template-showcase-actions p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.template-showcase-actions strong { color: var(--ink); }
.template-dialog { width: min(850px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); padding: 0; grid-template-columns: 1fr 1fr; overflow: hidden; border: 0; border-radius: 28px; background: white; box-shadow: 0 35px 100px #100c24aa; }
.template-dialog[open] { display: grid; }
.template-dialog::backdrop { background: rgba(17,13,38,.74); backdrop-filter: blur(7px); }
.dialog-close { z-index: 2; width: 42px; height: 42px; position: absolute; top: 16px; right: 16px; border: 0; border-radius: 50%; background: #f0edf5; color: #514a60; cursor: pointer; font-size: 23px; }
.dialog-demo { min-height: 650px; padding: 50px; display: grid; place-items: center; background: var(--demo-soft); }
.dialog-demo .demo-phone.large { width: 285px; height: 535px; }
.dialog-demo .demo-paper { padding: 62px 26px 32px; }
.dialog-demo .demo-paper strong { font-size: 43px; }
.dialog-copy { padding: 65px 45px 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.dialog-copy .eyebrow b { font-size: inherit; }.dialog-copy h2 { margin: 0; font: 600 43px/1 "Fraunces",serif; }
.dialog-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.7; }
.dialog-copy ul { margin: 18px 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; color: #5f596f; font-size: 11px; }
.dialog-copy li::before { content: "✓"; margin-right: 9px; color: var(--mint); font-weight: 800; }

.section-heading.centered { margin: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin-left: auto; margin-right: auto; }
.steps-grid { max-width: 1180px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.steps-grid article { min-height: 250px; padding: 0 25px; position: relative; border-left: 1px solid var(--line); }
.steps-grid article:first-child { border-left: 0; }
.steps-grid article > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: #ebe8ff; color: var(--violet); font-size: 12px; font-weight: 800; }
.steps-grid h3 { margin: 42px 0 13px; font: 600 22px "Fraunces", serif; }
.steps-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.clarity-section { padding: 20px clamp(24px, 7vw, 110px) 125px; }
.clarity-card { min-height: 420px; padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; border-radius: 34px; color: white; background: linear-gradient(135deg, #5c47e9 0%, #3b2bb2 55%, #251b70 100%); box-shadow: 0 32px 70px rgba(70,49,196,.25); }
.clarity-card h2 { font-size: clamp(38px, 4vw, 59px); }
.clarity-card h2 em { color: #c8fff1; }
.clarity-card ul { margin: 0; padding: 0; display: grid; gap: 17px; list-style: none; }
.clarity-card li { padding-bottom: 17px; display: flex; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.14); color: #e5e0ff; font-size: 13px; }
.clarity-card li span { color: #80efd8; font-weight: 800; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-title h2 { margin: 0; font: 600 clamp(40px, 4vw, 58px)/1 "Fraunces", serif; letter-spacing: -.04em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 4px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet); font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 40px 25px 4px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.final-cta { min-height: 560px; padding: 100px 24px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--night); color: white; text-align: center; }
.final-cta > div:last-child { z-index: 1; max-width: 750px; display: grid; justify-items: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(55px, 7vw, 91px); }
.final-cta p:not(.eyebrow) { max-width: 590px; margin: 26px 0 32px; color: #aaa4be; line-height: 1.7; }
.light-button { border-color: white; background: white; color: var(--night); box-shadow: none; }
.light-button:hover { border-color: white; background: #f2efff; color: var(--night); }
.cta-orb { position: absolute; width: 600px; height: 600px; border: 1px solid rgba(130,110,255,.18); border-radius: 50%; box-shadow: 0 0 0 110px rgba(109,87,255,.04), 0 0 0 220px rgba(109,87,255,.025); }
footer { padding: 50px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 45px; border-top: 1px solid var(--line); background: white; }
footer > p { color: var(--ink-soft); font-size: 11px; }
footer nav { display: flex; gap: 22px; color: #615b78; font-size: 11px; font-weight: 700; }
footer > small { color: #9993a8; font-size: 9px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .22s; }
.reveal[data-delay="3"] { transition-delay: .32s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .public-template-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; padding-left: 42px; padding-right: 42px; }
  .hero-product { transform: none; }
  .floating-note { display: none; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 750px; }
  .screenshot-window { transform: none; }
  .table-mini { right: 8%; }
  footer { grid-template-columns: auto 1fr auto; }
  footer > small { grid-column: 3; }
}

@media (max-width: 900px) {
  .template-heading { grid-template-columns: 1fr; gap: 20px; }
  .public-template-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .template-dialog { grid-template-columns: .85fr 1.15fr; }
  .site-header { height: 72px; padding: 0 22px; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border-radius: 12px; background: #eeeaff; }
  .menu-button span { width: 19px; height: 2px; display: block; background: var(--violet); }
  .site-nav { position: absolute; top: 68px; left: 15px; right: 15px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .button { margin-top: 8px; }
  .nav-login { border-left: 0; }
  .hero { min-height: auto; padding: 130px 24px 80px; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-trust, .hero-actions { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-product { max-width: 720px; width: 100%; margin: 35px auto 0; }
  .proof-strip { flex-direction: column; justify-content: center; text-align: center; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-card:nth-child(3) { grid-column: auto; }
  .feature-tables { padding-bottom: 330px; }
  .table-mini { right: 50%; bottom: 30px; transform: translateX(50%); }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .steps-grid article:nth-child(3) { border-left: 0; }
  .clarity-card, .faq { grid-template-columns: 1fr; gap: 45px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 22px; }
  footer > small { grid-column: auto; }
}

@media (max-width: 600px) {
  .public-template-grid { grid-template-columns: 1fr; }
  .template-showcase-actions { align-items: stretch; flex-direction: column; }
  .template-showcase-actions .button { width: 100%; }
  .template-dialog[open] { display: block; overflow: auto; }
  .dialog-demo { min-height: 420px; padding: 40px 20px; }
  .dialog-demo .demo-phone.large { width: 210px; height: 380px; }
  .dialog-copy { padding: 38px 28px; }
  .brand small { display: none; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { align-items: flex-start; flex-direction: column; padding-left: 20px; }
  .app-preview { height: 300px; grid-template-columns: 51px 1fr; }
  .app-preview aside { gap: 15px; }
  .preview-main { padding: 16px; }
  .preview-head button { display: none; }
  .preview-main h3 { margin: 18px 0 11px; }
  .preview-metrics { gap: 6px; }
  .preview-metrics article { min-height: 70px; padding: 9px; }
  .preview-metrics strong { font-size: 18px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-chart { display: none !important; }
  .proof-strip div { flex-wrap: wrap; justify-content: center; font-size: 16px; }
  .section { padding: 90px 20px; }
  .section-heading h2, .showcase-copy h2, .faq-title h2 { font-size: 40px; }
  .feature-card { min-height: 475px; padding: 27px; }
  .guest-mini-list { width: 100%; }
  .showcase-tabs { width: 100%; }
  .showcase-tabs button { flex: 1; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 180px; border-left: 0; border-top: 1px solid var(--line); padding: 25px 5px; display: grid; grid-template-columns: auto 1fr; gap: 22px; }
  .steps-grid article:first-child { border-top: 0; }
  .steps-grid h3 { margin: 3px 0 10px; }
  .clarity-section { padding: 0 15px 90px; }
  .clarity-card { padding: 38px 27px; }
  .final-cta h2 { font-size: 55px; }
  footer nav { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.seo-page { padding-top: 96px; }
.seo-page .section { max-width: 1040px; margin-inline: auto; padding: 36px 24px; }
.seo-page h1 { max-width: 880px; font-size: clamp(34px, 5vw, 64px); line-height: 1.12; }
.seo-page h2 { font-size: clamp(25px, 3vw, 36px); }
.seo-page p { max-width: 780px; font-size: 18px; line-height: 1.8; color: #514c65; margin: 18px 0 28px; }
.seo-page img { width: 100%; height: auto; border: 1px solid #ddd7ec; border-radius: 16px; }
.seo-links { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0; }
.seo-links a { padding: 14px 18px; border: 1px solid #d8d0e8; border-radius: 12px; color: #47377d; background: #faf8ff; text-decoration: none; }
.seo-links a:hover, .seo-links a:focus-visible { background: #eee7ff; }

.analytics-consent{position:fixed;z-index:300;right:18px;bottom:18px;width:min(560px,calc(100% - 36px));padding:20px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid #ddd7ef;border-radius:18px;background:#fff;color:#211b38;box-shadow:0 22px 70px #17132f35;font:500 12px/1.55 "Manrope",sans-serif}.analytics-consent strong{display:block;margin-bottom:4px;font-size:14px}.analytics-consent p{margin:0;color:#655e73}.analytics-consent a{color:#5842d8}.analytics-consent>div:last-child{display:flex;flex:0 0 auto;gap:8px}.analytics-consent button{min-height:40px;padding:0 14px;border:1px solid #d9d3e7;border-radius:10px;background:#fff;color:#433b54;font:800 10px "Manrope",sans-serif;cursor:pointer}.analytics-consent [data-analytics-accept]{border-color:#6045e5;background:#6045e5;color:#fff}@media(max-width:650px){.analytics-consent{right:12px;bottom:12px;width:calc(100% - 24px);align-items:stretch;flex-direction:column;gap:14px}.analytics-consent>div:last-child{display:grid;grid-template-columns:1fr 1fr}.analytics-consent button{padding:0 9px}}
