:root {
  --lime: #d7ff4f;
  --lime-soft: #efffc0;
  --deep: #21003d;
  --purple: #6427d9;
  --violet: #9257ff;
  --blue: #3678e8;
  --orange: #ff6846;
  --ink: #18002e;
  --muted: #685c72;
  --paper: #fffdfb;
  --line: rgba(33, 0, 61, 0.14);
  --radius: 28px;
  --shadow: 0 22px 70px rgba(33, 0, 61, 0.15);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; max-width: 100%; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 12px 18px; background: #fff; border: 2px solid var(--deep); border-radius: 999px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; transition: .25s ease; }
.site-header.is-sticky { position: fixed; background: rgba(255,253,251,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: 0 8px 32px rgba(33,0,61,.06); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: block; height: 44px; width: auto; }
.brand-logo--footer { filter: brightness(0) invert(1); }
.brand-symbol { font-size: 26px; line-height: .82; letter-spacing: -.13em; font-weight: 900; width: 72px; }
.brand-copy { font-size: 10px; line-height: 1.08; font-weight: 700; text-transform: lowercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--deep); transition: .2s ease; }
.site-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--deep); margin: 7px 0; transition: .2s ease; }

.hero { min-height: 100vh; padding-top: 134px; background: var(--lime); overflow: hidden; }
.hero-grid { min-height: 730px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; padding-bottom: 72px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 14px; border: 1px solid currentColor; border-radius: 999px; color: #9b117f; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 22px 0 24px; font-size: clamp(54px, 5.6vw, 86px); line-height: .96; letter-spacing: -.055em; }
.hero h1 span, h2 span { color: var(--purple); }
.hero-lead { max-width: 640px; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 36px 0 44px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(120deg, var(--deep), var(--purple)); box-shadow: 0 12px 0 rgba(33,0,61,.12); }
.button-dark { color: #fff; background: var(--deep); }
.button-lime { color: var(--deep); background: var(--lime); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 14px; }
.button-large { min-height: 62px; padding-inline: 34px; }
.text-link { font-weight: 900; text-underline-offset: 5px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.hero-benefits li { display: grid; grid-template-columns: 18px 1fr; column-gap: 8px; }
.hero-benefits .dot { grid-row: 1 / 3; width: 14px; height: 14px; margin-top: 4px; border: 4px solid #fff; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 1px var(--purple); }
.hero-benefits strong { font-size: 15px; }
.hero-benefits small { grid-column: 2; margin-top: 4px; font-size: 12px; line-height: 1.35; }

.hero-visual { position: relative; min-height: 560px; isolation: isolate; }
.ai-core { position: absolute; z-index: 4; inset: 50% auto auto 50%; width: 244px; height: 244px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%, -50%) rotate(-4deg); border: 2px solid rgba(255,255,255,.75); border-radius: 38% 62% 51% 49% / 51% 38% 62% 49%; color: #fff; background: linear-gradient(145deg, var(--deep), var(--purple) 58%, var(--blue)); box-shadow: 0 32px 0 rgba(33,0,61,.11), var(--shadow); animation: morph 9s ease-in-out infinite; }
.core-kicker { font-size: 20px; letter-spacing: .25em; }
.ai-core strong { font-size: 48px; letter-spacing: -.06em; }
.ai-core small { margin-top: 5px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.orbit { position: absolute; inset: 50% auto auto 50%; border: 1px dashed rgba(33,0,61,.32); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 430px; height: 430px; animation: spin 28s linear infinite; }
.orbit-two { width: 540px; height: 540px; animation: spin 40s linear infinite reverse; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 13px 17px; border: 1px solid rgba(33,0,61,.13); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 12px 35px rgba(33,0,61,.14); font-size: 13px; animation: float 5s ease-in-out infinite; }
.float-card strong { font-size: 11px; line-height: 1.15; letter-spacing: -.01em; white-space: nowrap; }
.float-card span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #fff; background: var(--purple); font-weight: 900; }
.card-code { top: 9%; left: 3%; }
.card-data { top: 12%; right: 0; animation-delay: -.8s; }
.card-content { bottom: 13%; left: 0; animation-delay: -1.7s; }
.card-automation { bottom: 5%; right: 5%; animation-delay: -2.5s; }
.card-leadership { top: 46%; right: -3%; animation-delay: -3.2s; }
.quick-facts { color: #fff; background: var(--deep); }
.quick-facts-grid { min-height: 156px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 44px; }
.quick-facts p { margin: 0; font-size: 18px; line-height: 1.35; }
.quick-facts strong { color: var(--lime); }

.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
h2 { margin: 22px 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.problem-copy { padding-bottom: 8px; font-size: 19px; line-height: 1.7; }
.callout-line { padding: 18px 22px; border-left: 5px solid var(--purple); color: var(--purple); background: #f5f0ff; font-weight: 900; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 64px; }
.pain-grid article { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #faf8fc; }
.pain-grid article:nth-child(2) { background: #fff6eb; }
.pain-grid article:nth-child(3) { background: #eef8ff; }
.pain-grid article:nth-child(4) { background: #efffd8; }
.pain-grid article:nth-child(5) { background: #ffeef7; }
.pain-grid article:nth-child(6) { background: #e9f7ee; }
.pain-grid span { font-size: 12px; font-weight: 900; color: var(--purple); }
.pain-grid p { margin: 0; font-size: 17px; line-height: 1.45; font-weight: 800; }

.journey-section { color: #fff; background: var(--deep); }
.section-heading { max-width: 850px; margin-bottom: 64px; }
.section-heading p { max-width: 680px; font-size: 20px; line-height: 1.6; color: #cec3d5; }
.section-heading.dark p { color: var(--muted); }
.section-label.light { color: var(--lime); }
.journey-track { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 18px; align-items: stretch; }
.journey-phase { min-height: 500px; padding: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); overflow: hidden; }
.phase-one { color: var(--ink); background: var(--lime); }
.phase-two { background: linear-gradient(145deg, #6427d9, #361164); }
.phase-top { display: flex; align-items: center; justify-content: space-between; }
.phase-top span { padding: 7px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.phase-top strong { font-size: 27px; }
.phase-stairs { height: 120px; display: flex; align-items: end; margin: 30px 0 24px; }
.phase-stairs i { flex: 1; height: 25%; border: 1px solid rgba(33,0,61,.12); background: rgba(255,255,255,.24); }
.phase-stairs i:nth-child(2) { height: 40%; }.phase-stairs i:nth-child(3) { height: 58%; }.phase-stairs i:nth-child(4) { height: 78%; }.phase-stairs i:nth-child(5) { height: 100%; }
.journey-phase h3 { margin: 0 0 12px; font-size: 31px; }
.journey-phase p { font-size: 17px; line-height: 1.55; }
.journey-phase ul { padding: 0; list-style: none; }
.journey-phase li { padding: 11px 0; border-top: 1px solid currentColor; font-size: 14px; }
.journey-arrow { display: flex; align-items: center; justify-content: center; font-size: 46px; color: var(--lime); }
.journey-callout { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 34px; padding: 24px; border: 1px solid rgba(215,255,79,.5); border-radius: 20px; font-size: clamp(18px,2vw,26px); }
.journey-callout b { color: var(--lime); }

.curriculum-section { background: #f9f6fa; }
.section-heading.dark { color: var(--ink); }
.curriculum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.curriculum-card { position: relative; min-height: 610px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.card-lime { background: #ecffc0; }.card-violet { background: #eee8ff; }.card-blue { background: #e8f5ff; }
.card-number { position: absolute; top: 12px; right: 20px; color: rgba(33,0,61,.08); font-size: 94px; font-weight: 900; }
.card-kicker { margin: 0 0 12px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.curriculum-card h3 { max-width: 260px; margin: 0 0 38px; font-size: 32px; line-height: 1.1; }
.curriculum-card ol { margin: 0; padding: 0; list-style: none; }
.curriculum-card li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 17px 0; border-top: 1px solid rgba(33,0,61,.16); font-size: 15px; line-height: 1.4; }
.curriculum-card li span { color: var(--purple); font-size: 11px; font-weight: 900; }
.card-result { margin-top: auto; padding-top: 24px; font-size: 14px; line-height: 1.5; }
.responsible-banner { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; margin-top: 22px; padding: 24px 28px; border-radius: 22px; color: #fff; background: var(--deep); }
.responsible-banner > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; color: var(--deep); background: var(--lime); font-size: 26px; }
.responsible-banner strong { font-size: 19px; }.responsible-banner p { margin: 6px 0 0; color: #d7cde0; }

.projects-section { color: #fff; background: linear-gradient(135deg, #501395, var(--deep) 75%); overflow: hidden; }
.projects-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.projects-copy p { max-width: 540px; font-size: 19px; line-height: 1.65; color: #d9cce5; }
.project-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-stack article { padding: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.project-stack article:nth-child(1) { background: #efffc8; }
.project-stack article:nth-child(2) { background: #ffe8df; }
.project-stack article:nth-child(3) { background: #e8f3ff; }
.project-stack article:nth-child(4) { background: #ede4ff; }
.project-stack article:nth-child(5) { background: #fff2c2; }
.project-stack article:nth-child(6) { background: #d8fff0; }
.project-stack article:nth-child(7) { background: #ffe0f0; }
.project-stack article:nth-child(8) { background: #e0f0ff; }
.project-stack article span { display: block; color: var(--purple); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.project-stack article strong { display: block; margin: 12px 0; font-size: 22px; line-height: 1.2; }
.project-stack article small { color: var(--muted); }

.paths-section { background: #fff; }
.paths-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.path-card { min-height: 345px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.path-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.path-card:nth-child(1), .path-card:nth-child(2), .path-card:nth-child(3) { grid-column: span 2; }
.path-card:nth-child(4), .path-card:nth-child(5) { grid-column: span 3; }
.path-development { background: #eeeaff; }.path-data { background: #e6f7ff; }.path-marketing { background: #fff0ea; }.path-automation { background: #f0ffd7; }.path-leadership { background: #fff8dc; }
.path-card > span { align-self: end; color: rgba(33,0,61,.4); font-size: 12px; font-weight: 900; }
.path-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-top: -10px; border-radius: 16px; color: #fff; background: var(--purple); font-size: 20px; font-weight: 900; }
.path-card h3 { margin: 26px 0 12px; font-size: 26px; line-height: 1.1; }
.path-card p { margin: 0; font-size: 15px; line-height: 1.55; }
.path-card small { margin-top: auto; padding-top: 22px; color: var(--purple); font-weight: 900; line-height: 1.35; }
.choice-callout { margin-top: 26px; padding: 28px; border: 2px solid var(--purple); border-radius: 20px; text-align: center; font-size: clamp(19px, 2vw, 28px); }
.choice-callout p { margin: 0; }.choice-callout strong { color: var(--purple); }

.live-section { color: #fff; background: var(--deep); overflow-x: clip; }
.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.live-grid p { font-size: 18px; line-height: 1.65; color: #d9cce5; }
.live-visual { position: relative; min-height: 460px; padding: 54px 40px 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; background: linear-gradient(145deg, #38105e, #181028); box-shadow: 30px 30px 0 var(--lime); }
.live-badge { position: absolute; top: 18px; left: 22px; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; }
.live-badge i { width: 9px; height: 9px; border-radius: 50%; background: #ff5362; box-shadow: 0 0 0 5px rgba(255,83,98,.15); animation: pulse 1.5s infinite; }
.live-screen { height: 290px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.live-person { position: relative; border-radius: 16px; overflow: hidden; background: linear-gradient(160deg, var(--violet), #251040); }
.live-person::before { content: ""; position: absolute; left: 50%; top: 28%; width: 48px; height: 48px; border-radius: 50%; background: #ffc4a9; transform: translateX(-50%); }
.live-person::after { content: ""; position: absolute; left: 50%; bottom: -25px; width: 110px; height: 110px; border-radius: 50% 50% 0 0; background: var(--lime); transform: translateX(-50%); }
.person-two { background: linear-gradient(160deg, #264f9c, #10244b); }.person-two::after { background: #ff6846; }
.person-three { background: linear-gradient(160deg, #86413a, #3a1a18); }.person-three::after { background: #9257ff; }
.person-four { background: linear-gradient(160deg, #396858, #16342a); }.person-four::after { background: #4bb99a; }
.live-chat { display: flex; gap: 10px; margin-top: 20px; }
.live-chat i { display: block; height: 14px; flex: 1; border-radius: 999px; background: rgba(255,255,255,.14); }.live-chat i:nth-child(2) { flex: .55; }.live-chat i:nth-child(3) { flex: .3; background: var(--lime); }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }

.evolution-section { background: #f8f6f9; }
.evolution-steps { display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 22px; }
.evolution-steps article { display: flex; flex-direction: column; justify-content: end; padding: 30px; border-radius: 26px; background: var(--lime-soft); }
.evolution-one { min-height: 270px; }.evolution-two { min-height: 370px; background: #e3fa91 !important; }.evolution-three { min-height: 470px; background: var(--lime) !important; }
.evolution-steps span { margin-bottom: auto; font-size: 12px; font-weight: 900; }
.evolution-steps h3 { margin: 35px 0 10px; font-size: 36px; }.evolution-steps p { margin: 0; line-height: 1.5; }

.audience-section { color: #fff; background: linear-gradient(130deg, var(--purple), #401078); }
.audience-section h2 span { color: var(--lime); }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.audience-grid article { min-height: 260px; padding: 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(255,255,255,.08); }
.audience-grid span { color: var(--lime); font-size: 12px; font-weight: 900; }.audience-grid h3 { margin: 70px 0 12px; font-size: 24px; }.audience-grid p { margin: 0; color: #e0d5eb; line-height: 1.5; }
.audience-note { max-width: 900px; margin: 50px auto 0; text-align: center; font-size: 20px; line-height: 1.5; }.audience-note strong { color: var(--lime); }

.difference-section { background: #fff; }
.difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.difference-grid > div:first-child p { max-width: 480px; font-size: 18px; line-height: 1.6; }
.comparison { border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.comparison > div { display: grid; grid-template-columns: 1fr 1fr; }
.comparison span, .comparison strong { padding: 20px 24px; border-top: 1px solid var(--line); }
.comparison strong { color: var(--purple); background: #f4efff; }.comparison-head span, .comparison-head strong { border-top: 0; color: #fff; background: var(--deep); }

.faq-section { color: #fff; background: #18002e; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }.faq-intro p { color: #d0c4d8; font-size: 18px; line-height: 1.6; }
.faq-item { border-top: 1px solid rgba(255,255,255,.2); }
.faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.faq-item summary { list-style: none; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; color: #fff; font-size: 20px; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { display: grid; place-items: center; min-width: 34px; height: 34px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-style: normal; transition: transform .2s ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-answer { margin: 0 0 24px; color: #d0c4d8; line-height: 1.65; }
.faq-answer p { margin: 0; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.faq-item[open] .faq-answer { animation: faqReveal .25s ease; }

.teachers-section { background: #f8f6f9; }
.teachers-heading { position: relative; padding-left: 28px; }
.teachers-heading::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 6px; border-radius: 999px; background: linear-gradient(180deg, var(--lime), var(--purple) 52%, var(--deep)); }
.teachers-list { display: grid; gap: 26px; }
.teacher-card { display: grid; grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); align-items: stretch; min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.teacher-photo { position: relative; min-width: 0; background: #ece7f2; }
.teacher-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.teacher-photo--alan img { object-position: center 20%; }
.teacher-photo--pedro img { object-position: 55% 16%; }
.teacher-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(30px, 3.4vw, 48px); }
.teacher-title { --teacher-title-size: clamp(28px, 3.2vw, 40px); display: flex; align-items: baseline; gap: .34em; margin-bottom: 10px; font-size: var(--teacher-title-size); line-height: 1.06; letter-spacing: -.03em; }
.teacher-index { flex: 0 0 auto; color: var(--purple); font-size: inherit; font-weight: 900; line-height: inherit; letter-spacing: inherit; }
.teacher-name { margin: 0; min-width: 0; color: var(--ink); font-size: inherit; line-height: inherit; letter-spacing: inherit; }
.teacher-role { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--purple); font-size: clamp(15px, 1.35vw, 17px); font-weight: 800; line-height: 1.45; }
.teacher-bio { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.final-cta { padding: 110px 0; background: var(--lime); }
.final-cta--offer { padding: clamp(72px, 8vw, 110px) 0; overflow-x: clip; }
.final-cta-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 4vw, 48px); align-items: stretch; }
.final-cta-offer { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.final-cta-offer__title { margin: 0; max-width: min(520px, 100%); color: var(--deep); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.final-cta-offer__footnote { margin: 0; max-width: 34ch; color: var(--muted); font-size: 14px; line-height: 1.45; }

.promo-bar { display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 18px; box-sizing: border-box; width: fit-content; max-width: 100%; padding: 18px 22px; border-radius: 999px; color: #fff; background: linear-gradient(120deg, var(--deep), var(--purple)); box-shadow: 0 18px 40px rgba(33, 0, 61, .18); overflow: visible; }
.promo-bar__left { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 0 0 auto; }
.promo-bar__date { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.3; color: rgba(255,255,255,.88); }
.promo-bar__discount { margin: 0; font-size: clamp(28px, 4vw, 40px); font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.promo-bar__divider { width: 1px; height: 58px; background: rgba(255,255,255,.24); flex-shrink: 0; }
.promo-bar__timer { display: flex; align-items: center; gap: 12px; box-sizing: border-box; width: auto; min-width: 0; flex: 0 0 auto; }
.promo-bar__timer-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 20px; flex: 0 0 auto; }
.promo-countdown { display: flex; align-items: center; justify-content: flex-start; gap: 6px; box-sizing: border-box; width: auto; min-width: 0; flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.promo-countdown__unit { display: flex; flex-direction: column; align-items: center; gap: 2px; flex: 0 0 auto; min-width: 2.6ch; font-size: clamp(22px, 3vw, 30px); font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.promo-countdown__unit span { display: block; width: 100%; text-align: center; }
.promo-countdown__unit small { display: block; width: 100%; max-width: 100%; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; text-align: center; color: rgba(255,255,255,.72); }
.promo-countdown__sep { flex: 0 0 auto; font-size: clamp(20px, 2.8vw, 28px); font-weight: 900; line-height: 1; color: rgba(255,255,255,.72); }

.pricing-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 24px; align-items: center; }
.pricing-layout__main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; min-width: 0; }
.pricing-layout__aside { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.pricing-column { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.pricing-label { color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.2; }
.pricing-installments { color: var(--deep); font-size: 15px; font-weight: 800; line-height: 1.2; }
.pricing-value { color: var(--deep); font-size: clamp(28px, 3.6vw, 38px); font-weight: 900; line-height: 1; letter-spacing: -.03em; white-space: nowrap; }
.pricing-value--highlight { color: var(--purple); font-size: clamp(34px, 4.5vw, 48px); }
.pricing-value s { text-decoration-thickness: 2px; opacity: .82; }
.pricing-entry-seal { display: grid; place-items: center; width: clamp(96px, 12vw, 118px); height: clamp(96px, 12vw, 118px); padding: 10px; border-radius: 50% 46% 52% 48% / 48% 52% 46% 50%; color: #fff; background: var(--purple); text-align: center; box-shadow: 0 16px 34px rgba(100, 39, 217, .24); }
.pricing-entry-seal strong { display: block; font-size: clamp(24px, 3vw, 30px); line-height: 1; letter-spacing: -.03em; }
.pricing-entry-seal span { display: block; margin-top: 4px; font-size: 12px; font-weight: 800; line-height: 1.15; }
.pricing-total { display: flex; flex-direction: column; gap: 6px; min-width: 0; text-align: center; }
.pricing-total__value { color: var(--deep); font-size: clamp(24px, 3vw, 32px); font-weight: 900; line-height: 1; letter-spacing: -.03em; }

.final-cta-form-panel { position: relative; min-width: 0; padding: 28px 28px 32px; border-radius: 28px; color: #fff; background: linear-gradient(165deg, #5b2d91 0%, #2a0054 52%, #21003d 100%); box-shadow: 0 28px 70px rgba(33, 0, 61, .22); overflow-x: clip; }

.offer-block { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.offer-block--modal { margin: 0 0 18px; }
.offer-badge { display: inline-flex; align-items: center; padding: 7px 14px; border: 2px solid var(--deep); border-radius: 999px; background: #fff; color: var(--deep); font-size: 13px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.offer-block--modal .offer-badge { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; }
.offer-pricing { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 8px 14px; margin: 0; font-size: 18px; line-height: 1.3; }
.offer-from { color: var(--muted); font-weight: 700; }
.offer-from s { color: inherit; opacity: .85; text-decoration-thickness: 2px; }
.offer-to { color: var(--deep); font-weight: 800; }
.offer-to strong { font-size: clamp(34px, 6vw, 48px); font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.offer-block--modal .offer-from { color: rgba(255,255,255,.72); }
.offer-block--modal .offer-to { color: #fff; }
.cta-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 34px; }.cta-meta span { padding: 9px 13px; border: 1px solid var(--deep); border-radius: 999px; font-size: 13px; font-weight: 800; }

.site-footer { padding: 65px 0 28px; color: #fff; background: #0f001c; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr .5fr; align-items: center; gap: 40px; }.footer-grid p { color: #c8bdce; line-height: 1.55; }.footer-grid > a { justify-self: end; color: var(--lime); font-weight: 900; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8f819a; }

.enroll-dialog { padding: 28px 28px 32px; }
.final-cta-form-panel.enroll-dialog { padding: 28px 28px 32px; }
.enroll-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.88); }
.enroll-meta__spots { display: inline-flex; align-items: center; gap: 6px; }
.enroll-info { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(255,255,255,.18); font-style: normal; font-size: 11px; font-weight: 800; }
.enroll-title { margin: 0 0 22px; font-size: clamp(28px, 5vw, 34px); line-height: 1.08; letter-spacing: -.02em; color: #fff; }

.enroll-form { display: flex; flex-direction: column; gap: 12px; }
.enroll-field { position: relative; }
.enroll-field input { width: 100%; min-height: 52px; padding: 14px 16px; border: 0; border-radius: 10px; background: #fff; color: #1a1a1a; font-size: 15px; }
.enroll-field input::placeholder { color: #8a8a8a; }
.enroll-field input:focus { outline: 3px solid rgba(215,255,79,.55); outline-offset: 0; }
.enroll-field--phone { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: stretch; }
.enroll-field--phone .field-error { grid-column: 1 / -1; }
.phone-prefix { display: inline-flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 14px; border-radius: 10px; background: #fff; color: #1a1a1a; font-size: 14px; font-weight: 700; white-space: nowrap; }
.phone-flag { font-size: 18px; line-height: 1; }
.enroll-field .field-error { display: none; margin-top: 6px; font-size: 12px; color: #ffd4d4; }
.enroll-field .field-error[data-show="true"] { display: block; }
.enroll-field[data-invalid="true"] input { box-shadow: inset 0 0 0 2px #ff6a6a; }

.enroll-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 4px; }
.enroll-consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: #3b72c0; }
.enroll-consent label { margin: 0; font-size: 12px; line-height: 1.45; font-weight: 400; color: rgba(255,255,255,.82); }
.enroll-consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

.enroll-submit { width: 100%; min-height: 54px; margin-top: 8px; border: 0; border-radius: 999px; background: #3b72c0; color: #fff; font-size: 16px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.enroll-submit:hover { transform: translateY(-1px); filter: brightness(1.05); }
.enroll-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.enroll-form .form-status { display: none; margin-top: 10px; padding: 12px 14px; border-radius: 10px; font-size: 14px; line-height: 1.45; }
.enroll-form .form-status[data-show="true"] { display: block; }
.enroll-form .form-status--ok { background: rgba(255,255,255,.14); color: #efffc0; }
.enroll-form .form-status--err { background: rgba(255,106,106,.16); color: #ffd4d4; }
.enroll-form .form-status--loading { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }
.field--hp { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }

[data-reveal] { opacity: 1; transform: none; }
.js-enabled [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes morph { 0%,100% { border-radius: 38% 62% 51% 49% / 51% 38% 62% 49%; } 50% { border-radius: 58% 42% 38% 62% / 42% 58% 42% 58%; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes pulse { 50% { opacity: .45; } }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .section { padding: 84px 0; }
  .hero-grid, .problem-grid, .projects-grid, .live-grid, .difference-grid, .faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-grid { padding-top: 35px; }
  .hero-visual { min-height: 500px; }
  .quick-facts-grid { grid-template-columns: repeat(2,1fr); padding-block: 28px; }
  .pain-grid, .audience-grid { grid-template-columns: repeat(2,1fr); }
  .curriculum-grid { grid-template-columns: 1fr; }.curriculum-card { min-height: auto; }
  .journey-track { grid-template-columns: 1fr; }.journey-arrow { transform: rotate(90deg); }.journey-phase { min-height: 450px; }
  .paths-grid { grid-template-columns: 1fr 1fr; }.path-card:nth-child(n) { grid-column: auto; }
  .evolution-steps { grid-template-columns: 1fr; }.evolution-one,.evolution-two,.evolution-three { min-height: 260px; }
  .faq-intro { position: static; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid p { grid-column: 1 / -1; grid-row: 2; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 32px; }
  .final-cta-offer__title { max-width: none; }
  .teacher-card { grid-template-columns: 1fr; min-height: 0; }
  .teacher-photo { aspect-ratio: 4 / 3; }

  .pricing-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .pricing-layout__main,
  .pricing-layout__aside {
    display: contents;
  }

  .pricing-column--discount {
    grid-column: 1;
    grid-row: 1;
  }

  .pricing-column--original {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    text-align: left;
  }

  .pricing-entry-seal {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-inline: 0;
  }

  .pricing-total {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    justify-self: stretch;
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --container: calc(100% - 28px);
    --radius: 22px;
    --header-height: 76px;
  }

  section[id],
  .final-cta[id] {
    scroll-margin-top: calc(var(--header-height) + 12px);
  }

  .site-header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    padding-top: env(safe-area-inset-top, 0px);
  }

  .site-header:has(.site-nav.is-open) {
    background: var(--lime);
    border-bottom: 1px solid rgba(33, 0, 61, 0.08);
  }

  .site-header.is-sticky {
    position: fixed;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand-logo {
    height: 34px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 210;
    width: 44px;
    height: 44px;
    padding: 0;
    flex-shrink: 0;
  }

  .menu-toggle span:not(.sr-only) {
    width: 22px;
    margin: 5px 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav:not(.is-open) {
    pointer-events: none;
  }

  .site-nav {
    position: fixed;
    z-index: 205;
    inset-inline: 0;
    top: calc(var(--header-height) + env(safe-area-inset-top, 0px));
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-height: calc(100dvh - var(--header-height) - env(safe-area-inset-top, 0px));
    height: auto;
    max-height: calc(100dvh - var(--header-height) - env(safe-area-inset-top, 0px));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 24px calc(24px + env(safe-area-inset-bottom, 0px));
    background: var(--lime);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0s linear 0.3s;
  }

  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.3s ease;
  }

  .site-nav > a {
    padding: 14px 0;
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.25;
    border-bottom: 1px solid rgba(33, 0, 61, 0.08);
  }

  .site-nav > a:last-of-type {
    border-bottom: 0;
  }

  .site-nav .button {
    width: 100%;
    margin-top: 16px;
    flex-shrink: 0;
  }

  .hero {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 20px);
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 50px;
  }

  .hero h1 {
    font-size: clamp(49px, 15vw, 66px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
    overflow: hidden;
    max-width: 100%;
  }

  .orbit-two {
    width: 340px;
    height: 340px;
  }

  .orbit-one {
    width: 260px;
    height: 260px;
  }

  .ai-core {
    width: 170px;
    height: 170px;
  }

  .ai-core strong {
    font-size: 34px;
  }

  .float-card strong {
    white-space: normal;
  }

  .float-card {
    padding: 9px 11px;
    font-size: 11px;
  }

  .float-card span {
    width: 25px;
    height: 25px;
  }

  .float-card strong {
    font-size: 9px;
  }

  .card-leadership {
    right: 0;
  }

  .quick-facts-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .quick-facts p {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .audience-section .section-heading {
    margin-bottom: 28px;
  }

  .audience-section h2 {
    font-size: clamp(28px, 8.2vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .audience-note {
    margin-top: 28px;
    font-size: 18px;
  }

  .pain-grid,
  .audience-grid,
  .paths-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid article {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px 20px;
  }

  .pain-grid span {
    flex-shrink: 0;
    min-width: 24px;
    margin-bottom: 0;
    line-height: 1.45;
  }

  .pain-grid p {
    flex: 1;
    min-width: 0;
  }

  .audience-grid article {
    min-height: 0;
    padding: 20px 22px;
  }

  .audience-grid h3 {
    margin: 14px 0 10px;
    font-size: clamp(20px, 5.5vw, 24px);
  }

  .journey-phase {
    min-height: 0;
    padding: 22px 20px;
  }

  .phase-stairs {
    height: 72px;
    margin: 18px 0 16px;
  }

  .journey-phase h3 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.15;
  }

  .journey-phase p {
    font-size: 16px;
  }

  .journey-phase li {
    padding: 10px 0;
  }

  .journey-callout {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .journey-callout b {
    transform: rotate(90deg);
  }

  .curriculum-card {
    padding: 26px;
  }

  .responsible-banner {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    gap: 20px;
  }

  .project-stack {
    grid-template-columns: 1fr;
  }

  .project-stack article {
    padding: 18px 20px;
  }

  .project-stack article strong {
    margin: 8px 0;
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.25;
  }

  .path-card {
    min-height: 310px;
  }

  .live-grid {
    gap: 70px;
    overflow-x: clip;
    padding-right: 14px;
    padding-bottom: 14px;
  }

  .live-visual {
    min-height: 390px;
    max-width: 100%;
    padding: 54px 18px 20px;
    box-shadow: 14px 14px 0 var(--lime);
  }

  .live-screen {
    height: 245px;
  }

  .evolution-steps article {
    min-height: 0;
    justify-content: flex-start;
    padding: 22px 24px;
  }

  .evolution-steps span {
    margin-bottom: 0;
  }

  .evolution-steps h3 {
    margin: 18px 0 8px;
    font-size: clamp(26px, 7vw, 32px);
  }

  .comparison span,
  .comparison strong {
    padding: 14px 10px;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .faq-item summary {
    font-size: 17px;
  }

  .teachers-heading {
    padding-left: 20px;
  }

  .teachers-heading::before {
    width: 5px;
  }

  .teachers-list {
    gap: 20px;
  }

  .teacher-photo {
    aspect-ratio: 5 / 4;
  }

  .teacher-content {
    padding: 26px 22px 30px;
  }

  .teacher-title {
    --teacher-title-size: clamp(26px, 7vw, 32px);
    margin-bottom: 8px;
  }

  .teacher-role {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .teacher-bio {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid p {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-grid > a {
    justify-self: start;
  }

  .enroll-dialog {
    padding: 24px 20px 28px;
  }

  .final-cta-form-panel.enroll-dialog {
    padding: 24px 20px 28px;
  }

  .final-cta--offer {
    padding: 64px 0 72px;
  }

  .promo-bar {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    padding: 18px 14px;
    border-radius: 24px;
    overflow: visible;
  }

  .promo-bar__divider {
    display: none;
  }

  .promo-bar__timer {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .promo-bar__timer-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .promo-countdown {
    justify-content: space-between;
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 44px);
    min-width: 0;
    gap: 2px;
  }

  .promo-countdown__unit {
    flex: 1 1 0;
    min-width: 0;
    font-size: clamp(16px, 4.5vw, 22px);
  }

  .promo-countdown__unit small {
    font-size: 7px;
    letter-spacing: 0.02em;
  }

  .promo-countdown__sep {
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .enroll-title {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .hero-visual { min-height: 360px; }
  .orbit-two { width: 250px; height: 250px; }.orbit-one { width: 190px; height: 190px; }
  .ai-core { width: 130px; height: 130px; }.ai-core strong { font-size: 26px; }.core-kicker { font-size: 13px; }.ai-core small { font-size: 8px; }
  .card-content, .card-leadership { display: none; }
  .float-card { padding: 7px 9px; font-size: 10px; }.float-card span { width: 22px; height: 22px; border-radius: 7px; }
  .offer-block--cta { margin-bottom: 22px; }
  .offer-pricing { font-size: 16px; }
  .offer-to strong { font-size: clamp(30px, 9vw, 40px); }
  .final-cta-form-panel.enroll-dialog { padding: 22px 16px 26px; }
  .pricing-entry-seal { margin-inline: 0; }
  .pricing-total { text-align: left; }
  .promo-countdown {
    max-width: calc(100% - 40px);
    gap: 1px;
  }

  .promo-countdown__unit {
    font-size: clamp(15px, 4.8vw, 20px);
  }

  .promo-countdown__unit small {
    font-size: 6px;
  }

  .promo-countdown__sep {
    font-size: 14px;
  }
  .enroll-title { font-size: 24px; }
  .enroll-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-enabled [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header,.hero-actions,.menu-toggle,.final-cta,.site-footer { display: none !important; }
  .hero { min-height: 0; padding-top: 30px; }.section { padding: 35px 0; } * { box-shadow: none !important; }
}
