:root {
  --ink: #0a1218;
  --panel: #101b23;
  --muted: #6b7883;
  --paper: #f7f9fb;
  --line: rgba(255, 255, 255, 0.15);
  --gold: #f1a72b;
  --teal: #25b7a6;
  --red: #e45437;
  --white: #ffffff;
  --hero-photo: url("Images/sunset-highway.jpg");
  --shadow: 0 24px 70px rgba(5, 16, 24, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(6, 15, 22, 0.82), rgba(6, 15, 22, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong,
.nav-links,
.language-switcher,
.btn,
h1,
h2,
h3,
.section-kicker,
.eyebrow,
.accordion-title,
.price-line,
.pricing-copy span,
.pricing-copy em,
.trust-card h3,
.faq-question,
.contact-form label,
.contact-person {
  font-family: Poppins, Roboto, Arial, sans-serif;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

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

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 132px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(4, 13, 20, 0.38);
  backdrop-filter: blur(12px);
}

.language-switcher svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.language-switcher select {
  width: 100%;
  color: var(--white);
  border: 0;
  background: transparent;
  font: inherit;
  outline: 0;
}

.language-switcher option {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: var(--white);
  background: #0b1319;
}

.hero-video,
.hero-fallback,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  z-index: 1;
}

.hero-fallback {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 15, 0.95) 0%, rgba(4, 10, 15, 0.72) 38%, rgba(4, 10, 15, 0.2) 78%),
    var(--hero-photo) center / cover no-repeat;
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 8, 13, 0.18), rgba(3, 8, 13, 0.76)),
    radial-gradient(circle at 76% 24%, rgba(241, 167, 43, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(3, 8, 13, 0.86), rgba(3, 8, 13, 0.16) 66%, rgba(3, 8, 13, 0.62));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(880px, calc(100% - 36px));
  padding: 19vh 0 8vh clamp(18px, 6vw, 86px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.65;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.btn.primary {
  color: #081117;
  background: var(--gold);
  box-shadow: 0 16px 34px rgba(241, 167, 43, 0.26);
}

.btn.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.09);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin-top: 78px;
}

.hero-stats span {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-stats strong,
.hero-stats small {
  display: block;
}

.hero-stats strong {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.hero-stats small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 42px;
  padding: 72px clamp(18px, 6vw, 86px);
  color: var(--white);
  background: var(--ink);
}

.intro-band h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-band > p {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.7;
}

.services-section {
  padding: 86px clamp(18px, 6vw, 86px);
}

.pricing-section,
.seo-section,
.trust-section,
.faq-section {
  padding: 86px clamp(18px, 6vw, 86px);
}

.pricing-section {
  background:
    linear-gradient(180deg, rgba(238, 244, 246, 0.94), rgba(238, 244, 246, 1)),
    url("Images/white-lorry-highway.png") center / cover fixed;
}

.seo-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 17, 23, 0.96), rgba(8, 17, 23, 0.72)),
    url("Images/lorry-yard.png") center / cover no-repeat;
}

.trust-section {
  background: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  margin-bottom: 24px;
}

.section-heading.compact h2 {
  font-size: clamp(28px, 3.2vw, 38px);
}

.section-heading p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.7;
}

.seo-section .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

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

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pricing-card {
  overflow: hidden;
  border: 1px solid #d7e2e8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(18, 32, 42, 0.07);
}

.pricing-image {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background: #0e1a22;
}

.pricing-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 14, 20, 0.02), rgba(7, 14, 20, 0.62)),
    linear-gradient(90deg, rgba(7, 14, 20, 0.35), rgba(7, 14, 20, 0));
}

.pricing-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.pricing-card:hover .pricing-image img {
  transform: scale(1.07);
}

.pricing-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: var(--white);
  background: rgba(5, 13, 19, 0.66);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.pricing-copy {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.pricing-copy span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-line {
  display: grid;
  gap: 4px;
  padding: 4px 0 6px;
}

.price-line small {
  color: #76838e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-line strong {
  display: block;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.08;
  letter-spacing: 0;
}

.pricing-copy em {
  color: #31414b;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.pricing-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.quote-guide {
  max-width: 980px;
  margin-top: 22px;
  padding: 24px 28px;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: #fff8eb;
}

.quote-guide strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.quote-guide p {
  margin: 0;
  color: #596775;
  line-height: 1.7;
}

.seo-card {
  min-height: 180px;
  display: grid;
  align-content: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.seo-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.12;
}

.seo-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  min-height: 240px;
  padding: 24px;
  border: 1px solid #dce4e9;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 183, 166, 0.12), transparent 32%),
    #ffffff;
  box-shadow: 0 16px 38px rgba(18, 32, 42, 0.06);
}

.trust-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.trust-card h3 {
  margin: 50px 0 12px;
  font-size: 24px;
  line-height: 1.12;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.services-grid {
  overflow: hidden;
  border: 1px solid #dce4e9;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.accordion-item + .accordion-item {
  border-top: 1px solid #dce4e9;
}

.accordion-button {
  display: grid;
  grid-template-columns: 54px 1fr 42px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 86px;
  padding: 0 clamp(18px, 4vw, 34px);
  border: 0;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.accordion-button:hover,
.accordion-button.active {
  background: #f0f6f7;
}

.accordion-index,
.service-number {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.accordion-title {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 800;
  line-height: 1.15;
}

.accordion-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #081117;
  background: var(--gold);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.accordion-button.active .accordion-icon {
  color: var(--white);
  background: var(--teal);
}

.accordion-content {
  display: grid;
  grid-template-columns: minmax(280px, 52%) 1fr;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 360ms ease,
    opacity 220ms ease;
}

.accordion-content.open {
  max-height: 650px;
  opacity: 1;
}

.accordion-content img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.accordion-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 100% 0%, rgba(241, 167, 43, 0.14), transparent 30%),
    #ffffff;
}

.accordion-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 4.7vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.accordion-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-map-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 28px;
  padding: 86px clamp(18px, 6vw, 86px);
  background: #e8eef2;
}

.contact-panel,
.coverage-panel {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  margin: 4px 0 0;
  padding: 16px 18px;
  border: 1px solid #d7e2e8;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37, 183, 166, 0.08), rgba(241, 167, 43, 0.08)),
    #f7fafb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.contact-person strong {
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-person span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.contact-person a {
  color: #0f6f63;
  font-size: 18px;
  font-weight: 800;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #273640;
  font-size: 14px;
  font-weight: 800;
}

.contact-form .full,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd9df;
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #f7fafb;
  font: inherit;
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #50606b 50%) right 18px center / 7px 7px no-repeat,
    linear-gradient(135deg, #50606b 50%, transparent 50%) right 13px center / 7px 7px no-repeat,
    #f7fafb;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #dce4e9;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(18, 32, 42, 0.06);
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 70px;
  padding: 0 22px;
  border: 0;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question.active {
  background: #f0f6f7;
}

.faq-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #081117;
  background: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 180ms ease;
}

.faq-answer.open {
  max-height: 220px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.map-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d8e1e7;
  background: #d8edf2;
  min-height: 520px;
}

.coverage-map {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.lorry-marker {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 4px solid #e51f28;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(6, 18, 26, 0.24);
}

.lorry-marker svg {
  width: 36px;
  height: 36px;
  fill: #e51f28;
}

.map-labels {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-labels li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(2, 8, 12, 0.62);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.map-labels span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

footer {
  padding: 28px clamp(18px, 6vw, 86px);
  color: rgba(255, 255, 255, 0.7);
  background: #081117;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 10px;
}

.float-btn {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.float-btn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.float-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.home-link {
  overflow: hidden;
  background: #111d25;
}

.image-link {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.whatsapp-link {
  background: #22c45e;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-content {
    padding-top: 24vh;
  }

  .hero-stats,
  .intro-band,
  .contact-map-section,
  .pricing-grid,
  .seo-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .accordion-content {
    grid-template-columns: 1fr;
  }

  .accordion-content.open {
    max-height: 820px;
  }

  .accordion-content img {
    min-height: 330px;
  }
}

@media (min-width: 621px) and (max-width: 1120px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brand small,
  .nav-links {
    display: none;
  }

  .language-switcher {
    min-width: 124px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 14px;
    line-height: 1.12;
  }

  .hero-content {
    width: 100%;
    padding: 22vh 18px 56px;
  }

  .hero h1 {
    font-size: clamp(38px, 14vw, 56px);
  }

  .hero-actions {
    display: grid;
    justify-content: start;
    margin-left: 70px;
  }

  .hero-stats {
    gap: 10px;
  }

  .hero-stats strong {
    font-size: 28px;
  }

  .hero-stats small {
    font-size: 11px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .coverage-panel {
    padding: 24px 18px;
  }

  .accordion-button {
    grid-template-columns: 38px 1fr 38px;
    gap: 12px;
    min-height: 74px;
    padding: 0 14px;
  }

  .accordion-icon {
    width: 38px;
    height: 38px;
  }

  .accordion-copy {
    padding: 28px 20px;
  }

  .map-card,
  .coverage-map {
    min-height: 350px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
}
