/* ==========================================================================
   CIRCUITO PLATENSE NORTE - STYLES
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. FONTS & VARIABLES
   -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Tusker Grotesk';
  src: url('../fonts/TuskerGrotesk-3700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #FF4B00;
  --color-primary-hover: #E04200;
  --color-bg-dark: #121212;
  --color-bg-black: #000000;
  --color-bg-card-dark: #1C1C1C;
  --color-bg-light: #F5EFE7;
  --color-text-white: #FFFFFF;
  --color-text-dark: #1A1A1A;
  --color-text-muted: #B8B8B8;
  --color-text-dim: #7A7A7A;
  --color-border-dark: #2E2E2E;

  --font-title: 'Tusker Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --container-max-width: 1240px;
  --section-padding-y: 85px;
  --section-padding-x: 24px;
}

/* --------------------------------------------------------------------------
   2. RESET & BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: var(--color-bg-black);
  color: var(--color-text-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background-color: var(--color-bg-black);
  font-family: var(--font-body);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

button,
input,
select,
textarea {
  font-family: var(--font-body);
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--section-padding-x);
  padding-right: var(--section-padding-x);
}

h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.section-title {
  font-family: var(--font-title);
  color: var(--color-primary);
  font-size: 7.8rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 0.12em;
  overflow: visible;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.section-title.title-dark {
  color: var(--color-text-dark);
}

/* --------------------------------------------------------------------------
   3. ANIMATIONS (ROBUST PROGRESSIVE ENHANCEMENT)
   -------------------------------------------------------------------------- */
[data-animate] {
  opacity: 1;
  transform: none;
}

body.js-ready [data-animate] {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1), transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

body.js-ready [data-animate="fade-in"] {
  transform: none;
}

body.js-ready [data-animate="slide-up"] {
  transform: translateY(28px);
}

body.js-ready [data-animate="slide-down"] {
  transform: translateY(-28px);
}

body.js-ready [data-animate="slide-left"] {
  transform: translateX(28px);
}

body.js-ready [data-animate="slide-right"] {
  transform: translateX(-28px);
}

/* State when triggered */
[data-animate].is-visible,
body.js-ready [data-animate].is-visible {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/* --------------------------------------------------------------------------
   4. HEADER / HERO SECTION
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  width: 100%;
  height: 650px;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}

.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}

.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 28px var(--section-padding-x);
}

.hero-nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-logos-partners {
  width: clamp(200px, 18vw, 290px);
  height: auto;
}

.hero-main-visual {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-visual-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: clamp(20px, 5vw, 80px);
  width: 100%;
  height: 100%;
}

.hero-circuito-billboard {
  height: clamp(520px, 125%, 800px);
  width: auto;
  max-height: none;
  max-width: none;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.85));
}

/* --------------------------------------------------------------------------
   5. FORM & INTRO SECTION (ORANGE BACKGROUND #FF4B00)
   -------------------------------------------------------------------------- */
.form-intro-section {
  position: relative;
  background-color: var(--color-primary);
  padding-top: 65px;
  padding-bottom: 66px;
  z-index: 15;
  overflow: visible;
}

.form-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 55px;
  align-items: center;
}

.intro-text-block {
  color: #FFFFFF;
  padding-right: 15px;
}

.intro-lead {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.6rem;
}

.intro-lead strong {
  font-weight: 700;
}

.intro-body {
  font-family: var(--font-body);
  font-size: 1.02rem;
  color: #F0F0F0;
  line-height: 1.6;
  font-weight: 400;
}

/* Form Card with Floating Overflow */
.form-card {
  background: var(--color-bg-card-dark);
  border: 3px solid rgb(255, 75, 0);
  border-radius: 14px;
  padding: 35px 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 25;
  margin-top: -90px;
  margin-bottom: -90px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background-color: #111111;
  border: 1px solid #2B2B2B;
  border-bottom: 2px solid #444444;
  color: var(--color-text-white);
  padding: 13px 15px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  transition: all 0.25s ease;
  outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #888888;
  font-family: var(--font-body);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  background-color: #161616;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF4B00'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  cursor: pointer;
}

.form-select option {
  background-color: #1a1a1a;
  color: #fff;
}

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

.form-notice {
  font-size: 0.8rem;
  color: #999999;
  line-height: 1.4;
  margin-top: -4px;
}

.form-notice strong {
  color: #d1d1d1;
}

.btn-submit {
  background-color: var(--color-primary);
  color: #FFFFFF;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 15px 32px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.btn-submit:hover:not(:disabled) {
  background-color: #FFFFFF;
  color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.form-feedback {
  margin-top: 15px;
  padding: 12px 15px;
  font-size: 0.88rem;
  display: none;
}

.form-feedback.success {
  display: block;
  background-color: rgba(40, 167, 69, 0.15);
  border: 1px solid #28a745;
  color: #75b798;
}

.form-feedback.error {
  display: block;
  background-color: rgba(220, 53, 69, 0.15);
  border: 1px solid #dc3545;
  color: #ea868f;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* --------------------------------------------------------------------------
   7. UBICACIÓN SECTION (LIGHT BEIGE BACKGROUND #F4EFE6 WITH PARALLAX MAP)
   -------------------------------------------------------------------------- */
.ubicacion-section {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
}

.ubicacion-parallax-bg {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url('../images/map.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.ubicacion-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.ubicacion-info {
  max-width: 520px;
  padding: 30px 0;
}

.ubicacion-text {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: var(--color-text-dark);
  font-weight: 500;
}


/* --------------------------------------------------------------------------
   8. EVENTOS CORPORATIVOS SECTION (DARK BACKGROUND)
   -------------------------------------------------------------------------- */
.eventos-section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  background-color: var(--color-bg-dark);
  color: var(--color-text-white);
  border-top: 1px solid #1A1A1A;
}

.eventos-header {
  margin-bottom: 40px;
}

.eventos-lead {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.75;
  color: #D6D6D6;
  max-width: 1100px;
  margin-top: 15px;
}

.eventos-lead strong {
  color: #FFFFFF;
  font-weight: 700;
}

.eventos-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 35px;
}

.eventos-feature-card {
  background-color: var(--color-bg-card-dark);
  border: 1px solid var(--color-border-dark);
  border-radius: 14px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.eventos-feature-card:hover {
  border-color: #383838;
  transform: translateY(-3px);
}

.eventos-card-title {
  font-family: var(--font-body);
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eventos-card-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.eventos-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eventos-feature-list li {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: #C2C2C2;
  position: relative;
  padding-left: 20px;
}

.eventos-feature-list li::before {
  content: '•';
  color: var(--color-primary);
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.eventos-feature-list strong {
  color: #FFFFFF;
  font-weight: 600;
}

.eventos-highlight-banner {
  background: linear-gradient(135deg, rgba(255, 75, 0, 0.12) 0%, rgba(28, 28, 28, 0.9) 100%);
  border-left: 4px solid var(--color-primary);
  border-radius: 10px;
  padding: 24px 30px;
  margin-bottom: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.eventos-highlight-banner p {
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 500;
  color: #F0F0F0;
  line-height: 1.65;
  font-style: italic;
}


/* 5-Photo Carousel Enhanced */
.eventos-carousel-container {
  position: relative;
  margin-top: 25px;
  padding: 0 18px;
}

.carousel-track-wrapper {
  overflow: hidden;
  cursor: grab;
  padding: 28px 14px;
  margin: -28px -14px;
}

.carousel-track-wrapper:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  gap: 24px;
  user-select: none;
}

.carousel-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-bg-card-dark);
  border: 1px solid var(--color-border-dark);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.carousel-slide:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--color-primary);
  box-shadow: 0 16px 40px rgba(255, 75, 0, 0.25), 0 0 20px rgba(255, 75, 0, 0.15);
}

.slide-media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  background-color: #161616;
}

.slide-media-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.carousel-slide:hover .slide-media-wrapper img {
  transform: scale(1.06);
}

.slide-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.carousel-slide:hover .slide-hover-overlay {
  opacity: 1;
}

.slide-zoom-btn {
  background-color: rgba(255, 75, 0, 0.9);
  color: #FFFFFF;
  padding: 9px 18px;
  border-radius: 30px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(10px);
  transition: transform 0.3s ease, background-color 0.2s ease;
}

.carousel-slide:hover .slide-zoom-btn {
  transform: translateY(0);
}

.carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(22, 22, 22, 0.92);
  border: 1px solid #3E3E3E;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
}

.carousel-nav-btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 75, 0, 0.4);
}

.carousel-nav-btn.prev {
  left: -25px;
}

.carousel-nav-btn.next {
  right: -25px;
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333333;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background-color: var(--color-primary);
  width: 32px;
  border-radius: 12px;
}

/* Eventos CTA Container */
.eventos-cta-container {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.btn-cotizar-evento {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.15rem;
  padding: 16px 42px;
  letter-spacing: 0.03em;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(255, 75, 0, 0.45);
}

/* Lightbox Modal */
.eventos-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.eventos-lightbox-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lightbox-content-box {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 92vw;
  max-height: 90vh;
  background-color: transparent;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventos-lightbox-modal.is-active .lightbox-content-box {
  transform: scale(1);
}

.lightbox-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #444444;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  transform: rotate(90deg);
}

.lightbox-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(18, 18, 18, 0.8);
  border: 1px solid #444444;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  transition: all 0.2s ease;
}

.lightbox-nav-btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.lightbox-nav-btn.prev {
  left: 15px;
}

.lightbox-nav-btn.next {
  right: 15px;
}

.lightbox-media-wrapper {
  position: relative;
  width: 100%;
}

.lightbox-img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  object-fit: contain;
  display: block;
  background-color: #0E0E0E;
}

.lightbox-caption {
  padding: 20px 28px;
  background-color: #141414;
  border-top: 1px solid #282828;
}

.lightbox-caption h3 {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.lightbox-caption p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-primary);
  font-weight: 500;
}

@media (max-width: 1024px) {
  .carousel-slide {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .carousel-slide {
    flex: 0 0 100%;
  }

  .carousel-nav-btn.prev {
    left: -10px;
  }

  .carousel-nav-btn.next {
    right: -10px;
  }

  .lightbox-content-box {
    width: 95vw;
  }

  .lightbox-nav-btn {
    width: 40px;
    height: 40px;
  }
}



/* --------------------------------------------------------------------------
   8. POSICIONES - BOTONERA SECTION (DARK BACKGROUND)
   -------------------------------------------------------------------------- */
.posiciones-section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  background-color: var(--color-bg-dark);
}

.botonera-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 30px auto 0 auto;
}

.botonera-container svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow: visible;
}

/* Scoped classes for SVG elements */
#cpn-posiciones-svg .base-c1 {
  fill: #1c1c1c;
  stroke: #9e9e9e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.9px;
}

#cpn-posiciones-svg .base-c2 {
  fill: #1c1c1c;
  fill-rule: evenodd;
  stroke: #9e9e9e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.9px;
}

#cpn-posiciones-svg .base-c3 {
  fill: #1c1c1c;
  stroke: #FF4B00;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

#cpn-posiciones-svg .base-c4 {
  fill: none;
  stroke: #8e8e8e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.9px;
}

#cpn-posiciones-svg .pos-text {
  fill: #FFFFFF;
}

#cpn-posiciones-svg .pos-orange {
  fill: #FF4B00;
  stroke: #FF4B00;
  stroke-width: 1px;
  stroke-miterlimit: 10;
  filter: drop-shadow(0 0 10px rgba(255, 75, 0, 0.5));
}

#cpn-posiciones-svg .pos-line {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}

#cpn-posiciones-svg .pos-layer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  pointer-events: none;
}

#cpn-posiciones-svg .pos-layer.active {
  opacity: 1 !important;
  visibility: visible !important;
}

#cpn-posiciones-svg .hotzone {
  fill: transparent;
  stroke: transparent;
  cursor: pointer;
  pointer-events: all;
}

#cpn-posiciones-svg .hotzone:hover,
#cpn-posiciones-svg .hotzone.hovered {
  fill: rgba(255, 76, 0, 0.22);
  stroke: rgba(255, 76, 0, 0.8);
  stroke-width: 1.5px;
}

/* Desktop Botonera Controls: Hidden on Desktop as requested */
.botonera-controls {
  display: none !important;
}

.posicion-cotizar-wrapper {
  display: none !important;
}

.btn-posicion {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #CCCCCC;
  font-family: var(--font-body);
  padding: 9px 18px;
  font-size: 0.88rem;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-posicion:hover,
.btn-posicion.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #000;
  font-weight: 600;
  transform: translateY(-2px);
}

.botonera-hint {
  width: 100%;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #A0A0A0;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
  display: block;
}

.botonera-hint em {
  font-style: italic;
  display: inline-block;
  text-align: center;
}

/* --------------------------------------------------------------------------
   9. MARCAS QUE YA CONFIARON (LIGHT BEIGE BACKGROUND #F4EFE6)
   -------------------------------------------------------------------------- */
.marcas-section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
}

.marcas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 32px;
  align-items: center;
  justify-items: center;
  margin-top: 50px;
}

.marca-item {
  width: 100%;
  max-width: 220px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  transition: transform 0.25s ease;
}

.marca-item:hover {
  transform: scale(1.08);
}

.marca-item img {
  max-height: 64px;
  max-width: 92%;
  width: auto;
  object-fit: contain;
}

/* Row 3 centered items */
.marcas-grid .marca-item:nth-child(11) {
  grid-column: 2;
  justify-self: end;
  margin-right: 15px;
}

.marcas-grid .marca-item:nth-child(12) {
  grid-column: 4;
  justify-self: start;
  margin-left: 15px;
}

/* --------------------------------------------------------------------------
   10. CTA SECTION (INTERESTED / CONTACTAR)
   -------------------------------------------------------------------------- */
.cta-section {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #000;
  padding: 90px var(--section-padding-x);
}

.cta-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.cta-content {
  position: relative;
  z-index: 10;
  max-width: 700px;
}

.cta-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--color-text-white);
  line-height: 1.1;
  margin-bottom: 1.8rem;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-primary);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 14px 44px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 75, 0, 0.4);
}

.btn-cta:hover {
  background-color: var(--color-primary-hover);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 75, 0, 0.55);
}

/* --------------------------------------------------------------------------
   11. MEDIOS DE PAGO SECTION (ORANGE STRIP #FF4B00)
   -------------------------------------------------------------------------- */
.medios-pago-section {
  padding: 24px var(--section-padding-x);
  background-color: var(--color-primary);
  text-align: center;
}

.medios-pago-text {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

/* --------------------------------------------------------------------------
   12. FOOTER SECTION (DARK)
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--color-bg-black);
  padding: 55px var(--section-padding-x) 35px var(--section-padding-x);
  border-top: 1px solid #141414;
}

.footer-partners-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.footer-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-partner-logo {
  height: 38px;
  width: auto;
  filter: brightness(0.9);
  transition: all 0.25s ease;
}

.footer-logo-cap {
  height: 60px;
}

.footer-logo-el {
  height: 38px;
}

.footer-partner-logo:hover {
  filter: brightness(1);
  transform: translateY(-2px);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #141414;
  color: var(--color-text-dim);
  font-family: var(--font-body);
  font-size: 0.82rem;
}

/* --------------------------------------------------------------------------
   13. THANK YOU PAGE (VIDEO BACKGROUND)
   -------------------------------------------------------------------------- */
.thank-you-nav {
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  padding: 16px var(--section-padding-x);
}

.thank-you-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thank-you-logo {
  height: clamp(68px, 6.5vw, 105px);
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}

.thank-you-logo:hover {
  transform: scale(1.03);
}

.thank-you-partners {
  width: clamp(180px, 15vw, 240px);
}

.thank-you-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #000;
  padding: 80px var(--section-padding-x);
}

.thank-you-content,
body.js-ready .thank-you-content {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: auto;
  opacity: 1 !important;
  transform: none !important;
}

.thank-you-h1 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(2.3rem, 5.2vw, 4rem);
  color: var(--color-text-white);
  line-height: 1.15;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.thank-you-h2 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: #E2E2E2;
  line-height: 1.5;
  margin-bottom: 2.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

/* --------------------------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .section-title {
    font-size: clamp(3.2rem, 5.5vw, 5.2rem);
  }

  .form-intro-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .form-card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-intro-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }


  .marcas-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .marcas-grid .marca-item:nth-child(11),
  .marcas-grid .marca-item:nth-child(12) {
    grid-column: auto;
    justify-self: center;
    margin: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding-y: 50px;
    --section-padding-x: 16px;
  }

  .section-title {
    font-size: clamp(2.1rem, 7.5vw, 3rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
  }

  .cta-title {
    font-size: clamp(1.85rem, 6.5vw, 2.6rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .hero-section {
    height: 520px;
    min-height: 520px;
  }

  .hero-nav {
    padding: 16px var(--section-padding-x);
  }

  .hero-logos-partners {
    width: clamp(140px, 36vw, 175px);
  }

  .hero-visual-container {
    padding-left: 12px;
    padding-right: 12px;
    justify-content: center;
  }

  .hero-circuito-billboard {
    height: clamp(420px, 115%, 620px);
    width: auto;
    max-height: none;
    max-width: 92vw;
  }

  /* Form & Intro Mobile */
  .form-intro-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .form-card {
    padding: 22px 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ubicacion-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 35px var(--section-padding-x);
    overflow: hidden;
    position: relative;
  }

  .ubicacion-parallax-bg {
    background-image: url('../images/map_v.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: none !important;
    will-change: auto;
  }

  .ubicacion-container {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 10px;
  }

  .ubicacion-info {
    max-width: 100%;
    padding: 0;
  }

  .ubicacion-info .section-title {
    margin-bottom: 12px;
    font-size: clamp(1.9rem, 7.5vw, 2.3rem);
  }

  .ubicacion-text {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  /* Eventos Corporativos Section Mobile */
  .eventos-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .eventos-header {
    margin-bottom: 25px;
  }

  .eventos-lead {
    font-size: 0.96rem;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .eventos-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .eventos-feature-card {
    padding: 22px 18px;
    border-radius: 12px;
    border: 1px solid #2A2A2A;
    background-color: #171717;
  }

  .eventos-card-title {
    font-size: 1.12rem;
    margin-bottom: 14px;
    gap: 8px;
  }

  .eventos-feature-list {
    gap: 12px;
  }

  .eventos-feature-list li {
    font-size: 0.88rem;
    line-height: 1.55;
    padding-left: 16px;
    color: #B8B8B8;
  }

  .eventos-highlight-banner {
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 28px;
  }

  .eventos-highlight-banner p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .eventos-carousel-container {
    padding: 0 10px;
    margin-top: 15px;
  }

  .carousel-track-wrapper {
    padding: 24px 10px;
    margin: -24px -10px;
  }

  .carousel-slide {
    flex: 0 0 100%;
    border-radius: 12px;
  }

  .slide-media-wrapper {
    aspect-ratio: 1000 / 1430;
  }

  .carousel-nav-btn {
    width: 38px;
    height: 38px;
    background-color: rgba(18, 18, 18, 0.85);
  }

  .carousel-nav-btn.prev {
    left: 6px;
  }

  .carousel-nav-btn.next {
    right: 6px;
  }

  .carousel-pagination {
    margin-top: 18px;
    gap: 6px;
  }

  .eventos-cta-container {
    margin-top: 30px;
  }

  .btn-cotizar-evento {
    width: 100%;
    max-width: 300px;
    font-size: 1rem;
    padding: 14px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* Posiciones OOH Mobile Controls & Zoom Logic */
  .botonera-controls {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .btn-posicion {
    padding: 8px 14px;
    font-size: 0.82rem;
    border-radius: 20px;
    background-color: #1A1A1A;
    border: 1px solid #333333;
    color: #CCCCCC;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .btn-posicion.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(255, 75, 0, 0.45);
  }

  .posicion-cotizar-wrapper {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .posicion-cotizar-wrapper.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .btn-cotizar-posicion {
    font-size: 0.98rem;
    font-weight: 700;
    padding: 13px 32px;
    letter-spacing: 0.03em;
    background-color: var(--color-primary);
    color: #FFFFFF;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0 6px 22px rgba(255, 75, 0, 0.5);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .btn-cotizar-posicion:active {
    transform: scale(0.97);
  }

  .botonera-hint {
    display: none !important;
  }

  .marcas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }

  .footer-partners-grid {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: clamp(1.85rem, 7.8vw, 2.35rem);
    line-height: 1.12;
    margin-bottom: 1.25rem;
  }

  .cta-title {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
  }
}