:root {
  --bg: #0a0c10;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: #12161d;
  --text: #f5f7fb;
  --muted: #a9b3c2;
  --gold: #d9a441;
  --gold-strong: #f5b335;
  --cookie-accent: #f5b335;
  --cookie-accent-dark: #d99212;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(217, 164, 65, 0.08), transparent 25%);
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.88) 0%, rgba(7, 10, 15, 0.58) 45%, rgba(7, 10, 15, 0.18) 100%),
    url('images/hero-clean.jpg') center/cover;
  overflow: hidden;
}

.subhero {
  position: relative;
  min-height: 56vh;
  overflow: hidden;
}

.subhero-services {
  background: linear-gradient(90deg, rgba(7,10,15,0.9), rgba(7,10,15,0.56)), url('images/hero-clean.jpg') center/cover;
}

.subhero-dark {
  background: linear-gradient(135deg, #090b10 0%, #0d1219 42%, #121923 100%);
}

.subhero-gallery {
  background: linear-gradient(90deg, rgba(7,10,15,0.88), rgba(7,10,15,0.58)), url('images/poza-flota-6.jpg') center center/cover;
}

.subhero-contact {
  background: linear-gradient(90deg, rgba(7,10,15,0.84), rgba(7,10,15,0.52)), url('images/poza-flota-2.jpg') center/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28)),
    radial-gradient(circle at right center, rgba(245, 179, 53, 0.06), transparent 24%);
}

.navbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  letter-spacing: 0.04em;
}

.logo span {
  color: var(--gold);
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: #dfe6f1;
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-call,
.btn,
.panel-phone,
.floating-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.nav-call,
.btn-primary,
.panel-phone,
.floating-call {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #15181d;
  box-shadow: 0 18px 40px rgba(217, 164, 65, 0.25);
}

.nav-call {
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
}

.btn {
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 700;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  color: white;
}

.btn-whatsapp {
  background: #25d366;
  color: white;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.22);
}

.nav-call:hover,
.btn:hover,
.panel-phone:hover,
.floating-call:hover,
.cookie-accept:hover {
  transform: translateY(-2px);
}

.btn-whatsapp:hover {
  opacity: 0.95;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: white;
  display: block;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 102px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  padding: 40px 0 70px;
}

.subhero-content {
  position: relative;
  z-index: 2;
  padding: 56px 0 72px;
  max-width: 760px;
}

.subhero-content h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.95;
  margin: 18px 0 14px;
}

.subhero-content p {
  color: #e7edf6;
  max-width: 620px;
  font-size: 17px;
}

.eyebrow,
.section-tag,
.panel-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-copy h1,
.hero-panel h2,
.section-head h2,
.split-grid h2,
.contact-layout h2,
.footer-social h3 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.hero-copy h1 {
  font-size: clamp(44px, 7vw, 84px);
  margin: 22px 0 16px;
  max-width: 680px;
}

.hero-copy p {
  color: #edf2f8;
  font-size: 16px;
  max-width: 500px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0 34px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hero-meta div {
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.hero-meta strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  color: white;
}

.hero-meta span {
  color: var(--muted);
  font-size: 14px;
}

.hero-panel {
  padding: 34px;
  border-radius: 30px;
  background: rgba(10, 13, 18, 0.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}

.hero-panel h2 {
  font-size: clamp(30px, 4.5vw, 46px);
  margin: 18px 0 14px;
}

.hero-panel p,
.section-head p,
.service-card p,
.advantage-card p,
.coverage-card p,
.contact-layout p,
.contact-item span,
.contact-item a,
.check-list li,
.split-grid p,
.footer-legal p,
.cookie-inner p,
.cookie-inner a {
  color: var(--muted);
}

.panel-phone {
  margin: 26px 0 22px;
  padding: 18px 22px;
  border-radius: 18px;
  font-size: 32px;
  font-weight: 800;
  width: 100%;
}

.hero-panel ul,
.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-panel li,
.check-list li {
  padding-left: 22px;
  position: relative;
}

.hero-panel li::before,
.check-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--gold);
  font-size: 22px;
}

.section {
  padding: 120px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-head h2,
.split-grid h2,
.contact-layout h2 {
  font-size: clamp(40px, 5vw, 72px);
  margin: 16px 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fleet-grid,
.steps-grid,
.testimonials-grid,
.faq-list {
  display: grid;
  gap: 22px;
}

.fleet-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid-expanded {
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid,
.testimonials-grid {
  grid-template-columns: repeat(3, 1fr);
}

.cta-strip-section {
  padding-top: 0;
}

.cta-strip {
  background: linear-gradient(135deg, rgba(18,22,29,0.96), rgba(14,18,24,0.96));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cta-strip h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  line-height: 0.95;
  margin-top: 14px;
}

.cta-strip-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-benefits {
  margin-top: 22px;
}

.service-card,
.advantage-card,
.coverage-card,
.contact-box,
.fleet-card,
.step-card,
.testimonial-card,
.faq-item,
.contact-form {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.service-card,
.step-card,
.testimonial-card,
.faq-item {
  padding: 30px;
}

.step-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.step-card h3,
.faq-item h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}

.testimonial-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.quote-mark {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 54px;
  color: var(--gold);
  line-height: 1;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 14px;
}

.testimonial-card p {
  color: white;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.testimonial-card strong {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-list {
  grid-template-columns: 1fr;
}

.premium-faq-list {
  gap: 18px;
}

.faq-item {
  position: relative;
  padding-left: 86px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}

.faq-number {
  position: absolute;
  left: 28px;
  top: 30px;
  color: var(--gold);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.fleet-card {
  min-height: 260px;
  padding: 28px;
}

.fleet-image-card {
  padding: 0;
  overflow: hidden;
}

.fleet-image-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.trailer-rental-image img {
  min-height: 420px;
  object-position: center;
}

.trailer-rental-card .check-list {
  margin-top: 20px;
}

.fleet-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.4)),
    linear-gradient(135deg, #1c2430, #11151b);
}

.fleet-placeholder span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fleet-placeholder p {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.service-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-card h3,
.coverage-card strong,
.advantage-card strong {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.03em;
}

.service-card h3 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 16px;
}

.dark-section {
  background: linear-gradient(180deg, #0f1319, #0a0d12);
}

.split-grid,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.advantage-list {
  display: grid;
  gap: 18px;
}

.advantage-card {
  padding: 26px;
}

.advantage-card strong {
  display: block;
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
}

.coverage-layout {
  align-items: center;
}

.coverage-card {
  padding: 34px;
}

.coverage-card span {
  display: block;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 14px;
}

.coverage-card strong {
  display: block;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 0.95;
  margin-bottom: 12px;
}

.wide {
  width: 100%;
  margin-top: 24px;
}

.contact-box {
  padding: 30px;
}

.contact-form {
  margin-top: 22px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.premium-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}

.form-row {
  display: grid;
  gap: 14px;
}

.two-cols {
  grid-template-columns: 1fr 1fr;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: white;
  padding: 16px 18px;
  border-radius: 14px;
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item a {
  color: white;
  font-weight: 700;
  text-align: right;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #090b0f;
}

.simple-footer .footer-legal {
  padding-bottom: 34px;
}

.footer-social {
  padding: 56px 0 38px;
  text-align: center;
}

.footer-social h3 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 22px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social-links a {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-links a svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.footer-legal {
  border-top: 1px solid var(--line);
  padding: 20px 0 110px;
  text-align: center;
}

.footer-legal span {
  color: var(--gold);
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(8, 10, 14, 0.96);
  border-top: 1px solid rgba(245, 179, 53, 0.45);
}

.cookie-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.cookie-inner a {
  color: #8eb8ff;
  font-size: 14px;
}

.cookie-accept {
  border: 0;
  background: linear-gradient(135deg, var(--cookie-accent), var(--cookie-accent-dark));
  color: #13161b;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 14px 18px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(245, 179, 53, 0.22);
}

.floating-call {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 30;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 800;
}

.hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .hero-content,
  .service-grid,
  .fleet-grid,
  .gallery-grid-expanded,
  .steps-grid,
  .testimonials-grid,
  .split-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-grid,
  .fleet-grid,
  .gallery-grid-expanded,
  .steps-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-call {
    display: none;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .hero-meta,
  .service-grid,
  .fleet-grid,
  .gallery-grid-expanded,
  .steps-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .contact-item,
  .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .two-cols {
    grid-template-columns: 1fr;
  }

  .contact-item a {
    text-align: left;
  }

  .floating-call {
    bottom: 110px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 86px 0;
  }

  .hero-content {
    padding: 18px 0 54px;
  }

  .hero-copy p,
  .hero-panel p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn,
  .floating-call,
  .panel-phone,
  .cookie-accept {
    width: 100%;
  }

  .logo {
    font-size: 34px;
  }
}
