:root {
  --ink: #241b21;
  --muted: #665b63;
  --plum: #4b1738;
  --plum-dark: #351027;
  --rose: #a9386d;
  --blush: #f7dce8;
  --blush-soft: #fff6f9;
  --gold: #f3b84b;
  --cream: #fffaf3;
  --white: #fff;
  --line: #e7dbe1;
  --success: #1d6b55;
  --shadow: 0 18px 50px rgba(75, 23, 56, .11);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background: radial-gradient(circle at 82% 5%, rgba(247, 220, 232, .9), transparent 34%), linear-gradient(180deg, #fffaf3, #fff 45%, #fffaf3);
}
img, iframe { max-width: 100%; }
a { color: var(--plum); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--rose); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { color: var(--plum-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { margin: 0 0 22px; font-size: clamp(2.7rem, 6vw, 5.45rem); }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin: 0 0 12px; font-size: 1.45rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.5em; padding-left: 1.3em; }
code { padding: .1em .35em; border-radius: 5px; background: #f1eaee; font-size: .92em; overflow-wrap: anywhere; }
table { width: 100%; border-collapse: collapse; background: var(--white); }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--plum); background: var(--blush-soft); font-size: .87rem; letter-spacing: .04em; text-transform: uppercase; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--plum); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 250, 243, .9); border-bottom: 1px solid rgba(75, 23, 56, .08); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; line-height: 1; text-decoration: none; }
.brand small { display: block; margin-top: 4px; color: var(--rose); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.brand__logo { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; border-radius: 14px; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.button) { color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--rose); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--plum); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; color: var(--white); background: var(--plum); border: 2px solid var(--plum); border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: var(--white); background: var(--rose); border-color: var(--rose); box-shadow: 0 9px 22px rgba(75, 23, 56, .18); transform: translateY(-2px); }
.button--ghost { color: var(--plum); background: transparent; border-color: rgba(75, 23, 56, .25); }
.button--ghost:hover { color: var(--plum); background: var(--blush); border-color: var(--blush); }
.button--light { color: var(--plum); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--plum); background: var(--gold); border-color: var(--gold); }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link--light { color: var(--white); }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: .88rem; }
.eyebrow { margin: 0 0 14px; color: var(--rose); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.hero { display: grid; min-height: 650px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(35px, 5vw, 70px); padding: 72px 0 48px; }
.hero__copy { max-width: 680px; }
.hero__copy h1 { max-width: 720px; font-size: clamp(2.7rem, 5.2vw, 4.8rem); }
.hero__lead { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero__visual { position: relative; min-height: 505px; border: 1px solid rgba(75, 23, 56, .1); background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(247,220,232,.72)); border-radius: 34px; box-shadow: var(--shadow); }
.hero__visual::before, .hero__visual::after { content: ""; position: absolute; border-radius: 50%; }
.hero__visual::before { width: 170px; height: 170px; top: 30px; right: 28px; background: rgba(243,184,75,.55); }
.hero__visual::after { width: 120px; height: 120px; bottom: 20px; left: 20px; background: rgba(169,56,109,.15); }
.path-card { position: absolute; z-index: 1; display: grid; width: min(290px, 72%); grid-template-columns: auto 1fr; gap: 2px 13px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 30px rgba(75,23,56,.12); }
.path-card span { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--plum); border-radius: 50%; font-weight: 900; }
.path-card strong { color: var(--plum); font-size: 1.08rem; }
.path-card small { color: var(--muted); }
.path-card--one { top: 62px; left: -28px; }
.path-card--two { top: 205px; right: -18px; }
.path-card--three { bottom: 52px; left: 32px; }
.hero__visual--photo { min-height: 560px; overflow: visible; border: 0; background: var(--blush); border-radius: 180px 32px 180px 32px; box-shadow: 24px 28px 0 rgba(243,184,75,.25), var(--shadow); }
.hero__visual--photo::before, .hero__visual--photo::after { display: none; }
.hero__visual--photo > img { display: block; width: 100%; height: 560px; object-fit: cover; object-position: 56% center; border-radius: inherit; }
.hero-badge { position: absolute; right: -18px; bottom: 34px; display: grid; max-width: 300px; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 18px 20px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 45px rgba(75,23,56,.18); }
.hero-badge > span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; color: var(--white); background: var(--success); border-radius: 50%; font-weight: 900; }
.hero-badge strong { color: var(--plum); font-size: .98rem; }
.hero-badge small { color: var(--muted); line-height: 1.35; }

.breadcrumb { display: flex; gap: 8px; padding-top: 30px; color: var(--muted); font-size: .84rem; }
.breadcrumb a { color: var(--muted); }
.article-hero { max-width: 910px; padding: 76px 0 42px; }
.article-hero h1 { font-size: clamp(2.7rem, 6vw, 4.9rem); }
.section { padding: 88px 0; }
.section--tint { position: relative; padding-inline: clamp(24px, 4vw, 54px); background: var(--blush-soft); border: 1px solid var(--line); border-radius: var(--radius); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(28px, 6vw, 80px); }

.service-note { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 10px; padding: 12px 16px; color: var(--muted); background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 12px; }
.service-note > span { display: grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; color: var(--plum); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: .78rem; font-weight: 900; }
.service-note p { margin: 0; font-size: .78rem; line-height: 1.45; }
.service-note strong { color: var(--ink); }
.review-note { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.review-note span { padding: 6px 10px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.trust-bar { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 5vw, 62px); margin: 0 0 18px; padding: 19px 26px; color: var(--plum); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(75,23,56,.05); font-size: .91rem; font-weight: 800; }
.section-heading--wide { max-width: 940px; }
.problem-section { padding-top: 76px; }

.card-grid { display: grid; gap: 20px; }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.feature-card, .info-card, .source-card { padding: 27px; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 24px rgba(75,23,56,.04); }
.feature-card { color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { color: var(--ink); border-color: var(--rose); box-shadow: var(--shadow); transform: translateY(-5px); }
.feature-card--static { background: linear-gradient(160deg, var(--white), #fff9fb); }
.feature-card--static:hover { border-color: var(--line); box-shadow: 0 6px 24px rgba(75,23,56,.04); transform: none; }
.feature-card__icon, .info-card > span { display: inline-grid; width: 46px; height: 46px; margin-bottom: 32px; place-items: center; color: var(--plum); background: var(--blush); border-radius: 14px; font-weight: 900; }
.feature-card p, .info-card p, .source-card p { color: var(--muted); }
.info-card h2 { font-size: 1.55rem; }
.service-split { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(38px, 7vw, 92px); }
.service-photo { position: relative; }
.service-photo::before { content: ""; position: absolute; z-index: -1; inset: 26px -24px -24px 26px; background: var(--blush); border-radius: 34px; }
.service-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 34px 110px 34px 34px; box-shadow: var(--shadow); }
.lead-copy { color: var(--muted); font-size: 1.12rem; }
.benefit-list { display: grid; gap: 17px; margin: 30px 0; padding: 0; list-style: none; }
.benefit-list li { position: relative; display: grid; padding-left: 42px; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--white); background: var(--success); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.benefit-list strong { color: var(--plum); }
.benefit-list span { color: var(--muted); font-size: .94rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; }
.steps--4 { grid-template-columns: repeat(4, 1fr); }
.steps li { display: flex; gap: 17px; }
.steps li > span { flex: 0 0 auto; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--plum); border-radius: 50%; font-weight: 900; }
.steps h3 { font-size: 1.25rem; }
.steps p { color: var(--muted); font-size: .94rem; }
.fact-panel { padding: 34px; color: var(--white); background: var(--plum); border-radius: var(--radius); box-shadow: var(--shadow); }
.fact-panel strong { display: block; margin-bottom: 15px; color: var(--gold); font-size: 1.25rem; }
.fact-panel p { color: rgba(255,255,255,.78); }
.fact-panel--warm { background: linear-gradient(145deg, var(--plum), #7a2752); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; margin: 10px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.fact-panel .check-list li::before { color: var(--gold); }
.check-list--no li::before { content: "—"; }
.source-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 22px; }
.source-card h3 { font-size: 1.22rem; }
.source-card h3 a { text-decoration: none; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.profile-grid a { display: grid; gap: 5px; min-height: 130px; align-content: center; padding: 24px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.profile-grid a:hover { color: var(--ink); border-color: var(--rose); box-shadow: 0 14px 35px rgba(75,23,56,.09); transform: translateY(-3px); }
.profile-grid strong { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.23rem; }
.profile-grid span { color: var(--muted); font-size: .9rem; }
.testimonials { margin-inline: 0; padding-inline: clamp(24px, 4vw, 54px); background: linear-gradient(135deg, var(--plum-dark), #5d1d45); border-radius: var(--radius); }
.testimonials .section-heading { color: rgba(255,255,255,.8); }
.testimonials .eyebrow { color: var(--gold); }
.testimonials h2 { color: var(--white); }
.testimonials .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testimonial-grid iframe { display: block; width: 100%; aspect-ratio: 9 / 16; background: #170914; border: 0; border-radius: 22px; box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.source-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 34px 0 70px; padding: 22px 26px; background: #fff9e9; border: 1px solid #ead293; border-radius: 16px; }
.source-strip > div { display: grid; }
.source-strip strong { color: var(--plum); }
.source-strip span { color: var(--muted); font-size: .88rem; }

.faq details { max-width: 900px; padding: 0; border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 45px 23px 0; color: var(--plum); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--rose); font-family: Inter, sans-serif; font-size: 1.6rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; color: var(--muted); }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 50px 0 88px; padding: clamp(30px, 6vw, 58px); color: var(--white); background: linear-gradient(115deg, var(--plum), #79264f); border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-band .eyebrow { color: var(--gold); }
.cta-band h2 { color: var(--white); }
.cta-band p:last-child { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.cta-band .button { flex: 0 0 auto; }

.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 240px; justify-content: space-between; gap: 70px; padding: 45px 0 70px; }
.article-layout > *, .prose { min-width: 0; }
.prose { font-size: 1.06rem; }
.prose--wide { max-width: 930px; padding: 45px 0 72px; }
.prose h2 { margin-top: 2.1em; font-size: clamp(1.8rem, 3.5vw, 2.65rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.5em; }
.prose p, .prose li { color: #3d343a; }
.prose a { font-weight: 700; }
.article-aside nav { position: sticky; top: 115px; display: flex; flex-direction: column; gap: 12px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.article-aside nav strong { color: var(--plum); }
.article-aside nav a { color: var(--muted); font-size: .88rem; text-decoration: none; }
.table-wrap { max-width: 100%; overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 8px 24px rgba(75,23,56,.05); }
.callout { margin: 30px 0; padding: 27px; background: var(--blush-soft); border-left: 5px solid var(--rose); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.callout strong { color: var(--plum); font-size: 1.08rem; }
.callout p { margin: 5px 0 0; }
.callout--privacy { background: #edf8f4; border-left-color: var(--success); }
.timeline { margin: 35px 0; padding: 0; list-style: none; counter-reset: step; }
.timeline li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding-bottom: 31px; }
.timeline li > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--plum); border-radius: 50%; font-weight: 900; }
.timeline h3 { margin: 3px 0 7px; font-size: 1.35rem; }
.timeline p { margin: 0; }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.check-grid > div { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }

.analysis-intro { padding-top: 40px; }
.form-section { padding-top: 30px; }
.form-frame { min-height: 640px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-frame iframe { display: block; width: 100%; min-height: 700px; border: 0; }
.form-fallback { margin-top: 15px; text-align: center; }
.form-privacy { max-width: 720px; margin: 12px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.analysis-hero { max-width: 980px; text-align: center; margin-inline: auto; }
.analysis-hero .hero__lead { margin-inline: auto; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.78); background: var(--plum-dark); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr 1fr; gap: 48px; }
.brand--footer { margin-bottom: 18px; color: var(--white); }
.brand--footer .brand__logo { background: var(--white); border-radius: 16px; }
.footer-grid strong { display: block; margin-bottom: 15px; color: var(--white); }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid nav a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid nav a:hover { color: var(--gold); }
.footer-cta > nav { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; margin-top: 18px; }
.footer-cta > nav a { font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .77rem; }
.footer-bottom span:last-child { max-width: 560px; text-align: right; }

.consent { position: fixed; z-index: 300; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 1060px; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 20px 70px rgba(36,27,33,.24); }
.consent[hidden] { display: none; }
.consent strong { color: var(--plum); }
.consent p { max-width: 680px; margin: 3px 0 0; color: var(--muted); font-size: .88rem; }
.consent__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent .button { min-height: 44px; padding: 9px 15px; font-size: .82rem; cursor: pointer; }

.error-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; text-align: center; }
.error-page > div { max-width: 650px; }

@media (max-width: 980px) {
  body { font-size: 16px; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 77px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { padding: 8px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero__visual { min-height: 440px; margin: 0 30px; }
  .hero__visual--photo { min-height: 520px; margin: 8px 38px; }
  .hero__visual--photo > img { height: 520px; }
  .card-grid--3, .source-list, .check-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .service-split { grid-template-columns: 1fr; }
  .service-photo { max-width: 700px; }
  .profile-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand { font-size: 1rem; }
  .brand__logo { width: 44px; height: 44px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  h2 { font-size: 2rem; }
  .hero { min-height: 0; padding: 48px 0; }
  .hero__visual { min-height: 415px; margin: 0; border-radius: 100px 100px 30px 30px; }
  .hero__visual--photo { min-height: 430px; border-radius: 90px 24px 90px 24px; box-shadow: 12px 14px 0 rgba(243,184,75,.25), var(--shadow); }
  .hero__visual--photo > img { height: 430px; }
  .hero-badge { right: 10px; bottom: 16px; left: 10px; max-width: none; }
  .path-card { width: 82%; }
  .path-card--one { left: -6px; }
  .path-card--two { right: -6px; }
  .path-card--three { left: 16px; }
  .button-row .button { width: 100%; }
  .section { padding: 60px 0; }
  .section--tint { padding-inline: 20px; }
  .split, .card-grid--3, .source-list, .check-grid, .steps, .profile-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .trust-bar { align-items: flex-start; flex-direction: column; gap: 8px; }
  .service-note { align-items: flex-start; }
  .service-photo::before { inset: 18px -10px -12px 16px; }
  .service-photo img { border-radius: 26px 76px 26px 26px; }
  .testimonial-grid iframe { max-width: 340px; margin-inline: auto; }
  .testimonials { margin-inline: 0; padding-inline: 20px; border-radius: 24px; }
  .source-strip { align-items: flex-start; flex-direction: column; }
  .cta-band { align-items: stretch; flex-direction: column; margin-bottom: 60px; }
  .cta-band .button { width: 100%; }
  .article-hero { padding-top: 52px; }
  .table-wrap { margin-inline: -5px; }
  th, td { min-width: 190px; padding: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .consent { align-items: stretch; flex-direction: column; }
  .consent__actions { flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .consent, .cta-band, .button-row { display: none !important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  .container { width: 100%; }
  a { color: #000; text-decoration: underline; }
}
