:root {
  --teddy-ink: #302d29;
  --teddy-muted: #746c63;
  --teddy-paper: #f1e6d5;
  --teddy-card: #fff8ec;
  --teddy-line: #cfc0aa;
  --teddy-green: #607965;
  --teddy-deep: #173f38;
  --teddy-blue: #38545b;
  --teddy-gold: #d2a44f;
  --teddy-rust: #b85f3b;
  --teddy-white: #fffdf8;
  --teddy-serif: Georgia, "Times New Roman", serif;
}

.teddy-page { margin: 0; color: var(--teddy-ink); background: var(--teddy-paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
.teddy-page * { box-sizing: border-box; }
.teddy-page a { color: inherit; }
.teddy-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.teddy-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--teddy-white); border-bottom: 1px solid rgba(255,255,255,.12); }
.teddy-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.teddy-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; text-decoration: none; letter-spacing: -.025em; }
.teddy-brand strong { color: var(--teddy-gold); }
.teddy-brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; background: rgba(255,255,255,.08); font-size: .7rem; }
.teddy-nav nav { display: flex; align-items: center; gap: 25px; }
.teddy-nav nav a { color: #dce9e5; font-size: .84rem; font-weight: 700; text-decoration: none; }
.teddy-nav nav a:hover { color: #fff; }
.teddy-nav .teddy-nav-cta { padding: 10px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; }

.teddy-hero { position: relative; overflow: hidden; min-height: 860px; padding: 142px 0 90px; color: var(--teddy-white); background: var(--teddy-deep); }
.teddy-hero:before { content: ""; position: absolute; width: 640px; height: 640px; right: -140px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(210,164,79,.28), transparent 68%); }
.teddy-hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom,#000,transparent 92%); }
.teddy-hero-layout { position: relative; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 82px; }
.teddy-product-lockup { display: flex; align-items: center; gap: 13px; margin-bottom: 34px; }
.teddy-product-lockup img { width: 60px; height: 60px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.teddy-product-lockup strong,.teddy-product-lockup span { display: block; }
.teddy-product-lockup strong { font: 700 1.1rem/1.1 var(--teddy-serif); }
.teddy-product-lockup span { margin-top: 5px; color: #afc6be; font-size: .75rem; }
.teddy-eyebrow { margin: 0 0 18px; color: var(--teddy-rust); font-size: .71rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.teddy-hero .teddy-eyebrow { color: #e0bd76; }
.teddy-hero h1 { max-width: 690px; margin: 0 0 26px; font: 700 clamp(3.6rem,6.1vw,6.35rem)/.91 var(--teddy-serif); letter-spacing: -.065em; }
.teddy-hero h1 em { color: #e0bd76; font-style: normal; }
.teddy-hero-lead { max-width: 650px; margin: 0 0 33px; color: #c1d2cc; font-size: clamp(1.06rem,1.45vw,1.24rem); }
.teddy-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.teddy-button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 9px 20px; border-radius: 13px; font-weight: 780; line-height: 1.05; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.teddy-button:hover { transform: translateY(-2px); }
.teddy-button small { display: block; margin-bottom: 3px; font-size: .61rem; font-weight: 650; }
.apple-mark { font-size: 1.75rem; line-height: 1; }
.teddy-button-primary { color: #132e28; background: #f7efe1; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.teddy-text-link { color: #fff; font-weight: 750; text-decoration: none; }
.teddy-availability { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 29px 0 0; color: #99b0a8; font-size: .76rem; }
.teddy-availability i { width: 4px; height: 4px; border-radius: 50%; background: #e0bd76; }

.teddy-report-scene { position: relative; min-height: 610px; display: grid; align-items: center; }
.report-paper { position: relative; z-index: 2; overflow: hidden; width: 100%; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 25px; color: var(--teddy-ink); background: var(--teddy-card); box-shadow: 0 40px 90px rgba(0,0,0,.34); transform: rotate(1.2deg); }
.report-paper-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--teddy-line); color: var(--teddy-rust); font: 800 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.report-paper-top b { color: var(--teddy-green); }
.report-score-row { display: grid; grid-template-columns: 116px 1fr; align-items: center; gap: 21px; margin: 25px 0; padding: 23px; border-radius: 18px; color: #fff; background: var(--teddy-blue); }
.report-score { width: 104px; height: 104px; display: grid; place-items: center; align-content: center; border: 3px dashed var(--teddy-gold); border-radius: 50%; }
.report-score strong { font: 700 2.65rem/.9 var(--teddy-serif); }
.report-score small { margin-top: 5px; font-size: .56rem; }
.report-score-row span { color: #e4bb69; font-size: .57rem; font-weight: 900; letter-spacing: .11em; }
.report-score-row h2 { margin: 5px 0 6px; font: 700 1.8rem/1 var(--teddy-serif); letter-spacing: -.04em; }
.report-score-row p { margin: 0; color: #dce7e4; font-size: .75rem; line-height: 1.45; }
.report-priorities>p { margin: 0 0 13px; color: var(--teddy-rust); font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.report-priorities ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.report-priorities li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 12px 13px; border: 1px solid #dfd1bd; border-radius: 12px; background: #fffdf8; }
.report-priorities li>span { color: var(--teddy-rust); font: 700 .7rem/1 var(--teddy-serif); }
.report-priorities strong,.report-priorities small { display: block; }
.report-priorities strong { font-size: .78rem; }
.report-priorities small { margin-top: 3px; color: var(--teddy-muted); font-size: .66rem; }
.teddy-guide { position: absolute; z-index: 3; width: 190px; height: 190px; right: -78px; bottom: -2px; border: 7px solid var(--teddy-paper); border-radius: 32px; object-fit: cover; box-shadow: 0 22px 55px rgba(0,0,0,.28); transform: rotate(-4deg); }
.teddy-note { position: absolute; z-index: 3; right: 78px; bottom: -7px; max-width: 245px; margin: 0; padding: 13px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #d5e2de; background: rgba(9,39,33,.92); font: italic .78rem/1.4 var(--teddy-serif); box-shadow: 0 15px 30px rgba(0,0,0,.16); }

.teddy-proof-strip { color: var(--teddy-ink); background: #e8d7bd; border-bottom: 1px solid #d5c09f; }
.teddy-proof-strip .teddy-wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.teddy-proof-strip p { min-height: 122px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 23px 25px; border-left: 1px solid #d5c09f; }
.teddy-proof-strip p:last-child { border-right: 1px solid #d5c09f; }
.teddy-proof-strip strong { font: 700 1.02rem/1.2 var(--teddy-serif); }
.teddy-proof-strip span { margin-top: 5px; color: var(--teddy-muted); font-size: .75rem; }

.teddy-benefits { padding: 112px 0; }
.teddy-section-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.teddy-section-heading .teddy-eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.teddy-section-heading h2,.teddy-how h2,.teddy-version h2,.teddy-final-card h2 { margin: 0; font: 700 clamp(2.8rem,5vw,5rem)/.94 var(--teddy-serif); letter-spacing: -.055em; }
.teddy-section-heading>p:last-child { max-width: 450px; margin: 0; color: var(--teddy-muted); }
.teddy-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.teddy-benefit-grid article { min-height: 270px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--teddy-line); border-radius: 18px; background: var(--teddy-card); box-shadow: 0 17px 45px rgba(54,43,31,.06); }
.teddy-benefit-grid article>span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--teddy-white); background: var(--teddy-rust); font: 700 .72rem/1 var(--teddy-serif); }
.teddy-benefit-grid h3 { margin: 35px 0 8px; font: 700 1.34rem/1.12 var(--teddy-serif); }
.teddy-benefit-grid p { margin: 0; color: var(--teddy-muted); font-size: .88rem; }

.teddy-how { overflow: hidden; padding: 112px 0; color: #fff; background: var(--teddy-blue); }
.teddy-how-layout { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 100px; }
.teddy-how .teddy-eyebrow { color: #e4bb69; }
.teddy-how-copy>ol { display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.teddy-how-copy>ol li { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); }
.teddy-how-copy>ol li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.teddy-how-copy>ol li>span { color: #e4bb69; font: 700 .82rem/1.5 var(--teddy-serif); }
.teddy-how-copy strong { display: block; margin-bottom: 4px; font-size: 1.02rem; }
.teddy-how-copy li p { margin: 0; color: #c5d4d1; font-size: .88rem; }
.teddy-phone { position: relative; width: min(340px,100%); margin-inline: auto; padding: 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 42px; background: #192629; box-shadow: 0 45px 100px rgba(0,0,0,.34); transform: rotate(2.2deg); }
.phone-speaker { width: 76px; height: 7px; margin: 2px auto 13px; border-radius: 10px; background: #485557; }
.phone-screen { min-height: 600px; padding: 22px 19px; border-radius: 27px; color: var(--teddy-ink); background: var(--teddy-paper); }
.phone-brand { display: flex; align-items: center; gap: 9px; }
.phone-brand img { width: 34px; height: 34px; border-radius: 9px; }
.phone-brand strong { font: 700 .94rem/1 var(--teddy-serif); }
.phone-screen>p { margin: 33px 0 8px; color: var(--teddy-rust); font-size: .57rem; font-weight: 900; letter-spacing: .1em; }
.phone-screen>h3 { margin: 0 0 24px; font: 700 2.1rem/1.02 var(--teddy-serif); letter-spacing: -.045em; }
.phone-score { display: grid; grid-template-columns: 82px 1fr; gap: 15px; align-items: center; padding: 18px; border-radius: 16px; color: #fff; background: var(--teddy-deep); }
.phone-score>strong { width: 78px; height: 78px; display: grid; place-items: center; border: 2px dashed var(--teddy-gold); border-radius: 50%; font: 700 2.1rem/1 var(--teddy-serif); }
.phone-score span,.phone-score b,.phone-score small { display: block; }
.phone-score small { color: #bed0ca; font-size: .67rem; }
.phone-fix { margin-top: 17px; padding: 19px; border: 1px solid var(--teddy-line); border-radius: 14px; background: var(--teddy-card); }
.phone-fix small,.phone-fix strong,.phone-fix span { display: block; }
.phone-fix small { color: var(--teddy-rust); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.phone-fix strong { margin: 13px 0 35px; font: 700 1.25rem/1.13 var(--teddy-serif); }
.phone-fix span { padding-top: 12px; border-top: 1px solid var(--teddy-line); color: var(--teddy-green); font-size: .73rem; font-weight: 850; }

.teddy-version { padding: 92px 0; background: #e7d5b9; border-bottom: 1px solid #d3bc98; }
.teddy-handoff { padding: 112px 0; background: #efe3d2; }
.teddy-handoff-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.teddy-handoff-heading h2 { margin: 0; font: 700 clamp(2.8rem,5vw,5rem)/.94 var(--teddy-serif); letter-spacing: -.055em; }
.teddy-handoff-heading h2 em { color: var(--teddy-rust); font-style: normal; }
.teddy-handoff-heading>div:last-child>p { color: var(--teddy-muted); }
.teddy-status-note { padding: 15px 17px; border-left: 3px solid var(--teddy-gold); background: rgba(255,255,255,.48); font-size: .83rem; }
.teddy-handoff-grid { display: grid; grid-template-columns: minmax(250px,.48fr) 1fr; gap: 30px; align-items: start; }
.teddy-screen-card { margin: 0; padding: 16px; border: 1px solid var(--teddy-line); border-radius: 26px; background: var(--teddy-deep); box-shadow: 0 28px 65px rgba(47,39,30,.16); }
.teddy-screen-card img { width: 100%; max-height: 700px; display: block; border-radius: 18px; object-fit: contain; background: #f1e6d5; }
.teddy-screen-card figcaption { padding: 13px 5px 2px; color: #bed0ca; font-size: .7rem; text-align: center; }
.teddy-live-report { overflow: hidden; border: 1px solid var(--teddy-line); border-radius: 24px; background: var(--teddy-card); box-shadow: 0 28px 65px rgba(47,39,30,.11); }
.teddy-live-report-top { display: flex; justify-content: space-between; gap: 20px; padding: 17px 22px; color: #dce9e5; background: var(--teddy-deep); font-size: .62rem; font-weight: 850; letter-spacing: .08em; }
.teddy-live-report-top b { color: #e4bb69; }
.teddy-live-score { display: grid; grid-template-columns: 105px 1fr; gap: 23px; align-items: center; padding: 27px; }
.teddy-live-score>strong { width: 100px; height: 100px; display: grid; place-items: center; border: 3px dashed var(--teddy-gold); border-radius: 50%; color: #fff; background: var(--teddy-blue); font: 700 2.7rem/1 var(--teddy-serif); }
.teddy-live-score span { color: var(--teddy-rust); font-size: .59rem; font-weight: 900; letter-spacing: .1em; }
.teddy-live-score h3 { margin: 5px 0; font: 700 1.55rem/1.05 var(--teddy-serif); }
.teddy-live-score p { margin: 0; color: var(--teddy-muted); font-size: .78rem; }
.teddy-live-categories { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--teddy-line); border-block: 1px solid var(--teddy-line); }
.teddy-live-categories span { display: flex; justify-content: space-between; gap: 10px; padding: 13px 15px; background: #fffdf8; font-size: .74rem; }
.teddy-live-categories b { color: var(--teddy-muted); font-weight: 700; }
.teddy-live-priority { margin: 22px; padding: 22px; border: 1px solid #e0c9a8; border-radius: 16px; background: #fff9ef; }
.teddy-live-priority small { color: var(--teddy-rust); font-weight: 900; letter-spacing: .08em; }
.teddy-live-priority h3 { margin: 8px 0 15px; font: 700 1.38rem/1.1 var(--teddy-serif); }
.teddy-live-priority p { color: var(--teddy-muted); font-size: .78rem; }
.teddy-report-link { display: flex; justify-content: space-between; padding: 18px 22px; color: #fff!important; background: var(--teddy-rust); font-weight: 850; text-decoration: none; }
.teddy-sample-page { background: #f4f0e8; }
.teddy-sample-header { padding: 20px 0; color: #fff; background: var(--teddy-deep); }
.teddy-full-report { max-width: 860px; padding-block: 55px 90px; }
.teddy-sample-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; color: var(--teddy-muted); font-size: .77rem; }
.teddy-sample-label strong { color: var(--teddy-rust); text-transform: uppercase; letter-spacing: .08em; }
.teddy-full-report-hero { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 34px; border-radius: 20px; color: #fff; background: var(--teddy-deep); }
.teddy-full-report-hero h1 { margin: 6px 0; font: 700 clamp(2.4rem,6vw,4rem)/1 var(--teddy-serif); }
.teddy-full-report-hero>div>p { color: #e4bb69; font-size: .7rem; font-weight: 900; letter-spacing: .09em; }
.teddy-full-report-hero a { color: #d8ede8; }
.teddy-full-report-hero>p { grid-column: 1/-1; margin: 0; color: #d8e5e1; }
.teddy-full-score { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 118px; height: 118px; border: 3px dashed var(--teddy-gold); border-radius: 50%; }
.teddy-full-score strong { font: 700 2.8rem/1 var(--teddy-serif); }
.teddy-full-score span { font-size: .7rem; }
.teddy-report-section,.teddy-projection,.teddy-designer-note { margin-top: 22px; padding: 28px; border: 1px solid #d8d2c7; border-radius: 16px; background: #fffdf8; }
.teddy-report-section h2,.teddy-projection h2,.teddy-designer-note h2 { margin-top: 0; font: 700 1.8rem/1.1 var(--teddy-serif); }
.teddy-full-categories { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.teddy-full-categories article { padding: 16px; border: 1px solid var(--teddy-line); border-radius: 12px; }
.teddy-full-categories p { margin-bottom: 0; color: var(--teddy-muted); font-size: .82rem; }
.teddy-finding { margin-top: 15px; padding: 21px; border: 1px solid #dfd1bd; border-radius: 13px; background: #fff9ef; }
.teddy-finding small { color: var(--teddy-rust); font-weight: 900; letter-spacing: .08em; }
.teddy-finding h3 { font: 700 1.35rem/1.1 var(--teddy-serif); }
.teddy-finding p { color: #584e43; font-size: .86rem; }
.teddy-finding-good { background: #edf4f1; }
.teddy-projection { background: #dfeee9; }
.teddy-designer-note { border-color: #d2a44f; }
.teddy-report-disclaimer { padding: 28px 4px; color: #626a67; font-size: .78rem; }
.teddy-version-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; }
.teddy-version h2 { font-size: clamp(2.5rem,4.2vw,4.3rem); }
.teddy-version-layout>div:last-child { padding-left: 34px; border-left: 2px solid var(--teddy-rust); }
.teddy-version-layout>div:last-child p { color: #584e43; font-size: 1.02rem; }
.teddy-version-layout>div:last-child p:last-child { margin-bottom: 0; }

.teddy-final-cta { padding: 90px 0; background: var(--teddy-deep); }
.teddy-final-card { min-height: 310px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 48px; padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; color: #fff; background: linear-gradient(125deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); }
.teddy-final-card>img { width: 190px; height: 190px; border: 5px solid var(--teddy-paper); border-radius: 27px; object-fit: cover; transform: rotate(-2.5deg); }
.teddy-final-card .teddy-eyebrow { color: #e4bb69; }
.teddy-final-card h2 { font-size: clamp(2.5rem,4.4vw,4.5rem); }
.teddy-final-card p:not(.teddy-eyebrow) { margin: 16px 0 0; color: #b9cdc6; }
.teddy-button-light { color: var(--teddy-deep); background: #fff8ec; }
.teddy-store-buttons { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }

.teddy-footer { padding: 35px 0; color: #91a69f; background: #102c27; font-size: .77rem; }
.teddy-footer .teddy-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.teddy-footer strong,.teddy-footer span { display: block; }
.teddy-footer strong { color: #fff; }
.teddy-footer>div>div:nth-child(2) { display: flex; gap: 19px; }
.teddy-footer a { text-decoration: none; }
.teddy-footer p { margin: 0; text-align: right; }

@media (max-width: 980px) {
  .teddy-nav nav a:not(.teddy-nav-cta) { display: none; }
  .teddy-hero-layout,.teddy-how-layout { grid-template-columns: 1fr; }
  .teddy-hero-layout { gap: 35px; }
  .teddy-report-scene { min-height: 570px; width: min(620px,100%); }
  .teddy-guide { right: -20px; }
  .teddy-note { right: 115px; }
  .teddy-proof-strip .teddy-wrap { grid-template-columns: repeat(2,1fr); }
  .teddy-benefit-grid { grid-template-columns: repeat(2,1fr); }
  .teddy-section-heading,.teddy-version-layout,.teddy-handoff-heading { grid-template-columns: 1fr; gap: 25px; }
  .teddy-section-heading .teddy-eyebrow { margin-bottom: 0; }
  .teddy-version-layout>div:last-child { padding: 25px 0 0; border-left: 0; border-top: 2px solid var(--teddy-rust); }
  .teddy-final-card { grid-template-columns: 150px 1fr; }
  .teddy-final-card>img { width: 150px; height: 150px; }
  .teddy-final-card>.teddy-store-buttons { grid-column: 2; justify-self: start; }
}

@media (max-width: 650px) {
  .teddy-wrap { width: min(100% - 28px,1180px); }
  .teddy-nav { min-height: 68px; }
  .teddy-brand { font-size: .85rem; }
  .teddy-nav .teddy-nav-cta { padding: 8px 10px; font-size: .69rem; }
  .teddy-nav .teddy-nav-cta-google { display: none; }
  .teddy-hero { min-height: auto; padding: 108px 0 73px; }
  .teddy-hero h1 { font-size: clamp(3.25rem,15vw,5rem); }
  .teddy-product-lockup { margin-bottom: 28px; }
  .teddy-product-lockup img { width: 52px; height: 52px; }
  .teddy-actions { align-items: flex-start; flex-direction: column; }
  .teddy-report-scene { min-height: 535px; margin-top: 10px; }
  .report-paper { padding: 18px; border-radius: 20px; }
  .report-paper-top { font-size: .48rem; }
  .report-score-row { grid-template-columns: 82px 1fr; gap: 13px; padding: 17px 14px; }
  .report-score { width: 78px; height: 78px; }
  .report-score strong { font-size: 2rem; }
  .report-score-row h2 { font-size: 1.3rem; }
  .report-score-row p { font-size: .63rem; }
  .report-priorities li { padding: 10px; }
  .teddy-guide { width: 126px; height: 126px; right: -4px; bottom: 4px; border-width: 5px; border-radius: 22px; }
  .teddy-note { right: 99px; bottom: -15px; max-width: 190px; padding: 10px 12px; font-size: .65rem; }
  .teddy-proof-strip .teddy-wrap { grid-template-columns: 1fr; }
  .teddy-proof-strip p,.teddy-proof-strip p:last-child { min-height: 88px; padding: 18px 8px; border: 0; border-bottom: 1px solid #d5c09f; }
  .teddy-benefits,.teddy-how { padding: 78px 0; }
  .teddy-benefit-grid { grid-template-columns: 1fr; }
  .teddy-handoff { padding: 78px 0; }
  .teddy-handoff-grid { grid-template-columns: 1fr; }
  .teddy-screen-card { max-width: 420px; margin-inline: auto; }
  .teddy-live-categories,.teddy-full-categories { grid-template-columns: 1fr; }
  .teddy-live-score { grid-template-columns: 76px 1fr; padding: 20px; }
  .teddy-live-score>strong { width: 72px; height: 72px; font-size: 2rem; }
  .teddy-live-report-top,.teddy-sample-label { flex-direction: column; }
  .teddy-full-report-hero { grid-template-columns: 1fr; padding: 24px; }
  .teddy-full-score { width: 96px; height: 96px; }
  .teddy-benefit-grid article { min-height: 225px; }
  .teddy-how-layout { gap: 60px; }
  .phone-screen { min-height: 560px; }
  .teddy-version { padding: 70px 0; }
  .teddy-final-cta { padding: 68px 0; }
  .teddy-final-card { grid-template-columns: 1fr; gap: 27px; padding: 26px; }
  .teddy-final-card>img { width: 125px; height: 125px; }
  .teddy-final-card>.teddy-store-buttons { grid-column: auto; justify-self: stretch; }
  .teddy-footer .teddy-wrap { grid-template-columns: 1fr; }
  .teddy-footer>div>div:nth-child(2) { flex-wrap: wrap; }
  .teddy-footer p { text-align: left; }
}

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