:root {
  --yellow: #f7b500;
  --yellow-2: #ffd45a;
  --gold: #e9a900;
  --black: #111111;
  --muted: #5f5f5f;
  --cream: #fff8e7;
  --soft: #fffdf8;
  --line: #eee2c8;
  --green: #19a23a;
  --shadow: 0 18px 45px rgba(30, 24, 10, .10);
  --radius: 24px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--black);
  background: linear-gradient(180deg, #fffdf8 0%, #fff 38%, #fffdf7 100%);
  line-height: 1.5
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto
}

.section-pad {
  padding: 54px 0
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(236, 214, 158, .45)
}

.nav-wrap {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand img {
  width: auto;
  height: 130px;
  object-fit: contain;
  display: block
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700
}

.nav-menu a {
  text-decoration: none;
  color: #111;
  position: relative;
  white-space: nowrap
}

.nav-menu a.active:after,
.nav-menu a:not(.nav-cta):hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 24px;
  height: 3px;
  background: var(--yellow);
  border-radius: 2px
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .25s ease
}

.nav-cta {
  background: var(--yellow);
  padding: 13px 20px;
  box-shadow: 0 10px 26px rgba(247, 181, 0, .25)
}

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

.nav-toggle,
.hamburger {
  display: none
}

.hero {
  padding-top: 28px;
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 38px
}

.eyebrow {
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0 0 10px
}

.hero h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  margin: 0 0 18px;
  letter-spacing: -.05em
}

.hero h1 span {
  color: var(--yellow);
  display: block
}

.lead {
  font-size: 18px;
  color: #2f2f2f;
  max-width: 640px;
  margin: 0 0 28px
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 16px;
}

.contact-pills span {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid #eadfc9;
  border-radius: 14px;
  padding: 13px 18px;
  font-weight: 400;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .04);
  min-height: 58px
}

.contact-pills b {
  color: var(--yellow);
  font-size: 25px
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px
}

.btn {
  padding: 16px 30px;
  border: 2px solid transparent;
  min-width: 180px
}

.primary {
  background: var(--yellow);
  color: #111;
  box-shadow: 0 14px 28px rgba(247, 181, 0, .23)
}

.secondary {
  background: #fff;
  color: #111;
  border-color: #222
}

.dark {
  background: #171717;
  color: #fff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .18)
}

.seat-card {
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(90deg, #fff5d7, #fffaf0);
  border-radius: 20px;
  padding: 17px 28px;
  box-shadow: var(--shadow)
}

.seat-card strong {
  color: var(--green);
  font-size: 16px
}

.seat-card h3 {
  font-size: 24px;
  margin: 0
}

.seat-icon {
  font-size: 34px
}

.hero-image {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-frame {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1.02/1;
  overflow: hidden;
  border-radius: 52% 0 48% 48%;
  background: #fff3c4;
  box-shadow: var(--shadow)
}

.hero-frame:after {
  content: "";
  position: absolute;
  inset: auto 0 -15px 0;
  height: 62px;
  background: var(--yellow);
  border-radius: 80% 0 0 0;
  opacity: .9
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.heart {
  position: absolute;
  color: var(--yellow);
  font-size: 34px;
  z-index: 3;
  animation: float 4s ease-in-out infinite
}

.heart-1 {
  left: 8%;
  top: 24%
}

.heart-2 {
  left: 14%;
  top: 32%;
  font-size: 24px;
  animation-delay: .6s
}

.dots {
  position: absolute;
  left: 9%;
  bottom: 14%;
  width: 84px;
  height: 84px;
  background-image: radial-gradient(var(--yellow) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .7
}

.two-col {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 48px;
  align-items: start
}

.learning-copy h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 18px 0 20px
}

.learning-copy h2 span {
  display: block;
  color: var(--yellow)
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px
}

.check-list li {
  margin: 13px 0;
  font-size: 17px;
  font-weight: 600
}

.check-list li:before,
.benefit-list span:before,
.benefit-list small:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: var(--yellow);
  border-radius: 50%;
  margin-right: 10px;
  color: white;
  font-weight: 900;
  font-size: 12px
}

.learning-copy p {
  font-size: 17px;
  color: #222;
  max-width: 430px
}

.title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px
}

.title-line h2 {
  margin: 0;
  font-size: 26px
}

.title-line span {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent)
}

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

.focus-grid article {
  background: #fff;
  border: 1px solid #eee0c7;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
  padding: 9px;
  text-align: center;
  transition: .25s ease
}

.focus-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .10)
}

.focus-grid img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  display: block
}

.focus-grid h3 {
  font-size: 13px;
  line-height: 1.15;
  margin: 8px 0 3px;
  font-weight: 600
}

.therapy-strip {
  margin-top: 18px;
  background: linear-gradient(90deg, #fff1c7, #fff8ec);
  border: 1px solid #f2dfaa;
  border-radius: 15px;
  padding: 14px;
  text-align: center;
  font-weight: 900;
  font-size: 18px
}

.therapy-strip span {
  background: var(--yellow);
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px
}

.programs {
  padding-top: 24px
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.program-card {
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  background: linear-gradient(110deg, #fff9e8, #fff);
  border-radius: 22px;
  box-shadow: var(--shadow);
  min-height: 275px
}

.program-card.reverse {
  grid-template-columns: 58% 42%;
  background: linear-gradient(110deg, #fff, #f5faff)
}

.program-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.program-content {
  padding: 38px 34px
}

.time {
  font-weight: 400;
  margin-bottom: 18px
}

.time span {
  background: var(--yellow);
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.program-content h3 {
  font-size: 29px;
  line-height: 1.05;
  margin: 0 0 18px
}

.program-content p {
  font-size: 15px;
  color: #252525;
  margin: 0 0 8px
}

.benefits {
  padding-top: 20px
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 28px
}

.benefit-card {
  background: #fff;
  border: 1px solid #eedfbf;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
  padding: 20px;
  display: flex;
  gap: 22px;
  align-items: center
}

.benefit-card h2 {
  font-size: 25px;
  margin: 0 0 18px
}

.benefit-card.image-left>img {
  width: 150px;
  align-self: stretch;
  object-fit: cover;
  border-radius: 18px
}

.benefit-list {
  display: grid;
  gap: 10px
}

.two-columns {
  grid-template-columns: 1fr 1fr
}

.benefit-list span,
.benefit-list small {
  font-size: 14px;
  font-weight: 700;
  color: #222
}

.trust {
  justify-content: space-between
}

.trust-content {
  flex: 1
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 18px
}

.trust-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800
}

.trust-grid i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #000;
  background: var(--yellow);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 18px;
  flex: 0 0 auto;
  
  font-family: "Font Awesome 6 Free";
}

.trust>img {
  width: 150px;
  border-radius: 18px;
  object-fit: cover
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.founder-card,
.faq-card {
  background: linear-gradient(110deg, #fff5d7, #fffaf0);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 28px
}

.founder-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  position: relative
}

.founder-card:after {
  content: "♡♡";
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: var(--yellow);
  font-size: 34px
}

.founder-card img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffe08a
}

.founder-card h2,
.faq-card h2 {
  font-weight: 600;
}

.founder-card h3 {
  font-size: 26px;
  margin: 0 0 6px
}

.role {
  font-weight: 800;
  line-height: 1.35
}

.founder-card p {
  font-size: 14px;
  margin: 8px 0
}

.faq-card {
  background: linear-gradient(110deg, #f4f9ff, #fff);
  padding: 34px
}

details {
  background: #fff;
  margin: 12px 0;
  border-radius: 12px;
  padding: 0 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04)
}

summary {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 0;
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: "+";
  font-size: 24px;
  line-height: 1
}

details[open] summary:after {
  content: "–"
}

details p {
  margin: 0;
  padding: 0 0 16px;
  color: var(--muted)
}

.cta-section {
  padding: 22px 0 42px
}

.cta-banner {
  position: relative;
  min-height: 210px;
  background: linear-gradient(105deg, #ffdf65, #ffc83d);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 34px 40px
}

.cta-copy {
  max-width: 430px;
  z-index: 2
}

.cta-copy h2 {
  font-size: 32px;
  margin: 0 0 4px
}

.cta-copy .green {
  color: var(--green);
  font-weight: 900;
  margin: 0
}

.cta-copy h3 {
  font-size: 28px;
  margin: 0 0 8px
}

.cta-copy p:last-child {
  font-size: 14px;
  font-weight: 600;
  margin: 0
}

.cta-banner img {
  position: absolute;
  right: 48px;
  bottom: 0;
  height: 230px;
  width: auto;
  object-fit: contain
}

.cta-banner .btn {
  z-index: 2;
  margin-left: auto;
  margin-right: 330px;
  min-width: 210px
}

.rainbow {
  position: absolute;
  right: 26px;
  bottom: 20px;
  color: #d6819e;
  font-size: 42px;
  transform: rotate(25deg)
}

.footer {
  background: #fff;
  border-top: 1px solid #eee1c6
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr .8fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 32px 0
}

.footer-logo img {
  width: 210px
}

.footer h3 {
  font-weight: 600;
}

.footer p {
  margin: 3px 0;
  font-size: 14px;
  font-weight: 700
}

.socials span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f6f6f6;
  margin-right: 8px;
  font-weight: 900
}

.map-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 92px
}

.map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.map-box strong {
  position: absolute;
  right: 18px;
  top: 22px;
  font-size: 16px
}

.copyright {
  text-align: center;
  background: #0a0a0a;
  color: white;
  padding: 14px;
  font-weight: 300 !important;
}

.reveal {
  animation: reveal .8s ease both
}

.delay-1 {
  animation-delay: .16s
}

.float-soft {
  animation: float 4.5s ease-in-out infinite
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@media (max-width:1080px) {
  .nav-menu {
    gap: 14px;
    font-size: 13px
  }

  .brand img {
    width: 210px
  }

  .hero-grid,
  .two-col,
  .program-grid,
  .benefits-grid,
  .founder-grid {
    grid-template-columns: 1fr
  }

  .hero-image {
    min-height: 420px;
    order: -1
  }

  .learning-copy p {
    max-width: none
  }

  .focus-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .program-card,
  .program-card.reverse {
    grid-template-columns: 42% 58%
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .cta-banner {
    padding-right: 300px
  }

  .cta-banner .btn {
    margin: 10px 0 0
  }

  .cta-banner {
    display: block
  }

  .cta-banner img {
    right: 20px;
    height: 210px
  }
}

@media (max-width:820px) {
  .nav-wrap {
    height: 78px
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer
  }

  .hamburger span {
    width: 28px;
    height: 3px;
    background: #111;
    border-radius: 4px
  }

  .nav-menu {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 80px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid #f0ddb2;
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--shadow)
  }

  .nav-toggle:checked~.nav-menu {
    display: flex
  }

  .nav-cta {
    justify-content: center
  }

  .section-pad {
    padding: 38px 0
  }

  .hero h1 {
    font-size: 42px
  }

  .hero-image {
    min-height: 360px
  }

  .hero-frame {
    max-width: 420px
  }

  .contact-pills span {
    width: 100%;
    justify-content: flex-start
  }

  .focus-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .program-card,
  .program-card.reverse {
    grid-template-columns: 1fr
  }

  .program-card.reverse .program-content {
    order: 2
  }

  .program-card>img {
    height: 260px
  }

  .benefit-card,
  .trust {
    display: block
  }

  .benefit-card.image-left>img,
  .trust>img {
    width: 100%;
    height: 220px;
    margin-bottom: 18px
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr
  }

  .founder-card {
    grid-template-columns: 1fr;
    text-align: left
  }

  .founder-card img {
    margin: auto
  }

  .cta-banner {
    padding: 30px 28px 220px
  }

  .cta-banner img {
    right: 50%;
    transform: translateX(50%);
    height: 220px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center
  }

  .map-box {
    max-width: 360px;
    margin: auto
  }
}

@media (max-width:520px) {
  .container {
    width: min(94%, 480px)
  }

  .brand img {
    width: 174px
  }

  .hero h1 {
    font-size: 34px
  }

  .lead {
    font-size: 16px
  }

  .btn {
    width: 100%;
    min-width: 0
  }

  .seat-card {
    padding: 16px;
    align-items: flex-start
  }

  .seat-card h3 {
    font-size: 20px
  }

  .hero-image {
    min-height: 300px
  }

  .focus-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .focus-grid img {
    height: 62px
  }

  .focus-grid h3 {
    font-size: 11px
  }

  .title-line span {
    width: 36px
  }

  .program-content {
    padding: 26px 22px
  }

  .program-content h3,
  .founder-card h2,
  .faq-card h2,
  .cta-copy h2 {
    font-size: 25px
  }

  .two-columns {
    grid-template-columns: 1fr
  }

  .trust-grid {
    grid-template-columns: 1fr
  }

  .founder-card,
  .faq-card {
    padding: 22px
  }

  .cta-copy h3 {
    font-size: 22px
  }

  .cta-banner {
    padding-bottom: 190px
  }

  .cta-banner img {
    height: 190px
  }

  .hero-actions {
    gap: 12px
  }

  .contact-pills {
    gap: 10px
  }
}


/* Fix benefit grid */
.benefit-list.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.benefit-list span {
  display: block;
  padding: 6px 0;
  font-weight: 600
}

/* trust grid icons */
.trust-grid div i {
  margin-right: 8px;
  color: #000;
}

/* socials */
.socials a {
  margin-right: 10px;
  font-size: 18px;
  color: #111;
  text-decoration: none
}

/* reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: all .6s ease
}

.reveal.active {
  opacity: 1;
  transform: translateY(0)
}

/* mobile fixes */
@media(max-width:768px) {
  .benefit-list.two-columns {
    grid-template-columns: 1fr
  }

  .nav-menu {
    flex-wrap: wrap;
    gap: 12px
  }
}


body {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 600;
}

p,
li,
span {
  font-weight: 400;
}

.nav-menu a {
  font-weight: 500;
}


#why .benefit-list span,
#why .benefit-list small {
  font-weight: 400 !important;
  line-height: 1.5;
}

#why .benefit-card h2 {
  font-weight: 600;
}

#why .benefit-card {
  align-items: flex-start;
}

#why .benefit-list {
  gap: 12px;
}

#why .benefit-card {
  border-radius: 22px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.wa-btn,
.call-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.wa-btn {
  background: #25D366;
}

.call-btn {
  background: #f7b500;
}