:root {
  --navy: #06336d;
  --orange: #ff7600;
  --orange-2: #ffa31a;
  --ivory: #fffefa;
  --cream: #fffaf2;
  --text: #183a63;
  --muted: #506b8b;
  --line: #ffd39a;
  --shadow: 0 10px 28px rgba(125, 72, 4, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: #edf0f4;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); }

main, .footer {
  width: min(100%, 390px);
  margin-inline: auto;
  box-shadow: 0 0 45px rgba(8, 43, 92, .1);
}
.shell, .narrow {
  width: calc(100% - 40px);
  margin-inline: auto;
}
.section {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  background: var(--ivory);
  border-bottom: 1px solid rgba(255, 180, 80, .18);
}
.section:nth-of-type(even) { background: var(--cream); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100%, 390px);
  transform: translateX(-50%);
}
.header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo { width: 128px; height: auto; }

h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.7px;
  text-align: center;
}
h2::after {
  content: "";
  display: block;
  width: 47px;
  height: 4px;
  margin: 13px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange-2), var(--orange));
}
h2 span, h1 span { color: var(--orange); }

.hero {
  min-height: 820px;
  padding: 84px 0 0;
  background: linear-gradient(180deg, #fffdf8 0%, #fff9ef 100%);
}
.hero-glow {
  position: absolute;
  top: 35px;
  right: -190px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 151, 24, .16), transparent 68%);
}
.curve {
  position: absolute;
  width: 230px;
  height: 100px;
  border: 1px solid rgba(255, 130, 0, .16);
  border-color: rgba(255, 130, 0, .16) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-14deg);
}
.curve-one { left: -112px; top: 415px; }
.sparkle {
  position: absolute;
  z-index: 1;
  color: #ffb24b;
  line-height: 1;
}
.sparkle-one { top: 98px; right: 24px; font-size: 16px; }
.sparkle-two { display: none; }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 27px;
}
.hero-copy { text-align: center; }
.eyebrow {
  min-height: 28px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
}
.eyebrow i {
  color: var(--orange);
  font-style: normal;
}
.free-badge {
  padding: 5px 10px 6px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #ff9200, #ff6500);
  box-shadow: 0 5px 13px rgba(255, 103, 0, .24);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
}
h1 {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -1.1px;
  text-align: center;
}
h1 span { display: inline-block; margin-top: 4px; }
.primary-cta {
  width: 100%;
  min-height: 54px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: white;
  background: linear-gradient(100deg, #ff8d00, #ff6500);
  box-shadow: 0 8px 18px rgba(255, 103, 0, .24);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}
.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 103, 0, .3);
}
.primary-cta span { font-size: 19px; line-height: 1; }
.hero-meta {
  margin: 11px 0 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
}
.hero-meta i {
  margin: 0 7px;
  color: var(--orange);
  font-style: normal;
}
.hero-visual {
  width: 100%;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 170px 170px 0 0;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.why-free { padding-top: 34px; }
.why-free::after, .fit::after {
  content: "";
  position: absolute;
  right: -165px;
  top: 70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 28, .1), transparent 70%);
}
.why-free-content {
  position: relative;
  z-index: 1;
}
.why-free-content h3 {
  margin: 0 0 13px;
  padding: 11px 14px;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  color: var(--navy);
  background: rgba(255, 118, 0, .08);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -.15px;
}
.why-free-lead {
  margin: 0 3px 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.empathy-card {
  padding: 18px 17px 17px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--orange);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}
.empathy-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.empathy-card strong {
  color: var(--navy);
  font-weight: 800;
}
.empathy-card .mission-statement {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 600;
}
.empathy-card .mission-statement strong { color: var(--orange); }
.outcome-list { display: grid; gap: 13px; }
.soft-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}
.outcome-card h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.2px;
}
.outcome-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.consultation {
  color: var(--text);
  background: var(--cream) !important;
}
.consultation h2 { color: var(--navy); }
.timeline { position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: 25px;
  left: 20px;
  width: 2px;
  background: linear-gradient(var(--orange-2), var(--orange));
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.timeline-item > span {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(140deg, var(--orange-2), var(--orange));
  font-size: 12px;
  font-weight: 800;
}
.timeline-item h3 {
  margin: 1px 0 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.note {
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  background: #fff4df;
  font-size: 13px;
  line-height: 1.55;
}

.outcome-card {
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
}
.line-icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--orange);
  background: #fff9ef;
}
.line-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pull-quote {
  margin: 21px 8px 17px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.fit { padding-block: 34px; }
.checklist { padding: 5px 17px; }
.checklist p {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 11px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(6, 51, 109, .08);
  font-size: 14px;
  line-height: 1.55;
}
.checklist p:last-child { border-bottom: 0; }
.checklist span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.fit-note {
  margin: 18px 4px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.experts {
  padding-block: 36px;
  background: var(--cream) !important;
}
.experts .shell {
  width: calc(100% - 40px);
  margin-inline: auto;
}
.expert-carousel { position: relative; }
.expert-viewport {
  overflow-x: hidden;
  padding: 3px 0 15px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.expert-viewport::-webkit-scrollbar { display: none; }
.expert-track { display: flex; gap: 0; }
.expert-card {
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}
.expert-card > img {
  width: 100%;
  height: 278px;
  object-fit: cover;
  object-position: top center;
  background: #fff4e5;
}
.expert-content { padding: 20px 20px 22px; }
.expert-content h3 {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}
.expert-role {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.expert-content ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}
.expert-content li { margin-bottom: 8px; padding-left: 3px; }
.expert-content li::marker { color: var(--orange); }
.carousel-controls {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 142px;
  width: 30px;
  height: 30px;
  padding: 0 0 2px;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  box-shadow: 0 4px 10px rgba(141, 73, 0, .2);
  font: inherit;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.carousel-prev { left: -7px; }
.carousel-next { right: -7px; }
.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  color: white;
  background: #e96500;
  transform: translateY(-50%) scale(1.05);
  outline: none;
}
.carousel-arrow:active { transform: translateY(-50%) scale(.96); }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #decfb9;
  cursor: pointer;
  transition: width .25s, background .25s;
}
.carousel-dots button.active { width: 24px; background: var(--orange); }

.registration {
  padding: 38px 0 34px;
  color: var(--text);
  background: var(--ivory) !important;
}
.registration-grid { display: grid; gap: 24px; }
.registration h2 {
  margin-bottom: 15px;
  color: var(--navy);
}
.registration-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
.registration-form {
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}
.registration-form > label:not(.confirm) {
  display: block;
  margin-bottom: 15px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.registration-form b { color: var(--orange); }
input, textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  border: 1px solid #f1d7b5;
  border-radius: 10px;
  outline: none;
  color: var(--navy);
  background: #fffcf7;
  font: inherit;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #8c9aad; }
input:focus, textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 118, 0, .1);
}
.confirm {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  margin: 3px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.confirm input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--orange);
}
.registration-form .primary-cta { width: 100%; }

.footer {
  padding: 28px 0;
  color: var(--muted);
  background: var(--cream);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-align: center;
}
.footer img { width: 118px; }
.footer p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.footer p span { margin: 0 5px; color: var(--orange); }
.legal { color: #71849b !important; }

.success-dialog {
  width: min(calc(100% - 36px), 350px);
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: visible;
  color: var(--text);
  background: transparent;
  box-shadow: 0 24px 65px rgba(6, 51, 109, .22);
}
.success-dialog::backdrop {
  background: rgba(8, 35, 69, .48);
  backdrop-filter: blur(3px);
}
.success-dialog__content {
  position: relative;
  padding: 42px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf2 100%);
  text-align: center;
}
.success-dialog__icon {
  position: absolute;
  top: -31px;
  left: 50%;
  width: 62px;
  height: 62px;
  border: 5px solid white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(140deg, var(--orange-2), var(--orange));
  box-shadow: 0 8px 20px rgba(255, 118, 0, .3);
  transform: translateX(-50%);
}
.success-dialog__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.success-dialog__eyebrow {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.success-dialog h2 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.22;
}
.success-dialog h2::after { display: none; }
.success-dialog p:last-of-type {
  margin: 0 auto 21px;
  max-width: 285px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}
.success-dialog__button {
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(100deg, #ff8d00, #ff6500);
  box-shadow: 0 7px 16px rgba(255, 103, 0, .22);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.success-dialog__button:hover,
.success-dialog__button:focus-visible {
  background: #ed6800;
  outline: 3px solid rgba(255, 118, 0, .18);
  outline-offset: 3px;
}
.success-dialog[open] {
  animation: dialog-in .24s ease-out both;
}
@keyframes dialog-in {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.will-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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