:root {
  --ink: #0a0a0a;
  --paper: #f4f1eb;
  --white: #ffffff;
  --red: #d41f26;
  --red-dark: #a60e14;
  --muted: #6d6b67;
  --line: #d9d4cb;
  --acid: #dff5be;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { text-wrap: balance; }
p, li, summary { text-wrap: pretty; }

.nav-shell { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1360px, calc(100% - 48px)); height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; font-size: 19px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--red); color: var(--white); font-size: 14px; letter-spacing: -.06em; transform: skew(-6deg); }
.brand-logo { display: block; width: 96px; height: 50px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: #ff6b70; }
.nav-shell > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 12px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--red); color: var(--white); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 12px 30px rgba(212,31,38,.2); }
.button-primary:hover { background: #ef2931; }
.button-dark { background: var(--ink); color: var(--white); }
.arrow-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.check-icon { width: 20px; height: 20px; flex: 0 0 auto; color: var(--red); }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; flex: 0 0 auto; color: var(--red); font-size: 16px; line-height: 1; }
.arrow { font-size: 21px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.instagram-link { gap: 9px; }
.instagram-icon { width: 21px; height: 21px; flex: 0 0 auto; }

.hero { position: relative; overflow: hidden; min-height: 860px; color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(212,31,38,.2), transparent 26%), linear-gradient(112deg, #090909 0%, #111 63%, #090909 100%); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero-grid { position: relative; z-index: 2; width: min(1360px, calc(100% - 48px)); min-height: 860px; margin: auto; padding-top: 160px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 48px; }
.eyebrow, .section-tag { margin: 0 0 24px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow:before, .section-tag:before { content: ""; display: inline-block; vertical-align: middle; width: 26px; height: 2px; margin-right: 12px; background: currentColor; }
.section-tag.light { color: #ff6268; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(52px, 5.6vw, 82px); line-height: .96; letter-spacing: -.06em; font-weight: 900; }
.hero h1 .hero-line { display: block; }
.hero h1 .hero-line-white { color: var(--white); }
.hero h1 .hero-line-red { color: var(--red); margin-top: .08em; }
.hero-text { max-width: 650px; margin: 30px 0 0; color: #c7c7c7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.proof-row { margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 680px; }
.proof-row div { display: flex; flex-direction: column; gap: 5px; }
.proof-row strong { font-size: 28px; letter-spacing: -.04em; }
.proof-row span { color: #999; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; height: 680px; display: grid; place-items: center; }
.motion-ring { position: absolute; border: 24px solid var(--red); border-radius: 50%; opacity: .86; }
.motion-ring-one { width: 600px; height: 600px; right: -150px; top: 44px; }
.motion-ring-two { width: 350px; height: 350px; left: -10px; bottom: -60px; border-width: 2px; opacity: .35; }
.visual-label { position: absolute; left: 24px; top: 120px; z-index: 4; background: var(--acid); color: #111; padding: 12px 18px; border-radius: 999px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; transform: rotate(-6deg); }
.phone { position: relative; z-index: 3; width: 310px; height: 625px; padding: 14px; border: 2px solid #444; border-radius: 44px; background: #050505; box-shadow: 0 40px 80px rgba(0,0,0,.7); transform: rotate(3deg); }
.phone:before { content: ""; position: absolute; inset: 7px; border-radius: 37px; border: 1px solid #333; pointer-events: none; }
.phone-top { position: relative; z-index: 2; height: 30px; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; }
.phone-top span { width: 74px; height: 18px; background: #000; border-radius: 0 0 14px 14px; margin-left: 88px; }
.phone-top i { width: 8px; height: 8px; background: #86df67; border-radius: 50%; }
.app-header { position: relative; z-index: 2; border-radius: 24px 24px 10px 10px; padding: 22px 18px; background: linear-gradient(145deg, #ef2d35, #9f0d12); }
.app-header small { display: block; margin-bottom: 22px; opacity: .8; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.app-header strong { display: block; font-size: 22px; letter-spacing: -.04em; }
.app-header p { margin: 8px 0 0; font-size: 11px; opacity: .78; }
.app-progress { height: 3px; background: #242424; margin: 18px 2px; }
.app-progress span { display: block; width: 38%; height: 100%; background: var(--red); }
.exercise-card { display: grid; grid-template-columns: 40px 1fr 26px; align-items: center; gap: 10px; margin: 10px 1px; padding: 10px; border: 1px solid #272727; border-radius: 14px; background: #111; }
.exercise-card.active { border-color: rgba(212,31,38,.8); background: #171111; }
.exercise-thumb { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #272727; color: #aaa; font-size: 10px; }
.exercise-card strong, .exercise-card span { display: block; }
.exercise-card strong { font-size: 11px; }
.exercise-card span { margin-top: 5px; color: #787878; font-size: 8px; }
.exercise-card b { font-size: 15px; color: #777; }
.app-footer { position: absolute; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-around; padding-top: 13px; border-top: 1px solid #272727; color: #777; font-size: 8px; }
.app-footer span:first-child { color: #ff4e55; }
.coach-card { position: absolute; z-index: 4; right: 0; bottom: 74px; display: flex; align-items: center; gap: 12px; width: 220px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(20,20,20,.88); backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #65dd72; box-shadow: 0 0 0 6px rgba(101,221,114,.12); }
.coach-card small, .coach-card strong { display: block; }
.coach-card small { color: #8f8f8f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.coach-card strong { margin-top: 5px; font-size: 13px; }

.section-pad { padding: 120px max(24px, calc((100vw - 1360px) / 2)); }
.statement { background: var(--paper); }
.statement h2 { max-width: 1100px; margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 62px 0 0 34%; }
.statement-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.directions { background: #e7e2d8; }
.directions-heading { display: grid; grid-template-columns: 1fr 1.35fr; column-gap: 70px; align-items: end; }
.directions-heading .section-tag { grid-column: 1 / -1; }
.directions-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.01; letter-spacing: -.06em; }
.directions-heading > p:last-child { margin: 0 0 6px; max-width: 540px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.direction-card { min-height: 560px; display: flex; flex-direction: column; padding: 42px; border-top: 5px solid var(--red); background: #111; color: #fff; }
.direction-card-dark, .direction-card-red { background: #111; }
.direction-card > span { display: flex; align-items: center; gap: 10px; min-height: 30px; color: #ff6a70; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.direction-card h3 { max-width: 520px; margin: 54px 0 0; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.02; letter-spacing: -.055em; }
.direction-card > p { max-width: 580px; margin: 26px 0 0; color: #999; font-size: 15px; line-height: 1.75; }
.direction-card ul { display: grid; gap: 15px; padding: 26px 0 0; margin: auto 0 0; border-top: 1px solid #363636; list-style: none; }
.direction-card li { display: flex; align-items: center; gap: 11px; color: #c2c2c2; font-size: 13px; }
.direction-card .check-icon { width: 18px; height: 18px; }
.beyond-mark { position: relative; display: inline-block; flex: 0 0 28px; width: 28px; height: 29px; color: #f6f0e7; transform: rotate(9deg); }
.beyond-mark i { position: absolute; display: block; border: 2px solid currentColor; background: #111; }
.glove-finger { left: 11px; top: 0; width: 7px; height: 16px; border-radius: 5px; }
.glove-palm { left: 7px; top: 11px; width: 16px; height: 13px; border-radius: 5px 5px 7px 7px; }
.glove-thumb { left: 2px; top: 13px; width: 9px; height: 7px; border-radius: 5px; transform: rotate(-28deg); }
.glove-cuff { left: 8px; top: 23px; width: 15px; height: 6px; border-color: var(--red) !important; border-radius: 2px; background: var(--red) !important; }
.directions-note { max-width: 870px; margin: 34px auto 0; color: #5f5c56; text-align: center; font-size: 16px; line-height: 1.7; }

.pillars { background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.section-heading h2, .experience h2, .app-copy h2, .pricing h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 4px; color: #969696; line-height: 1.7; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid #333; border-left: 1px solid #333; }
.pillar-card { min-height: 320px; padding: 30px; border-right: 1px solid #333; border-bottom: 1px solid #333; }
.pillar-card > span { display: inline-block; color: #777; font-size: 11px; margin-bottom: 72px; }
.pillar-card h3 { margin: 0; max-width: 220px; font-size: 22px; letter-spacing: -.035em; }
.pillar-card p { margin: 18px 0 0; color: #8f8f8f; font-size: 13px; line-height: 1.7; }

.experience { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: var(--paper); }
.experience .lead { margin: 28px 0 0; max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.audience-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.audience-list span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; }
.audience-list .check-icon { width: 15px; height: 15px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--red); font-size: 12px; font-weight: 900; }
.step h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.step p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }

.app-section { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; overflow: hidden; background: var(--red-dark); color: var(--white); }
.app-window { display: grid; grid-template-columns: 150px 1fr; min-height: 430px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; overflow: hidden; background: #0d0d0d; box-shadow: 0 40px 80px rgba(0,0,0,.35); transform: rotate(-2deg); }
.window-sidebar { padding: 28px 20px; border-right: 1px solid #292929; display: flex; flex-direction: column; gap: 8px; }
.window-sidebar strong { margin-bottom: 42px; font-size: 15px; }
.window-sidebar span { padding: 10px 12px; border-radius: 8px; color: #777; font-size: 10px; }
.window-sidebar span.selected { background: #261214; color: #ff5960; }
.window-main { padding: 34px; }
.window-title { display: flex; align-items: center; justify-content: space-between; }
.window-title small, .window-title strong { display: block; }
.window-title small { color: #696969; font-size: 8px; letter-spacing: .12em; }
.window-title strong { margin-top: 8px; font-size: 18px; }
.window-title > span { padding: 7px 11px; border-radius: 999px; background: rgba(95,217,105,.12); color: #73e37c; font-size: 8px; }
.window-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.window-metrics div { padding: 18px; border: 1px solid #252525; border-radius: 12px; }
.window-metrics b, .window-metrics span { display: block; }
.window-metrics b { font-size: 22px; }
.window-metrics span { margin-top: 6px; color: #6c6c6c; font-size: 8px; }
.window-chart { height: 170px; margin-top: 30px; padding: 20px 18px 0; display: flex; align-items: end; gap: 14px; border: 1px solid #252525; border-radius: 12px; background: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 100% 33%; }
.window-chart span { flex: 1; min-width: 10px; background: linear-gradient(#ee3138, #801015); border-radius: 5px 5px 0 0; }
.app-copy p:not(.section-tag) { margin: 28px 0 0; max-width: 540px; color: #e1b7b9; line-height: 1.75; }
.app-copy ul { padding: 0; margin: 34px 0 0; list-style: none; display: grid; gap: 16px; }
.app-copy li { display: flex; gap: 12px; align-items: center; font-size: 14px; }
.app-copy .check-icon, .app-copy .check { color: #ff7f84; }

.about { background: #111; color: var(--white); }
.about-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; border: 1px solid #303030; }
.about-photo-wrap { aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; background: #0a0a0a; }
.about-photo { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 50%; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px 64px; }
.about-copy h2 { margin: 0; font-size: clamp(44px, 4.6vw, 68px); letter-spacing: -.06em; }
.credentials { margin: 12px 0 0; color: #ff666c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.about-story { max-width: 650px; margin: 30px 0; }
.about-story h3 { max-width: 610px; margin: 0; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.12; letter-spacing: -.035em; }
.about-story p { margin: 18px 0 0; color: #999; font-size: 14px; line-height: 1.72; }
.light-link { color: #fff; width: max-content; }

.pricing { background: var(--paper); }
.pricing-heading { max-width: 1000px; margin: 0 auto; text-align: center; }
.pricing-heading h2 { font-size: clamp(40px, 4vw, 58px); }
.pricing-heading .section-tag:before { display: none; }
.pricing-heading > p:last-child { max-width: 650px; margin: 28px auto 0; color: var(--muted); line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; max-width: 920px; margin: 66px auto 0; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); background: #fff; }
.plan-card.featured { background: #111; color: #fff; border-color: #111; box-shadow: 0 30px 60px rgba(0,0,0,.14); }
.best-label { position: absolute; top: 0; right: 0; padding: 8px 12px; background: var(--red); color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { margin: 0 0 52px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.plan-card h3 { margin: 0; font-size: clamp(34px, 3vw, 48px); letter-spacing: -.055em; }
.plan-detail { margin: 8px 0 0; color: #888; font-size: 12px; }
.plan-line { height: 1px; margin: 28px 0; background: var(--line); }
.featured .plan-line { background: #363636; }
.plan-total { min-height: 36px; margin: 0 0 24px; color: #777; font-size: 13px; }
.plan-card ul { flex: 1; display: grid; gap: 14px; padding: 0; margin: 0 0 34px; list-style: none; }
.plan-card li { display: flex; gap: 9px; align-items: center; color: #666; font-size: 12px; }
.featured li { color: #aaa; }
.plan-card .check-icon { width: 16px; height: 16px; }
.pix-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 12px; padding: 14px 16px; border: 1px solid #d7d1c8; color: #333; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.pix-link strong { font-size: 13px; }
.pix-link span { color: #777; font-size: 10px; text-align: right; }
.pix-link:hover { border-color: var(--red); color: var(--red); }
.featured .pix-link { border-color: #393939; color: #fff; }
.featured .pix-link span { color: #999; }
.featured .pix-link:hover { border-color: #ff5960; color: #ff767b; background: #171111; }
.payment-note { margin: 26px 0 0; text-align: center; color: #777; font-size: 11px; }
.sales-help { display: block; width: max-content; max-width: 100%; margin: 18px auto 0; padding-bottom: 4px; border-bottom: 1px solid #777; color: #4e4e4e; text-align: center; font-size: 13px; font-weight: 800; }
.sales-help:hover { color: var(--red); border-color: var(--red); }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; background: #111; color: #fff; }
.faq-list { border-top: 1px solid #333; }
.faq details { border-bottom: 1px solid #333; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #444; border-radius: 50%; color: #888; font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); color: #ff656b; border-color: #ff656b; }
.faq details p { margin: -8px 50px 28px 0; color: #8d8d8d; line-height: 1.7; }

.final-cta { text-align: center; background: #252525; color: #fff; }
.final-cta .section-tag:before { display: none; }
.final-cta h2 { max-width: 950px; margin: 0 auto; }
.final-cta > p:not(.section-tag) { max-width: 650px; margin: 28px auto 38px; color: #aaa; line-height: 1.7; }

footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 40px max(24px, calc((100vw - 1360px) / 2)); background: #080808; color: #fff; }
footer > p { color: #696969; font-size: 11px; }
footer > div { justify-self: end; display: flex; align-items: center; gap: 18px; color: #777; font-size: 10px; }
footer > div a { color: #ff6066; }

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 160px; }
  .hero { min-height: auto; }
  .hero-visual { margin-top: -30px; }
  .statement-grid { margin-left: 15%; }
  .directions-heading { grid-template-columns: 1fr; gap: 26px; }
  .direction-card { min-height: 480px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .experience, .app-section, .faq { grid-template-columns: 1fr; }
  .app-section { gap: 70px; }
  .about-card { grid-template-columns: 1fr; }
  .about-photo-wrap, .about-photo { min-height: 0; }
}

@media (max-width: 760px) {
  .nav-shell { width: calc(100% - 32px); height: 78px; }
  .nav-shell .button { display: none; }
  .hero-grid { width: calc(100% - 36px); padding-top: 122px; gap: 10px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-row { grid-template-columns: 1fr; gap: 16px; }
  .proof-row div { display: grid; grid-template-columns: 70px 1fr; align-items: center; }
  .hero-visual { height: 650px; transform: scale(.88); margin: -18px -20px -50px; }
  .phone { transform: rotate(2deg); }
  .coach-card { right: 4px; }
  .section-pad { padding-top: 84px; padding-bottom: 84px; }
  .statement-grid { grid-template-columns: 1fr; gap: 24px; margin: 42px 0 0; }
  .direction-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .direction-card { min-height: auto; padding: 34px 24px; }
  .direction-card h3 { margin-top: 42px; }
  .direction-card ul { margin-top: 38px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .pillar-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .pillar-card { min-height: auto; }
  .pillar-card > span { margin-bottom: 46px; }
  .experience { gap: 60px; }
  .step { grid-template-columns: 50px 1fr; }
  .app-window { grid-template-columns: 84px 1fr; min-height: 350px; margin: 0 -32px; transform: scale(.9) rotate(-2deg); }
  .window-sidebar { padding: 20px 10px; }
  .window-sidebar strong { font-size: 11px; }
  .window-sidebar span { padding: 8px; font-size: 7px; }
  .window-main { padding: 22px 14px; }
  .window-metrics { gap: 5px; }
  .window-metrics div { padding: 10px 7px; }
  .window-metrics b { font-size: 16px; }
  .about-copy { padding: 42px 24px; }
  .about-photo-wrap, .about-photo { min-height: 0; }
  .about-photo { object-position: 50% 45%; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; order: -1; }
  .faq { gap: 48px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > div { justify-self: start; flex-wrap: wrap; }
}

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