:root {
  --blue: #14008b;
  --orange: #f59a00;
  --white: #ffffff;
  --gray: #f5f5f5;
  --ink: #171717;
  --muted: #60606a;
  --line: rgba(20, 0, 139, 0.12);
  --blue-soft: rgba(20, 0, 139, 0.06);
  --orange-soft: rgba(245, 154, 0, 0.14);
  --shadow: 0 24px 70px rgba(20, 0, 139, 0.12);
  --radius: 8px;
  --shell: min(1140px, calc(100% - 36px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(20, 0, 139, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 0, 139, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2 {
  color: var(--blue);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(4.2rem, min(10vw, 14svh), 8rem);
  font-weight: 700;
  line-height: 0.82;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1.25rem;
  line-height: 1.18;
}

p {
  color: var(--muted);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(20, 0, 139, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(20, 0, 139, 0.14);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-links a,
.footer-grid a,
.whatsapp-link {
  text-decoration: none;
}

.nav-links a:hover,
.footer-grid a:hover,
.whatsapp-link:hover {
  color: var(--orange);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 18px 34px rgba(245, 154, 0, 0.26);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(245, 154, 0, 0.32);
}

.button-outline {
  color: var(--blue);
  background: var(--white);
  border-color: rgba(20, 0, 139, 0.18);
  box-shadow: none;
}

.button-outline:hover {
  border-color: var(--orange);
  box-shadow: 0 18px 42px rgba(20, 0, 139, 0.08);
}

.button-light {
  color: var(--blue);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.9rem;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: calc(100svh - 76px);
  padding: clamp(24px, 4svh, 44px) 0 clamp(24px, 4svh, 44px);
  background:
    radial-gradient(circle at 84% 22%, rgba(245, 154, 0, 0.18), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #fbfbff 46%, #f5f5f5 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(20, 0, 139, 0.045) 47% 48%, transparent 48%),
    linear-gradient(45deg, transparent 0 47%, rgba(245, 154, 0, 0.12) 47% 48%, transparent 48%);
  background-size: 42px 42px;
  mask-image: linear-gradient(transparent 0%, #000 32%, #000 86%, transparent 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 100%;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(1.55rem, min(3.4vw, 5.6svh), 2.75rem);
  font-weight: 800;
  line-height: 1.02;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(20, 0, 139, 0.12);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-meta span:last-child {
  color: var(--white);
  background: var(--blue);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.logo-orbit {
  position: relative;
  width: min(350px, 34vw, 48svh);
  aspect-ratio: 1;
  padding: 22px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow);
}

.logo-orbit::before,
.logo-orbit::after {
  position: absolute;
  inset: -22px;
  content: "";
  border: 1px solid rgba(20, 0, 139, 0.13);
  border-radius: 50%;
  animation: orbit 8s linear infinite;
}

.logo-orbit::after {
  inset: -38px;
  border-color: rgba(245, 154, 0, 0.34);
  animation-duration: 12s;
  animation-direction: reverse;
}

.logo-orbit img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.visual-note {
  width: min(360px, 100%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(20, 0, 139, 0.08);
}

.visual-note strong,
.visual-note span {
  display: block;
}

.visual-note strong {
  color: var(--blue);
}

.visual-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.benefits-section,
.trust-section,
.testimonials-section,
.faq-section {
  background: var(--gray);
}

.checkout-section {
  background:
    linear-gradient(135deg, rgba(20, 0, 139, 0.04), rgba(245, 154, 0, 0.08)),
    var(--white);
}

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

.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 148px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(20, 0, 139, 0.06);
  font-size: 1.08rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.benefit-card span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  place-items: center;
}

.split-grid,
.form-grid,
.event-layout,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.84fr);
  align-items: center;
  gap: clamp(34px, 7vw, 84px);
}

.text-block p {
  max-width: 690px;
}

.text-block strong {
  color: var(--blue);
}

.method-card,
.premium-card,
.lead-form,
.facilitator-card,
.testimonial-card,
.next-event-card,
.checkout-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  align-items: start;
  gap: clamp(34px, 7vw, 84px);
}

.checkout-cards {
  display: grid;
  gap: 16px;
}

.checkout-card {
  padding: 28px;
}

.checkout-card span {
  display: block;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-card p {
  margin-bottom: 22px;
}

.method-card {
  padding: 30px;
}

.method-card div {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.method-card div:first-child {
  padding-top: 0;
}

.method-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.method-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-weight: 800;
}

.method-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.2rem;
}

.method-card p {
  margin: 6px 0 0;
}

.trust-visual {
  display: grid;
  min-height: 420px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 0, 139, 0.94), rgba(20, 0, 139, 0.74)),
    var(--blue);
  place-items: center;
  box-shadow: var(--shadow);
}

.trust-visual img {
  width: min(300px, 72%);
  border-radius: 50%;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.facilitator-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
}

.facilitator-photo {
  display: grid;
  min-height: 330px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 26%, rgba(245, 154, 0, 0.36), transparent 28%),
    linear-gradient(135deg, rgba(20, 0, 139, 0.1), rgba(245, 154, 0, 0.2)),
    var(--gray);
  place-items: center;
}

.facilitator-photo img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center top;
}

.facilitator-copy {
  padding: clamp(28px, 5vw, 52px);
}

.editable-label {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.credential-grid div {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--gray);
}

.credential-grid span,
.event-details dt,
.testimonial-card span,
.next-event-card span {
  display: block;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-grid strong {
  display: block;
  color: var(--blue);
}

.event-layout {
  align-items: start;
}

.premium-card {
  padding: clamp(24px, 4vw, 38px);
}

.event-details {
  display: grid;
  margin: 0 0 26px;
}

.event-details div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.event-details div:first-child {
  padding-top: 0;
}

.event-details dd {
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.form-section {
  background:
    linear-gradient(135deg, rgba(20, 0, 139, 0.96), rgba(20, 0, 139, 0.88)),
    var(--blue);
}

.form-section h2,
.form-section p {
  color: var(--white);
}

.form-section .eyebrow {
  color: var(--orange);
}

.whatsapp-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--white);
  font-weight: 800;
}

.lead-form {
  padding: clamp(22px, 4vw, 34px);
}

.field {
  margin-bottom: 17px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(20, 0, 139, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(245, 154, 0, 0.16);
}

.field.is-invalid input,
.field.is-invalid select {
  border-color: #c2410c;
}

.form-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-note.is-success {
  padding: 14px;
  border-radius: var(--radius);
  color: var(--blue);
  background: rgba(245, 154, 0, 0.14);
  font-weight: 800;
}

.form-note.is-error {
  color: #c2410c;
  font-weight: 800;
}

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

.testimonial-card {
  padding: 26px;
}

.testimonial-card p {
  margin: 18px 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.testimonial-card strong {
  color: var(--blue);
}

.next-events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.next-event-card {
  display: grid;
  align-content: start;
  padding: 30px;
}

.next-event-card p {
  min-height: 82px;
}

.event-mini-list {
  display: grid;
  gap: 8px;
  min-height: 78px;
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.event-mini-list li::marker {
  color: var(--orange);
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(20, 0, 139, 0.05);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 20px;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

summary::after {
  content: "+";
  color: var(--orange);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  padding: clamp(72px, 10vw, 120px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 0, 139, 0.92), rgba(20, 0, 139, 1)),
    var(--blue);
}

.final-cta h2 {
  max-width: 820px;
  color: var(--white);
}

.final-cta .eyebrow {
  color: var(--orange);
}

.final-cta-inner {
  display: grid;
  justify-items: start;
}

.site-footer {
  padding: 46px 0 106px;
  color: var(--white);
  background: var(--blue);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 28px;
}

.footer-grid p,
.footer-grid a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
  color: var(--white);
}

.footer-grid nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-contact span {
  font-weight: 800;
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 60;
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-sticky-cta .button {
  width: 100%;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes orbit {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.01);
  }
}

@media (max-width: 920px) {
  .nav-links,
  .nav .button {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .form-grid,
  .event-layout,
  .faq-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .trust-visual {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100% - 28px, 1140px);
  }

  body {
    padding-bottom: 82px;
  }

  .brand span {
    max-width: 160px;
  }

  h1 {
    font-size: clamp(3.6rem, 21vw, 5.6rem);
  }

  .hero {
    min-height: calc(100svh - 76px);
    padding: 24px 0 26px;
  }

  .hero-grid {
    display: flex;
    justify-content: center;
    min-height: calc(100svh - 126px);
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-subtitle {
    margin-bottom: 18px;
    font-size: clamp(1.35rem, 7vw, 1.95rem);
  }

  .hero-meta {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-meta span {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .hero-actions,
  .next-events-grid,
  .benefit-grid,
  .testimonial-track,
  .credential-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    position: absolute;
    right: -74px;
    bottom: 16px;
    z-index: 1;
    opacity: 0.14;
    pointer-events: none;
  }

  .logo-orbit {
    width: min(260px, 68vw);
    padding: 14px;
    box-shadow: none;
  }

  .visual-note {
    display: none;
  }

  .event-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mobile-sticky-cta {
    display: block;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
