@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600;700;800;900&family=Oswald:wght@500;600;700&display=swap");

:root {
  --gold: #f5a800;
  --gold-dark: #d88d00;
  --ink: #050505;
  --dark: #111111;
  --muted: #5f6268;
  --line: #e5e5e5;
  --soft: #f6f6f6;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background: var(--white);
}

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

svg {
  display: block;
  width: 1em;
  height: 1em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 16px 5vw;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: 255px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a:first-child,
.main-nav a:hover {
  color: var(--gold);
}

.header-call,
.button,
.outline-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-call {
  padding: 0 24px;
  background: linear-gradient(135deg, var(--gold), #ffc84d);
  box-shadow: 0 10px 24px rgba(245, 168, 0, 0.26);
}

.header-call svg,
.button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 660px;
  grid-template-columns: minmax(470px, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 50px 5vw 64px;
  background:
    radial-gradient(circle at 60% 55%, rgba(245, 168, 0, 0.17), transparent 19%),
    linear-gradient(110deg, #fff 0%, #fff 48%, #f3f3f1 100%);
}

.hero::after {
  position: absolute;
  right: 31%;
  bottom: 132px;
  width: 440px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 168, 0, 0.8), transparent);
  content: "";
  transform: rotate(-13deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  color: var(--ink);
  font-size: 25px;
  font-style: italic;
}

.hero h1 {
  margin: 0;
  max-width: 670px;
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(72px, 8.5vw, 118px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.claim {
  margin: 16px 0 28px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(26px, 2.7vw, 36px);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.claim em {
  color: var(--gold);
  font-style: italic;
}

.hero-points {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.hero-points div {
  display: flex;
  max-width: 430px;
  align-items: center;
  gap: 16px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero-points mark {
  color: var(--gold);
  background: none;
}

.round-icon {
  display: grid;
  min-width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
}

.round-icon img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.button {
  min-width: 205px;
  padding: 0 25px;
  border: 2px solid var(--gold);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), #ffc84d);
  border-color: transparent;
}

.button.secondary {
  background: var(--white);
}

.button.secondary svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 530px;
}

.car-art {
  position: absolute;
  right: -16vw;
  bottom: 20px;
  width: min(1176px, 82.8vw);
  max-width: none;
  border: 0;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 100%);
}

.plate-image {
  position: absolute;
  right: 6vw;
  bottom: 132px;
  z-index: 2;
  width: min(600px, 39vw);
  height: auto;
  border-radius: 6px;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.3));
  transform: rotate(-6deg);
}

.price-badge {
  position: absolute;
  right: 8.2vw;
  bottom: 42px;
  z-index: 3;
  display: grid;
  width: 154px;
  height: 154px;
  place-items: center;
  padding: 19px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.25);
  font-family: "Oswald", Arial, sans-serif;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.price-badge span,
.price-badge small {
  font-size: 13px;
  font-weight: 700;
}

.price-badge strong {
  font-size: 54px;
  font-weight: 700;
}

.section {
  padding: 58px 5vw;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 26px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

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

.service-card {
  display: grid;
  min-height: 210px;
  align-content: start;
  justify-items: center;
  gap: 14px;
  padding: 28px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.service-icon {
  display: grid;
  width: 74px;
  height: 62px;
  place-items: center;
  color: var(--ink);
}

.service-icon img {
  width: 58px;
  height: 58px;
}

.service-icon.uploaded-icon img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.service-card h3 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.service-card p {
  margin: 0;
  color: var(--dark);
  font-size: 15px;
  line-height: 1.5;
}

.outline-button {
  width: min(320px, 100%);
  margin: 26px auto 0;
  border: 2px solid var(--gold);
  background: #fff;
}

.benefits {
  padding: 42px 5vw;
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.91)),
    linear-gradient(135deg, #161616, #303030);
  color: var(--white);
}

.benefits-inner {
  display: grid;
  max-width: 1260px;
  margin: 0 auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.benefits article {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 10px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  text-align: center;
}

.benefits article:last-child {
  border-right: 0;
}

.benefits img {
  width: 44px;
  height: 44px;
  filter: brightness(0) saturate(100%) invert(66%) sepia(95%) saturate(1448%) hue-rotate(359deg) brightness(100%) contrast(94%);
}

.benefits h3 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 21px;
}

.benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.process-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  align-items: center;
  gap: 42px;
}

.process ol {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.process li {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 58px;
  counter-increment: step;
}

.process li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  content: counter(step);
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
}

.process li strong {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 20px;
}

.process li span,
.contact-panel p,
.contact-panel span {
  color: var(--dark);
  line-height: 1.55;
}

.contact-panel {
  padding: 8px 44px;
  border-right: 1px solid rgba(245, 168, 0, 0.45);
  border-left: 1px solid rgba(245, 168, 0, 0.45);
}

.contact-number {
  display: block;
  margin: 4px 0 8px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 700;
  line-height: 1;
}

.whatsapp-label {
  margin-top: 24px;
  color: var(--dark);
}

.whatsapp-number {
  color: #111;
}

.check-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "\2713";
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 0.72fr;
  gap: 32px;
  padding: 36px 5vw 0;
  background: #141414;
  color: var(--white);
}

.footer-brand img {
  width: 250px;
  height: auto;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
}

.site-footer address,
.site-footer div {
  display: grid;
  gap: 10px;
  align-content: start;
  font-style: normal;
}

.site-footer strong {
  font-family: "Oswald", Arial, sans-serif;
}

.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.78);
}

.footnote {
  grid-column: 1 / -1;
  margin: 22px -5vw 0;
  padding: 14px 5vw;
  background: var(--gold);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .car-art {
    right: -14vw;
    width: min(1140px, 115vw);
  }

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

  .process-contact,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .brand img {
    width: min(255px, 100%);
  }

  .header-call {
    width: 100%;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .hero-copy > .eyebrow {
    font-size: 20px;
  }

  .hero h1 {
    font-size: clamp(46px, 14.5vw, 58px);
    max-width: 100%;
  }

  .claim {
    font-size: clamp(22px, 7vw, 27px);
    line-height: 1.08;
  }

  .hero-points div {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .car-art {
    right: -340px;
    bottom: 54px;
    width: 948px;
  }

  .plate-image {
    right: 8px;
    bottom: 94px;
    width: 360px;
  }

  .price-badge {
    right: 18px;
    bottom: 8px;
    width: 118px;
    height: 118px;
    padding: 14px;
  }

  .price-badge strong {
    font-size: 39px;
  }

  .price-badge span,
  .price-badge small {
    font-size: 10px;
  }

  .section {
    padding: 48px 5vw;
  }

  .service-grid,
  .benefits-inner,
  .process-contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .benefits article:last-child {
    border-bottom: 0;
  }

  .contact-panel {
    padding: 28px 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(245, 168, 0, 0.45);
    border-bottom: 1px solid rgba(245, 168, 0, 0.45);
  }

  .footer-brand img {
    width: min(250px, 100%);
  }
}
