:root {
  --ink: #171716;
  --muted: #6e6d68;
  --paper: #f5f3ed;
  --white: #fffefb;
  --line: #dcd9d0;
  --purple: #2855e7;
  --purple-soft: #eaf0ff;
  --green: #b8e258;
  --green-dark: #315f3a;
  --orange: #ff7b43;
  --shadow: 0 28px 80px rgba(30, 25, 16, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; width: min(1240px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 760; letter-spacing: -.7px; }
.brand-mark { width: 25px; height: 25px; color: var(--ink); }
.desktop-nav { display: flex; gap: 32px; margin-left: 90px; font-size: 13px; color: #44433f; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--purple); }
.button { border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 16px; font-size: 12px; gap: 13px; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 5px 15px rgba(0,0,0,.13); }
.button-primary { background: var(--purple); color: white; padding: 15px 20px; font-size: 14px; box-shadow: 0 10px 25px rgba(40,85,231,.25); }
.button-light { background: white; color: var(--ink); padding: 15px 22px; }

.hero { position: relative; text-align: center; padding-top: 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 650; padding: 8px 12px; border: 1px solid #d7d3ca; border-radius: 99px; background: rgba(255,255,255,.45); }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(40,85,231,.12); }
.hero h1 { max-width: 930px; margin: 25px auto 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(53px, 7.1vw, 94px); line-height: .92; letter-spacing: -5.3px; font-weight: 500; }
.hero h1 em, .opportunity-copy h2 em { color: var(--purple); font-weight: 400; }
.hero-copy { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 29px; }
.text-link { font-size: 13px; font-weight: 650; border-bottom: 1px solid #aaa69e; padding: 5px 0; }
.text-link span { margin-left: 8px; }
.microcopy { color: #8d8a84; font-size: 11px; margin-top: 13px; }

.hero-visual { position: relative; margin-top: 88px; padding: 0 45px 42px; }
.hero-visual::before { content: ""; position: absolute; left: -7vw; right: -7vw; bottom: 0; height: 74%; background: linear-gradient(135deg, #d9e3ff 0%, #e6efcc 48%, #f1e2d6 100%); border-radius: 38px; filter: saturate(.82); }
.ambient-orb { position: absolute; border-radius: 50%; filter: blur(35px); opacity: .7; }
.orb-one { width: 260px; height: 260px; background: #7d9df5; left: -2%; bottom: 12%; }
.orb-two { width: 260px; height: 260px; background: #d9ee89; right: 2%; bottom: 3%; }
.app-window { position: relative; z-index: 2; display: grid; grid-template-columns: 180px 1fr; max-width: 1020px; height: 585px; margin: 0 auto; overflow: hidden; text-align: left; background: var(--white); border: 1px solid rgba(28,27,24,.18); border-radius: 12px; box-shadow: var(--shadow); }
.app-sidebar { display: flex; flex-direction: column; padding: 19px 14px 14px; color: #77746d; background: #f2f0e9; border-right: 1px solid var(--line); font-size: 10px; }
.mini-brand { display: flex; align-items: center; gap: 7px; font-weight: 700; color: var(--ink); margin-bottom: 25px; }
.mini-mark { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 5px; color: white; background: var(--ink); font-size: 9px; }
.workspace-pill { display: grid; grid-template-columns: 26px 1fr auto; gap: 7px; align-items: center; border: 1px solid var(--line); border-radius: 6px; padding: 7px; color: var(--ink); background: #faf9f5; }
.workspace-pill small { display: block; font-size: 7px; color: #96928b; margin-bottom: 2px; }
.workspace-logo { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 6px; color: #fff; background: #346958; }
.side-nav { display: flex; flex-direction: column; gap: 5px; margin-top: 22px; }
.side-nav span { padding: 9px; border-radius: 5px; }
.side-nav span.active { color: var(--ink); background: #e6e2d8; font-weight: 650; }
.side-nav i { display: inline-block; width: 18px; font-style: normal; }
.side-spacer { flex: 1; }
.sync-status { padding-top: 10px; border-top: 1px solid #dfdcd3; }
.sync-status span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #57a868; margin-right: 5px; }
.app-main { padding: 27px 27px 32px; background: #faf9f5; min-width: 0; }
.app-toolbar { display: flex; align-items: center; justify-content: space-between; }
.app-toolbar p { margin: 0 0 3px; color: #8a877f; font-size: 10px; }
.app-toolbar h3 { margin: 0; font-family: Georgia,serif; font-size: 25px; font-weight: 500; letter-spacing: -.7px; }
.toolbar-actions { display: flex; align-items: center; gap: 10px; }
.toolbar-actions button { border: 1px solid var(--line); background: white; border-radius: 5px; padding: 8px 10px; font-size: 9px; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #d8e2cf; color: #36503b; font-size: 8px; font-weight: 700; }
.signal-banner { display: flex; align-items: center; gap: 10px; margin-top: 21px; padding: 12px; border-radius: 7px; background: #eaf0ff; border: 1px solid #d5dffb; font-size: 9px; }
.signal-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 6px; background: var(--purple); color: white; font-size: 14px; }
.signal-banner div { flex: 1; }
.signal-banner strong,.signal-banner small { display: block; }
.signal-banner small { margin-top: 2px; color: #797285; }
.signal-banner button { padding: 7px 10px; border: 0; border-radius: 5px; color: white; background: var(--ink); font-size: 8px; }
.radar-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; margin-top: 15px; }
.opportunity-card { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 17px; overflow: hidden; }
.opportunity-card.featured { grid-row: 1 / 3; }
.card-top,.source-row,.metrics { display: flex; align-items: center; }
.card-top { justify-content: space-between; }
.tag { display: inline-flex; align-items: center; gap: 5px; border-radius: 99px; padding: 5px 8px; font-size: 8px; font-weight: 700; }
.tag i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.tag.hot { background: #e9f3dc; color: #3d6c3d; }
.tag.medium { background: #f4ecd1; color: #8a6720; }
.tag.watch { background: #eceae6; color: #77736d; }
.more { color: #aaa69e; letter-spacing: 1px; }
.source-row { margin-top: 26px; gap: 5px; }
.source { width: 22px; height: 22px; display: inline-grid; place-items: center; border: 1px solid #e4e1d9; border-radius: 5px; background: white; font-size: 9px; font-weight: 750; }
.reddit { color: #ff5b32; }.x-logo { color: #111; }.rss { color: #f39845; }
.source-row small { color: #9a968d; font-size: 8px; margin-left: 3px; }
.opportunity-card h4 { margin: 13px 0 8px; font-family: Georgia,serif; font-size: 20px; line-height: 1.17; font-weight: 500; letter-spacing: -.25px; }
.opportunity-card p { margin: 0; color: #7c7972; font-size: 9px; line-height: 1.5; }
.metrics { gap: 28px; margin-top: 24px; }
.metrics span small,.metrics span b { display: block; }
.metrics small { color: #99958d; font-size: 8px; }
.metrics b { margin-top: 2px; font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.sparkline { height: 58px; color: var(--purple); margin-top: 12px; }
.sparkline svg { width: 100%; height: 100%; }
.explore-button { width: 100%; display: flex; justify-content: space-between; margin-top: 17px; padding: 10px; border: 1px solid #ddd9d0; border-radius: 5px; background: #faf9f6; font-size: 9px; font-weight: 650; }
.small-card .source-row { margin-top: 19px; }.small-card h4 { font-size: 15px; }.trend-up { color: #5b9a5c; font-size: 8px; font-weight: 700; }
.dimmed { opacity: .76; }
.floating-proof { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; text-align: left; border: 1px solid rgba(30,30,25,.14); background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-radius: 9px; padding: 10px 13px; box-shadow: 0 14px 30px rgba(29,25,18,.15); }
.floating-proof > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 6px; background: var(--purple-soft); color: var(--purple); }
.floating-proof b,.floating-proof small { display: block; }.floating-proof b { font-size: 10px; }.floating-proof small { font-size: 7px; color: #8c8982; margin-top: 2px; }
.proof-left { left: 0; top: 39%; }.proof-right { right: 0; bottom: 17%; }.proof-right > span { background: #eaf2da; color: #4e814d; }

.source-strip { padding: 47px 24px 53px; text-align: center; background: var(--ink); color: #aaa9a4; }
.source-strip p { margin: 0 0 26px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.source-logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: clamp(26px,5vw,68px); }
.source-logos span { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #d7d5cf; }.source-logos b { font-size: 17px; }.reddit-color { color: #ff6a3d; }.rss-color { color: #f1a14f; }.news-color { color: #8f7bea; }.release-color { color: #b9e25b; }

.process-section { padding-block: 120px 140px; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.kicker { display: block; margin-bottom: 16px; color: var(--purple); font-size: 10px; font-weight: 750; letter-spacing: 1.4px; text-transform: uppercase; }.kicker.light { color: #b8c9ff; }
.section-heading h2,.opportunity-copy h2,.final-cta h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(42px,5vw,64px); line-height: 1.02; font-weight: 500; letter-spacing: -2.4px; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 570px; margin-top: 19px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.process-card { min-height: 440px; position: relative; overflow: hidden; padding: 28px 27px 0; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.5); }
.step-number { color: var(--purple); font-family: Georgia,serif; font-style: italic; font-size: 13px; }
.process-card h3 { margin: 16px 0 8px; font-size: 19px; letter-spacing: -.5px; }.process-card > p { max-width: 300px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.mini-ui { position: absolute; left: 24px; right: 24px; bottom: -10px; height: 210px; background: var(--white); border: 1px solid var(--line); border-radius: 9px 9px 0 0; box-shadow: 0 15px 35px rgba(34,31,25,.09); }
.brand-profile { padding: 17px; }.profile-head { display: flex; align-items: center; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid #ebe8e1; }.profile-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 6px; background: #346958; color: white; }.profile-head b,.profile-head small { display: block; font-size: 9px; }.profile-head small { color: #99958d; margin-top: 2px; }.profile-head div { flex: 1; }.complete { color: #4f7e52; background: #eaf3df; font-size: 7px; border-radius: 99px; padding: 4px 6px; }.profile-field small { display: block; margin: 14px 0 6px; color: #9b978e; font-size: 7px; text-transform: uppercase; }.profile-field p { margin: 0; border: 1px solid #e6e2da; border-radius: 5px; padding: 9px; font-size: 9px; }.profile-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }.profile-tags span { font-size: 7px; padding: 5px 7px; border-radius: 99px; background: var(--purple-soft); color: #2449bd; }
.scanning-ui { display:grid; place-items:center; background:radial-gradient(circle at center,#edf2ff,white 64%); }.scan-orbit { position:relative; width:174px; height:154px; border:1px dashed #b9c8f1; border-radius:50%; animation:spin 24s linear infinite; }.scan-orbit::after { content:""; position:absolute; inset:27px 36px; border:1px solid #d8e1f8; border-radius:50%; }.scan-center { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); width:48px; height:48px; display:grid; place-items:center; border-radius:13px; background:var(--purple); color:white; font-size:16px; font-weight:750; box-shadow:0 8px 20px rgba(40,85,231,.22); animation:reverse-spin 24s linear infinite; }.scan-source { position:absolute; z-index:3; display:flex; align-items:center; gap:5px; min-width:43px; height:38px; padding:0 7px; border-radius:9px; background:white; border:1px solid var(--line); box-shadow:0 6px 14px rgba(0,0,0,.09); font-style:normal; animation:node-reverse 24s linear infinite; }.scan-source i { width:19px; display:grid; place-items:center; font-size:12px; font-style:normal; font-weight:800; }.scan-source b { display:none; font-size:7px; color:var(--ink); }.scan-source.n1 { left:-8px; top:16px; color:#ff5b32; }.scan-source.n2 { right:-5px; top:20px; color:#111; }.scan-source.n3 { right:7px; bottom:-2px; color:#ee943e; }.scan-source.n4 { left:-5px; bottom:8px; color:#2855e7; }.scan-line { position:absolute; left:20px; right:20px; bottom:12px; display:flex; align-items:center; gap:8px; }.scan-line span { width:7px; height:7px; border-radius:50%; background:#5aa769; box-shadow:0 0 0 4px #e5f1e2; }.scan-line small { font-size:7px; color:#8d8981; }
.angle-ui { display: flex; align-items: center; gap: 15px; height: 178px; bottom: 16px; padding: 20px; }.score-ring { width:70px; aspect-ratio:1; flex:none; display:grid; place-items:center; border-radius:50%; background:conic-gradient(var(--purple) 0 94%,#dfe6fa 94%); position:relative; }.score-ring::after { content:""; position:absolute; inset:6px; background:white; border-radius:50%; }.score-ring span { position:relative; z-index:1; font-family:Georgia,serif; font-size:25px; }.score-ring small { font-size:10px; }.angle-copy small { color:var(--purple); font-size:7px; font-weight:750; }.angle-copy p { margin:8px 0 0; font-family:Georgia,serif; font-size:14px; line-height:1.35; }

.opportunity-section { padding-bottom: 140px; }.opportunity-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }.opportunity-copy > p { color:var(--muted); font-size:14px; line-height:1.65; }.feature-list { list-style:none; padding:0; margin:32px 0 0; display:flex; flex-direction:column; gap:20px; }.feature-list li { display:flex; gap:14px; }.feature-list li > span { width:34px; height:34px; flex:none; display:grid; place-items:center; border-radius:7px; background:var(--purple-soft); color:var(--purple); }.feature-list b,.feature-list small { display:block; }.feature-list b { font-size:13px; }.feature-list small { color:var(--muted); font-size:10px; margin-top:4px; line-height:1.45; }
.insight-card { border:1px solid var(--line); border-radius:12px; padding:27px; background:var(--white); box-shadow:0 22px 65px rgba(31,28,22,.1); }.insight-header { display:flex; align-items:center; justify-content:space-between; color:#9d9991; font-size:8px; }.insight-card h3 { max-width:510px; margin:16px 0 18px; font-family:Georgia,serif; font-size:26px; line-height:1.15; font-weight:500; }.insight-tabs { display:flex; gap:22px; border-bottom:1px solid #e9e5dd; }.insight-tabs button { border:0; padding:0 0 10px; background:none; color:#8b877f; font-size:9px; }.insight-tabs button.active { color:var(--ink); border-bottom:2px solid var(--purple); font-weight:700; }.insight-tabs span { background:#ece9e3; border-radius:99px; padding:2px 4px; font-size:7px; }.reason-block { display:flex; gap:12px; margin-top:13px; padding:13px; border-radius:7px; }.reason-block.cobalt { background:#eaf0ff; }.reason-block.green { background:#edf4e3; }.reason-icon { flex:none; width:24px; height:24px; display:grid; place-items:center; border-radius:5px; background:white; color:var(--purple); font-size:10px; }.reason-block small { color:#3659bd; font-size:7px; font-weight:750; }.reason-block.green small { color:#4e784f; }.reason-block p { margin:5px 0 0; font-size:9px; line-height:1.5; }.position-block { margin-top:13px; padding:16px; border:1px solid #d2dcf8; border-radius:7px; border-left:3px solid var(--purple); }.position-label { color:var(--purple); font-size:7px; font-weight:750; letter-spacing:.4px; }.position-label span { margin-right:6px; }.position-block blockquote { margin:10px 0 13px; font-family:Georgia,serif; font-size:16px; line-height:1.35; }.position-actions { display:flex; align-items:center; justify-content:space-between; }.position-actions button { border:0; border-radius:5px; padding:7px 9px; background:var(--purple); color:white; font-size:8px; }.position-actions span { color:#96928a; font-size:8px; }.source-evidence { margin-top:16px; }.source-evidence > small { color:#99958d; font-size:7px; font-weight:750; }.source-evidence > div { display:flex; align-items:center; gap:8px; padding:9px 0; border-bottom:1px solid #eeeae3; }.source-evidence p { flex:1; margin:0; }.source-evidence b,.source-evidence small { display:block; font-size:8px; }.source-evidence small { margin-top:2px; color:#959189; }.source-evidence em { color:#9c9890; font-size:9px; }

.difference-section { padding:120px 0 130px; background:var(--ink); color:white; }.difference-section .section-heading p { color:#aaa9a4; margin-inline:auto; }.comparison { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:52px; }.comparison-column { min-height:275px; padding:34px; border-radius:9px; }.old-way { background:#282725; color:#b1afaa; border:1px solid #3b3a37; }.new-way { background:#f8f6f0; color:var(--ink); }.comparison-label { font-size:8px; text-transform:uppercase; letter-spacing:1px; font-weight:750; }.new-way .comparison-label { color:var(--purple); }.comparison-column h3 { margin:19px 0 33px; font-family:Georgia,serif; font-size:29px; font-weight:500; }.linear-flow { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }.linear-flow span { padding:10px 13px; border:1px solid #484743; border-radius:6px; font-size:9px; }.new-way .linear-flow span { border-color:#dcd8cf; background:white; }.linear-flow i { font-style:normal; color:#74716b; }.comparison-column > p { margin-top:31px; font-size:10px; }.vs { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--purple); color:white; border:5px solid var(--ink); font-size:8px; font-weight:800; }

.deliverables-section { padding-block:130px; }.deliverable-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin-top:50px; }.deliverable { min-height:350px; overflow:hidden; position:relative; padding:25px; border:1px solid var(--line); border-radius:10px; background:rgba(255,255,255,.45); }.deliverable-icon { width:34px; height:34px; display:grid; place-items:center; border-radius:7px; background:var(--purple-soft); color:var(--purple); }.deliverable h3 { margin:19px 0 8px; font-size:17px; }.deliverable > p { color:var(--muted); font-size:11px; line-height:1.55; max-width:275px; }.radar-bars { position:absolute; left:25px; right:25px; bottom:38px; display:flex; flex-direction:column; gap:11px; }.radar-bars i { width:var(--w); height:20px; border-radius:4px; background:linear-gradient(90deg,var(--purple),#6f8ff2); opacity:.78; }.radar-bars i::after { content:""; display:block; height:100%; border-radius:4px; background:repeating-linear-gradient(90deg,transparent 0 29px,rgba(255,255,255,.18) 30px); }.competitor-stack { position:absolute; left:25px; right:25px; bottom:27px; display:flex; flex-direction:column; gap:7px; }.competitor-stack > span { display:flex; align-items:center; gap:8px; padding:10px; border:1px solid #e4e0d8; border-radius:7px; background:white; font-size:9px; }.competitor-stack i { width:23px; height:23px; display:grid; place-items:center; border-radius:5px; background:#e8eefc; color:var(--purple); font-style:normal; }.competitor-stack b { margin-left:auto; color:#97938b; font-size:7px; }.draft-preview { position:absolute; left:25px; right:25px; bottom:0; height:170px; padding:16px; background:white; border:1px solid #e3dfd7; border-radius:8px 8px 0 0; }.draft-preview > div { display:flex; align-items:center; gap:6px; font-size:8px; }.avatar.tiny { width:24px; height:24px; }.draft-preview small { margin-left:auto; display:grid; place-items:center; width:18px; height:18px; background:#3075a4; color:white; border-radius:3px; font-weight:700; }.draft-preview p { font-family:Georgia,serif; font-size:13px; line-height:1.35; }.typing-line { display:block; height:5px; width:90%; margin-top:8px; border-radius:4px; background:#e9e6df; }.typing-line.short { width:57%; }

.pricing-section { padding:125px 0 135px; background:#eeece5; border-top:1px solid #e0ddd4; }
.pricing-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; }
.billing-toggle { display:flex; flex:none; align-items:center; gap:3px; padding:4px; border:1px solid #d7d3ca; border-radius:8px; background:#e4e1d9; }
.billing-toggle button { border:0; border-radius:6px; padding:9px 12px; background:transparent; color:#77736c; font-size:9px; font-weight:700; }
.billing-toggle button.active { background:white; color:var(--ink); box-shadow:0 2px 7px rgba(0,0,0,.08); }
.billing-toggle span { margin-left:5px; padding:3px 5px; border-radius:99px; background:#e2efd0; color:#47724b; font-size:6px; text-transform:uppercase; letter-spacing:.3px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin-top:52px; align-items:stretch; }
.price-card { position:relative; display:flex; flex-direction:column; min-height:500px; padding:29px; border:1px solid #d9d5cc; border-radius:11px; background:#faf9f5; }
.price-card.featured-price { border:2px solid var(--purple); padding:28px; box-shadow:0 17px 45px rgba(40,85,231,.11); }
.popular-label { position:absolute; top:-12px; right:19px; padding:6px 9px; border-radius:99px; background:var(--purple); color:white; font-size:7px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; }
.plan-top { display:flex; align-items:center; gap:12px; }
.plan-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:9px; background:#eaf0ff; color:var(--purple); font-weight:800; }
.featured-price .plan-icon { background:var(--purple); color:white; }
.plan-top h3,.plan-top p { margin:0; }.plan-top h3 { font-size:17px; }.plan-top p { margin-top:4px; color:var(--muted); font-size:9px; }
.plan-price { display:flex; align-items:flex-start; margin-top:29px; }.plan-price > span { margin:6px 3px 0 0; font-family:Georgia,serif; font-size:18px; }.plan-price strong { font-family:Georgia,serif; font-size:50px; line-height:1; font-weight:500; letter-spacing:-2px; }.plan-price small { align-self:flex-end; margin:0 0 6px 7px; color:#8a867e; font-size:8px; }
.billing-note { min-height:13px; margin:5px 0 19px; color:#9a968d; font-size:7px; }
.plan-button { width:100%; justify-content:space-between; padding:12px 14px; border:1px solid #d6d2c9; background:white; color:var(--ink); font-size:10px; }
.plan-button.primary { border-color:var(--purple); background:var(--purple); color:white; box-shadow:0 8px 20px rgba(40,85,231,.18); }
.price-card ul { display:flex; flex-direction:column; gap:13px; margin:24px 0 0; padding:22px 0 0; border-top:1px solid #e4e0d8; list-style:none; }
.price-card li { display:flex; align-items:center; gap:9px; color:#514f4a; font-size:9px; }.price-card li span { width:16px; height:16px; display:grid; place-items:center; border-radius:50%; background:#e7f0d9; color:#47724b; font-size:7px; font-weight:800; }
.pricing-footnote { margin:24px auto 0; text-align:center; color:#89857d; font-size:8px; }

.final-cta { position:relative; overflow:hidden; padding:105px 25px 100px; margin-top:110px; margin-bottom:80px; border-radius:14px; text-align:center; background:var(--purple); color:white; }.cta-glow { position:absolute; width:650px; height:300px; border-radius:50%; left:50%; top:70%; transform:translate(-50%,-50%); background:rgba(184,226,88,.24); filter:blur(75px); }.final-cta > *:not(.cta-glow) { position:relative; z-index:1; }.final-cta h2 { font-size:clamp(49px,6.4vw,78px); letter-spacing:-3px; }.final-cta p { max-width:510px; margin:20px auto 28px; color:#dce5ff; font-size:14px; line-height:1.55; }.final-cta small { display:block; margin-top:14px; color:#c3d1ff; font-size:8px; }
.site-footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px; padding-bottom:34px; color:#7c7972; font-size:9px; }.site-footer .brand { color:var(--ink); }.site-footer p { margin:0; }.site-footer > div { display:flex; justify-content:flex-end; gap:16px; }
.privacy-header { border-bottom:1px solid var(--line); }
.legal-page { max-width:760px; padding:100px 0 120px; }
.legal-page h1 { max-width:690px; margin:0; font-family:Georgia,serif; font-size:clamp(50px,7vw,78px); line-height:.98; font-weight:500; letter-spacing:-3px; }
.legal-updated { margin:20px 0 65px; color:#8b877f; font-size:11px; }
.legal-page section { padding:27px 0; border-top:1px solid var(--line); }
.legal-page h2 { margin:0 0 10px; font-size:17px; }
.legal-page section p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; }
.legal-page section a { color:var(--purple); text-decoration:underline; text-underline-offset:3px; }
.legal-footer { border-top:1px solid var(--line); padding-top:25px; }

.waitlist-dialog { width:min(560px,calc(100% - 32px)); border:0; border-radius:16px; padding:0; color:var(--ink); background:var(--white); box-shadow:0 35px 120px rgba(0,0,0,.35); }.waitlist-dialog::backdrop { background:rgba(20,19,17,.7); backdrop-filter:blur(8px); }.waitlist-dialog[open] { animation:dialog-in .25s ease both; }.dialog-close { position:absolute; right:15px; top:14px; width:31px; height:31px; border:0; border-radius:50%; background:#eeece6; color:#77736c; font-size:20px; }.dialog-mark { width:42px; height:42px; display:grid; place-items:center; margin:38px 38px 23px; border-radius:10px; background:var(--purple); color:white; font-weight:800; }.form-state,.success-state { padding:0 38px 38px; }.form-state h2,.success-state h2 { margin:0; font-family:Georgia,serif; font-size:37px; line-height:1.05; font-weight:500; letter-spacing:-1.2px; }.form-state > p,.success-state > p { color:var(--muted); font-size:12px; line-height:1.55; }.form-state form { margin-top:24px; }.form-state label { display:block; margin-bottom:7px; font-size:9px; font-weight:700; }.email-field { display:flex; gap:7px; }.email-field input { min-width:0; flex:1; border:1px solid #d9d5cc; border-radius:7px; padding:12px; outline:none; font-size:11px; }.email-field input:focus { border-color:var(--purple); box-shadow:0 0 0 3px rgba(40,85,231,.11); }.email-field button { border:0; border-radius:7px; padding:12px 14px; background:var(--ink); color:white; font-size:10px; font-weight:700; }.email-field button span { margin-left:8px; }.consent { display:flex!important; align-items:center; gap:7px; margin-top:13px; color:#8c8880; font-weight:400!important; }.consent input { accent-color:var(--purple); }.form-error { min-height:14px; color:#b94538!important; font-size:9px!important; }.success-state { text-align:center; padding-top:65px; }.success-check { width:52px; height:52px; display:grid; place-items:center; margin:0 auto 25px; border-radius:50%; background:#e7f2d4; color:#47774d; font-size:24px; }.success-state .button { margin-top:12px; padding:11px 26px; }
.form-trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none!important; }

/* Interactive product details */
.scan-source b { display:block; }
.scan-source { min-width:66px; }
.scan-source.n1 { left:-22px; }
.scan-source.n2 { right:-20px; }
.scan-source.n3 { right:-8px; }
.scan-source.n4 { left:-20px; }
.insight-tabs button { position:relative; cursor:pointer; }
.insight-tabs button:focus-visible,.platform-switch button:focus-visible,.draft-format:focus-visible { outline:2px solid var(--purple); outline-offset:3px; }
.insight-panel { min-height:300px; animation:panel-in .22s ease both; }
.insight-panel[hidden] { display:none; }
.panel-intro { display:flex; justify-content:space-between; align-items:center; margin-top:18px; padding:10px 12px; border-radius:6px; background:#f1f4fc; color:#2449bd; font-size:9px; font-weight:700; }
.panel-intro small { color:#7b8295; font-size:7px; font-weight:500; }
.source-evidence.detailed { margin-top:8px; }
.source-evidence.detailed a { display:flex; align-items:center; gap:10px; padding:11px 4px; border-bottom:1px solid #eeeae3; transition:background .18s ease; }
.source-evidence.detailed a:hover { background:#f7f8fc; }
.source-evidence.detailed p { flex:1; }
.source-evidence.detailed .source { width:29px; height:29px; }
.source.official { color:#2855e7; }
.secondary-action { width:100%; display:flex; justify-content:space-between; margin-top:13px; padding:10px 12px; border:1px solid #d9dfef; border-radius:6px; background:#f8faff; color:#2449bd; font-size:8px; font-weight:700; }
.draft-format-list { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-top:16px; }
.draft-format { min-width:0; display:flex; align-items:center; gap:7px; padding:9px; text-align:left; border:1px solid #e0ddd6; border-radius:7px; background:white; color:var(--ink); }
.draft-format.active { border-color:#9eb2ef; background:#eef3ff; box-shadow:0 0 0 1px rgba(40,85,231,.08); }
.draft-format > span:nth-child(2) { min-width:0; flex:1; }
.draft-format b,.draft-format small { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.draft-format b { font-size:8px; }.draft-format small { margin-top:3px; color:#8f8b84; font-size:6px; }
.draft-format em { display:none; color:#4f7e52; font-size:6px; font-style:normal; }
.platform-icon { width:25px; height:25px; flex:none; display:grid; place-items:center; border-radius:5px; background:#f0f0ed; font-size:9px; font-weight:800; }
.platform-icon.linkedin { color:white; background:#2867a8; }
.draft-format-preview { margin-top:10px; padding:14px; border:1px solid #dce3f5; border-radius:8px; background:#fafbff; }
.draft-format-preview > div { display:flex; align-items:center; gap:7px; }
.draft-format-preview > div b { font-size:9px; }.draft-format-preview > div small { margin-left:auto; color:#96928a; font-size:7px; }
.draft-format-preview p { margin:11px 0 9px; font-family:Georgia,serif; font-size:12px; line-height:1.4; }
.draft-note { color:#777f93; font-size:7px; }
.trend-list { position:absolute; left:25px; right:25px; bottom:25px; display:flex; flex-direction:column; gap:7px; }
.trend-row { display:flex; align-items:center; padding:9px 10px; border:1px solid #e2ded6; border-radius:7px; background:white; }
.trend-row > span { flex:1; display:grid; grid-template-columns:20px 1fr; align-items:center; }
.trend-row i { grid-row:1 / 3; width:17px; height:17px; display:grid; place-items:center; border-radius:4px; background:#eaf0ff; color:var(--purple); font-size:8px; font-style:normal; }
.trend-row b { font-size:8px; }.trend-row small { margin-top:2px; color:#96928a; font-size:6px; }
.trend-row em { color:#4f7e52; font-size:8px; font-style:normal; font-weight:750; }
.featured-trend { border-color:#9eb2ef; background:#eef3ff; box-shadow:0 5px 15px rgba(40,85,231,.08); }
.featured-trend b { color:#1e43bb; }
.platform-switch { position:absolute; z-index:2; left:25px; right:25px; bottom:162px; display:grid; grid-template-columns:1fr 1fr; padding:3px; border:1px solid #dfdcd4; border-radius:7px; background:#eeece6; }
.platform-switch button { display:flex; justify-content:center; align-items:center; gap:6px; padding:7px; border:0; border-radius:5px; background:transparent; color:#817d75; font-size:8px; font-weight:700; }
.platform-switch button.active { background:white; color:var(--ink); box-shadow:0 2px 7px rgba(0,0,0,.08); }
.platform-switch button span { font-weight:850; }
.platform-switch button[data-platform="linkedin"] span { width:15px; height:15px; display:grid; place-items:center; border-radius:3px; background:#2867a8; color:white; font-size:7px; }
.draft-preview.compact { height:150px; padding-top:15px; }
.draft-preview.compact > div small { width:auto; height:auto; margin-left:auto; padding:0; background:none; color:#8d8981; }
.platform-avatar { width:25px; height:25px; display:grid; place-items:center; border-radius:5px; font-size:9px; font-weight:800; }
.x-avatar { background:#111; color:white; }
.linkedin-avatar { background:#2867a8; color:white; }
.draft-preview.compact p { margin:12px 0 10px; font-size:11px; line-height:1.35; }
.format-hint { color:#7d7a73; font-size:7px; }
@keyframes panel-in { from { opacity:0; transform:translateY(5px); } }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease,transform .7s ease; }.reveal.visible { opacity:1; transform:none; }
@keyframes spin { to { transform:rotate(360deg); } } @keyframes reverse-spin { to { transform:translate(-50%,-50%) rotate(-360deg); } }.node.n1,.node.n2,.node.n3,.node.n4 { animation-name:node-reverse; } @keyframes node-reverse { to { transform:rotate(-360deg); } } @keyframes dialog-in { from { opacity:0; transform:translateY(14px) scale(.98); } }

@media (max-width: 900px) {
  .desktop-nav { display:none; }.hero { padding-top:65px; }.hero h1 { letter-spacing:-3.5px; }.hero-visual { padding-inline:0; }.app-window { grid-template-columns:140px 1fr; height:520px; }.floating-proof { display:none; }.process-grid,.deliverable-grid { grid-template-columns:1fr; }.process-card { min-height:390px; }.opportunity-layout { grid-template-columns:1fr; gap:50px; }.opportunity-copy { max-width:630px; }.comparison-column { padding:27px; }.linear-flow { gap:5px; }.pricing-grid { grid-template-columns:1fr; max-width:620px; margin-inline:auto; }.price-card { min-height:auto; }.pricing-heading { align-items:flex-start; }.site-footer { grid-template-columns:1fr 1fr; }.site-footer p { display:none; }
}
@media (max-width: 640px) {
  .section-shell { width:min(100% - 28px,1180px); }.site-header { width:calc(100% - 28px); height:70px; }.site-header .button { padding:10px 12px; }.site-header .button span { display:none; }.hero { padding-top:50px; }.hero h1 { font-size:52px; letter-spacing:-3px; }.hero h1 br { display:none; }.hero-copy { font-size:15px; }.hero-actions { flex-direction:column; gap:13px; }.hero-actions .button { width:100%; max-width:310px; }.hero-visual { margin-top:55px; }.hero-visual::before { left:-14px; right:-14px; border-radius:22px; }.app-window { display:block; height:470px; border-radius:9px; }.app-sidebar { display:none; }.app-main { padding:19px 14px; }.radar-grid { display:block; }.small-card { display:none; }.opportunity-card.featured { min-height:320px; }.source-strip { padding-block:42px; }.source-logos { gap:22px 30px; }.process-section,.deliverables-section { padding-block:90px; }.section-heading h2,.opportunity-copy h2 { font-size:43px; letter-spacing:-1.8px; }.process-grid { margin-top:35px; }.opportunity-section { padding-bottom:90px; }.insight-card { padding:18px 14px; }.insight-card h3 { font-size:22px; }.reason-block p { font-size:8.5px; }.position-block blockquote { font-size:15px; }.difference-section { padding-block:90px; }.comparison { grid-template-columns:1fr; }.vs { top:50%; }.comparison-column { min-height:235px; }.linear-flow span { padding:8px; }.deliverable-grid { margin-top:35px; }.pricing-section { padding:85px 0 95px; }.pricing-heading { display:block; }.billing-toggle { width:max-content; margin-top:26px; }.pricing-grid { margin-top:32px; }.price-card { padding:24px; }.featured-price { order:-1; }.final-cta { width:calc(100% - 20px); padding:75px 18px; margin-top:75px; margin-bottom:55px; }.final-cta h2 { font-size:48px; letter-spacing:-2.2px; }.site-footer { padding-bottom:25px; }.site-footer > div span { display:none; }.form-state,.success-state { padding-left:24px; padding-right:24px; }.dialog-mark { margin-left:24px; }.email-field { flex-direction:column; }.email-field button { padding:13px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation:none!important; transition:none!important; }.reveal { opacity:1; transform:none; } }
