:root {
  --black: #080809;
  --ink: #161616;
  --muted: #6f7177;
  --white: #ffffff;
  --soft: #f5f5f2;
  --line: #e3e0da;
  --orange: #ff6a00;
  --orange-dark: #d94f00;
  --yellow: #ffb000;
  --shadow: 0 22px 60px rgba(8, 8, 9, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::selection {
  background: var(--orange);
  color: var(--white);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 68px;
  padding: 8px clamp(18px, 4vw, 54px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 106, 0, 0.28);
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.98), rgba(20, 20, 20, 0.96) 48%, rgba(37, 20, 8, 0.96)),
    repeating-linear-gradient(135deg, rgba(255, 106, 0, 0.16) 0 2px, transparent 2px 18px);
  color: var(--white);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--orange) 22%, var(--yellow) 52%, var(--orange) 78%, transparent);
}

.site-header::after {
  content: "";
  position: absolute;
  top: -42px;
  right: clamp(160px, 20vw, 320px);
  width: 190px;
  height: 190px;
  border: 24px solid rgba(255, 106, 0, 0.1);
  border-radius: 999px;
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px 4px 0;
}

.brand img {
  display: block;
  width: clamp(128px, 14vw, 180px);
  height: auto;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 28px);
  color: #f0eee8;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--orange);
}

nav a {
  transition: color 160ms ease, background 160ms ease;
}

nav a.active {
  color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.social-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.social-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
  display: block;
}

.social-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.instagram-icon {
  background:
    radial-gradient(circle at 30% 105%, #feda75 0 22%, #fa7e1e 33%, transparent 50%),
    radial-gradient(circle at 20% 20%, #feda75 0 8%, transparent 24%),
    linear-gradient(135deg, #405de6 0%, #833ab4 34%, #c13584 58%, #fd1d1d 78%, #f77737 100%);
}

.facebook-icon {
  background: #1877f2;
}

.instagram-icon::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.81 5.81 0 0 1 22 7.8v8.4a5.81 5.81 0 0 1-5.8 5.8H7.8A5.81 5.81 0 0 1 2 16.2V7.8A5.81 5.81 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm8.7 2.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4ZM12 7.2a4.8 4.8 0 1 1 0 9.6 4.8 4.8 0 0 1 0-9.6Zm0 2a2.8 2.8 0 1 0 0 5.6 2.8 2.8 0 0 0 0-5.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.81 5.81 0 0 1 22 7.8v8.4a5.81 5.81 0 0 1-5.8 5.8H7.8A5.81 5.81 0 0 1 2 16.2V7.8A5.81 5.81 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm8.7 2.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4ZM12 7.2a4.8 4.8 0 1 1 0 9.6 4.8 4.8 0 0 1 0-9.6Zm0 2a2.8 2.8 0 1 0 0 5.6 2.8 2.8 0 0 0 0-5.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.facebook-icon::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 8.5V6.9c0-.77.25-1.28 1.32-1.28h1.45V2.25A19.4 19.4 0 0 0 14.46 2c-2.34 0-3.94 1.43-3.94 4.05V8.5H7.88v3.76h2.64V22h3.98v-9.74h3.11l.5-3.76h-3.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 8.5V6.9c0-.77.25-1.28 1.32-1.28h1.45V2.25A19.4 19.4 0 0 0 14.46 2c-2.34 0-3.94 1.43-3.94 4.05V8.5H7.88v3.76h2.64V22h3.98v-9.74h3.11l.5-3.76h-3.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta,
.primary-button,
.secondary-button,
.social-links a,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1;
}

.header-cta,
.primary-button,
.floating-whatsapp {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(255, 106, 0, 0.28);
}

.header-cta {
  padding: 0 20px;
}

.primary-button {
  padding: 0 24px;
  min-width: 190px;
}

.header-cta:hover,
.primary-button:hover,
.floating-whatsapp:hover {
  background: var(--orange-dark);
}

[data-whatsapp-link] {
  border-color: #25d366 !important;
  background: #25d366 !important;
  color: var(--white) !important;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28) !important;
}

[data-whatsapp-link]:hover {
  background: #128c4a !important;
}

.whatsapp-icon {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  flex: 0 0 auto;
}

.whatsapp-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #25d366;
  display: block;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.18 22.6L3.9 28.8l6.34-1.48A12.75 12.75 0 1 0 16.02 3.2Zm0 2.35a10.4 10.4 0 0 1 8.84 15.88 10.37 10.37 0 0 1-13.97 3.7l-.45-.26-3.78.88.78-3.69-.3-.48A10.38 10.38 0 0 1 16.02 5.55Zm-4.2 5.4c-.25 0-.64.1-.98.46-.34.37-1.29 1.26-1.29 3.07 0 1.8 1.32 3.55 1.5 3.8.18.24 2.55 4.09 6.31 5.57 3.12 1.23 3.76.98 4.44.92.68-.06 2.2-.9 2.5-1.76.31-.86.31-1.6.22-1.76-.09-.15-.34-.24-.7-.42-.37-.19-2.2-1.08-2.54-1.2-.34-.13-.59-.19-.83.18-.25.37-.95 1.2-1.17 1.45-.21.25-.43.28-.8.1-.36-.19-1.54-.57-2.94-1.82-1.09-.97-1.82-2.17-2.04-2.54-.21-.37-.02-.56.16-.74.16-.17.36-.43.55-.65.18-.21.24-.37.36-.61.13-.25.07-.47-.03-.65-.09-.18-.83-2-.1-2.74-.22-.55-.45-.57-.62-.58h-.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.18 22.6L3.9 28.8l6.34-1.48A12.75 12.75 0 1 0 16.02 3.2Zm0 2.35a10.4 10.4 0 0 1 8.84 15.88 10.37 10.37 0 0 1-13.97 3.7l-.45-.26-3.78.88.78-3.69-.3-.48A10.38 10.38 0 0 1 16.02 5.55Zm-4.2 5.4c-.25 0-.64.1-.98.46-.34.37-1.29 1.26-1.29 3.07 0 1.8 1.32 3.55 1.5 3.8.18.24 2.55 4.09 6.31 5.57 3.12 1.23 3.76.98 4.44.92.68-.06 2.2-.9 2.5-1.76.31-.86.31-1.6.22-1.76-.09-.15-.34-.24-.7-.42-.37-.19-2.2-1.08-2.54-1.2-.34-.13-.59-.19-.83.18-.25.37-.95 1.2-1.17 1.45-.21.25-.43.28-.8.1-.36-.19-1.54-.57-2.94-1.82-1.09-.97-1.82-2.17-2.04-2.54-.21-.37-.02-.56.16-.74.16-.17.36-.43.55-.65.18-.21.24-.37.36-.61.13-.25.07-.47-.03-.65-.09-.18-.83-2-.1-2.74-.22-.55-.45-.57-.62-.58h-.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.secondary-button {
  border: 2px solid var(--white);
  color: var(--white);
  padding: 0 22px;
}

.secondary-button.dark {
  border-color: var(--black);
  color: var(--black);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 68px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

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

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.97), rgba(8, 8, 9, 0.74) 48%, rgba(8, 8, 9, 0.22) 84%),
    linear-gradient(0deg, rgba(8, 8, 9, 0.86), rgba(8, 8, 9, 0.12) 48%, rgba(8, 8, 9, 0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(840px, 100%);
  padding: clamp(46px, 6vw, 74px) clamp(20px, 5vw, 64px);
  color: var(--white);
}

.page-hero {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 68px);
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.96), rgba(8, 8, 9, 0.82)),
    url("assets/kr-borracharia-hero.png") center / cover;
  color: var(--white);
}

.page-hero.compact {
  padding-block: clamp(52px, 7vw, 86px);
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
}

.page-hero p {
  max-width: 760px;
  color: #edeae4;
  font-size: clamp(17px, 1.6vw, 21px);
}

.hero-logo {
  display: block;
  width: min(330px, 72vw);
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 16px;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.hero-copy {
  max-width: 650px;
  color: #edeae4;
  font-size: clamp(17px, 1.65vw, 21px);
}

.hero-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) auto;
  gap: 20px;
  align-items: center;
  margin: -34px clamp(18px, 4vw, 58px) 0;
  padding: clamp(18px, 2.4vw, 28px);
  position: relative;
  z-index: 4;
  background: var(--white);
  box-shadow: var(--shadow);
  border-top: 5px solid var(--orange);
}

.quick-contact h2 {
  margin-bottom: 0;
  font-size: clamp(22px, 2.5vw, 30px);
}

.quick-contact p {
  margin-bottom: 0;
}

.section,
.dark-band,
.social-section,
.tire-budget-band,
.video-tip-section,
.cta-strip {
  padding: clamp(54px, 7vw, 88px) clamp(18px, 4vw, 58px);
}

.section-head {
  width: min(780px, 100%);
  margin-bottom: 36px;
}

.budget-section {
  background: var(--soft);
}

.home-gateway {
  background: var(--soft);
}

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

.gateway-card {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 14px 34px rgba(8, 8, 9, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gateway-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.5);
  box-shadow: 0 18px 36px rgba(8, 8, 9, 0.11);
}

.gateway-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gateway-card strong {
  display: block;
  margin: 18px 0 12px;
  color: var(--black);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.04;
}

.gateway-card p {
  margin-bottom: 0;
}

.gateway-card.featured {
  background: var(--orange);
  color: var(--white);
}

.gateway-card.featured span,
.gateway-card.featured strong,
.gateway-card.featured p {
  color: var(--white);
}

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

.steps-grid article {
  display: grid;
  gap: 12px;
  min-height: 230px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 14px 34px rgba(8, 8, 9, 0.08);
}

.steps-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font-size: 22px;
  font-weight: 1000;
}

.steps-grid strong {
  font-size: 25px;
  line-height: 1.05;
}

.steps-grid p {
  margin-bottom: 0;
}

.tire-budget-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: var(--black);
  color: var(--white);
}

.tire-budget-band p {
  max-width: 680px;
  color: #d6d3cc;
}

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

.measure-chips span {
  display: grid;
  min-height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #171719;
  color: var(--white);
  font-size: 22px;
  font-weight: 1000;
}

.video-tip-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.08), rgba(255, 255, 255, 0.94) 36%, rgba(8, 8, 9, 0.05)),
    var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.video-tip-section.standalone {
  display: block;
}

.video-tip-section.standalone .video-library {
  width: min(1060px, 100%);
  margin-inline: auto;
}

.video-tip-copy {
  max-width: 790px;
}

.video-tip-copy p {
  font-size: 18px;
  line-height: 1.55;
}

.video-tip-copy small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 800;
}

.video-tip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.video-library {
  display: grid;
  gap: 18px;
}

.video-card {
  display: grid;
  grid-template-columns: minmax(130px, 210px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  padding: 16px;
  box-shadow: 0 14px 34px rgba(8, 8, 9, 0.08);
}

.video-card.main-video {
  border-color: rgba(255, 106, 0, 0.34);
  background: var(--white);
}

.video-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.video-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--black);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
}

.video-card a {
  color: #128c4a;
  font-weight: 1000;
  text-transform: uppercase;
}

.video-frame {
  position: relative;
  width: min(100%, 390px);
  background: var(--black);
  border: 5px solid var(--black);
  box-shadow: 16px 16px 0 var(--orange), var(--shadow);
}

.video-card .video-frame {
  box-shadow: 8px 8px 0 var(--orange), 0 12px 30px rgba(8, 8, 9, 0.16);
}

.video-frame::before {
  content: "KR DICA";
  position: absolute;
  top: 14px;
  left: -18px;
  z-index: 1;
  padding: 8px 12px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 72vh;
  object-fit: cover;
  background: var(--black);
}

.video-card .video-frame video {
  max-height: 430px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.5);
  box-shadow: 0 18px 36px rgba(8, 8, 9, 0.1);
}

.service-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.service-card.featured {
  background: var(--orange);
  color: var(--white);
}

.service-card.featured span,
.service-card.featured p {
  color: var(--white);
}

.service-card.coming {
  background: var(--black);
  color: var(--white);
}

.service-card.coming p {
  color: #d6d3cc;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--black);
  color: var(--white);
}

.cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: var(--orange);
  color: var(--white);
}

.cta-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.cta-strip span {
  color: #fff7ef;
  font-size: 18px;
  line-height: 1.45;
}

.cta-strip [data-whatsapp-link] {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18) !important;
}

.dark-band h2 {
  max-width: 620px;
}

.proof-grid {
  display: grid;
  gap: 12px;
}

.proof-grid article {
  display: grid;
  gap: 8px;
  border-left: 5px solid var(--orange);
  background: #171719;
  padding: 22px;
}

.proof-grid strong {
  font-size: 22px;
}

.proof-grid span {
  color: #d6d3cc;
  line-height: 1.5;
}

.about,
.location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.page-about,
.page-location {
  min-height: calc(100vh - 150px);
}

.page-about h1,
.page-location h1 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--black);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.about-copy p {
  max-width: 760px;
}

.measure-box,
.map-card {
  border: 4px solid var(--black);
  background: var(--white);
  box-shadow: 14px 14px 0 var(--orange);
  padding: clamp(26px, 4vw, 42px);
}

.measure-box strong,
.map-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.06;
}

.measure-box span,
.map-card span,
.map-card small {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.measure-box ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 900;
}

.measure-box li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.address {
  color: var(--black);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
}

.map-card {
  min-height: 280px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.92), rgba(255, 176, 0, 0.75)),
    repeating-linear-gradient(45deg, #111 0 12px, #1d1d1d 12px 24px);
}

.map-card span,
.map-card small,
.map-card strong {
  color: var(--white);
}

.map-section {
  padding: 0 clamp(18px, 4vw, 58px) clamp(58px, 7vw, 88px);
  background: var(--soft);
}

.map-section iframe {
  display: block;
  width: 100%;
  min-height: min(620px, 72vh);
  border: 5px solid var(--black);
  box-shadow: 14px 14px 0 var(--orange);
  background: var(--white);
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--white);
}

.social-section h2 {
  max-width: 760px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  border: 2px solid var(--black);
  color: var(--black);
  padding: 0 18px;
}

.social-links a:hover {
  background: var(--black);
  color: var(--white);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(18px, 4vw, 58px);
  background: var(--black);
  color: var(--white);
}

.footer span {
  color: #d6d3cc;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .quick-contact,
  .steps-grid,
  .tire-budget-band,
  .dark-band,
  .about,
  .location,
  .social-section,
  .video-tip-section,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    margin-top: 0;
  }

  .video-frame {
    justify-self: start;
  }

  .video-card {
    grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 10px;
    background:
      linear-gradient(135deg, #080809 0%, #151515 62%, #351600 100%),
      repeating-linear-gradient(135deg, rgba(255, 106, 0, 0.14) 0 2px, transparent 2px 16px);
  }

  .brand img {
    width: 170px;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
    overflow-x: visible;
    padding-bottom: 0;
    font-size: 12px;
  }

  nav a {
    display: grid;
    min-height: 32px;
    place-items: center;
    border: 1px solid rgba(255, 106, 0, 0.22);
    background: rgba(255, 255, 255, 0.07);
  }

  .header-cta {
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 46px 46px minmax(0, 1fr);
    gap: 8px;
  }

  .social-icon {
    width: 46px;
    height: 46px;
  }

  .header-actions .header-cta {
    min-width: 0;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 8, 9, 0.96), rgba(8, 8, 9, 0.7)),
      linear-gradient(0deg, rgba(8, 8, 9, 0.88), rgba(8, 8, 9, 0.1));
  }

  .hero-content {
    padding-block: 44px 64px;
  }

  .hero-logo {
    width: min(290px, 84vw);
  }

  h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

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

  .hero-actions,
  .location-actions,
  .social-links,
  .video-tip-actions {
    display: grid;
  }

  .primary-button,
  .secondary-button,
  .social-links a {
    width: 100%;
  }

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

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

  .gateway-card {
    min-height: 210px;
  }

  .steps-grid article {
    min-height: 0;
  }

  .measure-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-frame {
    width: min(100%, 330px);
    box-shadow: 10px 10px 0 var(--orange), var(--shadow);
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .video-card .video-frame {
    width: min(100%, 300px);
  }

  .map-section iframe {
    min-height: 420px;
    box-shadow: 8px 8px 0 var(--orange);
  }

  .service-card {
    min-height: 210px;
  }

  .floating-whatsapp {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: 56px;
    min-height: 56px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35) !important;
  }

  .floating-whatsapp .whatsapp-icon {
    width: 30px;
    height: 30px;
  }

  .floating-whatsapp .whatsapp-icon::before {
    width: 20px;
    height: 20px;
  }
}
