/* ================= Clasic Taxi Iași — clasictaxi.ro (temă derivată din acetaxi.ro) ================= */
:root {
  --yellow: #e8b31c;
  --yellow-dark: #c9960f;
  --black: #0b1511;
  --ink: #0f1c17;
  --panel: #13241d;
  --panel-2: #1a2e25;
  --line: #274033;
  --text: #f2f2f3;
  --muted: #a9b8b0;
  --radius: 16px;
  --maxw: 1140px;
  --shadow: 0 10px 40px rgba(0,0,0,.45);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, system-ui, sans-serif;
  --font-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --gold-grad: linear-gradient(120deg, #f6d98a, var(--yellow) 55%, #c9960f);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.12; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.025em; }
h1 { font-size: clamp(2.05rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.accent { color: var(--yellow); }
.muted { color: var(--muted); }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1.02rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: #1a1400; box-shadow: 0 8px 24px rgba(232,179,28,.35); }
.btn-primary:hover { background: var(--yellow-dark); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-lg { padding: 18px 34px; font-size: 1.15rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(9,18,14,.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand .accent { color: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 8px 14px; border-radius: 10px; color: var(--muted); font-weight: 600; font-size: .98rem; transition: color .15s, background .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--panel-2); }
.nav-links a.active { color: var(--yellow); }

/* Submeniu (Servicii ▾). Elementul se intinde pe toata inaltimea header-ului,
   ca sa nu ramana un gol intre link si dropdown care ar pierde hover-ul. */
.nav-item { position: relative; display: flex; align-items: center; align-self: stretch; }
.nav-caret { font-size: .72rem; margin-left: .45em; opacity: .8; display: inline-block; transform: translateY(-1px); transition: transform .15s ease; }
.nav-item:hover > a > .nav-caret, .nav-item:focus-within > a > .nav-caret { transform: translateY(-1px) rotate(180deg); }
.nav-sub {
  position: absolute; top: 100%; left: 0; min-width: 210px; z-index: 60;
  display: flex; flex-direction: column; gap: 2px; padding: 6px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
.nav-item:hover > .nav-sub, .nav-item:focus-within > .nav-sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-sub a { white-space: nowrap; font-size: .94rem; }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: inline-flex; align-items: center; gap: .5em; font-weight: 800; color: var(--yellow); font-size: 1.05rem; }
.burger { display: none; background: none; border: 0; color: var(--text); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(56px, 9vw, 110px) 0 clamp(50px, 8vw, 96px);
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(232,179,28,.14), transparent 60%),
    linear-gradient(180deg, #0d1813 0%, var(--black) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--yellow); background: rgba(232,179,28,.1); border: 1px solid rgba(232,179,28,.25);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero p.lead { font-size: 1.2rem; color: var(--muted); max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-art { display: flex; justify-content: center; }
.hero-art .badge {
  width: min(360px, 80%); aspect-ratio: 1; border-radius: 30px;
  background: #000;
  border: 1px solid rgba(232,179,28,.35);
  box-shadow: var(--shadow), 0 0 0 6px rgba(232,179,28,.06), inset 0 0 60px rgba(232,179,28,.05);
  display: grid; place-items: center; padding: 30px;
}
.hero-art .badge img { width: 100%; filter: drop-shadow(0 6px 24px rgba(232,179,28,.18)); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: linear-gradient(180deg, var(--ink), var(--black)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 40em; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Feature cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(232,179,28,.4); }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(232,179,28,.12); color: var(--yellow); font-size: 1.5rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.2rem; }
.card p { color: var(--muted); margin: 0; }

/* ---------- App download ---------- */
.app-badges { display: flex; flex-wrap: wrap; gap: 16px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: #000; border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 20px; min-width: 200px; transition: border-color .15s, transform .15s;
}
.store-badge:hover { border-color: var(--yellow); transform: translateY(-2px); }
.store-badge svg { width: 30px; height: 30px; flex: none; }
.store-badge .st-small { font-size: .72rem; color: var(--muted); line-height: 1; }
.store-badge .st-big { font-size: 1.15rem; font-weight: 700; line-height: 1.2; }

/* ---------- Call band ---------- */
.callband {
  background: linear-gradient(100deg, var(--yellow), #f0c94a);
  color: #1a1400; border-radius: 24px; padding: clamp(32px, 5vw, 52px);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.callband h2 { color: #1a1400; margin-bottom: .2em; }
.callband p { color: #4a3d00; margin: 0; font-weight: 600; }
.callband .btn-primary { background: #0b1511; color: var(--yellow); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.callband .btn-primary:hover { background: #182a22; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.stat-row { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 8px; }
.stat b { display: block; font-size: 2.2rem; font-weight: 800; color: var(--yellow); line-height: 1; }
.stat span { color: var(--muted); font-size: .95rem; }
.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--text); }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 999px; background: rgba(232,179,28,.15);
  color: var(--yellow); font-weight: 800; display: grid; place-items: center; font-size: .85rem;
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  display: flex; gap: 18px; align-items: flex-start;
}
.contact-card .ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: rgba(232,179,28,.12); color: var(--yellow); display: grid; place-items: center; font-size: 1.3rem; }
.contact-card h3 { font-size: 1.1rem; margin-bottom: .3em; }
.contact-card a.big { font-size: 1.5rem; font-weight: 800; color: var(--yellow); }
.contact-card p { color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #08110d; border-top: 1px solid var(--line); padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid h4 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
.footer-grid a { display: block; color: var(--muted); padding: 5px 0; transition: color .15s; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand p { color: var(--muted); max-width: 26em; margin-top: 14px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .9rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(48px, 7vw, 80px) 0 clamp(30px, 4vw, 46px); background: linear-gradient(180deg, #0d1813, var(--black)); border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero p { color: var(--muted); font-size: 1.15rem; max-width: 40em; }

/* ============ PREMIUM UPGRADE ============ */
.accent-grad { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.btn-primary { background: var(--gold-grad); }
.eyebrow { backdrop-filter: blur(6px); }

/* ---- Cinematic hero (homepage) ---- */
.hero-cine {
  position: relative; min-height: min(92vh, 860px); display: flex; align-items: center;
  padding: 120px 0 90px; overflow: hidden; isolation: isolate;
}
.hero-cine .hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background-image: var(--hero-img); background-size: cover; background-position: center right;
  transform: scale(1.04);
}
.hero-cine::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, #08110d 8%, rgba(6,6,6,.86) 34%, rgba(6,6,6,.35) 62%, rgba(6,6,6,.55) 100%),
    linear-gradient(0deg, #08110d 2%, transparent 30%);
}
.hero-cine .container { position: relative; }
.hero-cine .hero-copy { max-width: 660px; }
.hero-cine h1 { text-shadow: 0 2px 40px rgba(0,0,0,.5); }
.hero-cine .lead { font-size: 1.25rem; color: #e7e7ea; max-width: 34em; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-pill {
  display: inline-flex; align-items: center; gap: .5em; font-size: .9rem; font-weight: 600; color: #eee;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 8px 16px;
  backdrop-filter: blur(8px);
}
.trust-pill .dot { color: var(--yellow); }

/* ---- Stats strip ---- */
.stats-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d1813; }
.stats-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 40px; padding-bottom: 40px; }
.stat-cell { text-align: center; }
.stat-cell b { display: block; font-family: var(--font-head); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; }
.stat-cell b.g { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-cell span { color: var(--muted); font-size: .92rem; }

/* ---- Full-width image band ---- */
/* banda = card incadrat in container (imagine + text), colturi rotunjite */
.imgband { padding: clamp(28px, 4vw, 52px) 20px; }
.imgband-grid {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0;
  max-width: var(--maxw); margin: 0 auto; min-height: 440px;
  border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.imgband-media { position: relative; min-height: 300px; }
.imgband-media::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--band-img); background-size: cover; background-position: center;
}
.imgband-body { padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; background: var(--ink); }
.imgband.reverse .imgband-media { order: 2; }
.imgband-inner { width: 100%; max-width: 520px; }

/* ---- Photo page-hero (inner pages) ---- */
.page-hero.photo { position: relative; overflow: hidden; isolation: isolate; background: #08110d; border-bottom: 1px solid var(--line); padding: clamp(70px,10vw,130px) 0 clamp(44px,6vw,70px); }
.page-hero.photo .ph-bg { position: absolute; inset: 0; z-index: -2; background-image: var(--hero-img); background-size: cover; background-position: center; transform: scale(1.03); }
.page-hero.photo::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, #08110d 12%, rgba(7,7,7,.78) 45%, rgba(7,7,7,.4) 100%), linear-gradient(0deg,#08110d, transparent 55%); }
.page-hero.photo .container { position: relative; max-width: var(--maxw); }
.page-hero.photo h1 { text-shadow: 0 2px 30px rgba(0,0,0,.5); }

/* ---- Framed photo (split sections) ---- */
.shot { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.shot img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; display: block; }
.hero-art .shot { width: 100%; max-width: 560px; }

/* ---- App device frame ---- */
.device { position: relative; border-radius: 26px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 3/4; max-width: 340px; margin: 0 auto; }
.device img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .imgband-grid { grid-template-columns: 1fr; }
  .imgband-media { min-height: 300px; order: -1 !important; }
  .imgband.reverse .imgband-media { order: -1; }
  .imgband-body, .imgband.reverse .imgband-body { align-items: stretch; padding-left: 22px; padding-right: 22px; }
  .imgband-inner { max-width: none; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel);
  padding: 4px 20px; margin-bottom: 12px;
}
.faq details[open] { border-color: rgba(232,179,28,.4); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 1.08rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--yellow); font-size: 1.5rem; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* ---------- Legal / article ---------- */
.legal { max-width: 820px; margin: 0 auto; padding: clamp(36px, 6vw, 64px) 0; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
.legal h2 { font-size: 1.35rem; margin-top: 1.8em; color: var(--yellow); }
.legal h3 { font-size: 1.1rem; margin-top: 1.4em; }
.legal p, .legal li { color: #d7d8dc; }
.legal a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.legal ul, .legal ol { padding-left: 1.3em; }
.legal li { margin: .35em 0; }
.legal .updated { color: var(--muted); font-size: .92rem; }
.legal table { border-collapse: collapse; width: 100%; margin: 1.2em 0; font-size: .95rem; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--panel-2); }
.legal .box { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; background: var(--panel); margin: 1.4em 0; }
.legal .box strong { color: var(--text); }

/* ---------- Obiective turistice (POI) ---------- */
.poi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.poi-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease; }
.poi-card:hover { transform: translateY(-4px); border-color: rgba(232,179,28,.4); }
.poi-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.poi-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.poi-card:hover .poi-media img { transform: scale(1.05); }
.poi-dist { position: absolute; left: 12px; bottom: 12px; background: rgba(9,18,14,.82); backdrop-filter: blur(6px); border: 1px solid rgba(232,179,28,.35); color: var(--yellow); font-weight: 700; font-size: .82rem; padding: 6px 12px; border-radius: 999px; }
.poi-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.poi-body h3 { font-size: 1.2rem; margin-bottom: .35em; }
.poi-body p { color: var(--muted); font-size: .96rem; margin: 0 0 16px; flex: 1; }
.poi-cta { display: inline-flex; align-items: center; gap: .5em; align-self: flex-start; font-weight: 700; color: var(--yellow); font-size: .95rem; }
.poi-cta:hover { text-decoration: underline; }
.credits { max-width: var(--maxw); margin: 40px auto 0; font-size: .82rem; color: #7c8d84; line-height: 1.7; }
.credits a { color: #98a89f; text-decoration: underline; text-underline-offset: 2px; }
.credits strong { color: var(--muted); }
@media (max-width: 900px) { .poi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .poi-grid { grid-template-columns: 1fr; } }

/* ---------- Tarife ---------- */
.tarife-wrap { max-width: 760px; margin: 0 auto; }
.tarife { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.tarife th, .tarife td { padding: 20px 14px; text-align: center; border-bottom: 1px solid var(--line); }
.tarife thead th { background: var(--panel-2); font-family: var(--font-head); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.tarife thead th.zi { color: var(--yellow); }
.tarife thead th:first-child, .tarife tbody th { text-align: left; }
.tarife tbody th { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--text); white-space: nowrap; }
.tarife tbody td { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; color: var(--text); }
.tarife tbody td.zi { color: var(--yellow); }
.tarife td .u, .tarife th .u { display: block; font-family: var(--font); font-weight: 500; font-size: .72rem; letter-spacing: 0; text-transform: none; color: var(--muted); margin-top: 2px; }
.tarife tr:last-child th, .tarife tr:last-child td { border-bottom: 0; }
.tarife-note { max-width: 760px; margin: 22px auto 0; color: var(--muted); font-size: .92rem; }
.tarife-note li { margin: 6px 0; }
@media (max-width: 560px) {
  .tarife th, .tarife td { padding: 14px 8px; }
  .tarife tbody td { font-size: 1.1rem; }
  .tarife tbody th { font-size: .88rem; white-space: normal; }
}

/* ---------- ANPC / SOL badges (imagini oficiale) ---------- */
.consumer-badges { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 4px 0 30px; }
.cbadge-img { display: inline-block; transition: transform .15s; }
.cbadge-img:hover { transform: translateY(-1px); }
.cbadge-img img { height: 48px; width: auto; display: block; border-radius: 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .hero-art .badge { width: min(260px, 70%); }
  .cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--ink); border-bottom: 1px solid var(--line); padding: 12px 20px; gap: 4px;
  }
  .nav-links.open a { padding: 12px 14px; }
  /* pe mobil submeniul se desfasoara inline, indentat — fara hover, fara JS */
  .nav-item { flex-direction: column; align-items: stretch; align-self: auto; }
  .nav-sub {
    position: static; opacity: 1; visibility: visible; transform: none;
    min-width: 0; padding: 0 0 0 14px; gap: 0;
    background: none; border: 0; box-shadow: none;
    border-left: 2px solid var(--line); margin-left: 14px;
  }
  .nav-caret { display: none; }
  .burger { display: block; }
  .nav-phone span.lbl { display: none; }
  .cards { grid-template-columns: 1fr; }
  .callband { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* ---- Clasic: titluri serif (ca „C”-ul din siglă) ---- */
h1, h2, h3, .brand span, .stat-cell b, .stat b { letter-spacing: -.01em; }
h1, h2 { font-weight: 800; }
h3 { font-weight: 700; }
.brand img { background: transparent; }
.mobile-numbers { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 24px; }
.mobile-numbers .contact-card .big { font-size: 1.35rem; }
.review-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; }
