:root {
  --ink: #102323;
  --muted: #5f706e;
  --line: #dce5e1;
  --paper: #f5f8f6;
  --white: #fff;
  --teal: #0e7770;
  --teal-dark: #0d3332;
  --teal-deep: #082423;
  --lime: #d9f36a;
  --coral: #f06d52;
  --shadow: 0 24px 70px rgba(13, 51, 50, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: rgba(13,51,50,.09); background: rgba(245,248,246,.86); box-shadow: 0 8px 30px rgba(13,51,50,.06); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 48px)); min-height: 76px; margin-inline: auto; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; }
.site-brand img { border-radius: 8px; box-shadow: 0 6px 15px rgba(13,51,50,.15); }
.site-brand span { display: flex; flex-direction: column; }
.site-brand strong { font-size: 15px; line-height: 1.1; letter-spacing: -.02em; }
.site-brand small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a, .login-link { position: relative; color: #324644; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--teal); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.landing-language-toggle { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid #ccd9d5; border-radius: 8px; background: rgba(255,255,255,.76); color: var(--teal-dark); font-size: 11px; font-weight: 900; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.landing-language-toggle:hover { border-color: var(--teal); background: #fff; color: var(--teal); }
.landing-language-toggle:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.login-link:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid var(--teal-dark); border-radius: 10px; background: var(--teal-dark); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 10px 25px rgba(13,51,50,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: #12413f; box-shadow: 0 14px 30px rgba(13,51,50,.22); transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; border-radius: 8px; font-size: 12px; }
.button-large { min-height: 55px; padding-inline: 25px; font-size: 14px; }
.button-dark { background: var(--teal-deep); }
.button-lime { border-color: var(--lime); background: var(--lime); color: var(--teal-deep); box-shadow: 0 12px 35px rgba(217,243,106,.18); }
.button-lime:hover { background: #e4fa82; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; gap: 4px; width: 40px; height: 40px; padding: 11px 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; border-radius: 2px; background: var(--teal-dark); }
.mobile-menu > div { position: absolute; top: 48px; right: 0; display: grid; width: min(300px, calc(100vw - 48px)); padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.mobile-menu > div > a:not(.button) { padding: 12px 10px; font-size: 13px; font-weight: 700; }
.mobile-menu .button { margin-top: 8px; }

.hero { position: relative; overflow: hidden; padding: 154px 0 96px; background: radial-gradient(circle at 85% 22%, rgba(217,243,106,.2), transparent 24%), linear-gradient(180deg, #f8fbf9, var(--paper)); }
.hero::before { position: absolute; inset: 0; opacity: .37; background-image: linear-gradient(rgba(13,51,50,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(13,51,50,.05) 1px, transparent 1px); background-size: 52px 52px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { top: 90px; right: -100px; width: 420px; height: 420px; background: rgba(16,122,113,.08); }
.hero-glow-two { bottom: 30px; left: -160px; width: 360px; height: 360px; background: rgba(217,243,106,.17); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); align-items: center; gap: 52px; }
.pill { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 8px 12px; border: 1px solid #cbdad5; border-radius: 999px; background: rgba(255,255,255,.7); color: #43605d; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(14,119,112,.1); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 4.7vw, 66px); line-height: 1.05; letter-spacing: -.06em; }
.hero h1 > span { display: block; white-space: nowrap; }
.hero h1 em { display: block; margin-top: 8px; color: var(--teal); font-style: normal; }
html[lang="en"] .hero h1 { font-size: clamp(44px, 4.15vw, 54px); letter-spacing: -.045em; }
html[lang="en"] .hero h1 > span { white-space: normal; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.text-link { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-proof { display: flex; margin-top: 44px; }
.hero-proof > div { display: flex; flex-direction: column; min-width: 118px; padding-right: 26px; }
.hero-proof > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.hero-proof strong { font-size: 24px; letter-spacing: -.04em; }
.hero-proof span { margin-top: 4px; color: var(--muted); font-size: 10px; }

.product-stage { position: relative; min-height: 560px; perspective: 1400px; }
.stage-orbit { position: absolute; border: 1px solid rgba(14,119,112,.14); border-radius: 50%; }
.orbit-one { inset: 10px 0 0 80px; transform: rotate(-12deg); }
.orbit-two { inset: 75px 40px 15px 20px; transform: rotate(18deg); }
.app-preview { position: absolute; top: 48px; right: 0; left: 32px; z-index: 2; overflow: hidden; border: 1px solid #c9d6d2; border-radius: 16px; background: #fff; box-shadow: 0 38px 90px rgba(13,51,50,.21); transform: rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; height: 55px; padding: 0 18px; border-bottom: 1px solid #e1e8e5; background: #fbfdfc; }
.preview-brand { display: flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.preview-brand img { width: 25px; height: 25px; border-radius: 6px; }
.preview-dots { display: flex; gap: 5px; }
.preview-dots i { width: 6px; height: 6px; border-radius: 50%; background: #cbd7d3; }
.preview-body { display: grid; grid-template-columns: 58px 1fr; min-height: 410px; }
.preview-side { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 25px; background: var(--teal-dark); }
.preview-side > i { width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; }
.preview-side > i.is-active { border-color: var(--lime); background: var(--lime); }
.preview-side > span { width: 20px; height: 20px; margin-top: auto; margin-bottom: 22px; border-radius: 50%; background: rgba(255,255,255,.18); }
.preview-content { min-width: 0; padding: 24px; background: #f5f8f6; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.preview-heading > div { display: flex; flex-direction: column; gap: 4px; }
.preview-heading small { color: var(--teal); font-size: 7px; font-weight: 900; }
.preview-heading b { font-size: 17px; }
.preview-heading button { padding: 8px 10px; border: 1px solid #d4dfdc; border-radius: 6px; background: #fff; font-size: 7px; font-weight: 800; }
.score-card { display: grid; grid-template-columns: 100px 1fr; align-items: center; min-height: 132px; padding: 18px; border-radius: 10px; background: var(--teal-dark); color: #fff; }
.score-ring { display: flex; align-items: baseline; }
.score-ring strong { color: var(--lime); font-size: 46px; line-height: 1; }
.score-ring span { color: #b7cdca; font-size: 10px; }
.score-card > div:last-child small { color: #9ab4b1; font-size: 7px; text-transform: uppercase; }
.score-card h3 { margin: 5px 0; font-size: 16px; }
.score-card p { margin: 0; color: #b7cdca; font-size: 8px; line-height: 1.55; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.mini-metrics > div { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 7px; min-height: 79px; padding: 12px; border: 1px solid #dee7e3; border-radius: 8px; background: #fff; }
.mini-metrics span { color: var(--muted); font-size: 7px; }
.mini-metrics b { font-size: 14px; }
.mini-metrics i { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--teal) var(--bar), #e7eeeb var(--bar)); }
.insight-card { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; margin-top: 10px; padding: 12px; border: 1px solid #dee7e3; border-radius: 8px; background: #fff; }
.insight-card > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 5px; background: var(--teal-dark); color: var(--lime); font-size: 7px; font-weight: 900; }
.insight-card > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.insight-card small { color: var(--teal); font-size: 6px; font-weight: 900; }
.insight-card b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.insight-card p { margin: 0; color: var(--muted); font-size: 6px; }
.insight-card > i { color: var(--teal); font-size: 9px; font-style: normal; font-weight: 900; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid #dbe5e1; border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(13,51,50,.15); backdrop-filter: blur(12px); }
.floating-card > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e7f1ee; color: var(--teal); font-size: 10px; }
.floating-card > div { display: flex; flex-direction: column; gap: 2px; }
.floating-card small { color: var(--muted); font-size: 7px; }
.floating-card strong { font-size: 10px; }
.floating-card-one { top: 22px; right: -22px; }
.floating-card-two { right: 30px; bottom: 12px; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.signal-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 92px; }
.signal-strip p { margin: 0; color: var(--muted); font-size: 11px; }
.signal-strip div div { display: flex; align-items: center; gap: 34px; }
.signal-strip span { color: #6b7e7b; font-size: 13px; font-weight: 850; letter-spacing: -.01em; }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 70px; align-items: end; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.eyebrow { margin: 0; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .report-copy h2, .geo-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 55px); line-height: 1.13; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered p { max-width: 600px; }

.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.feature-card { position: relative; overflow: hidden; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.feature-card > p { margin: 27px 0 8px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.feature-card h3 { max-width: 520px; margin: 0 0 13px; font-size: 26px; line-height: 1.25; letter-spacing: -.035em; }
.feature-card > span, .feature-card > div > span { display: block; max-width: 510px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: #eaf3f0; color: var(--teal); }
.feature-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.radar-icon { position: relative; border: 1px solid #bdd3cd; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 6px, rgba(14,119,112,.15) 7px 8px); }
.radar-icon::after { position: absolute; width: 17px; height: 1px; background: var(--teal); content: ""; transform: rotate(-28deg); transform-origin: right; }
.radar-icon i { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); box-shadow: 9px 8px 0 var(--teal); }
.feature-main { min-height: 480px; }
.mention-stream { position: absolute; right: 30px; bottom: 30px; left: 30px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.mention-stream > div { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 10px; min-height: 58px; padding: 9px 13px; }
.mention-stream > div + div { border-top: 1px solid var(--line); }
.avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 7px; background: var(--teal); color: #fff; font-size: 10px; font-style: normal; font-weight: 900; }
.avatar-dark { background: var(--teal-dark); }
.avatar-lime { background: var(--lime); color: var(--teal-dark); }
.mention-stream span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mention-stream b { font-size: 9px; }
.mention-stream small { overflow: hidden; color: var(--muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.mention-stream em { color: var(--teal); font-size: 7px; font-style: normal; font-weight: 800; }
.compare-bars { position: absolute; right: 34px; bottom: 38px; left: 34px; display: grid; gap: 12px; }
.compare-bars i { display: flex; align-items: center; width: var(--w); height: 31px; padding-left: 10px; border-radius: 5px; background: linear-gradient(90deg, var(--teal-dark), var(--teal)); color: #fff; font-style: normal; }
.compare-bars i:nth-child(2) { opacity: .68; }
.compare-bars i:nth-child(3) { opacity: .42; }
.compare-bars b { font-size: 7px; }
.feature-dark { background: var(--teal-dark); color: #fff; }
.feature-dark .feature-icon { background: rgba(255,255,255,.1); color: var(--lime); }
.feature-dark > p { color: var(--lime); }
.feature-dark > span { color: #b4c9c6; }
.topic-cloud { position: absolute; right: 30px; bottom: 34px; left: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.topic-cloud b { padding: 9px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); color: #d8e4e2; font-size: 8px; }
.topic-cloud b:nth-child(2), .topic-cloud b:nth-child(5) { border-color: var(--lime); color: var(--lime); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; min-height: 340px; }
.feature-wide > div > p { margin: 27px 0 8px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.priority-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.priority-list li { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 13px; min-height: 75px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.priority-list li > b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 7px; background: var(--teal-dark); color: var(--lime); font-size: 9px; }
.priority-list span { display: flex; flex-direction: column; gap: 4px; }
.priority-list strong { font-size: 11px; }
.priority-list small { color: var(--muted); font-size: 8px; }

.workflow-section { border-top: 1px solid var(--line); background: #fff; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-card { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.workflow-card > span { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 20px; border-radius: 6px; background: var(--teal-dark); color: var(--lime); font-size: 9px; font-weight: 900; }
.workflow-card h3 { margin: 22px 0 8px; font-size: 19px; }
.workflow-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.workflow-visual { position: relative; overflow: hidden; height: 180px; border: 1px solid #dce5e1; border-radius: 10px; background: #fff; }
.visual-form { display: grid; align-content: center; gap: 12px; padding: 27px; }
.visual-form i { display: block; height: 24px; border-radius: 5px; background: #edf3f0; }
.visual-form i:first-child { width: 78%; }
.visual-form b { display: grid; place-items: center; width: 110px; height: 28px; border-radius: 5px; background: var(--teal); color: #fff; font-size: 7px; }
.visual-questions { display: flex; align-items: center; justify-content: center; gap: 9px; }
.visual-questions i { display: grid; place-items: center; width: 43px; height: 53px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); color: var(--teal); font-size: 16px; font-style: normal; font-weight: 900; transform: rotate(-7deg); }
.visual-questions i:nth-child(2) { border-color: var(--lime); background: var(--lime); transform: translateY(-8px); }
.visual-questions i:nth-child(3) { transform: rotate(7deg); }
.visual-questions b, .visual-report b { position: absolute; right: 0; bottom: 0; left: 0; padding: 9px; background: var(--teal-dark); color: #fff; font-size: 7px; text-align: center; }
.visual-report { display: flex; align-items: baseline; justify-content: center; padding-top: 38px; }
.visual-report strong { color: var(--teal); font-size: 48px; }
.visual-report > span { color: var(--muted); font-size: 10px; }
.visual-report i { position: absolute; top: 25px; left: 50%; width: 95px; height: 95px; border: 8px solid #e7efec; border-top-color: var(--lime); border-right-color: var(--teal); border-radius: 50%; transform: translateX(-50%) rotate(-35deg); }
.visual-report strong, .visual-report > span { z-index: 1; }

.report-section { overflow: hidden; background: var(--teal-dark); color: #fff; }
.report-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.report-copy .eyebrow { color: var(--lime); }
.report-copy > p:not(.eyebrow) { margin: 24px 0; color: #b7cdca; font-size: 14px; line-height: 1.8; }
.report-copy ul { display: grid; gap: 12px; margin: 27px 0 34px; padding: 0; list-style: none; }
.report-copy li { display: flex; align-items: center; gap: 10px; color: #d7e4e2; font-size: 12px; }
.report-copy li span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(217,243,106,.12); color: var(--lime); font-size: 9px; }
.report-paper { position: relative; padding: 34px; border-radius: 5px; background: #fff; color: var(--ink); box-shadow: 28px 32px 0 rgba(255,255,255,.055), 0 30px 80px rgba(0,0,0,.25); transform: rotate(1.5deg); }
.report-paper::before { position: absolute; inset: 8px -12px -13px 12px; z-index: -1; border: 1px solid rgba(255,255,255,.1); content: ""; }
.paper-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 2px solid var(--teal-dark); }
.paper-head > div { display: flex; flex-direction: column; gap: 5px; }
.paper-head small { color: var(--teal); font-size: 7px; font-weight: 900; }
.paper-head strong { font-size: 18px; }
.paper-head > span { color: var(--muted); font-size: 8px; }
.paper-score { display: grid; grid-template-columns: 85px 1fr; align-items: center; gap: 20px; margin-top: 22px; padding: 20px; background: var(--teal-dark); color: #fff; }
.paper-score > strong { color: var(--lime); font-size: 45px; }
.paper-score > span { position: absolute; margin: 24px 0 0 53px; color: #9ab4b1; font-size: 8px; }
.paper-score > div b { font-size: 13px; }
.paper-score p { margin: 4px 0 0; color: #aac1be; font-size: 7px; line-height: 1.5; }
.paper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 9px; }
.paper-grid > div { display: flex; flex-direction: column; gap: 7px; padding: 13px; border: 1px solid var(--line); }
.paper-grid small { color: var(--muted); font-size: 7px; }
.paper-grid b { font-size: 14px; }
.paper-section { display: grid; grid-template-columns: 30px 1fr; gap: 13px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.paper-section > span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--teal-dark); color: var(--lime); font-size: 7px; font-weight: 900; }
.paper-section > div { display: flex; flex-direction: column; gap: 4px; }
.paper-section small { color: var(--teal); font-size: 6px; font-weight: 900; }
.paper-section b { font-size: 10px; }
.paper-section p { margin: 0; color: var(--muted); font-size: 7px; }
.paper-lines { display: grid; gap: 7px; margin-top: 22px; }
.paper-lines i { height: 5px; background: #e9efed; }
.paper-lines i:nth-child(2) { width: 88%; }
.paper-lines i:nth-child(3) { width: 64%; }

.geo-section { background: var(--lime); }
.geo-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.geo-mark { display: flex; align-items: center; justify-content: center; }
.geo-mark span { display: grid; place-items: center; width: 100px; height: 100px; border: 2px solid var(--teal-dark); border-radius: 50%; font-size: 50px; font-weight: 900; letter-spacing: -.08em; }
.geo-mark i { width: 35px; height: 2px; background: var(--teal-dark); }
.geo-copy .eyebrow { color: var(--teal-dark); }
.geo-copy h2 { margin-top: 14px; }
.geo-copy > p:not(.eyebrow) { margin: 23px 0 30px; font-size: 14px; line-height: 1.8; }
.geo-copy > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.geo-copy > div span { display: flex; flex-direction: column; gap: 5px; padding-top: 13px; border-top: 1px solid rgba(13,51,50,.3); }
.geo-copy b { font-size: 10px; }
.geo-copy small { color: #3d5653; font-size: 8px; }

.feedback-section { background: var(--paper); }
.feedback-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 90px; }
.feedback-copy h2 { margin: 13px 0 20px; font-size: clamp(34px, 4vw, 52px); line-height: 1.14; letter-spacing: -.05em; }
.feedback-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.feedback-points { display: grid; gap: 10px; margin-top: 31px; }
.feedback-points span { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid var(--line); }
.feedback-points b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 6px; background: var(--teal-dark); color: var(--lime); font-size: 8px; }
.feedback-points small { color: #405654; font-size: 11px; }
.feedback-form { display: grid; gap: 18px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(13,51,50,.08); }
.feedback-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feedback-form label { display: grid; gap: 8px; }
.feedback-form label > span { color: #304744; font-size: 10px; font-weight: 800; }
.feedback-form input, .feedback-form select, .feedback-form textarea { width: 100%; border: 1px solid #cedbd7; border-radius: 8px; background: #fbfdfc; color: var(--ink); font: inherit; font-size: 12px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.feedback-form input, .feedback-form select { height: 46px; padding: 0 13px; }
.feedback-form textarea { min-height: 145px; padding: 13px; line-height: 1.65; resize: vertical; }
.feedback-form input:focus, .feedback-form select:focus, .feedback-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,119,112,.1); }
.feedback-form input::placeholder, .feedback-form textarea::placeholder { color: #94a39f; }
.feedback-submit-row { display: flex; align-items: center; gap: 18px; }
.feedback-submit-row p { margin: 0; color: var(--teal); font-size: 10px; font-weight: 750; }
.feedback-submit-row p.is-error { color: #b64d3c; }
.feedback-privacy { color: #84928f; font-size: 8px; line-height: 1.5; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; display: flex; flex-direction: column; align-items: flex-start; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 50px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.final-cta { padding: 80px 0; background: var(--teal-deep); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner p { margin: 0 0 13px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.cta-inner h2 { max-width: 700px; margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.17; letter-spacing: -.04em; }
.cta-inner > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 11px; flex: 0 0 auto; }
.cta-inner small { color: #8fa9a6; font-size: 8px; }

.site-footer { padding: 58px 0 23px; border-top: 1px solid var(--line); background: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 100px; padding-bottom: 45px; }
.footer-brand small { letter-spacing: 0; text-transform: none; }
.footer-main > div { display: grid; gap: 13px; align-content: start; }
.footer-main > div a { color: var(--muted); font-size: 11px; }
.footer-main > div a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: #80908e; font-size: 9px; }

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

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-actions { margin-left: auto; margin-right: 12px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .product-stage { width: min(760px, 100%); min-height: 530px; margin-inline: auto; }
  .app-preview { left: 20px; }
  .report-layout, .geo-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .container, .header-inner { width: min(100% - 34px, 1180px); }
  .hero { padding-top: 130px; }
  .section { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading .eyebrow { grid-column: auto; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; gap: 35px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { display: grid; grid-template-columns: 35px 1fr; column-gap: 15px; }
  .workflow-card > span { grid-row: 1 / 4; }
  .workflow-visual, .workflow-card h3, .workflow-card > p { grid-column: 2; }
  .report-layout, .geo-layout, .feedback-layout, .faq-layout { grid-template-columns: 1fr; }
  .report-paper { width: min(620px, 100%); margin-inline: auto; }
  .geo-mark { justify-content: flex-start; }
  .faq-layout .section-heading { position: static; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-inner > div:last-child { align-items: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 66px; }
  .header-actions .login-link { display: none; }
  .header-actions .button { display: none; }
  .header-actions { margin-right: 10px; }
  .site-brand strong { font-size: 13px; }
  .site-brand small { font-size: 6px; }
  .site-brand img { width: 32px; height: 32px; }
  .hero { padding: 112px 0 72px; }
  .hero h1 { font-size: clamp(42px, 14vw, 60px); }
  .hero h1 > span { white-space: normal; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof > div { min-width: 0; flex: 1; padding-right: 12px; }
  .hero-proof > div + div { padding-left: 12px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 8px; }
  .product-stage { min-height: 420px; margin-top: 20px; }
  .app-preview { top: 30px; right: -52px; left: 0; transform: scale(.82); transform-origin: top left; }
  .floating-card { display: none; }
  .signal-strip .container { align-items: flex-start; flex-direction: column; padding-block: 24px; }
  .signal-strip div div { flex-wrap: wrap; gap: 18px 25px; }
  .section-heading h2, .report-copy h2, .geo-copy h2 { font-size: 36px; }
  .feature-card { min-height: 400px; padding: 25px; }
  .mention-stream, .topic-cloud { right: 22px; bottom: 22px; left: 22px; }
  .compare-bars { right: 25px; left: 25px; }
  .feature-wide { min-height: unset; }
  .workflow-card { display: block; }
  .workflow-card > span { margin-bottom: 15px; }
  .workflow-visual { margin-top: 0; }
  .report-paper { padding: 20px; }
  .paper-grid { grid-template-columns: 1fr; }
  .geo-mark span { width: 72px; height: 72px; font-size: 35px; }
  .geo-mark i { width: 18px; }
  .geo-copy > div { grid-template-columns: 1fr; }
  .feedback-form { padding: 24px; }
  .feedback-field-row { grid-template-columns: 1fr; }
  .feedback-submit-row { align-items: flex-start; flex-direction: column; }
  .faq-list summary { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

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