/* =====================================================================
   R89 Repairs — foaie de stil principală
   Structură: 1. Tokens  2. Bază  3. Componente  4. Header/Footer
              5. Secțiuni pagină  6. Formulare  7. Responsive
   Notă: fiecare "pagină" din mockup este o <section class="page">;
   la trecerea pe PHP, stilurile rămân neschimbate.
   ===================================================================== */

/* 1. Tokens ---------------------------------------------------------- */
:root {
  --navy: #0c1a2a;
  --navy-2: #10233a;
  --navy-3: #16304f;
  --blue: #1d5fd1;
  --blue-600: #174ea8;
  --blue-50: #eaf1fc;
  --green: #149a68;
  --green-600: #0f7f55;
  --green-50: #e6f5ee;
  --wa: #25d366;
  --ink: #14202c;
  --text: #2c3a49;
  --muted: #64748b;
  --bg: #f4f6f9;
  --surface: #ffffff;
  --line: #e2e8f0;
  --line-2: #cbd5e1;
  --star: #f9ab00;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 8px 28px rgba(12, 26, 42, .08);
  --shadow-lg: 0 20px 50px rgba(12, 26, 42, .16);
  --container: 1180px;
  --header-h: 72px;
  --font-head: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
}

/* 2. Bază ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--surface);
}
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1em; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
strong { font-weight: 600; color: var(--ink); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.icon { width: 1.25em; height: 1.25em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-fill { fill: currentColor; stroke: none; }
section[id], .page[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

/* 3. Componente ------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .8rem 1.35rem; border-radius: 10px; border: 1.5px solid transparent;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem; line-height: 1.2;
  cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 1rem 1.7rem; font-size: 1.05rem; border-radius: 12px; }
.btn-sm { padding: .55rem 1rem; font-size: .9rem; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(20, 154, 104, .28); }
.btn-primary:hover { background: var(--green-600); color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-600); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-ghost-light { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .14); color: #fff; border-color: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: #f1f5f9; color: var(--ink); }
.btn-wa { background: var(--wa); color: #073b1c; }
.btn-wa:hover { background: #1ebe5a; color: #073b1c; }
.btn-wa .icon { color: #073b1c; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-600); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--green); }
.eyebrow.on-dark { color: #7fd7b3; }
.eyebrow.on-dark::before { background: #7fd7b3; }

.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-alt { background: var(--bg); }
.section-dark { background: var(--navy); color: #cfd8e3; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark strong { color: #fff; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head p { font-size: 1.1rem; color: var(--muted); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.lead { font-size: 1.15rem; color: var(--muted); }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: box-shadow .2s, transform .2s, border-color .2s;
}
.card:hover { box-shadow: var(--shadow); }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-50); color: var(--blue); margin-bottom: 18px;
}
.card-icon.green { background: var(--green-50); color: var(--green-600); }
.card-icon .icon { width: 24px; height: 24px; }
.card h3 { margin-bottom: .45rem; }
.card p { color: var(--muted); font-size: .98rem; margin-bottom: 0; }

.check-list li {
  position: relative; padding-left: 30px; margin-bottom: .55rem; color: var(--text);
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .28em; width: 19px; height: 19px; border-radius: 50%;
  background: var(--green-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f7f55' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
.section-dark .check-list li::before { background-color: rgba(127, 215, 179, .15); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-block; padding: .35rem .8rem; border-radius: 999px; font-size: .88rem; font-weight: 500;
  background: var(--bg); border: 1px solid var(--line); color: var(--text);
}
.tag {
  display: inline-block; padding: .2rem .6rem; border-radius: 6px; font-size: .74rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; background: var(--blue-50); color: var(--blue-600);
}
.tag.green { background: var(--green-50); color: var(--green-600); }
.tag.amber { background: #fff4d6; color: #8a5a00; }

.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-family: var(--font-head); }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .18s; }
.link-arrow:hover .icon { transform: translateX(3px); }

.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars .icon { width: 17px; height: 17px; fill: currentColor; stroke: none; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .88rem; color: rgba(255, 255, 255, .6); margin-bottom: 1rem; }
.breadcrumb a { color: rgba(255, 255, 255, .75); }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; color: rgba(255, 255, 255, .35); }
.breadcrumb li:last-child { color: #fff; }

.notice {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius-sm);
  background: var(--blue-50); border: 1px solid #cddcf5; color: var(--ink); font-size: .95rem;
}
.notice .icon { color: var(--blue); width: 22px; height: 22px; margin-top: 2px; }
.notice.green { background: var(--green-50); border-color: #bfe6d3; }
.notice.green .icon { color: var(--green-600); }

/* 4. Header ---------------------------------------------------------- */
.topbar { background: var(--navy); color: #b8c4d3; font-size: .84rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 38px; gap: 16px; }
.topbar ul { display: flex; gap: 22px; }
.topbar li { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.topbar a { color: #dbe3ec; }
.topbar .icon { width: 15px; height: 15px; color: #7fd7b3; }
.topbar .badge-ro { color: #7fd7b3; font-weight: 600; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 4px 24px rgba(12, 26, 42, .08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-family: var(--font-head); }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: .95rem; letter-spacing: .02em; position: relative; overflow: hidden;
}
.brand-mark::after {
  content: ""; position: absolute; inset: auto -6px -6px auto; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); opacity: .9;
}
.brand-mark span { position: relative; z-index: 1; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-size: 1.15rem; font-weight: 800; letter-spacing: -.01em; }
.brand-text small { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 600; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > li { position: relative; }
.main-nav > li > a {
  display: inline-flex; align-items: center; gap: .3rem; padding: .6rem .85rem; border-radius: 8px;
  color: var(--ink); font-family: var(--font-head); font-weight: 600; font-size: .95rem;
}
.main-nav > li > a:hover, .main-nav > li.open > a { background: var(--bg); text-decoration: none; color: var(--blue-600); }
.main-nav > li > a .icon { width: 15px; height: 15px; transition: transform .18s; }
.main-nav > li:hover > a .icon, .main-nav > li.open > a .icon { transform: rotate(180deg); }
.main-nav .nav-cta { margin-left: 10px; }
.main-nav .nav-cta a { padding: .65rem 1.15rem; }
.main-nav .nav-cta a:hover { background: var(--green-600); color: #fff; }

.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 8px);
  min-width: 560px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 14px; opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s;
}
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.dropdown::after {
  content: ""; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; background: #fff;
  border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: translateX(-50%) rotate(45deg);
}
.main-nav > li:hover > .dropdown, .main-nav > li.open > .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.dropdown-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; color: var(--ink);
}
.dropdown-item:hover { background: var(--bg); text-decoration: none; }
.dropdown-item .di-icon {
  width: 40px; height: 40px; border-radius: 10px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex: none;
}
.dropdown-item .di-icon .icon { width: 21px; height: 21px; }
.dropdown-item b { display: block; font-family: var(--font-head); font-size: .95rem; margin-bottom: 2px; }
.dropdown-item span { display: block; font-size: .82rem; color: var(--muted); line-height: 1.4; }
.dropdown-foot {
  margin-top: 10px; padding: 12px 14px 4px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center;
  font-size: .86rem; color: var(--muted);
}

.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink);
  align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle .icon { width: 22px; height: 22px; }
.nav-toggle .i-close { display: none; }
body.nav-open .nav-toggle .i-menu { display: none; }
body.nav-open .nav-toggle .i-close { display: block; }

/* Footer */
.site-footer { background: var(--navy); color: #a9b6c6; font-size: .95rem; }
.footer-top { padding: 72px 0 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1.1rem; }
.site-footer a { color: #d5deea; }
.site-footer a:hover { color: #fff; }
.site-footer li { margin-bottom: .55rem; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand-text small { color: #8fa0b5; }
.footer-brand p { margin-top: 18px; max-width: 360px; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact .icon { width: 18px; height: 18px; color: #7fd7b3; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; font-size: .84rem; color: #8090a5; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom ul { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; font-size: .8rem; color: #6f819a; line-height: 1.55; }
.footer-legal .container { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.footer-legal p { margin: 0; max-width: 820px; }
.anpc-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px;
  font-size: .74rem; font-weight: 700; letter-spacing: .06em; color: #cfd8e3; white-space: nowrap;
}
.anpc-badge:hover { text-decoration: none; border-color: #fff; }
.anpc-badge .icon { width: 16px; height: 16px; color: #7fd7b3; }

/* 5. Pagini ---------------------------------------------------------- */
/* Hero */
.hero {
  position: relative; color: #fff; min-height: min(86vh, 780px); display: flex; align-items: center;
  background: var(--navy) url("../img/hero-motherboard.jpg") center/cover no-repeat; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(95deg, rgba(8, 19, 34, .95) 0%, rgba(8, 19, 34, .86) 38%, rgba(8, 19, 34, .55) 68%, rgba(8, 19, 34, .3) 100%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; z-index: -1;
  background: linear-gradient(180deg, rgba(8, 19, 34, 0), rgba(8, 19, 34, .55));
}
.hero .container { padding-top: 96px; padding-bottom: 96px; }
.hero-content { max-width: 780px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: .6rem; padding: .4rem .9rem .4rem .5rem; border-radius: 999px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); font-size: .86rem; font-weight: 500; margin-bottom: 26px;
}
.hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(20, 154, 104, .3); margin-left: .35rem; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.4vw, 4rem); margin-bottom: 1.1rem; max-width: 15ch; }
.hero h1 .accent { color: #7fd7b3; }
.hero-lead { font-size: 1.18rem; color: #c9d4e1; max-width: 600px; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2.4rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-proof li { display: flex; align-items: center; gap: .6rem; font-size: .92rem; color: #dbe3ec; }
.hero-proof .icon { width: 20px; height: 20px; color: #7fd7b3; }
.hero-proof .stars .icon { width: 15px; height: 15px; }
.hero-proof b { color: #fff; font-family: var(--font-head); }

/* Stats strip */
.stats { background: #fff; border-bottom: 1px solid var(--line); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 24px; border-left: 1px solid var(--line); display: flex; gap: 16px; align-items: flex-start; }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .icon { width: 26px; height: 26px; color: var(--green-600); margin-top: 4px; }
.stat b { display: block; font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: var(--ink); line-height: 1.1; }
.stat span { font-size: .92rem; color: var(--muted); }

/* Echipamente */
.equip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.equip-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.equip-card:hover { text-decoration: none; }
.equip-card .equip-media { position: relative; aspect-ratio: 16 / 10; background: var(--navy-2); overflow: hidden; }
.equip-card .equip-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.equip-card:hover .equip-media img { transform: scale(1.04); }
.equip-card .equip-media .tag { position: absolute; left: 14px; top: 14px; background: rgba(255, 255, 255, .92); color: var(--ink); }
.equip-card .equip-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.equip-card h3 { font-size: 1.15rem; }
.equip-card .equip-sub { font-size: .9rem; color: var(--muted); margin-bottom: 14px; }
.equip-card ul { margin-bottom: 18px; }
.equip-card li { font-size: .92rem; color: var(--text); padding-left: 20px; position: relative; margin-bottom: .35rem; }
.equip-card li::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 2px; background: var(--green); }
.equip-card .link-arrow { margin-top: auto; }

/* Diferențiator */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.split .section-head { margin-bottom: 24px; }
.bench-card { background: var(--navy-2); color: #cfd8e3; border-radius: 20px; padding: 32px; position: relative; overflow: hidden; }
.bench-card::before {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%237fd7b3' stroke-width='1'%3E%3Cpath d='M0 30h40v30h30V0'/%3E%3Cpath d='M120 90H80V60H50v60'/%3E%3Cpath d='M0 90h20v-20'/%3E%3Cpath d='M100 20h20'/%3E%3C/g%3E%3Cg fill='%237fd7b3'%3E%3Ccircle cx='40' cy='30' r='2.5'/%3E%3Ccircle cx='70' cy='60' r='2.5'/%3E%3Ccircle cx='80' cy='90' r='2.5'/%3E%3Ccircle cx='20' cy='70' r='2.5'/%3E%3Ccircle cx='100' cy='20' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.bench-card > * { position: relative; }
.bench-card h3 { color: #fff; margin-bottom: 1.2rem; }
.bench-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bench-box { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 16px 18px; }
.bench-box small { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #8fa0b5; margin-bottom: 6px; font-weight: 700; }
.bench-box b { color: #fff; font-family: var(--font-head); display: block; margin-bottom: 4px; }
.bench-box span { font-size: .88rem; }
.bench-box.hl { border-color: rgba(127, 215, 179, .45); background: rgba(20, 154, 104, .14); }
.bench-box.hl small { color: #7fd7b3; }
.bench-tools { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; gap: 8px; }
.bench-tools span { font-size: .8rem; padding: .3rem .65rem; border-radius: 999px; background: rgba(255, 255, 255, .08); color: #dbe3ec; }

/* Pași */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 26px 24px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step::before {
  counter-increment: step; content: "0" counter(step); font-family: var(--font-head); font-weight: 800; font-size: .85rem; letter-spacing: .08em;
  color: var(--green-600); display: block; margin-bottom: 14px;
}
.step h3 { font-size: 1.08rem; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }
.steps.vertical { grid-template-columns: 1fr; gap: 0; }
.steps.vertical .step { border-radius: 0; border-top: 0; display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 28px; }
.steps.vertical .step:first-child { border-top: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; }
.steps.vertical .step:last-child { border-radius: 0 0 var(--radius) var(--radius); }
.steps.vertical .step::before {
  margin: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--green-50); display: grid; place-items: center; font-size: 1rem;
}

/* Bandă curier */
.courier-band { background: var(--navy); color: #cfd8e3; position: relative; overflow: hidden; }
.courier-band::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(29, 95, 209, .35), transparent);
}
.courier-band .container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; position: relative; }
.courier-band h2 { color: #fff; }
.courier-band .lead { color: #b8c4d3; }
.courier-points { display: grid; gap: 14px; }
.courier-points li { display: flex; gap: 14px; align-items: flex-start; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 16px 18px; }
.courier-points .icon { width: 24px; height: 24px; color: #7fd7b3; flex: none; margin-top: 2px; }
.courier-points b { display: block; color: #fff; font-family: var(--font-head); margin-bottom: 2px; }
.courier-points span { font-size: .92rem; }
.county-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.county-grid span { font-size: .84rem; padding: .35rem .7rem; border-radius: 8px; background: var(--bg); border: 1px solid var(--line); color: var(--text); }

/* Recenzii Google */
.reviews-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.g-summary { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; box-shadow: var(--shadow); }
.g-summary .g-logo { width: 44px; height: 44px; }
.g-summary b { display: block; font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); }
.g-summary .g-score { display: flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--muted); }
.g-summary .g-score strong { font-size: 1.15rem; color: var(--ink); }
.g-summary .btn { margin-left: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 22px 20px; display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(12, 26, 42, .06); }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--blue); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); flex: none; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-who b { display: block; font-size: .96rem; color: var(--ink); font-family: var(--font-head); }
.review-who span { font-size: .82rem; color: var(--muted); }
.review-top .g-logo { width: 22px; height: 22px; margin-left: auto; }
.review-card .stars { margin-bottom: 10px; }
.review-card p { font-size: .96rem; color: var(--text); margin: 0; }
.review-foot { margin-top: auto; padding-top: 14px; font-size: .8rem; color: var(--muted); display: flex; justify-content: space-between; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 22px; }
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--font-head); font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--green-600); flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--green-50); display: grid; place-items: center; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 20px; margin: 0; color: var(--muted); }

/* Articole */
.post-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.post-card .post-media { aspect-ratio: 16 / 9; background: var(--navy-2); position: relative; overflow: hidden; }
.post-card .post-media img { width: 100%; height: 100%; object-fit: cover; }
.post-card .post-media .tag { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.92); color: var(--ink); }
.post-card .post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card time { font-size: .82rem; color: var(--muted); margin-bottom: 8px; }
.post-card h3 { font-size: 1.08rem; }
.post-card .link-arrow { margin-top: auto; padding-top: 14px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.article-hero { margin: 0 0 36px; }
.article-hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.article-hero figcaption { margin-top: 8px; color: var(--muted); font-size: .78rem; text-align: right; }
.article-hero figcaption a { color: inherit; text-decoration: underline; }
.article-body { color: var(--text); font-size: 1.02rem; line-height: 1.8; }
.article-body > p:first-child { font-size: 1.12rem; color: var(--ink); }
.article-body h2 { margin-top: 2.2rem; font-size: 1.45rem; }
.article-body ul, .article-body ol { padding-left: 1.35rem; margin: 0 0 1.2rem; }
.article-body li { margin-bottom: .45rem; }
.article-body a { color: var(--blue-600); text-decoration: underline; }
.article-sources { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; font-size: 1.15rem; }
.article-cta { margin-top: 48px; }

/* CTA panel */
.cta-panel { background: var(--navy-2); color: #cfd8e3; border-radius: 22px; padding: 56px; display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; right: -80px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(closest-side, rgba(20, 154, 104, .35), transparent); }
.cta-panel > * { position: relative; }
.cta-panel h2 { color: #fff; margin-bottom: .5rem; }
.cta-panel p { margin: 0; color: #b8c4d3; max-width: 560px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Page head (pagini interioare) */
.page-head { background: var(--navy-2); color: #fff; padding: 64px 0 56px; position: relative; overflow: hidden; border-top: 4px solid var(--green); }
.page-head::before { content: ""; position: absolute; right: -160px; top: -200px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(closest-side, rgba(29, 95, 209, .3), transparent); }
.page-head .container { position: relative; }
.page-head h1 { color: #fff; max-width: 760px; }
.page-head .lead { color: #b8c4d3; max-width: 640px; margin: 0; }
.page-head .page-head-actions { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.page-head.with-icon .container { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.page-head .head-icon { width: 96px; height: 96px; border-radius: 22px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); display: grid; place-items: center; color: #7fd7b3; }
.page-head .head-icon .icon { width: 46px; height: 46px; stroke-width: 1.6; }

/* Despre noi */
.about-media { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3.3; background: var(--navy); }
.about-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.about-media .float-card { position: absolute; left: 22px; bottom: 22px; background: #fff; border-radius: 12px; padding: 16px 18px; box-shadow: var(--shadow-lg); display: flex; gap: 14px; align-items: center; }
.about-media .float-card b { display: block; font-family: var(--font-head); font-size: 1.4rem; color: var(--ink); line-height: 1; }
.about-media .float-card span { font-size: .84rem; color: var(--muted); }
.about-media .float-card .icon { width: 30px; height: 30px; color: var(--green-600); }
.tool-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.tool .icon { width: 24px; height: 24px; color: var(--blue); flex: none; margin-top: 2px; }
.tool b { display: block; font-family: var(--font-head); margin-bottom: 2px; color: var(--ink); }
.tool span { font-size: .9rem; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.timeline { border-left: 2px solid var(--line-2); padding-left: 28px; display: grid; gap: 26px; }
.timeline li { position: relative; }
.timeline li::before { content: ""; position: absolute; left: -35px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-50); }
.timeline b { display: block; font-family: var(--font-head); color: var(--ink); }
.timeline span { color: var(--muted); font-size: .95rem; }

/* Servicii */
.service-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.service-intro .side-card { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.service-intro .side-card h4 { margin-bottom: 12px; }
.service-intro .side-card li { font-size: .95rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; gap: 10px; transition: box-shadow .2s; }
.problem:hover { box-shadow: var(--shadow); }
.problem-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.problem-top .icon { width: 26px; height: 26px; color: var(--blue); }
.problem h3 { font-size: 1.08rem; margin: 0; }
.problem p { font-size: .94rem; color: var(--muted); margin: 0; }
.problem .problem-fix { font-size: .86rem; color: var(--ink); padding-top: 10px; border-top: 1px dashed var(--line-2); margin-top: auto; }
.problem .problem-fix b { color: var(--green-600); font-weight: 700; }
.service-cta { background: var(--green-50); border: 1px solid #bfe6d3; border-radius: 18px; padding: 36px 40px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.service-cta h3 { margin-bottom: .3rem; }
.service-cta p { margin: 0; color: var(--muted); }
.service-cta .cta-actions { justify-content: flex-end; }
.service-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-list-grid .card { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; }
.service-list-grid .card-icon { margin-bottom: 0; }
.service-list-grid ul { margin: 12px 0 16px; }
.service-list-grid li { font-size: .92rem; color: var(--muted); }

/* B2B */
.b2b-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.b2b-for { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.b2b-for .card { text-align: center; padding: 26px 18px; }
.b2b-for .card-icon { margin: 0 auto 14px; }
.b2b-for h4 { margin-bottom: .3rem; }
.b2b-for p { font-size: .9rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: stretch; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
.contact-card ul { display: grid; gap: 18px; margin-top: 8px; }
.contact-card li { display: flex; gap: 14px; align-items: flex-start; }
.contact-card .ci { width: 42px; height: 42px; border-radius: 10px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex: none; }
.contact-card .ci .icon { width: 21px; height: 21px; }
.contact-card small { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
.contact-card b { display: block; font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; }
.contact-card span { font-size: .9rem; color: var(--muted); }
.contact-card .hours { display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; font-size: .92rem; margin-top: 4px; }
.contact-card .hours dt { color: var(--muted); }
.contact-card .hours dd { margin: 0; color: var(--ink); font-weight: 500; }
.map-frame { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); min-height: 420px; background: var(--bg); }
.map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* Solicită reparație */
.request-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 32px; align-items: start; }
.request-side { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 20px; }
.request-side .card p { color: var(--muted); font-size: .94rem; }
.request-side .steps.vertical .step { padding: 18px 20px; grid-template-columns: 40px 1fr; gap: 14px; }
.request-side .steps.vertical .step::before { width: 36px; height: 36px; font-size: .85rem; }
.request-side .steps.vertical .step h3 { font-size: .98rem; margin-bottom: .2rem; }
.request-side .steps.vertical .step p { font-size: .88rem; }

/* Legal */
.legal-body h3 { margin-top: 2rem; font-size: 1.15rem; }
.legal-body p, .legal-body li { color: var(--text); font-size: .98rem; }
.legal-body ol { padding-left: 1.3rem; }
.legal-body ol li { margin-bottom: .4rem; }
.legal-meta { font-size: .88rem; color: var(--muted); }

/* 6. Formulare -------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px; box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: .3rem; }
.form-card > p { color: var(--muted); font-size: .96rem; margin-bottom: 26px; }
fieldset { border: 0; padding: 0; margin: 0 0 8px; min-width: 0; }
legend { font-family: var(--font-head); font-weight: 800; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green-600); margin-bottom: 16px; padding: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; margin-bottom: 26px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field label .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: .78rem .95rem; border: 1.5px solid var(--line-2); border-radius: 10px; font: inherit; font-size: .98rem; color: var(--ink);
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right .9rem center/18px no-repeat; padding-right: 2.6rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(29, 95, 209, .15); }
.field .hint { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.choice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-cards label { position: relative; display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1.5px solid var(--line-2); border-radius: 12px; cursor: pointer; transition: border-color .15s, background .15s; }
.choice-cards label:hover { border-color: var(--blue); }
.choice-cards input { position: absolute; opacity: 0; }
.choice-cards input:checked + .choice-body { color: var(--ink); }
.choice-cards label:has(input:checked) { border-color: var(--green); background: var(--green-50); box-shadow: 0 0 0 3px rgba(20, 154, 104, .15); }
.choice-cards .choice-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--bg); color: var(--blue); display: grid; place-items: center; flex: none; }
.choice-cards label:has(input:checked) .choice-icon { background: #fff; color: var(--green-600); }
.choice-cards .choice-icon .icon { width: 22px; height: 22px; }
.choice-cards b { display: block; font-family: var(--font-head); font-size: .98rem; margin-bottom: 2px; color: var(--ink); }
.choice-cards span { font-size: .86rem; color: var(--muted); }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; color: var(--text); margin-bottom: 14px; }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green); flex: none; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
.form-actions .hint { font-size: .86rem; color: var(--muted); }
.form-success { display: none; padding: 22px 24px; border-radius: 12px; background: var(--green-50); border: 1px solid #bfe6d3; color: var(--ink); }
.form-success .icon { width: 26px; height: 26px; color: var(--green-600); }
form.is-sent .form-success { display: flex; gap: 14px; align-items: flex-start; }
form.is-sent .form-body { display: none; }

/* Utilitare */
.mt-0 { margin-top: 0 !important; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.mb-24 { margin-bottom: 24px; }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* 7. Responsive ------------------------------------------------------- */
@media (max-width: 1100px) {
  .equip-grid, .stats .container { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stat { padding: 20px 24px 20px 24px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .b2b-for { grid-template-columns: repeat(2, 1fr); }
  .tool-list { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  :root { --header-h: 66px; }
  .topbar ul.topbar-left li:nth-child(2) { display: none; }
  .nav-toggle { display: inline-flex; }
  /* Panoul de meniu: absolut, imediat sub header-ul sticky, deci vizibil oriunde în pagină */
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch;
    padding: 8px 20px 28px; gap: 2px; overflow-y: auto; -webkit-overflow-scrolling: touch; display: none;
    border-top: 1px solid var(--line); box-shadow: 0 24px 40px rgba(12, 26, 42, .18);
    max-height: calc(100vh - var(--header-h)); max-height: calc(100dvh - var(--header-h));
  }
  body.nav-open .main-nav { display: flex; }
  /* fără overflow:hidden pe body: ar transforma body în scroll container și ar strica header-ul sticky */
  body.nav-open::after { content: ""; position: fixed; inset: 0; z-index: 90; background: rgba(12, 26, 42, .45); }
  .main-nav > li > a { display: flex; padding: .95rem .6rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; justify-content: space-between; }
  .main-nav > li > a:hover { background: transparent; }
  .main-nav > li:last-child > a { border-bottom: 0; }
  .main-nav .nav-cta { margin: 14px 0 0; }
  .main-nav .nav-cta a { display: flex; width: 100%; justify-content: center; border-bottom: 0; border-radius: 10px; padding: .9rem 1rem; }
  .main-nav .dropdown-item { padding: 10px 6px; }
  .main-nav .dropdown-foot { display: flex; padding: 10px 6px 4px; }
  .dropdown { position: static; transform: none; min-width: 0; box-shadow: none; border: 0; padding: 4px 0 10px; display: none; opacity: 1; visibility: visible; }
  .dropdown::after, .dropdown::before { display: none; }
  .main-nav > li.open > .dropdown { display: block; transform: none; }
  .main-nav > li:hover > .dropdown { transform: none; }
  .dropdown-grid { grid-template-columns: 1fr; }
  .dropdown-foot { display: none; }
  .split, .courier-band .container, .service-intro, .contact-grid, .request-grid, .cta-panel, .service-cta { grid-template-columns: 1fr; }
  .request-side { position: static; }
  .cta-panel { padding: 40px 32px; }
  .page-head.with-icon .container { grid-template-columns: 1fr; }
  .page-head .head-icon { display: none; }
  .review-grid, .problem-grid, .grid-3, .values { grid-template-columns: repeat(2, 1fr); }
  .service-cta .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .topbar .container { justify-content: center; }
  .topbar ul.topbar-right { display: none; }
  .hero .container { padding-top: 72px; padding-bottom: 64px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 14px; }
  .equip-grid, .stats .container, .steps, .review-grid, .problem-grid, .grid-2, .grid-3, .grid-4, .values, .b2b-for, .b2b-grid, .tool-list, .service-list-grid, .form-grid, .choice-cards, .footer-top, .bench-row { grid-template-columns: 1fr; }
  .stat { border-left: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .steps.vertical .step { grid-template-columns: 1fr; gap: 10px; }
  .form-card { padding: 24px 20px; }
  .service-cta { padding: 28px 24px; }
  .brand-text small { display: none; }
  .g-summary { width: 100%; flex-wrap: wrap; }
  .g-summary .btn { margin-left: 0; }
  .footer-legal .container { align-items: flex-start; }
}

/* Link activ în meniu (setat din js/main.js) */
.main-nav > li > a.is-active { color: var(--blue-600); }
.main-nav > li > a.is-active::after { content: ""; display: block; position: absolute; left: .85rem; right: .85rem; bottom: 2px; height: 2px; background: var(--green); border-radius: 2px; }
.main-nav > li > a { position: relative; }
.main-nav .nav-cta a.is-active::after { display: none; }
.main-nav .nav-cta > a,
.main-nav .nav-cta > a.is-active { background: var(--green); color: #fff; }
.main-nav .nav-cta > a:hover,
.main-nav .nav-cta > a:focus-visible,
.main-nav .nav-cta > a:active,
.main-nav .nav-cta > a.is-active:hover { background: var(--green-600); color: #fff; }
@media (max-width: 980px) { .main-nav > li > a.is-active::after { display: none; } }

/* 8. Fixuri mobil ----------------------------------------------------- */
html { overflow-x: clip; }
.m-only { display: none; }
@media (max-width: 640px) {
  .m-only { display: inline; }
  .m-hide { display: none !important; }
  .topbar .container { height: auto; min-height: 38px; padding-top: 7px; padding-bottom: 7px; justify-content: center; flex-wrap: wrap; gap: 4px 16px; }
  .topbar ul { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .topbar li { white-space: normal; text-align: center; }
  .topbar ul.topbar-left li:nth-child(1) { display: none; }
  .topbar ul.topbar-right { display: flex; }
  .topbar ul.topbar-right li:nth-child(2) { display: none; }
  .hero-kicker { white-space: normal; line-height: 1.4; font-size: .8rem; padding: .45rem .8rem .45rem .55rem; }
  .hero h1 { max-width: none; font-size: clamp(2rem, 9.2vw, 2.6rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; padding-top: 20px; }
  .hero-proof li { font-size: .84rem; }
  .hero-proof li:first-child { grid-column: 1 / -1; }
  .card { padding: 22px; }
  .problem { padding: 20px; }
  .bench-card { padding: 22px; border-radius: 16px; }
  .cta-panel { padding: 32px 22px; border-radius: 16px; }
  .cta-actions .btn { flex: 1 1 auto; }
  .page-head { padding: 44px 0 40px; }
  .page-head h1 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .page-head .page-head-actions .btn { flex: 1 1 auto; }
  .section-head { margin-bottom: 32px; }
  .steps.vertical .step { padding: 20px; }
  .service-intro .side-card, .contact-card { padding: 22px; }
  .service-cta { padding: 24px 20px; }
  .g-summary { padding: 14px 16px; gap: 12px; }
  .reviews-head { margin-bottom: 24px; }
  .review-card { padding: 18px; }
  .faq details { padding: 0 16px; }
  .faq summary { padding: 15px 0; font-size: .98rem; }
  .btn-lg { padding: .9rem 1.2rem; font-size: 1rem; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .choice-cards label { padding: 14px; }
  .anpc-badge { white-space: normal; }
  .footer-top { padding: 48px 0 32px; gap: 30px; }
  .footer-legal .container { gap: 14px; }
  .map-frame, .map-frame iframe { min-height: 320px; }
  .about-media { aspect-ratio: 4 / 3; }
  .about-media .float-card { left: 14px; bottom: 14px; padding: 12px 14px; }
  .county-grid span, .chip { font-size: .8rem; }
  .legal-body h3 { margin-top: 1.5rem; }
}
