/* === Blob === */
#divi-background-blob {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
      filter: url("#gooey");
      opacity: 0.75;
      background:
        radial-gradient(closest-side at 40% 42%, rgba(255,193,79,0.55) 0%, transparent 80%),
        radial-gradient(closest-side at 65% 55%, rgba(212,60,243,0.45) 0%, transparent 80%),
        radial-gradient(closest-side at 48% 58%, rgba(255,193,79,0.50) 0%, transparent 80%),
        radial-gradient(closest-side at 55% 48%, rgba(255,216,126,0.45) 0%, transparent 80%);
      background-repeat: no-repeat;
      background-size: 27% 32%, 34% 38%, 36% 40%, 30% 28%;
      transition: background-position 0.4s ease;
}

/* ===== Header (Visuals Only) ===== */
/* ===== Header (Visuals Only) ===== */
/* ===== Header (Visuals Only) ===== */
.kabra-header{ position: fixed; left: 0; right: 0; margin-top: 3rem; z-index: 9999; }

.header-container{ background: #fff; height: 2.7rem; border-radius: var(--general--global-border-radius); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); 
  padding: 0.75rem 1rem; box-sizing: border-box; }
.header-layout{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }

.nav_logo-wrapper{ height: 100%; margin-left: 1rem; display: flex; align-items: center; }
.logo{ height: 100%; display: flex; align-items: center; }
.logo img{ max-height: 100%; width: auto; display: block; object-fit: contain; }

.nav-links{ display: flex; flex-direction: row; gap: 0.125rem; height: 100%; align-items: center; }
.nav-link img{ height: 100%; width: auto; }
.nav_link-wrapper{ height: 100%; width: auto; padding: 0.5rem 1rem; display: flex; align-items: center; justify-content: center; cursor: pointer; 
  font-weight: 300; border-radius: var(--general--global-border-radius); transition: background-color 0.3s ease, transform 0.3s ease, font-weight 0.1s ease; }
.nav_link-wrapper:hover{ background-image: linear-gradient(120deg,#FFD166,#FFB6C1,#FF69B4,#FFD166); background-size: 300% auto; 
  transform: translateY(-1px); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); animation: gradient-sweep 1.8s ease-in-out infinite; font-weight: 600; }
.nav-link{ font-weight: inherit; height: 100%; }

/* ===== Mobile Dropdown (<= 767px) ===== */
.nav_menu-mobile{ display:none; height:100%; align-items:center; position:relative; }
.nav_menu-mobile summary{ list-style:none; cursor:pointer; display:flex; align-items:center; height:100%; }
.nav_menu-mobile summary::-webkit-details-marker{ display:none; }

.nav_menu-toggle{ display:flex; align-items:center; justify-content:center; height:100%; padding: 0.25rem; border-radius: var(--general--global-border-radius); }
.nav_menu-toggle img{ display:block; height:100%; width:auto; }

.nav_menu-toggle:hover, .nav_menu-toggle:focus{
  background-image: linear-gradient( 120deg,#FFD166, #FFB6C1,#FF69B4, #FFD166 );
  background-size: 300% auto; transform: translateY(-1px); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); animation: gradient-sweep 1.8s ease-in-out infinite; }
.nav_dropdown{ position:absolute; top: calc(100% + 1.25rem); right: -16px; min-width: 9rem; background: #fff; border-radius: var(--general--global-border-radius); 
  box-shadow: 0 8px 24px rgba(0,0,0,0.12); padding: 1rem; display:flex; flex-direction:column; white-space: nowrap; gap: 0.25rem; }
.nav_dropdown .nav_link-wrapper{ height:auto; width:calc(100% - 2rem); justify-content:flex-start; }

@media (max-width: 991px){
  .header-container{ height: 2.7rem; }
  .nav-links{ display:none; }
  .nav_menu-mobile{ display:flex; }
}

/* ===== FOOTER (Visuals Only) ===== */
/* ===== FOOTER (Visuals Only) ===== */
/* ===== FOOTER (Visuals Only) ===== */
.footer_section { min-height: 20svh; position: relative; z-index: 1; background: var(--background-tertiary); }
.footer_layout { height: 100%; row-gap: 2rem;}
.footer_img-wrap { height: 100%; }
.footer_img-wrap img { height: 100%; width: 100%; object-fit: contain; opacity: 0.9; filter: invert(90%);}
.footer_links { height: 100%; gap: 1rem; align-items: center; justify-content: center; }
.footer_link { color: var(--text-alternate) !important; font-size: smaller; }
.footer_link:hover { color: var(--brand-primary-500) !important; }


.footer_footer { color: var(--text-quarternary); margin: 0 auto; text-align: center;}
@media (max-width: 991px) {
  .footer_img-wrap { grid-column: 5/9; }
  .footer_footer { grid-column: 1/-1; }
  .footer_links { gap: 1rem;} }


/* ===== Hero Section (Visuals Only) ===== */
.hero_section {  position: relative;  height: 95svh;  overflow: hidden;  padding-top: 1rem !important; }
.hero_layout { height:100%;}
.hero_container { height:100%; align-items: center; }


.hero_bg { height: 100%; width: 100%; position:  absolute; inset:0; display: flex; flex-direction: column; align-items: center; z-index: 5;}
.hero_bg img { width: auto;  height: clamp(80vh,95vh,100vh); transition: opacity 0.5s ease; position: absolute; object-fit: cover;}
.hero_bg img.is-hover { position: absolute; opacity: 0; }
.hero_bg:hover img.is-hover{opacity:1}
.hero_bg:hover img.is-default{opacity:0}


.hero_content {  position: relative;  z-index: 0;}
.hero_headline-row {  display:flex; flex-direction: row; justify-content: space-between; white-space: nowrap; align-items: flex-start;}
.hero_headline { height: auto; width: auto; align-items: flex-start; }
.hero_cta-wrap {  z-index: 3 !important; position: relative;  }

@media (max-width: 991px) {
  .hero_container { justify-content: center; align-content: center !important; position: relative;}
  .hero_bg {display: flex; flex-direction: column; justify-content: center; z-index: 0;}
  .hero_bg img { position: relative; max-height: 70vh;}
  .hero_bg img.is-hover { display: none;}
  .hero_content { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
  .hero_headline-row { display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .hero_container .hero_layout { gap: 1rem; align-items: center; justify-content: flex-end; }
  .hero_cta-wrap {  margin: 0 auto; }
}




/* Intro Video Section */

.intro-video_section { min-height: 50svh; background: transparent; z-index: 2; position: relative;}
.intro-video_container { width: 100; margin: 0 auto; }
.intro-video_layout { width: 100%;}
.intro-video_wrapper video { width: 100%; height: auto; border-radius: var(--general--global-border-radius); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }

@media (max-width: 991px) {
    .intro-video_section { max-height: 30svh; }
    .intro-video_wrapper { grid-column-start: 1; grid-column-end: 13; }
}

/* Claim Section */
.claim_section { min-height: 70svh; }
.claim_container { height: 100%; margin: 0 auto; }
.claim_layout { height: 100%; }
.claim_content { height: 100%; display: flex; flex-direction: column; gap: 2.5rem; align-items: center;}
.claim_image-wrapper { width: 100%; position: relative; }
.claim_image-wrapper img { position: absolute; left: 5%; top:5%; z-index: 0; opacity: 0.7;}
.claim_headline-wrapper { padding: 2rem; display: flex; flex-direction: column; align-items: end; z-index: 2;}
.claim_text { font-size: 5.5rem; font-weight: 800; z-index: 2; text-align: right; white-space: nowrap;}
.claim_proverbio { font-size: 2rem; font-weight: 300; text-align: right; margin-top: 0.5rem; z-index: 2; }
.claim_subtitle-wrapper { width: 100% ; display: flex; justify-content: center; }
.claim_subtitle { font-size: 2rem; font-weight: 300; text-align: center;  z-index: 2; }

@media (max-width: 991px) {
  .claim_section { min-height: 50svh; }
  .claim_content { grid-column: 2 / 12;}
  .claim_headline-wrapper { padding: 1rem; }
  .claim_text { font-size: 4.5rem;}
  .claim_proverbio { text-align: center; font-size: 1.25rem; }
  .claim_subtitle { font-size: 1.75rem; }

}
@media (max-width: 767px) {
  .claim_content { grid-column: 1 / -1;}
  .claim_text { font-size: 3.5rem;}
  .claim_subtitle { font-size: 1.5rem ;}
}


/*===== Social Section (Visuals Only) ===== */
.social_section { height: 80svh; }
.social_layout { height: 100%; z-index: 2;}
.social_image-wrapper { height: 100%; z-index: 2; }
.social_image-wrapper img { height: 100%; height: auto; object-fit: contain; }
.social_content { height: 100%; gap: 1.5rem; z-index: 2; }
.social_heading { max-width: 8ch; line-height: 0.9;}

@media (max-width: 991px) {
  .social_layout { display: flex; flex-direction: column; align-content: center; justify-content: center; row-gap: 2rem; }
  .social_image-wrapper { height: 25rem; justify-content: center; }
  .social_content { align-items: center; }
  .social_heading { max-width: 20ch; text-align: center;}
  .social_text-wrap { text-align: center; max-width: 45ch; }
}

/*===== Eventos Section (Visuals Only) ===== */
.eventos_section { height: 80svh; padding-bottom: 6rem;}
.eventos_layout { height: 100%;z-index: 2; gap: 2rem;}
.eventos_image-wrapper { height: 100%; z-index: 2; }
.eventos_image-wrapper img { height: 100%; object-fit: contain; transform: scaleX(-1); }
.eventos_content { height: 100%; gap: 1.5rem; z-index: 2; text-align: right; align-items: end; }
.eventos_heading { line-height: 0.9;}
.eventos_heading .headline-accent { line-height: 0.5; }


@media (max-width: 991px) {
  .eventos_layout { display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 2rem;}
  .eventos_image-wrapper { height: 25rem; transform: translateX(1rem);}
  .eventos_content { align-items: center; }
  .eventos_heading { max-width: 20ch; text-align: center;}
  .eventos_text-wrap { text-align: center; max-width: 45ch; }
}

/* ===== Eventos Page ===== */
.eventos-hero_section {  background: var(--background-tertiary); min-height: 100svh; display: flex; align-items: center; position: relative; z-index: 1; }
.eventos-hero_section::before { content: ""; position: absolute; inset: 0; background: url("../images/hero-eventos.webp") center/cover no-repeat; }
.eventos-hero_container { width: 100%; position: relative; z-index: 1;  }
.eventos-hero_layout { width: 100%; }
.eventos-hero_content { gap: 1rem; color: var(--text-alternate); text-align: right; align-items: flex-end; }
.eventos-hero_subtitle { font-size: 0.95rem; letter-spacing: 0.12rem; text-transform: uppercase; color: var(--text-alternate); opacity: 0.8; }
.eventos-hero_title { margin: 0; }
.eventos-hero_title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.eventos-hero_cta { margin-top: 1rem; }
.eventos-featured_section {  background: var(--background-tertiary); position: relative; z-index: 1; min-height: 50vh;}
.eventos-featured_container { position: relative; z-index: 1; height: 100%;}
.eventos-featured_wrap { width: 100%; display: flex; justify-content: center; transform: translateY(-20vh); }
.eventos-featured_video { width: 100%; max-width: 60rem; aspect-ratio: 16 / 9; border-radius: var(--general--global-border-radius); box-shadow: 0 1.75rem 4.5rem rgba(0, 0, 0, 0.35); display: block; object-fit: cover; }
.eventos-experiencias_section {  background: var(--background-tertiary); color: var(--text-alternate); position: relative; z-index: 1; min-height: 75svh; display: flex; flex-direction: column; justify-content: center; }
.eventos-experiencias_container { position: relative; z-index: 2; height: 100%;}
.eventos-experiencias_layout { gap: 3rem; align-items: center; }
.eventos-experiencias_copy { gap: 1.5rem; }
.eventos-experiencias_title { margin: 0; }
.eventos-experiencias_title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.eventos-experiencias_text { color: var(--text-alternate); opacity: 0.9; z-index: 3;}
.eventos-experiencias_media { display: flex; justify-content: center; }

@media (max-width: 991px) { 
    .eventos-hero_content { align-items: center; text-align: center; } 
    .eventos-featured_wrap { grid-column-start: 2; grid-column-end: 12; } 
    .eventos-experiencias_layout { grid-template-columns: 1fr; text-align: center; row-gap: 5rem; } 
    .eventos-experiencias_copy { align-items: center; grid-column: 1 / -1; } 
    .eventos-experiencias_media { grid-column: 1 / -1; } }

@media (max-width: 767px) { 
  .eventos-featured_section { padding-top: 2rem; padding-bottom: 2rem; min-height: auto; } 
  .eventos-featured_wrap { transform: translateY(-12vh); } 
  .eventos-experiencias_section { padding-top: 2rem; padding-bottom: 6rem; } }

/* ===== Paid Section (Visuals Only) ===== */
.paid_section{ position:relative; min-height:90svh; overflow:hidden; }
.paid_container{ position:relative; z-index:2; height: 100%; }
.paid_layout{ position:relative; justify-content:center; min-height: 90svh; }
.paid_windows{ position:absolute; inset:0; z-index:0; pointer-events:none; display:flex; align-items:center;}
.paid_windows img{ width:100%; height:100%; object-fit:cover; opacity:0.45; }
.paid_content{ position:relative; z-index:3; display:flex; align-items:center; justify-content: center; grid-row: 1/-1;}
.paid_headline-wrap{ display:flex; flex-direction:column; gap:1.25rem; width:60%; align-items:flex-start; justify-content: center;}
.paid_headline-row{ display:flex; flex-direction: column;  justify-content:space-between; width:100%; margin:0 auto; }
.paid_headline-row span{ font-weight:900; line-height:1; letter-spacing:-0.15rem; }
.headline-accent{ font-family:var(--font-serif); font-style:italic; font-weight:800; }
.paid_desc{ max-width: 30ch; }
.paid_cta-wrap{ display:flex; justify-content:flex-start; }
.paid_visual{ position:relative ; z-index:2 ; display:flex; pointer-events:none; grid-row: 1/-1; justify-items: center !important; }
.paid_goat-wrap{ position:relative; display:flex; flex-direction: column; justify-content: center !important; }
.paid_goat{ width:auto; height:60vh; display:block; object-fit: cover; }

@media (max-width: 991px) {
  .paid_layout{ display: flex; flex-direction: column; align-items: center; row-gap: 3rem; }
  .paid_windows { display: none;}
  .paid_content{ width:100%; justify-content:center; text-align:center; }
  .paid_headline-wrap{  width: 80%; }
  .paid_visual{ width: 100%; flex-direction: column; align-items: center;}
  .paid_headline-wrap{ align-items:center; }
  .paid_headline-row{ justify-content: center; column-gap: 1rem; }
  .paid_headline-row span{ letter-spacing:-0.05rem; }
  .paid_desc{ max-width: auto; text-align: center; }
  .paid_goat{ height: 22rem; }
}

/* ===== Paid Page ===== */
.paid-hero_section { position: relative; min-height: 90svh; display: flex; align-items: center; padding-top: 8rem; overflow: visible; }
.paid-hero_section::before { content: ""; position: absolute; inset: 0; background: url("assets/images/paid-bg.png") center/cover no-repeat; opacity: 0.18; z-index: 0; }
.paid-hero_container { position: relative; z-index: 2; }
.paid-hero_layout { gap: 3rem; align-items: center; }
.paid-hero_content { gap: 1rem; text-align: left; align-items: flex-start; }
.paid-hero_subtitle { text-transform: uppercase; letter-spacing: 0.12rem; font-size: 0.9rem; font-weight: 600; color: var(--text-secondary); }
.paid-hero_title { margin: 0; }
.paid-hero_title span { display: block; }
.paid-hero_title em { display: block; font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.paid-hero_cta { margin-top: 0.5rem; }
.paid-hero_visual { display: flex; justify-content: center; align-items: center; }
.paid-hero_image { width: 100%; max-width: 34rem; height: auto; object-fit: contain; display: block; }

.paid-claim_section { position: relative; min-height: 80svh; }
.paid-claim_container { position: relative; z-index: 2; height: 100%; }
.paid-claim_layout { position: relative; overflow: hidden; justify-items: center; height: 100%; }
.paid-claim_copy { gap: 1rem; justify-self: center; text-align: right; }
.paid-claim_title { margin: 0; }
.paid-claim_title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.paid-claim_text { color: var(--text-secondary); }
.paid-claim_img-wrap { height: 100%; width: auto; align-items: center;}
.paid-claim_img-wrap img { height: 60vh; width: auto; object-fit: contain;}


.paid-case_section { position: relative; padding-bottom: 10rem;}
.paid-case_section::before { content: ""; position: absolute; inset: 0; background: url("assets/images/paid-bg.png") center/cover no-repeat; opacity: 0.15; z-index: 0; }
.paid-case_container { position: relative; z-index: 2; }
.paid-case_layout { gap: 3rem; align-items: center; }
.paid-case_copy { gap: 1rem; }
.paid-case_title { margin: 0; }
.paid-case_title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.paid-case_text { color: var(--text-secondary); }
.paid-case_cta { margin-top: 0.5rem; }
.paid-case_visual { display: flex; justify-content: center; }
.paid-case_visual img { width: 100%; max-width: 22rem; border-radius: var(--general--global-border-radius); box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2); height: auto; object-fit: cover; display: block; }
.paid-performance_section { position: relative; background: var(--background-tertiary); color: var(--text-alternate); overflow: hidden; min-height: 60svh; display: flex; flex-direction: column; justify-content: center;}
.paid-performance_section::before { content: ""; position: absolute; width: 12rem; height: 12rem; background: rgba(255, 193, 79, 0.12); border-radius: 50%; filter: blur(0.25rem); top: -4rem; right: 3rem; }
.paid-performance_section::after { content: ""; position: absolute; width: 12rem; height: 12rem; background: rgba(255, 167, 211, 0.14); border-radius: 50%; filter: blur(0.25rem); bottom: -4rem; left: 3rem; }
.paid-performance_container { position: relative; z-index: 2; }
.paid-performance_layout { gap: 3rem; align-items: center; }
.paid-performance_copy { gap: 1rem; align-items: flex-start;}
.paid-performance_title { margin: 0; overflow-wrap: anywhere;}
.paid-performance_title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.paid-performance_text { color: rgba(255, 255, 255, 0.78); }
.paid-performance_stats { display: grid; gap: 0.75rem; }
.paid-performance_stats span { font-weight: 700; letter-spacing: 0.08rem; text-transform: uppercase; font-size: 0.8rem; color: rgba(255, 255, 255, 0.64); }
.paid-performance_visual { display: flex; justify-content: center; }
.paid-performance_visual img { width: 100%; max-width: 26rem; border-radius: var(--general--global-border-radius); box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); height: auto; object-fit: cover; display: block; }
.paid-performance_chart { width: 100%; max-width: 26rem; display: flex; flex-direction: column; gap: 1rem; }
.paid-performance_chart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: end; }
.paid-performance_quarter { display: flex; flex-direction: column; gap: 0.5rem; align-items: center; }
.paid-performance_bars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; width: 100%; }
.paid-performance_group { display: flex; flex-direction: column; gap: 0.35rem; align-items: center; }
.paid-performance_pair { display: flex; gap: 0.35rem; align-items: flex-end; height: 10rem; }
.paid-performance_section .paid-performance_bar {
  width: 0.6rem;
  border-radius: 0.35rem;
  height: var(--bar-size);
  display: block;
  background: linear-gradient(120deg, var(--brand-primary-500, #ffc14f), var(--brand-tertiary-500, #ffb491), var(--brand-secondary-500, #ffa7d3));
  opacity: var(--paid-bar-opacity, 1);
  transform: scaleY(0);
  transform-origin: bottom;
  will-change: transform, opacity;
}
.paid-performance_section .paid-performance_bar.is-before {
  --paid-bar-opacity: 0.55;
  filter: saturate(0.75) brightness(0.85);
}
.paid-performance_section .paid-performance_bar.is-after {
  --paid-bar-opacity: 1;
  filter: saturate(1.05) brightness(1.05);
}
.paid-performance_pair-label { font-size: 0.65rem; letter-spacing: 0.06rem; text-transform: uppercase; color: var(--text-quarternary); }
.paid-performance_quarter-label { font-size: 0.75rem; letter-spacing: 0.1rem; text-transform: uppercase; color: var(--text-quarternary); }

@media (max-width: 991px) { 
  .paid-hero_layout { display: flex; flex-direction: column; text-align: center; gap: 1rem;} 
  .paid-hero_content { align-items: center; text-align: center; gap: 0.5rem; } 
  .paid-hero_image { max-width: 22rem; } 
  .paid-claim_layout { display: flex; flex-direction: column; row-gap: 3rem;} 
  .paid-claim_copy { align-items: center; text-align: center; } 
  .paid-claim_img-wrap { align-self: center; justify-items: center;}
  .paid-claim_img-wrap img { height: 50svh;}
  .paid-case_layout { display: flex; flex-direction: column; text-align: center; } 
  .paid-case_copy { align-items: center; } 
  .paid-case_cta { align-self: center; } 
  .paid-performance_layout { display: flex; flex-direction: column; text-align: center; } 
  .paid-performance_copy { align-items: center; } 
  .paid-performance_stats { justify-items: center; } 
  .paid-performance_chart { max-width: 24rem; } 
  .paid-performance_chart-grid { gap: 1.25rem; } 
  .paid-performance_pair { height: 9rem; } 
  .paid-performance_bar { width: 0.55rem; } }

@media (max-width: 767px) { 
  .paid-hero_section { padding-top: 7rem; } 
  .paid-hero_image { max-width: 20rem; } 
  .paid-claim_layout { padding: 2rem;} 
  .paid-case_visual img { max-width: 18rem; } 
  .paid-performance_visual img { max-width: 20rem; } 
  .paid-performance_chart { max-width: 20rem; } 
  .paid-performance_chart-grid { gap: 1rem; } 
  .paid-performance_bars { gap: 0.5rem; } 
  .paid-performance_pair { height: 8rem; } 
  .paid-performance_bar { width: 0.5rem; } }


/* ===== Sliders / Marquee ===== */
.logo-slider_section { background: #111; overflow: hidden; width: 100%; position: relative; z-index: 3; }
.logo-slider_layout {  display: flex; width: max-content; margin-inline: 0; flex-wrap: nowrap; animation: marquee var(--duration, 40s) linear infinite }
.marquee-group { display: flex; align-items: center; gap: 2.5rem; padding: 0 0.625rem; flex-shrink: 0; z-index: 100 }
.marquee-group img { height: 5rem; filter: brightness(0) invert(1); opacity: 0.9;  transition: opacity 0.3s ease;  will-change: transform; }

.marquee-group img:hover { opacity: 1; }

@keyframes marquee {  from { transform: translateX(0); }  to { transform: translateX(-50%); }}

.logo-slider_section:hover .logo-slider_layout {  animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) { .logo-slider_layout { animation: none; } }

/* ===== CTA (Visuals Only) ===== */
.cta_section {  position: relative;  min-height: 70svh;  background: linear-gradient(180deg, rgba(255, 167, 211, 0.85) 0%,    rgba(255, 180, 145, 0.85) 50%,    rgba(255, 193, 79, 0.85) 100%  ); }
.cta_layout {  height: 100%;  z-index: 2; }
.cta_content {  height: 100%;   display: flex;  flex-direction: column;  gap: 1rem;  align-items: center;  justify-content: center;  text-align: center; }

.cta_logo { height: 100%;}
.cta_logo img {  width: auto;  height: 6rem; }

.cta_form-wrapper {  display: flex;  flex-direction: column;  align-items: center;  gap: 1.5rem;  width: 100%; }
.cta_email-form { display: flex; width: 100%; gap: 1rem; flex-direction: column;}
.cta_form-layout {  width: 100%;  }
.cta_email-form input, textarea{  padding: 0.75rem 1rem; border: none;  border-radius: var(--general--global-border-radius);  font-size: 1rem;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.cta_email-form input:focus { outline: none; box-shadow: 0 0 0 3px rgba(255, 167, 211, 0.5); }
.cta_email-form textarea { height: 6rem; }

@media (max-width: 991px) {
  .cta_form-wrapper { grid-column: 1/-1; }
  .cta_layout { row-gap: 3rem; }
  .cta_headline h2 { font-size: 2rem; }
  .cta_form-layout { width: 100%; grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .cta_form-layout  > * { grid-column-start: 2 !important; grid-column-end: 12 !important;} 
  .cta_form-layout a { padding-top: 1rem; grid-column-start: 2 !important; grid-column-end: span 4 !important; justify-self: start; width: auto; }  }


.social-hero_section { position: relative; min-height: 90svh; overflow: hidden; padding-top: 8rem !important; }
.social-hero_wrap { height: 100%; display: flex; flex-direction: column; align-content: center;}
.social-hero_layout { height: 100%; align-items: center;}
.social-hero_content { display: flex; flex-direction: column; gap: 1rem; justify-content: center; align-items: flex-start !important; text-align: left !important; height: 100%;}
.social-hero_content .hero_cta-wrap, .hero-subtitle { margin-top: 1.5rem; text-align: left;}
.social-hero_headline { text-align: left; }
.social-hero_headline-accent { font-family: var(--font-serif); font-style: italic; font-weight: 800; }
.social-hero_media {}
.social-hero_video-wrap { position:relative; height: 100%; display: flex; gap:0; aspect-ratio: 9/16;  justify-self: end;}
.social-hero_video-wrap img { position: absolute; order: 1; height: 28rem; bottom: -3vh; left: -5vw;}
.social-hero_video-wrap video { width: auto; height: 40rem; object-fit: cover; order: 2;  align-self: center;}

@media (max-width: 991px) {
  .social-hero_section { padding-top: 8rem !important; }
  .social-hero_layout { display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 2rem; } 
  .social-hero_content { align-items: center; }
  .social-hero_content .hero_cta-wrap, .hero-subtitle { align-self: center;}
  .social-hero_headline { text-align: center;}
  .social-hero_video-wrap  { margin-bottom: 3vh; }
  .social-hero_video-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; } }


.social-claim_section { margin-block: 6rem; position: relative; z-index: 1; }
.social-claim_content { height: 100%; width: auto;display: flex; flex-direction: column; gap: 2rem; align-items: flex-start !important; justify-content: center;}
.social-claim_headline-wrap { display: flex; flex-direction: column; gap: 0; }
.social-claim_video-wrap { position:relative; height: 100%; width: auto; }
.social-claim_video-wrap video { height:100%; width: auto;}
.social-claim_media-wrap { width: 100%; min-height: 20rem; }
.social-claim_text { max-width: 60ch; }
/* Mobile: stack Social Claim columns to avoid overlap. */
@media (max-width: 991px) { 
  .social-claim_layout { row-gap: 3rem; } 
  .social-claim_layout .social-claim_content, .social-claim_layout .social-claim_media-wrap { grid-column: 1 / -1; } 
  .social-claim_content { align-items: center !important; text-align: center; gap: 3rem; } 
  .social-claim_headline-wrap { align-items: center; text-align: center; width: 100%; } 
  .social-claim_headline { align-self: center; text-align:  center;}
  .social-claim_text { text-align: center !important; } }


/* GIF Slider */
.claim-media-slider { position: relative; width: 100%; max-width: 26rem; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.75rem; }
.gif-slider-track { position: relative; width: 100%; overflow: visible; }
.gif-slider-window { position: relative; width: 100%; height: auto; max-width: 16rem; aspect-ratio: 9 / 16; margin: 0 auto; overflow: visible; }
.gif-slide { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; transform: translateX(-50%) scale(0.84); opacity: 0; filter: blur(6px); transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, filter 0.5s ease; left: 50%; width: 100%; height: 100%; border-radius: var(--general--global-border-radius); overflow: hidden; pointer-events: none; background: transparent; }
.gif-slide.is-active { transform: translateX(-50%) scale(1); opacity: 1; filter: blur(0); z-index: 3; pointer-events: auto; }
.gif-slide.is-prev { transform: translateX(-80%) scale(0.88); opacity: 0.7; filter: blur(2px); z-index: 2; pointer-events: auto; }
.gif-slide.is-next { transform: translateX(-20%) scale(0.88); opacity: 0.7; filter: blur(2px); z-index: 2; pointer-events: auto; }
.gif-slide.is-prev, .gif-slide.is-next { pointer-events: auto; }
.gif-slide img { width: 100%; height: 100%; object-fit: contain; display: block; background: transparent; }
.gif-slider-btn { background: rgba(255, 255, 255, 0.9); border: none; border-radius: 50%; width: 2.5rem; height: 2.5rem; font-size: 1.25rem; cursor: pointer; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18); transition: transform 0.25s ease, background 0.25s ease; display: flex; align-items: center; justify-content: center; z-index: 5; }
.gif-slider-btn:hover { background: linear-gradient(120deg, #ffa7d3 0%, #ffc14f 100%); color: #000; transform: scale(1.05); }
@media (max-width: 991px) { 
  .claim-media-slider { max-width: 22rem; gap: 0.5rem; } 
  .gif-slider-window { max-width: 14rem; } 
  .gif-slide.is-prev { transform: translateX(-78%) scale(0.86); } 
  .gif-slide.is-next { transform: translateX(-22%) scale(0.86); } 
  .gif-slider-btn { width: 2.25rem; height: 2.25rem; font-size: 1.1rem; } }

@media (max-width: 768px) { 
  .claim-media-slider { max-width: 20rem; gap: 0.25rem; } 
  .gif-slider-window { max-width: 12rem; } 
  .gif-slider-btn { width: 2rem; height: 2rem; font-size: 1rem; } }

/* Phones / Reels */
.social-phones_section { position: relative; overflow: visible; }
.social-phones_container { position: relative; }
.social-phones_title { position: absolute; top: 0%; left: 50%; transform: translateX(-50%); max-width: 60vw; max-width: none; padding: 0 1rem; font-size: 7rem; font-weight: 900; letter-spacing: -0.3rem; color: rgba(0, 0, 0, 0.35); text-transform: uppercase; z-index: 1; pointer-events: none; text-align: center; white-space: normal; line-height: 0.9; overflow-wrap: break-word; }
.social-phones_layout { display: flex; justify-content: center; align-items: flex-end; flex-wrap: wrap; gap: 2.5rem; max-width: 60rem; margin: 0 auto; position: relative; z-index: 2; overflow: visible; }
.social-phone_wrapper { display: flex; flex-direction: column; align-items: center;  position: relative; }
.social-phone_video { height: 26rem; aspect-ratio: 9 / 19.5; border-radius: var(--general--global-border-radius); object-fit: contain; background: transparent; display: block; filter: saturate(0); opacity: 0.75; transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease; }
.social-phone_video.active { filter: saturate(1); opacity: 1; transform: scale(1.2); z-index: 10; }
.social-phone_video:hover { transform: scale(1.2); }

@media (max-width: 991px) { 
  .social-phones_section { padding-top: 4rem; padding-bottom: 4.5rem; } 
  .social-phones_layout { flex-wrap: nowrap; overflow-x: auto; gap: 0rem; width: 100%; padding: 0 1.5rem 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; justify-content: flex-start; } 
  .social-phones_layout::-webkit-scrollbar { display: none; } 
  .social-phone_wrapper { flex: 0 0 60%; scroll-snap-align: center; align-items: center; padding: 1rem; border-radius: var(--general--global-border-radius); } 
  .social-phone_video { width: 100%; height: auto; aspect-ratio: 9 / 16; filter: saturate(0); opacity: 1; transform: none !important; } 
  .social-phone_video.active { filter: saturate(1); transform: none !important; } 
  .social-phone_video:hover { transform: none; } 
  .social-phones_title { font-size: 5rem; top: 6%; max-width: 100vw; line-height: 0.95; } }

/* Conversion */
.conversion-section { position: relative; background-color: var(--background-tertiary); color: var(--text-alternate); }
.conversion_layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--general--global-gutter); align-items: center; text-align: left; }
.conversion-visual { display: flex; justify-content: end; grid-column: 2/6;}
.conversion-video { width: 18rem; max-width: 100%; aspect-ratio: 9 / 19.5; max-height: 28rem; border-radius: var(--general--global-border-radius); object-fit: contain; background: transparent; display: block; }
.conversion-copy { grid-column: 7/12; }
.conversion-copy h3 { font-size: 2.5rem; font-weight: 800; line-height: 1.05; letter-spacing: -0.1rem; margin: 0 0 1rem; max-width: 24ch;}
.conversion-copy h3 em { font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.conversion-copy p { font-size: 1.125rem; line-height: 1.4; font-weight: 400; margin: 0 0 1.5rem; color: rgba(255, 255, 255, 0.74); max-width: 26rem; justify-self: start; }
.social-icons { position: relative; display: flex; gap: 0.75rem; justify-content: start; margin-bottom: 0.75rem; }
.social-icon_wrap { position: relative; width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; background-color: var(--background-primary); }
.social-icon_wrap img { position: relative; z-index: 1; width: 50%; height: 50%; object-fit: contain; opacity: 0.85; transition: opacity 0.3s ease, transform 0.3s ease; }
.social-icon_wrap:hover img { opacity: 0.7; transform: scale(1.05); }
.social-icon_wrap:hover { background-image: linear-gradient( 120deg,#FFD166, #FFB6C1,#FF69B4, #FFD166 ); background-size: 300% auto; color: transparent; animation: gradient-sweep 1.8s ease-in-out infinite; }
.social-icon_wrap {
  cursor: default;
  text-decoration: none;
  user-select: none;
}
.conversion-highlights { display: grid; gap: 0.75rem; }
.conversion-highlights span { font-weight: 700; letter-spacing: 0.08rem; text-transform: uppercase; font-size: 0.8rem; color: rgba(255, 255, 255, 0.64); }
@media (max-width: 980px) { 
  .conversion_layout { row-gap: 3rem;}
  .conversion-copy { grid-column: 1/-1; display: flex; flex-direction: column; align-items: center; text-align: center;} 
  .conversion-visual { display: flex; justify-content: center; grid-column: 1/-1;}
  .conversion-copy p { max-width: 32rem; justify-self: auto; } 
  .conversion-highlights { justify-items: center; } 
  .social-icons { justify-content: center; } }


/* Vertical Slider */
.vertical-video-slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(320px, 48vh, 420px);
  width: 100%;
}

.vertical-slider-track {
  position: relative;
  width: min(420px, 70vw);
  height: 100%;
}

.video-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: clamp(240px, 55vw, 520px);
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  filter: blur(3px);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.7s ease,
        filter 0.7s ease,
        box-shadow 0.45s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
  z-index: 1;
}

.video-slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(0.92);
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.video-slide.is-prev {
  opacity: 0.3;
  transform: translate(-50%, -100%) scale(0.76);
  z-index: 2;
}

.video-slide.is-next {
  opacity: 0.3;
  transform: translate(-50%, 0%) scale(0.76);
  z-index: 2;
}

.video-slide.is-active:hover,
.video-slide.is-playing {
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%) scale(0.96);
}

.video-slide video {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  background: #000;
  opacity: 0.85;
  transition: opacity 0.35s ease;
}

.video-slide.is-loaded video {
  opacity: 1;
}

.slider-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(52px, 8vw, 68px);
  height: clamp(52px, 8vw, 68px);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 3vw, 22px);
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.3s ease;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
}

.video-slide.is-active .slider-play-btn {
  opacity: 1;
  pointer-events: auto;
}

.video-slide.is-playing .slider-play-btn {
  opacity: 0;
  pointer-events: none;
}

.slider-play-btn:hover,
.slider-play-btn:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

.vertical-slider-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(6px);
  z-index: 5;
}

.vertical-slider-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translateX(-50%) scale(1.05);
}

.vertical-slider-btn.up {
  top: -20px;
}

.vertical-slider-btn.down {
  bottom: -20px;
}

@media (max-width: 980px) {
  .vertical-video-slider {
    height: clamp(260px, 45vh, 340px);
  }
  .vertical-slider-btn.up {
    top: -10px;
  }
  .vertical-slider-btn.down {
    bottom: -10px;
  }
  .vertical-slider-track {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
  .video-slide {
    max-width: 100%;
  }
}

/* ===== Legal Pages ===== */
.legal-section {
  padding-top: calc(5rem + 10vh);
}

@media (max-width: 767px) {
  .legal-section {
    padding-top: calc(4rem + 10vh);
  }
}
