/* ===== FONTES AGRANDIR ===== */
@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir/Agrandir-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir/Agrandir-Semibold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir/Agrandir-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Brazie";
  src: url("/assets/fonts/Agrandir/Brazie.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ===== RESET E BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Agrandir", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

/* ===== TOKENS DE DESIGN ===== */
:root {
  --bg: #fefaec;
  --ink: #1b1b1b;
  --white: #fff;
  --brand: #473dc6;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 8px 32px rgba(0,0,0,.12);
  --shadow-light: 0 4px 16px rgba(0,0,0,.08);
  --shadow-card: 0 2px 8px rgba(0,0,0,.06);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
}

/* ===== TIPOGRAFIA ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: var(--spacing-sm);
  letter-spacing: -0.02em;
}

h1 { 
  font-size: clamp(2.5rem, 8vw, 5rem); 
  font-weight: 800;
  line-height: 0.95;
}
h2 { 
  font-size: clamp(1.8rem, 5vw, 3.5rem); 
  font-weight: 700;
}
h3 { 
  font-size: clamp(1.4rem, 4vw, 2.5rem); 
  font-weight: 600;
}
h4 { 
  font-size: clamp(1.2rem, 3vw, 1.8rem); 
  font-weight: 600;
}

p {
  margin-bottom: var(--spacing-sm);
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: var(--transition);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
  min-height: 56px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn--primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: var(--shadow-light);
}

.btn--primary:hover {
  background: #3a32a8;
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.btn--primary:active {
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--brand);
  border-color: var(--brand);
}

.btn--ghost:hover {
  background: var(--brand);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-light);
}

.btn--ghost:active {
  transform: translateY(-1px);
}

.btn--secondary {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
  box-shadow: var(--shadow-card);
}

.btn--secondary:hover {
  background: #f8f8f8;
  transform: translateY(-3px);
  box-shadow: var(--shadow-light);
}

/* ===== MOBILE TOUCH IMPROVEMENTS ===== */
a[href], button, [role="button"] {
  -webkit-tap-highlight-color: rgba(71, 61, 198, 0.2);
  touch-action: manipulation;
}

a[href] {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 1;
}

.btn[href] {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 10;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.section {
  padding: var(--spacing-2xl) 0;
}

.section--accent {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand) 100%);
  color: var(--white);
  padding: var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.section--black {
  background: #000;
  color: var(--white);
  padding: var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.section--accent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

/* ===== CARDS ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-lg);
  margin: var(--spacing-xl) 0;
}

.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: var(--spacing-xl);
  position: relative;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand) 100%);
  transform: scaleX(0);
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.card:hover::before {
  transform: scaleX(1);
}

.card__header {
  margin-bottom: var(--spacing-md);
}

.card__title {
  font-size: 1.4rem;
  margin-bottom: var(--spacing-xs);
  font-weight: 600;
  color: var(--ink);
}

.card__date {
  color: var(--brand);
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card__date::before {
  content: '📅';
  font-size: 1rem;
}

.card__info {
  margin-bottom: var(--spacing-lg);
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.card__ctas {
  display: flex;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}

.hero__title {
  font-size: 64pt;
  font-family: "Brazie", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ===== AGENDA ===== */
.agenda {
  margin: 3rem 0;
}

.agenda__intro {
  text-align: center;
  margin-bottom: 2rem;
}

.agenda-section {
  margin-bottom: var(--spacing-2xl);
}

.agenda-section:last-child {
  margin-bottom: 0;
}

.agenda-section__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: var(--spacing-lg);
  color: var(--ink);
  text-align: center;
}

.agenda-section__title--collapsible {
  margin-bottom: var(--spacing-md);
}

.agenda-section__toggle {
  background: none;
  border: none;
  padding: var(--spacing-sm) var(--spacing-md);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  transition: var(--transition);
  border-radius: var(--radius);
}

.agenda-section__toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.agenda-section__toggle:focus {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.agenda-section__toggle-icon {
  font-size: 0.8em;
  transition: transform 0.3s ease;
  display: inline-block;
}

.agenda-section__toggle[aria-expanded="true"] .agenda-section__toggle-icon {
  transform: rotate(0deg);
}

.cards--collapsible {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}

.cards--collapsible.collapsed {
  display: none;
}

.temporada-title {
  position: relative;
  display: inline-block;
  margin: 0;
}

/* ===== ANIMAÇÃO DE CORRIDA ===== */
.chase-animation {
  position: relative;
  height: 120px;
  margin: var(--spacing-lg) 0;
  overflow: hidden;
}

.chase-instruction {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85rem;
  color: var(--ink);
  opacity: 0.7;
  text-align: center;
  margin: 0;
  z-index: 5;
  font-weight: 500;
}

.chase-img {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.chase-img--vitor {
  top: 20px;
  left: -100px;
  animation: runLeftToRight 4s linear infinite;
  z-index: 2;
}

.chase-img--juliana {
  top: 20px;
  left: -180px;
  animation: runLeftToRightJuliana 4s linear infinite 0.5s;
  z-index: 1;
}

@keyframes runLeftToRight {
  0% {
    left: -100px;
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    left: calc(100% + 100px);
    transform: scale(1);
  }
}

@keyframes runLeftToRightJuliana {
  0% {
    left: -180px;
    transform: scaleX(-1) scale(1);
  }
  10% {
    transform: scaleX(-1) scale(1.05);
  }
  20% {
    transform: scaleX(-1) scale(1);
  }
  30% {
    transform: scaleX(-1) scale(1.05);
  }
  40% {
    transform: scaleX(-1) scale(1);
  }
  50% {
    transform: scaleX(-1) scale(1.05);
  }
  60% {
    transform: scaleX(-1) scale(1);
  }
  70% {
    transform: scaleX(-1) scale(1.05);
  }
  80% {
    transform: scaleX(-1) scale(1);
  }
  90% {
    transform: scaleX(-1) scale(1.05);
  }
  100% {
    left: calc(100% + 100px);
    transform: scaleX(-1) scale(1);
  }
}

.play-again-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--brand);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(71, 61, 198, 0.3);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  min-height: 44px;
}

.play-again-btn:hover {
  background: #5a4fd8;
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 6px 16px rgba(71, 61, 198, 0.4);
}

.play-again-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}

/* ===== SYMPLA ===== */
#sympla {
  margin: 3rem 0;
}

.sympla-container {
  margin: var(--spacing-lg) 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.sympla-container iframe {
  display: block;
  width: 100%;
  min-height: 800px;
  border: none;
}

/* ===== GALERIA ===== */
.gallery {
  background: #CFE6ff;
  position: relative;
  padding: var(--spacing-xl) 0;
}

.gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.gallery-swiper {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

.gallery-swiper .swiper-slide {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-swiper .swiper-slide:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.gallery-swiper .swiper-slide:hover .gallery__image {
  transform: scale(1.1);
}

.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: var(--brand);
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-swiper .swiper-button-next:hover,
.gallery-swiper .swiper-button-prev:hover {
  background: var(--white);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.gallery-swiper .swiper-button-next::after,
.gallery-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.gallery-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.gallery-swiper .swiper-pagination-bullet {
  background: var(--brand);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

.gallery-swiper__credit {
  font-size: 1rem;
  color: var(--ink);
  opacity: 0.7;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ===== DEPOIMENTOS ===== */
.testimonials {
  margin: var(--spacing-xl) 0;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* ===== VÍDEOS DE DEPOIMENTOS (VERTICAL) ===== */
.testimonials-videos {
  display: flex;
  gap: var(--spacing-lg);
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: var(--spacing-xl) 0;
  padding: 0 var(--spacing-md);
}

.testimonials-video-wrapper {
  flex: 0 0 auto;
  width: 100%;
  max-width: 360px;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #000;
}

.testimonials-video-wrapper::before {
  content: '';
  display: block;
  padding-bottom: 177.78%; /* 9:16 aspect ratio (vertical) */
}

.testimonials-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--radius-lg);
}

/* ===== FAQ ===== */
.faq {
  margin: var(--spacing-xl) 0;
}

.faq__item {
  background: var(--white);
  border-radius: var(--radius-lg);
  margin-bottom: var(--spacing-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  transition: var(--transition);
}

.faq__item:hover {
  box-shadow: var(--shadow-light);
}

.faq__question {
  background: linear-gradient(135deg, var(--brand) 0%, #5a4fd8 100%);
  color: var(--white);
  padding: var(--spacing-lg);
  cursor: pointer;
  font-weight: 600;
  transition: var(--transition);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}

.faq__question:hover {
  background: linear-gradient(135deg, #3a32a8 0%, #4a3fc7 100%);
}

.faq__answer {
  padding: var(--spacing-lg);
  display: none;
  background: var(--white);
  line-height: 1.7;
}

.faq__answer.active {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

.faq__toggle {
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}

.faq__toggle:hover {
  background: rgba(255,255,255,0.2);
}

.faq__toggle.active {
  transform: rotate(45deg);
  background: rgba(255,255,255,0.2);
}

/* ===== PIX SECTION ===== */
.pix-section {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  margin: 3rem 0;
  box-shadow: var(--shadow-light);
}

.pix-section__title {
  color: var(--brand);
  margin-bottom: 1rem;
}

/* ===== FOOTER ===== */
.footer {
  background: linear-gradient(135deg, var(--white) 0%, #f8f9fa 100%);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: var(--spacing-xl) 0 var(--spacing-md);
  margin-top: var(--spacing-2xl);
  box-shadow: var(--shadow-light);
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-lg);
}

.footer__section h3 {
  color: var(--brand);
  margin-bottom: var(--spacing-md);
  font-size: 1.2rem;
  font-weight: 600;
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: var(--spacing-sm);
}

.footer__links a {
  color: var(--ink);
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}

.footer__links a:hover {
  color: var(--brand);
  transform: translateX(4px);
}

.footer__bottom {
  text-align: center;
  padding-top: var(--spacing-lg);
  border-top: 1px solid rgba(0,0,0,0.08);
  color: #666;
  font-size: 0.9rem;
}

/* ===== MEDIA ===== */
.media-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media-section blockquote {
  margin: 0;
}

.media-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

/* ===== BADGES (Dynamically added by JS) ===== */
.card__badge {
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
  background: #dc2626;
  color: white;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.card__badge::before {
  content: '⏰ ';
  font-size: 0.9rem;
}

.badge-next {
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
  background: linear-gradient(135deg, var(--brand) 0%, #5a4fd8 100%);
  color: var(--white);
  border-radius: 20px;
  padding: 0.4em 1em;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: var(--shadow-light);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ===== LIGHTBOX (Dynamically added by JS) ===== */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
}

.lightbox.active {
  display: flex;
}

.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox__image {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.lightbox__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: var(--brand);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== UTILITÁRIOS ===== */
.mt-3 { margin-top: 3rem; }

/* ===== ANIMAÇÕES ===== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
  .container {
    padding: 0 var(--spacing-md);
  }
  
  .section {
    padding: var(--spacing-xl) 0;
  }
  
  .hero {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
  
  .hero__text {
    padding: 0 var(--spacing-sm);
  }
  
  .hero__title-left,
  .hero__title-right {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }
  
  .hero__subtitle {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
  }
  
  .hero__ctas {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
    gap: var(--spacing-sm);
  }
  .hero__ctas--buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md); 
    position: relative; 
    bottom: 0;
  }
  .btn {
    width: 100%;
    max-width: 320px;
  }
  
  .cards {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
  
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
  
  .footer__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .section--accent > div {
    grid-template-columns: 1fr;
  }
  
  .gallery-swiper .swiper-slide {
    height: 250px;
  }
  
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  
  .gallery-swiper .swiper-button-next::after,
  .gallery-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--spacing-sm);
  }
  
  .section {
    padding: var(--spacing-lg) 0;
  }
  
  .hero {
    padding: var(--spacing-md) var(--spacing-sm);
  }
  
  .hero__text {
    padding: 0 var(--spacing-sm);
  }
  
  .hero__title-left,
  .hero__title-right {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  
  .hero__subtitle {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
  }
  
  .chase-animation {
    height: 100px;
  }
  
  .chase-instruction {
    font-size: 0.8rem;
    top: 3px;
  }
  
  .chase-img {
    width: 60px;
    height: 60px;
  }
  
  .chase-animation {
    height: 80px;
  }
  
  .chase-instruction {
    font-size: 0.75rem;
    top: 2px;
  }
  
  .chase-img {
    width: 50px;
    height: 50px;
  }
  
  .card {
    padding: var(--spacing-md);
  }
  
  .card__ctas {
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  
  .btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
  
  .faq__question {
    padding: var(--spacing-md);
    font-size: 1rem;
  }
  
  .faq__answer {
    padding: var(--spacing-md);
  }
  
  .gallery-swiper .swiper-slide {
    height: 200px;
  }
  
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  
  .btn {
    min-height: 48px;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
  
  a[href] {
    pointer-events: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(71, 61, 198, 0.2);
    position: relative;
    z-index: 10;
  }
  
  .btn[href] {
    display: inline-flex !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }
}




.collage-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: -20px;
}

.collage-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.565);
  border: 2px solid #000000;
  z-index: 10;
}

.collage-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 100;
}

.collage-item a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.collage-item img,
.collage-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collage-video {
  cursor: pointer;
}

/* Different sized items - this creates the collage effect */
.large {
  grid-column: span 3;
  grid-row: span 2;
}

.tall {
  grid-column: span 2;
  grid-row: span 3;
}

.wide {
  grid-column: span 3;
  grid-row: span 1;
}

.medium {
  grid-column: span 2;
  grid-row: span 2;
}

.small {
  grid-column: span 2;
  grid-row: span 1;
}

.square {
  grid-column: span 2;
  grid-row: span 2;
}

/* Optional: Add slight rotation for more collage feel */
.collage-item:nth-child(3n) {
  transform: rotate(2deg);
}

.collage-item:nth-child(7n) {
  transform: rotate(-7deg);
}

.collage-item:nth-child(5n) {
  transform: rotate(-2deg);
}

.collage-item:hover {
  transform: scale(1.02) rotate(0deg) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .collage-container {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 120px;
      gap: -20px;
  }

  .large, .tall, .wide, .medium {
      grid-column: span 2;
      grid-row: span 2;
  }

  .medium, .small {
      grid-column: span 1;
      grid-row: span 1;
  }

  .testimonials-videos {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }

  .testimonials-video-wrapper {
    max-width: 100%;
    width: 100%;
    max-width: 320px;
  }
}