/*
Theme Name: MVO Service Design
Theme URI: https://service-mvo.ro/
Description: Child theme custom design pentru Service MVO.
Author: Kiklab
Author URI: http://kiklab.ro/
Template: hello-elementor
Version: 1.21.4
Text Domain: mvo-service-design
*/

/* ─────────────────────────────────────────────────────────────
   MVO Service · Acasă · stylesheet
   ───────────────────────────────────────────────────────────── */

:root {
  --blue: #1E40AF;
  --blue-d: #0B2D6B;
  --blue-l: #E4ECF8;
  --blue-tint: #F2F6FC;
  --ink: #0F1530;
  --ink-2: #334155;
  --ink-3: #64748B;
  --line: #D8DFEC;
  --bg: #FFFFFF;
  --bg-alt: #F8FAFC;
  --container: 1200px;
  --pad: 80px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

h1, h2, h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
h1 { font-size: 44px; line-height: 1.1; }
h2 { font-size: 36px; line-height: 1.15; }
h3 { font-size: 18px; line-height: 1.3; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-d);
  font-weight: 700;
}
.eyebrow-light { color: #7DD3FC; }
.eyebrow-muted { color: #94A3B8; }

.muted { color: var(--ink-3); }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  transition: transform .15s, background .15s, color .15s, border-color .15s;
  cursor: pointer;
  border: 0;
  font-family: inherit;
}
.btn-primary { background: var(--blue) !important; color: white !important; }
.btn-primary:hover { background: var(--blue-d) !important; color: white !important; }
.btn-outline { border: 1px solid var(--line) !important; color: var(--ink) !important; background: transparent !important; }
.btn-outline:hover { border-color: var(--blue) !important; color: var(--blue-d) !important; background: transparent !important; }
.btn-light { background: white !important; color: var(--ink) !important; }
.btn-light:hover { background: #F1F5F9 !important; color: var(--ink) !important; }
.btn-outline-light { border: 1px solid rgba(255,255,255,.25) !important; color: white !important; background: transparent !important; }
.btn-outline-light:hover { border-color: white !important; color: white !important; background: transparent !important; }

/* ── Card ─────────────────────────────────────────────────── */
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.card:hover {
  box-shadow: 0 12px 32px -16px rgba(15,23,42,.18);
  border-color: #CBD5E1;
  transform: translateY(-2px);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.chip-soon { background: #FEF3C7; color: #92400E; }
.chip-new { background: var(--blue); color: white; }

/* ── Stars ─────────────────────────────────────────────────── */
.stars { display: inline-flex; gap: 2px; color: #F5B301; }

/* ── Section heads ────────────────────────────────────────── */
.section-head { margin-bottom: 40px; }
.section-head .eyebrow { display: block; margin-bottom: 12px; }
.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section-head-row > div { flex: 1; }
.section-head-center { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-lede { margin-top: 12px; color: var(--ink-2); max-width: 560px; }
.section-head-center .section-lede { margin-left: auto; margin-right: auto; }

/* ── Top bar ──────────────────────────────────────────────── */
.topbar {
  background: #F4F6FB;
  color: var(--ink-2);
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.topbar-left, .topbar-right { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.topbar-right a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-2); }
.topbar-right a:hover { color: var(--blue-d); }
.status { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 600; }
.dot-sep { color: var(--line); }
.topbar-loc { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-3); }

.live-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}
.live-dot::before, .live-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #22C55E;
}
.live-dot::before { animation: mvoPulse 2s infinite; }
.live-dot.closed::before, .live-dot.closed::after { background: #F59E0B; }
@keyframes mvoPulse {
  0%   { transform: scale(1);   opacity: .9; }
  70%  { transform: scale(2.5); opacity: 0;  }
  100% {                         opacity: 0;  }
}

/* ── Header ───────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #0D3F88;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: white;
}
.header-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-mark img {
  display: block;
  height: 40px;
  width: auto;
  object-fit: contain;
}
.logo-subtitle {
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.logo-text { display: none; }

.nav {
  display: flex;
  gap: 4px;
  margin-left: auto;
  align-items: center;
}
.nav-link, .nav a.nav-link, .nav button.nav-link {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #CBD5E1;
  transition: color .15s, background .15s;
  background: transparent;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-link:hover { color: white; background: rgba(255,255,255,.06); }
.nav-link.active { color: white; background: rgba(125, 211, 252, .14); }
.nav-link .caret { transition: transform .2s; opacity: .7; }

/* ── Mega menu ─────────────────────────────────────────────── */
.nav-item { position: relative; display: inline-flex; align-items: center; }
.nav-mega-trigger[aria-expanded="true"] .caret,
.nav-mega-trigger.open .caret { transform: rotate(180deg); }
.nav-mega-trigger.open > .nav-link { color: white; background: rgba(125, 211, 252, .14); }

.mega {
  position: fixed;
  top: var(--header-bottom, 100px);
  left: 0;
  right: 0;
  background: white;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 48px -20px rgba(15, 21, 48, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 60;
}
.mega.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-inner {
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.mega-col { display: flex; flex-direction: column; gap: 4px; }
.mega-cat {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-d);
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.mega-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 12px;
  margin: 0 -12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  transition: background .15s;
}
.mega-link:hover { background: var(--bg-alt); }
.mega-link strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.mega-link span {
  display: block;
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 2px;
  line-height: 1.4;
}
.mega-link-soon {
  opacity: 0.65;
}
.mega-link-soon:hover { opacity: 1; }
.mega-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--blue-l);
  color: var(--blue-d);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mega-link:hover .mega-icon { background: var(--blue); color: white; }
.mega-link span.mega-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  margin-top: 4px;
  line-height: 1.4;
}
.mega-link span.mega-badge-new { background: var(--blue); color: #fff; }
.mega-link span.mega-badge-soon { background: #E0B43A; color: #000; }
.mega-link > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }

.mega-cta {
  margin-top: 14px;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ink) 0%, #16266B 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.mega-cta-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7DD3FC;
  font-weight: 700;
  margin-bottom: 8px;
}
.mega-cta-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.mega-cta-phone svg { color: #7DD3FC; }
.mega-cta-hours {
  margin-top: 10px;
  font-size: 12px;
  color: #94A3B8;
}
.mega-cta-phone-itp {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #94A3B8;
  text-decoration: none;
}
.mega-cta-phone-itp strong { color: white; font-weight: 600; }
.mega-cta-phone-itp:hover { color: white; }

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  color: #7DD3FC;
}
.header-phone > div {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  color: white;
}
.header-phone span { font-size: 11px; color: #94A3B8; }
.header-phone strong { font-size: 14px; letter-spacing: .01em; }

/* Drawer header (visible only on mobile inside the open drawer) */
.nav-drawer-header { display: none; }
.nav-close {
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  transition: background .15s;
}
.nav-close:hover { background: rgba(255, 255, 255, .1); }
.nav-drawer-logo { height: 75px; width: auto; display: block; }

/* Hamburger toggle (hidden on desktop) */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 70;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  margin: 3px 0;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(160deg, var(--ink) 0%, #16266B 60%, var(--blue) 130%);
  color: white;
  position: relative;
  overflow: hidden;
}
.hero-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.04) 50%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  padding-top: 72px;
  padding-bottom: 88px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,.1);
  color: white;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.18);
}
.hero h1 { color: white; }
.hero h1 .accent { color: #7DD3FC; }
.hero-lede {
  margin-top: 24px;
  font-size: 18px;
  color: #C7D2FE;
  max-width: 520px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-video { position: relative; }
.hero-video-glow {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 96px;
  height: 96px;
  background: var(--blue);
  border-radius: 999px;
  z-index: 0;
  opacity: .35;
}
.hero-video-frame {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #0F172A;
  box-shadow: 0 24px 48px -12px rgba(0,0,0,.5);
}
.hero-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero-video-badge {
  position: absolute;
  left: -16px;
  bottom: -16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px -12px rgba(15,23,42,.4);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.hero-video-badge div { line-height: 1.1; }
.hero-video-badge strong { font-size: 14px; color: var(--ink); display: block; }
.hero-video-badge small { font-size: 11px; color: var(--ink-3); }

.hero-video-rating {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-size: 14px;
}
.hero-video-rating strong { font-size: 16px; font-weight: 700; }
.hero-video-rating-meta { color: #C7D2FE; }

/* ── Brands ───────────────────────────────────────────────── */
.brands {
  border-bottom: 1px solid var(--line);
}
.brands .container {
  padding-top: 36px;
  padding-bottom: 36px;
}
.brands-eyebrow {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  margin-bottom: 24px;
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  align-items: center;
}
.brand {
  display: grid;
  place-items: center;
  height: 48px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: var(--ink-3);
  opacity: 0.65;
  transition: opacity .2s, color .2s;
}
.brand:hover { color: var(--blue-d); opacity: 1; }

/* ── Trust strip ──────────────────────────────────────────── */
.trust {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.trust-item { display: flex; gap: 16px; align-items: flex-start; }
.trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--line);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.trust-item h3 { margin: 0; }
.trust-item p { margin: 6px 0 0; color: var(--ink-2); }

/* ── Services ─────────────────────────────────────────────── */
.services { padding-top: 50px; padding-bottom: 88px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
  text-decoration: none;
  color: inherit;
}
.service-card:hover {
  box-shadow: 0 12px 32px -16px rgba(15,23,42,.18);
  border-color: #CBD5E1;
  transform: translateY(-2px);
}
.service-img {
  position: relative;
  height: 180px;
  background: var(--bg-alt);
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-tag-row {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  pointer-events: none;
}
.service-code {
  font-size: 12px;
  font-family: ui-monospace, Menlo, monospace;
  color: white;
  background: rgba(15,21,48,.7);
  padding: 4px 8px;
  border-radius: 4px;
}
.service-body {
  padding: 18px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.service-body h3 { font-size: 22px; }
.service-short { font-size: 13px; color: var(--blue-d); font-weight: 600; margin-top: 4px; }
.service-desc { color: var(--ink-2); font-size: 14px; margin: 0; }
.service-points {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-points li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-2);
}
.service-points .check {
  color: var(--blue);
  margin-top: 2px;
  flex-shrink: 0;
}
.service-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--blue-d);
  font-weight: 600;
  font-size: 13px;
  margin-top: 6px;
}

/* ── Mecanica ─────────────────────────────────────────────── */
.mecanica {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mecanica-inner {
  padding-top: 88px;
  padding-bottom: 88px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: flex-start;
}
.mecanica-side { position: sticky; top: 96px; }
.mecanica-side h2 { margin-top: 12px; }
.mecanica-side > p { margin-top: 16px; color: var(--ink-2); }
.mecanica-highlight {
  margin-top: 24px;
  background: white;
  padding: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.mecanica-highlight svg { color: var(--blue); margin-top: 2px; flex-shrink: 0; }
.mecanica-highlight strong { font-size: 14px; display: block; }
.mecanica-highlight p { font-size: 13px; color: var(--ink-2); margin: 4px 0 0; }
.mecanica-side .btn { margin-top: 20px; }

.mecanica-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mec-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
}
.mec-num {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--blue-l);
  color: var(--blue-d);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}
.mec-card h3 { font-size: 16px; }
.mec-card p { font-size: 13px; color: var(--ink-2); margin: 4px 0 0; }

/* ── Stats ─────────────────────────────────────────────────── */
.stats { padding-top: 88px; padding-bottom: 88px; }
.stats-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.stats-side h2 { margin-top: 12px; }
.stats-side > p { margin-top: 16px; color: var(--ink-2); max-width: 480px; }
.checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}
.checklist li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.checklist svg { color: var(--blue); flex-shrink: 0; }

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.stat-card { padding: 28px; }
.stat-num {
  font-size: 44px;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.03em;
  line-height: 1;
}
.stat-label {
  margin-top: 8px;
  font-size: 13px;
  color: var(--ink-2);
}

/* ── Promise ──────────────────────────────────────────────── */
.promise {
  background: var(--blue-tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.promise .container { padding-top: 72px; padding-bottom: 72px; }
.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.promise-card { padding: 28px; }
.promise-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.promise-card h3 { font-size: 20px; }
.promise-card p { margin-top: 10px; color: var(--ink-2); font-size: 14px; }

/* ── Gallery ──────────────────────────────────────────────── */
.gallery { padding-top: 64px; padding-bottom: 40px; }
/* Uniform grid for service-page galleries (variable image count) */
.gallery-grid-uniform {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-auto-rows: 220px !important;
  gap: 12px;
}
.gallery-grid-uniform .gallery-item { grid-column: auto !important; grid-row: auto !important; }
@media (max-width: 720px) {
  .gallery-grid-uniform { grid-template-columns: repeat(2, 1fr) !important; grid-auto-rows: 150px !important; }
}

/* Lightbox overlay */
.mvo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(7, 14, 36, .94);
  display: none;
  align-items: center;
  justify-content: center;
}
.mvo-lightbox.open { display: flex; }
.mvo-lb-figure {
  margin: 0;
  max-width: 88vw;
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.mvo-lb-figure img {
  max-width: 88vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.7);
}
.mvo-lb-figure figcaption {
  display: none;
}
.mvo-lb-close, .mvo-lb-prev, .mvo-lb-next {
  position: absolute;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: white;
  width: 52px;
  height: 52px;
  padding: 0;
  line-height: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s;
}
.mvo-lb-close svg, .mvo-lb-prev svg, .mvo-lb-next svg { display: block; }
.mvo-lb-close:hover, .mvo-lb-prev:hover, .mvo-lb-next:hover { background: rgba(255,255,255,.22); }
.mvo-lb-close { top: 24px; right: 24px; }
.mvo-lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.mvo-lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.mvo-lb-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #94A3B8;
  font-size: 13px;
  font-family: ui-monospace, Menlo, monospace;
  letter-spacing: .05em;
}
@media (max-width: 720px) {
  .mvo-lb-close, .mvo-lb-prev, .mvo-lb-next { width: 44px; height: 44px; }
  .mvo-lb-close { top: 16px; right: 16px; }
  .mvo-lb-prev { left: 8px; }
  .mvo-lb-next { right: 8px; }
}

/* Hero image (replaces video on service pages) */
.page-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
.gallery-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  cursor: pointer;
  background: var(--bg-alt);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Reviews ──────────────────────────────────────────────── */
.reviews { padding-top: 48px; padding-bottom: 72px; }
.reviews-score {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-score strong { font-size: 18px; }

.reviews-viewport {
  /* Hide horizontal overflow only — vertical needs to be visible so card
     top/bottom borders and shadows aren't clipped by the viewport edges. */
  overflow-x: hidden;
  overflow-y: visible;
  padding: 4px 0;
}
.reviews-track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: transform .8s cubic-bezier(.4, 0, .2, 1);
}
.reviews-track.no-transition { transition: none; }
.review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-card p {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue-l);
  color: var(--blue-d);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
}
.review-author strong { font-size: 13px; }
.review-author small { font-size: 11px; color: var(--ink-3); display: block; }

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.reviews-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--line);
  border: 0;
  transition: width .2s, background .2s;
  cursor: pointer;
  padding: 0;
}
.reviews-dots button.active { width: 24px; background: var(--blue); }
.reviews-cta { display: flex; justify-content: center; margin-top: 40px; }

/* ── CTA strip ────────────────────────────────────────────── */
.cta-strip {
  background: linear-gradient(135deg, var(--ink) 0%, #16266B 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,64,175,.33) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.cta-text h2 { color: white; }
.cta-text p {
  margin-top: 16px;
  font-size: 17px;
  color: #C7D2FE;
  max-width: 480px;
}
.cta-phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.cta-phone-big {
  font-size: 56px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-phone-big svg { color: #7DD3FC; }
.cta-phone-mid {
  font-size: 24px;
  font-weight: 600;
  color: #C7D2FE;
  letter-spacing: -0.02em;
}
.cta-phone-itp {
  margin-top: 8px;
  font-size: 14px;
  color: #94A3B8;
}
.cta-phone-itp strong { color: white; }

/* ── Contact ──────────────────────────────────────────────── */
.contact { background: var(--ink) !important; color: white !important; }
.contact-inner {
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: stretch;
}
.contact-info h2 { color: white !important; font-size: 28px; margin-top: 12px; }
.contact-info > p { margin-top: 16px; color: #94A3B8 !important; }
.contact-list { display: grid; gap: 20px; margin-top: 32px; }
.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-item > svg { color: var(--blue); margin-top: 4px; flex-shrink: 0; }
.contact-item > div { flex: 1; }
.contact-item span {
  display: block;
  font-size: 12px;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-item a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
  color: white !important;
}
.contact-item a:hover { color: #7DD3FC !important; }
.contact-item p { margin: 4px 0 0; font-size: 15px; color: white !important; }
.hours { font-size: 14px; margin-top: 2px; }
.hours .muted { color: #94A3B8; }

.contact-map-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1E293B;
  flex: 1;
  min-height: 380px;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.2);
}
.spalatorie-card {
  background: #1E293B !important;
  border-color: #334155 !important;
  color: white !important;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.spalatorie-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.spalatorie-text { flex: 1; }
.spalatorie-text strong { font-size: 15px; color: white !important; }
.spalatorie-text p { font-size: 13px; color: #CBD5E1 !important; margin: 2px 0 0; }
.spalatorie-card > svg:last-child { color: var(--blue) !important; }

/* ── Footer ───────────────────────────────────────────────── */
.footer {
  background: #020617;
  color: #94A3B8;
}
.footer-inner {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { display: inline-flex; align-items: center; gap: 6px; }
.footer-links a:hover { color: white; }
.footer-credit { color: #CBD5E1; font-weight: 600; text-decoration: none; transition: color .15s; }
.footer-credit:hover { color: #7DD3FC; }

/* ─────────────────────────────────────────────────────────────
   SERVICE PAGES (Mecanică, ITP, etc.)
   ───────────────────────────────────────────────────────────── */

/* Page hero — compact dark variant */
.page-hero {
  background: linear-gradient(160deg, var(--ink) 0%, #16266B 60%, var(--blue) 130%);
  color: white;
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 72px;
}
.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.page-hero-text { min-width: 0; }
.page-hero-video { position: relative; }
.page-hero-video-glow {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  background: var(--blue);
  border-radius: 999px;
  z-index: 0;
  opacity: .35;
}
.page-hero-video-frame {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #0F172A;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .5);
}
.page-hero-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-hero-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.04) 50%, transparent 70%);
  pointer-events: none;
}
.page-hero > .container { position: relative; }
.page-hero h1 {
  color: white;
  font-size: 48px;
  letter-spacing: -0.025em;
  margin-top: 18px;
  max-width: 760px;
}
.page-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7DD3FC;
  font-weight: 700;
}
.page-hero-lede {
  margin-top: 18px;
  font-size: 17px;
  color: #C7D2FE;
  max-width: 640px;
  line-height: 1.55;
}
.page-hero-cta {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* Breadcrumb */
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94A3B8;
  flex-wrap: wrap;
}
.breadcrumb a { color: #CBD5E1; text-decoration: none; }
.breadcrumb a:hover { color: white; }
.breadcrumb svg { opacity: 0.5; flex-shrink: 0; }
.breadcrumb span { color: white; font-weight: 500; }

/* Page video */
.page-video { background: var(--bg); padding: 56px 0; }
.page-video-inner { max-width: 980px; margin: 0 auto; }
.page-video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #0F172A;
  box-shadow: 0 24px 48px -16px rgba(15,23,42,.25);
}
.page-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Intro */
.page-intro { padding: 56px 0; border-top: 1px solid var(--line); }
.page-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: flex-start;
}
.page-intro h2 { margin-top: 12px; }
.page-intro-text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 14px;
}
.page-intro-text p:last-child { margin-bottom: 0; }
.page-intro-text strong { color: var(--ink); font-weight: 600; }

/* Services grid — flat icon variant */
.services-grid-icons .service-card-flat {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  position: relative;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.services-grid-icons .service-card-flat:hover {
  box-shadow: 0 12px 32px -16px rgba(15,23,42,.18);
  border-color: #CBD5E1;
  transform: translateY(-2px);
}
.service-card-featured {
  border-color: var(--blue) !important;
  background: linear-gradient(160deg, var(--blue-tint) 0%, white 100%) !important;
}
.service-flat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--blue-l);
  color: var(--blue-d);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.service-card-featured .service-flat-icon { background: var(--blue); color: white; }
.service-card-flat .service-body { padding: 0; flex: 1; gap: 10px; }
.service-card-flat h3 { font-size: 20px; }
.service-card-flat p { margin: 0; font-size: 14px; color: var(--ink-2); }
.service-card-flat .service-points { margin-top: 12px; }
.service-flat-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
}
.service-flat-badge-new { background: var(--blue); color: #fff; }

/* Equipment feature cards */
.equipment {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}
.equipment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.equipment-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .equipment-grid-3 { grid-template-columns: 1fr !important; } }
.equipment-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 36px;
  position: relative;
  transition: box-shadow .2s, border-color .2s;
}
.equipment-card:hover { box-shadow: 0 18px 40px -20px rgba(15,23,42,.22); border-color: var(--blue); }
.equipment-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
}
.equipment-badge-eco { background: #15803D; }
.equipment-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-d) 100%);
  color: white;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.equipment-card h3 { font-size: 26px; letter-spacing: -0.02em; }
.equipment-card > p { margin: 14px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.65; }
.equipment-card strong { color: var(--ink); font-weight: 600; }
.equipment-points { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 8px; }
.equipment-points li { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--ink-2); }
.equipment-points li svg { color: var(--blue); flex-shrink: 0; }

/* Process */
.process { padding: 80px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { padding: 8px 4px; }
.process-num {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
  font-family: ui-monospace, Menlo, monospace;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--blue);
  display: inline-block;
}
.process-step h3 { font-size: 20px; }
.process-step p { margin: 10px 0 0; color: var(--ink-2); font-size: 14px; line-height: 1.6; }
.process-step p a { color: var(--blue-d); font-weight: 600; }
.process-step p strong { color: var(--ink); font-weight: 600; }

/* FAQ */
.faq {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}
.faq-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: flex-start;
}
.faq-side { position: sticky; top: 96px; }
.faq-side h2 { margin-top: 12px; }
.faq-side > p { margin-top: 16px; color: var(--ink-2); }
.faq-side .btn { margin-top: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item:hover { border-color: #CBD5E1; }
.faq-item[open] { border-color: var(--blue); box-shadow: 0 8px 24px -16px rgba(30, 64, 175, .25); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: var(--blue-l);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B2D6B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform .2s, background-color .2s;
}
.faq-item[open] summary::after {
  transform: rotate(180deg);
  background-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.faq-item p { margin: 14px 0 4px; color: var(--ink-2); font-size: 15px; line-height: 1.65; }
.faq-item p strong { color: var(--ink); font-weight: 600; }

/* Active state for mega-menu item on subpages */
.mega-link-active { background: var(--bg-alt); border-radius: 10px; }
.mega-link-active .mega-icon { background: var(--blue); color: white; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1080px) {
  :root { --pad: 48px; }
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  .hero-inner, .mecanica-inner, .stats-inner, .cta-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .mecanica-side { position: static; }
  .services-grid, .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .review-card { flex-basis: calc((100% - 16px) / 2); }
  .brands-grid { grid-template-columns: repeat(6, 1fr); }
  .header-inner { flex-wrap: wrap; }
  .nav { order: 3; width: 100%; overflow-x: auto; gap: 0; }
  .mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 1px solid var(--line); border-radius: 12px; margin-top: 8px; display: none; }
  .mega.open { display: block; }
  .mega-inner { padding: 20px; grid-template-columns: 1fr 1fr; gap: 24px; }
  .nav-item { position: static; width: 100%; }
  /* service pages */
  .page-hero h1 { font-size: 36px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-intro-inner, .faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .faq-side { position: static; }
  .equipment-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  :root { --pad: 20px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }

  /* Topbar — keep only status + location, hide Facebook/email */
  .topbar { font-size: 12px; }
  .topbar-right { display: none; }
  .topbar-left { flex-wrap: nowrap; gap: 10px; justify-content: space-between; width: 100%; }
  .topbar-inner { justify-content: center; gap: 8px; padding-top: 8px; padding-bottom: 8px; }
  .topbar-loc { font-size: 11px; }
  .status { font-size: 11px; }

  /* Header compact + hamburger */
  .header-inner { gap: 12px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
  .header-phone { display: none; }
  .logo-subtitle { display: none; }
  .logo-mark img { height: 45px; }
  .nav-toggle { display: flex; }
  /* Hide hamburger when drawer is open (covered by close button instead) */
  body.nav-open .nav-toggle { opacity: 0; visibility: hidden; pointer-events: none; }

  /* Drawer header (logo + close inside drawer) */
  .nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  /* Mobile nav drawer */
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    background: #0D3F88;
    padding: 18px 18px 24px;
    overflow-y: auto;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 60;
    box-shadow: -16px 0 32px -8px rgba(0,0,0,.25);
    order: initial;
    margin: 0;
    color: white;
  }
  .nav.open { transform: translateX(0); }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 14, 36, .55);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
  .nav .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
  .nav .nav-link:hover { background: rgba(255, 255, 255, .08); color: #fff; }
  .nav .nav-link.active { background: rgba(125, 211, 252, .15); color: #fff; }
  .nav-mega-trigger { width: 100%; position: static; display: block; align-items: initial; }
  .nav-mega-trigger > .nav-link { width: 100%; text-align: left; color: #fff; }
  /* nudge the Servicii trigger text/caret onto the row baseline on mobile */
  .nav-services,
  button.nav-link.nav-services { margin-bottom: -2px !important; }

  /* Hero */
  .hero-inner { padding-top: 36px; padding-bottom: 40px; gap: 28px; }
  .hero-badge { margin-bottom: 14px; }
  .hero-lede { font-size: 16px; margin-top: 16px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 20px; }
  .hero-cta .btn { justify-content: center; }
  .hero-video-rating { margin-top: 14px; font-size: 13px; }

  /* Brands strip */
  .brands .container { padding-top: 24px; padding-bottom: 24px; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .brand { height: 36px; font-size: 13px; }
  .brands-eyebrow { margin-bottom: 16px; font-size: 11px; }

  /* Trust strip */
  .trust-grid { padding-top: 24px; padding-bottom: 24px; gap: 16px; }
  .trust-item { gap: 12px; }
  .trust-icon { width: 32px; height: 32px; }

  /* Section heads */
  .section-head { margin-bottom: 24px; }
  .section-head-center { margin-bottom: 28px; }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section-lede { font-size: 14px; margin-top: 8px; }

  /* Services */
  .services { padding-top: 20px; padding-bottom: 44px; }
  .services-grid, .promise-grid, .stats-grid, .mecanica-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card-flat { padding: 22px; }
  .service-card .service-body { padding: 14px 18px 18px; }
  .service-card h3 { font-size: 19px; }
  .service-flat-icon { width: 40px; height: 40px; margin-bottom: 12px; }

  /* Mecanică */
  .mecanica > div { padding-top: 44px; padding-bottom: 44px; }
  .mec-card { padding: 16px; gap: 10px; }
  .mecanica-highlight { padding: 16px; margin-top: 18px; }

  /* Stats */
  .stats { padding-top: 44px; padding-bottom: 44px; }
  .stats-inner { gap: 28px; }
  .stat-card { padding: 20px; }
  .stat-num { font-size: 36px; }
  .checklist { margin-top: 18px; }

  /* Promise */
  .promise .container { padding-top: 44px; padding-bottom: 44px; }
  .promise-card { padding: 22px; }
  .promise-icon { width: 40px; height: 40px; margin-bottom: 14px; }
  .promise-card h3 { font-size: 18px; }

  /* Gallery */
  .gallery { padding-top: 44px; padding-bottom: 44px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; gap: 8px; }
  .gallery-item { grid-column: auto !important; grid-row: auto !important; }
  .gallery-item:first-child { grid-column: 1 / -1 !important; grid-row: span 1 !important; }

  /* Reviews */
  .reviews { padding-top: 44px; padding-bottom: 44px; }
  .reviews-score { font-size: 14px; flex-wrap: wrap; gap: 6px; }
  .review-card { flex-basis: 100%; padding: 20px; }
  .reviews-cta { margin-top: 28px; }

  /* CTA strip */
  .cta-inner { padding-top: 44px; padding-bottom: 44px; gap: 24px; }
  .cta-phone-big { font-size: 28px; gap: 10px; }
  .cta-phone-big svg { width: 22px; height: 22px; }
  .cta-phone-mid { font-size: 17px; }
  .cta-text p { font-size: 15px; margin-top: 12px; }

  /* Contact */
  .contact-inner { padding-top: 44px; padding-bottom: 44px; gap: 28px; }
  .contact-info h2 { font-size: 22px; }
  .contact-list { gap: 16px; margin-top: 22px; }
  .map-frame { min-height: 280px; }

  /* Mega menu inside mobile drawer */
  .mega {
    position: static;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    margin: 6px 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    max-height: none;
    color: white;
  }
  .mega.open { display: block; }
  .mega-inner { padding: 12px; grid-template-columns: 1fr; gap: 10px; max-width: 100%; }
  .mega-cat { color: #7DD3FC; border-bottom-color: rgba(255,255,255,.1); margin-bottom: 8px; padding-bottom: 8px; font-size: 10px; }
  .mega-link { padding: 10px; margin: 0; color: white; }
  .mega-link:hover { background: rgba(255, 255, 255, .08); }
  .mega-link strong { color: white; }
  .mega-link span:not(.mega-badge) { color: #B4BECC; }
  .mega-link .mega-icon { background: rgba(255,255,255,.08); color: white; }
  .mega-link:hover .mega-icon { background: var(--blue); color: white; }
  .mega-link-active { background: rgba(125, 211, 252, .12); }
  .mega-cta { background: rgba(0,0,0,.2); margin-top: 8px; }

  /* Footer */
  .footer-inner { padding-top: 24px; padding-bottom: 24px; flex-direction: column; gap: 12px; text-align: center; font-size: 12px; }

  /* ── Service pages mobile ── */
  .page-hero { padding-top: 28px; padding-bottom: 40px; }
  .page-hero h1 { font-size: 26px; margin-top: 14px; }
  .page-hero-eyebrow { font-size: 11px; }
  .page-hero-lede { font-size: 15px; margin-top: 14px; }
  .page-hero-cta { margin-top: 20px; }
  .page-hero-cta .btn { padding: 12px 18px; }
  .page-hero-grid { gap: 24px; }

  /* Service page intro */
  .page-intro { padding-top: 36px; padding-bottom: 36px; }
  .page-intro-inner { gap: 20px; }
  .page-intro-text p { font-size: 15px; }

  /* Equipment */
  .equipment { padding-top: 44px; padding-bottom: 44px; }
  .equipment-grid { grid-template-columns: 1fr; gap: 14px; }
  .equipment-card { padding: 22px; }
  .equipment-icon { width: 52px; height: 52px; margin-bottom: 18px; }
  .equipment-card h3 { font-size: 20px; }
  .equipment-card > p { font-size: 14px; }
  /* keep titles left-aligned with the icon + comfy padding on value/stat cards */
  .service-card-flat { padding: 22px !important; }
  .service-card-flat .service-body { padding: 0 !important; }
  .service-card-flat h3 { letter-spacing: -0.02em; }
  /* despre-noi stat numbers (inline font-size) — smaller on mobile */
  .service-card-flat h3[style] { font-size: 25px !important; }

  /* Process */
  .process { padding-top: 44px; padding-bottom: 44px; }
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-step { padding: 0; }
  .process-num { margin-bottom: 10px; padding-bottom: 8px; }
  .process-step h3 { font-size: 18px; }

  /* FAQ */
  .faq { padding-top: 44px; padding-bottom: 44px; }
  .faq-inner { gap: 24px; }
  .faq-side .btn { margin-top: 16px; }
  .faq-list { gap: 8px; }
  .faq-item { padding: 14px 18px; }
  .faq-item summary { font-size: 14px; gap: 12px; }
  .faq-item summary::after { width: 20px; height: 20px; }
  .faq-item p { font-size: 14px; margin-top: 10px; }
}


/* "În curând" badge inside hero eyebrow */
.hero-soon-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #FCD34D;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  font-size: 12px;
}


/* ── Politica GDPR — long-form text content ──────────────── */
.gdpr-content {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
}
.gdpr-content h2 {
  font-size: 22px;
  color: var(--ink);
  margin: 32px 0 12px;
  letter-spacing: -0.01em;
}
.gdpr-content h2:first-child { margin-top: 0; }
.gdpr-content p { margin: 0 0 14px; }
.gdpr-content ul,
.gdpr-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
.gdpr-content li { margin-bottom: 8px; }
.gdpr-content strong { color: var(--ink); font-weight: 600; }
.gdpr-content a { color: var(--blue-d); font-weight: 500; }
.gdpr-content a:hover { text-decoration: underline; }
.gdpr-content em { color: var(--ink-3); }
