@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root {
  --bg: #eef3ff;
  --card: rgba(255,255,255,0.86);
  --card-strong: rgba(255,255,255,0.98);
  --primary: #0edc7a;
  --secondary: #4f5bff;
  --flare: #ff3b6a;
  --accent: #10d4ff;
  --text: #0b1224;
  --muted: #4a5568;
  --danger: #dc2626;
  --shadow: 0 22px 60px rgba(12,18,41,0.16);
  --radius: 20px;
  --font-display: "Space Grotesk", "Manrope", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Space Grotesk", "Segoe UI", sans-serif;
  --glass-border: rgba(79,91,255,0.22);
  --hero-image:
    radial-gradient(1200px 600px at 15% 20%, rgba(79,91,255,0.45), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(14,220,122,0.35), transparent 60%),
    radial-gradient(700px 420px at 20% 85%, rgba(255,59,106,0.28), transparent 65%),
    linear-gradient(135deg, #08142f 0%, #0b2356 45%, #0b2f68 100%);
  --bullet-icon: url("assets/img/logo-palla.webp");
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background:
    radial-gradient(120% 120% at 15% 10%, #e0ebff, transparent 32%),
    radial-gradient(100% 120% at 85% 20%, #e7fff5, transparent 32%),
    radial-gradient(80% 70% at 15% 90%, rgba(255,59,106,0.08), transparent 45%),
    linear-gradient(120deg, #f2f6ff 0%, #f7fbff 48%, #f3fff9 100%);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3 {
  letter-spacing: -0.02em;
  font-family: var(--font-display);
}
a { color: inherit; text-decoration: none; }
.shell {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 120px;
}
.site-header {
  position: relative;
  z-index: 10;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15,23,42,0.12);
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo {
  height: 34px;
  width: auto;
  display: block;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nav-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.nav-pill.secondary {
  background: #f1f5f9;
  border-color: #e2e8f0;
}
.nav-pill.primary {
  background: linear-gradient(135deg, #16d46a, #0fc06e);
  border: none;
  color: #0b1224;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16,185,129,0.35);
}
.blob {
  position: fixed;
  filter: blur(120px);
  opacity: 0.4;
  z-index: 0;
}
.blob.one { top: -10%; left: -5%; width: 420px; height: 420px; background: radial-gradient(circle at 30% 30%, #d0d8ff, transparent 60%); }
.blob.two { bottom: -12%; right: -8%; width: 520px; height: 520px; background: radial-gradient(circle at 60% 60%, #c7ffe2, transparent 60%); }
.blob.three { top: 40%; left: -12%; width: 380px; height: 380px; background: radial-gradient(circle at 50% 50%, rgba(230,0,0,0.16), transparent 65%); }
header.hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 80px 24px 72px;
  min-height: 70vh;
  align-content: center;
  background: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  color: #f8fafc;
}
header.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: none;
  transform: none;
  z-index: 0;
}
header.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7,19,51,0.62), rgba(10,32,80,0.58));
  z-index: 0;
}
header.hero > .hero-grid { position: relative; z-index: 2; }
.hero-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.55;
  filter: blur(2px);
}
.hero-orb.orb-a {
  width: 240px;
  height: 240px;
  top: 8%;
  left: 28%;
  background: radial-gradient(circle at 30% 30%, rgba(79,91,255,0.6), transparent 65%);
}
.hero-orb.orb-b {
  width: 180px;
  height: 180px;
  bottom: 12%;
  right: 18%;
  background: radial-gradient(circle at 40% 40%, rgba(14,220,122,0.55), transparent 65%);
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 0 0 1px rgba(79,91,255,0.12);
  opacity: 0.7;
}
.hero-ring.ring-a {
  width: 320px;
  height: 320px;
  top: -6%;
  right: 22%;
  border-color: rgba(125,255,179,0.18);
}
.hero-ring.ring-b {
  width: 200px;
  height: 200px;
  bottom: 6%;
  left: 28%;
  border-style: dashed;
  border-color: rgba(255,255,255,0.24);
  opacity: 0.45;
}
.hero-streak {
  position: absolute;
  width: 280px;
  height: 2px;
  top: 26%;
  left: 6%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(-18deg);
  opacity: 0.6;
}
.hero-dots {
  position: absolute;
  width: 180px;
  height: 120px;
  right: 10%;
  bottom: 28%;
  background-image: radial-gradient(rgba(255,255,255,0.26) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.35;
  transform: rotate(12deg);
}
.hero-gridlines {
  position: absolute;
  width: 240px;
  height: 180px;
  top: 22%;
  left: 48%;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.2;
  transform: rotate(-10deg);
}
.hero-triangle {
  position: absolute;
  width: 180px;
  height: 140px;
  bottom: 20%;
  right: 32%;
  background: linear-gradient(135deg, rgba(79,91,255,0.35), rgba(14,220,122,0.08));
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  opacity: 0.35;
}
.hero-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 38%;
  right: 14%;
  background: #7dffb3;
  opacity: 0.7;
  animation: pulse 3.2s ease-in-out infinite;
  box-shadow: 0 0 0 10px rgba(125,255,179,0.15);
}
@keyframes pulse { 0%,100%{transform: scale(1);} 50%{transform: scale(1.14);} }
.hero-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-panels {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0;
}
.hero-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 16px;
  background: rgba(10,18,40,0.55);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(6px);
}
.hero-chip-icon {
  font-size: 18px;
  color: #7dffb3;
  line-height: 1;
}
.hero-chip strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.2;
}
.hero-chip span:not(.hero-chip-icon) {
  font-size: 13px;
  color: rgba(248,250,252,0.6);
}
.hero-cta {
  align-self: flex-start;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.title {
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.1;
  margin-bottom: 12px;
}
.subtitle {
  color: var(--muted);
  font-size: 18px;
  max-width: 640px;
}
.hero-note {
  margin-top: 12px;
  color: rgba(248,250,252,0.78);
  max-width: 640px;
}
.hero-video {
  display: flex;
  justify-content: center;
}
.hero-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(6,12,30,0.35);
  border: 1px solid rgba(255,255,255,0.16);
}
.hero-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.badge {
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid rgba(17,24,39,0.06);
  color: var(--text);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
header.hero .eyebrow {
  background: rgba(255,255,255,0.14);
  color: #7dffb3;
  border: 1px solid rgba(125,255,179,0.35);
  box-shadow: none;
}
header.hero .subtitle { color: rgba(248,250,252,0.78); }
header.hero .badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #f8fafc;
}
header.hero .cta-secondary { color: rgba(248,250,252,0.85); }
header.hero .urgency {
  background: rgba(255,59,106,0.2);
  color: #ff9bb4;
}
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 16px;
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  color: #f8fafc;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 36px rgba(93,107,255,0.28), 0 8px 24px rgba(13,201,109,0.22);
}
.cta-primary:hover { transform: translateY(-2px) scale(1.01); }
.cta-primary:active { transform: translateY(0); }
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  padding: 12px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.cta-secondary:hover { opacity: 1; }
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
  align-items: center;
}
.urgency {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(230,0,0,0.08);
  color: var(--flare);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  animation: blink 2.5s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity: 1;} 50%{opacity: 0.6;} }
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.panel {
  background: var(--card);
  border: 1px solid rgba(17,24,39,0.06);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  pointer-events: none;
}
section { margin-top: 64px; position: relative; z-index: 1; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head h2 { font-size: 28px; }
.section-head p { color: var(--muted); }
.course-info {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 72px 24px 64px;
  background: linear-gradient(160deg, #061434 0%, #0b2a66 55%, #0a3772 100%);
  color: #eef3ff;
  position: relative;
  overflow: hidden;
}
.course-info.course-info-secondary {
  margin-top: 0;
  padding: 56px 24px 56px;
}
.course-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 12% 10%, rgba(79,91,255,0.35), transparent 60%),
    radial-gradient(500px 260px at 90% 18%, rgba(14,220,122,0.22), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}
.course-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.15;
  pointer-events: none;
}
.course-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.course-info .section-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}
.course-info .section-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.course-info .section-head p {
  padding: 0;
  border-radius: 0;
  background: none;
  color: #7dffb3;
  font-weight: 600;
  border: none;
  box-shadow: none;
  max-width: 720px;
}
.course-info-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 12px;
}
.info-card {
  padding: 24px 30px;
  border-radius: 0;
  background: linear-gradient(90deg, #5b3df5, #6e4fff);
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  animation: rise 0.4s ease both;
}
.course-info-grid .info-card:nth-child(2) {
  background: linear-gradient(90deg, #3e6bf2, #3f86ff);
}
.course-info-grid .info-card:nth-child(3) {
  background: linear-gradient(90deg, #3f86ff, #4ea2ff);
}
.info-card::before { content: none; }
.info-card > * { position: relative; z-index: 1; }
.info-card:hover { transform: none; }
.course-info-grid .info-card:nth-child(1) { animation-delay: 0.05s; }
.course-info-grid .info-card:nth-child(2) { animation-delay: 0.12s; }
.course-info-grid .info-card:nth-child(3) { animation-delay: 0.19s; }
.info-card h3 {
  font-size: clamp(22px, 3vw, 34px);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  color: #f7f9ff;
}
.info-card p {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  max-width: 760px;
}
.testimonials {
  display: grid;
  gap: 16px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.video-card {
  position: relative;
  background: var(--card);
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.testimonials-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.cta-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 16px;
  background: linear-gradient(120deg, #f59e0b, #f97316);
  color: #0b1224;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(249,115,22,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(249,115,22,0.42);
}
.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(93,107,255,0.12), rgba(13,201,109,0.1));
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.host-section {
  margin-top: 64px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 64px 24px;
  background: radial-gradient(120% 120% at 10% 10%, #dfeeff 0%, #eaf3ff 45%, #d7ecff 100%);
  position: relative;
  overflow: hidden;
}
.host-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.4;
  pointer-events: none;
}
.host-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.host-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: #0b1224;
  margin-bottom: 24px;
}
.host-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: center;
}
.host-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 18px 45px rgba(15,23,42,0.12);
}
.host-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0f172a;
}
.host-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: #1f2937;
}
.host-list li::marker {
  color: var(--secondary);
  font-weight: 700;
}
.host-photo {
  justify-self: end;
  max-width: 520px;
}
.host-photo img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,0.15);
  box-shadow: 0 20px 45px rgba(15,23,42,0.2);
  display: block;
}
.schedule-section {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 64px 24px;
  background: linear-gradient(160deg, #061434 0%, #0b2a66 55%, #0a3772 100%);
  color: #eef3ff;
  position: relative;
  overflow: hidden;
}
.schedule-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.2;
  pointer-events: none;
}
.schedule-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.schedule-title {
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 800;
  color: #f4f7ff;
  margin-bottom: 8px;
}
.schedule-subtitle {
  color: rgba(255,255,255,0.75);
  max-width: 720px;
}
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.schedule-card {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(10,18,40,0.55);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 16px 40px rgba(6,12,30,0.35);
}
.schedule-card h3 {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dffb3;
  font-weight: 700;
  margin-bottom: 8px;
}
.schedule-time {
  font-size: 22px;
  font-weight: 800;
  color: #f8fafc;
}
.schedule-note {
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.schedule-link {
  display: inline-block;
  margin-top: 8px;
  color: #7dffb3;
  font-weight: 600;
  text-decoration: underline;
}
.faq-section {
  background: var(--card);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
}
.faq-section .section-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.faq-section .section-head h2 {
  font-size: clamp(26px, 3vw, 34px);
}
.faq-accordion {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--card-strong);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #0f172a;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
  transition: transform 0.2s ease, color 0.2s ease;
}
.faq-item[open] summary::after {
  content: "-";
  color: var(--flare);
  transform: translateY(-1px);
}
.faq-item p {
  padding: 0 18px 16px;
  color: var(--muted);
}
.faq-item a {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: underline;
}
.final-cta {
  margin-top: 64px;
  padding: 36px 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(14,220,122,0.16), rgba(79,91,255,0.18));
  border: 1px solid rgba(15,23,42,0.12);
  box-shadow: var(--shadow);
  scroll-margin-top: clamp(120px, 20vh, 240px);
  overflow: hidden;
}
.final-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.final-cta h2 {
  font-size: clamp(18px, 2.4vw, 32px);
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 901px) {
  .final-cta h2 { white-space: nowrap; }
}
.final-cta p {
  color: var(--muted);
  max-width: 680px;
}
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,0.2);
  background: rgba(255,255,255,0.7);
  color: #0b1224;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cta-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.9);
}
.info-form-container {
  margin-top: 24px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,0.1);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 30px rgba(12,18,41,0.14);
  padding: 12px 12px 6px;
}
.info-iframe {
  width: 100%;
  height: 1200px;
  border: none;
  display: block;
}
.footer {
  margin-top: 64px;
  padding: 52px 24px 56px;
  background: linear-gradient(160deg, #061434 0%, #0b2a66 55%, #0a3772 100%);
  color: #eef3ff;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  pointer-events: none;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  text-align: center;
  justify-items: center;
}
.footer-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.footer-inner p {
  color: rgba(238,243,255,0.72);
  font-size: 14px;
}
.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  justify-content: center;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #eef3ff;
  font-weight: 600;
  font-size: 14px;
}
.footer-links a:hover {
  background: rgba(255,255,255,0.16);
}
.qa-section, .content-section {
  margin-top: 32px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 22px 0 0;
  box-shadow: none;
  position: relative;
  overflow: visible;
  animation: rise 0.4s ease both;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.qa-section { animation-delay: 0.32s; }
.content-section { animation-delay: 0.38s; }
.qa-section::before, .content-section::before { content: none; }
.qa-section > *, .content-section > * { position: relative; z-index: 1; }
.qa-section h3,
.content-section h3 {
  margin-bottom: 14px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #f4f7ff;
}
.qa-cta {
  margin-top: 28px;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: #f4f7ff;
}
.qa-cta-wrap { text-align: center; }
.qa-cta-button {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.content-section h3 { margin-bottom: 10px; }
.content-section .subtitle {
  margin: 6px 0 12px;
  color: rgba(255,255,255,0.7);
}
.course-info-secondary .content-section {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.qa-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}
.qa-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  color: rgba(255,255,255,0.9);
}
.qa-list li {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1.7;
}
.qa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 26px;
  height: 26px;
  background: var(--bullet-icon) center / contain no-repeat;
}
.qa-right {
  display: grid;
  place-items: center;
}
.qa-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(5,10,30,0.4);
  border: 1px solid rgba(125,255,179,0.18);
  background: rgba(5,10,30,0.3);
}
.content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 20px;
  margin-top: 16px;
}
.content-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s ease;
}
.content-item:hover { transform: none; border-color: transparent; }
.content-item::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  background: var(--bullet-icon) center / contain no-repeat;
  flex-shrink: 0;
}
.cta-banner {
  background: linear-gradient(135deg, rgba(13,201,109,0.16), rgba(93,107,255,0.18));
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}
.signup-form {
  margin-top: 20px;
  background: var(--card);
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}
.form-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
label { display: flex; flex-direction: column; gap: 8px; font-weight: 600; color: var(--text); }
input {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,0.12);
  background: #fff;
  color: var(--text);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(13,201,109,0.18);
}
.error { color: var(--danger); font-size: 13px; min-height: 18px; }
.cta-form { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.note { color: var(--muted); font-size: 14px; }
/* Rotating showcase */
.platform-showcase {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 60px 24px 90px;
  background: radial-gradient(140% 140% at 50% 8%, rgba(93,107,255,0.14), rgba(230,0,0,0.08), rgba(13,201,109,0.08)), linear-gradient(135deg, #6fa7ff, #6b7dff 45%, #6fb7ff);
  color: #0b1021;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -40px 80px rgba(11,16,33,0.12);
  border-top: 1px solid rgba(17,24,39,0.06);
  border-bottom: 1px solid rgba(17,24,39,0.06);
}
.platform-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.platform-showcase h2 {
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.15;
  text-align: center;
  color: #0b1021;
}
.platform-showcase p.lead {
  text-align: center;
  color: rgba(11,16,33,0.8);
  margin-top: 8px;
}
.platform-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.orbit {
  margin: 36px auto 0;
  width: min(100%, 1100px);
  height: 440px;
  position: relative;
  perspective: 1600px;
  transform-style: preserve-3d;
}
.orbit-track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.card3d {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 320px;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
  --rx: 520px;
  --rz: 260px;
  animation: ellipse 28s linear infinite;
  backface-visibility: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15,23,42,0.25);
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.08);
}
.card3d:nth-child(1) { animation-delay: 0s; }
.card3d:nth-child(2) { animation-delay: -4s; }
.card3d:nth-child(3) { animation-delay: -8s; }
.card3d:nth-child(4) { animation-delay: -12s; }
.card3d:nth-child(5) { animation-delay: -16s; }
.card3d:nth-child(6) { animation-delay: -20s; }
.card3d:nth-child(7) { animation-delay: -24s; }
.card3d::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,16,33,0.05), transparent 35%);
  z-index: 1;
  pointer-events: none;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-head {
  height: 62px;
  background: linear-gradient(135deg, rgba(93,107,255,0.15), rgba(13,201,109,0.1));
  display: flex;
  align-items: center;
  padding: 12px 14px;
  gap: 10px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6f61;
  box-shadow: 16px 0 0 #ffcf4c, 32px 0 0 #64ddc6;
}
.card-body {
  padding: 12px;
  display: grid;
  gap: 10px;
}
.media {
  height: 140px;
  border-radius: 14px;
  background: linear-gradient(135deg, #dbeafe, #fef3c7);
  position: relative;
  overflow: hidden;
}
.media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(93,107,255,0.25), transparent 55%);
  opacity: 0.9;
}
.lines {
  display: grid;
  gap: 6px;
}
.line {
  height: 10px;
  border-radius: 6px;
  background: rgba(15,23,42,0.08);
}
.line.long { width: 90%; }
.line.mid { width: 70%; }
.line.short { width: 50%; }
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(93,107,255,0.12);
  color: #0b1021;
  font-weight: 600;
  font-size: 13px;
}
@keyframes ellipse {
  0%   { transform: translate(-50%, -50%) translate3d(var(--rx), 0, 0) rotateX(-6deg); }
  25%  { transform: translate(-50%, -50%) translate3d(0, 0, calc(-1 * var(--rz))) rotateX(-6deg); }
  50%  { transform: translate(-50%, -50%) translate3d(calc(-1 * var(--rx)), 0, 0) rotateX(-6deg); }
  75%  { transform: translate(-50%, -50%) translate3d(0, 0, var(--rz)) rotateX(-6deg); }
  100% { transform: translate(-50%, -50%) translate3d(var(--rx), 0, 0) rotateX(-6deg); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .info-card,
  .timeline,
  .qa-section,
  .content-section,
  .hero-pulse {
    animation: none;
  }
}
@media (min-width: 901px) {
  .hero-grid {
    grid-template-columns: 1fr 280px;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 40px;
  }
  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-video {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }
  .hero-panels {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .hero-grid {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 900px) {
  .orbit { height: 360px; }
  .card3d { animation-duration: 24s; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  header.hero { padding: 64px 18px 52px; border-radius: 0; min-height: auto; }
  .shell { padding: 0 18px 90px; }
  .qa-split { grid-template-columns: 1fr; }
  .qa-right { margin-top: 16px; }
  .qa-image { max-width: 480px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-video-wrap { max-width: 280px; margin: 0 auto; }
  .hero-panels { margin-top: 10px; }
  .host-grid { grid-template-columns: 1fr; }
  .host-photo { justify-self: center; }
  .schedule-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .final-cta { padding: 32px 24px; }
  .final-cta h2 { font-size: clamp(18px, 3.5vw, 26px); }
}
@media (max-width: 700px) {
  .site-header-inner { flex-direction: row; align-items: center; justify-content: center; }
  .nav-brand { width: 100%; justify-content: center; }
  .nav-actions { display: none; }
  .nav-status { font-size: 22px; }
  .hero-chips { flex-direction: column; }
  .course-info { padding: 56px 18px 48px; }
  .course-info.course-info-secondary { padding: 44px 18px 44px; }
  .course-info .section-head h2 { font-size: 28px; }
  .course-info .section-head p { font-size: 14px; }
  .info-card { padding: 18px 20px; }
  .info-card h3 { font-size: 22px; letter-spacing: 0.04em; }
  .platform-showcase { padding: 32px 18px; }
  .faq-section { padding: 28px 20px; }
  .orbit { height: 400px; perspective: none; overflow: hidden; display: flex; align-items: center; }
  .orbit-track {
    position: relative;
    display: flex;
    gap: 14px;
    animation: marquee 14s linear infinite;
    transform: translateX(0);
    width: max-content;
    padding-bottom: 8px;
    will-change: transform;
  }
  .card3d {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    flex: 0 0 auto;
    animation: none;
  }
  .video-grid { grid-template-columns: 1fr; }
  .slides { grid-template-columns: 1fr; }
  blockquote.testimonial { grid-template-columns: 64px 1fr; }
  .final-cta { padding: 28px 16px; }
  .final-cta h2 { font-size: 20px; line-height: 1.3; }
  .info-iframe { height: 900px; }
  .info-form-container { padding: 8px 4px 4px; }
}
@media (max-width: 600px) {
  .cta-row { flex-direction: column; align-items: flex-start; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .final-cta { padding: 24px 14px; }
  .final-cta h2 { font-size: 18px; }
  .info-iframe { height: 800px; }
}

/* ==== Widget Cookiebot ==== */
#CookiebotWidget {
  left: auto !important;
  right: 16px !important;
  bottom: 16px !important;
}

@media (max-width: 640px) {
  #CookiebotWidget {
    right: 12px !important;
    bottom: 12px !important;
  }
}
