:root {
    --ink: #102a43;
    --ink-deep: #081d31;
    --blue: #2878d0;
    --blue-light: #dff0ff;
    --green: #56aa73;
    --orange: #efa33a;
    --purple: #8470d7;
    --paper: #f7f8f5;
    --paper-deep: #edf0ed;
    --line: rgba(16, 42, 67, .14);
    --muted: #617181;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-dark { color: #f6fbff; background: var(--ink); }
.section-paper { background: var(--paper); }
.section-blueprint { background: #e6f1f5; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -60px; padding: 10px 16px; color: #fff; background: var(--blue); border-radius: 5px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 10; top: 0; width: 100%; color: #e8f1f6; background: rgba(16, 42, 67, .93); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 750; letter-spacing: -.02em; white-space: nowrap; }
.brand small { display: block; color: #93b3c4; font-size: 11px; font-weight: 500; letter-spacing: .04em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; padding: 4px; background: #fff; border-radius: 8px; }
.brand-mark img { width: 100%; height: 100%; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #bbceda; font-size: 14px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { padding: 10px 15px; color: var(--ink); background: #f0b84d; border-radius: 4px; font-weight: 700; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--ink); background: #ffc963; }
.nav-toggle { display: none; border: 0; color: #fff; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 760px; padding: 175px 0 80px; overflow: hidden; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: center; }
.hero-copy { max-width: 570px; }
.eyebrow { margin: 0 0 20px; color: #a9cadc; font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dark { color: #3479a3; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; margin: 0 8px 1px 0; background: #f0b84d; border-radius: 100%; box-shadow: 0 0 0 5px rgba(240,184,77,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.05; }
h1 { max-width: 600px; margin-bottom: 28px; font-size: clamp(52px, 6vw, 84px); font-weight: 760; }
h1 em { color: #f0b84d; font-family: var(--serif); font-weight: 400; }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: #b5cad5; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; gap: 16px; padding: 14px 19px; border-radius: 4px; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: #f0b84d; }
.button-primary:hover, .button-primary:focus-visible { background: #ffca61; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: #1c4466; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link-light { color: #e9f3f8; }
.text-link:hover span, .card-link:hover span, .audience-card a:hover span, .footer-links a:hover span { transform: translate(2px, -2px); }
.text-link span, .card-link span, .audience-card a span, .footer-links span { display: inline-block; transition: transform .2s; }
.hero-meta { display: flex; align-items: center; gap: 14px; margin-top: 52px; color: #7795a6; font-size: 12px; }
.hero-meta b { color: #d6e3e9; }
.meta-separator { width: 3px; height: 3px; background: #7795a6; border-radius: 50%; }
.hero-glow { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(137, 201, 224, .08); border-radius: 50%; }
.hero-glow::before, .hero-glow::after { position: absolute; inset: 70px; border: 1px solid rgba(137, 201, 224, .06); border-radius: 50%; content: ''; }
.hero-glow::after { inset: 145px; }
.hero-glow-one { top: -320px; right: -90px; }
.hero-glow-two { bottom: -540px; left: -360px; }
.hero-bottom-rule { position: absolute; right: 0; bottom: 29px; left: 0; display: flex; justify-content: flex-end; gap: 6px; }
.hero-bottom-rule span { width: 6px; height: 6px; display: block; background: #4e758d; border-radius: 50%; }

.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.form-window { position: relative; z-index: 2; width: min(490px, 100%); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; box-shadow: 22px 30px 60px rgba(3, 18, 34, .3); transform: rotate(2deg); }
.window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #edf2f2; border-bottom: 1px solid #e1e7e7; }
.window-bar span { width: 7px; height: 7px; background: #a4b5b9; border-radius: 50%; }
.window-bar span:first-child { background: #ed8a72; }.window-bar span:nth-child(2) { background: #f1c15a; }.window-bar span:nth-child(3) { background: #69bc78; }
.window-bar code { margin-left: 8px; color: #7d9198; font-size: 9px; }
.form-content { padding: 29px; }
.form-title-row { display: flex; gap: 11px; align-items: center; margin-bottom: 23px; }.form-title-row strong { display: block; font-size: 17px; }.form-title-row small { color: #81939b; font-size: 9px; }.mini-logo { width: 25px; height: 25px; display: grid; place-items: center; padding: 3px; background: #e8f5fb; border-radius: 7px; }.mini-logo img { width: 100%; }
.fake-label { margin: 12px 0 4px; color: #73848c; font-size: 9px; font-weight: 700; }.fake-input { height: 30px; padding: 6px 10px; color: #52636c; background: #fafcfc; border: 1px solid #d6e1e1; border-radius: 3px; font-size: 10px; }.fake-input.muted { color: #9da9ae; }.fake-textarea { height: 65px; }.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 21px; }.form-check { color: #4a8b67; font-size: 9px; }.form-check i { display: inline-grid; width: 14px; height: 14px; place-items: center; margin-right: 4px; color: #fff; background: #5cb77b; border-radius: 50%; font-style: normal; font-size: 9px; }.fake-button { padding: 9px 12px; color: #fff; background: var(--blue); border-radius: 3px; font-size: 9px; font-weight: 700; }.fake-button b { margin-left: 11px; font-size: 12px; }
.art-orbit { position: absolute; width: 425px; height: 425px; border: 1px solid rgba(150, 207, 229, .2); border-radius: 50%; }.orbit-one { transform: rotate(27deg) scaleX(1.25); }.orbit-two { width: 515px; height: 280px; border-color: rgba(240, 184, 77, .25); transform: rotate(-31deg); }
.protection-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 13px; color: #dcebf0; background: rgba(19, 53, 76, .92); border: 1px solid rgba(166, 218, 233, .2); border-radius: 5px; box-shadow: 0 12px 24px rgba(2, 19, 34, .23); }.protection-pill b, .protection-pill small { display: block; line-height: 1.2; }.protection-pill b { font-size: 10px; }.protection-pill small { margin-top: 3px; color: #86a5b4; font-size: 9px; }.pill-one { top: 57px; left: 4px; }.pill-two { right: -10px; bottom: 83px; }.pill-icon { width: 26px; height: 26px; display: grid; place-items: center; color: #f0b84d; background: rgba(240,184,77,.13); border-radius: 50%; }.pill-green { color: #8cdda0; background: rgba(110, 200, 131, .14); }.bot-badge { position: absolute; right: 12px; top: 56px; z-index: 4; display: grid; place-items: center; width: 66px; height: 66px; color: #f5bd4f; background: #173f5d; border: 1px solid rgba(245,189,79,.35); border-radius: 50%; transform: rotate(9deg); }.bot-badge span { font-size: 30px; line-height: 24px; }.bot-badge small { color: #b6cbd4; font-size: 8px; }

.trust-strip { color: #557180; background: #e7eef0; border-bottom: 1px solid var(--line); }.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 24px; font-size: 12px; font-weight: 700; text-align: center; }.trust-icon { margin-right: 7px; color: var(--blue); font-size: 18px; font-style: normal; vertical-align: -2px; }
.section-intro { max-width: 680px; margin-bottom: 60px; }.section-intro h2, .workflow-copy h2, .audience-section h2, .faq-intro h2, .closing-cta h2 { margin-bottom: 21px; font-size: clamp(38px, 4vw, 56px); }.section-intro > p:last-child, .workflow-copy > p, .section-intro-light > p:last-child, .faq-intro > p { max-width: 590px; color: var(--muted); font-size: 17px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.feature-card { position: relative; min-height: 300px; padding: 27px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px; transition: transform .25s, box-shadow .25s; }.feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(16,42,67,.08); }.feature-card::after { position: absolute; right: -34px; bottom: -52px; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .1; content: ''; }.feature-blue { color: var(--blue); }.feature-green { color: var(--green); }.feature-orange { color: var(--orange); }.feature-purple { color: var(--purple); }.feature-ink { color: #45657b; }.feature-sand { color: #c98e3e; }.feature-number { position: absolute; top: 27px; right: 27px; color: #9aaeb8; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 34px; color: currentColor; background: currentColor; border-radius: 50%; box-shadow: inset 0 0 0 11px var(--paper); font-size: 20px; }.feature-card h3 { margin-bottom: 12px; color: var(--ink); font-size: 23px; }.feature-card p { min-height: 76px; margin-bottom: 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }.card-link { display: inline-flex; align-items: center; gap: 7px; color: currentColor; font-size: 12px; font-weight: 800; }

.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }.workflow-copy { position: sticky; top: 130px; }.workflow-copy > p { margin-bottom: 30px; }.steps { border-top: 1px solid var(--line); }.step { display: grid; grid-template-columns: 65px 1fr; gap: 26px; padding: 29px 0 34px; border-bottom: 1px solid var(--line); }.step-number { color: #638ca2; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.step h3 { margin: -4px 0 10px; font-size: 25px; }.step p { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 15px; }.step code, .faq-list code { padding: 3px 6px; color: #2b6590; background: #d7eaf2; border-radius: 3px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .85em; }

.split-intro { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }.split-intro > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; }.showcase-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: start; }.screenshot-card { margin: 0; }.screenshot-frame { overflow: hidden; background: #dbe2e2; border: 1px solid #c8d2d2; border-radius: 5px; box-shadow: 0 16px 35px rgba(16,42,67,.13); }.screenshot-topline { height: 29px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: #f3f5f3; border-bottom: 1px solid #d7dfdf; }.screenshot-topline span { width: 5px; height: 5px; background: #adc0c0; border-radius: 50%; }.screenshot-topline small { margin-left: 7px; overflow: hidden; color: #809298; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.screenshot-frame img { width: 100%; }.screenshot-small { margin-top: 73px; }.screenshot-card figcaption { padding: 18px 0 0; }.screenshot-card figcaption strong, .screenshot-card figcaption span { display: block; }.screenshot-card figcaption strong { margin-bottom: 4px; font-size: 16px; }.screenshot-card figcaption span { color: var(--muted); font-size: 13px; }.screenshot-note { display: flex; align-items: center; gap: 15px; margin-top: 62px; padding-top: 21px; border-top: 1px solid var(--line); }.screenshot-note p { margin: 0; color: var(--muted); font-size: 14px; }.note-mark { color: var(--orange); font-family: var(--serif); font-size: 30px; transform: rotate(-20deg); }.screenshot-note .text-link { margin-left: auto; white-space: nowrap; }

.audience-section { position: relative; overflow: hidden; }.audience-section::before { position: absolute; top: -300px; right: -120px; width: 500px; height: 500px; border: 1px solid rgba(162, 215, 231, .1); border-radius: 50%; content: ''; }.section-intro-light > p:last-child { color: #b2c8d2; }.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.audience-card { min-height: 300px; padding: 30px 27px; background: rgba(255,255,255,.04); border: 1px solid rgba(203,231,239,.18); border-radius: 4px; }.audience-card-highlight { color: var(--ink); background: #f0b84d; border-color: #f0b84d; }.audience-label { display: block; margin-bottom: 80px; color: #84adc0; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.audience-card-highlight .audience-label { color: #86651e; }.audience-card h3 { max-width: 270px; margin-bottom: 14px; color: #f3fafc; font-size: 26px; }.audience-card-highlight h3 { color: var(--ink); }.audience-card p { min-height: 72px; margin-bottom: 23px; color: #b3c8d2; font-size: 14px; line-height: 1.55; }.audience-card-highlight p { color: #5a5a4e; }.audience-card a { display: inline-flex; gap: 9px; align-items: center; color: #e8f3f6; font-size: 12px; font-weight: 800; }.audience-card-highlight a { color: var(--ink); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 115px; align-items: start; }.faq-intro { position: sticky; top: 130px; }.faq-intro > p { margin-bottom: 25px; font-size: 15px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { padding: 23px 0; border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding-right: 36px; color: var(--ink); font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 0; color: var(--blue); content: '+'; font-size: 25px; font-weight: 400; line-height: 1; }.faq-list details[open] summary::after { content: '−'; }.faq-list details p { max-width: 650px; margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.closing-cta { padding: 80px 0; }.closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.closing-cta h2 { max-width: 620px; margin-bottom: 16px; }.closing-cta p { max-width: 560px; margin-bottom: 0; color: var(--muted); font-size: 16px; }.closing-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }.closing-aside { color: #66869a; font-size: 11px; }
.site-footer { padding: 55px 0 28px; }.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 50px; }.brand-footer { color: #eaf5f8; }.footer-grid p { max-width: 290px; margin: 16px 0 0 41px; color: #95b0be; font-size: 13px; }.footer-links { display: flex; gap: 28px; align-items: start; color: #bdd0da; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; color: #6f8c9d; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .18s; }

@media (max-width: 900px) {
    .hero { min-height: auto; padding-top: 145px; }.hero-grid, .workflow-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { max-width: 700px; }.hero-art { max-width: 620px; min-height: 410px; margin: 10px auto 0; width: 100%; }.workflow-copy, .faq-intro { position: static; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.split-intro { gap: 40px; }.audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: auto; }.audience-label { margin-bottom: 50px; }.audience-card p { min-height: 0; }.faq-grid { gap: 40px; }
}
@media (max-width: 700px) {
    .container { width: min(100% - 32px, 560px); }.section { padding: 78px 0; }.nav-wrap { min-height: 68px; }.nav-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px 0 10px 10px; }.nav-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: #fff; transition: transform .2s; }.site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 20px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }.site-nav.is-open { display: flex; }.site-nav a { padding: 11px 0; }.site-nav .nav-cta { margin-top: 8px; padding: 11px 14px; text-align: center; }.hero { padding-top: 125px; }.hero-grid { gap: 15px; }.hero-lede { font-size: 17px; }.hero-actions { flex-wrap: wrap; gap: 18px; }.hero-meta { margin-top: 37px; }.hero-art { min-height: 350px; margin-top: 22px; }.form-content { padding: 20px; }.form-window { transform: rotate(1deg); }.art-orbit { width: 300px; height: 300px; }.orbit-two { width: 350px; height: 200px; }.pill-one { top: 15px; left: 0; }.pill-two { right: -3px; bottom: 32px; }.bot-badge { top: 13px; right: 0; width: 54px; height: 54px; }.bot-badge span { font-size: 23px; }.trust-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 6px; padding: 18px 0; text-align: left; }.trust-grid span { font-size: 11px; }.feature-grid, .showcase-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.feature-card p { min-height: 0; }.split-intro { display: block; }.split-intro > p { margin-top: 20px; }.screenshot-small { margin-top: 25px; }.screenshot-note { flex-wrap: wrap; margin-top: 38px; }.screenshot-note .text-link { margin-left: 39px; }.step { grid-template-columns: 43px 1fr; gap: 13px; }.step h3 { font-size: 22px; }.closing-inner, .footer-grid { display: block; }.closing-actions { margin-top: 30px; }.footer-links { flex-wrap: wrap; margin-top: 35px; }.footer-bottom { margin-top: 0; }.footer-grid p { margin-left: 0; }.footer-bottom { flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .feature-card { transition: none; } }
