/* Mint SEO — Technical SEO page. Matches Figma board 395:2 (cream house-ATF). */

/* ===== HERO (395:3) — shared dark-teal .sc-hero panel (components.css); artifact = the PageSpeed card
 * + two floating .sc-tag stat tags (indexing / URL inspection) that overhang the card corners. ===== */
.tech-art { position: relative; }
.tech-art .card { background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 40px 90px -54px rgba(20,20,19,0.45); }
.tech-art .ps { padding: 24px 26px; }
.tech-art .ps__t { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 20px; }
.tech-art .ps__t span { color: var(--body); font-weight: 400; }
.tech-art .ps__rings { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tech-art .ring { display: flex; flex-direction: column; align-items: center; gap: 9px; }
.tech-art .ring .r { position: relative; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#1aa564 0 var(--p, 100%), #e7ece9 0); }
.tech-art .ring .r::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fff; }
.tech-art .ring .r b { position: relative; font-size: 22px; font-weight: 800; color: #1aa564; }
.tech-art .ring .lab { font-size: 16px; color: var(--body); font-weight: 600; text-align: center; }
@media (max-width: 560px) { .tech-art .ps__rings { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
/* Hero effect (cap-tech-hero.html): rings fill + score count-up + stacked cards stagger-in */
@property --p { syntax: "<percentage>"; inherits: false; initial-value: 0%; }
.tech-art .ring .r { --p: 0%; transition: --p 1.5s cubic-bezier(0.33, 0, 0.2, 1) 0.2s; }
.tech-art.is-visible .ring .r { --p: var(--pt, 100%); }
.tech-art .card { opacity: 0; transition: opacity 0.55s ease; }
.tech-art.is-visible .card.ps { opacity: 1; transition-delay: 0.1s; }
@media (prefers-reduced-motion: reduce) { .tech-art .ring .r { --p: var(--pt, 100%); transition: none; } .tech-art .card { opacity: 1; transition: none; } }
.tech-art .ps__cwv { margin-top: 20px; border-top: 1px solid #f0f0ec; padding-top: 16px; }
.tech-art .ps__cwv .ct { font-size: 16px; color: #1aa564; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 12px; }
.tech-art .ps__cwv .row { display: flex; gap: 11px; }
.tech-art .ps__cwv .m { flex: 1; background: #fbfcfc; border: 1px solid var(--border); border-radius: 11px; padding: 11px 13px; }
.tech-art .ps__cwv .m .k { font-size: 16px; color: var(--body); }
.tech-art .ps__cwv .m .v { font-size: 18px; font-weight: 800; color: #1aa564; margin-top: 3px; }

/* ===== WHAT'S INCLUDED (397:2) ===== */
.ti-sec { background: #f3f4f2; }
.ti-sec__in { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.ti-head { margin-bottom: 34px; max-width: 720px; }
.ti-head .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.ti-head h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); }
.ti-head h2 em { font-style: normal; color: var(--mint); }
.ti-head .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); max-width: 60ch; }
.ti-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: 0 40px 90px -60px rgba(20,20,19,0.3); }
.ti-card__bar { background: #0c2320; color: #fff; padding: 20px 26px; display: flex; align-items: center; gap: 14px; }
.ti-card__bar .lbl { font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-light); }
.ti-card__bar b { font-size: 18px; font-weight: 700; }
.ti-card__bar .pill { margin-left: auto; background: rgba(143,214,207,0.18); color: var(--mint-light); font-size: 16px; font-weight: 700; padding: 7px 15px; border-radius: 999px; }
.ti-prog { display: flex; align-items: center; gap: 14px; padding: 18px 26px; border-bottom: 1px solid #eef1ef; font-size: 16px; }
.ti-prog .t { color: var(--body); white-space: nowrap; } .ti-prog .t b { color: var(--ink); }
.ti-prog .track { flex: 1; min-width: 0; height: 8px; border-radius: 999px; background: #e8ece9; overflow: hidden; }
.ti-prog .track i { display: block; height: 100%; width: 12%; background: var(--mint); border-radius: 999px; transition: width 1.3s cubic-bezier(.4,.9,.3,1); }
.ti-prog .pct { color: var(--mint-ink); font-weight: 800; white-space: nowrap; }
.ti-card.is-visible .ti-prog .track i { width: 100%; }
.ti-row { display: grid; grid-template-columns: 288px 1fr; gap: 24px; padding: 22px 26px; border-bottom: 1px solid #f0f2f0; align-items: start; }
.ti-row:last-child { border-bottom: 0; }
.ti-row__cat { display: flex; gap: 14px; min-width: 0; }
.ti-row__cat .ico { width: 38px; height: 38px; border-radius: 10px; background: var(--mint-tint); display: grid; place-items: center; font-size: 18px; flex: 0 0 auto; }
.ti-row__cat b { display: block; font-size: 18px; font-weight: 800; color: var(--ink); }
.ti-row__cat span { font-size: 16px; color: #6b6b63; line-height: 1.4; }
.ti-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.ti-pills .pill { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border); border-radius: 9px; padding: 9px 14px; font-size: 16px; color: var(--ink); }
.ti-pills .pill .ck { color: #1aa564; font-weight: 800; }
@media (max-width: 900px) {
  .ti-sec__in { padding: 48px 22px; }
  .ti-row { grid-template-columns: 1fr; gap: 14px; }
}

/* ===== HOW TECH SEO IMPROVES (399:2) ===== */
.tm-sec { position: relative; overflow: hidden; background: radial-gradient(90% 120% at 85% 0%, #1c4f4a 0%, #0c211e 60%), #0c211e; color: #fff; }
.tm-sec__in { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: clamp(56px, 6vw, 88px) 48px; }
.tm-head { max-width: 640px; margin-bottom: 44px; }
.tm-head .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 16px; }
.tm-head h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: #fff; }
.tm-head h2 em { font-style: normal; color: var(--mint-light); }
.tm-head .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.72); }
.tm-steps { position: relative; }
.tm-line { position: absolute; left: 23px; top: 30px; bottom: 64px; width: 2px; background: linear-gradient(var(--mint-light), rgba(143,214,207,0.15)); }
.tm-step { display: grid; grid-template-columns: 48px 1fr; gap: 24px; margin-bottom: 22px; }
.tm-node { width: 48px; height: 48px; border-radius: 12px; background: rgba(143,214,207,0.14); border: 1px solid rgba(143,214,207,0.3); display: grid; place-items: center; font-size: 20px; position: relative; z-index: 2; }
.tm-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 22px 26px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; min-width: 0; }
.tm-step--2 .tm-card { margin-left: 44px; }
.tm-step--3 .tm-card { margin-left: 88px; }
.tm-card .st { font-size: 16px; letter-spacing: 0.1em; color: var(--mint-light); text-transform: uppercase; }
.tm-card h3 { margin: 8px 0 8px; font-size: 22px; font-weight: 800; color: #fff; }
.tm-card p { margin: 0; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,0.7); }
.tm-viz { flex: 0 0 auto; text-align: right; }
.tm-viz .vl { font-size: 16px; font-weight: 700; color: var(--mint-light); margin-top: 8px; }
.viz-dashes { display: flex; gap: 5px; justify-content: flex-end; }
.viz-dashes i { width: 14px; height: 9px; border-radius: 3px; background: var(--mint-light); }
.viz-dashes i:last-child { background: rgba(143,214,207,0.25); }
.viz-bars { display: flex; gap: 8px; align-items: flex-end; justify-content: flex-end; height: 60px; }
.viz-bars div { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.viz-bars span { font-size: 16px; color: rgba(255,255,255,0.5); }
.viz-bars i { width: 22px; border-radius: 5px 5px 0 0; background: var(--mint); transform: scaleY(0); transform-origin: bottom; transition: transform 0.7s cubic-bezier(0.3, 1.1, 0.4, 1); }
.tm-step.is-visible .viz-bars i { transform: scaleY(1); }
.tm-step.is-visible .viz-bars div:nth-child(1) i { transition-delay: 0.1s; }
.tm-step.is-visible .viz-bars div:nth-child(2) i { transition-delay: 0.22s; }
.tm-step.is-visible .viz-bars div:nth-child(3) i { transition-delay: 0.34s; }
@media (prefers-reduced-motion: reduce) { .viz-bars i { transform: none; transition: none; } }
.viz-score { min-width: 200px; }
.viz-score .row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.viz-score .row span { font-size: 16px; color: rgba(255,255,255,0.5); }
.viz-score .row b { font-size: 22px; font-weight: 800; color: #fff; }
.viz-score .track { height: 8px; border-radius: 999px; background: rgba(255,255,255,0.1); overflow: hidden; }
.viz-score .track i { display: block; height: 100%; width: 62%; background: var(--mint-light); border-radius: 999px; transition: width 1.3s cubic-bezier(.4,.9,.3,1); }
.tm-step.is-visible .viz-score .track i { width: 96%; }
.viz-score .pts { text-align: right; font-size: 16px; font-weight: 700; color: var(--mint-light); margin-top: 8px; }
.tm-payoff { display: grid; grid-template-columns: 48px auto; gap: 24px; align-items: center; margin-top: 4px; }
.tm-payoff .tm-node { background: var(--mint-light); border-color: var(--mint-light); color: #0c2320; }
.tm-payoff p { margin: 0; font-size: 20px; font-weight: 800; color: #fff; }
.tm-payoff p em { font-style: normal; color: var(--mint-light); }
@media (max-width: 860px) {
  .tm-sec__in { padding: 48px 22px; }
  .tm-card { grid-template-columns: 1fr; gap: 16px; }
  .tm-step--2 .tm-card, .tm-step--3 .tm-card { margin-left: 0; }
  .tm-viz { text-align: left; }
  .viz-dashes, .viz-bars { justify-content: flex-start; }
}

/* ===== PAGE SPEED INCLUDED (587:2) ===== */
.sp-sec { background: #fff; }
.sp-sec__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.sp-top { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 44px; }
.sp-copy { max-width: 500px; }
.sp-copy .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.sp-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); }
.sp-copy h2 em { font-style: normal; color: var(--mint); }
.sp-copy .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); }
.sp-pill { display: inline-flex; align-items: center; gap: 9px; background: var(--mint-tint); border-radius: 999px; padding: 12px 20px; font-size: 16px; font-weight: 700; color: var(--ink); margin-top: 26px; }
.sp-pill .lt { color: #f0a91b; }
.sp-viz { position: relative; display: flex; justify-content: center; align-items: center; padding: 10px 0; }
.gauge { position: relative; width: 400px; max-width: 100%; }
.gauge svg { display: block; width: 100%; height: auto; overflow: visible; }
.gauge .needle { transform-origin: 200px 210px; transform: rotate(-155deg); transition: transform 1.5s cubic-bezier(.34,1.15,.5,1); }
.sp-viz.is-visible .gauge .needle { transform: rotate(0deg); }
.gauge__val { position: absolute; left: 50%; top: 63%; transform: translate(-50%, -50%); text-align: center; }
.gauge__val b { font-size: 44px; font-weight: 800; color: var(--ink); }
.gauge__val span { display: block; font-size: 16px; color: var(--mint-ink); font-weight: 700; }
.gauge__before { position: absolute; left: -6px; top: 4px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 8px 12px; font-size: 16px; color: var(--ink); }
.gauge__before span { display: block; font-size: 16px; color: #d6504f; font-weight: 800; letter-spacing: 0.06em; }
.speed-stamp { position: absolute; right: -4px; top: 52%; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #1c4f4a, #0c2320); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 24px 44px -20px rgba(0,0,0,0.5); border: 2px dashed rgba(255,255,255,0.25); }
.speed-stamp s { font-size: 16px; color: rgba(255,255,255,0.6); }
.speed-stamp b { font-size: 44px; font-weight: 800; color: #fff; line-height: 1; }
.speed-stamp span { font-size: 16px; letter-spacing: 0.1em; color: var(--mint-light); font-weight: 700; margin-top: 4px; }
.sp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.sp-benefits .cell { display: flex; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--border); align-items: center; min-width: 0; }
.sp-benefits .cell:last-child { border-right: 0; }
.sp-benefits .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--mint-tint); display: grid; place-items: center; font-size: 18px; font-weight: 800; color: var(--mint-deep); flex: 0 0 auto; }
.sp-benefits b { display: block; font-size: 18px; color: var(--ink); }
.sp-benefits span { font-size: 16px; color: var(--body); }
@media (max-width: 900px) {
  .sp-sec__in { padding: 48px 22px; }
  .sp-top { grid-template-columns: 1fr; gap: 40px; }
  .sp-copy, .sp-viz { min-width: 0; }        /* let cells shrink below the gauge's fixed width */
  .sp-viz { flex-direction: column; }        /* stack gauge over seal so the seal stays a circle (not squished) */
  .gauge { width: 100%; max-width: 320px; }  /* stop the 400px gauge forcing horizontal overflow */
  .speed-stamp { position: static; margin: 24px auto 0; flex-shrink: 0; }
  .sp-benefits { grid-template-columns: 1fr; }
  .sp-benefits .cell { border-right: 0; border-bottom: 1px solid var(--border); }
  .sp-benefits .cell:last-child { border-bottom: 0; }
}

/* ===== FREE AUDIT LEAD MAGNET (940:184) ===== */
.fa-sec { position: relative; overflow: hidden; background: radial-gradient(90% 130% at 90% -10%, #17423b, #0a1f1c 60%), #0a1f1c; color: #fff; }
.fa-sec__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.fa-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 40px; max-width: 540px; min-width: 0; }
.fa-card .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 14px; }
.fa-card h2 { margin: 0; font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: #fff; }
.fa-card h2 em { font-style: normal; color: var(--mint-light); }
.fa-card .sub { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.72); }
.fa-form label { display: block; font-size: 16px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-light); margin: 26px 0 10px; }
.fa-form input { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 16px 18px; font-size: 16px; color: #fff; font-family: inherit; }
.fa-form input::placeholder { color: rgba(255,255,255,0.4); }
.fa-form input:focus { outline: none; border-color: var(--mint-light); }
.fa-form button { width: 100%; margin-top: 14px; background: var(--mint-light); color: #04211d; font-weight: 800; font-size: 16px; padding: 16px; border-radius: 12px; border: 0; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.fa-form button:hover { background: #a4e0d9; transform: translateY(-1px); }
.fa-form .alt { text-align: center; margin: 16px 0 0; font-size: 16px; color: rgba(255,255,255,0.7); }
.fa-form .alt a { color: #fff; font-weight: 700; text-decoration: none; }
.fa-form .alt a:hover { color: var(--mint-light); }
.fa-scan { background: #fff; border-radius: 16px; box-shadow: 0 50px 100px -50px rgba(0,0,0,0.6); overflow: hidden; color: var(--ink); }
.fa-scan__bar { display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid #eef1ef; }
.fa-scan__bar .dots { display: flex; gap: 6px; } .fa-scan__bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #dfe4e2; }
.fa-scan__bar .u { font-size: 16px; color: var(--body); }
.fa-scan__bar .live { margin-left: auto; font-size: 16px; font-weight: 700; color: #1aa564; }
.fa-scan__body { padding: 24px; }
.fa-scan__hd { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.fa-ring { width: 80px; height: 80px; border-radius: 50%; background: conic-gradient(#e8834a 0 61%, #eef1ef 0); display: grid; place-items: center; position: relative; flex: 0 0 auto; }
.fa-ring::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #fff; }
.fa-ring b { position: relative; font-size: 26px; font-weight: 800; color: var(--ink); }
.fa-scan__hd h3 { margin: 0; font-size: 22px; font-weight: 800; color: var(--ink); }
.fa-scan__hd p { margin: 4px 0 0; font-size: 16px; color: var(--body); }
.fa-metric { margin-bottom: 18px; }
.fa-metric:last-child { margin-bottom: 0; }
.fa-metric .row { display: flex; justify-content: space-between; gap: 12px; font-size: 16px; margin-bottom: 8px; }
.fa-metric .row b { color: var(--ink); font-weight: 700; } .fa-metric .row span { color: var(--body); }
.fa-metric .track { height: 8px; border-radius: 999px; background: #eef1ef; overflow: hidden; }
.fa-metric .track i { display: block; height: 100%; width: 8%; border-radius: 999px; transition: width 1.2s ease; }
.fa-scan.is-visible .fa-metric .track i { width: var(--w); }
@media (max-width: 900px) {
  .fa-sec__in { grid-template-columns: 1fr; gap: 40px; padding: 48px 22px; }
  .fa-card { max-width: none; padding: 30px 24px; }
}

/* ===== CASE STUDIES (406:2) ===== */
.tc-sec { background: var(--mint-tint); }
.tc-sec__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.tc-head { margin-bottom: 36px; max-width: 640px; }
.tc-head .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.tc-head h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); }
.tc-head h2 em { font-style: normal; color: var(--mint); }
.tc-head .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); }
.tc-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: 0 40px 90px -60px rgba(20,20,19,0.25); }
.tc-card__hd { display: flex; align-items: center; gap: 12px; padding: 20px 26px; border-bottom: 1px solid #eef1ef; }
.tc-card__hd .lbl { font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); }
.tc-card__hd b { font-size: 18px; color: var(--ink); }
.tc-card__hd .leg { margin-left: auto; font-size: 16px; color: var(--body); display: flex; align-items: center; gap: 8px; }
.tc-card__hd .leg::before { content: ""; width: 16px; height: 6px; border-radius: 3px; background: var(--mint); }
.tc-chart { position: relative; padding: 20px 26px 0; }
.tc-chart svg { display: block; width: 100%; height: auto; }
.tc-line { fill: none; stroke: #0f3d37; stroke-width: 3; stroke-dasharray: 1900; stroke-dashoffset: 1900; transition: stroke-dashoffset 2.3s ease; }
.tc-card.is-visible .tc-line { stroke-dashoffset: 0; }
.tc-marker { position: absolute; left: 23%; top: 15%; }
.tc-marker .chip { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid rgba(48,159,151,0.35); border-radius: 8px; padding: 6px 12px; font-size: 16px; font-weight: 700; color: var(--mint-deep); box-shadow: 0 6px 16px -8px rgba(0,0,0,0.2); white-space: nowrap; }
.tc-badge { position: absolute; right: 4%; top: 17%; background: #0c2320; border-radius: 12px; padding: 12px 18px; }
.tc-badge b { display: block; font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.tc-badge span { font-size: 16px; color: var(--mint-light); }
.tc-axis { display: flex; justify-content: space-between; padding: 10px 26px 22px; font-size: 16px; color: var(--body); }
.tc-foot { display: grid; grid-template-columns: 1.6fr 1fr; border-top: 1px solid #eef1ef; }
.tc-quote { padding: 26px; min-width: 0; }
.tc-quote .qm { font-size: 32px; color: var(--mint-light); line-height: 0.6; height: 20px; }
.tc-quote p { margin: 12px 0 20px; font-size: 18px; font-weight: 600; color: var(--ink); line-height: 1.5; }
.tc-quote .who { display: flex; align-items: center; gap: 12px; }
.tc-quote .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.tc-quote .who b { display: block; font-size: 16px; color: var(--ink); }
.tc-quote .who span { font-size: 16px; color: var(--body); }
.tc-rev { background: var(--mint-tint); padding: 26px; display: flex; flex-direction: column; justify-content: center; }
.tc-rev b { font-size: 48px; font-weight: 800; color: var(--mint-deep); letter-spacing: -0.02em; line-height: 1; }
.tc-rev .l { font-size: 18px; font-weight: 700; color: var(--ink); margin-top: 8px; }
.tc-rev .s { font-size: 16px; color: var(--body); }
@media (max-width: 860px) {
  .tc-sec__in { padding: 48px 22px; }
  .tc-foot { grid-template-columns: 1fr; }
  .tc-rev { border-top: 1px solid #eef1ef; }
  .tc-marker { left: 15%; }
  .tc-badge b { font-size: 22px; }
  /* card header stacks so the title isn't crushed by the trailing legend */
  .tc-card__hd { flex-wrap: wrap; }
  .tc-card__hd .leg { margin-left: 0; flex-basis: 100%; }
  /* on the short mobile chart the absolute callout buries the trend line — flow it ABOVE the chart instead */
  .tc-chart { padding-top: 16px; }
  .tc-badge { position: static; display: inline-block; margin-bottom: 12px; }
  .tc-marker { display: none; }
}
@media (max-width: 620px) {
  /* audit-card dark header: stack label/title/pill so the title isn't squeezed into a narrow middle column */
  .ti-card__bar { flex-wrap: wrap; gap: 8px 14px; }
  .ti-card__bar b { flex-basis: 100%; order: 2; }
  .ti-card__bar .pill { margin-left: 0; order: 3; }
  .ti-card__bar .lbl { order: 1; }
}
