/* GIG Impex — portat 1:1 din prototipul Claude Design (src/handoff), plus reguli responsive (prototipul nu avea). */
:root {
  --bg: #F1F2F3;
  --ink: #303C49;
  --accent: #E40045;
  --accent-dark: #B30036;
  --yellow: #FFCD00;
  --muted: #59636D;
  --muted-2: #ACB1B6;
  --on-dark: #D6D8DB;
  --line: rgba(48, 60, 73, .12);
  --line-strong: rgba(48, 60, 73, .2);
  --field: #F7F8F9;
  --sc: 'Barlow Semi Condensed', 'Barlow', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); font-family: Barlow, system-ui, sans-serif; color: var(--ink); text-wrap: pretty; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--ink); }
input, textarea, select, button { font-family: inherit; font-size: inherit; }
::placeholder { color: var(--muted-2); }
img { max-width: 100%; }

.shell { min-height: 100vh; display: flex; flex-direction: column; background: var(--bg); }
.wrap { box-sizing: content-box; max-width: 1240px; margin: 0 auto; padding-left: 28px; padding-right: 28px; } /* content-box ca în prototip: 1240 conținut + 56 padding */
.main { flex: 1; }

/* ---- top strip ---- */
.strip { background: var(--accent); color: #fff; font-size: 13px; letter-spacing: .02em; }
.strip-in { padding-top: 9px; padding-bottom: 9px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.strip-left { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.strip-claim { font-weight: 700; }
.strip-right { display: flex; align-items: center; gap: 14px; }
.strip-dispatch { color: #fff; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.strip-dispatch:hover { color: #fff; text-decoration: underline; }
.lang { display: flex; gap: 2px; background: rgba(0, 0, 0, .22); border-radius: 3px; padding: 2px; }
.lang-btn { color: #fff; padding: 4px 9px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; border-radius: 2px; }
.lang-btn:hover { color: #fff; }
.lang-btn.is-on { background: #fff; color: var(--ink); }

/* ---- header ---- */
.hdr { position: sticky; top: 0; z-index: 30; background: var(--ink); color: var(--bg); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; flex-wrap: wrap; }
.brand { padding: 14px 0; color: inherit; display: flex; align-items: center; gap: 14px; }
.brand:hover { color: inherit; }
.brand-bar { display: block; width: 6px; height: 34px; background: var(--accent); }
.brand-text { display: block; }
.brand-name { display: block; font-family: var(--sc); font-weight: 700; font-size: 25px; letter-spacing: .06em; line-height: 1; }
.brand-tag { display: block; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); margin-top: 5px; }
.man-badge { height: 38px; width: auto; display: block; margin: 0 18px 0 4px; }
.nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-item { padding: 12px 13px; font-family: var(--sc); font-weight: 600; font-size: 14.5px; letter-spacing: .01em; color: var(--muted-2); border-bottom: 2px solid transparent; }
.nav-item:hover { color: #fff; }
.nav-item.is-active { color: #fff; border-bottom-color: var(--accent); }
.nav-cta { margin-left: 12px; background: var(--accent); color: #fff; font-family: var(--sc); font-weight: 700; font-size: 13.5px; letter-spacing: .05em; text-transform: uppercase; padding: 13px 20px; }
.nav-cta:hover { background: var(--accent-dark); color: #fff; }

/* ---- buttons ---- */
.btn { display: inline-block; font-family: var(--sc); font-weight: 700; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; padding: 17px 28px; border: 0; cursor: pointer; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .3); color: var(--bg); padding: 16px 27px; }
.btn-ghost:hover { border-color: var(--bg); color: #fff; }
.btn-light { background: var(--bg); color: var(--ink); white-space: nowrap; }
.btn-light:hover { background: var(--accent); color: #fff; }
.btn-submit { padding: 17px 30px; }

.eyebrow { margin: 0 0 22px; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: #fff; font-weight: 700; }
.eyebrow-yellow { color: var(--yellow); }
.h2 { margin: 0 0 8px; font-family: var(--sc); font-weight: 700; font-size: 34px; letter-spacing: -.01em; }
.section-lead { margin: 0 0 40px; color: var(--muted); font-size: 16.5px; max-width: 62ch; }

/* ---- home hero ---- */
.hero { background: var(--ink); color: var(--bg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; min-height: 520px; }
.hero-copy { padding: 76px 0; }
.hero-title { margin: 0; font-family: var(--sc); font-weight: 700; font-size: 60px; line-height: 1.02; letter-spacing: -.02em; max-width: 15ch; }
.hero-lead { margin: 26px 0 0; font-size: 18px; line-height: 1.6; color: var(--on-dark); max-width: 52ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-media { padding: 32px 0; }
.hero-img { display: block; width: 100%; height: 100%; min-height: 380px; object-fit: cover; object-position: center 62%; }

/* ---- stats ---- */
.stats { background: var(--bg); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { padding: 34px 26px 34px 0; }
.stat-value { font-family: var(--sc); font-weight: 700; font-size: 38px; line-height: 1; letter-spacing: -.02em; }
.stat-label { margin-top: 8px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }

/* ---- services cards ---- */
.services { padding-top: 76px; padding-bottom: 20px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { text-align: left; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--ink); padding: 34px 32px 30px; display: flex; flex-direction: column; gap: 12px; min-height: 210px; color: var(--ink); }
.card:hover { border-top-color: var(--accent); color: var(--ink); }
.card-kicker { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.card-title { font-family: var(--sc); font-weight: 700; font-size: 23px; letter-spacing: -.01em; }
.card-body { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.card-link { margin-top: auto; font-size: 13.5px; font-weight: 700; color: var(--ink); }

/* ---- feedback band ---- */
.band-wrap { padding-top: 64px; padding-bottom: 90px; }
.band { background: var(--ink); color: var(--bg); padding: 48px 44px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.band-title { margin: 0; font-family: var(--sc); font-weight: 700; font-size: 28px; letter-spacing: -.01em; }
.band-body { margin: 12px 0 0; color: var(--on-dark); font-size: 16px; line-height: 1.6; max-width: 64ch; }

/* ---- inner page hero ---- */
.page-hero { background: var(--ink); color: var(--bg); }
.page-hero-in { padding-top: 66px; padding-bottom: 58px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-title { margin: 0; font-family: var(--sc); font-weight: 700; font-size: 48px; line-height: 1.05; letter-spacing: -.02em; }
.page-lead { margin: 22px 0 0; font-size: 17.5px; line-height: 1.6; color: var(--on-dark); }

/* ---- lists (service / rental) ---- */
.list { display: grid; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.list-item { background: #fff; padding: 26px 28px; }
.list-title { font-family: var(--sc); font-weight: 700; font-size: 20px; }
.points { margin-top: 12px; display: grid; gap: 9px; }
.point { display: grid; grid-template-columns: 7px minmax(0, 1fr); gap: 13px; align-items: start; font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.dot { display: block; width: 7px; height: 7px; background: var(--accent); margin-top: 8px; }
.point-lg { grid-template-columns: 8px minmax(0, 1fr); gap: 12px; font-size: 15px; }
.dot-lg { width: 8px; height: 8px; margin-top: 7px; }

.service-body { padding-top: 60px; padding-bottom: 84px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 52px; }
.service-cta { margin-top: 28px; }
.service-img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center 45%; }
.aside-quote { margin-top: 22px; border-left: 3px solid var(--accent); padding: 4px 0 4px 20px; }
.aside-title { font-family: var(--sc); font-weight: 700; font-size: 17px; }
.aside-body { margin-top: 8px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.aside-quote-lg { margin-top: 0; padding: 6px 0 6px 22px; }
.aside-title-lg { font-size: 19px; }
.aside-body-lg { margin-top: 10px; font-size: 15.5px; line-height: 1.65; }

.rental-body { padding-top: 60px; padding-bottom: 84px; }
.rental-item { background: #fff; padding: 28px 30px; display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.rental-title { font-family: var(--sc); font-weight: 700; font-size: 19px; line-height: 1.25; }
.rental-text { font-size: 15.5px; line-height: 1.6; color: var(--muted); }

/* ---- towing ---- */
.towing-hero { padding-top: 66px; padding-bottom: 62px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .62fr); gap: 48px; align-items: center; }
.towing-title { font-size: 52px; line-height: 1.03; }
.dispatch { background: var(--yellow); color: var(--ink); padding: 22px 32px; display: inline-block; margin-top: 34px; white-space: nowrap; }
.dispatch:hover { background: #fff; color: var(--ink); }
.dispatch-label { display: block; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.dispatch-phone { display: block; font-family: var(--sc); font-weight: 700; font-size: 30px; letter-spacing: -.01em; margin-top: 6px; }
.towing-img { display: block; width: 100%; height: auto; object-fit: contain; }

.fleet { padding-top: 60px; padding-bottom: 30px; }
.fleet-h2 { margin-bottom: 26px; font-size: 30px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fleet-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--yellow); padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; }
.fleet-card .points { margin-top: 0; }
.fleet-title { font-family: var(--sc); font-weight: 700; font-size: 20px; line-height: 1.25; }

.types-cross { padding-top: 34px; padding-bottom: 84px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.types-h2 { margin-bottom: 20px; font-size: 26px; }
.types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.type { background: #fff; padding: 16px 18px; font-size: 15px; line-height: 1.45; }
.fleet-img { display: block; width: 100%; height: 280px; object-fit: cover; object-position: center 58%; }
.cross { margin-top: 22px; background: var(--ink); color: var(--bg); padding: 26px 28px; }
.cross-title { font-family: var(--sc); font-weight: 700; font-size: 18px; }
.cross-body { margin-top: 9px; font-size: 15px; line-height: 1.6; color: var(--on-dark); }

/* ---- forms (booking / feedback) ---- */
.form-body { padding-top: 56px; padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 52px; align-items: start; }
.form { background: #fff; border: 1px solid var(--line); padding: 38px 36px 34px; display: grid; gap: 20px; margin: 0; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: grid; gap: 8px; }
.field-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.field input, .field select, .field textarea { border: 1px solid var(--line-strong); padding: 13px 14px; font-size: 15.5px; background: var(--field); color: var(--ink); border-radius: 0; min-width: 0; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); outline: none; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.form-note { font-size: 13.5px; color: var(--muted); max-width: 38ch; line-height: 1.5; }
.form-aside { display: grid; gap: 22px; }
.aside-dark { background: var(--ink); color: var(--bg); padding: 28px; }
.aside-dark-title { font-family: var(--sc); font-weight: 700; font-size: 18px; }
.aside-dark-body { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--on-dark); }
.contact-box { border: 1px solid var(--line); background: #fff; padding: 26px 28px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.contact-box-title { font-family: var(--sc); font-weight: 700; font-size: 17px; color: var(--ink); margin-bottom: 10px; }

/* ---- footer ---- */
.ftr { background: var(--ink); color: var(--on-dark); margin-top: auto; }
.ftr-grid { padding-top: 56px; padding-bottom: 30px; display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr)); gap: 44px; }
.ftr-brand { font-family: var(--sc); font-weight: 700; font-size: 22px; letter-spacing: .06em; color: var(--bg); }
.ftr-about { margin: 14px 0 0; font-size: 15px; line-height: 1.65; max-width: 44ch; }
.ftr-h { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--bg); font-weight: 700; margin-bottom: 14px; }
.ftr-contact { font-size: 15px; line-height: 1.85; }
.ftr a { color: var(--on-dark); }
.ftr a:hover { color: #fff; }
.ftr-nav { display: grid; gap: 9px; justify-items: start; }
.ftr-nav a { font-size: 15px; }
.ftr-bar { border-top: 1px solid rgba(255, 255, 255, .1); }
.ftr-bar-in { padding-top: 18px; padding-bottom: 18px; font-size: 13px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* =========================================================
   Responsive — adăugat peste prototip (care era doar desktop)
   ========================================================= */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 0; min-height: 0; }
  .hero-copy { padding: 56px 0 36px; }
  .hero-media { padding: 0 0 44px; }
  .hero-img { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .hero-title { font-size: clamp(38px, 6.4vw, 60px); }
  .page-title { font-size: clamp(34px, 5.4vw, 48px); }
  .towing-title { font-size: clamp(36px, 5.8vw, 52px); }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards, .fleet-grid { grid-template-columns: minmax(0, 1fr); }
  .card { min-height: 0; }
  .service-body, .towing-hero, .types-cross, .form-body { grid-template-columns: minmax(0, 1fr); }
  .service-body, .form-body { gap: 36px; }
  .towing-hero { gap: 32px; }
  .towing-img { max-width: 560px; }
  .band { grid-template-columns: minmax(0, 1fr); gap: 26px; justify-items: start; }
  .ftr-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

@media (max-width: 760px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .hdr { position: static; }
  .hdr-in { gap: 10px 16px; padding-top: 4px; padding-bottom: 12px; }
  .brand-name { font-size: 22px; }
  .man-badge { height: 30px; margin: 0; }
  .nav { width: 100%; gap: 0; }
  .nav-item { padding: 9px 9px; font-size: 13.5px; }
  .nav-cta { margin-left: auto; padding: 11px 14px; font-size: 12.5px; }
  .strip-in { gap: 8px 16px; }
  .strip-left { gap: 4px 16px; }
  .strip-right { width: 100%; justify-content: space-between; }
  .hero-copy { padding: 44px 0 30px; }
  .hero-lead { font-size: 16.5px; }
  .hero-actions .btn { padding: 15px 20px; }
  .stat { padding: 24px 16px 24px 0; }
  .stat-value { font-size: 30px; }
  .services { padding-top: 52px; }
  .h2 { font-size: 28px; }
  .card { padding: 26px 22px 24px; }
  .band-wrap { padding-top: 40px; padding-bottom: 56px; }
  .band { padding: 32px 24px; }
  .page-hero-in { padding-top: 46px; padding-bottom: 40px; }
  .towing-hero { padding-top: 46px; padding-bottom: 44px; }
  .page-lead { font-size: 16.5px; }
  .service-body, .rental-body, .fleet, .types-cross, .form-body { padding-top: 40px; }
  .service-body, .rental-body, .types-cross, .form-body { padding-bottom: 56px; }
  .list-item { padding: 22px 20px; }
  .rental-item { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 22px 20px; }
  .dispatch { display: block; white-space: normal; padding: 18px 22px; }
  .dispatch-phone { font-size: 26px; }
  .types { grid-template-columns: minmax(0, 1fr); }
  .form { padding: 24px 18px 22px; }
  .fields { grid-template-columns: minmax(0, 1fr); }
  .service-img, .fleet-img { height: 220px; }
  .ftr-grid { padding-top: 40px; }
}
