:root {
  --orange-top: #ff8c1a;
  --orange-bottom: #ff4d00;
  --charcoal: #1f1f1f;
  --muted: #676767;
  --paper: #ffffff;
  --soft: #fffaf5;
  --line: rgba(31, 31, 31, 0.08);
  --book-green: #2e8b57;
  --book-blue: #1e4e8c;
  --yellow: #ffe082;
  --shadow: 0 28px 70px rgba(31, 31, 31, 0.09);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1160px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 140, 26, 0.08), transparent 18%),
    radial-gradient(circle at 86% 14%, rgba(255, 77, 0, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}

.site-floaters {
  position: fixed;
  inset: 88px 0 0;
  pointer-events: none;
  z-index: 0;
}

main,
.hero,
.page-hero,
.section,
.student-focus-card,
.student-focus-media {
  position: relative;
}

a {
  color: inherit;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: var(--container);
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-seal {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-size: 1rem;
  color: var(--charcoal);
}

.brand-copy span {
  font-size: 0.84rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  text-decoration: none;
  color: #666;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a.is-active {
  color: var(--charcoal);
  position: relative;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.3rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
  box-shadow: 0 18px 35px rgba(255, 77, 0, 0.22);
}

.button-secondary {
  color: var(--charcoal);
  background: #fff;
  border-color: rgba(31, 31, 31, 0.12);
}

.text-link {
  color: var(--orange-bottom);
  text-decoration: none;
  font-weight: 700;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.hero,
.page-hero {
  padding: 64px 0 44px;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.split-layout h2,
.form-layout h2,
.info-strip-copy h2,
.showcase-copy h2,
.student-focus-copy h2,
.highlight-banner h2,
.cta-banner h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.03em;
}

.hero-copy h1,
.page-hero h1 {
  margin: 18px 0 16px;
  max-width: none;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.06;
  color: var(--charcoal);
}

.hero-copy h1 span {
  background: linear-gradient(180deg, transparent 58%, var(--yellow) 58%);
}

.lead {
  max-width: 980px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}

.page-hero .container {
  max-width: min(1240px, calc(100vw - 32px));
}

.page-hero h1 {
  max-width: 18ch;
}

.eyebrow,
.kicker,
.plan-tag,
.kicker-dark {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow,
.kicker {
  color: var(--orange-bottom);
  background: rgba(255, 140, 26, 0.08);
}

.kicker-dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.plan-tag {
  color: var(--orange-bottom);
  background: rgba(255, 140, 26, 0.12);
}

.hero-actions,
.cta-actions,
.form-actions,
.hero-badges,
.banner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-badges {
  margin-top: 22px;
}

.hero-badges span,
.banner-points span {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.05);
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-brand-panel {
  display: none;
}

.hero-rich {
  overflow: hidden;
  position: relative;
}

.hero-rich::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 250px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 84, 0, 0.2);
}

.decor-arrow,
.decor-planet,
.decor-dots,
.decor-sparkles {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.decor-arrow {
  color: var(--charcoal);
  font-size: 3rem;
  line-height: 1;
  opacity: 0.88;
}

.decor-planet {
  width: 34px;
  height: 18px;
  border-radius: 999px;
  background: #d7f12a;
  box-shadow: inset 0 0 0 2px rgba(31, 31, 31, 0.04);
}

.decor-planet::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--orange-top), #6d48d8);
}

.decor-planet::after {
  content: "";
  position: absolute;
  inset: -4px -3px;
  border: 2px solid #5b42d1;
  border-radius: 50%;
  transform: rotate(-15deg);
}

.decor-dots {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.decor-dots i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.decor-dots i:first-child {
  background: #9dea88;
}

.decor-dots i:last-child {
  width: 18px;
  height: 18px;
  background: #c39bff;
}

.decor-dot-single {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.decor-dot-pink {
  background: #f597cf;
}

.decor-dot-green {
  background: #cadc39;
}

.decor-sparkles {
  display: none;
}

.decor-sparkles i {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

.decor-sparkles i::before,
.decor-sparkles i::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.decor-sparkles i::before {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.decor-sparkles i::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.decor-sparkles i:first-child {
  left: 0;
  top: 8px;
  color: #ff8743;
}

.decor-sparkles i:last-child {
  left: 22px;
  top: 2px;
  width: 14px;
  height: 14px;
  color: #7ce46e;
}

.hero-copy,
.hero-stage,
.info-strip,
.feature-showcase,
.highlight-banner,
.section-heading,
.form-layout,
.student-focus-copy,
.student-focus-media img,
.split-layout,
.steps-grid {
  position: relative;
  z-index: 1;
}

.hero-rich-grid,
.split-layout,
.form-layout,
.booking-layout,
.faq-grid,
.feature-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hero-rich-grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
}

.hero-image-shell {
  width: min(1480px, calc(100vw - 32px));
  margin: 0 auto;
  position: relative;
}

.hero-image-shell::after {
  content: "";
  position: absolute;
  top: 4.2%;
  right: 7.2%;
  width: clamp(74px, 9vw, 132px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0 58%, rgba(255, 255, 255, 0.92) 70%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-reference-image {
  position: relative;
}

.hero-image-shell::before {
  content: "";
  position: absolute;
  top: 9.5%;
  left: 2.6%;
  width: clamp(82px, 10vw, 148px);
  aspect-ratio: 1 / 1.08;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0 60%, rgba(255, 255, 255, 0.92) 72%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-reference-image {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(31, 31, 31, 0.08);
}

.hero-copy-section {
  padding-top: 20px;
  padding-bottom: 8px;
}

.hero-copy-paragraph {
  max-width: 94ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-copy {
  max-width: none;
}

.hero-student-lineup {
  position: relative;
  margin: 28px 0 24px;
  padding: 48px 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: end;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 88%, rgba(216, 242, 165, 0.9), rgba(216, 242, 165, 0.18) 38%, transparent 39%),
    linear-gradient(180deg, #fffdfa 0%, #fff8f0 100%);
  border: 1px solid rgba(255, 140, 26, 0.1);
  box-shadow: 0 24px 60px rgba(31, 31, 31, 0.08);
}

.hero-student-lineup::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -122px;
  width: 88%;
  height: 320px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(223, 245, 182, 0.95), rgba(223, 245, 182, 0.3) 58%, transparent 59%);
}

.hero-student-lineup::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 34px;
  width: 28px;
  height: 16px;
  border-radius: 999px;
  background: #d7f12a;
  box-shadow: inset 0 0 0 2px rgba(31, 31, 31, 0.03);
  transform: rotate(-10deg);
}

.hero-student-lineup::after {
  outline: 2px solid #5b42d1;
  outline-offset: 2px;
}

.student-figure {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.student-figure::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 8px;
  height: 20px;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.08);
  filter: blur(14px);
}

.student-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 220px;
  height: 312px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 18px 36px rgba(31, 31, 31, 0.08);
}

.student-figure-left {
  transform: translateX(24px);
}

.student-figure-left::before,
.student-figure-center::before,
.student-figure-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 220px;
  border-radius: 220px 220px 0 0;
  z-index: 0;
}

.student-figure-left::before {
  background: linear-gradient(180deg, #ffd56f 0%, #f4bc38 100%);
}

.student-figure-center {
  z-index: 3;
}

.student-figure-center::before {
  width: 250px;
  height: 250px;
  border-radius: 250px 250px 0 0;
  background: linear-gradient(180deg, #39c56d 0%, #14954e 100%);
}

.student-figure-center img {
  max-width: 238px;
  height: 340px;
}

.student-figure-right {
  transform: translateX(-24px);
}

.student-figure-right::before {
  background: linear-gradient(180deg, #6fc7ff 0%, #3e9ce0 100%);
}

.student-figure-left img,
.student-figure-right img {
  margin-bottom: 8px;
}

.decor-home-arrow {
  left: 4%;
  top: 152px;
  transform: rotate(-28deg);
}

.decor-home-planet {
  right: 17%;
  top: 150px;
  transform: rotate(-6deg);
}

.decor-home-dots {
  right: 9%;
  top: 332px;
}

.decor-strip-sparkles {
  left: 9%;
  top: -6px;
}

.decor-form-dots {
  right: 10%;
  top: 58px;
}

.decor-form-arrow {
  left: 6%;
  top: 150px;
  transform: rotate(26deg);
}

.decor-media-sparkles {
  left: 24px;
  top: 24px;
  z-index: 2;
}

.decor-about-planet {
  right: 14%;
  top: 90px;
}

.decor-about-dots {
  left: 9%;
  top: 150px;
}

.decor-about-sparkles {
  right: 9%;
  top: 28px;
}

.decor-about-arrow {
  left: 5%;
  top: 30px;
  transform: rotate(20deg);
}

.decor-interest-dots {
  right: 12%;
  top: 100px;
}

.decor-interest-planet {
  left: 8%;
  top: 112px;
}

.decor-steps-sparkles {
  left: 8%;
  top: 18px;
}

.decor-interest-arrow {
  right: 7%;
  top: 64px;
  transform: rotate(-18deg);
}

.floater-arrow-one {
  left: 3.5%;
  top: 140px;
  transform: rotate(-26deg);
}

.floater-dot-one {
  left: 7.5%;
  top: 360px;
}

.floater-planet-one {
  right: 6%;
  top: 96px;
  transform: rotate(-8deg) scale(1.2);
}

.floater-dot-two {
  right: 12%;
  top: 332px;
}

.section {
  padding: 56px 0;
}

.strip-section {
  padding-top: 14px;
}

.info-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  position: relative;
  padding: 30px 34px;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at right center, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #0f8a75 0%, #16796a 100%);
  box-shadow: 0 28px 70px rgba(31, 31, 31, 0.14);
}

.info-strip-arrow {
  position: absolute;
  right: 228px;
  top: 6px;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.98);
  transform: rotate(14deg);
  pointer-events: none;
}

.info-strip-copy h2 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.info-strip-copy p {
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.info-strip-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.showcase-copy {
  padding-left: 0;
  max-width: 900px;
}

.showcase-copy h2,
.highlight-banner h2,
.student-focus-copy h2,
.section-heading h2,
.split-layout h2,
.form-layout h2,
.cta-banner h2 {
  margin: 12px 0;
  color: var(--charcoal);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.12;
}

.showcase-copy p,
.section-heading p,
.split-layout p,
.form-layout p,
.feature-card p,
.timeline-item p,
.resource-card p,
.article-card p,
.step-card p,
.testimonial p,
.info-card p,
.decision-card p {
  color: var(--muted);
  line-height: 1.8;
}

.highlight-banner {
  display: grid;
  gap: 20px;
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 140, 26, 0.12);
  background: linear-gradient(180deg, rgba(255, 140, 26, 0.08), #fff 100%);
  box-shadow: var(--shadow);
}

.feature-grid,
.pricing-grid,
.testimonial-grid,
.resource-grid,
.article-list,
.steps-grid,
.timeline {
  display: grid;
  gap: 18px;
}

.feature-grid,
.resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 30px;
}

.feature-intro h2 {
  margin: 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.feature-intro p {
  margin: 34px 0 0;
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.7;
}

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

.pricing-grid,
.testimonial-grid,
.article-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.timeline-item,
.testimonial,
.resource-card,
.article-card,
.step-card,
.info-card,
.decision-card,
.contact-card,
.price-card,
.site-form,
.calendar-card,
.schedule-board,
.faq-list details,
.cta-banner {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.feature-card,
.timeline-item,
.testimonial,
.resource-card,
.article-card,
.step-card,
.info-card,
.decision-card,
.contact-card,
.price-card,
.site-form {
  padding: 24px;
}

.feature-card h3,
.timeline-item h3,
.resource-card h3,
.article-card h3,
.step-card h3,
.info-card h3,
.decision-card h3,
.site-form h2,
.site-form h3,
.price-card h3 {
  margin: 0 0 10px;
  color: var(--charcoal);
}

.feature-card {
  padding: 22px 20px;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(31, 31, 31, 0.08);
}

.feature-card h3 {
  font-size: 1.15rem;
}

.feature-card p {
  margin-bottom: 18px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.feature-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.feature-icon-orange {
  background: #ff9a62;
}

.feature-icon-green {
  background: #99b52f;
}

.feature-icon-purple {
  background: #9a71ec;
}

.feature-link {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.check-list div {
  position: relative;
  padding: 16px 18px 16px 52px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid var(--line);
}

.check-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
}

.decision-card ul,
.info-card ul,
.price-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.85;
}

.contact-meta-list {
  display: grid;
  gap: 22px;
}

.contact-meta-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.contact-meta-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.contact-meta-item h3 {
  margin: 0 0 4px;
}

.contact-meta-item p {
  margin: 0;
}

.contact-split-layout {
  align-items: start;
}

.contact-card-map {
  margin-top: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.contact-card-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-item span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange-bottom);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial cite {
  display: block;
  margin-top: 14px;
  color: var(--charcoal);
  font-style: normal;
  font-weight: 700;
}

.dark-student-section {
  padding-bottom: 68px;
}

.student-focus-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #107f72 0%, #0f6f66 100%);
  box-shadow: 0 28px 70px rgba(31, 31, 31, 0.16);
}

.student-focus-media {
  position: relative;
  overflow: hidden;
}

.student-focus-copy {
  padding: 34px;
  color: #fff;
}

.student-focus-copy h2,
.student-focus-copy p {
  color: #fff;
}

.student-focus-copy p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.82);
}

.cta-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
}

.cta-banner::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 26, 0.18), rgba(255, 140, 26, 0));
}

.schedule-board {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.schedule-board div {
  padding: 18px;
  border-radius: 18px;
  background: #fffaf4;
  border: 1px solid rgba(255, 140, 26, 0.12);
}

.schedule-board strong {
  display: block;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.schedule-board span {
  color: var(--muted);
  line-height: 1.6;
}

.price-card.emphasis {
  background: linear-gradient(180deg, rgba(255, 140, 26, 0.08), #fff 100%);
}

.price {
  margin: 10px 0;
  color: var(--orange-bottom);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
}

.site-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 600;
  color: var(--charcoal);
}

.form-success-state {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 280px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #0d7b61 0%, #0a5e49 100%);
  box-shadow: 0 24px 54px rgba(10, 94, 73, 0.22);
}

.form-success-state h2 {
  margin: 0;
  color: #fff;
}

.form-success-state p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.form-success-state .text-link {
  color: #fff;
}

.site-form.is-success {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 100%;
}

.site-form.is-success .form-success-state {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.form-section,
.choice-group {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 18px;
  background: #fffaf6;
}

.form-section legend,
.choice-group legend {
  padding: 0 8px;
  color: var(--charcoal);
  font-weight: 800;
}

.choice-group .checkbox-row {
  margin-bottom: 10px;
}

.site-form input,
.site-form textarea,
.site-form select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  background: #fff;
  color: var(--charcoal);
  font: inherit;
}

.site-form input:focus,
.site-form textarea:focus,
.site-form select:focus {
  outline: 2px solid rgba(255, 140, 26, 0.18);
  border-color: rgba(255, 77, 0, 0.4);
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
}

.form-note,
.form-message {
  color: var(--muted);
  line-height: 1.6;
}

.form-message {
  min-height: 1.5em;
  font-weight: 700;
}

.compact {
  margin-top: 18px;
}

.compact-form {
  align-self: start;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
}

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

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 700;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.calendar-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  background: #fff;
  cursor: pointer;
}

.calendar-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.slot-button {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--charcoal);
}

.slot-button strong,
.slot-button span {
  display: block;
}

.slot-button strong {
  color: var(--charcoal);
}

.slot-button span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.slot-button.is-selected {
  border-color: rgba(255, 77, 0, 0.35);
  background: rgba(255, 140, 26, 0.08);
}

.about-page {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 140, 26, 0.07), transparent 18%),
    radial-gradient(circle at 88% 28%, rgba(46, 139, 87, 0.07), transparent 16%),
    linear-gradient(180deg, #fffdf9 0%, #fff8f0 28%, #ffffff 58%, #f7fcff 100%);
}

.about-hero,
.about-mission,
.about-values,
.about-philosophy,
.about-cta {
  position: relative;
}

.about-hero {
  padding: 56px 0 28px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: center;
}

.about-hero-copy h1,
.about-section-copy h2,
.about-heading h2,
.about-cta-inner p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.04em;
}

.about-hero-copy h1 {
  margin: 14px 0 18px;
  max-width: 10ch;
  font-size: clamp(3rem, 5.6vw, 4.6rem);
  line-height: 1.03;
  color: var(--charcoal);
}

.about-hero-copy p {
  max-width: 30rem;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.about-hero-note {
  max-width: 28rem;
  margin: -4px 0 28px;
  color: var(--charcoal);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}

.about-hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.about-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-mission {
  padding: 26px 0 40px;
}

.about-mission::before {
  content: "";
  position: absolute;
  inset: 26px 0 0;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.98) 0%, rgba(255, 251, 245, 0.88) 100%);
  z-index: 0;
}

.about-mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.about-section-copy {
  max-width: 32rem;
  position: relative;
  padding: 10px 0 28px 10px;
}

.about-section-copy h2,
.about-heading h2 {
  margin: 12px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1.08;
  color: var(--charcoal);
}

.about-section-copy p,
.about-value-card p,
.about-philosophy-card p {
  color: var(--muted);
  line-height: 1.75;
}

.about-section-copy p {
  max-width: 24rem;
  font-size: 1.08rem;
}

.about-mission-dot,
.about-mission-arrow {
  position: absolute;
  pointer-events: none;
}

.about-mission-dot {
  border-radius: 50%;
}

.about-mission-dot-blue {
  left: -42px;
  top: 54px;
  width: 28px;
  height: 28px;
  background: #8ad3f4;
}

.about-mission-dot-green {
  right: 8px;
  bottom: 38px;
  width: 24px;
  height: 24px;
  background: #b7df4b;
}

.about-mission-arrow {
  left: -74px;
  bottom: -12px;
  color: var(--charcoal);
  font-size: 5.4rem;
  line-height: 1;
  transform: rotate(10deg);
}

.about-trust-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 34px 36px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(31, 31, 31, 0.08);
  border: 1px solid rgba(31, 31, 31, 0.05);
}

.about-trust-card h3 {
  margin: 8px 0 22px;
  font-size: 1.95rem;
  line-height: 1.1;
  color: var(--charcoal);
}

.about-trust-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.about-trust-icon img {
  width: 94px;
  height: 94px;
  display: block;
  object-fit: contain;
}

.about-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.about-check-list li {
  position: relative;
  padding-left: 38px;
  color: var(--charcoal);
  font-size: 1.05rem;
  font-weight: 500;
}

.about-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
  box-shadow: 0 12px 20px rgba(255, 77, 0, 0.15);
}

.about-check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.about-values {
  padding: 34px 0 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 253, 255, 0.92) 100%);
}

.about-heading {
  margin-bottom: 28px;
}

.about-heading.center {
  text-align: center;
}

.about-values-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: 40px;
  align-items: start;
}

.about-values-content .about-heading {
  text-align: left;
  max-width: 44rem;
}

.about-values-visual {
  position: relative;
  max-width: 520px;
  justify-self: start;
}

.about-values-visual img {
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(31, 31, 31, 0.08);
}

.about-kicker-green {
  color: var(--book-green);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-value-card {
  position: relative;
  padding: 18px 24px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.06);
  box-shadow: 0 12px 24px rgba(31, 31, 31, 0.07);
  text-align: center;
  min-height: 100%;
}

.about-value-card h3,
.about-philosophy-card h3 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 1.35rem;
}

.about-value-icon,
.about-philosophy-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.about-value-icon img {
  width: 104px;
  height: 104px;
  display: block;
  object-fit: contain;
}

.about-value-orange {
  background: transparent;
}

.about-value-green {
  background: transparent;
}

.about-value-blue {
  background: transparent;
}

.about-value-gold {
  background: transparent;
}

.about-values .container {
  position: relative;
}

.about-values-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-values-dot-left {
  left: -18px;
  top: 132px;
  width: 34px;
  height: 34px;
  background: #f49acb;
}

.about-values-dot-right {
  right: 12px;
  top: 144px;
  width: 18px;
  height: 18px;
  background: #b7df4b;
}

.about-card-dot {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #95d8f7;
}

.icon-calendar,
.icon-shield,
.icon-book,
.icon-people,
.icon-home {
  position: relative;
  display: block;
}

.icon-calendar {
  width: 30px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.icon-calendar::before,
.icon-calendar::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.icon-calendar::before {
  left: 6px;
}

.icon-calendar::after {
  right: 6px;
}

.icon-shield {
  width: 28px;
  height: 34px;
  border: 3px solid currentColor;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(50% 100%, 8% 72%, 8% 0, 92% 0, 92% 72%);
}

.icon-book {
  width: 34px;
  height: 26px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.icon-book::before,
.icon-book::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 4px 4px;
}

.icon-book::before {
  left: -3px;
}

.icon-book::after {
  right: -3px;
}

.icon-people {
  width: 34px;
  height: 26px;
}

.icon-people::before,
.icon-people::after {
  content: "";
  position: absolute;
}

.icon-people::before {
  left: 2px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid currentColor;
  box-shadow: 16px 0 0 -3px currentColor;
}

.icon-people::after {
  left: 2px;
  bottom: 0;
  width: 30px;
  height: 12px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
}

.icon-home {
  width: 30px;
  height: 26px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.icon-home::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -12px;
  width: 20px;
  height: 20px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  transform: rotate(45deg);
}

.icon-home::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 8px;
  height: 12px;
  border: 3px solid currentColor;
  border-bottom: 0;
}

.about-how-it-works {
  padding: 34px 0 40px;
  background: linear-gradient(180deg, rgba(238, 248, 250, 0.7) 0%, rgba(245, 251, 252, 0.92) 100%);
}

.about-how-it-works .container {
  position: relative;
}

.about-how-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.about-how-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 31, 31, 0.05);
  box-shadow: 0 18px 40px rgba(31, 31, 31, 0.06);
}

.about-how-step {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(180deg, var(--orange-top), var(--orange-bottom));
  box-shadow: 0 14px 28px rgba(255, 77, 0, 0.16);
}

.about-how-card h3 {
  margin: 0;
  color: var(--charcoal);
  font-size: 1.18rem;
  line-height: 1.25;
}

.about-how-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-how-note {
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 31, 31, 0.06);
}

.about-how-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.about-cta {
  padding: 0;
}

.about-cta-inner {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 42px 34px;
  background: linear-gradient(180deg, #111827 0%, #0d1725 100%);
  color: #fff;
}

.about-cta-inner img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.about-cta-inner p {
  margin: 0;
  max-width: 16ch;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
}

.site-footer {
  padding: 0;
}

.footer-inner {
  width: 100%;
  margin: 0;
  padding: 16px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 0;
  background: linear-gradient(180deg, #101722 0%, #0c1420 100%);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-brand strong {
  display: block;
  font-size: 0.96rem;
  color: #fff;
}

.footer-brand p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.35;
  font-size: 0.74rem;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin: 0 auto;
}

.footer-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #fff;
}

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

.footer-icon-link {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-icon-link:hover,
.footer-icon-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.24);
}

.footer-icon-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .about-hero-grid,
  .about-mission-grid,
  .about-value-grid,
  .about-how-grid {
    grid-template-columns: 1fr;
  }

  .about-values-layout {
    grid-template-columns: 1fr;
  }

  .about-values-content .about-heading {
    text-align: center;
  }

  .about-hero-copy h1 {
    max-width: 12ch;
  }

  .about-hero-visual {
    min-height: auto;
  }

  .about-section-copy {
    padding-left: 0;
  }

  .about-mission-dot-blue,
  .about-mission-arrow {
    left: 0;
  }

  .about-mission-dot-green {
    right: auto;
    left: 240px;
  }

  .about-cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .about-cta-inner p {
    max-width: 100%;
  }

  .hero-rich-grid,
  .feature-intro,
  .feature-showcase,
  .student-focus-card,
  .info-strip,
  .feature-grid,
  .pricing-grid,
  .testimonial-grid,
  .resource-grid,
  .article-list,
  .steps-grid,
  .timeline,
  .schedule-board,
  .split-layout,
  .form-layout,
  .booking-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-student-lineup {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .info-strip-actions {
    justify-content: flex-start;
  }

  .info-strip-arrow {
    right: 20px;
    top: 8px;
    font-size: 3.7rem;
    transform: rotate(34deg);
  }

  .feature-intro p {
    margin-top: 0;
    max-width: none;
  }

  .decor-home-arrow,
  .decor-home-planet,
  .decor-home-dots,
  .decor-strip-sparkles,
  .decor-form-dots,
  .decor-form-arrow,
  .decor-about-planet,
  .decor-about-dots,
  .decor-about-sparkles,
  .decor-about-arrow,
  .decor-interest-dots,
  .decor-interest-planet,
  .decor-steps-sparkles,
  .decor-interest-arrow {
    opacity: 0.7;
  }

  .floater-arrow-one,
  .floater-dot-one,
  .floater-planet-one,
  .floater-dot-two {
    opacity: 0.78;
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 78px 16px auto;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    background: #fff;
    color: var(--charcoal);
  }

  .header-cta {
    display: none;
  }

  .cta-banner,
  .student-focus-card {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-collage,
  .showcase-media {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    grid-template-areas:
      "focus"
      "side"
      "main"
      "wide";
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding-top: 34px;
  }

  .about-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }

  .about-hero-visual {
    min-height: auto;
  }

  .about-trust-card,
  .about-how-card {
    grid-template-columns: 1fr;
  }

  .about-mission-dot,
  .about-mission-arrow {
    display: none;
  }

  .about-value-card,
  .about-trust-card,
  .about-how-card {
    padding: 22px;
  }

  .about-cta-inner {
    padding: 30px 22px;
  }

  .about-cta-inner p {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .hero,
  .page-hero,
  .section {
    padding-top: 54px;
  }

  .header-inner {
    min-height: 74px;
  }

  .info-strip-arrow {
    display: none;
  }

  .brand-copy span {
    display: none;
  }

  .brand-seal {
    width: 58px;
    height: 58px;
  }

  .footer-inner {
    padding: 22px;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .decor-arrow,
  .decor-planet,
  .decor-dots,
  .decor-sparkles {
    transform: scale(0.85);
  }

  .floater-arrow-one {
    left: 2%;
    top: 110px;
  }

  .floater-dot-one {
    left: 6%;
    top: 300px;
  }

  .floater-planet-one {
    right: 4%;
    top: 100px;
  }

  .floater-dot-two {
    right: 8%;
    top: 290px;
  }

  .hero-student-lineup {
    padding: 28px 16px 0;
  }

  .student-figure {
    min-height: 210px;
    transform: none;
  }

  .student-figure img {
    height: 210px;
    max-width: 100%;
    border-radius: 22px 22px 0 0;
  }

  .student-figure-left::before,
  .student-figure-center::before,
  .student-figure-right::before {
    width: 110px;
    height: 110px;
    border-radius: 110px 110px 0 0;
  }

  .student-figure-center img {
    height: 228px;
  }

  .photo-main,
  .photo-side,
  .photo-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .hero-photo {
    min-height: 240px;
  }

  .float-icon,
  .float-dot {
    display: none;
  }

  .decor-home-arrow,
  .decor-home-planet,
  .decor-home-dots,
  .decor-strip-sparkles,
  .decor-form-dots,
  .decor-form-arrow,
  .decor-about-planet,
  .decor-about-dots,
  .decor-about-sparkles,
  .decor-about-arrow,
  .decor-interest-dots,
  .decor-interest-planet,
  .decor-steps-sparkles,
  .decor-interest-arrow {
    opacity: 0.45;
  }

  .floater-arrow-one,
  .floater-dot-one,
  .floater-planet-one,
  .floater-dot-two {
    opacity: 0.55;
  }

  .calendar-slots {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions a,
  .form-actions .button {
    width: 100%;
  }
}
