@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Montech';
  src: url('https://5455473.fs1.hubspotusercontent-na1.net/hubfs/5455473/fonts/montech/MONTECHV02-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

.ctf-full-page-wrapper, .ctf-full-page-wrapper * { box-sizing: border-box; }
.ctf-full-page-wrapper { font-family: 'Roboto', sans-serif; color: #FFFFFF; background-color: #060118; width: 100%; overflow-x: hidden; }
.ctf-full-page-wrapper .montech { font-family: 'Montech', sans-serif !important; text-transform: uppercase !important; }
.ctf-full-page-wrapper a { text-decoration: none; }
.ctf-full-page-wrapper p, .ctf-full-page-wrapper h1, .ctf-full-page-wrapper h2, .ctf-full-page-wrapper h3 { margin: 0; padding: 0; }

/* ANIMATIONS */
@keyframes rot { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.animate-rotate { animation: rot 100s linear infinite; }
@keyframes ctfRevealUp { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: translateY(0); } }
@keyframes scroll-infinite-hubspot { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-scroll-infinite { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes keynotes-fade-in { 0% { opacity:0; transform: translateY(20px) scale(.95); } 100% { opacity:1; transform: translateY(0) scale(1); } }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.7; } }
@keyframes infinite-scroll-testimonials { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ FIX 2: TYPEWRITER (esconde até o JS iniciar) ============ */
[data-typewriter], [data-typewriter-keynote] {
  visibility: hidden;
}
[data-typewriter].is-animated, [data-typewriter-keynote].is-animated {
  visibility: visible;
}
.cursor::after { content: "_"; color: #1CFE92; animation: blink 1s step-end infinite; }
.cursor { display: inline; }
.cursor-blink { color: #1CFE92; animation: blink 1s step-end infinite; }

/* ============ HEADER ============ */
.ctf-main-header { position: relative; width: 100%; background: #060118; padding: 32px; border-bottom: 1px solid rgba(255,255,255,.05); transition: all .7s ease; z-index: 99999999; }
.ctf-header-inner { max-width: 1285px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; }
.ctf-header-logo { width: 180px; height: auto; transition: all .5s ease; flex-shrink: 0; }
@media (min-width: 768px) { .ctf-header-inner { justify-content: space-between; } .ctf-header-logo { width: 220px; } }
.ctf-header-nav { display: none; }
@media (min-width: 768px) { .ctf-header-nav { display: flex; align-items: center; gap: 16px; flex-shrink: 0; } }
@media (min-width: 1024px) { .ctf-header-nav { gap: 40px; } }
.ctf-header-links { display: flex; align-items: center; gap: 24px; }
@media (min-width: 1024px) { .ctf-header-links { gap: 40px; } }

.text-wrapper-menu { font-family: 'Montech', sans-serif !important; font-weight: 500 !important; color: #FFF !important; font-size: 11px !important; letter-spacing: 2px !important; text-decoration: none !important; transition: color .3s ease; text-transform: uppercase; }
.text-wrapper-menu:hover { color: #1CFE92 !important; }

.header-scrolled { position: fixed !important; top: 20px !important; left: 20px !important; right: 20px !important; width: calc(100% - 40px) !important; background: rgba(6,1,24,.95) !important; backdrop-filter: blur(10px); padding: 16px 32px !important; box-shadow: 0 25px 50px -12px rgba(0,0,0,.5); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); animation: ctfRevealUp .8s ease-out forwards; }

.btn-ticket-header { background: #6613D0; color: #FFF !important; padding: 10px 24px; font-size: 14px; letter-spacing: 2px; transition: all .3s ease; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.btn-ticket-header:hover { background: #1CFE92; color: #060118 !important; }

/* ============ HERO ============ */
.ctf-hero-module-wrapper { background: #060118; width: 100%; min-height: 100vh; position: relative; overflow: hidden; z-index: 1; }
.h-video-bg-container { position: absolute; inset: 0; z-index: 1; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }
.h-video-full { width: 100%; height: auto; min-height: 100%; object-fit: cover; object-position: center top; }
.h-decor-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.h-globe { position: absolute; top: 15%; right: -5%; width: 500px; opacity: .1; }
.h-icons-gif { position: absolute; top: -2%; right: 22%; width: 296px; z-index: 5; }
.h-keynotes-overlay { position: absolute; top: 23%; right: max(32px, calc((100% - 1285px) / 2 + 32px)); width: 439px; height: auto; z-index: 6; pointer-events: none; opacity: 0; transform: translateY(20px) scale(.95); animation: keynotes-fade-in 1.2s ease-out .3s forwards; }
.h-icons-gif-mobile { display: none; }
.h-watermark { position: absolute; bottom: 30px; left: 40px; font-size: clamp(80px, 15vw, 200px); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); line-height: 1; z-index: 5; }
.h-hero-content { position: relative; z-index: 10; width: 100%; max-width: 1285px; margin: 0 auto; padding: 80px 64px 100px; display: flex; flex-direction: column; min-height: 80vh; justify-content: space-between; }
.h-content-top { position: relative; z-index: 11; }
.h-meta { display: flex; gap: 40px; margin-bottom: 30px; color: #FFF; font-size: 11px; letter-spacing: 2px; }
.h-green { color: #1CFE92; }
.h-title { font-size: clamp(28px, 4.5vw, 52px); color: #FFF; max-width: 650px; line-height: 1.1; letter-spacing: .3em; }
.h-desc-wrapper { text-align: right; width: 100%; display: flex; flex-direction: column; align-items: flex-end; margin-top: 8vh; }
.h-description { color: #FFF !important; font-size: 25px; letter-spacing: .05em; line-height: 1.3; margin-top: 5vh; margin-bottom: 30px; max-width: 578px; }
.h-cta-main { background: #6613D0; color: #FFF !important; padding: 20px 45px; font-size: 15px; display: inline-flex; align-items: center; gap: 15px; clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); transition: all .3s ease; }
.h-cta-main:hover { background: #1CFE92; color: #060118 !important; }

/* ============ KEYNOTES ============ */
.ctf-clip-path { clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.ctf-clip-path-lg { clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }

.ctf-keynotes-section { position: relative; width: 100%; padding: 64px 0 32px; background: #FFF; overflow: hidden; }
@media (min-width: 1024px) { .ctf-keynotes-section { padding: 128px 0 64px; } }
.ctf-keynotes-inner { max-width: 1285px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 10; }
@media (min-width: 1024px) { .ctf-keynotes-inner { padding: 0 64px; } }
.ctf-keynotes-card { background: #060118; border-radius: 16px; position: relative; min-height: 420px; display: flex; align-items: center; padding: 48px 0; }
@media (min-width: 1024px) { .ctf-keynotes-card { min-height: 608px; padding: 64px 0 64px 64px; } }
.ctf-keynotes-text-col { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; max-width: 378px; padding: 0 24px; }
@media (min-width: 1024px) { .ctf-keynotes-text-col { padding: 0; } }

.ctf-tag-edicao { background: #1CFE92; color: #060118 !important; padding: 6px 16px; font-size: 10px; font-weight: bold; letter-spacing: 2.5px; width: fit-content; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }

.ctf-keynotes-title { color: #FFF; font-size: 20px; letter-spacing: 4px; line-height: 1.4; font-weight: bold; }
@media (min-width: 768px) { .ctf-keynotes-title { font-size: 24px; letter-spacing: 6px; } }
.ctf-keynotes-title #keynote-typing-title { font-weight: 100; }
.ctf-keynotes-subtitle { color: #FFF; font-size: 16px; line-height: 1.6; opacity: .85; font-weight: 300; }
@media (min-width: 1024px) { .ctf-keynotes-subtitle { font-size: 18px; } }

.keynote-card { position: relative; width: 100%; max-width: 310px; height: 480px; background-size: cover; background-position: center; border-radius: 24px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; transition: all .5s ease; flex-shrink: 0; overflow: hidden; }
.keynote-card:hover { transform: translateY(-12px) scale(1.02); }

.keynote-bio-edition { position: relative; z-30; z-index: 30; }
.keynote-bio-name-wrapper { position: relative; z-index: 30; display: flex; flex-direction: column; gap: 8px; transition: transform .4s ease, margin .4s ease, top .4s ease, left .4s ease; }
.keynote-bio-name { background: #FFF; color: #060118; padding: 12px 24px; font-size: 14px; font-weight: bold; letter-spacing: 2.5px; width: fit-content; }
.keynote-bio-subtitle { color: #060118; font-size: 10px; font-weight: bold; line-height: 1.2; transition: opacity .3s ease; }

.keynote-bio-overlay { position: absolute; inset: 0; background: #1CFE92; color: #060118; padding: 32px; padding-top: 88px; display: flex; align-items: flex-end; justify-content: flex-start; opacity: 0; transition: opacity .4s ease; z-index: 20; border-radius: 24px; pointer-events: none; }
.keynote-bio-overlay p { font-family: 'Roboto', sans-serif; font-size: 13px; line-height: 1.55; font-weight: 400; text-align: left; }
.keynote-card-bio:hover .keynote-bio-overlay { opacity: 1; }
.keynote-card-bio:hover .keynote-bio-subtitle { opacity: 0; }
.keynote-card-bio:hover .keynote-bio-edition { opacity: 0; transition: opacity .3s ease; }
.keynote-card-bio:hover .keynote-bio-name-wrapper { position: absolute; top: 32px; left: 32px; right: 32px; margin: 0; z-index: 30; }
.keynote-card-bio:hover .keynote-bio-name { z-index: 30; position: relative; }

/* ============ FIX 1: COMING SOON CARD (fundo escuro, NÃO herda overlay verde) ============ */
.coming-soon-card {
  display: flex; width: 100%; max-width: 310px; height: 480px;
  background: #060118 !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; flex-direction: column;
  align-items: center; justify-content: center; padding: 32px;
  flex-shrink: 0;
  position: relative;
}
.coming-soon-card .coming-soon-icon { width: 48px; height: 48px; margin-bottom: 24px; }
.coming-soon-card .coming-soon-text { color: #FFFFFF !important; font-size: 14px; font-weight: bold; letter-spacing: .2em; line-height: 1.3; text-align: center; text-transform: uppercase; }
/* Garante que NUNCA receba o overlay verde de keynote-bio */
.coming-soon-card:hover { background: #060118 !important; transform: none; }
.coming-soon-card .keynote-bio-overlay { display: none !important; }

/* KEYNOTES MARQUEE */
.keynote-marquee-overlay { position: absolute; top: calc(50% + 32px); transform: translateY(-50%); left: max(24px, calc((100vw - 1285px) / 2 + 64px + 460px)); right: 0; z-index: 20; pointer-events: auto; overflow: visible; }
@media (max-width: 1023px) {
  .keynote-marquee-overlay { position: relative; top: auto; transform: none; left: 0; right: 0; margin-top: -40px; padding: 24px 0 24px 24px; background: #060118; border-radius: 0 0 16px 16px; width: calc(100% - 48px); margin-left: 24px; margin-right: 24px; }
}
@media (max-width: 767px) { .keynote-marquee-overlay { margin-top: -24px; padding-left: 0; padding-right: 0; } }
.keynote-marquee-viewport { width: 100%; overflow-x: hidden; overflow-y: visible; position: relative; padding-top: 24px; margin-top: -24px; }
.keynote-marquee-viewport::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 200px; background: linear-gradient(to right, #060118 0%, rgba(6,1,24,0) 100%); z-index: 5; pointer-events: none; }
@media (max-width: 480px) { .keynote-marquee-viewport::before { display: none; } }
.keynote-marquee-track { display: flex; gap: 12px; padding-right: 12px; width: max-content; animation: scroll-infinite-hubspot 60s linear infinite; will-change: transform; }
.keynote-marquee-track:hover { animation-play-state: paused; }

/* ============ SPEAKERS ============ */
.ctf-speakers-full-wrapper { background: #FFF !important; padding: 120px 0; width: 100%; position: relative; overflow: hidden; z-index: 0; }
.s-bg-intersect { position: absolute; bottom: -80px; left: 0; width: 100%; height: auto; z-index: -1; pointer-events: none; object-fit: cover; }
.s-container-outer { width: 100%; position: relative; z-index: 0; }
.s-flex-wrapper { display: flex; align-items: flex-start; width: 100%; padding-left: max(24px, calc((100vw - 1285px) / 2 + 128px)); }
.s-sidebar-content { flex: 0 0 420px; padding-right: 60px; }
.s-main-title { color: #060118 !important; font-size: 25px !important; letter-spacing: .2em !important; line-height: 1.3 !important; margin-bottom: 30px; min-height: 5em; }
.s-description { color: #060118 !important; font-size: 18px; line-height: 1.6; opacity: .85; }
.s-marquee-area { flex: 1; position: relative; }
.s-gradient-mask { position: absolute; top: 0; left: 0; bottom: 0; width: 280px; background: linear-gradient(to right, #FFF 0%, #FFF 20%, transparent 100%); z-index: 0; pointer-events: none; }
.s-marquee-viewport { width: 100%; overflow: hidden; height: 480px; position: relative; }
.s-marquee-track { display: flex; gap: 24px; width: max-content; animation: scroll-infinite-hubspot 45s linear infinite; position: relative; z-index: -1; }
.s-speaker-card { width: 310px; height: 480px; background-size: cover; background-position: center; border-radius: 24px; position: relative; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 20px 40px rgba(0,0,0,.1); flex-shrink: 0; }
.s-tag-edition { background: #1CFE92; color: #060118; padding: 7px 16px; font-size: 11px; font-weight: bold; width: fit-content; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.s-tag-name { background: #FFF; color: #060118; padding: 12px 24px; font-size: 15px; font-weight: bold; letter-spacing: 2px; width: fit-content; margin-bottom: 10px; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.s-text-role { color: #060118 !important; font-size: 11px; font-weight: bold; padding: 0 10px; }

/* ============ ABOUT + TICKETS ============ */
.ctf-full-content-tickets-wrapper { background: #060118 !important; width: 100%; position: relative; overflow: hidden; }
.c-inner-limit { max-width: 1285px; margin: 0 auto; padding: 0 24px; position: relative; }
@media (min-width: 1025px) { .c-inner-limit { padding: 0 64px; } }
.c-about-block { padding: 120px 0 100px; position: relative; text-align: center; min-height: 850px; }
.c-bg-layer { position: absolute; top: 120px; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; pointer-events: none; z-index: 0; overflow: hidden; }
.c-globe-img { height: 100% !important; width: auto !important; object-fit: contain !important; opacity: 1 !important; }
.c-title { color: #FFF !important; font-size: 28px; letter-spacing: .25em; margin-bottom: 40px; min-height: 2.2em; position: relative; z-index: 10; max-width: 80%; margin-left: auto; margin-right: auto; }
.c-description { color: #FFF !important; font-size: 19px; line-height: 1.8; max-width: 900px; margin: 0 auto 80px; opacity: .85; }
.c-stats-grid { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; }
.c-stat-card { flex: 1; min-width: 220px; display: flex; flex-direction: column; align-items: center; }
.c-stat-value { color: #FFF !important; font-size: 52px; margin-bottom: 12px; }
.c-stat-label { color: #1CFE92 !important; font-size: 12px; letter-spacing: 2.5px; }
.c-divider-img img { width: 100%; display: block; }

.c-tickets-block { padding: 100px 0; background: #060118; }
.c-tickets-title { color: #FFF !important; font-size: 52px; letter-spacing: .35em; margin-bottom: 15px; }
.c-tickets-subtitle { color: #FFF !important; font-size: 18px; opacity: .7; }
.c-tickets-grid { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-top: 60px; }
.c-card { width: 100%; max-width: 530px; border-radius: 20px; overflow: visible; display: flex; flex-direction: column; box-shadow: 0 25px 60px rgba(0,0,0,.5); transition: transform .5s ease; }
.c-card:hover { transform: scale(1.02); }
.c-card-head { padding: 40px; min-height: 180px; border-radius: 20px 20px 0 0; }
.c-card-head-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.c-card-body { padding: 45px 40px 65px; background: #FFF; flex: 1; display: flex; flex-direction: column; border-radius: 0 0 20px 20px; color: #060118; }
.c-normal .c-card-head { background: #6613D0; }
.c-vip .c-card-head { background: #1CFE92; }
.c-head-title-light { color: #FFF; font-size: 14px; letter-spacing: 2px; font-weight: bold; }
.c-head-title-dark { color: #060118; font-size: 14px; letter-spacing: 2px; font-weight: bold; }

.c-lote-badge { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px; box-shadow: 0 4px 12px rgba(0,0,0,.2); flex-shrink: 0; margin-top: -16px; margin-right: -16px; animation: pulse 2s infinite; }
.c-lote-badge span { font-size: 9px; font-weight: bold; line-height: 1.3; letter-spacing: .5px; }
.c-lote-normal { background: #FFF; color: #060118; border: 2px solid #6613D0; }
.c-lote-vip { background: #060118; color: #1CFE92; border: 2px solid #1CFE92; }

.c-price-block { display: flex; flex-direction: column; gap: 8px; }
.c-price-old { position: relative; width: fit-content; }
.c-price-old span { font-size: 36px; font-weight: bold; letter-spacing: -1px; opacity: .5; color: #FFF; }
.c-vip .c-price-old span { color: #060118; }
.c-price-strike { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.c-strike-line { width: 100%; height: 2px; background: #1CFE92; position: absolute; }
.c-price-new { display: flex; align-items: center; gap: 8px; }
.c-price-value { font-size: 48px; font-weight: bold; letter-spacing: -1.5px; }
.c-lote-tag { font-size: 10px; font-weight: bold; padding: 2px 8px; border-radius: 4px; letter-spacing: 1.5px; }
.c-second-lote { display: flex; align-items: center; gap: 10px; margin-top: 8px; }

.c-benefits-title { font-size: 14px; font-weight: bold; margin-bottom: 32px; line-height: 1.4; color: #060118; }
.c-list { list-style: none; padding: 0; margin-bottom: 40px; }
.c-list-check li { padding: 10px 0; border-bottom: 1px solid #F0F0F0; font-size: 14px; display: flex; align-items: center; gap: 12px; }
.c-list-check li.disabled { opacity: .2; }
.c-check { width: 18px; height: 18px; flex-shrink: 0; }

.c-btn-buy { display: block; width: 100%; background: #6613D0; color: #FFF !important; text-align: center; padding: 22px; clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); transition: all .3s ease; font-size: 14px; letter-spacing: 2.5px; }
.c-btn-buy:hover { background: #1CFE92; color: #060118 !important; }

/* ============ PARTNERS MARQUEE ============ */
.ctf-partners-marquee-wrapper { background: #FFF !important; padding: 100px 0; width: 100%; position: relative; overflow: hidden; }
.p-inner-container { max-width: 1285px; margin: 0 auto; padding: 0 24px; }
.p-marquee-title { color: #060118 !important; font-size: 25px; letter-spacing: .35em; text-align: center; line-height: 1.4; margin-bottom: 70px; min-height: 2.2em; }
.p-marquee-overflow { width: 100%; overflow: hidden; position: relative; padding: 10px 0; }
.p-marquee-track { display: flex; align-items: center; width: max-content; gap: 80px; animation: marquee-scroll-infinite 30s linear infinite; }
.p-logo-box { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.p-logo-box img { height: 40px !important; max-height: 40px !important; width: auto !important; object-fit: contain !important; filter: grayscale(1); opacity: .6; transition: all .4s ease; }
.p-logo-box.p-small img { height: 25px !important; max-height: 25px !important; }
.p-logo-box.p-medium img { height: 32px !important; max-height: 32px !important; }
.p-logo-box.p-large img { height: 50px !important; max-height: 50px !important; }
.p-logo-box.p-wider img { transform: scaleX(1.2); }
.p-logo-box.p-cargosnap img { height: 32px !important; max-height: 32px !important; }
.p-logo-box img:hover { filter: grayscale(0); opacity: 1; }
.p-action-area { display: flex; justify-content: center; margin-top: 60px; }
.p-btn-sponsor { display: inline-flex; align-items: center; gap: 12px; background: #6613D0; color: #FFF !important; padding: 20px 45px; font-size: 16px; clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); transition: all .3s ease; }
.p-btn-sponsor:hover { background: #1CFE92; color: #060118 !important; }

/* ============ PARTNERS GRID ============ */
.ctf-partners-grid-module { background: #F2F2F2 !important; padding: 120px 0; width: 100%; position: relative; overflow: hidden; }
.p-inner-limit { max-width: 1285px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1025px) { .p-inner-limit { padding: 0 64px; } }
.p-main-title { font-size: 32px; letter-spacing: 8px; text-align: center; color: #060118 !important; margin-bottom: 80px; line-height: 1.4; min-height: 2.2em; }
.p-tiers-stack { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.p-tier-row { display: flex; gap: 24px; min-height: 224px; width: 100%; }
.p-tier-label { width: 202px; display: flex; align-items: center; justify-content: center; text-align: center; color: #FFF !important; font-size: 16px; letter-spacing: 2.5px; border-radius: 8px; flex-shrink: 0; padding: 20px; }
.p-tier-content { display: flex; gap: 24px; flex: 1; }
.p-logo-card { flex: 1; background: #FFF; border-radius: 16px; display: flex; align-items: center; justify-content: center; padding: 30px; position: relative; transition: all .4s ease; box-shadow: 0 4px 20px rgba(0,0,0,.03); min-height: 200px; overflow: hidden; }
.p-logo-card:hover { transform: scale(1.03); }
.p-logo-card img:not(.img-fill):not(.p-suntrans-logo) { max-width: 80%; max-height: 65px !important; object-fit: contain; }
.p-logo-card.p-banner { padding: 0 !important; }
.p-logo-card img.img-fill { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; }
.p-logo-card.p-suntrans-card { padding: 0 !important; }
.p-logo-card img.p-suntrans-logo { max-height: 180px !important; width: 95% !important; height: auto !important; object-fit: contain !important; margin: 0 auto; }
.p-logo-card.p-dual { display: flex; gap: 40px; }
.p-final-cta { display: flex; flex-direction: column; align-items: center; margin-top: 96px; gap: 40px; }
.p-final-cta-text { color: #060118; font-size: 20px; letter-spacing: .3em; text-align: center; min-height: 1.5em; }
@media (min-width: 1024px) { .p-final-cta-text { font-size: 24px; } }

/* ============ JOURNEY ============ */
.ctf-journey-footer-wrapper { background: #FFF; width: 100%; position: relative; overflow: hidden; }
.c-journey-header { padding: 100px 0 120px; background: #FFF; position: relative; isolation: isolate; }
.c-journey-content { position: relative; z-index: 10; max-width: 650px; padding: 0 24px; }
@media (min-width: 1025px) { .c-journey-content { padding: 0 64px; } }
.c-journey-title { color: #060118 !important; font-size: 42px; line-height: 1.1; letter-spacing: .3em; margin-bottom: 25px; min-height: 3.5em; }
.c-journey-desc { color: #060118; font-size: 18px; line-height: 1.5; opacity: .8; }
.c-mask-bg { position: absolute; bottom: 0; left: 0; width: 100%; pointer-events: none; z-index: -1; }
.c-mask-bg img { width: 100%; display: block; }
.c-location-grid-container { background: #F2F2F2; padding: 60px 0 100px; position: relative; z-index: 1; }
.c-location-grid { display: flex; gap: 24px; flex-wrap: wrap; }
.c-map-box { flex: 1.5; min-width: 320px; height: 420px; border-radius: 16px; overflow: hidden; background: #E5E5E5; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.c-map-box iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1); transition: filter .6s ease; }
.c-map-box:hover iframe { filter: grayscale(0); }
.c-details-card { flex: 1; min-width: 300px; background: #060118; border-radius: 16px; padding: 40px; color: #FFF; display: flex; flex-direction: column; justify-content: center; gap: 32px; }
.c-label { color: #1CFE92; font-size: 11px; letter-spacing: 2px; display: block; margin-bottom: 6px; }
.c-value { font-size: 32px; letter-spacing: 3.2px; line-height: 1.1; }
.c-floating-icon { position: absolute; top: -160px; right: 5%; width: 380px; z-index: 20; pointer-events: none; }

.c-powered-section { background: #060118; position: relative; width: 100%; z-index: 5; }
.c-divider-top img { width: 100%; display: block; }
.c-powered-row { padding: 80px 0 100px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.c-powered-text { color: #1CFE92; font-size: 16px; letter-spacing: 5px; }
.c-logo-logcomex { height: 32px; width: auto; }

/* ============ FAQ + FOOTER ============ */
.ctf-faq-footer-wrapper { background: #060118; width: 100%; position: relative; overflow: hidden; }
.c-line-divider img { width: 100%; display: block; margin-bottom: 50px; }
.c-faq-content { padding-bottom: 120px; }
.c-faq-title { color: #FFF; font-size: 48px; letter-spacing: .35em; text-align: center; margin-bottom: 80px; min-height: 2.2em; }
.c-faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid #1CFE92; }
.c-faq-item { border-bottom: 1px solid #1CFE92; padding: 30px 0; color: #FFF; }
.c-faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 18px; letter-spacing: 2.5px; cursor: pointer; outline: none; }
.c-faq-item summary::-webkit-details-marker { display: none; }
.c-plus { color: #1CFE92; font-size: 24px; transition: transform .3s ease; }
.c-faq-item[open] .c-plus { transform: rotate(45deg); }
.c-answer { font-size: 16px; line-height: 1.6; margin-top: 25px; opacity: .85; padding-right: 40px; white-space: pre-line; }

.c-main-footer { background: #FFF; padding: 60px 0; color: #060118; }
.c-footer-limit { max-width: 1285px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
@media (min-width: 1025px) { .c-footer-limit { padding: 0 64px; } }
.c-footer-notice h3 { font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.c-footer-notice p { font-size: 12px; line-height: 1.5; opacity: .8; }
.c-copy { font-size: 12px; font-weight: bold; letter-spacing: 1.5px; white-space: nowrap; }

/* ============ TESTIMONIALS ============ */
.ctf26-testimonials-section { background: #FFF !important; width: 100%; position: relative; padding: 100px 0 0; overflow: hidden; }
.testimonials-container { max-width: 1285px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1025px) { .testimonials-container { padding: 0 64px; } }
.testimonials-title { font-size: 32px !important; color: #060118 !important; letter-spacing: 8px !important; text-transform: uppercase !important; line-height: 1.4 !important; min-height: 3em; }
.testimonials-scroller-full-width { width: 100%; overflow: hidden; }
.video-testimonial-card { width: 340px; aspect-ratio: 9/16; position: relative; border-radius: 24px; overflow: hidden; cursor: pointer; flex-shrink: 0; background: #060118 !important; }
.video-testimonial-card video { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #060118 0%, rgba(6,1,24,0) 75%); opacity: .95; z-index: 10; transition: opacity .3s ease; }
.play-trigger { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 50; pointer-events: none; }
.play-trigger svg { background: #1CFE92 !important; border-radius: 50%; padding: 15px; box-shadow: 0 10px 40px rgba(0,0,0,.8); }
.video-info { position: absolute; bottom: 35px; left: 30px; right: 30px; z-index: 100; transition: opacity .3s ease; display: flex; flex-direction: column; gap: 4px; }
.author-name { color: #FFF !important; font-size: 18px !important; letter-spacing: 2px !important; }
.author-role { font-family: 'Roboto', sans-serif !important; color: #1CFE92 !important; font-size: 11px !important; }
.video-testimonial-card.playing .play-trigger,
.video-testimonial-card.playing .video-overlay,
.video-testimonial-card.playing .video-info { opacity: 0 !important; visibility: hidden; }
.testimonials-track { display: flex; gap: 24px; width: max-content; animation: infinite-scroll-testimonials 40s linear infinite; padding: 40px 0; }
.testimonials-track:hover { animation-play-state: paused; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .ctf-hero-module-wrapper { display: flex; flex-direction: column; min-height: auto; }
  .h-video-bg-container { position: relative !important; order: 3; height: 300px; }
  .h-hero-content { padding: 40px 24px 16px; gap: 0; }
  .h-content-top { order: 1; margin-bottom: 8px; }
  .h-desc-wrapper { order: 2; align-items: flex-start; margin-top: -10px; }
  .h-title { font-size: 28px; width: 100%; letter-spacing: .2em; }
  .h-description { font-size: 18px; text-align: left; color: #FFF !important; margin-top: 32px; }
  .h-icons-gif { display: none !important; }
  .h-keynotes-overlay { display: block !important; position: absolute; top: auto; bottom: 0; right: 0; width: 60%; max-width: 320px; }
  .h-icons-gif-mobile { display: block; width: 100%; max-height: 200px; object-fit: contain; margin-top: 16px; }

  .s-flex-wrapper { flex-direction: column; padding: 0 24px !important; }
  .s-sidebar-content { width: 100%; flex: none; padding-right: 0; margin-bottom: 40px; }
  .s-main-title { font-size: 24px !important; min-height: auto; }
  .s-gradient-mask { display: none; }

  .p-tier-row { flex-direction: column; }
  .p-tier-label { width: 100% !important; height: 60px; }
  .p-tier-content { flex-direction: column; }

  .c-floating-icon { display: none; }
  .c-tickets-title { font-size: 28px !important; letter-spacing: .2em; }
  .c-journey-title { font-size: 32px; min-height: auto; margin-bottom: 20px; }
  .c-tickets-grid { flex-direction: column; align-items: center; }
  .c-price-new { flex-wrap: wrap; }
  .c-parcel-text { margin-left: 0 !important; width: 100%; }
  .c-price-value { font-size: 36px !important; }
  .c-card { max-width: 100%; }
  .c-map-box { height: 350px; }

  .c-footer-limit { flex-direction: column; text-align: center; }
  .c-faq-title { font-size: 32px; letter-spacing: .2em; }
  .c-faq-list { padding: 0 16px; }
}
