@font-face { font-family: "Passion One"; src: url("assets/passion-one-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Passion One"; src: url("assets/passion-one-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-400.woff2") format("woff2"); font-weight: 400 900; font-display: swap; }

:root {
  --orange: #f07e33;
  --orange-bright: #ff6201;
  --purple: #5f4a99;
  --purple-deep: #140021;
  --pink: #e72471;
  --yellow: #dbdb00;
  --offwhite: #e5e4e3;
  --white: #ffffff;
  --black: #23272a;
  --muted: rgba(35, 39, 42, .68);
  --dark-muted: rgba(229, 228, 227, .76);
  --border: rgba(35, 39, 42, .16);
  --container: 1170px;
  --radius-card: 24px;
  --radius-button: 999px;
  --shadow-sm: 0 8px 24px rgba(35, 39, 42, .12);
  --shadow-md: 0 18px 50px rgba(35, 39, 42, .2);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--offwhite); color: var(--black); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Passion One", sans-serif; font-weight: 400; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(54px, 6.8vw, 102px); letter-spacing: -.01em; text-transform: uppercase; }
h2 { font-size: clamp(42px, 5vw, 72px); text-transform: uppercase; }
h3 { font-size: clamp(30px, 3vw, 44px); text-transform: uppercase; }
.container { width: min(calc(100% - 48px), var(--container)); max-width: 100%; margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--yellow); color: var(--black); transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.desktop-only { display: inline; }
.orange-text { color: var(--orange-bright); }

.ticker { position: relative; z-index: 4; overflow: hidden; border-block: 1px solid #dadada; background: var(--white); color: var(--black); }
.ticker__track { display: flex; width: max-content; min-height: 72px; align-items: center; animation: ticker-move 28s linear infinite; }
.ticker__track span { display: inline-flex; align-items: center; gap: 10px; padding-inline: 54px; font-size: 20px; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; }
.ticker__track span::first-letter { color: var(--orange-bright); }
.ticker__track span { color: var(--orange-bright); }
.ticker__track b { color: var(--black); }
@keyframes ticker-move { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero { position: relative; isolation: isolate; min-height: 940px; overflow: hidden; background: linear-gradient(160deg, #050008 0%, #140021 47%, #2a0b4b 100%); color: var(--white); text-align: center; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(95, 74, 153, .25), transparent 36%), linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%); content: ""; }
.hero::after { position: absolute; z-index: -1; right: -20%; bottom: -22%; width: 80%; height: 64%; border: 2px solid rgba(231, 36, 113, .11); border-radius: 50%; content: ""; transform: rotate(-16deg); }
.hero__dashboard { position: absolute; z-index: -1; right: -6%; bottom: -11%; width: 52%; max-width: 820px; opacity: .15; filter: saturate(1.5) contrast(1.2); transform: rotate(-8deg); mask-image: linear-gradient(to left, #000, transparent 88%); }
.hero__inner { position: relative; display: flex; min-height: 940px; flex-direction: column; align-items: center; padding-block: 78px 108px; }
.hero__logo { width: 205px; height: auto; margin-bottom: 50px; }
.hero h1 { max-width: 1120px; margin-bottom: 22px; color: var(--white); }
.hero h1 span { color: var(--orange-bright); }
.hero__inner > p { max-width: 960px; margin-bottom: 32px; color: rgba(255, 255, 255, .86); font-size: 18px; }
.video-frame { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-card); background: #100817; box-shadow: 0 28px 80px rgba(0, 0, 0, .5); }
.video-frame--hero { width: min(850px, 100%); aspect-ratio: 16 / 9; margin-bottom: 38px; }
.video-frame--context { width: 100%; aspect-ratio: 16 / 9; }
.video-facade { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #120a17; color: var(--white); cursor: pointer; }
.video-facade img { width: 100%; height: 100%; object-fit: cover; }
.video-facade__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 2, 15, .55), transparent 55%); }
.video-facade__play { position: absolute; top: 50%; left: 50%; display: grid; width: 70px; height: 70px; place-items: center; padding-left: 4px; border-radius: 50%; background: var(--pink); color: var(--white); font-size: 24px; transform: translate(-50%, -50%); transition: transform 160ms var(--ease), box-shadow 160ms ease; }
.video-facade:hover .video-facade__play, .video-facade:focus-visible .video-facade__play { box-shadow: 0 12px 28px rgba(231, 36, 113, .38); transform: translate(-50%, -50%) scale(1.08); }
.video-frame iframe { display: block; width: 100%; height: 100%; min-height: 100%; border: 0; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 15px 28px; border: 1px solid transparent; border-radius: var(--radius-button); font-size: 13px; font-weight: 900; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform 160ms var(--ease), box-shadow 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--orange { background: var(--orange-bright); color: var(--white); box-shadow: 0 12px 30px rgba(255, 98, 1, .25); }
.button--orange:hover, .button--orange:focus-visible { background: #e95700; box-shadow: 0 18px 38px rgba(255, 98, 1, .32); }

.testimonials-section { background: var(--offwhite); }
.studio-testimonials { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.studio-card { display: flex; min-height: 480px; flex-direction: column; padding: 34px 26px 28px; border: 1px solid rgba(35, 39, 42, .13); border-radius: var(--radius-card); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; transition: transform 180ms var(--ease), box-shadow 180ms ease; }
.studio-card:hover { box-shadow: var(--shadow-md); transform: translateY(-7px); }
.studio-card img { width: 112px; height: 112px; margin: 0 auto 25px; border: 5px solid var(--offwhite); border-radius: 50%; object-fit: cover; object-position: center; }
.studio-card p { flex: 1; margin-bottom: 24px; color: #444; font-size: 15px; font-style: italic; line-height: 1.65; }
.studio-card strong { display: block; margin-bottom: 7px; color: var(--black); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.studio-card span { color: var(--orange-bright); font-size: 14px; font-weight: 800; }

.context-section { background: var(--offwhite); }
.context-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 60px; }
.feature-panel { padding: 34px 32px; border: 1px solid var(--border); border-radius: var(--radius-card); background: rgba(255, 255, 255, .78); }
.feature-row { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding-block: 24px; border-bottom: 1px solid var(--border); }
.feature-row:first-child { padding-top: 0; }
.feature-row:last-child { padding-bottom: 0; border-bottom: 0; }
.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: var(--white); font-size: 26px; font-weight: 800; }
.feature-icon--orange { background: var(--orange); }
.feature-icon--purple { background: var(--purple); }
.feature-icon--pink { background: var(--pink); }
.feature-row h2 { margin-bottom: 9px; font-size: 31px; text-transform: none; }
.feature-row p { margin: 0; color: var(--muted); font-size: 15px; }

.cta-band { display: flex; min-height: 180px; align-items: center; justify-content: center; padding: 46px 24px; background: var(--black); text-align: center; }

.system-section { background: var(--white); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); align-items: center; gap: 78px; }
.split-grid--reverse { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); }
.copy-block { max-width: 610px; }
.copy-block .eyebrow { margin-bottom: 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--orange-bright); font-size: 12px; font-weight: 900; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 3px; background: currentColor; content: ""; }
.copy-block h2 { margin-bottom: 28px; }
.copy-block p { margin-bottom: 20px; color: var(--muted); font-size: 18px; }
.copy-block p:last-child { margin-bottom: 0; }
.copy-block strong { color: var(--black); }
.image-card { overflow: hidden; border-radius: 28px; background: var(--offwhite); box-shadow: var(--shadow-sm); }
.image-card--device { max-width: 520px; margin-inline: auto; }
.image-card--device img { width: 100%; height: auto; object-fit: contain; }
.image-card--wide { min-height: 420px; }
.image-card--wide img { width: 100%; height: 100%; object-fit: cover; }

.steps-title-section { padding-block: 70px 55px; background: var(--white); text-align: center; }
.narrow-center { max-width: 820px; }
.steps-title-section h2 { margin: 0; color: var(--black); }
.steps-title-section h2 span { color: var(--orange-bright); }
.steps-section { background: var(--offwhite); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.steps-grid::before { position: absolute; top: 55px; right: 7%; left: 7%; height: 4px; background: var(--orange-bright); content: ""; opacity: .62; }
.step-item { position: relative; z-index: 1; min-height: 265px; padding: 28px 22px; border: 1px solid rgba(35, 39, 42, .12); border-radius: var(--radius-card); background: rgba(255, 255, 255, .86); }
.step-number { position: relative; display: grid; width: 64px; height: 64px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--orange-bright); color: var(--black); font-family: "Passion One", sans-serif; font-size: 38px; line-height: 1; }
.step-item:nth-child(2) .step-number { background: var(--purple); color: var(--white); }
.step-item:nth-child(3) .step-number { background: var(--pink); color: var(--white); }
.step-item:nth-child(4) .step-number { background: var(--yellow); }
.step-item p { margin: 0; font-family: "Passion One", sans-serif; font-size: 25px; line-height: 1.1; text-transform: uppercase; }
.step-item strong { color: var(--orange-bright); }

.gamification-section { background: var(--white); }
.section-intro { max-width: 760px; margin-bottom: 52px; }
.section-intro--center { margin-inline: auto; text-align: center; }
.section-intro h2 { margin-bottom: 14px; }
.section-intro h2 span { color: var(--orange-bright); }
.section-intro p { margin: 0; color: var(--muted); font-size: 17px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.section-intro p span { color: var(--orange-bright); }
.gamification-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.gamification-card { text-align: center; transition: transform 180ms var(--ease); }
.gamification-card:hover { transform: translateY(-7px); }
.gamification-image { height: 270px; overflow: hidden; border-radius: 22px; background: var(--offwhite); box-shadow: var(--shadow-sm); }
.gamification-image img { width: 100%; height: 100%; object-fit: cover; }
.gamification-card h3 { margin: 22px 0 10px; color: var(--orange-bright); font-size: 36px; }
.gamification-card p { max-width: 34ch; margin: 0 auto; color: var(--muted); font-size: 15px; }

.student-section { background: var(--offwhite); }
.student-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.student-card { position: relative; min-height: 265px; padding: 52px 30px 30px; border-radius: var(--radius-card); background: var(--black); color: var(--white); box-shadow: var(--shadow-sm); }
.quote-mark { position: absolute; top: -19px; left: 22px; color: var(--pink); font-family: Georgia, serif; font-size: 104px; line-height: 1; }
.student-card p { color: rgba(255, 255, 255, .83); font-size: 16px; line-height: 1.6; }
.stars { color: var(--yellow); font-size: 20px; letter-spacing: .08em; }
.section-intro--light h2 { color: var(--black); }

.practicality-section { background: var(--white); }
.practicality-section .copy-block h2 { color: var(--orange-bright); font-size: clamp(38px, 4vw, 58px); text-transform: uppercase; }
.practicality-section .copy-block p { color: var(--black); }

.stats-section { background: var(--offwhite); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.stat-item { position: relative; min-height: 190px; padding: 18px 12px; }
.stat-item::before { position: absolute; z-index: 0; top: 0; left: 0; color: rgba(240, 126, 51, .08); content: attr(data-stat); font-family: "Passion One", sans-serif; font-size: 94px; line-height: .8; }
.stat-item strong, .stat-item h2, .stat-item p { position: relative; z-index: 1; }
.stat-item strong { display: block; margin-bottom: 12px; color: var(--orange-bright); font-family: "Passion One", sans-serif; font-size: clamp(37px, 3.1vw, 60px); line-height: .95; text-transform: uppercase; }
.stat-item h2 { margin-bottom: 12px; color: var(--orange-bright); font-size: clamp(37px, 3.1vw, 60px); line-height: .95; }
.stat-item p { max-width: 25ch; margin: 0; color: var(--muted); font-size: 15px; }

.faq-section { background: var(--offwhite); }
.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; cursor: pointer; list-style: none; font-family: "Passion One", sans-serif; font-size: 29px; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--orange-bright); content: "+"; font-family: "DM Sans", sans-serif; font-size: 34px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -2px 0 25px; color: var(--muted); font-size: 17px; }

.final-cta { background: var(--white); text-align: center; }
.final-cta__inner { display: flex; flex-direction: column; align-items: center; }
.final-cta img { width: min(300px, 75vw); margin-bottom: 18px; }
.final-cta h2 { max-width: 900px; margin-bottom: 20px; }
.final-cta p { max-width: 850px; margin-bottom: 42px; font-size: 19px; }
.final-cta p strong { color: var(--orange-bright); }

.site-footer { padding-block: 60px 26px; background: var(--black); color: var(--offwhite); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; padding-bottom: 48px; border-bottom: 1px solid rgba(229, 228, 227, .16); }
.footer-grid img { width: 160px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-grid p { margin: 0; color: rgba(229, 228, 227, .72); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-label { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: var(--offwhite); font-size: 16px; font-weight: 700; text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 22px; color: rgba(229, 228, 227, .55); font-size: 13px; }
.floating-whatsapp { position: fixed; z-index: 10; right: 20px; bottom: 20px; display: grid; width: 54px; height: 54px; place-items: center; border: 4px solid var(--white); border-radius: 50%; background: #20bd5a; color: var(--white); box-shadow: var(--shadow-md); text-decoration: none; }
.floating-whatsapp svg { display: block; width: 27px; height: 27px; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px); }

@media (max-width: 1050px) {
  .studio-testimonials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { min-height: 820px; }
  .hero__inner { min-height: 820px; }
  .hero__dashboard { width: 70%; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid::before { display: none; }
  .step-item { min-height: 230px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 36px); }
  .section { padding-block: 76px; }
  .ticker__track { min-height: 58px; }
  .ticker__track span { padding-inline: 28px; font-size: 15px; }
  .hero { min-height: auto; }
  .hero__inner { min-height: auto; padding-block: 60px 76px; }
  .hero__logo { width: 160px; margin-bottom: 38px; }
  .hero h1 { font-size: clamp(48px, 14vw, 78px); }
  .desktop-only { display: none; }
  .hero__inner > p { font-size: 16px; }
  .hero__dashboard { right: -32%; bottom: 2%; width: 105%; opacity: .1; }
  .video-frame--hero { width: 100%; }
  .video-facade__play { width: 58px; height: 58px; font-size: 20px; }
  .studio-testimonials, .context-grid, .split-grid, .split-grid--reverse, .gamification-grid, .student-grid { grid-template-columns: 1fr; }
  .studio-card { min-height: 410px; }
  .context-grid { gap: 34px; }
  .feature-panel { padding: 28px 22px; }
  .feature-row { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; }
  .feature-icon { width: 40px; height: 40px; font-size: 21px; }
  .feature-row h2 { font-size: 28px; }
  .feature-row p, .studio-card p, .gamification-card p, .stat-item p { font-size: 16px; line-height: 1.55; }
  .copy-block h2, .practicality-section .copy-block h2 { font-size: clamp(40px, 12vw, 60px); }
  .copy-block p { font-size: 17px; }
  .steps-grid { grid-template-columns: 1fr; gap: 18px; }
  .steps-grid::before { display: block; top: 40px; right: auto; bottom: 40px; left: 29px; width: 3px; height: auto; }
  .step-item { min-height: 0; padding: 22px 20px 26px 22px; }
  .step-number { width: 52px; height: 52px; margin-bottom: 18px; font-size: 32px; }
  .step-item p { font-size: 23px; }
  .gamification-image { height: 230px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat-item { min-height: 175px; padding-inline: 4px; }
  .stat-item strong, .stat-item h2 { font-size: 37px; }
  .stat-item p { font-size: 14px; }
  .faq-list summary { font-size: 25px; }
  .faq-list details p { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (max-width: 420px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { min-height: auto; padding-block: 16px; }
  .final-cta p { font-size: 17px; }
  .button { width: 100%; max-width: 100%; padding-inline: 18px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
