:root {
  --ink: #111318;
  --ink-soft: #3f4652;
  --muted: #69707c;
  --line: #e7e8eb;
  --paper: #ffffff;
  --wash: #f6f7f9;
  --orange: #ff641f;
  --orange-dark: #db4504;
  --orange-pale: #fff1e9;
  --purple: #5e35b1;
  --green: #19a15f;
  --night: #0b0d12;
  --night-soft: #151922;
  --gold: #ffad73;
  --display: "Bricolage Grotesque", "DM Sans", sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: #fbfaf8; font-family: var(--body); line-height: 1.6; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: #fff; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }

.topbar { position: sticky; top: 0; z-index: 40; color: #fff; background: rgba(11,13,18,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font: 700 .78rem/1.2 var(--display); letter-spacing: .04em; }
.brand img { width: 114px; height: 42px; object-fit: cover; border-radius: 8px; }
.affiliate-link { flex: none; padding: .7rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-weight: 700; font-size: .75rem; text-decoration: none; background: rgba(255,255,255,.07); }

.hero { overflow: hidden; position: relative; padding: 3.2rem 0 3rem; color: #fff; background: radial-gradient(circle at 88% 10%, rgba(255,100,31,.22), transparent 30%), radial-gradient(circle at 10% 95%, rgba(94,53,177,.16), transparent 28%), linear-gradient(145deg, #0b0d12 0%, #151922 56%, #0d1016 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero::after { content: ""; position: absolute; width: 19rem; height: 19rem; right: -9rem; bottom: -10rem; border-radius: 50%; border: 1px solid rgba(255,173,115,.32); box-shadow: 0 0 0 2.7rem rgba(255,100,31,.04), 0 0 0 5.4rem rgba(255,100,31,.025); }
.hero-grid { display: grid; gap: 2rem; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-pale); }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.07; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(2.45rem, 9vw, 5.4rem); }
h1 span { color: var(--orange); }
.hero-copy { max-width: 720px; margin: 1.25rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 2vw, 1.18rem); }
.event-chips { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; margin: 1.5rem 0; }
.event-chip { display: flex; align-items: center; gap: .65rem; padding: .8rem; border-radius: 14px; color: rgba(255,255,255,.64); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); font-size: .82rem; box-shadow: 0 16px 34px rgba(0,0,0,.13); backdrop-filter: blur(10px); }
.event-chip strong { display: block; font-size: .88rem; }
.event-chip strong { color: #fff; }
.chip-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: none; border-radius: 9px; background: rgba(255,100,31,.16); }
.button-row { display: flex; flex-direction: column; align-items: stretch; gap: .75rem; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 0; border-radius: 14px; padding: .85rem 1.2rem; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 13px 28px rgba(255,100,31,.25); }
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(255,100,31,.33); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); }
.btn-whatsapp { color: #fff; background: var(--green); box-shadow: 0 13px 28px rgba(25,161,95,.22); }
.micro { margin: .7rem 0 0; color: var(--muted); font-size: .78rem; }
.hero .micro { color: rgba(255,255,255,.5); }

.hero-visual { position: relative; padding: .6rem; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; overflow: hidden; background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 36px 90px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.portrait-frame { min-height: 360px; position: relative; border-radius: 23px; overflow: hidden; background: #eadff0; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(11,13,18,.62), transparent 48%); }
.hero-visual img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: 62% center; }
.hero-visual img.presenter-image { object-position: center 38%; }
.session-card { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(16,13,24,.84); backdrop-filter: blur(14px); }
.session-card small { color: #ffb58f; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.session-card strong { display: block; margin-top: .25rem; font: 700 1.25rem var(--display); }
.session-card span { display: block; margin-top: .25rem; color: rgba(255,255,255,.72); font-size: .82rem; }
.presenter-profile { padding: 1.25rem 1.1rem 1rem; }
.presenter-kicker { display: block; margin-bottom: .35rem; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.presenter-profile h2 { color: #fff; font-size: clamp(1.8rem, 5vw, 2.4rem); }
.presenter-profile > p { margin: .65rem 0 1rem; color: rgba(255,255,255,.68); font-size: .9rem; }
.presenter-details { border-top: 1px solid rgba(255,255,255,.12); }
.presenter-details summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0 .25rem; color: #fff; font-size: .82rem; font-weight: 800; cursor: pointer; list-style: none; }
.presenter-details summary::-webkit-details-marker { display: none; }
.presenter-details summary span { width: 25px; height: 25px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--gold); transition: transform .2s ease; }
.presenter-details[open] summary span { transform: rotate(45deg); }
.presenter-details-copy { padding-top: .75rem; color: rgba(255,255,255,.68); font-size: .83rem; }
.presenter-details-copy p { margin: 0 0 .7rem; }
.presenter-details-copy ul { margin: 0 0 .85rem; padding-left: 1.1rem; }
.presenter-details-copy li + li { margin-top: .35rem; }
.presenter-details-copy strong { color: #fff; }
.presenter-quote { margin: .9rem 0 0; padding: .85rem .9rem; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; color: #fff; background: rgba(255,255,255,.06); font-style: italic; }
.presenter-note { padding: .75rem; border-radius: 12px; color: #fff !important; background: rgba(255,100,31,.13); }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.12); }
.trust-item { min-height: 94px; display: grid; align-content: center; gap: .15rem; padding: 1rem; background: var(--ink); }
.trust-item strong { font: 700 .9rem var(--display); }
.trust-item span { color: rgba(255,255,255,.58); font-size: .74rem; }

.section { padding: 4.8rem 0; }
.section-soft { background: var(--wash); }
.section-dark { color: #fff; background: var(--ink); }
.section-head { max-width: 680px; margin-bottom: 2rem; }
.section-label { display: block; margin-bottom: .65rem; color: var(--orange-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .section-label { color: #ff9866; }
.section h2 { font-size: clamp(2rem, 7vw, 3.7rem); }
.section-head p { margin: .85rem 0 0; color: var(--muted); }
.section-dark .section-head p { color: rgba(255,255,255,.65); }
.cards { display: grid; gap: .9rem; }
.learn-card, .audience-card { padding: 1.25rem; border: 1px solid rgba(17,19,24,.08); border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(17,19,24,.045); }
.learn-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: .9rem; border-radius: 10px; color: var(--orange-dark); background: var(--orange-pale); font-weight: 800; }
.learn-card h3, .audience-card h3 { font-size: 1.12rem; letter-spacing: -.02em; }
.learn-card p, .audience-card p { margin: .5rem 0 0; color: var(--muted); font-size: .9rem; }
.audience-card { display: flex; gap: .85rem; align-items: flex-start; }
.check { flex: none; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: .75rem; font-weight: 800; }

.online-training { overflow: hidden; color: #fff; background: radial-gradient(circle at 100% 0, rgba(255,100,31,.18), transparent 28%), var(--night); }
.online-training .section-label { color: var(--gold); }
.online-training .section-head { margin-bottom: 0; }
.online-training .section-head p { color: rgba(255,255,255,.6); }
.online-heading { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.carousel-controls { display: flex; gap: .55rem; }
.carousel-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 1.1rem; cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease; }
.carousel-arrow:hover { color: var(--night); background: var(--gold); transform: translateY(-2px); }
.video-carousel { position: relative; }
.video-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.video-track::-webkit-scrollbar { display: none; }
.video-slide { scroll-snap-align: start; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: var(--night-soft); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-copy { padding: 1.35rem; }
.video-index { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.video-copy h3 { margin-top: .55rem; font-size: clamp(1.45rem, 5vw, 2.1rem); }
.video-copy p { margin: .7rem 0 1rem; color: rgba(255,255,255,.62); font-size: .9rem; }
.video-youtube-link { color: #fff; font-size: .82rem; font-weight: 800; text-decoration-color: rgba(255,173,115,.55); text-underline-offset: .28rem; }
.carousel-status { display: flex; align-items: center; gap: .5rem; margin-top: 1.2rem; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.25); cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dot.is-active { width: 28px; background: var(--orange); }
.carousel-status span { margin-left: .4rem; color: rgba(255,255,255,.48); font-size: .74rem; }
.carousel-status strong { color: #fff; }

.event-layout { display: grid; gap: 1.4rem; }
.event-panel { padding: 1.4rem; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #272932, #101116); }
.event-date { padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.event-date .month { color: #ff9866; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.event-date .day { display: block; margin: .4rem 0; font: 800 clamp(2.1rem,10vw,4.4rem)/1 var(--display); }
.event-meta { display: grid; gap: .8rem; padding-top: 1.25rem; }
.event-meta div { display: flex; justify-content: space-between; gap: 1rem; font-size: .86rem; }
.event-meta span { color: rgba(255,255,255,.55); }
.time-panel { align-self: start; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(17,19,24,.08); }
.time-summary { display: grid; grid-template-columns: auto 1fr auto; gap: .85rem; align-items: center; padding: 1.25rem; cursor: pointer; list-style: none; transition: background .2s ease; }
.time-summary::-webkit-details-marker { display: none; }
.time-summary:hover { background: var(--wash); }
.time-summary:focus-visible { outline: 3px solid rgba(255,100,31,.28); outline-offset: -3px; }
.time-summary-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--orange-pale); font-size: 1.35rem; }
.time-summary small, .time-summary strong, .time-summary em { display: block; }
.time-summary small { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.time-summary strong { margin-top: .12rem; color: var(--ink); font-size: .96rem; }
.time-summary em { margin-top: .18rem; color: var(--orange-dark); font-size: .74rem; font-style: normal; font-weight: 800; }
.time-summary-toggle { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-size: 1.25rem; transition: transform .2s ease, color .2s ease, background .2s ease; }
.time-panel[open] .time-summary-toggle { color: #fff; background: var(--orange); transform: rotate(45deg); }
.time-panel-content { padding: 1.2rem 1.25rem 1.25rem; border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fffaf7); }
.time-panel h3 { margin-bottom: 1rem; font-size: 1.25rem; }
.time-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; }
.time-item { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "flag city" "flag hour"; column-gap: .65rem; align-items: center; min-width: 0; padding: .75rem; border: 1px solid transparent; border-radius: 12px; background: var(--wash); }
.time-flag { grid-area: flag; font-size: 1.45rem; line-height: 1; }
.time-city { grid-area: city; overflow: hidden; color: var(--muted); font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.time-item strong { grid-area: hour; font-size: .86rem; }

.register-layout { display: grid; gap: 2rem; }
.register-intro .step-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.step { display: flex; gap: .9rem; align-items: flex-start; }
.step b { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: var(--orange); border: 1px solid rgba(255,100,31,.35); border-radius: 50%; }
.step p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.step strong { display: block; color: #fff; }
.form-card { padding: 1rem; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; padding: .3rem; border-radius: 12px; background: var(--wash); }
.tab { border: 0; border-radius: 9px; padding: .75rem .5rem; color: var(--muted); background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.tab[aria-selected="true"] { color: var(--ink); background: #fff; box-shadow: 0 5px 14px rgba(17,19,24,.08); }
.form-pane { padding: 1.25rem .25rem .25rem; }
.form-pane h3 { font-size: 1.45rem; }
.form-pane > p { margin: .45rem 0 1.2rem; color: var(--muted); font-size: .86rem; }
.field-grid { display: grid; gap: .9rem; }
.field { display: grid; gap: .36rem; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 49px; padding: .75rem .85rem; color: var(--ink); border: 1px solid #dcdfe4; border-radius: 11px; background: #fff; outline: none; }
.field input:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,100,31,.12); }
.honeypot { position: absolute !important; left: -9999px !important; }
.consents { display: grid; gap: .8rem; margin: 1rem 0; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; color: var(--ink-soft); font-size: .76rem; }
.consent input { width: 18px; height: 18px; margin: .12rem 0 0; accent-color: var(--orange); }
.form-card .btn { width: 100%; }
.form-status { min-height: 1.4rem; margin: .65rem 0 0; color: #a33709; font-size: .78rem; }
.privacy-note { text-align: center; color: var(--muted); font-size: .7rem; }
.privacy-summary { margin: 1rem 0 0; padding: .9rem; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: var(--wash); font-size: .7rem; line-height: 1.55; }
.privacy-summary strong { color: var(--ink); }
.privacy-summary a { color: var(--orange-dark); font-weight: 700; }

.success { padding: 1.2rem .25rem .25rem; text-align: center; }
.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 1rem; color: #fff; background: var(--green); border-radius: 50%; font-size: 1.5rem; }
.success h3 { font-size: 1.85rem; }
.success p { color: var(--muted); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border: 0; color: var(--ink); background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question span:last-child { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { margin: -.4rem 0 1.2rem; color: var(--muted); font-size: .9rem; }

.final-cta { padding: 4rem 0; text-align: center; background: var(--orange-pale); }
.final-cta h2 { font-size: clamp(2.1rem, 8vw, 4rem); }
.final-cta p { margin: .8rem auto 1.4rem; max-width: 610px; color: var(--muted); }
.final-cta .btn { width: min(100%, 360px); }
footer { padding: 2rem 0 6rem; color: var(--muted); font-size: .75rem; text-align: center; }
.mobile-cta { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 35; }

@media (max-width: 519px) {
  .brand span { display: none; }
  .brand img { width: 102px; height: 38px; }
  .affiliate-link { padding: .62rem .7rem; font-size: .68rem; }
  .time-grid { grid-template-columns: 1fr; }
}

@media (min-width: 680px) {
  .container { width: min(1120px, calc(100% - 3rem)); }
  .button-row { flex-direction: row; align-items: center; }
  .event-chips { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .cards.learn { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cards.audience { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .field-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .time-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .online-heading { flex-direction: row; align-items: end; justify-content: space-between; }
  .video-slide { display: grid; grid-template-columns: 1.3fr .7fr; align-items: stretch; }
  .video-frame { aspect-ratio: auto; min-height: 390px; }
  .video-copy { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
}

@media (min-width: 900px) {
  .topbar-inner { min-height: 78px; }
  .affiliate-link { font-size: .82rem; }
  .hero { padding: 5.4rem 0 4.8rem; }
  .hero-grid { grid-template-columns: 1.08fr .82fr; align-items: center; gap: 3.5rem; }
  .portrait-frame, .hero-visual img { min-height: 500px; }
  .cards.learn { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cards.audience { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .event-layout { grid-template-columns: .72fr 1.28fr; align-items: stretch; }
  .register-layout { grid-template-columns: .85fr 1.15fr; align-items: start; gap: 4rem; }
  .form-card { padding: 1.25rem; }
  .mobile-cta { display: none; }
  footer { padding-bottom: 2rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
