:root {
  --ink: #0a0a0a;
  --paper: #ffffff;
  --soft: #f3f3ef;
  --line: #c9c9c3;
  --muted: #656560;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --shell: min(1360px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(10,10,10,.12); background: rgba(255,255,255,.96); }
.nav-wrap { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.brand-mark { width: 24px; height: 24px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.desktop-nav a, .text-link { position: relative; }
.desktop-nav a::after, .text-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after, .text-link:hover::after { right: 0; }
.desktop-actions { justify-self: end; display: flex; align-items: center; gap: 26px; font-size: 14px; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { width: 40px; height: 40px; border: 1px solid var(--ink); display: grid; align-content: center; gap: 6px; padding: 10px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 1px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 48px; width: min(280px, calc(100vw - 40px)); padding: 18px; border: 1px solid var(--ink); background: var(--paper); display: grid; }
.mobile-menu nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); }

.button { min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-weight: 500; font-size: 15px; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #292929; }
.button-light { background: transparent; color: var(--ink); }
.button-light:hover { background: var(--soft); }
.button-white { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-white:hover { background: #e8e8e4; }
.button-small { min-height: 44px; padding-inline: 22px; }
.button-full { width: 100%; }
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 600; }
.eyebrow-inverse { color: #bcbcb7; }
em { font-family: var(--serif); font-weight: 400; }

.hero { min-height: 760px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(50px, 8vw, 130px); padding-block: 96px 110px; }
.hero-copy h1 { max-width: 680px; margin: 0; font-size: clamp(64px, 7.2vw, 114px); line-height: .88; letter-spacing: -.065em; font-weight: 500; }
.hero-copy h1 em { display: block; letter-spacing: -.05em; }
.hero-intro { max-width: 500px; margin: 42px 0 32px; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.micro-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.report-stage { position: relative; min-height: 580px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.report-paper { background: var(--paper); border: 1px solid var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.08); }
.report-main { position: relative; z-index: 2; width: min(520px, 82%); min-height: 580px; padding: 28px; transform: rotate(-1deg); }
.report-side { position: absolute; z-index: 1; width: 210px; height: 470px; right: 0; top: 76px; padding: 24px; transform: rotate(5deg); }
.paper-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.paper-head div { display: grid; gap: 4px; }
.paper-label { font-family: var(--serif); font-size: 22px; }
.paper-head strong { font-size: 12px; }
.paper-date { font-size: 8px; color: var(--muted); }
.paper-grid { display: grid; grid-template-columns: 1fr 1fr; }
.paper-grid section { min-height: 150px; padding: 20px 14px; border-bottom: 1px solid var(--line); }
.paper-grid section:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
.paper-grid section:nth-child(even) { padding-right: 0; }
.paper-kicker { display: block; margin-bottom: 16px; font-size: 9px; font-weight: 600; }
.chart-row { display: flex; align-items: center; gap: 16px; }
.donut { width: 74px; height: 74px; transform: rotate(-90deg); }
.donut.large { width: 96px; height: 96px; margin-block: 20px 30px; }
.mini-legend { flex: 1; display: grid; gap: 8px; font-size: 7px; }
.mini-legend span { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 5px; }
.swatch { width: 5px; height: 5px; border-radius: 50%; }
.swatch-dark { background: #111; }.swatch-mid { background: #73736f; }.swatch-light { background: #d7d7d2; }
.bar-list { display: grid; gap: 13px; padding-top: 3px; }
.bar-list span { height: 7px; background: #e2e2de; }
.bar-list i { display: block; height: 100%; width: var(--value); background: var(--ink); }
.venn { position: relative; width: 82px; height: 48px; margin: 20px auto 10px; }
.venn i { position: absolute; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; left: 8px; }
.venn i + i { left: 30px; }
.paper-metric { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 0; }
.paper-metric strong { font-family: var(--serif); font-size: 19px; }.paper-metric span { font-size: 7px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 8px; }
.check-list li { display: flex; align-items: center; gap: 8px; }.check-list i { width: 15px; height: 15px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 8px; }
.goal-block { padding-top: 20px; }
.goal-line { display: grid; grid-template-columns: 1.2fr 1fr 28px; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid #e4e4df; font-size: 8px; }
.goal-line i { height: 3px; background: #deded9; }.goal-line b { display: block; width: var(--value); height: 100%; background: var(--ink); }
.goal-line strong { text-align: right; }
.report-side .paper-label { display: block; margin-bottom: 34px; font-size: 18px; }
.side-rule { width: 76%; height: 5px; margin: 8px 0; background: #d8d8d3; }.side-rule-lg { width: 100%; }.side-rule-sm { width: 55%; margin-bottom: 40px; }
.mini-bars { height: 105px; display: flex; align-items: end; gap: 8px; margin: 22px 0 38px; border-bottom: 1px solid var(--ink); }
.mini-bars i { display: block; width: 18px; background: var(--ink); }.mini-bars i:nth-child(1){height:34%}.mini-bars i:nth-child(2){height:76%}.mini-bars i:nth-child(3){height:54%}.mini-bars i:nth-child(4){height:89%}.mini-bars i:nth-child(5){height:64%}
.dot-lines { margin: 0; padding-left: 16px; }.dot-lines li { padding: 8px 0; border-bottom: 3px solid #d8d8d3; }
.page-number { position: absolute; right: 18px; bottom: 14px; font-size: 8px; }

.positioning { background: var(--ink); color: var(--paper); padding: 88px 0 34px; }
.positioning-inner { display: grid; grid-template-columns: 88px 1fr; align-items: start; gap: clamp(30px, 6vw, 90px); }
.positioning-inner svg { width: 70px; margin-top: 16px; }
.positioning-inner p { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 92px); line-height: 1.05; letter-spacing: -.035em; }
.positioning-inner p em { color: #bdbdb8; }
.boundary-note { margin-top: 72px; padding-top: 24px; border-top: 1px solid #555; display: flex; justify-content: space-between; color: #bdbdb8; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; }

.section { padding-block: 150px; }
.section-soft { background: var(--soft); }
.section-heading h2, .proposal-copy h2, .pricing-preview h2, .closing-cta h2, .billing-hero h1, .checkout-panel h2, .tour-modal h2 { margin: 0; font-size: clamp(48px, 5.2vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.split-heading { display: grid; grid-template-columns: .65fr 1.2fr .7fr; gap: 50px; align-items: start; margin-bottom: 90px; }
.split-heading .eyebrow { margin-top: 12px; }
.split-heading > p:last-child { max-width: 340px; margin: 14px 0 0; color: var(--muted); font-size: 17px; }
.feature-index { border-top: 1px solid var(--ink); }
.feature-index article { display: grid; grid-template-columns: 100px minmax(0, 1fr) 40px; align-items: center; gap: 24px; padding: 30px 12px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.feature-index article:hover { background: var(--soft); padding-inline: 24px; }
.feature-index article > span { font-family: var(--serif); font-size: 34px; }
.feature-index article div { display: grid; grid-template-columns: .65fr 1fr; gap: 40px; align-items: center; }
.feature-index h3 { margin: 0; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
.feature-index p { margin: 0; max-width: 500px; color: var(--muted); }
.feature-index b { font-size: 24px; font-weight: 400; }

.proposal-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 170px); align-items: center; }
.proposal-copy p:not(.eyebrow) { max-width: 470px; margin: 38px 0 30px; color: var(--muted); font-size: 18px; }
.arrow-link { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-weight: 500; }
.arrow-link span { font-size: 22px; transition: transform .2s ease; }.arrow-link:hover span { transform: translateX(6px); }
.proposal-pages { position: relative; min-height: 660px; }
.proposal-cover, .proposal-inside { position: absolute; background: var(--paper); border: 1px solid var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.06); }
.proposal-cover { z-index: 2; left: 0; top: 0; width: min(440px, 65%); height: 620px; padding: 42px; transform: rotate(-1.5deg); display: flex; flex-direction: column; }
.proposal-cover > span { font-size: 10px; }.proposal-cover > strong { font-size: 13px; }
.proposal-cover h3 { margin: auto 0 40px; font-family: var(--serif); font-size: 48px; line-height: 1; font-weight: 400; }
.proposal-cover > div { display: flex; justify-content: space-between; align-items: end; margin-top: auto; font-size: 8px; }
.proposal-inside { right: 0; top: 45px; width: min(350px, 52%); height: 565px; padding: 40px 32px; transform: rotate(4deg); }
.proposal-inside > span { display: block; margin-bottom: 16px; font-family: var(--serif); font-size: 18px; }
.proposal-inside > .side-rule + .side-rule { margin-bottom: 40px; }
.proposal-inside ol { list-style: none; margin: 0; padding: 0 0 0 12px; border-left: 1px solid var(--ink); }
.proposal-inside li { width: 70%; height: 4px; margin: 24px 0; background: #d8d8d3; }

.centered-heading { text-align: center; max-width: 900px; margin: 0 auto 90px; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.workflow-grid article { min-height: 350px; padding: 36px; position: relative; }
.workflow-grid article + article { border-left: 1px solid var(--line); }
.workflow-grid article > span { font-family: var(--serif); font-size: 26px; }
.workflow-icon { margin: 36px 0 42px; font-family: var(--serif); font-size: 58px; line-height: 1; }
.workflow-grid h3 { margin: 0 0 12px; font-size: 25px; font-weight: 500; }.workflow-grid p { margin: 0; color: var(--muted); max-width: 320px; }

.pricing-preview { background: var(--ink); color: var(--paper); }
.pricing-preview-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.price-summary { border-top: 1px solid #545454; }
.price-summary > div { display: grid; grid-template-columns: 90px 180px 1fr; gap: 20px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid #545454; }
.price-summary > div > span { font-family: var(--serif); font-size: 28px; }.price-summary strong { font-size: 38px; font-weight: 500; }.price-summary small { font-size: 13px; font-weight: 400; }.price-summary p { color: #bdbdb8; }
.price-summary .button { margin-top: 36px; }
.closing-cta { padding-block: 160px; text-align: center; }
.closing-cta h2 { max-width: 1000px; margin-inline: auto; }.closing-cta .button { margin-top: 50px; }

.site-footer { padding: 72px 0 32px; border-top: 1px solid var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 64px; }
.footer-brand p { max-width: 260px; margin-top: 22px; color: var(--muted); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 14px; }
.footer-grid h3 { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.footer-grid a:not(.brand):hover { text-decoration: underline; }
.legal-block { padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal-block > p { max-width: 980px; }.legal-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 26px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; padding: 30px; display: grid; place-items: center; background: rgba(0,0,0,.72); }
.tour-modal { position: relative; width: min(960px, 100%); max-height: calc(100vh - 60px); overflow-y: auto; padding: clamp(36px, 7vw, 80px); background: var(--paper); border: 1px solid var(--ink); }
.tour-modal h2 { max-width: 760px; font-size: clamp(42px, 5vw, 70px); }
.modal-close { position: absolute; right: 24px; top: 20px; width: 44px; height: 44px; border: 1px solid var(--ink); background: transparent; font-size: 28px; cursor: pointer; }
.tour-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 58px 0 40px; border-top: 1px solid var(--ink); }
.tour-steps article { padding: 22px 24px 0 0; }.tour-steps article + article { padding-left: 24px; border-left: 1px solid var(--line); }.tour-steps span { font-family: var(--serif); font-size: 28px; }.tour-steps h3 { margin: 36px 0 10px; }.tour-steps p { margin: 0; color: var(--muted); }
.modal-boundary { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-block: 1px solid var(--line); margin-bottom: 30px; }.modal-boundary span { color: var(--muted); }

.billing-hero { padding-block: 130px 70px; text-align: center; }
.billing-hero h1 { max-width: 1080px; margin-inline: auto; font-size: clamp(64px, 8vw, 120px); }.billing-hero > p:not(.eyebrow) { max-width: 710px; margin: 40px auto; font-size: 20px; color: var(--muted); }
.billing-boundary { display: flex; justify-content: center; gap: 0; margin-top: 64px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }.billing-boundary span { padding: 13px 22px; border: 1px solid var(--ink); }.billing-boundary span + span { border-left: 0; }
.plan-section { padding-top: 60px; }
.cycle-switch { width: max-content; margin: 0 auto 50px; padding: 5px; display: flex; border: 1px solid var(--ink); }
.cycle-button { min-height: 44px; padding: 0 20px; border: 0; background: transparent; cursor: pointer; }.cycle-button.is-active { background: var(--ink); color: var(--paper); }.cycle-button span { margin-left: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.billing-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1080px; margin: 0 auto; }
.billing-plans-3col { grid-template-columns: repeat(3, 1fr); max-width: 1360px; }
.plan-card-enterprise { border-color: var(--ink); background: var(--soft); }
.plan-card { min-height: 660px; padding: clamp(28px, 3.5vw, 48px); border: 1px solid var(--ink); display: flex; flex-direction: column; }
.plan-card-dark { background: var(--ink); color: var(--paper); }
.plan-top { min-height: 135px; }.plan-top > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; }.plan-name { font-family: var(--serif); font-size: 42px; }.plan-badge { padding: 7px 10px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }.plan-top p { max-width: 380px; color: var(--muted); }.plan-card-dark .plan-top p { color: #bdbdb8; }
.plan-price { min-height: 130px; display: flex; align-items: baseline; gap: 16px; }.plan-price strong { font-size: clamp(54px, 6vw, 78px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.plan-price span { color: var(--muted); font-size: 12px; }.plan-card-dark .plan-price span { color: #bdbdb8; }
.plan-list { list-style: none; margin: 38px 0 0; padding: 30px 0 0; border-top: 1px solid var(--line); }.plan-card-dark .plan-list { border-color: #555; }.plan-list li { position: relative; padding: 8px 0 8px 28px; }.plan-list li::before { content: '✓'; position: absolute; left: 0; }
.pricing-footnote { max-width: 850px; margin: 30px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.htmx-added { opacity: 0; transform: translateY(10px); }.plan-card { transition: opacity .3s ease, transform .3s ease; }
.checkout-panel { max-width: 1080px; margin: 28px auto 0; padding: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid var(--ink); background: var(--soft); }.checkout-panel h2 { font-size: clamp(38px, 4vw, 58px); }.checkout-panel > div > p:last-child { color: var(--muted); }.checkout-panel-dark { color: var(--paper); background: var(--ink); }.checkout-panel-dark > div > p:last-child { color: #bdbdb8; }
.checkout-form { display: grid; gap: 18px; }.checkout-form label { display: grid; gap: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.checkout-form input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid currentColor; border-radius: 0; background: transparent; color: inherit; }.checkout-panel-dark input::placeholder { color: #aaa; }.checkout-form button:disabled { cursor: not-allowed; opacity: .65; transform: none; }
.comparison-section { padding-block: 140px; }
.table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 680px; }.comparison-table th, .comparison-table td { padding: 22px 20px; border-bottom: 1px solid var(--line); text-align: left; }.comparison-table thead th { border-bottom-color: var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }.comparison-table th:first-child { width: 56%; }.comparison-table tbody th { font-weight: 500; }.comparison-table td { color: var(--muted); }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-section .split-heading { display: block; margin: 0; }.faq-section .split-heading h2 { margin-bottom: 30px; }.faq-list { border-top: 1px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; cursor: pointer; padding: 27px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 19px; font-weight: 500; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-family: var(--serif); font-size: 27px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: -8px 0 28px; color: var(--muted); }
.billing-cta { padding: 130px 0; text-align: center; color: var(--paper); background: var(--ink); }.billing-cta h2 { max-width: 900px; margin: 0 auto; font-size: clamp(50px, 6vw, 88px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.billing-cta .button { margin-top: 48px; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .desktop-nav { gap: 20px; }.nav-wrap { grid-template-columns: 1fr auto auto; gap: 24px; }
  .hero { grid-template-columns: 1fr; }.hero-copy { max-width: 850px; }.hero-copy h1 { font-size: clamp(70px, 10vw, 108px); }.report-stage { width: min(800px, 100%); margin-inline: auto; }
  .split-heading { grid-template-columns: .45fr 1fr; }.split-heading > p:last-child { grid-column: 2; }
  .proposal-grid { gap: 60px; }.proposal-pages { min-height: 560px; }.proposal-cover { height: 520px; padding: 30px; }.proposal-inside { height: 480px; padding: 30px 24px; }
  .faq-section { gap: 60px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { position: static; }.nav-wrap { height: 74px; grid-template-columns: 1fr auto; }.desktop-nav, .desktop-actions { display: none; }.mobile-menu { display: block; }
  .hero { min-height: auto; padding-block: 72px 80px; gap: 70px; }.hero-copy h1 { font-size: clamp(54px, 16vw, 84px); }.hero-intro { margin-top: 30px; }
  .report-stage { min-height: 470px; justify-content: flex-start; }.report-main { width: 88%; min-height: 480px; padding: 20px; }.report-side { width: 34%; height: 390px; top: 40px; padding: 14px; }.paper-grid section { min-height: 120px; padding-block: 13px; }.paper-label { font-size: 17px; }.chart-row { gap: 7px; }.donut { width: 58px; height: 58px; }.goal-line { grid-template-columns: 1.3fr .8fr 24px; }.report-side .paper-label { font-size: 14px; }
  .positioning { padding-top: 68px; }.positioning-inner { grid-template-columns: 1fr; }.positioning-inner svg { width: 44px; }.positioning-inner p { font-size: clamp(38px, 11vw, 64px); }.boundary-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section { padding-block: 95px; }.split-heading { display: block; margin-bottom: 55px; }.split-heading h2 { margin-bottom: 26px; }.split-heading > p:last-child { max-width: 600px; }
  .feature-index article { grid-template-columns: 50px 1fr 24px; gap: 10px; padding-inline: 0; }.feature-index article div { display: block; }.feature-index article p { margin-top: 8px; }.feature-index article:hover { padding-inline: 10px; }
  .proposal-grid { grid-template-columns: 1fr; }.proposal-pages { min-height: 560px; }.proposal-cover { width: 68%; }.proposal-inside { width: 50%; }
  .workflow-grid { grid-template-columns: 1fr; }.workflow-grid article { min-height: auto; }.workflow-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .pricing-preview-inner { grid-template-columns: 1fr; gap: 60px; }.price-summary > div { grid-template-columns: 70px 150px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.legal-row { flex-direction: column; }
  .tour-steps { grid-template-columns: 1fr; }.tour-steps article + article { padding-left: 0; border-left: 0; }.tour-steps article { padding-bottom: 24px; border-bottom: 1px solid var(--line); }.modal-boundary { flex-direction: column; }
  .billing-hero { padding-top: 90px; }.billing-boundary { flex-wrap: wrap; }.billing-boundary span + span { border-left: 1px solid var(--ink); }.billing-boundary span { margin: -1px 0 0 -1px; }
  .billing-plans { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1080px; margin: 0 auto; }
  .billing-plans-3col { grid-template-columns:  1fr; max-width: 1360px; }
  .plan-card { min-height: auto; }.checkout-panel { grid-template-columns: 1fr; gap: 35px; }
  .faq-section { grid-template-columns: 1fr; }.faq-section .split-heading { margin-bottom: 40px; }
}

@media (max-width: 520px) {
  .button { width: 100%; }.hero-actions { display: grid; }.hero-copy h1 { font-size: clamp(49px, 15vw, 72px); }
  .report-stage { min-height: 400px; overflow: hidden; }.report-main { width: 100%; transform: none; min-height: 410px; }.report-side { display: none; }.paper-grid section { min-height: 108px; }.paper-kicker { margin-bottom: 9px; }.chart-row .donut { width: 45px; height: 45px; }
  .feature-index article { grid-template-columns: 42px 1fr; }.feature-index article > b { display: none; }.feature-index article > span { font-size: 26px; }.feature-index h3 { font-size: 21px; }
  .proposal-pages { min-height: 460px; }.proposal-cover { width: 78%; height: 430px; padding: 24px; }.proposal-cover h3 { font-size: 34px; }.proposal-inside { width: 54%; height: 390px; padding: 18px 15px; }.proposal-inside > span { font-size: 13px; }
  .price-summary > div { grid-template-columns: 1fr 1fr; }.price-summary > div p { grid-column: 1 / -1; }.closing-cta { padding-block: 100px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }.footer-brand { grid-column: auto; }
  .modal-backdrop { padding: 10px; }.tour-modal { max-height: calc(100vh - 20px); padding: 55px 24px 28px; }
  .cycle-switch { width: 100%; }.cycle-button { flex: 1; padding-inline: 8px; }.cycle-button span { display: block; margin: 0; }
  .plan-card { padding: 32px 24px; }.checkout-panel { padding: 30px 22px; }.billing-hero h1 { font-size: clamp(50px, 16vw, 76px); }.billing-boundary { display: grid; }.billing-boundary span + span { border-top: 0; }.faq-list summary { font-size: 17px; }
}

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

.hidden {
  display: none !important;
}

.beta {
  color: #0075de;
}

.container-middle {
  max-width: 1200px;
  margin: 0 auto;
}
