:root {
  color-scheme: light;
  --primary: #111111;
  --accent: #f05d5e;
  --bg: #f8f7f4;
  --card: #ffffff;
  --text: #1c1c1c;
  --muted: #6c6c6c;
  --tespas-blue: #1f4aa8;
  --tespas-orange: #f28c28;
  --tespas-red: #e63b3b;
  --tespas-yellow: #f4c430;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Avenir", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}

h1,
h2,
h3,
h4 {
  font-family: "Kabel", "Avenir", "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

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

.hero {
  position: relative;
  background: linear-gradient(120deg, rgba(240, 93, 94, 0.15), rgba(17, 17, 17, 0.05)),
    url("assets/background.png")
      center / cover no-repeat;
  color: var(--primary);
  padding: 32px 8vw 120px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  gap: 12px 24px;
}

.logo {
  display: flex;
  align-items: center;
  grid-row: 1 / span 2;
}

.logo img {
  height: 230px;
  width: auto;
  border-radius: 0;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.nav-links a:hover {
  background: rgba(17, 17, 17, 0.08);
}

.cta {
  padding: 13px 26px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  justify-self: center;
  margin: 0 auto;
}

.nav-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  justify-self: center;
}

.hero-content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9), 0 0 2px rgba(0, 0, 0, 0.6);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.7);
}

.intro {
  font-size: 1.1rem;
  margin-bottom: 32px;
  color: #ffffff;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

.countdown span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.countdown small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section {
  padding: 80px 8vw;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.event-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.event-detail {
  background: var(--card);
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.event-detail:nth-child(1) {
  border-color: var(--tespas-blue);
}

.event-detail:nth-child(2) {
  border-color: var(--tespas-orange);
}

.event-detail:nth-child(3) {
  border-color: var(--tespas-red);
}

.event-detail:nth-child(4) {
  border-color: var(--tespas-yellow);
}

.event-detail h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 8px;
}

.event-detail p,
.event-detail a {
  font-weight: 600;
  color: var(--primary);
  text-align: center;
}

.event-detail a:hover {
  text-decoration: underline;
}


.section h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}

.schedule {
  background: #ffffff;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

.schedule-table {
  display: grid;
  gap: 12px;
}

.schedule-row {
  display: grid;
  grid-template-columns: 140px 1fr 180px;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--card);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-left: 6px solid transparent;
}

.schedule-header {
  background: rgba(31, 74, 168, 0.12);
  border-left-color: var(--tespas-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.schedule-row:nth-child(2) {
  border-left-color: var(--tespas-orange);
}

.schedule-row:nth-child(3) {
  border-left-color: var(--tespas-red);
}

.schedule-row:nth-child(4) {
  border-left-color: var(--tespas-yellow);
}

.schedule-row:nth-child(5) {
  border-left-color: var(--tespas-blue);
}

.schedule-row:nth-child(6) {
  border-left-color: var(--tespas-orange);
}

.schedule-row span {
  color: var(--primary);
}

.schedule-map img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.event-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: start;
}


.event-nav {
  background: var(--card);
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.event-nav h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.activity-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.activity-list li {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--card);
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.activity-list li:nth-child(1) {
  border-color: var(--tespas-blue);
}

.activity-list li:nth-child(2) {
  border-color: var(--tespas-orange);
}

.activity-list li:nth-child(3) {
  border-color: var(--tespas-red);
}

.activity-list li:nth-child(4) {
  border-color: var(--tespas-yellow);
}

.activity-list li:nth-child(5) {
  border-color: var(--tespas-blue);
}

.activity-list li:nth-child(6) {
  border-color: var(--tespas-orange);
}

.activity-list li:nth-child(7) {
  border-color: var(--tespas-red);
}

.activity-list li:nth-child(8) {
  border-color: var(--tespas-yellow);
}

.artist {
  position: relative;
  background: url("assets/artista_principal.jpeg") -20px center / cover no-repeat;
}

.artist::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
}

.artist-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-links a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.artist-image {
  width: 100%;
  max-width: 550px;
  justify-self: end;
}

.artist h3 {
  color: var(--accent);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.artist-grid article {
  background: var(--card);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.artist-card.with-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.artist-card.with-photo img {
  width: 404px;
  height: 404px;
  object-fit: cover;
  border-radius: 14px;
}

.artist-card-text {
  flex: 1;
  text-align: left;
}

.gastronomy {
  background: var(--card);
}

.gastronomy-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.gastronomy-heading .section-heading {
  margin-bottom: 0;
}

.payment-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 19px;
  border-radius: 999px;
  background: rgba(203, 239, 210, 0.95);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  color: #1f5b3a;
  font-weight: 600;
  margin-top: 4px;
  font-size: 1.2rem;
}

.payment-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.payment-label {
  color: var(--muted);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.payment-value {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qr-icon {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.gastronomy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.gastronomy-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.gastronomy-card.with-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.gastronomy-card.with-logo img {
  width: 101px;
  height: 101px;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
}

.gastronomy-card-text {
  flex: 1;
}

.entrepreneurship {
  background: var(--card);
}

.activities {
  background: var(--bg);
}

.activities-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "ping inflables"
    "escape inflables";
  gap: 24px;
}

.activity-card-ping {
  grid-area: ping;
}

.activity-card-escape {
  grid-area: escape;
}

.activity-card-inflables {
  grid-area: inflables;
}

.activity-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.activity-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.activity-card-large img {
  min-height: 320px;
  object-fit: cover;
}

.activity-card-text h4 {
  margin-bottom: 8px;
}

.jumpfest-title {
  font-size: 3em;
  text-align: center;
}

.activity-note {
  color: var(--muted);
  font-weight: 600;
}

.activity-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: underline;
}

.activity-lists {
  display: grid;
  gap: 16px;
}

.activity-lists h5 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.activity-lists ul {
  list-style: disc;
  padding-left: 18px;
  color: var(--muted);
}

.activity-lists li {
  margin-bottom: 6px;
}
.entrepreneurship-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.entrepreneurship-heading .section-heading {
  margin-bottom: 0;
}

.entrepreneurship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.entrepreneurship-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.tickets {
  text-align: center;
  background: rgb(25, 90, 159);
  color: #ffffff;
}

.tickets .section-heading {
  margin: 0 auto 24px;
}

.tickets-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}

.tickets-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ticket-heading {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ticket-icon {
  font-size: 2.2rem;
  line-height: 1;
}

.price-table {
  max-width: 720px;
  margin: 0;
  display: grid;
  gap: 20px;
  text-align: left;
}

.tickets-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.affiliate-promo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.price-group {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.price-group-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-row:last-child {
  border-bottom: none;
}

.price-row span:last-child {
  font-weight: 700;
}

.primary-button {
  background: rgb(246, 178, 20);
  color: rgb(32, 12, 124);
  border: none;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.sponsors {
  background: #ffffff;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 20px;
}

.sponsor-card {
  border: 1px dashed rgba(17, 17, 17, 0.2);
  border-radius: 16px;
  padding: 30px;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
}

.sponsor-card.with-logo {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--primary);
  font-weight: 600;
}

.sponsor-card.with-logo img {
  width: 101px;
  height: 101px;
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff;
}

.sponsor-card-large-logo img {
  width: 152px;
  height: 152px;
}

.sponsor-card.with-logo object {
  width: 101px;
  height: 101px;
  border-radius: 12px;
  background: #ffffff;
  display: block;
}

.faq {
  background: var(--card);
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.faq-item {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.faq-item summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-size: 1.2rem;
  color: var(--muted);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin-top: 12px;
  color: var(--muted);
}

.footer {
  text-align: center;
  padding: 24px;
  color: var(--muted);
}

.footer-social {
  justify-content: center;
  margin-top: 12px;
}

@media (max-width: 720px) {
  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
    justify-items: center;
  }

  .nav-links {
    justify-content: center;
  }

  .logo {
    grid-row: auto;
  }

  .cta {
    justify-self: center;
  }

  .event-content {
    grid-template-columns: 1fr;
  }

  .schedule-row {
    grid-template-columns: 1fr;
  }

  .schedule-layout {
    grid-template-columns: 1fr;
  }

  .activities-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "ping"
      "escape"
      "inflables";
  }

  .tickets-layout {
    grid-template-columns: 1fr;
  }

  .gastronomy-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-nav {
    margin-top: 0;
  }

  .entrepreneurship-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
