:root {
  --navy: #061426;
  --navy-soft: #0b2039;
  --red: #d41018;
  --red-dark: #a8070d;
  --ink: #111827;
  --muted: #596273;
  --silver: #d9dee5;
  --paper: #f5f5f2;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 22px 70px rgba(3, 12, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000;
  transform: translateY(-160%); background: white; padding: 10px 16px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  background: var(--white);
  border-bottom: 1px solid #dfe3e8;
  box-shadow: 0 5px 18px rgba(3, 12, 24, .08);
}
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.brand {
  width: 146px; flex: 0 0 auto;
}
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a {
  color: #243348; text-decoration: none; font-size: .86rem;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.main-nav a:hover { color: var(--red); }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 25px; border: 0; border-radius: 3px;
  color: white; background: var(--red); text-decoration: none;
  text-transform: uppercase; font-size: .78rem; font-weight: 800;
  letter-spacing: .08em; box-shadow: 0 12px 28px rgba(212,16,24,.22);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #ed111b; box-shadow: 0 15px 34px rgba(212,16,24,.32); }
.button svg { width: 20px; fill: currentColor; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .68rem; box-shadow: none; }

.hero {
  position: relative; min-height: 820px; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 78% 38%, rgba(32,63,96,.55), transparent 25%),
    linear-gradient(112deg, #07192e 0%, #051222 57%, #020914 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, transparent, black 55%, transparent);
}
.hero-accent {
  position: absolute; width: 650px; height: 1100px; top: -160px; right: -350px;
  background: var(--red); transform: rotate(17deg); opacity: .92;
  box-shadow: -30px 0 100px rgba(0,0,0,.25);
}
.hero-layout {
  position: relative; z-index: 2; display: flex; align-items: center;
  min-height: 750px; padding-top: 95px;
}
.hero-copy { width: min(780px, 68%); }
.eyebrow, .section-kicker {
  margin: 0 0 22px; color: var(--red); text-transform: uppercase;
  font-size: .74rem; font-weight: 800; letter-spacing: .18em;
}
.eyebrow { color: #dce4ef; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
.hero h1 {
  max-width: 700px; margin: 0; font-size: clamp(4rem, 6.7vw, 6.9rem);
  line-height: .88; letter-spacing: -.065em; text-transform: uppercase;
}
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); font-style: normal; }
.hero-lead { max-width: 580px; margin: 32px 0; color: #ccd5e2; font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: white; text-decoration: none; font-size: .84rem; font-weight: 700; }
.text-link span { color: var(--red); margin-left: 6px; font-size: 1.1rem; }
.trust-strip { position: absolute; z-index: 3; inset: auto 0 0; background: rgba(2,8,16,.75); border-top: 1px solid rgba(255,255,255,.1); }
.trust-items { min-height: 70px; display: flex; justify-content: center; align-items: center; gap: 34px; }
.trust-items span { color: #abb6c5; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; }
.intro h2, .section-heading h2, .contact h2 {
  margin: 0; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.045em;
}
.intro h2 span { color: var(--red); }
.intro-copy { padding-top: 44px; border-top: 1px solid #cbd0d6; }
.intro-copy p { margin: 0 0 22px; color: #414b59; font-size: 1.05rem; }
.intro-copy p:first-child { color: var(--ink); font-size: 1.25rem; font-weight: 600; }

.solutions { background: var(--navy); color: white; }
.section-kicker-light { color: #aeb9c7; }
.section-heading {
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px;
  align-items: end; margin-bottom: 60px;
}
.section-heading p:last-child { color: #aeb9c7; max-width: 380px; margin: 0 0 7px; }
.solutions-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); }
.solution-card {
  position: relative; min-height: 360px; padding: 40px 30px;
  border-right: 1px solid rgba(255,255,255,.12);
  transition: background .25s, transform .25s;
}
.solution-card:last-child { border: 0; }
.solution-card:hover { background: rgba(255,255,255,.045); transform: translateY(-4px); }
.solution-card.is-active,
.solution-card.is-active:hover { background: var(--red); }
.solution-card:focus-visible { outline: 3px solid white; outline-offset: -5px; }
.solution-card svg { width: 66px; height: 66px; margin: 38px 0 32px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.solution-card h3 { margin: 0 0 14px; font-size: 1.3rem; }
.solution-card p { margin: 0; color: #aeb9c7; font-size: .92rem; }
.solution-card.is-active p { color: rgba(255,255,255,.8); }
.brands {
  display: grid; grid-template-columns: auto 1fr auto; gap: 34px;
  align-items: center; margin-top: 42px; padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.brands > p {
  margin: 0; color: #8290a2; font-size: .67rem; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
}
.brand-list { display: flex; align-items: center; justify-content: center; gap: 44px; }
.brand-logo {
  display: grid; place-items: center; width: 62px; height: 62px;
  flex: 0 0 auto;
}
.brand-logo img { width: 100%; max-height: 100%; object-fit: contain; }
.brand-logo-ford { width: 112px; }
.brand-logo-mercedes {
  overflow: hidden; border-radius: 50%;
}
.brand-logo-mercedes img { transform: scale(1.025); }
.brand-logo-iveco {
  width: 112px; height: 58px;
}
.brands small { color: #8290a2; font-size: .68rem; }

.operations { background: #e9ebed; }
.operations-content {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px;
  align-items: end;
}
.operations h2 {
  max-width: 720px; margin: 0; font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.05; letter-spacing: -.045em;
}
.operations h2 span { color: var(--red); }
.operations-content > div:first-child > p:last-child {
  max-width: 760px; margin: 30px 0 0; color: #4d5765; font-size: 1.05rem;
}
.operations-commitment {
  padding: 30px 0 0 30px; border-top: 1px solid #bcc3ca;
  border-left: 3px solid var(--red);
}
.operations-commitment h3 {
  margin: 0; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
}
.operations-commitment p { margin: 10px 0 0; color: #4d5765; }

.contact { background: var(--paper); }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--red); color: white; box-shadow: var(--shadow); }
.contact-copy { padding: 65px; }
.contact-copy p:not(.section-kicker) { max-width: 570px; color: rgba(255,255,255,.78); }
.button-light { margin-top: 18px; color: var(--navy); background: white; box-shadow: none; }
.button-light:hover { background: #f3f4f6; }
.contact-list { display: grid; background: var(--navy); }
.contact-list a {
  display: flex; flex-direction: column; justify-content: center; padding: 24px 42px;
  border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none;
}
.contact-list > a:last-child { border: 0; }
.contact-list span, .contact-phones > span { color: #8190a3; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-list strong { margin-top: 4px; font-size: 1rem; overflow-wrap: anywhere; }
.contact-phones {
  display: flex; flex-direction: column; justify-content: center;
  padding: 24px 42px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.contact-phones > div { display: flex; align-items: center; gap: 14px; margin-top: 4px; }
.contact-phones a {
  display: inline; padding: 0; border: 0; color: white;
  font-size: 1rem; font-weight: 700; text-decoration: none;
}
.contact-phones i { width: 1px; height: 18px; background: rgba(255,255,255,.28); }
.map-wrap { margin-top: 28px; height: 360px; background: #d9dcdf; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.contact-brand {
  display: flex; justify-content: center; padding: 65px 0 0;
}
.contact-brand img {
  width: 261px;
  height: auto;
  mix-blend-mode: multiply;
}

.site-footer { color: white; background: #030b15; }
.footer-main { min-height: 105px; display: flex; align-items: center; justify-content: center; }
.footer-main p { max-width: 760px; margin: 0; color: #94a0af; text-align: center; }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #6f7b8a; font-size: .72rem; }
.floating-whatsapp {
  position: fixed; z-index: 30; right: 22px; bottom: 22px; display: none;
  width: 58px; height: 58px; border-radius: 50%; align-items: center; justify-content: center;
  color: white; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.floating-whatsapp svg { width: 29px; fill: currentColor; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .header-cta { margin-left: auto; }
  .hero h1 { font-size: clamp(3.7rem, 7.2vw, 5.4rem); }
  .hero-copy { width: min(720px, 76%); }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-card:nth-child(2) { border-right: 0; }
  .solution-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 78px 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: 76px; }
  .brand { width: 124px; }
  .header-cta { display: none; }
  .menu-toggle {
    display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px;
    border: 1px solid #cbd2da; background: transparent;
  }
  .menu-toggle span:not(.sr-only) { height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute; display: none; inset: 76px 0 auto; padding: 26px 24px;
    flex-direction: column; align-items: flex-start; background: var(--white);
    border-top: 1px solid #dfe3e8; box-shadow: 0 14px 24px rgba(3,12,24,.12);
  }
  .main-nav.is-open { display: flex; }
  .hero { min-height: auto; padding-bottom: 70px; }
  .hero-accent { width: 260px; height: 700px; right: -240px; top: 300px; opacity: .5; }
  .hero-layout { display: block; min-height: 0; padding-top: 135px; }
  .hero-copy { width: 100%; }
  .hero-copy { min-width: 0; overflow: hidden; }
  .hero h1 { max-width: 100%; font-size: clamp(2.65rem, 9.8vw, 4.25rem); line-height: .92; letter-spacing: -.055em; }
  .hero-lead { max-width: 100%; }
  .hero-lead { margin: 26px 0; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-strip { position: relative; margin: 55px -16px -70px; }
  .trust-items { overflow: hidden; justify-content: flex-start; padding: 0 22px; gap: 18px; }
  .trust-items span { white-space: nowrap; }
  .intro-grid, .section-heading, .operations-content, .contact-panel { grid-template-columns: 1fr; }
  .intro-grid { gap: 45px; }
  main .section { text-align: center; }
  .intro-copy { padding-top: 28px; }
  .section-heading { gap: 24px; margin-bottom: 40px; }
  .section-heading p:last-child,
  .contact-copy p:not(.section-kicker) { margin-left: auto; margin-right: auto; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 285px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .solution-card:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .solution-card svg { margin: 34px auto 24px; }
  .brands { grid-template-columns: 1fr; gap: 22px; }
  .brand-list { justify-content: center; gap: 10px; flex-wrap: nowrap; }
  .brand-logo { width: 40px; height: 40px; }
  .brand-logo-ford { width: 72px; }
  .brand-logo-iveco { width: 80px; height: 40px; }
  .operations-content { gap: 38px; }
  .operations-content > div:first-child > p:last-child { margin-inline: auto; }
  .operations-commitment { padding: 28px 18px 0; border-left: 0; }
  .contact-copy { padding: 42px 28px; }
  .contact-list > a { padding: 24px 28px; }
  .contact-phones { padding: 24px 28px; }
  .contact-phones > div { justify-content: center; gap: 11px; }
  .contact-phones a { font-size: .92rem; }
  .map-wrap { height: 300px; }
  .contact-brand { padding-top: 53px; }
  .contact-brand img { width: 214px; }
  .footer-main { min-height: 0; padding: 30px 20px; }
  .footer-main p { margin-inline: auto; text-align: center; }
  .footer-bottom { gap: 10px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
  .floating-whatsapp { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
