/* Components */

/* Shared typography & buttons (home + pasvaldibam) */
.hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.25rem, 9vw, 7.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.hero-title .red-block {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  padding: 0.02em 0.2em;
  max-width: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-title--sales {
  font-size: clamp(2rem, 8vw, 5.5rem);
}
.btn-primary {
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-outline {
  border: 2px solid rgba(255,255,255,0.4);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--white); transform: translateY(-2px); }

@media (max-width: 768px) {
  .btn-primary,
  .btn-outline {
    font-size: 0.9rem;
    padding: 0.85rem 1.5rem;
  }
  .intro-text {
    font-size: 1rem;
  }
  .media-num-big {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }
  .schedule-date {
    font-size: clamp(1.25rem, 5vw, 1.6rem);
  }
  .info-card__value {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
}

/* STATS ROW */
.stats-row {
  background: var(--red);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stat-item {
  padding: 2.5rem 5%;
  border-right: 1px solid rgba(0,0,0,0.2);
  text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 6vw, 3.5rem);
  line-height: 1.05;
  display: block;
  overflow-wrap: break-word;
  hyphens: auto;
}
.stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 0.3rem;
  display: block;
}

/* SECTION COMMONS */
section { padding: 6rem 5%; }
.section-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.6rem;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.65rem, 5.5vw, 3rem);
  text-transform: uppercase;
  line-height: 1.08;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}
.section-lead {
  font-size: clamp(0.95rem, 2.5vw, 1.05rem);
  color: var(--gray);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.about-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 2rem;
  position: relative;
  transition: border-color 0.2s;
}
.about-card:hover { border-color: var(--red); }
.about-card-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: var(--red);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.about-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}
.about-card p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.65;
}

/* SCHEDULE */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.schedule-item {
  background: var(--bg-card);
  padding: 2rem 1.5rem;
  position: relative;
}
.schedule-item.final {
  background: var(--red);
  grid-column: 1 / -1;
}
.schedule-round {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-dark);
  margin-bottom: 0.5rem;
}
.schedule-item.final .schedule-round { color: rgba(255,255,255,0.7); }
.schedule-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.schedule-city {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gray);
  letter-spacing: 0.06em;
}
.schedule-item--tbc .schedule-date,
.schedule-item--tbc .schedule-city {
  font-size: clamp(0.95rem, 2.5vw, 1.25rem);
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.schedule-item--tbc .schedule-city {
  color: var(--gray-dark);
  font-weight: 600;
}
.schedule-item.final .schedule-city { color: rgba(255,255,255,0.85); }
.schedule-final-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
}

/* BENEFITS GRID */
.benefits-section { background: var(--bg-section); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 2rem;
  transition: border-color 0.2s, transform 0.2s;
}
.benefit-card:hover { border-color: var(--red); transform: translateY(-4px); }
.benefit-icon {
  width: 44px; height: 44px;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.benefit-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.benefit-card p {
  font-size: 0.92rem;
  color: var(--gray);
  line-height: 1.6;
}

/* WHAT WE BRING */
.bring-section { max-width: 1100px; margin: 0 auto; }
.bring-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.bring-list { list-style: none; }
.bring-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.5;
}
.bring-list li::before {
  content: '✓';
  color: var(--red);
  font-weight: 900;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.bring-list strong { color: var(--white); font-weight: 600; }

/* MEDIA */
.media-section { background: var(--bg-section); }
.media-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  max-width: 1200px;
  margin: 0 auto 3rem;
}
.media-num-item {
  background: var(--bg-card);
  padding: 2.5rem 2rem;
  text-align: center;
}
.media-num-big {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: var(--red);
  display: block;
  line-height: 1;
}
.media-num-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-dark);
  display: block;
  margin-top: 0.4rem;
}
.media-num-sub {
  font-size: 0.85rem;
  color: var(--gray-dark);
  margin-top: 0.4rem;
  display: block;
}
.media-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.media-channel {
  padding: 1.5rem;
  border-left: 3px solid var(--red);
  background: var(--bg-card);
}
.media-channel h3,
.media-channel h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.media-channel p {
  font-size: 0.88rem;
  color: var(--gray-dark);
  line-height: 1.6;
}

/* PRICE CTA */
.price-section {
  background: var(--black);
  padding: 6rem 5%;
}
.price-inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.price-card {
  background: var(--red);
  padding: 3rem;
}
.price-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.price-vat {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 2rem;
  display: block;
}
.price-includes { list-style: none; margin-bottom: 2rem; }
.price-includes li {
  display: flex;
  gap: 0.6rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.price-includes li::before {
  content: '✓';
  font-weight: 900;
  opacity: 0.8;
  flex-shrink: 0;
}
.contact-card {
  padding: 3rem;
  border: 1px solid var(--border);
}
.contact-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.contact-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}
.contact-role {
  font-size: 0.85rem;
  color: var(--gray-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact-links { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
.contact-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gray);
  text-decoration: none;
  font-size: 0.97rem;
  transition: color 0.2s;
}
.contact-link:hover { color: var(--white); }
.contact-link-icon {
  width: 28px; height: 28px;
  background: var(--bg-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.btn-contact {
  background: var(--white);
  color: var(--black);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.btn-contact:hover { background: var(--gray); }

