@charset "UTF-8";
/* Public marketing pages only. Desktop layout first; no application styles. */
:root {
  --paper: #faf9f6; --white: #fff; --ink: #1b1c1e; --muted: #626469;
  --orange: #ef4926; --line: #dededb; --dark: #1b1d20; --max: 1400px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:where(button, a, summary, [tabindex]):focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
::selection { background: #ffc9b3; color: var(--ink); }
h1, h2, h3, p { margin: 0; }
p { line-height: 1.65; }
svg { display: block; } img { max-width: 100%; }
.container { width: calc(100% - 112px); max-width: var(--max); margin-inline: auto; }
.section-space { padding-block: 112px; }
.eyebrow, .card-eyebrow, .feature-tag, .micro-label, .step-output { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 10px; font-weight: 500; letter-spacing: 1.15px; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.section-kicker { margin-bottom: 27px; } .section-kicker > span { color: var(--orange); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px #ef492610; }
h2 { font-size: clamp(38px, 3.6vw, 57px); font-weight: 500; line-height: 1.06; letter-spacing: -2.6px; }
h3 { font-weight: 500; letter-spacing: -1px; line-height: 1.2; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; min-height: 54px; padding: 15px 24px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: white; } .button-orange:hover { background: #ca3616; }
.button-dark { background: var(--ink); color: white; } .button-dark:hover { background: #383a3f; }
.button span { font-size: 23px; line-height: 1; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 500; }
.text-link:hover, .light-link:hover, .back-top:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link span { font-size: 21px; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 14px; background: var(--ink); color: white; z-index: 100; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* Quiet navigation leaves the stage to the product. */
.site-header { position: sticky; top: 0; z-index: 50; background: #faf9f6f2; backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 84px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.wordmark img { border-radius: 8px; }
.brand-name { font-size: 21px; font-weight: 700; letter-spacing: -.8px; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { padding-block: 14px; font-size: 13px; }
.main-nav > a:hover, .main-nav > a[aria-current=page] { color: var(--orange); }
.nav-badge { margin-left: 3px; font: 8px monospace; color: var(--muted); vertical-align: 2px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.lang-selector { display: flex; gap: 2px; }
.lang-btn { border: 0; background: transparent; color: var(--muted); min-width: 32px; min-height: 36px; font-size: 11px; border-radius: 5px; }
.lang-btn.active { color: var(--ink); background: #eae9e6; font-weight: 700; }
.nav-access { display: flex; align-items: center; gap: 25px; padding: 12px 18px; border: 1px solid #c9c9c5; border-radius: 7px; font-size: 12px; }
.nav-access:hover { background: #eeede9; } .nav-access span { font-size: 18px; }
.menu-toggle, .mobile-access { display: none; }
/* The signal flower expresses multiple dimensions, not a synthetic score chart. */
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 54px; align-items: center; padding-block: 64px; min-height: 744px; }
.hero-copy { min-width: 0; padding-bottom: 7px; }
.hero h1 { font-size: clamp(66px, 6.15vw, 99px); font-weight: 500; line-height: .99; letter-spacing: -6px; margin: 30px 0 30px; }
.hero h1 > span { color: var(--orange); }
.hero-description { max-width: 490px; font-size: 16px; color: var(--muted); }
.hero-description strong { color: var(--ink); font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 29px; }
.hero-footnote { display: flex; gap: 8px; align-items: center; margin-top: 25px; font-size: 11px; color: var(--muted); }
.tiny-frame { width: 10px; height: 10px; border: 1px solid #a6a7a5; border-radius: 50%; }
.hero-visual { min-width: 0; position: relative; background: #1b1d20; color: #fff; border-radius: 18px; padding: 25px 28px 19px; box-shadow: 0 18px 38px -28px #13141980; overflow: hidden; }
.visual-topline, .visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; font: 9px "SFMono-Regular", Consolas, monospace; letter-spacing: .8px; color: #b9bbbd; }
.visual-topline > span:first-child { display: flex; align-items: center; gap: 7px; }
.visual-topline i { width: 5px; height: 5px; background: #ff9569; border-radius: 50%; }
.signal-field { position: relative; margin: 9px -14px 0; aspect-ratio: 560 / 430; }
.signal-art { width: 100%; height: 100%; }
.signal-petals { transform-origin: 280px 215px; animation: signal-breathe 9s ease-in-out infinite; }
@keyframes signal-breathe { 0%,100% { opacity: .8; transform: scale(.97); } 50% { opacity: 1; transform: scale(1); } }
.signal-label { position: absolute; padding: 5px 8px; border-radius: 4px; font-size: 10px; line-height: 1.3; background: #1b1d20b8; color: #e9ded9; white-space: nowrap; }
.signal-label::before { content: ''; display: inline-block; width: 3px; height: 3px; background: #ff9b68; margin-right: 6px; vertical-align: 2px; }
.signal-l1 { left: 50%; top: 0; transform: translateX(-50%); }
.signal-l2 { right: 0; top: 22%; } .signal-l3 { right: 0; top: 64%; }
.signal-l4 { right: 28%; bottom: 2%; } .signal-l5 { left: 20%; bottom: 2%; }
.signal-l6 { left: 0; top: 64%; } .signal-l7 { left: 0; top: 22%; }
.visual-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; padding-top: 22px; border-top: 1px solid #ffffff26; }
.visual-bottom .card-eyebrow { color: #c1c1c4; font-size: 9px; }
.hero-score { display: flex; align-items: baseline; gap: 10px; font-size: 72px; line-height: 1.08; letter-spacing: -4px; margin-top: 7px; }
.hero-score small { font-size: 18px; letter-spacing: -.5px; font-weight: 400; color: #919297; }
.visual-bottom-copy { max-width: 185px; text-align: right; padding-bottom: 7px; }
.visual-bottom-copy p { font-size: 12px; line-height: 1.5; color: #d5d5d7; }
.visual-spark { display: block; color: #ff996e; font-size: 29px; line-height: 1; margin-bottom: 12px; }
.visual-caption { margin-top: 20px; font-size: 8px; letter-spacing: .15px; color: #a5a6ac; }
.dimensions-strip { border-block: 1px solid var(--line); background: #f0efeb; }
.dimensions-strip > .container { display: flex; align-items: center; gap: 60px; padding-block: 29px; }
.strip-intro { font: 9px/1.7 monospace; letter-spacing: .5px; color: var(--muted); flex: 0 0 218px; }
.strip-items { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 20px; font-size: 21px; letter-spacing: -.7px; }
.strip-items i { color: var(--orange); font-style: normal; font-size: 18px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; margin-bottom: 54px; }
.section-heading > p { font-size: 15px; color: var(--muted); max-width: 365px; }
/* An asymmetric editorial grid, with a single orange focal point. */
.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; }
.feature { min-width: 0; padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.feature-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 36px; }
.feature-symbol { font-size: 28px; line-height: 1; }
.feature h3 { font-size: 31px; margin-bottom: 20px; }
.feature p { color: var(--muted); font-size: 14px; max-width: 470px; }
.feature-fpi { background: #f25430; color: #1b1c1e; border-color: transparent; }
.feature-fpi p { color: #361f18; } .feature-fpi .text-link { margin-top: 27px; font-size: 12px; }
.feature-fpi-content { display: flex; align-items: center; gap: 24px; } .feature-fpi-content > div:first-child { flex: 1; }
.fpi-glyph { display: flex; flex-direction: column; flex-shrink: 0; width: 88px; align-items: center; font-size: 87px; font-weight: 600; line-height: .73; letter-spacing: -7px; color: #ffc7af; transform: rotate(-9deg); }
.fpi-glyph i { font: 10px monospace; letter-spacing: 1px; margin-top: 22px; color: #341f19; }
.value-stack { display: flex; gap: 4px; margin: 32px 0 12px; }
.value-stack span { flex: 1; font: 11px monospace; padding: 17px 12px; background: #e8e6e1; border-radius: 4px; }
.value-stack span:nth-child(2) { background: #ffc2aa; } .value-stack span:last-child { background: #d8d8e2; }
.micro-label { font-size: 8px; letter-spacing: .4px; color: var(--muted); }
.fit-diagram { display: flex; align-items: center; margin-top: 28px; }
.fit-diagram > span { display: grid; place-items: center; width: 155px; height: 77px; border-radius: 50%; border: 1px solid #aaa9b5; background: #efedf566; font: 11px monospace; }
.fit-diagram > span:last-child { margin-left: -24px; } .fit-diagram i { position: relative; z-index: 1; font-size: 34px; font-style: normal; color: var(--orange); margin: 0 -5px 0 -24px; }
.feature-results { background: #efeff3; }
.results-mini { margin-top: 30px; } .results-mini > div { display: flex; align-items: center; gap: 20px; margin-bottom: 10px; }
.results-mini > div > span { width: 65px; flex-shrink: 0; font: 9px monospace; }
.results-mini i { width: 50%; height: 13px; background: #bcbac7; border-radius: 2px; } .results-mini > div:nth-child(2) > i { background: #555363; width: 70%; }
.results-note { display: block; margin-top: 15px; font-size: 11px; color: var(--muted); }
.fpi-section { background: var(--dark); color: var(--paper); padding-top: 95px; }
.fpi-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.fpi-copy h2 { font-size: clamp(40px,4.3vw,64px); margin-bottom: 29px; } .fpi-copy h2 > span { color: #ff996e; }
.fpi-copy > p { max-width: 480px; font-size: 15px; color: #bfc0c5; margin-bottom: 18px; } .fpi-copy strong { color: #fff; }
.fpi-principle { display: flex; gap: 18px; border-top: 1px solid #414348; margin-top: 30px; padding-top: 26px; }
.fpi-principle > span { font-size: 34px; color: #ff996e; line-height: 1; }
.fpi-principle strong { font-size: 15px; font-weight: 500; } .fpi-principle p { font-size: 13px; color: #bfc0c5; margin-top: 8px; max-width: 330px; }
.light-link { color: #ff996e; margin-top: 28px; }
.demo-card { min-width: 0; padding: 31px; background: var(--paper); color: var(--ink); border-radius: 14px; }
.demo-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; }
.demo-heading > .card-eyebrow { font-size: 9px; } .demo-label { display: flex; align-items: center; gap: 6px; font: 8px monospace; color: var(--muted); }
.demo-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.profile-tabs { display: flex; background: #eae9e6; border-radius: 7px; padding: 4px; gap: 3px; }
.profile-tabs button { flex: 1; min-height: 42px; padding: 10px 7px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 12px; }
.profile-tabs button[aria-selected=true] { background: white; color: var(--ink); box-shadow: 0 2px 6px #0000000a; }
.profile-tabs button:hover { color: var(--orange); }
.profile-header { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.profile-avatar { width: 43px; height: 43px; border-radius: 50%; background: #e5e2ec; display: grid; place-items: center; flex-shrink: 0; font-size: 20px; }
.profile-header h3 { font-size: 15px; font-weight: 600; letter-spacing: -.3px; margin-bottom: 5px; }
.profile-header > div > span { font-size: 11px; color: var(--muted); } .profile-header strong { font-weight: 500; }
.profile-cross { font-size: 29px; color: #9a95ac; margin-left: auto; }
.demo-score-area { display: flex; align-items: center; justify-content: space-between; padding: 32px 0 25px; }
.demo-score { display: flex; align-items: baseline; gap: 10px; margin-top: 10px; line-height: 1; }
.demo-score > span:first-child { font-size: 91px; letter-spacing: -5px; } .demo-score > span:last-child { color: var(--muted); font-size: 20px; }
.score-ring { width: 106px; height: 106px; }
.ring-track { fill: none; stroke: #e4e2df; stroke-width: 5; } .ring-progress { fill: none; stroke: var(--orange); stroke-width: 5; transform: rotate(-90deg); transform-origin: 50% 50%; transition: stroke-dasharray .5s; }
.profile-metrics { display: grid; gap: 20px; } .metric-label { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; margin-bottom: 9px; }
.metric-label > span:last-child { font-family: monospace; color: var(--muted); }
.metric-track { height: 5px; border-radius: 3px; background: #e4e2df; overflow: hidden; }
.metric-track > span { display: block; height: 100%; background: #89829f; transition: width .5s; }
.profile-metrics > div:last-child .metric-track > span { background: var(--orange); }
.profile-description { font-size: 12px; color: var(--muted); padding-block: 22px; min-height: 103px; }
.demo-disclaimer { border-top: 1px solid var(--line); padding-top: 15px; font-size: 10px; color: var(--muted); line-height: 1.6; }
.fpi-footer { display: flex; gap: 25px; align-items: center; margin-top: 70px; padding-block: 27px; border-top: 1px solid #414348; }
.fpi-footer > span:first-child { font: 10px monospace; color: #bfc0c5; } .fpi-footer > span:nth-child(2) { font-size: 14px; } .fpi-footer > span:last-child { font-size: 29px; margin-left: auto; color: #ff996e; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.method-card { border-top: 1px solid var(--line); padding-top: 27px; }
.method-number { display: flex; align-items: center; gap: 19px; font-size: 31px; color: var(--orange); margin-bottom: 26px; }
.method-number > span { color: var(--muted); font: 10px monospace; }
.method-card h3 { font-size: 30px; margin-bottom: 17px; } .method-card > p { font-size: 14px; color: var(--muted); max-width: 390px; }
.signal-list { list-style: none; margin: 29px 0 0; padding: 0; }
.signal-list li { position: relative; padding: 16px 0 16px 25px; border-top: 1px solid var(--line); font-size: 13px; }
.signal-list li::before { content: '↗'; position: absolute; left: 0; color: var(--orange); }
.method-note { display: flex; align-items: center; gap: 22px; margin-top: 42px; padding: 25px; border-radius: 8px; background: #eeede9; }
.note-mark { font-size: 30px; color: var(--orange); } .method-note p { font-size: 12px; color: var(--muted); } .method-note strong { color: var(--ink); font-weight: 500; }
.workflow-section { background: #efeff3; }
.workflow-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; list-style: none; padding: 0; margin: 55px 0 0; }
.workflow-steps li { border-top: 1px solid #bdbdc7; padding-top: 22px; }
.step-top { display: flex; justify-content: space-between; margin-bottom: 34px; font: 12px monospace; color: #6d687f; } .step-top i { font: 23px/1 Arial,sans-serif; }
.workflow-steps h3 { font-size: 27px; margin-bottom: 19px; } .workflow-steps p { font-size: 14px; min-height: 94px; color: var(--muted); }
.step-output { display: block; margin-top: 29px; font-size: 9px; letter-spacing: .3px; }
.audience-line { display: flex; gap: 40px; align-items: center; border-top: 1px solid #cdccd4; margin-top: 49px; padding-top: 30px; }
.audience-line > span { font-size: 13px; } .audience-line > span:first-child { font: 9px monospace; margin-right: auto; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; }
.faq-section > div > p { font-size: 14px; color: var(--muted); max-width: 300px; margin-top: 25px; }
.faq-list details { border-bottom: 1px solid var(--line); } .faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span:first-child { font-size: 15px; line-height: 1.45; }
.faq-list summary > span:last-child { color: var(--orange); font-size: 25px; transition: transform .2s; }
.faq-list details[open] summary > span:last-child { transform: rotate(45deg); }
.faq-list details p { font-size: 13px; color: var(--muted); padding: 0 25px 25px 0; }
.closing-section { background: #f25430; overflow: hidden; }
.closing-inner { position: relative; padding-block: 83px; }
.closing-inner .eyebrow { margin-bottom: 28px; }
.closing-inner h2 { position: relative; z-index: 1; font-size: clamp(38px,4.4vw,68px); }
.closing-inner h2 > span { display: block; color: #fff1e9; }
.closing-actions { position: relative; z-index: 1; display: flex; gap: 26px; align-items: center; margin-top: 36px; }
.closing-actions > span { font-size: 12px; }
.closing-frame { position: absolute; width: 280px; height: 280px; right: -40px; top: 70px; border: 45px solid #ffc7af55; transform: rotate(-17deg); border-radius: 50%; }
.site-footer { padding-top: 43px; padding-bottom: 28px; }
.footer-top { display: flex; align-items: center; gap: 35px; } .footer-top > p { font-size: 12px; color: var(--muted); }
.back-top { display: flex; align-items: center; gap: 20px; margin-left: auto; font-size: 12px; } .back-top > span { font-size: 21px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 35px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
/* Licensing: totals are calculated in cents, independently of application data. */
.pricing-intro { text-align: center; padding: 76px 0 38px; }
.pricing-intro .eyebrow { justify-content: center; margin-bottom: 23px; }
.pricing-intro h1 { font-size: clamp(48px,5.3vw,78px); font-weight: 500; letter-spacing: -4px; line-height: 1.04; }
.pricing-intro h1 > span { color: var(--orange); }
.pricing-intro > p { color: var(--muted); max-width: 620px; font-size: 16px; margin: 23px auto 0; }
.billing-switch { display: flex; width: fit-content; margin: 30px auto 0; padding: 5px; background: #eae9e6; border-radius: 10px; gap: 4px; }
.billing-switch button { min-height: 43px; padding: 10px 22px; border: 0; background: transparent; color: var(--muted); border-radius: 7px; font-size: 13px; }
.billing-switch button[aria-pressed=true] { background: var(--ink); color: white; }
.billing-switch small { margin-left: 6px; font-size: 10px; color: #d74422; } .billing-switch button[aria-pressed=true] small { color: #ffb091; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 0 auto; }
.plan { padding: 35px; border: 1px solid #d6d6d2; background: white; border-radius: 14px; }
.plan-pro { background: var(--dark); color: white; border-color: var(--dark); }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.plan h2 { font-size: 30px; letter-spacing: -1px; }
.plan-label { font: 9px monospace; letter-spacing: .5px; border: 1px solid #d6d6d2; padding: 7px 9px; border-radius: 5px; }
.plan-pro .plan-label { color: #ffb091; border-color: #75513f; }
.plan-desc { color: var(--muted); font-size: 14px; margin-top: 16px; }
.plan-pro .plan-desc { color: #c2c2c8; }
.plan-price { margin-top: 28px; display: flex; align-items: baseline; gap: 9px; }
.plan-price strong { font-size: 65px; font-weight: 500; letter-spacing: -3.5px; font-variant-numeric: tabular-nums; }
.plan-price > span { color: var(--muted); font-size: 13px; } .plan-pro .plan-price > span { color: #c2c2c8; }
.plan-billing { margin-top: 7px; min-height: 41px; font-size: 12px; color: var(--muted); }
.plan-pro .plan-billing { color: #c2c2c8; }
.plan-saving { font-size: 12px; color: #ad3216; min-height: 22px; margin-top: 8px; } .plan-pro .plan-saving { color: #ffb091; }
.plan-users { display: flex; gap: 10px; align-items: center; padding-top: 23px; margin-top: 20px; border-top: 1px solid var(--line); font-size: 15px; }
.plan-pro .plan-users { border-color: #44464b; }
.plan-users svg { width: 20px; height: 20px; }
.plan-features { padding: 0; margin: 22px 0 29px; list-style: none; }
.plan-features li { position: relative; padding-left: 22px; margin-bottom: 14px; font-size: 13px; line-height: 1.4; }
.plan-features li::before { content: '↗'; color: var(--orange); position: absolute; left: 0; } .plan-pro .plan-features li::before { color: #ffb091; }
.plan .button { width: 100%; } .plan .button-dark { background: #ecebe7; color: var(--ink); } .plan .button-dark:hover { background: #e0dfda; }
.pricing-contact-note { max-width: 700px; margin: 26px auto 0; text-align: center; font-size: 12px; color: var(--muted); }
.pricing-contact-note a { text-decoration: underline; text-underline-offset: 3px; }
.pricing-faq { padding-top: 85px; }
[hidden] { display: none !important; }
/* The desktop composition contracts before switching to a single-column layout. */
@media (max-width: 1200px) {
  .container { width: calc(100% - 72px); } .nav-wrap { gap: 20px; } .main-nav { gap: 20px; } .nav-actions { gap: 13px; }
  .hero { gap: 34px; min-height: 680px; padding-block: 48px; } .hero h1 { font-size: 6.2vw; letter-spacing: -4.4px; }
  .hero-description { font-size: 15px; } .hero-actions { gap: 21px; } .hero-actions .text-link { font-size: 12px; } .hero-actions .button { gap: 20px; padding-inline: 20px; }
  .hero-visual { padding-inline: 22px; } .signal-label { font-size: 9px; padding-inline: 5px; }
  .strip-intro { flex-basis: 185px; } .dimensions-strip > .container { gap: 30px; } .strip-items { font-size: 18px; }
  .fpi-layout { gap: 65px; } .feature { padding: 28px; } .feature h3 { font-size: 28px; } .fpi-glyph { font-size: 70px; width: 65px; }
  .workflow-steps { gap: 30px; } .workflow-steps h3 { font-size: 24px; } .faq-section { gap: 55px; }
}
@media (max-width: 1080px) {
  .nav-wrap { height: 74px; } .nav-actions { margin-left: auto; }
  .menu-toggle { display: flex; order: 3; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; gap: 5px; padding: 10px; background: transparent; border: 1px solid #c9c9c5; border-radius: 7px; }
  .menu-toggle > span { width: 17px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] > span:first-child { transform: translateY(3px) rotate(45deg); } .menu-toggle[aria-expanded=true] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 36px 24px; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 12px 20px #00000008; }
  .main-nav.is-open { display: flex; } .main-nav > a { font-size: 15px; padding-block: 15px; }
  .main-nav .mobile-access { display: block; border-top: 1px solid var(--line); margin-top: 8px; }
  .hero { gap: 26px; } .hero h1 { letter-spacing: -3.8px; } .hero .eyebrow { font-size: 8px; } .hero-actions { flex-wrap: wrap; gap: 19px; }
  .visual-bottom-copy { max-width: 140px; } .visual-bottom-copy p { font-size: 11px; } .visual-caption { font-size: 7px; }
  .section-space { padding-block: 85px; } .section-heading { gap: 35px; } .section-heading > p { max-width: 310px; font-size: 14px; }
  .fpi-layout { gap: 36px; } .demo-card { padding: 23px; } .demo-heading { flex-wrap: wrap; gap: 8px; } .profile-header h3 { font-size: 13px; } .profile-header > div > span { font-size: 9px; }
  .feature h3 { font-size: 25px; } .feature p { font-size: 13px; } .fpi-glyph { width: 52px; font-size: 59px; }
  .strip-items { gap: 13px; font-size: 16px; } .strip-intro { flex-basis: 160px; font-size: 8px; }
  .method-grid { gap: 45px; } .workflow-steps h3 { font-size: 22px; } .workflow-steps p { font-size: 13px; min-height: 110px; }
  .plan-price strong { font-size: 56px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; } .container { width: calc(100% - 40px); } .section-space { padding-block: 66px; }
  .nav-wrap { gap: 12px; } .brand-name { font-size: 19px; } .wordmark img { width: 28px; height: 28px; } .nav-actions { gap: 10px; }
  .nav-access { display: none; } .main-nav { padding-inline: 20px; }
  .hero { grid-template-columns: 1fr; gap: 37px; padding: 44px 0 39px; }
  .hero .eyebrow { font-size: 9px; } .hero h1 { font-size: clamp(58px, 10.5vw, 80px); letter-spacing: -4px; margin-block: 26px; }
  .hero-description { font-size: 15px; max-width: 510px; } .hero-actions { gap: 25px; } .hero-footnote { font-size: 10px; }
  .hero-visual { width: 100%; max-width: 540px; margin-inline: auto; padding: 25px 25px 20px; }
  .signal-label { font-size: 10px; } .visual-caption { font-size: 8px; } .visual-bottom-copy { max-width: 180px; } .visual-bottom-copy p { font-size: 12px; }
  .dimensions-strip > .container { flex-direction: column; align-items: flex-start; gap: 19px; padding-block: 23px; }
  .strip-intro { flex-basis: auto; } .strip-intro br { display: none; } .strip-items { width: 100%; gap: 10px; font-size: 15px; } .strip-items i { font-size: 14px; }
  h2 { font-size: 39px; letter-spacing: -1.8px; } .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 23px; max-width: 510px; } .section-kicker { margin-bottom: 22px; }
  .feature-grid { grid-template-columns: 1fr; gap: 15px; } .feature { padding: 27px; } .feature h3 { font-size: 29px; } .feature p { font-size: 14px; } .feature-top { margin-bottom: 29px; }
  .fpi-glyph { width: 65px; font-size: 73px; }
  .fpi-section { padding-top: 65px; } .fpi-layout { grid-template-columns: 1fr; gap: 38px; } .fpi-copy h2 { font-size: 45px; }
  .demo-card { padding: 27px; width: 100%; max-width: 540px; margin-inline: auto; } .demo-heading { flex-wrap: nowrap; }
  .profile-header h3 { font-size: 15px; } .profile-header > div > span { font-size: 10px; } .profile-description { min-height: 100px; }
  .fpi-footer { margin-top: 40px; flex-wrap: wrap; gap: 12px; } .fpi-footer > span:first-child { flex-basis: 100%; } .fpi-footer > span:nth-child(2) { font-size: 12px; }
  .method-grid { grid-template-columns: 1fr; gap: 38px; } .method-note { padding: 21px; align-items: flex-start; gap: 16px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 35px; margin-top: 36px; } .workflow-steps h3 { font-size: 28px; } .workflow-steps p { min-height: 0; font-size: 14px; }
  .step-top { margin-bottom: 25px; } .step-output { margin-top: 22px; }
  .audience-line { flex-wrap: wrap; gap: 20px; } .audience-line > span:first-child { flex-basis: 100%; } .audience-line > span { font-size: 11px; }
  .faq-section { grid-template-columns: 1fr; gap: 36px; } .faq-section > div > p { max-width: 420px; } .faq-list summary > span:first-child { font-size: 14px; }
  .closing-inner { padding-block: 60px; } .closing-inner h2 { font-size: 42px; letter-spacing: -2px; } .closing-inner h2 br { display: none; } .closing-inner h2 > span { margin-top: 12px; }
  .closing-actions { flex-direction: column; align-items: flex-start; gap: 20px; } .closing-frame { right: -170px; opacity: .5; }
  .footer-top { flex-wrap: wrap; gap: 23px; } .footer-top > p { order: 3; flex-basis: 100%; font-size: 11px; }
  .footer-bottom { flex-wrap: wrap; gap: 18px 25px; } .footer-bottom > span:nth-child(2) { display: none; }
  .pricing-intro { padding-top: 48px; } .pricing-intro h1 { font-size: 49px; letter-spacing: -2.7px; } .pricing-intro > p { font-size: 15px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 540px; gap: 20px; } .plan { padding: 29px; } .plan-price strong { font-size: 62px; }
  .pricing-contact-note { text-align: left; max-width: 540px; } .pricing-faq { padding-top: 65px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); } .nav-wrap { gap: 7px; } .wordmark { gap: 6px; } .brand-name { font-size: 17px; } .wordmark img { width: 25px; height: 25px; }
  .lang-btn { min-width: 28px; padding: 5px; } .menu-toggle { width: 36px; flex-shrink: 0; } .nav-actions { gap: 0; }
  .hero h1 { font-size: 53px; letter-spacing: -3.5px; } .hero .eyebrow { font-size: 8px; } .hero-actions { gap: 20px; } .hero-footnote { font-size: 9px; }
  .hero-visual { padding: 20px 17px 17px; } .signal-label { font-size: 8px; padding-inline: 3px; } .hero-score { font-size: 63px; }
  .visual-bottom .card-eyebrow { font-size: 8px; } .visual-bottom-copy p { font-size: 10px; } .visual-caption { font-size: 7px; }
  .strip-items { font-size: 12px; gap: 6px; } .strip-items i { font-size: 11px; }
  h2 { font-size: 34px; } .feature { padding: 23px; } .feature h3 { font-size: 25px; } .feature-fpi-content { gap: 12px; } .fpi-glyph { font-size: 55px; width: 42px; }
  .feature-fpi .text-link { font-size: 11px; gap: 8px; } .feature-tag { font-size: 8px; } .value-stack span { padding: 15px 9px; font-size: 10px; }
  .demo-card { padding: 21px; } .demo-heading > .card-eyebrow { font-size: 8px; } .demo-label { font-size: 7px; } .profile-header h3 { font-size: 13px; } .profile-header > div > span { font-size: 8px; }
  .profile-avatar { width: 35px; height: 35px; } .profile-cross { font-size: 22px; } .demo-score > span:first-child { font-size: 77px; } .score-ring { width: 85px; height: 85px; }
  .method-number > span { font-size: 9px; } .closing-inner h2 { font-size: 36px; } .back-top { gap: 8px; font-size: 10px; }
  .pricing-intro h1 { font-size: 43px; } .billing-switch button { padding-inline: 15px; } .plan { padding: 24px; } .plan-price strong { font-size: 53px; } .plan-label { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .button:hover { transform: none; }
}
@media print {
  .site-header { position: static; } .menu-toggle, .nav-access, .hero-actions, .closing-actions, .back-top, .billing-switch { display: none !important; }
  .section-space { padding-block: 35px; } .feature, .demo-card, .method-card, .plan { break-inside: avoid; }
  .fpi-section, .hero-visual, .plan-pro { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .faq-list details > p { display: block !important; }
}
