@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap");

body.page-patrocinadores {
  --page-bg: #02050a;
  --panel-bg: rgba(8, 12, 18, 0.72);
  --panel-border: rgba(255, 255, 255, 0.08);
  --accent: #9fd0ff;
  --accent-strong: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.8);
  --text-muted: rgba(255, 255, 255, 0.56);
  background:
    radial-gradient(circle at 20% 10%, rgba(102, 159, 255, 0.14), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #02050a 0%, #04070c 50%, #010204 100%);
  background-color: var(--page-bg);
  color: #ffffff;
  overflow-x: hidden;
}

body.page-patrocinadores main,
body.page-patrocinadores section {
  background: transparent;
}

.sponsors-page {
  padding-bottom: 96px;
}

.sponsors-shell {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.sponsors-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.sponsors-section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.sponsors-section-head--compact {
  max-width: 680px;
}

.sponsors-section-head h2 {
  margin: 0 0 14px;
  font-family: var(--brand-font);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sponsors-section-head p {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-soft);
  line-height: 1.78;
  font-size: 0.98rem;
}

.orbea-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.orbea-hero::before,
.orbea-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orbea-hero::before {
  background:
    linear-gradient(180deg, rgba(1, 3, 7, 0.05) 0%, rgba(1, 3, 7, 0.12) 48%, rgba(1, 3, 7, 0.28) 100%);
  opacity: 1;
}

.orbea-hero::after {
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(2, 5, 10, 0) 0%, rgba(2, 5, 10, 0.52) 100%);
}

.orbea-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.orbea-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.08) brightness(0.9);
  will-change: transform;
}

.orbea-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.62) 0%, rgba(2, 5, 10, 0.3) 42%, rgba(2, 5, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.08) 0%, rgba(2, 5, 10, 0.18) 100%);
}

.orbea-hero__content {
  position: relative;
  z-index: 2;
  padding: calc(var(--nav-h) + 96px) 0 124px;
  max-width: 560px;
}

.orbea-hero__title {
  margin: 0;
  font-family: var(--brand-font);
  font-size: clamp(4.8rem, 10vw, 9rem);
  line-height: 0.84;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.5);
}

.orbea-hero__copy {
  max-width: 30rem;
  margin: 20px 0 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.08rem);
  line-height: 1.72;
}

.orbea-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sponsors-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 54px;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 10, 16, 0.42);
  color: #f4f7fb;
  font-weight: 700;
}

.sponsors-secondary-link:hover,
.sponsors-secondary-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(10, 14, 22, 0.74);
  border-color: rgba(255, 255, 255, 0.28);
}

.orbea-products,
.orbea-story,
.orbea-logo-section {
  padding-top: clamp(76px, 10vw, 118px);
}

.orbea-products {
  position: relative;
}

.orbea-products__stage {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  gap: 18px;
  align-items: stretch;
  min-height: 560px;
  padding: 28px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.88) 0%, rgba(4, 7, 11, 0.94) 100%);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.orbea-products__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
  filter: grayscale(1) contrast(2.1) brightness(1.35);
}

.orbea-products__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
  opacity: 0;
}

.orbea-product-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(14, 20, 30, 0.54) 0%, rgba(7, 11, 17, 0.72) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.orbea-product-card--bike {
  min-height: 500px;
}

.orbea-product-card__label {
  position: absolute;
  top: 20px;
  left: 22px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.orbea-product-card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.28));
}

.orbea-product-card--bike img {
  width: 100%;
  height: 100%;
  max-height: 430px;
}

.orbea-product-card--helmet img,
.orbea-product-card--gloves img {
  width: 100%;
  max-height: 210px;
}

.orbea-story {
  position: relative;
  isolation: isolate;
}

.orbea-story::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(159, 208, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.orbea-story__panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 0.94) 0%, rgba(5, 9, 15, 0.98) 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.orbea-story__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.08) 0%, rgba(2, 5, 10, 0.22) 100%);
}

.orbea-story__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(159, 208, 255, 0.08) 0%, rgba(159, 208, 255, 0) 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 72px);
  opacity: 0.7;
  will-change: opacity;
}

.orbea-story__backdrop::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(2, 5, 10, 0) 0%, rgba(2, 5, 10, 0.52) 100%);
}

.orbea-story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.orbea-story__copy {
  max-width: 40rem;
  padding: 14px 0;
}

.orbea-story__copy h2 {
  margin: 0 0 14px;
  font-family: var(--brand-font);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}

.orbea-story__lede {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.8;
  font-size: 1.02rem;
}

.orbea-story__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.orbea-stat {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(14, 22, 34, 0.94) 0%, rgba(8, 13, 21, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.orbea-stat__value {
  display: block;
  color: #ffffff;
  font-family: var(--brand-font);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: 0.06em;
}

.orbea-stat__label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbea-story__highlights {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.orbea-story__highlight {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.72);
}

.orbea-story__highlight-title {
  color: #9fd0ff;
  font-family: var(--brand-font);
  font-size: 0.94rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.orbea-story__highlight-copy {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
  font-size: 0.96rem;
}

.orbea-story__visual {
  margin: 0;
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #05080d;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.32);
}

.orbea-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 5, 10, 0.1) 0%, rgba(2, 5, 10, 0.38) 60%, rgba(2, 5, 10, 0.76) 100%),
    linear-gradient(90deg, rgba(2, 5, 10, 0.46) 0%, rgba(2, 5, 10, 0.08) 42%, rgba(2, 5, 10, 0.32) 100%);
  will-change: opacity;
}

.orbea-story__visual-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.72);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orbea-story__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.06) brightness(0.8);
  will-change: transform;
}

.orbea-logo-section {
  position: relative;
}

.orbea-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.orbea-logo-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.orbea-logo-card__media img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.28));
}

body.page-patrocinadores .site-footer {
  margin-top: 96px;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.98) 0%, rgba(6, 10, 18, 1) 100%);
}

@media (max-width: 1080px) {
  .orbea-products__stage {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .orbea-product-card--bike {
    grid-column: span 2;
    min-height: 420px;
  }

  .orbea-story__grid {
    grid-template-columns: 1fr;
  }

  .orbea-story__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .orbea-hero {
    min-height: auto;
  }

  .orbea-hero__content {
    padding: calc(var(--nav-h) + 68px) 0 92px;
    max-width: 100%;
  }

  .orbea-products__stage,
  .orbea-story__grid,
  .orbea-story__stats {
    grid-template-columns: 1fr;
  }

  .orbea-product-card--bike {
    grid-column: auto;
    min-height: 340px;
  }

  .orbea-product-card--bike img {
    max-height: 300px;
  }

  .orbea-story__visual {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .sponsors-shell {
    width: min(100%, 92vw);
  }

  .sponsors-secondary-link {
    width: 100%;
  }

  .orbea-products__stage,
  .orbea-story__panel,
  .orbea-product-card,
  .orbea-story__visual,
  .orbea-logo-card {
    border-radius: 22px;
  }

  .orbea-products__stage,
  .orbea-story__grid,
  .orbea-logo-card {
    padding: 22px;
  }

  .orbea-product-card {
    min-height: 250px;
  }

  .orbea-hero__title {
    font-size: clamp(3.6rem, 17vw, 5.8rem);
  }

  .orbea-story__stats {
    gap: 10px;
  }

  .orbea-story__highlight {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .orbea-story__visual {
    min-height: 300px;
  }

  .orbea-logo-card__media {
    min-height: 180px;
    padding: 18px;
  }

  .orbea-logo-card__media img {
    width: min(100%, 320px);
    max-height: 160px;
  }
}
