:root {
  --honda-red: #e40521;
  --expo-red: #ff232c;
  --expo-green: #07964a;
  --expo-blue: #244ea6;
  --motors-yellow: #ffc400;
  --ink: #0a0a0b;
  --paper: #fff6e7;
  --cream: #fff0d1;
  --white: #ffffff;
  --muted: #5d5d64;
  --shadow: 0 24px 70px rgba(10, 10, 11, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(135deg, rgba(7, 150, 74, 0.1), transparent 28%),
    linear-gradient(315deg, rgba(228, 5, 33, 0.1), transparent 30%),
    var(--paper);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -5;
  content: "";
  background: linear-gradient(120deg, transparent 0 42%, rgba(255, 196, 0, 0.16) 42% 46%, transparent 46% 100%);
  animation: road-glow 8s ease-in-out infinite;
  pointer-events: none;
}

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

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(10, 10, 11, 0.12);
  backdrop-filter: blur(18px);
  color: var(--ink);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.motors-logo-box {
  display: inline-flex;
  width: clamp(138px, 17vw, 190px);
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  flex: 0 0 auto;
}

.motors-logo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.brand-lockup:hover .motors-logo-box img {
  transform: scale(1.04);
}

.top-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}

.top-nav a {
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.top-nav a:hover {
  color: var(--honda-red);
  background: rgba(255, 196, 0, 0.18);
}

.top-nav .finance-site-link {
  color: var(--white);
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--motors-yellow);
}

.top-nav .finance-site-link:hover {
  color: var(--white);
  background: var(--honda-red);
}

.site-header.is-near-form {
  border-bottom-color: rgba(255, 196, 0, 0.7);
  box-shadow: 0 10px 30px rgba(10, 10, 11, 0.08);
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 77px);
  padding: clamp(108px, 11vw, 150px) clamp(18px, 5vw, 76px) 52px;
  overflow: hidden;
  background-image: url("assets/fondo.png");
  background-color: #fff1dc;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: none;
}

.event-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--honda-red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.expo-logo {
  display: block;
  width: clamp(140px, 18vw, 220px);
  height: auto;
  margin: 0 0 14px;
}

.welcome-note {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.86);
  border-left: 5px solid var(--expo-green);
  text-transform: uppercase;
}

.event-kicker::before {
  width: 32px;
  height: 6px;
  content: "";
  background: var(--motors-yellow);
}

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

.hero-content::before {
  position: absolute;
  top: -22px;
  left: -18px;
  z-index: -1;
  width: 86px;
  height: 86px;
  content: "";
  background: var(--motors-yellow);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0.75;
}

.hero-content::after {
  position: absolute;
  right: min(16vw, 120px);
  bottom: 58px;
  z-index: -1;
  width: 72px;
  height: 72px;
  content: "";
  border: 12px solid rgba(36, 78, 166, 0.28);
  border-radius: 50%;
  animation: spin-accent 8s linear infinite;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1::after {
  display: block;
  width: min(250px, 48vw);
  height: 10px;
  margin-top: 18px;
  content: "";
  background: var(--motors-yellow);
  transform: skewX(-18deg);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: #35353a;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--motors-yellow);
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
}

.button-primary {
  color: var(--white);
  background: var(--honda-red);
  box-shadow: 7px 7px 0 var(--motors-yellow);
  animation: cta-pulse 2.6s ease-in-out infinite;
}

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

.hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.poster-tag {
  justify-self: start;
  padding: 10px 14px;
  color: var(--white);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 950;
  background: var(--ink);
  transform: rotate(-2deg);
  text-transform: uppercase;
  box-shadow: 8px 8px 0 var(--motors-yellow);
  animation: tag-swing 4.8s ease-in-out infinite;
}

.moto-card {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 520 / 390;
  overflow: hidden;
  background: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
  animation: moto-float 5s ease-in-out infinite;
}

.moto-card:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 30px 80px rgba(10, 10, 11, 0.25);
  animation-play-state: paused;
}

.moto-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expo-ribbon {
  width: min(100%, 520px);
  padding: 18px 20px;
  color: var(--white);
  background: var(--expo-green);
  border-left: 16px solid var(--expo-blue);
  box-shadow: 8px 8px 0 var(--motors-yellow);
}

.expo-ribbon strong,
.expo-ribbon span {
  display: block;
}

.expo-ribbon strong {
  margin-bottom: 4px;
  font-size: 20px;
  text-transform: uppercase;
}

.finance-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(44px, 7vw, 82px) clamp(18px, 5vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(228, 5, 33, 0.94), rgba(10, 10, 11, 0.98) 58%),
    var(--ink);
  border-top: 12px solid var(--motors-yellow);
}

.finance-copy h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(36px, 6vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
}

.finance-copy p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

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

.finance-steps article {
  min-height: 230px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--motors-yellow);
}

.finance-steps span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 22px;
  font-weight: 950;
  background: var(--honda-red);
}

.finance-steps h3 {
  margin: 0 0 10px;
  font-size: 21px;
  text-transform: uppercase;
}

.finance-steps p {
  margin-bottom: 0;
  color: #3b3b42;
  line-height: 1.48;
}

.benefit-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--motors-yellow);
  font-size: 34px;
  font-weight: 950;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  padding: clamp(44px, 7vw, 82px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(7, 150, 74, 0.15), transparent 32%),
    linear-gradient(315deg, rgba(36, 78, 166, 0.14), transparent 34%),
    var(--white);
}

.form-intro {
  position: sticky;
  top: 112px;
}

.form-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.form-intro p:last-child {
  color: #3b3b42;
  font-size: 18px;
  line-height: 1.55;
}

.form-promises {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.form-promises li {
  position: relative;
  padding-left: 30px;
  font-weight: 900;
}

.form-promises li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--motors-yellow);
  border: 2px solid var(--ink);
  transform: rotate(45deg);
}

.form-shell {
  min-height: 520px;
  padding: clamp(16px, 3vw, 28px);
  background: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: 12px 12px 0 var(--motors-yellow);
}

.form-topline {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 22px;
  padding-left: 4px;
  font-weight: 950;
  text-transform: uppercase;
}

.form-topline span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: var(--expo-green);
  box-shadow: 10px 0 0 var(--expo-blue), 20px 0 0 var(--honda-red);
}

.form-topline strong {
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.05;
}

.bitrix-form {
  min-height: 440px;
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 76px);
  color: var(--white);
  background: var(--ink);
}

.site-footer a {
  color: var(--cream);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 16px;
  color: var(--white);
  font-weight: 950;
  background: #25d366;
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 9px 9px 0 var(--ink);
}

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

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cta-pulse {
  0%,
  100% {
    box-shadow: 7px 7px 0 var(--motors-yellow);
  }

  50% {
    box-shadow: 10px 10px 0 var(--motors-yellow);
  }
}

@keyframes tag-swing {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(1deg) translateY(-4px);
  }
}

@keyframes road-glow {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-3%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(3%);
  }
}

@keyframes moto-float {
  0%,
  100% {
    transform: rotate(-1deg) translateY(0);
  }

  50% {
    transform: rotate(-0.5deg) translateY(-8px);
  }
}

@keyframes spin-accent {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 920px) {
  .hero-section,
  .form-section,
  .finance-strip {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    background-size: 100% auto;
  }

  .form-intro {
    position: static;
  }

  .finance-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: sticky;
    align-items: center;
    min-height: 64px;
    padding: 9px 14px;
  }

  .brand-lockup {
    gap: 9px;
    width: auto;
  }

  .motors-logo-box {
    width: clamp(134px, 38vw, 170px);
    height: clamp(38px, 11vw, 48px);
  }

  .top-nav {
    display: flex;
    margin-left: auto;
  }

  .top-nav a:not(.finance-site-link) {
    display: none;
  }

  .top-nav .finance-site-link {
    padding: 10px 11px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .hero-section {
    padding: clamp(128px, 38vw, 180px) 18px 42px;
    gap: 30px;
    background-image: url("assets/fondo.png");
    background-color: #fff1dc;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .event-kicker {
    max-width: 100%;
    padding: 7px 10px;
    color: var(--honda-red);
    font-size: clamp(10px, 3.15vw, 12px);
    line-height: 1.25;
    background: rgba(255, 246, 231, 0.86);
    border-left: 5px solid var(--motors-yellow);
    margin-bottom: 18px;
  }

  .expo-logo {
    width: clamp(120px, 36vw, 160px);
    margin-bottom: 12px;
  }

  .welcome-note {
    margin-bottom: 10px;
    padding: 7px 10px;
    font-size: 11px;
    background: rgba(255, 246, 231, 0.9);
  }

  .event-kicker::before {
    display: none;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(34px, 11.4vw, 56px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  h1::after {
    width: min(180px, 55vw);
    height: 8px;
    margin-top: 14px;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 1.5;
  }

  .hero-content::before {
    display: none;
  }

  .hero-content::after {
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 52px;
    padding: 13px 14px;
    font-size: 13px;
    line-height: 1.15;
  }

  .hero-highlights {
    display: grid;
    gap: 8px;
  }

  .hero-highlights span {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .moto-card {
    width: 100%;
    min-height: auto;
    border-width: 3px;
    box-shadow: 0 18px 46px rgba(10, 10, 11, 0.18);
    transform: none;
  }

  .poster-tag {
    padding: 9px 12px;
    font-size: 18px;
  }

  .expo-ribbon {
    width: 100%;
    padding: 15px 16px;
    border-left-width: 10px;
    box-shadow: 6px 6px 0 var(--motors-yellow);
  }

  .expo-ribbon strong {
    font-size: 17px;
  }

  .finance-strip {
    padding: 42px 18px;
    border-top-width: 8px;
  }

  .finance-copy h2,
  .form-intro h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1;
  }

  .finance-copy p:last-child,
  .form-intro p:last-child {
    font-size: 16px;
  }

  .finance-steps article {
    min-height: auto;
    padding: 18px;
    box-shadow: 6px 6px 0 var(--motors-yellow);
  }

  .finance-steps span {
    margin-bottom: 18px;
  }

  .form-section {
    padding: 42px 18px;
  }

  .form-shell {
    min-height: 460px;
    padding: 14px;
    border-width: 3px;
    box-shadow: 7px 7px 0 var(--motors-yellow);
  }

  .form-topline {
    align-items: flex-start;
    gap: 24px;
    line-height: 1.25;
  }

  .form-topline strong {
    font-size: 20px;
  }

  .bitrix-form {
    min-height: 420px;
  }

  .site-footer {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 11px 13px;
    border-width: 2px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .whatsapp-float span {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand-lockup {
    gap: 8px;
  }

  .hero-section {
    padding-top: clamp(116px, 37vw, 150px);
  }

  .poster-tag {
    justify-self: center;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .motors-logo-box {
    width: 118px;
    height: 35px;
  }

  .top-nav .finance-site-link {
    padding: 9px 9px;
    font-size: 10px;
  }

  .hero-section,
  .finance-strip,
  .form-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  h1 {
    font-size: clamp(31px, 11vw, 38px);
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
