:root {
  --ink: #1f2947;
  --ink-soft: #536078;
  --navy: #243a70;
  --blue: #5f87d9;
  --cream: #fbf2e7;
  --paper: #fffaf4;
  --peach: #f8c0a0;
  --coral: #f26b4f;
  --orange: #ff8a2a;
  --yellow: #f9d169;
  --line: rgba(31, 41, 71, .13);
  --shadow: 0 24px 70px rgba(62, 46, 40, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 10; background-image: radial-gradient(circle at 14% 18%, rgba(242, 107, 79, .34) 0 1px, transparent 1.5px), radial-gradient(circle at 72% 31%, rgba(36, 58, 112, .25) 0 1px, transparent 1.5px), radial-gradient(circle at 43% 78%, rgba(242, 107, 79, .25) 0 1px, transparent 1.5px); background-size: 87px 91px, 119px 127px, 73px 101px; mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.page-shell { overflow: hidden; }
.site-header, main > section, .site-footer { max-width: 1240px; margin-inline: auto; }
.site-header { min-height: 88px; padding: 20px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand img { border-radius: 12px; box-shadow: 0 5px 15px rgba(202, 99, 42, .22); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 20px; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.language-picker { height: 42px; display: inline-flex; align-items: center; gap: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: rgba(255, 250, 244, .45); }
.language-picker select { appearance: none; border: 0; padding-right: 13px; color: inherit; background: transparent; font-size: 13px; font-weight: 600; outline: 0; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 7px) 52%, calc(100% - 3px) 52%; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; }
.language-globe { font-size: 18px; line-height: 1; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 9px 20px rgba(31, 41, 71, .16); }
.button-primary { background: var(--coral); color: white; box-shadow: 0 12px 24px rgba(242, 107, 79, .25); }
.button-primary:hover { box-shadow: 0 15px 28px rgba(242, 107, 79, .35); }
.button-light { background: #fff7e6; color: var(--ink); box-shadow: 0 12px 24px rgba(0, 0, 0, .11); }
.button-arrow { font-size: 18px; line-height: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 16px; height: 1.5px; margin: 4px auto; background: var(--ink); }
.mobile-menu { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.hero { min-height: 660px; padding: 58px 34px 96px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 30px; align-items: center; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(242, 107, 79, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 710px; margin-bottom: 26px; font-size: clamp(54px, 6vw, 86px); font-weight: 700; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-description { max-width: 480px; margin-bottom: 30px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link span:last-child { color: var(--coral); font-size: 19px; transition: transform .2s ease; }
.text-link:hover span:last-child { transform: translateY(3px); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 52px; color: var(--ink-soft); font-size: 12px; }
.hero-proof p { margin: 0; line-height: 1.45; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack span { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -7px; border: 2px solid var(--cream); border-radius: 50%; color: white; background: var(--navy); font-size: 11px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--coral); }
.avatar-stack span:last-child { background: var(--yellow); color: var(--ink); }
.hero-art-wrap { position: relative; min-height: 550px; }
.hero-art-shadow { position: absolute; right: 4%; bottom: 7%; width: 84%; height: 70%; border-radius: 50%; background: rgba(220, 135, 102, .24); filter: blur(30px); transform: rotate(-7deg); }
.hero-art { position: absolute; inset: 0 0 5% 8%; overflow: hidden; border-radius: 48% 35% 45% 38% / 35% 40% 37% 45%; box-shadow: var(--shadow); transform: rotate(3deg); background: var(--peach); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 18px 13px 13px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 15px; background: rgba(255, 250, 244, .9); box-shadow: 0 13px 30px rgba(59, 46, 41, .15); backdrop-filter: blur(10px); font-size: 12px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { color: var(--ink); font-size: 12px; }
.floating-note small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; }
.floating-note-top { top: 9%; right: -2%; }
.floating-note-bottom { bottom: 5%; left: 2%; }
.note-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: white; background: var(--navy); font-size: 10px; font-weight: 700; }
.note-icon-coral { background: var(--coral); font-size: 20px; }

.word-stream { max-width: none; overflow: hidden; border-block: 1px solid rgba(255, 255, 255, .35); background: var(--navy); color: #fff9ed; }
.word-stream-track { display: flex; align-items: center; justify-content: space-around; gap: 32px; min-width: max-content; padding: 16px 30px; font-family: var(--serif); font-size: 16px; letter-spacing: .08em; }
.word-stream-track i { color: var(--yellow); font-family: var(--sans); font-style: normal; font-size: 14px; }
.content-section { padding: 132px 34px; }
.section-intro { max-width: 650px; }
.narrow-intro { margin-inline: auto; text-align: center; }
.section-intro h2, .section-heading-row h2, .download-card h2, .statement-content h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 68px); }
.section-intro > p:last-child { max-width: 520px; margin-inline: auto; color: var(--ink-soft); font-size: 16px; }
.timeline-visual { position: relative; max-width: 1030px; margin: 54px auto 45px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #b5d9f4; }
.timeline-visual img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.timeline-caption { position: absolute; right: 25px; bottom: 22px; display: flex; gap: 12px; align-items: center; padding: 9px 14px; border-radius: 999px; background: rgba(255, 250, 244, .89); color: var(--ink-soft); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.timeline-caption b { color: var(--coral); font-size: 17px; }
.method-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1030px; margin: auto; border-top: 1px solid var(--line); }
.pillar { padding: 25px 32px 0 0; border-right: 1px solid var(--line); }
.pillar + .pillar { padding-left: 32px; }
.pillar:last-child { border-right: 0; }
.pillar-number, .feature-kicker { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.pillar h3 { margin: 22px 0 10px; font-size: 28px; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.features-section { padding-top: 55px; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 53px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-aside { max-width: 290px; margin: 0 3% 3px 0; color: var(--ink-soft); font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 365px; padding: 32px; border: 1px solid rgba(31, 41, 71, .08); border-radius: var(--radius-md); position: relative; overflow: hidden; }
.feature-card h3 { max-width: 420px; margin: 28px 0 13px; font-size: 34px; }
.feature-card p { max-width: 370px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.feature-card-large { grid-column: span 2; min-height: 370px; }
.feature-path { background: #f9d9bd; }
.feature-path::before { content: ""; position: absolute; right: -50px; bottom: -100px; width: 55%; height: 200px; border-radius: 50%; background: rgba(242, 107, 79, .19); transform: rotate(-12deg); }
.path-steps { position: absolute; right: 7%; bottom: 54px; display: flex; align-items: center; gap: 0; width: 48%; height: 55px; }
.path-steps::before { content: ""; position: absolute; top: 50%; left: 16px; right: 16px; height: 2px; background: rgba(31, 41, 71, .22); }
.path-steps span { position: relative; display: grid; place-items: center; width: 48px; height: 48px; margin-right: auto; border: 1px solid rgba(31, 41, 71, .2); border-radius: 50%; background: #f9d9bd; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.path-steps span:last-child { margin-right: 0; }
.path-steps .is-done { border-color: var(--coral); background: var(--coral); color: white; }
.path-steps .is-active { border: 5px solid #f9d9bd; outline: 2px solid var(--navy); background: var(--navy); color: white; }
.feature-practice { background: #cfe4f4; }
.feature-practice::after { content: ""; position: absolute; right: -30px; bottom: -45px; width: 205px; height: 135px; border: 2px solid rgba(36, 58, 112, .25); border-radius: 50%; transform: rotate(-18deg); }
.mini-quote { position: absolute; left: 32px; right: 32px; bottom: 31px; padding-top: 18px; border-top: 1px solid rgba(36, 58, 112, .18); color: var(--navy); font-family: var(--serif); font-size: 21px; }
.feature-review { display: grid; grid-template-columns: .9fr 1.1fr; padding: 0; background: #f8c5ac; }
.feature-review-image { overflow: hidden; min-height: 365px; }
.feature-review-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-review .feature-card-copy { padding: 32px; }
.feature-library { background: #e7e2ef; }
.library-tabs { position: absolute; right: 32px; bottom: 32px; left: 32px; display: flex; gap: 8px; }
.library-tabs span { padding: 10px 13px; border: 1px solid rgba(31, 41, 71, .13); border-radius: 10px; color: var(--ink-soft); background: rgba(255, 250, 244, .5); font-size: 12px; }
.library-tabs .active { border-color: var(--navy); color: white; background: var(--navy); }

.statement-section { max-width: none; min-height: 620px; padding: 120px 34px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy); color: white; }
.statement-content { position: relative; z-index: 1; max-width: 750px; text-align: center; }
.eyebrow-light { color: var(--yellow); justify-content: center; }
.statement-content h2 { color: white; margin-bottom: 24px; }
.statement-content h2 em { color: var(--yellow); }
.statement-content > p:not(.eyebrow) { max-width: 510px; margin: 0 auto 32px; color: rgba(255,255,255,.72); font-size: 16px; }
.statement-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; }
.orbit-one { width: 760px; height: 760px; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit-two { width: 470px; height: 470px; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(24deg); }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 8px rgba(242, 107, 79, .16); }
.orbit-one::before { top: 18%; left: 8%; }
.orbit-two::before { right: 10%; bottom: 19%; background: var(--yellow); box-shadow: 0 0 0 8px rgba(249, 209, 105, .14); }
.statement-badge { position: absolute; right: 12%; bottom: 15%; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--yellow); transform: rotate(9deg); text-align: center; }
.statement-badge strong { font-family: var(--serif); font-size: 31px; line-height: .75; }
.statement-badge span { color: rgba(255,255,255,.8); font-size: 9px; line-height: 1.1; text-transform: uppercase; letter-spacing: .1em; }
.center-intro { margin-bottom: 59px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1030px; margin: auto; gap: 15px; }
.step-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 250, 244, .45); }
.step-card-highlight { border-color: transparent; background: var(--coral); color: white; transform: translateY(-15px); box-shadow: 0 18px 40px rgba(242, 107, 79, .22); }
.step-index { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: rgba(31, 41, 71, .08); color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.step-card-highlight .step-index { background: rgba(255,255,255,.22); color: white; }
.step-icon { margin: 36px 0 18px; color: var(--coral); font-size: 31px; line-height: 1; }
.step-card-highlight .step-icon { color: var(--yellow); }
.step-card h3 { margin: 0 0 11px; font-size: 27px; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.step-card-highlight p { color: rgba(255,255,255,.8); }

.download-section { padding-top: 35px; }
.download-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: var(--radius-lg); background: #f7c890; box-shadow: var(--shadow); }
.download-copy { padding: 65px; }
.download-copy h2 { margin-bottom: 20px; }
.download-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 29px; color: rgba(31, 41, 71, .72); font-size: 15px; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { display: inline-flex; align-items: center; gap: 10px; min-width: 145px; padding: 10px 13px; border: 1px solid rgba(31, 41, 71, .2); border-radius: 12px; background: rgba(255, 250, 244, .55); transition: transform .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-2px); background: #fffaf4; }
.store-button small, .store-button strong { display: block; line-height: 1.2; }
.store-button small { color: var(--ink-soft); font-size: 9px; }
.store-button strong { font-size: 13px; }
.store-symbol { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: white; background: var(--ink); font-size: 12px; }
.store-symbol-play { background: var(--coral); font-size: 10px; }
.download-art { position: relative; min-height: 430px; overflow: hidden; }
.download-art img { width: 100%; height: 100%; object-fit: cover; }
.download-stamp { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 78px; height: 78px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: 15px; font-weight: 700; line-height: .9; text-align: center; transform: rotate(13deg); }
.download-stamp span { font-size: 9px; font-weight: 500; }
.faq-section { padding-top: 78px; padding-bottom: 136px; }
.faq-heading { align-items: center; margin-bottom: 40px; }
.faq-list { max-width: 740px; margin-left: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 22px 2px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 22px; letter-spacing: -.04em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-family: var(--sans); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 640px; padding: 0 38px 23px 2px; margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }

.site-footer { padding: 45px 34px 28px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 30px; padding-bottom: 50px; }
.footer-top .brand img { border-radius: 11px; }
.footer-top p { max-width: 255px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.footer-links { display: flex; justify-content: end; gap: 20px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); color: #8a8f9e; font-size: 11px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; max-width: 320px; padding: 13px 17px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(31,41,71,.23); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Legal pages */
.legal-main { max-width: 900px; padding: 90px 34px 130px; margin: auto; }
.legal-header { max-width: 730px; margin-bottom: 60px; }
.legal-header h1 { margin-bottom: 20px; font-size: clamp(48px, 6vw, 78px); }
.legal-header p { max-width: 650px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; }
.legal-document { padding: 45px 54px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 250, 244, .62); }
.legal-document h2 { margin: 29px 0 10px; font-size: 28px; }
.legal-document h2:first-child { margin-top: 0; }
.legal-document p, .legal-document li { color: var(--ink-soft); font-size: 14px; }
.legal-document ul { padding-left: 21px; }
.legal-document li + li { margin-top: 7px; }
.legal-document a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 14px 16px; border-left: 3px solid var(--coral); background: rgba(242,107,79,.08); color: var(--ink-soft); font-size: 13px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 42px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.legal-back:hover { color: var(--coral); }

@media (max-width: 930px) {
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-copy { max-width: 700px; margin: auto; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-art-wrap { width: min(700px, 100%); min-height: 490px; margin: auto; }
  .feature-card h3 { font-size: 30px; }
  .statement-badge { right: 5%; bottom: 11%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top p { grid-row: 2; }
  .footer-links { grid-column: 2; }
}
@media (max-width: 680px) {
  .site-header { min-height: 76px; padding: 15px 19px; }
  .brand { font-size: 18px; }
  .brand img { width: 36px; height: 36px; }
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: grid; gap: 2px; padding: 10px 19px 22px; background: var(--cream); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; font-weight: 600; }
  .language-picker { height: 38px; }
  .hero { min-height: auto; padding: 55px 19px 74px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-description { font-size: 16px; }
  .hero-proof { margin-top: 40px; }
  .hero-art-wrap { min-height: 340px; }
  .hero-art { inset: 0 2% 3% 4%; border-radius: 38% 28% 35% 30% / 28% 32% 28% 34%; }
  .floating-note { padding: 9px; gap: 7px; }
  .floating-note-top { top: 5%; right: -2%; }
  .floating-note-bottom { bottom: 0; left: 0; }
  .note-icon { width: 28px; height: 28px; font-size: 9px; }
  .floating-note small { font-size: 9px; }
  .word-stream-track { justify-content: flex-start; gap: 24px; padding: 14px 19px; font-size: 12px; animation: ticker 25s linear infinite; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-35%); } }
  .content-section { padding: 86px 19px; }
  .section-intro h2, .section-heading-row h2, .download-card h2, .statement-content h2 { font-size: clamp(42px, 12vw, 58px); }
  .timeline-visual { margin-top: 38px; border-radius: 20px; }
  .timeline-visual img { aspect-ratio: 1.15; object-position: 47% center; }
  .timeline-caption { right: 12px; bottom: 12px; font-size: 9px; }
  .method-pillars { grid-template-columns: 1fr; }
  .pillar, .pillar + .pillar { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillar:last-child { border-bottom: 0; }
  .pillar h3 { margin-top: 12px; font-size: 25px; }
  .features-section { padding-top: 25px; }
  .section-heading-row { display: block; margin-bottom: 36px; }
  .section-heading-aside { margin: 24px 0 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-large { grid-column: auto; min-height: 330px; padding: 25px; }
  .feature-card h3 { margin-top: 21px; font-size: 30px; }
  .path-steps { right: 8%; bottom: 36px; left: 8%; width: auto; }
  .feature-review { display: block; padding: 0; }
  .feature-review-image { min-height: 230px; }
  .feature-review .feature-card-copy { padding: 25px; }
  .library-tabs { right: 25px; bottom: 25px; left: 25px; }
  .statement-section { min-height: 570px; padding: 90px 24px; }
  .statement-badge { right: 9%; bottom: 7%; width: 75px; height: 75px; }
  .orbit-one { width: 620px; height: 620px; }
  .orbit-two { width: 360px; height: 360px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .step-icon { margin: 25px 0 14px; }
  .step-card-highlight { transform: none; }
  .download-card { grid-template-columns: 1fr; }
  .download-copy { padding: 38px 25px; }
  .download-art { min-height: 280px; }
  .faq-section { padding-top: 47px; padding-bottom: 92px; }
  .faq-heading { display: block; }
  .faq-list summary { font-size: 19px; }
  .site-footer { padding: 35px 19px 24px; }
  .footer-top { display: block; padding-bottom: 32px; }
  .footer-top p { margin: 22px 0; }
  .footer-links { justify-content: start; flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 8px; }
  .legal-main { padding: 60px 19px 90px; }
  .legal-header { margin-bottom: 35px; }
  .legal-document { padding: 28px 22px; }
  .legal-document h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
