:root {
  --ink: #17172a;
  --muted: #6b6a78;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #dedbe7;
  --purple: #7452e8;
  --purple-dark: #4e31bd;
  --purple-soft: #ece7ff;
  --mint: #bff4c8;
  --mint-strong: #75d887;
  --navy: #19172b;
  --peach: #ffd7be;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; background: rgba(247,245,239,.88); border-bottom: 1px solid rgba(23,23,42,.08); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.logo b { color: var(--purple); }
.logo-mark { position: relative; display: inline-flex; align-items: end; gap: 2px; width: 29px; height: 29px; padding: 6px 5px; border-radius: 9px; color: white; background: var(--purple); transform: rotate(-2deg); box-shadow: 0 6px 14px rgba(116,82,232,.2); }
.logo-mark span { display: block; width: 5px; background: currentColor; border-radius: 4px 4px 1px 1px; }
.logo-mark span:nth-child(1) { height: 8px; }.logo-mark span:nth-child(2) { height: 16px; }.logo-mark span:nth-child(3) { height: 12px; }
.main-nav { display: flex; align-items: center; gap: 27px; color: #4e4d5a; font-size: 13px; font-weight: 650; }
.main-nav a { transition: color .2s ease; }.main-nav a:hover { color: var(--purple); }
.button { border: 0; border-radius: 12px; background: var(--purple); color: white; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 750; cursor: pointer; box-shadow: 0 12px 26px rgba(83,55,185,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--purple-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(83,55,185,.25); }
.button--small { min-height: 42px; border-radius: 10px; padding: 0 17px; font-size: 12px; }
.menu-button { display: none; background: transparent; border: 0; padding: 7px; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 154px 0 0; min-height: 820px; background: linear-gradient(180deg,#fbfaf6 0%,#f4f0e8 100%); }
.hero::before { content:""; position:absolute; inset:0; opacity:.55; background-image: radial-gradient(#978db5 0.7px,transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right,black,transparent 45%,transparent 65%,black); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb--one { width: 440px; height: 440px; right: -150px; top: 80px; background: radial-gradient(circle,#d9ceff 0%,rgba(217,206,255,0) 69%); }
.hero-orb--two { width: 350px; height: 350px; left: -180px; bottom: 40px; background: radial-gradient(circle,#c8f7d3 0%,rgba(200,247,211,0) 69%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.25fr; align-items: center; gap: 68px; }
.hero-copy { padding-bottom: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 6px 11px 6px 7px; border: 1px solid #d9d3e7; border-radius: 999px; background: rgba(255,255,255,.7); color: #5d5870; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-soft); color: var(--purple); }
.hero h1 { margin: 25px 0 22px; max-width: 560px; font-size: clamp(54px,5.6vw,84px); line-height: .94; letter-spacing: -.065em; font-weight: 780; }
h1 em, h2 em { color: var(--purple); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.hero-copy > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.text-link > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: white; border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; color: #696775; font-size: 11px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }.trust-row i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #256738; background: #d6f7dc; }
.hero-visual { position: relative; min-width: 720px; transform: perspective(1500px) rotateY(-4deg) rotateX(1deg); transform-origin: left center; }
.product-window { position: relative; width: 760px; border: 1px solid rgba(54,45,82,.19); border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 45px 80px rgba(46,36,81,.2), 0 2px 5px rgba(46,36,81,.08); }
.window-bar { height: 43px; background: #f8f7fa; border-bottom: 1px solid #e8e5ed; display: flex; align-items: center; padding: 0 14px; color: #9995a3; font-size: 9px; }
.window-dots { display: flex; gap: 5px; margin-right: auto; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background:#d6d3dc; }.window-dots i:nth-child(1){background:#ff8e82}.window-dots i:nth-child(2){background:#ffc56b}.window-dots i:nth-child(3){background:#7bdd91}
.window-bar > span { position:absolute; left:50%; transform:translateX(-50%); padding:5px 46px; border-radius:6px; background:white; border:1px solid #ece9f0; }
.window-user { margin-left: auto; width: 22px; height: 22px; display:grid; place-items:center; border-radius:50%; background:var(--purple-soft); color:var(--purple); font-size:7px; font-weight:800; }
.app-shell { height: 475px; display: grid; grid-template-columns: 50px 1fr 235px; }
.app-sidebar { display:flex; flex-direction:column; align-items:center; padding:14px 0 12px; background:var(--navy); color:#8e8b9c; }
.app-mini-logo .logo-mark { width:24px; height:24px; padding:5px 4px; border-radius:7px; }.app-mini-logo .logo-mark span {width:4px}.app-mini-logo .logo-mark span:nth-child(1){height:6px}.app-mini-logo .logo-mark span:nth-child(2){height:13px}.app-mini-logo .logo-mark span:nth-child(3){height:9px}
.app-sidebar nav { display:flex; flex-direction:column; gap:8px; margin-top:34px; }.app-sidebar nav i { width:31px; height:31px; display:grid; place-items:center; border-radius:8px; }.app-sidebar nav i.active { background:var(--purple); color:white; }
.sidebar-avatar { margin-top:auto; display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:#403d54; color:white; font-size:7px; font-style:normal; }
.app-content { padding:22px 19px; background:#f8f7fa; min-width:0; }
.app-heading { display:flex; align-items:center; justify-content:space-between; }.app-heading small { color:var(--purple); font-size:7px; letter-spacing:.13em; font-weight:800; }.app-heading h3 { margin:4px 0 0; font-size:17px; letter-spacing:-.03em; }.app-heading button { display:flex; align-items:center; gap:5px; padding:7px 9px; border:1px solid #dedbe4; border-radius:7px; background:white; font-size:8px; font-weight:700; }
.search-strip { height:35px; display:flex; align-items:center; gap:8px; margin:17px 0 13px; padding:0 10px; background:white; border:1px solid #e4e1e9; border-radius:8px; color:#aaa6b1; font-size:8px; }.search-strip span { flex:1; }.search-strip kbd { padding:3px 5px; border-radius:4px; background:#f2f0f5; color:#928e9c; font-size:7px; }
.result-meta { display:flex; justify-content:space-between; align-items:center; color:#9894a2; font-size:7px; }.result-meta strong {color:#3d3a48;font-size:8px}
.candidate-list { display:flex; flex-direction:column; gap:8px; margin-top:10px; }.candidate-row { display:grid; grid-template-columns:34px 1fr 34px; align-items:center; gap:9px; padding:10px; border:1px solid #e7e4eb; border-radius:9px; background:white; }.candidate-row--active { border-color:#bdb0ee; box-shadow:0 4px 12px rgba(87,62,174,.09); }
.avatar { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; font-size:8px; font-weight:800; }.avatar--large { width:43px; height:43px; font-size:10px; border-radius:12px; }.avatar--lilac{background:#e5dcff;color:#6043c1}.avatar--mint{background:#d8f6df;color:#28713b}.avatar--peach{background:#ffe2d0;color:#a65427}
.candidate-copy { min-width:0; }.candidate-copy strong,.candidate-copy > span { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }.candidate-copy strong { font-size:8px; }.candidate-copy > span { margin:2px 0 5px; color:#94909e; font-size:7px; }.mini-tags { display:flex; gap:3px; }.mini-tags em { padding:3px 5px; border-radius:4px; background:#f2f0f5; color:#6e6a79; font-style:normal; font-size:6px; }
.score-ring { --score:0deg; width:59px; height:59px; padding:5px; border-radius:50%; background:conic-gradient(var(--purple) var(--score),#e5e1eb 0); }.score-ring > div { width:100%;height:100%;display:grid;place-items:center;border-radius:50%;background:white;position:relative}.score-ring strong{font-size:14px}.score-ring span{position:absolute;left:33px;top:19px;font-size:6px;color:#777381}.score-ring--small{width:31px;height:31px;padding:3px}.score-ring--small strong{font-size:8px}.score-ring--small span{left:17px;top:9px;font-size:4px}
.profile-panel { position:relative; padding:23px 16px; border-left:1px solid #e8e5ec; background:white; }.demo-label { position:absolute; right:12px; top:9px; padding:3px 5px; border-radius:4px; background:#fff4d2; color:#9c6c06; font-size:5px; text-transform:uppercase; font-weight:800; letter-spacing:.08em; }.profile-top { display:flex; align-items:center; gap:9px; margin-top:8px; }.profile-top h4{margin:0;font-size:10px}.profile-top p{margin:3px 0 0;color:#8f8b98;font-size:7px}.match-block{display:flex;align-items:center;gap:10px;margin:21px 0 17px;padding:12px;border-radius:10px;background:#f5f1ff}.match-block>div:last-child{display:flex;flex-direction:column;gap:4px}.match-block strong{font-size:8px}.match-block span{font-size:6px;color:#7e798b}.why-match{padding-top:14px;border-top:1px solid #eeecf0}.why-match h5{margin:0 0 10px;font-size:8px}.why-match p{display:flex;align-items:center;gap:6px;margin:7px 0;color:#686473;font-size:7px}.why-match svg{color:#3b9651;background:#dff6e4;border-radius:50%;padding:2px}.profile-meta{display:flex;gap:10px;margin-top:17px;padding:10px 0;border-top:1px solid #eeecf0;color:#777381;font-size:6px}.profile-meta span{display:flex;align-items:center;gap:3px}.profile-button{width:100%;height:31px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:var(--navy);color:white;font-size:7px;font-weight:700}
.visual-badge { position:absolute; z-index:3; display:flex; align-items:center; gap:10px; padding:11px 14px; border:1px solid rgba(72,58,108,.14); border-radius:13px; background:rgba(255,255,255,.96); box-shadow:0 15px 34px rgba(38,29,70,.17); transform:rotateY(4deg); }.visual-badge--top{right:37px;top:-34px}.visual-badge--bottom{left:-35px;bottom:36px}.visual-badge>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--purple-soft);color:var(--purple)}.visual-badge div:not(.stacked-avatars){display:flex;flex-direction:column;gap:3px}.visual-badge small{color:#888391;font-size:7px}.visual-badge strong{font-size:9px}.stacked-avatars{display:flex}.stacked-avatars i{width:28px;height:28px;display:grid;place-items:center;margin-left:-6px;border:2px solid white;border-radius:50%;background:#e5dcff;color:#6043c1;font-size:6px;font-style:normal;font-weight:800}.stacked-avatars i:first-child{margin-left:0}.stacked-avatars i:nth-child(2){background:#d8f6df;color:#28713b}.stacked-avatars i:nth-child(3){background:#ffe2d0;color:#a65427}
.hero-foot { position:relative; z-index:1; min-height:96px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid rgba(60,53,76,.12); }.hero-foot>span{font-size:9px;letter-spacing:.18em;font-weight:800;color:#8a8693}.hero-foot>div{display:flex;align-items:center;gap:36px}.hero-foot p{display:flex;align-items:center;gap:8px;margin:0;font-size:10px;font-weight:700;color:#686471}.hero-foot b{display:grid;place-items:center;width:24px;height:24px;border:1px solid #d7d2dd;border-radius:50%;font-size:7px;color:var(--purple)}

.section { padding: 120px 0; }.section-kicker { display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.19em}.section-kicker::before{content:"";width:20px;height:1px;background:currentColor}.section-heading--split{display:grid;grid-template-columns:1fr 360px;gap:80px;align-items:end;margin-bottom:56px}.section-heading h2,.benefit-copy h2,.workflow h2,.faq h2,.cta-card h2{margin:17px 0 0;font-size:clamp(42px,4.2vw,62px);line-height:1.03;letter-spacing:-.055em}.section-heading--split>p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}
.features{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.feature-card{position:relative;min-height:270px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;background:#fff;transition:background .25s ease,transform .25s ease}.feature-card:nth-child(3n){border-right:0}.feature-card:nth-child(n+4){border-bottom:0}.feature-card:hover{background:#fbfaff}.feature-top{display:flex;align-items:center;justify-content:space-between}.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--purple-soft);color:var(--purple)}.feature-top small{color:#96919f;font-size:8px;text-transform:uppercase;letter-spacing:.15em;font-weight:800}.feature-card h3{margin:50px 0 10px;font-size:18px;letter-spacing:-.025em}.feature-card p{max-width:280px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.feature-number{position:absolute;right:18px;bottom:12px;color:#eeeaf3;font-family:Georgia,serif;font-size:42px;font-style:italic}.feature-card--2 .feature-icon,.feature-card--6 .feature-icon{background:#dff6e4;color:#317a42}.feature-card--3 .feature-icon{background:#ffe9dc;color:#a85c31}.feature-card--5 .feature-icon{background:#e5eefb;color:#3970aa}

.benefits{background:var(--paper)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.benefit-visual{position:relative;min-height:560px}.paper{position:absolute;width:415px;border:1px solid #dfdbe5;border-radius:17px;background:white;box-shadow:0 28px 60px rgba(47,37,71,.12)}.paper--back{height:455px;left:25px;top:25px;transform:rotate(-7deg);background:#e5dcff;color:#6b50c9;padding:25px;font-size:10px;font-weight:800}.paper--front{left:70px;top:20px;padding:31px;transform:rotate(2deg)}.paper-head{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px}.paper-head div:nth-child(2){display:flex;flex-direction:column;gap:4px}.paper-head strong{font-size:13px}.paper-head span{color:#8e8998;font-size:9px}.paper-head>b{color:var(--purple);font-size:18px}.paper hr{margin:23px 0;border:0;border-top:1px solid #ece9ef}.paper>small{font-size:7px;letter-spacing:.15em;color:#8e8998;font-weight:800}.timeline{position:relative;display:grid;grid-template-columns:15px 1fr;gap:10px;margin-top:18px}.timeline i{width:10px;height:10px;border:3px solid #c8b9fa;border-radius:50%;background:white}.timeline:not(:last-of-type)::before{content:"";position:absolute;width:1px;height:60px;left:4px;top:11px;background:#ddd7e8}.timeline div{display:grid;gap:4px}.timeline strong{font-size:10px}.timeline span{color:var(--purple);font-size:7px}.timeline p{margin:2px 0 0;color:#85808f;font-size:8px;line-height:1.5}.skill-cloud{display:flex;gap:6px;margin-top:25px}.skill-cloud span{padding:6px 8px;border-radius:6px;background:#f1eef8;color:#5f596d;font-size:7px;font-weight:700}.benefit-note{position:absolute;z-index:3;left:0;bottom:50px;display:flex;align-items:center;gap:10px;width:230px;padding:14px;border:1px solid #d8d2e1;border-radius:13px;background:white;box-shadow:0 18px 35px rgba(50,39,78,.15);color:var(--purple)}.benefit-note>span{display:flex;flex-direction:column;gap:3px}.benefit-note b{color:var(--ink);font-size:9px}.benefit-note small{color:#8b8793;font-size:7px}.benefit-lead{margin:24px 0 32px;color:var(--muted);font-size:16px;line-height:1.8}.benefit-list{display:flex;flex-direction:column}.benefit-list>div{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:20px 0;border-top:1px solid #ded9e4}.benefit-list>div>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:white;border:1px solid #ded9e4;color:var(--purple)}.benefit-list section h3{margin:1px 0 6px;font-size:15px}.benefit-list section p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}

.product{position:relative;overflow:hidden;background:var(--navy);color:white}.product::before{content:"";position:absolute;width:600px;height:600px;left:50%;top:180px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(116,82,232,.25),transparent 68%)}.section-heading--center{position:relative;text-align:center}.section-heading--center .section-kicker{justify-content:center}.section-heading--center>p{margin:18px auto 48px;color:#a8a4b4;font-size:14px}.section-kicker--light{color:#a993ff}.product-showcase{position:relative}.showcase-toolbar{height:57px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border:1px solid #444057;border-bottom:0;border-radius:16px 16px 0 0;background:#272439}.showcase-toolbar>div{display:flex;gap:24px}.showcase-toolbar span{color:#8f8a9e;font-size:10px;font-weight:750}.showcase-toolbar span.active{color:white}.showcase-toolbar small{display:flex;align-items:center;gap:7px;color:#8f8a9e;font-size:8px}.showcase-toolbar small i{width:6px;height:6px;border-radius:50%;background:#69d47f;box-shadow:0 0 0 4px rgba(105,212,127,.12)}.product-window--compact{width:100%;border-radius:0 0 16px 16px;border-color:#444057;box-shadow:0 38px 80px rgba(0,0,0,.25)}.product-window--compact .app-shell{height:550px;grid-template-columns:60px 1fr 300px}.product-window--compact .app-content{padding:32px}.product-window--compact .app-heading h3{font-size:22px}.product-window--compact .candidate-list{gap:13px}.product-window--compact .candidate-row{padding:14px;grid-template-columns:42px 1fr 38px}.product-window--compact .avatar{width:42px;height:42px}.product-window--compact .profile-panel{padding:32px 24px}.product-window--compact .profile-top{margin-top:10px}.product-window--compact .profile-top h4{font-size:13px}.product-window--compact .profile-top p{font-size:9px}.product-window--compact .why-match p{font-size:9px}.product-points{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:55px}.product-points article{display:grid;grid-template-columns:34px 1fr;gap:14px}.product-points article>b{display:grid;place-items:center;width:31px;height:31px;border:1px solid #514c64;border-radius:50%;color:#aa95ff;font-size:8px}.product-points h3{margin:3px 0 8px;font-size:14px}.product-points p{margin:0;color:#9792a4;font-size:11px;line-height:1.7}

.workflow{background:#fff}.workflow-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.workflow-steps{display:flex;flex-direction:column}.workflow-steps article{display:grid;grid-template-columns:30px 48px 1fr;gap:15px;align-items:start;padding:25px 0;border-top:1px solid var(--line)}.workflow-steps article>b{color:#aaa5b1;font-family:Georgia,serif;font-style:italic;font-size:12px}.workflow-steps article>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:var(--purple-soft);color:var(--purple)}.workflow-steps article:nth-child(2)>span{background:#dff6e4;color:#317a42}.workflow-steps article:nth-child(3)>span{background:#ffe9dc;color:#a85c31}.workflow-steps h3{margin:3px 0 7px;font-size:16px}.workflow-steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}

.faq{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:110px}.faq-intro>p{max-width:360px;margin:24px 0;color:var(--muted);font-size:14px;line-height:1.75}.text-button{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:var(--purple);font-size:12px;font-weight:800;cursor:pointer}.faq-list details{border-top:1px solid #d9d5df}.faq-list details:last-child{border-bottom:1px solid #d9d5df}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;list-style:none;cursor:pointer;font-size:14px;font-weight:750}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:26px;height:26px;display:grid;place-items:center;border:1px solid #d7d2de;border-radius:50%;font-size:15px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg);background:var(--purple);border-color:var(--purple);color:white}.faq-list details p{max-width:620px;margin:-7px 45px 24px 0;color:var(--muted);font-size:12px;line-height:1.8}

.cta-section{padding:0 0 70px;background:var(--paper)}.cta-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;min-height:380px;padding:70px;border-radius:24px;background:var(--purple);color:white;box-shadow:0 30px 70px rgba(77,48,181,.22)}.cta-card>div:not(.cta-orb){position:relative;z-index:2}.cta-card .section-kicker{color:#d8cfff}.cta-card h2{font-size:clamp(44px,4.7vw,68px)}.cta-card h2 em{color:#c8f6d1}.cta-side p{margin:0 0 24px;color:#e0daf7;font-size:14px;line-height:1.75}.button--light{background:white;color:var(--purple);box-shadow:0 12px 28px rgba(34,20,89,.18)}.button--light:hover{background:#f5f0ff;color:var(--purple-dark)}.cta-side>small{display:block;margin-top:13px;color:#cfc4ef;font-size:9px}.cta-orb{position:absolute;width:480px;height:480px;right:-200px;bottom:-260px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.cta-orb::before,.cta-orb::after{content:"";position:absolute;inset:50px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.cta-orb::after{inset:100px}
footer{padding:48px 0 28px;background:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:60px;align-items:start}.footer-grid>p{margin:4px 0;color:var(--muted);font-size:11px;line-height:1.7}.footer-grid>div{display:flex;justify-content:flex-end;gap:22px;font-size:10px;font-weight:700}.footer-grid button{border:0;background:transparent;padding:0;cursor:pointer;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;margin-top:42px;padding-top:20px;border-top:1px solid #e7e4e9;color:#98939f;font-size:8px}

.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:rgba(20,17,35,.62);backdrop-filter:blur(8px);animation:fadeIn .2s ease}.demo-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:42px;border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.25);animation:modalIn .25s ease}.modal-close{position:absolute;right:18px;top:18px;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer}.modal-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:20px;border-radius:13px;background:var(--purple-soft);color:var(--purple)}.demo-modal h2{margin:14px 0 12px;font-size:34px;line-height:1.05;letter-spacing:-.045em}.demo-modal>p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.demo-modal form{display:grid;gap:14px;margin-top:25px}.demo-modal label{display:grid;gap:7px;color:#4d4957;font-size:10px;font-weight:800}.demo-modal input{width:100%;height:46px;padding:0 13px;border:1px solid #dcd7e2;border-radius:9px;background:#fbfafc;color:var(--ink);outline:none;font-size:12px}.demo-modal input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(116,82,232,.11)}.demo-modal form .button{margin-top:5px;width:100%}.form-note{display:flex;align-items:center;gap:6px;margin-top:14px;color:#918c99;font-size:8px}.success-state{text-align:center;padding:35px 0 15px}.success-state>span{width:65px;height:65px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#dff6e4;color:#2c7b40}.success-state p{margin:0 auto 24px;max-width:380px;color:var(--muted);font-size:12px;line-height:1.7}@keyframes fadeIn{from{opacity:0}}@keyframes modalIn{from{opacity:0;transform:translateY(14px) scale(.98)}}

@media (max-width: 1100px){
  .hero-grid{grid-template-columns:1fr;gap:25px}.hero-copy{max-width:720px;padding-bottom:25px}.hero h1{max-width:720px}.hero-visual{min-width:0;width:100%;transform:none}.product-window{width:100%}.hero{padding-top:135px}.benefits-grid{gap:40px}.benefit-visual{transform:scale(.9);transform-origin:left center}.main-nav{gap:18px}.main-nav a{display:none}.section{padding:95px 0}.cta-card{padding:55px}.product-window--compact .app-shell{grid-template-columns:54px 1fr 270px}
}

@media (max-width: 760px){
  .container{width:min(100% - 32px,640px)}.site-header{height:68px}.menu-button{display:grid}.main-nav{position:absolute;left:16px;right:16px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 22px 50px rgba(40,30,65,.17)}.main-nav.is-open{display:flex}.main-nav a{display:block;padding:13px 10px;border-bottom:1px solid #efedf1}.main-nav .button{margin-top:12px}.hero{min-height:auto;padding-top:110px}.hero::before{display:none}.hero-grid{gap:45px}.hero h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .text-link{justify-content:center}.trust-row{gap:12px}.hero-visual{width:calc(100% + 60px);margin-left:0}.product-window{min-width:670px;transform:scale(.56);transform-origin:left top;margin-bottom:-190px}.visual-badge{display:none}.hero-foot{margin-top:30px;padding:25px 0;align-items:flex-start;gap:20px}.hero-foot>div{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.hero-foot>span{max-width:100px;line-height:1.7}.section{padding:80px 0}.section-heading--split{grid-template-columns:1fr;gap:20px;margin-bottom:38px}.section-heading h2,.benefit-copy h2,.workflow h2,.faq h2{font-size:43px}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-card:nth-child(3n),.feature-card:nth-child(n+4){border-right:0;border-bottom:1px solid var(--line)}.feature-card:last-child{border-bottom:0}.feature-card{min-height:230px}.feature-card h3{margin-top:35px}.benefits-grid{grid-template-columns:1fr;gap:20px}.benefit-visual{min-height:470px;transform:scale(.78);transform-origin:left top;margin-bottom:-90px}.paper--front{left:40px}.benefit-copy{position:relative}.product .section-heading--center h2{font-size:42px}.showcase-toolbar{overflow:auto}.showcase-toolbar>div{min-width:400px}.showcase-toolbar small{display:none}.product-showcase{overflow:hidden}.product-window--compact{min-width:780px;transform:scale(.52);margin-bottom:-286px}.product-points{grid-template-columns:1fr;gap:26px}.workflow-grid,.faq-grid{grid-template-columns:1fr;gap:45px}.cta-card{width:calc(100% - 32px);grid-template-columns:1fr;gap:30px;min-height:0;padding:46px 27px}.cta-card h2{font-size:43px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-grid>div{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:9px}.demo-modal{padding:36px 24px}.demo-modal h2{font-size:30px}
}

@media (max-width: 430px){
  .hero h1{font-size:46px}.eyebrow{font-size:9px}.hero-visual{width:calc(100% + 100px)}.product-window{transform:scale(.49);margin-bottom:-225px}.hero-foot{flex-direction:column}.hero-foot>span{max-width:none}.benefit-visual{transform:scale(.69);margin-bottom:-135px}.paper{width:400px}.product-window--compact{transform:scale(.46);margin-bottom:-320px}.section-heading h2,.benefit-copy h2,.workflow h2,.faq h2,.cta-card h2,.product .section-heading--center h2{font-size:38px}.feature-card{padding:25px}.section{padding:68px 0}.product-points{margin-top:40px}.cta-card{padding:40px 23px}
}

@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

[hidden]{display:none!important}.modal-icon{font-size:22px}.modal-close{font-size:24px;line-height:1}

.website-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{min-height:18px!important;margin:0!important;color:#b42318!important;font-size:11px!important;line-height:1.5!important}
.demo-modal form .button:disabled{opacity:.65;cursor:wait;transform:none}
