:root {
  --blue: #2f7db7;
  --blue-dark: #246898;
  --teal: #75bdb9;
  --ink: #163247;
  --muted: #62798c;
  --line: #dce9f0;
  --soft: #f4f9fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

img {
  max-width: 100%;
}

.container {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(47, 125, 183, 0.14);
  backdrop-filter: blur(12px);
  overflow: visible;
}

.navbar {
  min-height: 82px;
  padding: 12px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 442px;
  max-height: 78px;
  object-fit: contain;
  display: block;
}

.nav-link {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
  color: var(--blue);
}

.btn-nav,
.btn-main {
  --bs-btn-bg: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue-dark);
  --bs-btn-hover-border-color: var(--blue-dark);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  border-radius: 999px;
  /* Increased by 20%: padding and font-size */
  padding: 0.984rem 2.3rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.btn-outline {
  border: 1px solid rgba(47, 125, 183, 0.32);
  border-radius: 999px;
  color: var(--blue);
  /* match primary button sizing (20% larger) */
  padding: 0.984rem 2.3rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.btn-outline:hover,
.btn-outline:focus {
  border-color: var(--blue);
  color: var(--blue-dark);
  background: rgba(47, 125, 183, 0.06);
}

.hero {
  padding: clamp(56px, 7vw, 96px) 0 56px;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 42%, rgba(244, 249, 251, 0.78) 100%),
    var(--soft);
}

.hero .row {
  --bs-gutter-x: clamp(16px, 2vw, 32px);
}

.hero .col-lg-6:first-child {
  padding-left: 8cm;
}

.hero .col-lg-6:last-child {
  padding-right: clamp(16px, 3vw, 48px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 650px;
  color: var(--blue);
  font-size: clamp(2.35rem, 4.2vw, 4.05rem);
  line-height: 1.18;
  font-weight: 800;
}

.hero-text {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.98;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .hero-text {
    max-width: none;
    white-space: nowrap;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin: 34px 0 0;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.hero-stats dt {
  color: var(--blue);
  font-size: 1.04rem;
  font-weight: 800;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-media {
  min-height: clamp(360px, 38vw, 560px);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(47, 125, 183, 0.04), rgba(117, 189, 185, 0.08)),
    url("assets/92.jpg") center 20% / cover no-repeat;
  margin-left: -3cm;
  box-shadow: 0 24px 70px rgba(22, 50, 71, 0.14);
}

.coming-soon-page {
  background: #ffffff;
  overflow: visible;
}

.coming-soon-hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: clamp(56px, 7vw, 98px) 0 clamp(44px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(244, 249, 251, 0.8) 100%),
    url("assets/70.png") calc(22% + 3cm) center / cover no-repeat;
  position: relative;
  overflow: visible;
}

.coming-soon-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  align-items: center;
  justify-content: start;
  gap: clamp(34px, 6vw, 88px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.coming-soon-copy {
  min-width: 0;
}

.coming-soon-copy h1 {
  max-width: 760px;
  font-size: clamp(2.2rem, 4.2vw, 4.0rem);
  line-height: 0.98;
}

.coming-soon-copy .hero-text {
  max-width: 660px;
  white-space: normal;
}

.coming-soon-waitlist {
  padding-top: clamp(62px, 7vw, 94px);
}

.section {
  padding: 86px 0;
}

.intro {
  padding-top: 28px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

#benefits .section-heading {
  max-width: 980px;
}

.section-heading h2,
.process h2,
.audience-panel h2,
.waitlist h2 {
  margin: 0;
  color: var(--blue);
  font-size: 2.65rem;
  line-height: 1.08;
  font-weight: 800;
}

@media (min-width: 992px) {
  #benefits .section-heading h2 {
    white-space: nowrap;
  }
}

.section-heading p,
.section-copy,
.audience-panel p,
.waitlist p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.benefit {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.benefit img {
  width: 258px;
  height: 258px;
  object-fit: contain;
  margin: 0 auto;
}

.benefit h3,
.step h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 800;
}

.benefit p,
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.62;
}

.process {
  background: var(--soft);
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(117, 189, 185, 0.18);
  color: var(--blue);
  font-weight: 800;
}

.step h3 {
  margin-top: 0;
}

.audience-panel {
  height: 100%;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.audience-panel--blue {
  background: var(--blue);
  color: #ffffff;
}

.audience-panel--blue h2,
.audience-panel--blue p {
  color: #ffffff;
}

.audience-panel--blue .eyebrow {
  color: #b8ece8;
}

.waitlist {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--blue) 0%, #286f9e 100%);
}

.waitlist-box {
  padding: 46px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(11, 37, 56, 0.22);
}

.waitlist .form-label {
  color: var(--ink);
  font-weight: 700;
}

.waitlist .form-control,
.waitlist .form-select {
  min-height: 48px;
  border-color: #c7d6df;
  border-radius: 7px;
}

.waitlist .form-control:focus,
.waitlist .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(47, 125, 183, 0.16);
}

.btn-submit {
  min-height: 50px;
  padding: 0 1.4rem;
  border-radius: 999px;
  color: var(--blue);
  font-weight: 800;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--blue-dark);
  font-weight: 700;
}

.form-status.is-error {
  color: #a83a3a;
}

.site-footer {
  padding: 34px 0;
  background: #ffffff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-inner img {
  width: 353px;
}

.about-page {
  background: #ffffff;
}

.about-hero {
  padding: clamp(64px, 7vw, 108px) 0 54px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(280px, 480px);
  align-items: start;
  justify-content: center;
  gap: clamp(36px, 5vw, 84px);
  max-width: 1180px;
  margin: 0 auto;
}

.about-copy {
  min-width: 0;
}

.about-copy h1 {
  color: var(--blue);
  font-size: clamp(3rem, 6.8vw, 5.7rem);
  line-height: 1;
  font-weight: 800;
}

.about-story {
  display: grid;
  gap: 22px;
  margin-top: clamp(38px, 4vw, 62px);
}

.about-story p {
  max-width: 100%;
  margin: 0;
  color: #242832;
  font-size: clamp(1.18rem, 1.7vw, 1.72rem);
  line-height: 1.14;
  font-weight: 500;
}

.about-signature {
  margin: 48px 0 0;
  color: #111a22;
  font-family: "Shadows Into Light", cursive;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1;
}

.about-photo {
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: url("assets/hands-puzzle-transparent.png") center / contain no-repeat;
  justify-self: center;
}

.about-belief {
  background: #ffffff;
}

.belief-image {
  display: block;
  width: 63.75%;
  height: auto;
  margin: 0 auto;
}

.about-logo-section {
  padding: clamp(64px, 8vw, 108px) 0;
  text-align: center;
}

.about-logo-section img {
  width: min(713px, 82vw);
}

@media (max-width: 1280px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 680px;
  }

  .about-photo {
    max-width: 560px;
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 18px 0 6px;
  }

  .nav-link {
    padding: 10px 0;
  }

  .btn-nav {
    width: 100%;
    margin-top: 8px;
  }

  .hero {
    padding: 68px 0 22px;
  }

  .hero .col-lg-6:first-child,
  .hero .col-lg-6:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro {
    padding-top: 26px;
  }

  h1 {
    font-size: 3.05rem;
  }

  .hero-media {
    min-height: 390px;
    margin-left: 0;
  }

  .section-heading h2,
  .process h2,
  .audience-panel h2,
  .waitlist h2 {
    font-size: 2.15rem;
  }

  .coming-soon-hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .coming-soon-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

}

@media (max-width: 768px) {
  .navbar {
    min-height: 74px;
  }

  .navbar-brand img {
    width: 236px;
  }

  .hero {
    padding: 48px 0 20px;
  }

  .hero .col-lg-6:first-child,
  .hero .col-lg-6:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro {
    padding-top: 24px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 320px;
    margin-left: 0;
  }

  .coming-soon-layout {
    padding: 0 16px;
  }

  .coming-soon-copy h1 {
    font-size: clamp(2.2rem, 12vw, 4.0rem);
  }

  .section,
  .waitlist {
    padding: 58px 0;
  }

  .section-heading h2,
  .process h2,
  .audience-panel h2,
  .waitlist h2 {
    font-size: 1.85rem;
  }

  .benefit,
  .audience-panel,
  .waitlist-box {
    padding: 24px;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-hero {
    padding: 48px 0 42px;
  }

  .about-story {
    gap: 18px;
  }

  .about-photo {
    border-radius: 12px;
  }

}

.autism-ribbon-sticker {
  position: absolute;
  top: -100px;
  right: 40px;
  width: 160px;
  height: auto;
  z-index: 35;
  pointer-events: none;
}

.autism-ribbon-sticker img {
  width: 100%;
  height: auto;
  display: block;
}
