:root {
  --ink: #142033;
  --ink-soft: #52647a;
  --sky: #28a9ee;
  --sky-deep: #0786cc;
  --cloud: #dff4ff;
  --cloud-light: #f3fbff;
  --stone: #f2ede4;
  --paper: #fffefd;
  --line: #cfdae2;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Century Gothic", Futura, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cloud-light); font-family: var(--body); font-size: 16px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(40, 169, 238, .45); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.btn { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; border-color: var(--sky-deep); background: var(--sky-deep); box-shadow: 0 4px 0 #075985; }
.btn-primary:hover { background: var(--sky); }
.btn-outline { color: var(--ink); border-color: #b8c7d1; background: rgba(255,255,255,.72); }
.btn-outline:hover { color: var(--sky-deep); border-color: var(--sky); }
.btn-light { color: var(--ink); border-color: white; background: white; }
.btn-light:hover { color: var(--sky-deep); }
.btn-small { min-height: 36px; padding-inline: 14px; border-radius: 9px; font-size: 12px; }
.btn-large { min-height: 54px; padding-inline: 26px; border-radius: 16px; font-size: 15px; }
.btn:disabled { opacity: .64; cursor: not-allowed; transform: none; box-shadow: none; }
.badge { width: fit-content; padding: 6px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #b5def4; border-radius: 999px; color: #075985; background: #effaff; font-family: var(--mono); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.card { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); }
.p-6 { padding: 24px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #075985; background: var(--cloud); font-family: var(--mono); font-size: 9px; font-weight: 850; }
.separator { height: 1px; margin-block: 32px; background: rgba(255,255,255,.15); }

.site-header { position: sticky; top: 0; z-index: 50; height: 72px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(207, 218, 226, .86); background: rgba(255, 254, 253, .86); backdrop-filter: blur(18px); }
.site-brand { display: flex; align-items: center; gap: 10px; width: fit-content; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.site-brand img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 3px 12px rgba(7, 134, 204, .18); }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; }
.site-header nav a { text-decoration: none; transition: color .18s ease; }
.site-header nav a:hover { color: var(--sky-deep); }
.site-header > :last-child { justify-self: end; }

.hero { min-height: 720px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 46px; align-items: center; padding-block: 64px 76px; }
.hero-copy { position: relative; z-index: 2; animation: reveal-up .7s cubic-bezier(.2,.7,.2,1) both; }
.hero-badge { gap: 7px; margin-bottom: 22px; }
.hero h1 { max-width: 610px; margin: 0; font-family: var(--display); font-size: clamp(64px, 6vw, 94px); font-weight: 500; line-height: .88; letter-spacing: -.062em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { position: relative; width: fit-content; color: var(--sky-deep); font-weight: 500; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -12px; right: -18px; bottom: 5px; height: .27em; border-radius: 48% 52% 43% 57%; background: #bfeaff; transform: rotate(-1.5deg); }
.hero-copy > p { max-width: 590px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; color: var(--ink-soft); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.proof-row span { padding: 0 17px; border-right: 1px solid var(--line); }
.proof-row span:first-child { padding-left: 0; }
.proof-row span:last-child { border-right: 0; }
.proof-row b { color: var(--ink); font-size: 15px; }

.hero-product { position: relative; min-width: 0; padding: 30px 0 30px 30px; }
.giant-h { position: absolute; top: -84px; right: -34px; color: rgba(40, 169, 238, .075); font-family: var(--display); font-size: 560px; line-height: 1; pointer-events: none; }
.paper-stack { position: relative; z-index: 2; min-height: 490px; display: flex; align-items: center; perspective: 1400px; animation: product-in .85s .12s cubic-bezier(.2,.75,.15,1) both; }
.paper-back { position: absolute; inset: 44px -8px 28px 26px; border: 1px solid #ded5c8; border-radius: 26px; background: var(--stone); box-shadow: 0 22px 50px rgba(20, 32, 51, .08); }
.paper-back-one { transform: rotate(2.2deg) translate(18px, 8px); }
.paper-back-two { transform: rotate(-1.1deg) translate(-4px, 12px); background: #fffaf2; }
.extension-window { position: relative; width: 100%; overflow: hidden; border: 1px solid #cbd7e0; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 80px rgba(26, 69, 96, .2); transform: rotate(.5deg); transition: transform .3s ease, box-shadow .3s ease; }
.paper-stack:hover .extension-window { transform: rotate(0) translateY(-5px); box-shadow: 0 38px 90px rgba(26, 69, 96, .24); }
.extension-topbar { height: 68px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: #fff; background: var(--ink); }
.extension-topbar img { width: 34px; height: 34px; border-radius: 9px; }
.extension-topbar > div { display: flex; flex-direction: column; }
.extension-topbar strong { font-size: 13px; }
.extension-topbar small { color: #aebbd0; font-family: var(--mono); font-size: 9px; }
.demo-master, .demo-row-toggle { position: relative; margin-left: auto; border: 0; border-radius: 30px; background: #657183; cursor: pointer; transition: background .18s ease; }
.demo-master { width: 42px; height: 23px; }
.demo-master span, .demo-row-toggle span { position: absolute; top: 3px; left: 3px; border-radius: 50%; background: white; transition: transform .18s ease; }
.demo-master span { width: 17px; height: 17px; }
.demo-master.is-on, .demo-row-toggle.is-on { background: var(--sky); }
.demo-master.is-on span { transform: translateX(19px); }
.extension-main { display: grid; grid-template-columns: 126px 1fr; min-height: 330px; }
.demo-profiles { padding: 20px 13px; border-right: 1px solid var(--line); background: #f8f5ef; }
.demo-label { display: block; color: #7b8798; font-family: var(--mono); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.demo-profiles button { width: 100%; min-height: 36px; margin-top: 7px; padding: 0 9px; border: 0; border-radius: 9px; color: #66748a; background: transparent; text-align: left; font-size: 10px; font-weight: 700; cursor: pointer; }
.demo-profiles button.active { color: var(--sky-deep); background: #d8f1ff; }
.demo-profiles .new-profile { display: flex; align-items: center; gap: 3px; margin-top: 20px; border-top: 1px solid var(--line); border-radius: 0; color: #64748b; }
.demo-rules { min-width: 0; padding: 20px; background-image: radial-gradient(#d8e6ee 1px, transparent 1px); background-size: 18px 18px; }
.demo-rules-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-rules-head strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 20px; }
.demo-rules-head > button { height: 30px; padding: 0 9px; display: flex; align-items: center; gap: 3px; border: 1px solid #b6dff4; border-radius: 9px; color: var(--sky-deep); background: #f4fbff; font-size: 9px; font-weight: 700; }
.demo-columns, .demo-row { display: grid; grid-template-columns: 1fr 1.1fr 32px; gap: 8px; }
.demo-columns { margin-top: 24px; padding: 0 9px; color: #8794a5; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.demo-row { margin-top: 8px; padding: 10px; align-items: center; border: 1px solid #d9e1e6; border-radius: 12px; background: rgba(255,255,255,.9); }
.demo-row code { min-width: 0; overflow: hidden; color: #26364c; font-family: var(--mono); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.demo-row-toggle { width: 28px; height: 16px; }
.demo-row-toggle span { width: 10px; height: 10px; }
.demo-row-toggle.is-on span { transform: translateX(12px); }
.demo-saved { display: flex; align-items: center; gap: 6px; margin-top: 25px; color: #738198; font-family: var(--mono); font-size: 8px; }
.demo-saved span { width: 6px; height: 6px; border-radius: 50%; background: #55ad76; }

.trust-ribbon { min-height: 58px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #4e6074; border-block: 1px solid #ccdde7; background: rgba(223,244,255,.72); font-family: var(--mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.trust-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--sky); }

.features { padding-block: 110px; }
.section-kicker { color: var(--sky-deep); font-family: var(--mono); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.features-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-top: 18px; }
.features h2, .privacy-statement h2, .workflows h2, .faq-heading h2, .final-cta h2, .privacy-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.features h2 em, .privacy-statement h2 em, .workflows h2 em, .faq-heading h2 em, .final-cta h2 em, .privacy-hero h1 em { color: var(--sky-deep); font-weight: 500; }
.features-intro > p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.benefit-ledger { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.benefit-ledger article { position: relative; min-height: 320px; padding: 26px 28px 30px; border-right: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.benefit-ledger article:last-child { border-right: 0; }
.benefit-ledger article:hover { z-index: 2; background: var(--paper); transform: translateY(-6px); }
.benefit-number { color: var(--sky-deep); font-family: var(--display); font-size: 24px; font-style: italic; }
.benefit-icon { width: 42px; height: 42px; margin-top: 52px; display: grid; place-items: center; border: 1px solid #b5def4; border-radius: 12px; color: var(--sky-deep); background: var(--cloud); }
.benefit-icon { font-family: var(--mono); font-size: 15px; font-weight: 850; }
.benefit-ledger h3 { margin: 20px 0 0; font-family: var(--display); font-size: 23px; }
.benefit-ledger p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.privacy-section { overflow: hidden; padding-block: 110px; background: var(--ink); }
.privacy-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.privacy-statement h2 { max-width: 670px; margin-top: 18px; color: white; }
.privacy-statement p { max-width: 620px; margin: 28px 0 28px; color: #aebbd0; font-size: 16px; line-height: 1.8; }
.privacy-statement .btn { color: var(--ink); }
.privacy-proof { position: relative; display: grid; gap: 12px; }
.privacy-proof::before { content: ""; position: absolute; inset: -80px -120px; border-radius: 50%; background: radial-gradient(circle, rgba(40,169,238,.19), transparent 64%); }
.privacy-proof > div { position: relative; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(148, 196, 224, .2); border-radius: 16px; background: rgba(255,255,255,.05); }
.privacy-proof .proof-icon { width: 28px; flex: 0 0 auto; color: #7dd3fc; font-family: var(--mono); font-size: 17px; font-weight: 800; text-align: center; }
.privacy-proof span { display: flex; flex-direction: column; }
.privacy-proof b { color: white; font-size: 13px; }
.privacy-proof small { margin-top: 3px; color: #9eacc0; line-height: 1.5; }

.workflows { padding-block: 110px; }
.workflows-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-top: 18px; }
.workflows-heading p { margin: 0; color: var(--ink-soft); line-height: 1.7; }
.workflow-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.workflow-card { box-shadow: 0 12px 40px rgba(39, 88, 118, .08); transition: transform .2s ease, box-shadow .2s ease; }
.workflow-card:hover { transform: translateY(-5px) rotate(-.25deg); box-shadow: 0 18px 48px rgba(39, 88, 118, .14); }
.workflow-card-1, .workflow-card-4 { grid-column: span 7; }
.workflow-card-2, .workflow-card-3 { grid-column: span 5; }
.workflow-card-3 { transform: translateY(-12px); }
.workflow-card [class*="p-6"] { min-height: 210px; display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 10px 13px; }
.workflow-card [class*="p-6"] > span { align-self: center; color: var(--sky-deep); font-family: var(--mono); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.workflow-card blockquote { grid-column: 1 / -1; margin: 22px 0 0; font-family: var(--display); font-size: 24px; line-height: 1.35; }

.faq-section { padding-block: 110px; display: grid; grid-template-columns: .75fr 1fr; gap: 110px; }
.faq-heading p { max-width: 410px; margin: 24px 0 0; color: var(--ink-soft); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 66px; padding: 18px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 20px; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sky-deep); font-family: var(--body); font-size: 20px; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 22px 2px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; animation: reveal-up .18s ease-out; }

.final-cta { position: relative; min-height: 520px; margin-bottom: 110px; display: grid; place-items: center; }
.cta-paper { position: absolute; inset: 24px 32px; border: 1px solid #d6cfc2; border-radius: 36px; background: var(--stone); }
.cta-paper-one { transform: rotate(1.6deg) translate(12px, 6px); }
.cta-paper-two { transform: rotate(-1deg) translate(-9px, 8px); background: #fff9ef; }
.final-cta-content { position: relative; width: 100%; padding: 70px 30px; display: flex; flex-direction: column; align-items: center; border: 1px solid #b9dff2; border-radius: 34px; background: var(--cloud); text-align: center; box-shadow: 0 28px 70px rgba(37, 109, 150, .16); }
.final-cta-content > span { color: var(--sky-deep); font-family: var(--mono); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.final-cta h2 { margin-top: 18px; }
.final-cta p { max-width: 590px; margin: 24px 0 28px; color: var(--ink-soft); line-height: 1.7; }

.site-footer { padding: 64px max(20px, calc((100vw - 1180px) / 2)) 26px; color: #d9e3ef; background: #0e192a; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 48px; }
.footer-brand { display: flex; gap: 13px; align-items: flex-start; }
.footer-brand img { width: 40px; height: 40px; border-radius: 10px; }
.footer-brand strong { color: white; }
.footer-brand p { max-width: 320px; margin: 7px 0 0; color: #94a3b8; font-size: 12px; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div > span { margin-bottom: 5px; color: #7dd3fc; font-family: var(--mono); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a, .footer-grid > div > p { width: fit-content; margin: 0; color: #aab8ca; font-size: 12px; line-height: 1.6; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; color: #718096; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }

.privacy-page { min-height: 100vh; padding-bottom: 110px; background: var(--paper); }
.privacy-hero { padding-block: 72px 58px; border-bottom: 1px solid var(--line); }
.back-link { display: flex; align-items: center; gap: 6px; width: fit-content; margin-bottom: 38px; color: var(--ink-soft); font-size: 12px; text-decoration: none; }
.back-link:hover { color: var(--sky-deep); }
.privacy-hero h1 { margin-top: 22px; font-size: clamp(62px, 7vw, 100px); }
.privacy-hero > p { margin: 28px 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.policy-layout { display: grid; grid-template-columns: 290px 1fr; gap: 90px; align-items: start; padding-top: 70px; }
.policy-summary { position: sticky; top: 104px; padding: 25px; border: 1px solid #b9dff2; border-radius: 20px; background: var(--cloud); }
.policy-summary > strong { font-family: var(--display); font-size: 24px; }
.policy-summary > p { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.policy-summary ul { margin: 22px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.policy-summary li { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
.policy-summary li > span { width: 18px; color: var(--sky-deep); font-family: var(--mono); text-align: center; }
.policy-copy { max-width: 760px; }
.policy-copy > section { padding: 0 0 50px; display: grid; grid-template-columns: 52px 1fr; gap: 22px; }
.policy-number { padding-top: 5px; color: var(--sky-deep); font: italic 22px var(--display); }
.policy-copy h2 { margin: 0; font-family: var(--display); font-size: 35px; }
.policy-copy p { margin: 14px 0 0; color: #465970; line-height: 1.8; }
.policy-copy code { padding: 2px 5px; border-radius: 4px; color: #075985; background: #e6f7ff; font-family: var(--mono); font-size: .86em; }
.policy-note { margin-top: 18px; padding: 16px; display: flex; gap: 11px; border-left: 3px solid var(--sky); background: var(--cloud-light); color: #465970; font-size: 13px; line-height: 1.6; }
.policy-note .note-icon { flex: 0 0 auto; width: 18px; color: var(--sky-deep); font-family: var(--mono); font-weight: 800; }
.permission-list { margin-top: 20px; display: grid; gap: 10px; }
.permission-list > div { padding: 16px; display: flex; gap: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fbfdfe; }
.permission-list .permission-icon { flex: 0 0 auto; width: 18px; color: var(--sky-deep); font-family: var(--mono); font-weight: 850; text-align: center; }
.permission-list b { font-family: var(--mono); font-size: 12px; }
.permission-list p { margin-top: 5px; font-size: 13px; }

@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes product-in { from { opacity: 0; transform: translateY(24px) rotate(1deg); } to { opacity: 1; transform: none; } }
@keyframes accordion-down { from { height: 0; opacity: 0; } to { height: var(--radix-accordion-content-height); opacity: 1; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-copy { max-width: 760px; }
  .hero-product { padding-left: 0; }
  .giant-h { right: 0; }
  .features-intro, .workflows-heading, .privacy-inner, .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .benefit-ledger { grid-template-columns: repeat(2, 1fr); }
  .benefit-ledger article:nth-child(2) { border-right: 0; }
  .benefit-ledger article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .policy-summary { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 62px; padding-inline: 14px; }
  .site-brand span { font-size: 14px; }
  .site-header > :last-child { height: 36px; padding-inline: 12px; }
  .hero { min-height: auto; padding-block: 44px 54px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .proof-row { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .proof-row span { padding: 0; border: 0; }
  .hero-product { padding-top: 5px; }
  .paper-stack { min-height: 420px; }
  .extension-main { grid-template-columns: 74px 1fr; }
  .demo-profiles { padding-inline: 7px; }
  .demo-profiles button { padding-inline: 5px; font-size: 8px; }
  .demo-rules { padding: 13px 10px; }
  .demo-rules-head > button { width: 28px; overflow: hidden; padding: 0 7px; white-space: nowrap; }
  .demo-columns { grid-template-columns: 1fr 1fr 24px; }
  .demo-row { grid-template-columns: 1fr 1fr 26px; gap: 5px; padding: 8px 6px; }
  .demo-row code { font-size: 7px; }
  .trust-ribbon { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .features, .privacy-section, .workflows, .faq-section { padding-block: 76px; }
  .benefit-ledger { grid-template-columns: 1fr; }
  .benefit-ledger article { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-ledger article:last-child { border-bottom: 0; }
  .benefit-icon { margin-top: 30px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card-1, .workflow-card-2, .workflow-card-3, .workflow-card-4 { grid-column: auto; transform: none; }
  .workflow-card blockquote { font-size: 20px; }
  .faq-section { gap: 28px; }
  .final-cta { margin-bottom: 76px; }
  .final-cta-content { padding: 54px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .privacy-hero { padding-top: 52px; }
  .policy-layout { padding-top: 45px; }
  .policy-copy > section { grid-template-columns: 34px 1fr; gap: 10px; }
  .policy-copy h2 { font-size: 28px; }
  .policy-copy p { font-size: 14px; }
}

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