:root {
  --blue: #075dcc;
  --blue-deep: #06499b;
  --ink: #303033;
  --muted: #666b73;
  --paper: #f8f8f8;
  --white: #ffffff;
  --gold: #b59b4a;
  --charcoal: #2b2b2b;
  --soft-line: #e7e8ea;
  --shadow: 0 22px 42px rgba(28, 32, 38, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(18px, 8.7vw, 432px);
  background: rgba(238, 243, 248, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(63, 75, 92, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: #26313e;
}

.logo-wrap {
  display: inline-grid;
  place-items: center;
}

.vision-logo {
  display: block;
  height: 26px;
  width: auto;
  color: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 100%;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c858f;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-links a.active {
  color: var(--blue);
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 7px;
  height: 2px;
  background: var(--blue);
  border-radius: 999px;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 22px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(7, 93, 204, 0.24);
}

.hero {
  position: relative;
  height: clamp(320px, 26.4vw, 360px);
  overflow: hidden;
  background: #26313b;
}

.hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-copy {
  position: absolute;
  left: clamp(42px, 6.8vw, 116px);
  top: 52%;
  z-index: 3;
  width: min(610px, 48vw);
  color: #fff;
  transform: translateY(-50%);
}

.hero-copy p {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.86;
}

.hero-copy h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.45vw, 34px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.hero-copy div {
  display: grid;
  gap: 12px;
}

.hero-mobile-cta {
  width: max-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 9px;
  background: #fff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.hero-copy small {
  max-width: 310px;
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  line-height: 1.55;
}

.chapters {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 46px;
}

.chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 112px;
}

.chapter:nth-child(1) {
  margin-bottom: 115px;
}

.chapter:nth-child(3) {
  margin-bottom: 38px;
}

.chapter-media img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 12px 24px rgba(18, 22, 28, 0.08);
}

.chapter-copy {
  max-width: 344px;
  justify-self: center;
}

.chapter-label,
.closing-card > p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chapter-copy h2,
.about h2,
.testimonials h2,
.closing-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.chapter-copy h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(36px, 3.1vw, 42px);
  line-height: 0.96;
}

.chapter-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.chapter-details {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  color: var(--muted);
}

.chapter-details h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chapter-details ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chapter-details li {
  position: relative;
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.48;
}

.chapter-details li::before {
  content: "➔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}

.included-list li::before {
  content: "✓";
  color: #16a34a;
}

.schedule-list li::before {
  content: "●";
  color: var(--blue);
}

.excluded-list li::before {
  content: "✗";
  color: #dc2626;
}

.chapter-copy blockquote {
  margin: 35px 0 0;
  color: #8b8f95;
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
}

.about {
  background: #fff;
  padding: 58px 0 66px;
}

.about-inner {
  width: min(955px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

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

.founder img {
  width: 132px;
  aspect-ratio: 132 / 177;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: var(--shadow);
  justify-self: end;
}

.about h2 {
  margin: 4px 0 12px;
  font-size: 22px;
  line-height: 1.05;
  font-style: italic;
}

.heading-emoji {
  display: inline-block;
  font-size: 0.72em;
  font-style: normal;
  line-height: 1;
  vertical-align: 0.06em;
}

.about p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.vision-signoff {
  color: var(--blue);
  font-weight: 800;
}

.about a,
.about span {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 800;
  color: var(--blue);
}

.about span {
  color: #8b8f95;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.about span a {
  display: inline;
  margin-top: 0;
  color: var(--blue);
  font-size: inherit;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.vision-icon {
  width: 118px;
  height: 148px;
  display: grid;
  place-items: center;
  justify-self: center;
  background: transparent;
  box-shadow: 0 18px 32px rgba(31, 44, 58, 0.09);
  overflow: hidden;
}

.vision-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials {
  padding: 78px 0 84px;
  background: #fff;
  overflow: hidden;
}

.testimonials h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(31px, 3vw, 38px);
  line-height: 1.1;
}

.title-rule {
  width: 42px;
  height: 2px;
  margin: 18px auto 45px;
  background: #87aee8;
}

.testimonial-wrap {
  position: relative;
  width: min(840px, calc(100% - 42px));
  margin: 0 auto;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 212px;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 18px 16px 28px;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial {
  min-height: 176px;
  scroll-snap-align: start;
  text-align: center;
  padding: 0 18px 22px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(38, 42, 46, 0.14);
}

.testimonial img {
  width: 52px;
  height: 72px;
  object-fit: cover;
  margin: -16px auto 12px;
  border-radius: 3px;
  box-shadow: 0 8px 18px rgba(20, 20, 20, 0.12);
}

.testimonial img.client-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.stars {
  color: #f3c545;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.testimonial h3 {
  margin: 9px 0 9px;
  font-size: 11px;
  line-height: 1;
}

.testimonial h3 span {
  display: inline-grid;
  place-items: center;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  border-radius: 50%;
  background: #dcecff;
  color: var(--blue);
  font-size: 8px;
}

.testimonial p {
  margin: 0;
  color: #61666d;
  font-size: 10px;
  line-height: 1.48;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #5b6570;
  box-shadow: 0 10px 22px rgba(40, 45, 52, 0.12);
  cursor: pointer;
}

.carousel-btn span {
  transform: translateY(-1px);
  font-size: 20px;
  line-height: 1;
}

.carousel-btn.prev {
  left: -3px;
}

.carousel-btn.next {
  right: -3px;
}

.closing {
  padding: 64px 24px 86px;
  background: var(--paper);
}

.closing-card {
  width: min(666px, 100%);
  margin: 0 auto;
  min-height: 0;
  padding: 48px 28px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--white);
  text-align: center;
  background: #030f1b;
  box-shadow: 0 20px 38px rgba(27, 27, 27, 0.18);
}

.closing-card > p {
  margin-bottom: 8px;
}

.closing-card h2 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1;
}

.closing-card span {
  display: block;
  width: min(420px, calc(100% - 48px));
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.6;
}

.closing-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 39px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 6px;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(34, 197, 94, 0.25);
}

.closing-card a svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.closing-card small {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer {
  position: relative;
  padding: 64px 0 48px;
  color: #b5c7d8;
  background: #030f1b;
  border-top: 1px solid rgba(7, 89, 133, 0.34);
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 46px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 15px;
}

.footer-logo {
  width: max-content;
  display: inline-flex;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

.footer-logo .vision-logo {
  height: 66px;
}

.footer-brand p {
  margin: 0;
  max-width: 230px;
  color: rgba(181, 199, 216, 0.9);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.footer-column h5 {
  margin: 0 0 17px;
  color: #00c4d4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.footer-column a:hover {
  color: #00c4d4;
}

.socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(12, 74, 110, 0.58);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.socials a:hover {
  background: rgba(0, 196, 212, 0.1);
  border-color: #00c4d4;
}

.footer-copy {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid rgba(12, 74, 110, 0.28);
  text-align: center;
}

.footer-copy p {
  margin: 0;
  color: rgba(181, 199, 216, 0.62);
  font-size: 12px;
}

@media (max-width: 760px) {
  .site-header {
    height: 50px;
    grid-template-columns: auto 1fr auto;
    padding: 0 18px;
  }

  .nav-links {
    display: none;
  }

  .vision-logo {
    height: 29px;
  }

  .header-cta {
    min-width: 0;
    padding: 0 11px;
    font-size: 8px;
  }

  .hero {
    height: 360px;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
    object-position: center center;
    filter: none;
  }

  .hero-copy {
    position: absolute;
    left: 24px;
    right: 22px;
    bottom: 22px;
    top: auto;
    width: auto;
    color: #fff;
    transform: none;
  }

  .hero-copy p {
    margin: 0 0 9px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.78;
  }

  .hero-copy h2 {
    margin: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .hero-copy div {
    display: grid;
    gap: 11px;
  }

  .hero-mobile-cta {
    width: max-content;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 9px;
    background: #fff;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-copy small {
    max-width: 245px;
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1.55;
  }

  .chapters {
    width: min(520px, calc(100% - 40px));
    padding-top: 62px;
  }

  .chapter,
  .chapter-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 76px;
  }

  .chapter-reverse .chapter-copy {
    order: 2;
  }

  .chapter-reverse .chapter-media {
    order: 1;
  }

  .chapter-copy {
    justify-self: start;
  }

  .chapter-copy h2 {
    font-size: 36px;
  }

  .about-inner {
    width: min(520px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .founder,
  .vision-card {
    grid-template-columns: 94px 1fr;
    gap: 18px;
  }

  .founder img {
    width: 82px;
  }

  .founder h2 {
    font-size: 18px;
    white-space: nowrap;
  }

  .vision-icon {
    width: 82px;
    height: 103px;
  }

  .testimonial-wrap {
    width: calc(100% - 24px);
  }

  .carousel-btn {
    display: none;
  }

  .closing {
    padding-top: 48px;
  }

  .closing-card {
    padding: 40px 20px 42px;
  }

  .footer {
    padding: 54px 0 38px;
  }

  .footer-inner {
    width: min(520px, calc(100% - 40px));
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-logo .vision-logo {
    height: 58px;
  }

  .footer-column ul {
    gap: 11px;
  }

  .footer-copy {
    text-align: left;
  }
}
