/* ==========================================================================
   Vulcanizare Mobilă Camioane — style.css
   Paletă: Navy Steel #14213D · Portocaliu Siguranță #F2600C · Alertă #DC2626
   ========================================================================== */

:root {
  --navy: #14213D;
  --navy-light: #1e3157;
  --orange: #F2600C;
  --orange-dark: #cf5209;
  --red: #DC2626;
  --light: #EDEFF2;
  --text: #1A1D23;
  --white: #FFFFFF;
  --muted: #64748B;
  --radius: 8px;
  --shadow: 0 2px 10px rgba(20, 33, 61, 0.12);
  --font: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}

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

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3 { line-height: 1.2; margin: 0 0 16px; color: var(--navy); }
h1 { font-size: clamp(28px, 5vw, 42px); }
h2 { font-size: clamp(22px, 3.5vw, 30px); }
h3 { font-size: 19px; }
p { margin: 0 0 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn { text-align: center; }
.btn-call {
  background: var(--orange);
  color: var(--white);
}
.btn-call:hover { background: var(--orange-dark); }
.btn-whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: var(--white);
}
.btn-whatsapp:hover { background: #1EBE5A; border-color: #1EBE5A; }
.btn-whatsapp svg { flex-shrink: 0; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }

/* ---------- Contact request block ---------- */
.contact-request {
  background: var(--light);
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}
.contact-request h2 { margin-bottom: 10px; }
.contact-request p { color: var(--muted); margin: 0; }
.contact-request-actions { display: flex; flex-direction: column; gap: 12px; }
.contact-request-actions .btn { justify-content: center; }
@media (max-width: 760px) {
  .contact-request { grid-template-columns: 1fr; padding: 26px; }
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy);
  color: var(--light);
  font-size: 13px;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: var(--light); text-decoration: none; font-weight: 600; }
.topbar .badge {
  background: var(--red);
  color: var(--white);
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* ---------- Header / Nav ---------- */
header.site-header {
  background: var(--white);
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-img {
  height: 60px;
  width: auto;
  display: block;
}

nav.main-nav { display: flex; align-items: center; gap: 2px; }
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
  align-items: center;
}
nav.main-nav > ul > li { position: relative; }
nav.main-nav a.nav-link {
  display: block;
  padding: 9px 8px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 13.5px;
  border-radius: var(--radius);
  white-space: nowrap;
}
nav.main-nav a.nav-link:hover { background: var(--light); color: var(--navy); }

.dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 8px;
  min-width: 220px;
  border: 1px solid #E2E8F0;
}
li.has-dropdown:hover .dropdown-panel,
li.has-dropdown.open .dropdown-panel { display: block; }
.dropdown-panel a {
  display: block;
  padding: 9px 12px;
  text-decoration: none;
  color: var(--text);
  border-radius: 6px;
  font-size: 14px;
}
.dropdown-panel a:hover { background: var(--light); }

.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-cta .btn { padding: 9px 14px; font-size: 13.5px; white-space: nowrap; }
.nav-cta .btn-call { background: var(--orange); color: var(--white); }

.mobile-toggle {
  display: none;
  background: none;
  border: 2px solid var(--navy);
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 18px;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: var(--white);
  padding: 64px 0;
}
.hero .eyebrow {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}
.hero h1 { color: var(--white); }
.hero p.lead { color: #C7D0E0; font-size: 18px; max-width: 640px; }
.hero-art { display: flex; justify-content: center; align-items: center; }
.hero-art img {
  width: 100%;
  max-width: 420px;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.14);
}

/* ---------- Stat cards (hero KPIs) ---------- */
.stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 32px;
  max-width: 640px;
}
.stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  padding: 16px 16px 14px;
}
.stat-card svg { color: var(--orange); width: 26px; height: 26px; margin-bottom: 8px; }
.stat-card strong { display: block; color: var(--white); font-size: 18px; }
.stat-card span { color: #C7D0E0; font-size: 13px; }
@media (max-width: 420px) {
  .stat-cards { grid-template-columns: 1fr 1fr; }
}

/* ---------- Icon cards ---------- */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}
.icon-card {
  background: var(--white);
  border: 1px solid #E2E8F0;
  border-radius: var(--radius);
  padding: 22px 20px;
}
.icon-card .icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(242, 96, 12, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.icon-card .icon-wrap svg { color: var(--orange); width: 24px; height: 24px; }
.icon-card h3 { margin-bottom: 6px; font-size: 17px; }
.icon-card p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Zone wrap (list + illustration) ---------- */
.zone-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  align-items: center;
}
.zone-map {
  background: var(--navy);
  border-radius: 14px;
  padding: 8px;
  overflow: hidden;
}
.zone-map iframe { display: block; width: 100%; height: 360px; border-radius: 10px; }
@media (max-width: 860px) {
  .zone-wrap { grid-template-columns: 1fr; }
  .zone-map { order: -1; }
  .zone-map iframe { height: 280px; }
}

/* ---------- Steps (Cum funcționează) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  counter-reset: step;
}
.step { text-align: center; }
.step .step-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  position: relative;
}
.step .step-icon svg { width: 26px; height: 26px; }
.step .step-num {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--orange);
  color: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }
@media (max-width: 700px) {
  .steps { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
}

/* ---------- Sections ---------- */
section { padding: 56px 0; }
section.alt { background: var(--light); }

.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.card {
  background: var(--white);
  border: 1px solid #E2E8F0;
  border-radius: var(--radius);
  padding: 22px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: 15px; }

ul.checklist { list-style: none; padding: 0; margin: 0; }
ul.checklist li {
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #E2E8F0;
}
ul.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}

table.benefits {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
table.benefits th, table.benefits td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #E2E8F0;
  font-size: 15px;
}
table.benefits th { background: var(--navy); color: var(--white); }
table.benefits tr:nth-child(even) td { background: #F8F9FA; }

/* ---------- FAQ ---------- */
.faq details {
  background: var(--white);
  border: 1px solid #E2E8F0;
  border-radius: var(--radius);
  padding: 4px 18px;
  margin-bottom: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 14px 0;
  color: var(--navy);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; float: right; color: var(--orange); font-size: 20px; }
.faq details[open] summary:after { content: "–"; }
.faq p { color: var(--muted); padding-bottom: 14px; margin: 0; }

/* ---------- Zone list ---------- */
.zone-list { columns: 2; column-gap: 32px; }
@media (max-width: 600px) { .zone-list { columns: 1; } }
.zone-list li { break-inside: avoid; margin-bottom: 6px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--orange);
  color: var(--white);
  padding: 42px 0;
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band .btn-whatsapp { border-color: var(--white); }
.cta-band .btn-call { background: var(--navy); }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--navy);
  color: #C7D0E0;
  padding: 48px 0 20px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-grid h4 { color: var(--white); font-size: 15px; margin-bottom: 12px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: #C7D0E0; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-grid .zone-col ul { columns: 2; column-gap: 14px; }
.footer-grid .zone-col li { break-inside: avoid; }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid .brand-col { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .brand-col { grid-column: 1 / -1; }
  .footer-grid .zone-col ul { columns: 1; }
}
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.footer-badges img { display: block; height: 40px; width: auto; border-radius: 4px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  font-size: 13px;
  color: #8B97AF;
}

/* ---------- Floating WhatsApp button ---------- */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  z-index: 60;
  transition: transform .15s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; color: var(--white); }
@media (max-width: 600px) {
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  nav.main-nav { display: none; }
  .mobile-toggle { display: inline-block; }
  .logo-img { height: 48px; }
  body.nav-open nav.main-nav {
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--white);
    padding: 90px 24px 24px;
    overflow-y: auto;
  }
  body.nav-open nav.main-nav ul { flex-direction: column; align-items: stretch; }
  body.nav-open .dropdown-panel { display: block; position: static; box-shadow: none; border: none; padding-left: 14px; }
}
@media (max-width: 480px) {
  .btn-lg { padding: 14px 18px; font-size: 15px; }
  .contact-request { padding: 22px 18px; }
  h1 { font-size: 26px; }
}
