@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/geist-latin.woff2") format("woff2");
}

:root { --font-geist: "Geist", Arial, sans-serif; }

:root {
  --navy: #082862;
  --navy-deep: #031d49;
  --blue: #1768f2;
  --sky: #81c9ff;
  --electric: #9de7ff;
  --lime: #c8ff4d;
  --gold: #d4a84e;
  --ink: #061b3b;
  --paper: #f6f9ff;
  --line: rgba(8, 40, 98, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

section[id] {
  scroll-margin-top: 32px;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

::selection {
  background: var(--sky);
  color: var(--navy-deep);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.035;
  background-image: repeating-linear-gradient(115deg, transparent 0 3px, rgba(3, 29, 73, .28) 3px 4px);
  mix-blend-mode: multiply;
}

.section-shell,
.site-header {
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  height: 76px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(244, 250, 255, 0.64);
  border-radius: 22px;
  box-shadow: 0 18px 60px rgba(3, 29, 73, 0.12);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.brand img {
  width: 76px;
  height: 58px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(6, 27, 59, 0.68);
}

.desktop-nav a {
  position: relative;
  transition: color 220ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1.5px;
  background: var(--blue);
  transition: right 260ms ease;
}

.desktop-nav a:hover {
  color: var(--navy);
}

.desktop-nav a:hover::after {
  right: 0;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 999px;
  font-weight: 680;
  transition: transform 240ms cubic-bezier(.2,.8,.2,1), box-shadow 240ms ease, background 240ms ease;
}

.nav-cta {
  padding: 16px 20px;
  background: var(--navy);
  color: white;
  font-size: 14px;
}

.nav-cta span,
.button span {
  transition: transform 240ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.nav-cta:hover span,
.button:hover span {
  transform: translate(2px, -2px);
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 156px max(5vw, calc((100vw - 1240px) / 2)) 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 21%, rgba(255,255,255,.92) 0 5%, transparent 29%),
    linear-gradient(132deg, #edf8ff 0%, #a3dbff 54%, #6fc2ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8,40,98,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,40,98,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, rgba(246,249,255,.95));
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: .8;
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  right: 8%;
  top: 23%;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 0 100px rgba(255,255,255,.7) inset, 0 0 80px rgba(23,104,242,.15);
  animation: breathe 6s ease-in-out infinite;
}

.hero-glow-two {
  width: 240px;
  height: 240px;
  right: -80px;
  top: 120px;
  background: rgba(200,255,77,.32);
  filter: blur(70px);
  animation: drift 8s ease-in-out infinite alternate;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 720px;
  padding-bottom: 30px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 760;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(23,104,242,.12);
  animation: pulse 2.2s infinite;
}

.hero-title {
  margin: 27px 0 22px;
  font-size: clamp(58px, 6.05vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 740;
  color: var(--navy-deep);
}

h1 em,
h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.hero-title em {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--navy);
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--navy));
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  animation: textShimmer 7s linear infinite;
}

.hero-lead {
  max-width: 580px;
  margin: 0;
  color: rgba(6, 27, 59, .71);
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.button {
  min-height: 60px;
  padding: 0 26px;
  border: 1px solid transparent;
}

.button-primary {
  color: white;
  background: linear-gradient(120deg, var(--navy-deep), var(--blue));
  box-shadow: 0 16px 32px rgba(8,40,98,.24), inset 0 1px rgba(255,255,255,.2);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(8,40,98,.25);
  padding-bottom: 5px;
}

.hero-visual {
  position: relative;
  align-self: end;
  height: 665px;
  z-index: 4;
}

.portrait-halo {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(150deg, rgba(255,255,255,.9), rgba(255,255,255,.15));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 40px 120px rgba(8,40,98,.16);
}

.portrait-halo::before,
.portrait-halo::after {
  content: "";
  position: absolute;
  inset: 27px;
  border-radius: 50%;
  border: 1px dashed rgba(8,40,98,.18);
  animation: spin 34s linear infinite;
}

.portrait-halo::after {
  inset: 76px;
  border-style: solid;
  border-color: rgba(255,255,255,.64);
  animation-direction: reverse;
  animation-duration: 23s;
}

.portrait-frame {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 610px);
  transform: translateX(-50%);
  filter: drop-shadow(0 34px 45px rgba(3,29,73,.22));
}

.portrait-frame img {
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  object-position: center bottom;
}

.floating-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.64);
  background: rgba(246,250,255,.6);
  box-shadow: 0 20px 60px rgba(8,40,98,.15);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  color: var(--navy-deep);
  animation: float 5s ease-in-out infinite;
}

.floating-card-top {
  top: 20%;
  right: -4%;
  padding: 17px 21px;
}

.floating-card-top span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 800;
}

.floating-card-top strong { font-size: 15px; }

.floating-card-bottom {
  bottom: 17%;
  left: -5%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  animation-delay: -2.5s;
}

.floating-card-bottom b {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-family: Georgia, serif;
  font-size: 22px;
}

.floating-card-bottom span { font-size: 11px; line-height: 1.35; font-weight: 680; }

.hero-enter {
  opacity: 0;
  transform: translateY(24px);
  animation: heroEnter .85s cubic-bezier(.16,1,.3,1) forwards;
}

.hero-enter-1 { animation-delay: .12s; }
.hero-enter-2 { animation-delay: .22s; }
.hero-enter-3 { animation-delay: .36s; }
.hero-enter-4 { animation-delay: .48s; }

.marquee {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  padding: 18px 0;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
  transform: rotate(-1deg) scale(1.015);
  box-shadow: 0 18px 40px rgba(3,29,73,.16);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
}

.marquee-group i { color: var(--lime); font-style: normal; }

.founder {
  padding-top: 104px;
  padding-bottom: 110px;
}

.section-kicker {
  color: rgba(6,27,59,.55);
}

.founder-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  margin-top: 38px;
}

.founder-image-wrap {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255,255,255,.95), transparent 30%),
    linear-gradient(160deg, #c4eaff, #7cc7fb 68%, #2f91e8);
  box-shadow: 0 40px 90px rgba(8,40,98,.17);
}

.founder-image-wrap::before {
  content: "NÍVEA";
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 104px;
  font-weight: 800;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.38);
}

.founder-image-wrap img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 112%;
  height: 94%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 32px rgba(8,40,98,.2));
}

.image-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(8,40,98,.54);
  backdrop-filter: blur(16px);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.overline {
  margin: 0 0 20px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}

.founder-copy h2,
.section-heading h2,
.online h2,
.contact h2 {
  margin: 0;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--navy-deep);
}

.founder-copy h2 em,
.section-heading h2 em { color: var(--blue); }

.founder-quote {
  margin: 38px 0 24px;
  padding-left: 23px;
  border-left: 2px solid var(--blue);
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.52;
}

.founder-copy > p:not(.overline):not(.founder-quote) {
  max-width: 600px;
  color: rgba(6,27,59,.64);
  font-size: 17px;
  line-height: 1.72;
}

.founder-signature {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.founder-signature strong { font-family: Georgia, serif; font-size: 21px; }
.founder-signature span { color: rgba(6,27,59,.54); font-size: 13px; }

.brand-banner {
  padding-bottom: 100px;
}

.brand-banner-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--navy-deep);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.brand-banner-label span,
.brand-banner-label small {
  font-size: 10px;
  font-weight: 760;
}

.brand-banner-label small {
  color: rgba(6,27,59,.48);
}

.brand-banner-label i {
  width: 34px;
  height: 1px;
  background: var(--blue);
}

.brand-banner figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8,40,98,.12);
  border-radius: 34px;
  background: var(--navy-deep);
  box-shadow: 0 34px 90px rgba(8,40,98,.18);
}

.brand-banner figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events: none;
}

.brand-banner img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.16,1,.3,1), filter 500ms ease;
}

.brand-banner figure:hover img {
  transform: scale(1.018);
  filter: saturate(1.05);
}

.brand-banner figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(3,29,73,.42);
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 8px;
  font-weight: 700;
}

.courses {
  padding-top: 94px;
  padding-bottom: 96px;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading .section-kicker { margin-bottom: 22px; }

.section-heading > p {
  margin: 0 0 6px;
  color: rgba(6,27,59,.62);
  line-height: 1.65;
  font-size: 16px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.spotlight-card {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  overflow: hidden;
}

.card-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(360px circle at var(--spot-x) var(--spot-y), rgba(129,201,255,.3), transparent 48%);
  transition: opacity 260ms ease;
}

.spotlight-card:hover .card-shine { opacity: 1; }

.course-card {
  min-height: 190px;
  padding: 70px 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.7);
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease, box-shadow 300ms ease;
}

.course-card:hover {
  transform: translateY(-7px);
  border-color: rgba(23,104,242,.3);
  box-shadow: 0 24px 55px rgba(8,40,98,.1);
}

.course-card h3 {
  max-width: 260px;
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.course-card p {
  margin: 0;
  color: rgba(6,27,59,.54);
  font-size: 13px;
}

.course-arrow {
  position: absolute;
  right: 23px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 12px;
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}

.course-card:hover .course-arrow {
  transform: rotate(45deg);
  background: var(--navy);
  color: white;
}

.course-1,
.course-5,
.course-9 { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(129,201,255,.22)); }

.in-person {
  margin-top: 22px;
  min-height: 330px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.1fr .55fr .9fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 30px;
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(23,104,242,.8), transparent 27%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 60%, #0a53be);
  box-shadow: 0 30px 70px rgba(8,40,98,.2);
}

.pill {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(129,201,255,.15);
  border: 1px solid rgba(129,201,255,.3);
  color: var(--electric);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
}

.in-person h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.price-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-block span { opacity: .6; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.price-block strong { font-size: 38px; letter-spacing: -.05em; }

.location-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  transition: background 240ms ease;
}

.location-link:hover { background: rgba(255,255,255,.13); }
.location-link small { display: block; margin-bottom: 4px; opacity: .56; }

.pin {
  width: 14px;
  height: 14px;
  border: 3px solid var(--lime);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.button-light {
  justify-self: start;
  grid-column: 1 / 3;
  background: white;
  color: var(--navy-deep);
}

.online { padding-top: 44px; padding-bottom: 88px; }

.online-panel {
  position: relative;
  min-height: 620px;
  padding: clamp(44px, 6vw, 86px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border-radius: 42px;
  color: white;
  background: #061d48;
  box-shadow: 0 35px 90px rgba(3,29,73,.22);
}

.online-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 75% 50%, black, transparent 70%);
}

.online-orb {
  position: absolute;
  right: -8%;
  top: -10%;
  width: 670px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255,255,255,.9), transparent 8%),
    radial-gradient(circle at 42% 38%, #82e2ff, #1768f2 40%, #082862 68%, transparent 69%);
  opacity: .85;
  filter: blur(.2px);
  animation: orbFloat 8s ease-in-out infinite;
}

.online-copy,
.online-visual { position: relative; z-index: 2; }
.pill-lime { color: var(--lime); border-color: rgba(200,255,77,.3); background: rgba(200,255,77,.1); }

.online h2 {
  margin-top: 28px;
  color: white;
  font-size: clamp(56px, 7vw, 92px);
}

.online h2 em { color: var(--sky); }

.online-lead {
  max-width: 590px;
  margin: 25px 0 28px;
  color: rgba(255,255,255,.67);
  font-size: 18px;
  line-height: 1.65;
}

.online-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.online-benefits span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  font-size: 12px;
}

.online-benefits i {
  margin-right: 6px;
  color: var(--lime);
  font-style: normal;
}

.button-lime {
  color: var(--navy-deep);
  background: var(--lime);
  box-shadow: 0 18px 36px rgba(200,255,77,.16);
}

.online-copy > small {
  display: block;
  margin: 14px 0 0 18px;
  color: rgba(255,255,255,.42);
}

.online-visual {
  min-height: 470px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.certificate-card {
  position: relative;
  width: min(100%, 370px);
  aspect-ratio: .78;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 24px;
  color: var(--navy-deep);
  background: linear-gradient(150deg, rgba(255,255,255,.96), rgba(220,242,255,.82));
  box-shadow: 0 38px 80px rgba(0,0,0,.3), inset 0 1px white;
  transform: rotateY(-12deg) rotateX(5deg) rotateZ(3deg);
  backdrop-filter: blur(20px);
  animation: certificateFloat 5.5s ease-in-out infinite;
}

.certificate-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(8,40,98,.14);
  border-radius: 17px;
}

.certificate-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certificate-topline span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 12px;
}

.certificate-topline small { text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: 8px; }

.certificate-seal {
  position: relative;
  z-index: 2;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 68px auto 22px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  box-shadow: 0 0 0 8px rgba(212,168,78,.1), 0 0 0 9px rgba(212,168,78,.3);
  color: var(--gold);
  font-size: 30px;
}

.certificate-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.1;
}

.certificate-lines { position: relative; z-index: 2; margin: 32px auto 0; width: 70%; }
.certificate-lines i { display: block; height: 1px; margin: 12px 0; background: rgba(8,40,98,.16); }
.certificate-lines i:nth-child(2) { width: 72%; margin-inline: auto; }

.online-label {
  position: absolute;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 999px;
  background: rgba(5,29,72,.5);
  backdrop-filter: blur(14px);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  animation: float 4s ease-in-out infinite;
}

.online-label-one { top: 18%; left: -2%; }
.online-label-two { right: -3%; bottom: 18%; animation-delay: -2s; }

.coming-soon {
  margin-top: 18px;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  align-items: center;
  gap: 38px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
}

.recording {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 9px;
  font-weight: 800;
}

.recording i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3d57;
  box-shadow: 0 0 0 5px rgba(255,61,87,.1);
  animation: pulse 1.8s infinite;
}

.coming-soon h3 { margin: 9px 0 0; font-size: 20px; letter-spacing: -.025em; }
.coming-soon p { margin: 0; color: rgba(6,27,59,.58); line-height: 1.5; font-size: 13px; }
.coming-soon a { font-size: 12px; font-weight: 800; white-space: nowrap; border-bottom: 1px solid; padding-bottom: 5px; }

.differentials {
  padding-top: 84px;
  padding-bottom: 104px;
}

.section-heading.compact { grid-template-columns: 1fr; }

.differentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.differential-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  padding: 0 24px 0 0;
  border-bottom: 1px solid var(--line);
}

.differential-item:nth-child(odd) { border-right: 1px solid var(--line); }
.differential-item:nth-child(even) { padding-left: 24px; }
.differential-item p { margin: 0; font-size: 16px; font-weight: 650; }
.differential-item i { color: var(--blue); font-style: normal; }

.contact {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy-deep);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

.contact-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -210px;
  top: -330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,104,242,.72), transparent 68%);
}

.contact-inner {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-kicker.light { color: rgba(255,255,255,.52); }
.contact h2 { margin-top: 28px; color: white; font-size: clamp(60px, 8vw, 112px); }
.contact h2 em { color: var(--sky); }
.contact-inner > p { color: rgba(255,255,255,.62); font-size: 18px; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 55px;
}

.contact-grid a {
  position: relative;
  min-height: 130px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.05);
  transition: background 260ms ease, transform 260ms ease;
}

.contact-grid a:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.contact-grid small { margin-bottom: 7px; color: var(--sky); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.contact-grid strong { font-size: clamp(20px, 2vw, 28px); letter-spacing: -.03em; }
.contact-grid a > span { position: absolute; right: 22px; top: 20px; color: var(--lime); }

footer { background: #02132f; color: white; }

.footer-main {
  padding-top: 70px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
}

.footer-brand img {
  width: 110px;
  height: 95px;
  padding: 10px;
  border-radius: 18px;
  background: white;
  object-fit: contain;
}

.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: 12px; }

.footer-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 38px;
}

.footer-social a,
.footer-social div {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
}

.footer-social span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.footer-social a > span:last-child { position: absolute; right: 0; top: 50%; font-size: 14px; color: var(--lime); }

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.35);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  height: 54px;
  padding: 7px 7px 7px 19px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  background: rgba(200,255,77,.88);
  color: var(--navy-deep);
  box-shadow: 0 16px 40px rgba(3,29,73,.24);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  transition: transform 240ms ease;
}

.floating-whatsapp:hover { transform: translateY(-4px) scale(1.02); }
.floating-whatsapp b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--navy-deep); }

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1) var(--delay, 0ms), transform .8s cubic-bezier(.16,1,.3,1) var(--delay, 0ms);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroEnter { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(23,104,242,0); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes breathe { 50% { transform: scale(1.06); opacity: .58; } }
@keyframes drift { to { transform: translate(-80px, 90px) scale(1.25); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes textShimmer { to { background-position: 200% center; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbFloat { 50% { transform: translate(-20px, 24px) scale(1.05); } }
@keyframes certificateFloat { 50% { transform: rotateY(-8deg) rotateX(2deg) rotateZ(1deg) translateY(-12px); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr .8fr; }
  .hero-visual { height: 630px; }
  .hero-title { font-size: 64px; }
  .floating-card-top { right: -12%; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .in-person { grid-template-columns: 1fr 1fr; }
  .location-link { grid-row: 2; grid-column: 1; }
  .button-light { grid-column: 2; grid-row: 2; }
  .online-panel { grid-template-columns: 1fr 1fr; padding: 55px 45px; }
  .online-orb { width: 540px; }
  .certificate-card { width: 300px; }
  .coming-soon { grid-template-columns: 1fr 1fr; }
  .coming-soon a { grid-column: 2; }
}

@media (max-width: 980px) {
  .section-shell,
  .site-header { width: min(100% - 44px, 860px); }
  .hero { min-height: 780px; }
  .hero-title { font-size: 58px; }
  .hero-visual { height: 600px; }
  .portrait-halo { width: 450px; }
  .founder-grid { gap: 48px; }
  .founder-image-wrap { min-height: 560px; }
  .section-heading { gap: 34px; }
  .online-panel { padding: 50px 38px; gap: 32px; }
}

@media (max-width: 820px) {
  .section-shell,
  .site-header { width: min(100% - 34px, 680px); }
  .site-header { top: 14px; height: 66px; border-radius: 18px; }
  .brand img { width: 64px; height: 48px; }
  .desktop-nav { display: none; }
  .nav-cta { padding: 13px 17px; }
  .hero {
    min-height: 990px;
    padding: 128px 22px 0;
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero-copy { text-align: center; margin: 0 auto; }
  .eyebrow { justify-content: center; font-size: 10px; }
  .hero-title { margin-top: 25px; font-size: clamp(48px, 12vw, 72px); }
  .hero-lead { font-size: 16px; margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(100%, 520px); height: 530px; margin: 12px auto 0; }
  .portrait-halo { width: 430px; }
  .portrait-frame img { max-height: 555px; }
  .floating-card-top { right: 0; }
  .floating-card-bottom { left: 0; }
  .founder { padding-top: 84px; padding-bottom: 88px; }
  .founder-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 32px; }
  .founder-image-wrap { min-height: 560px; max-width: 520px; margin: auto; }
  .brand-banner { padding-bottom: 80px; }
  .brand-banner figure { border-radius: 26px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .courses { padding-top: 78px; padding-bottom: 82px; }
  .online { padding-top: 36px; padding-bottom: 76px; }
  .online-panel { grid-template-columns: 1fr; }
  .online-orb { right: -55%; top: 40%; }
  .online-visual { min-height: 400px; }
  .differentials-grid { grid-template-columns: 1fr; }
  .differential-item:nth-child(odd) { border-right: 0; }
  .differential-item:nth-child(even) { padding-left: 0; }
  .differentials { padding-top: 72px; padding-bottom: 82px; }
  .contact-inner { padding-top: 82px; padding-bottom: 82px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 580px) {
  .section-shell { width: calc(100% - 32px); }
  .site-header { width: calc(100% - 24px); padding-left: 12px; }
  .nav-cta { font-size: 0; gap: 0; width: 42px; height: 42px; padding: 0; }
  .nav-cta span { font-size: 15px; }
  .hero { min-height: 880px; padding-inline: 16px; }
  .hero-title { font-size: 46px; letter-spacing: -.06em; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .button { min-height: 56px; font-size: 14px; }
  .hero-visual { height: 400px; }
  .portrait-halo { width: 340px; }
  .portrait-frame img { max-height: 400px; }
  .floating-card-top { top: 15%; right: -4px; }
  .floating-card-bottom { bottom: 10%; left: -2px; }
  .founder { padding-top: 70px; padding-bottom: 76px; }
  .founder-image-wrap { min-height: 450px; border-radius: 26px; }
  .founder-image-wrap::before { font-size: 74px; }
  .brand-banner { padding-bottom: 68px; }
  .brand-banner-label { gap: 10px; }
  .brand-banner-label small { display: none; }
  .brand-banner figure { border-radius: 20px; }
  .brand-banner figcaption {
    left: 10px;
    right: 10px;
    bottom: 9px;
    padding: 9px 11px;
    font-size: 6px;
  }
  .founder-copy h2,
  .section-heading h2 { font-size: 45px; }
  .founder-quote { font-size: 19px; }
  .courses { padding-top: 68px; padding-bottom: 72px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 162px; padding: 60px 22px 22px; }
  .in-person { padding: 30px 24px; grid-template-columns: 1fr; }
  .in-person h3 { font-size: 31px; }
  .price-block,
  .location-link,
  .button-light { grid-column: 1; grid-row: auto; }
  .online { padding-top: 24px; padding-bottom: 68px; }
  .online-panel { min-height: 0; padding: 40px 22px 30px; border-radius: 28px; gap: 30px; }
  .online h2 { font-size: 54px; }
  .online-visual { min-height: 350px; }
  .certificate-card { width: 245px; }
  .certificate-seal { margin-top: 44px; }
  .online-label-one { left: 0; }
  .online-label-two { right: 0; }
  .coming-soon { padding: 24px; grid-template-columns: 1fr; gap: 18px; }
  .coming-soon a { grid-column: 1; justify-self: start; }
  .differentials { padding-top: 62px; padding-bottom: 72px; }
  .differential-item { grid-template-columns: 1fr auto; gap: 10px; min-height: 72px; padding-right: 4px; }
  .differential-item p { font-size: 14px; }
  .contact-inner { padding-top: 74px; padding-bottom: 74px; }
  .contact h2 { font-size: 58px; }
  .footer-social { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 54px; padding: 7px; }
}

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

