html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/* Ensure Nunito is used regardless of Tailwind CDN config timing */
body {
  font-family: 'Nunito', ui-sans-serif, system-ui, sans-serif;
}

.hero-section {
  overflow-x: clip;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(2, 132, 199, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 132, 199, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
}

.hero-highlight {
  background: linear-gradient(135deg, #0ea5e9 20%, #38bdf8 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes ping-slow {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.animate-ping-slow {
  animation: ping-slow 2s ease infinite;
}

.program-preview-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  transform: rotate(var(--rotate, 0deg));
  animation-delay: var(--delay, 0ms);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-preview-card:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.btn-nav {
  background: #0ea5e9;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-nav:hover {
  background: #0284c7;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.28);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(14, 165, 233, 0.35);
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #334155;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #cbd5e1;
  transition: border-color 0.2s, color 0.2s;
}

.btn-hero-ghost:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.btn-primary:hover {
  background: #0284c7;
  transform: translateY(-1px);
}

.btn-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-accent:hover {
  background: #16a34a;
}

.nav-lnk {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-lnk:hover {
  color: #0284c7;
  border-bottom-color: #0284c7;
}

.mobile-link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  padding: 10px 8px;
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
}

.mobile-link:hover {
  color: #0284c7;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0284c7;
}

.section-h2,
.section-heading {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.why-compact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.why-compact-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.why-compact-num {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: #0284c7;
}

.why-compact-label {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.why-compact-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
}

.why-compact-copy {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.camp-simple-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.camp-simple-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.camp-simple-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f0f9ff;
  border: 1px solid #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.camp-simple-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.camp-simple-emoji {
  font-size: 26px;
  line-height: 1;
}

.camp-simple-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.camp-simple-age {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.camp-simple-badge,
.camp-simple-badge-new {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.camp-simple-badge {
  color: #0369a1;
  background: #e0f2fe;
}

.camp-simple-badge-new {
  color: #0f766e;
  background: #ccfbf1;
}

.camp-simple-title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 6px;
}

.camp-simple-copy {
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.camp-simple-point {
  list-style: none;
  font-size: 13px;
  color: #334155;
  position: relative;
  padding-left: 16px;
}

.camp-simple-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38bdf8;
}

.camp-simple-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  color: #0284c7;
  text-decoration: none;
}

.camp-simple-link:hover {
  color: #0369a1;
}

.camp-stack-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.camp-stack-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #f0f9ff;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
}

.camp-stack-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.camps-section {
  background: #f0f9ff;
  border-color: #bae6fd;
  color: #0f172a;
}

.camps-section .section-eyebrow {
  color: #0284c7;
}

.camps-section .section-h2 {
  color: #0f172a;
  letter-spacing: 0;
}

.camps-intro {
  color: #475569;
}

.camp-week-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.camp-week-block {
  min-width: 0;
  margin: 0 0 34px;
}

.camp-week-block:last-child {
  margin-bottom: 0;
}

.camp-week-heading h3 {
  color: #0284c7;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 4px;
}

.camp-week-heading p {
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.camp-week-divider {
  height: 2px;
  background: linear-gradient(90deg, #0ea5e9, rgba(14, 165, 233, 0.12));
  border-radius: 999px;
  margin: 13px 0 18px;
}

.camp-timeline-list {
  display: grid;
  gap: 16px;
}

.camp-timeline-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.camp-timeline-date {
  width: 64px;
  flex-shrink: 0;
  padding-top: 16px;
  text-align: center;
}

.camp-timeline-date.is-series {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

.camp-date-weekday {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.camp-date-number {
  color: #0f172a;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.9;
}

.camp-date-month {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-transform: uppercase;
}

.camp-date-connector {
  width: 3px;
  height: 26px;
  border-radius: 999px;
  background: #38bdf8;
  margin: 8px 0;
}

.camp-timeline-cards {
  display: grid;
  flex: 1;
  gap: 14px;
  min-width: 0;
}

.camp-ref-card {
  position: relative;
  min-width: 0;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.12);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.camp-ref-card.is-featured {
  border-color: #38bdf8;
  background: #f0f9ff;
  box-shadow:
    0 0 0 3px rgba(56, 189, 248, 0.14),
    0 18px 36px rgba(2, 132, 199, 0.18);
}

.camp-ref-card:hover {
  border-color: #7dd3fc;
  transform: translateY(-2px);
}

.camp-ref-card.is-featured::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #0284c7, #22d3ee);
  z-index: 2;
}

.camp-ref-card.is-featured .camp-ref-body {
  background:
    linear-gradient(180deg, rgba(224, 242, 254, 0.96) 0%, #ffffff 56%),
    #ffffff;
}

.camp-ref-art {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 14px 20px;
  background: var(--camp-art-bg);
}

.camp-ref-card.is-featured .camp-ref-art {
  min-height: 152px;
}

.camp-ref-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.camp-ref-art-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.38), rgba(15, 23, 42, 0.1) 45%, rgba(15, 23, 42, 0.42));
}

.camp-ref-feature-banner {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  background: linear-gradient(90deg, #0284c7, #0ea5e9);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 3;
}

.camp-ref-feature-banner span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.camp-ref-badges {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 10px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.camp-ref-kind,
.camp-ref-age {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.camp-ref-kind {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.68);
}

.camp-ref-age {
  margin-left: auto;
  color: #0f172a;
  background: #ffffff;
}

.camp-ref-icon {
  color: var(--camp-accent);
}

.camp-ref-icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.camp-ref-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px 14px 14px;
}

.camp-ref-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.camp-ref-date-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #bae6fd;
  border-radius: 4px;
  background: #f0f9ff;
  color: #075985;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.camp-ref-time {
  margin-left: auto;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.camp-ref-title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 7px;
  letter-spacing: 0;
}

.camp-ref-copy {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  margin: 0;
}

.camp-ref-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
}

.camp-ref-price {
  color: #0284c7;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.camp-ref-display-date {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.1;
}

.camp-ref-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 132px;
  min-height: 36px;
  border: 1px solid #0ea5e9;
  border-radius: 8px;
  color: #ffffff;
  background: #0ea5e9;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.camp-ref-button:hover {
  background: #0284c7;
  border-color: #0284c7;
}

.camps-footnote {
  margin: 28px 0 0;
  text-align: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.camps-footnote a {
  color: #0284c7;
  text-decoration: none;
}

.camps-footnote a:hover {
  text-decoration: underline;
}

.camp-empty-state {
  color: #64748b;
  font-size: 14px;
  text-align: center;
  padding: 32px 0;
}

@media (max-width: 900px) {
  .camp-week-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .camp-timeline-row {
    gap: 12px;
  }

  .camp-timeline-date {
    width: 48px;
  }

  .camp-date-number {
    font-size: 24px;
  }

  .camp-ref-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .camp-ref-button {
    width: 100%;
  }

  .camp-ref-time {
    margin-left: 0;
  }
}

.weekly-light-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.weekly-light-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.review-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.review-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-color: #bae6fd;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  padding: 12px;
  transition: background 0.2s;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.footer-link {
  display: block;
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
  padding: 2px 0;
}

.footer-link:hover {
  color: #0284c7;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-track {
  display: inline-flex;
  animation: marquee-scroll 25s linear infinite;
  width: max-content;
}

.marquee-wrap {
  overflow: hidden;
}

.nav-scrolled {
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
}

/* Proposal-driven Skill Samurai redesign */
:root {
  --ss-ink: #064e3b;
  --ss-blue: #00a36c;
  --ss-blue-dark: #047857;
  --ss-magenta: #dc4f72;
  --ss-cyan: #34d399;
  --ss-amber: #f4c542;
  --ss-paper: #f8f9ff;
  --ss-line: #d9e5e0;
  --ss-panel: #eff4ff;
  --ss-white: #ffffff;
  --ss-muted: #536c63;
  --ss-shadow: 0 16px 40px rgba(6, 78, 59, 0.08);
  --ss-radius: 20px;
  --ss-focus: 0 0 0 3px rgba(0, 163, 108, 0.2);
}

body {
  background:
    radial-gradient(circle at top left, rgba(20, 184, 212, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 38%, #ffffff 100%);
  color: var(--ss-ink);
}

.ss-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.ss-section {
  padding: 72px 0;
}

.ss-section-muted {
  background: var(--ss-paper);
}

.ss-section-feature {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ss-section-story {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.ss-section-contrast {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.ss-section-warm {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.ss-section-sky {
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.ss-eyebrow,
.ss-mini-label,
.ss-kicker {
  margin: 0 0 10px;
  color: var(--ss-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ss-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.ss-section-heading-left {
  grid-template-columns: 1fr;
}

.ss-section-heading h1,
.ss-section-heading h2,
.ss-page-title,
.ss-hero h1 {
  margin: 0;
  color: var(--ss-ink);
  font-size: clamp(2.45rem, 5.8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.ss-section-heading p:last-child,
.ss-hero p,
.ss-detail-intro {
  color: var(--ss-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ss-announcement {
  position: relative;
  background: #04382b;
  color: #fff;
}

.ss-announcement-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ss-announcement a {
  color: #fff;
  text-decoration: none;
}

.ss-announce-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 24px;
}

.ss-navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 249, 255, 0.96);
  border-bottom: 1px solid var(--ss-line);
  backdrop-filter: blur(12px);
}

.ss-navbar-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
}

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

.ss-brand-logo {
  width: 64px;
  height: 52px;
  object-fit: contain;
}

.ss-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ss-brand-copy strong {
  color: var(--ss-ink);
  font-size: 14px;
  font-weight: 900;
}

.ss-brand-copy small {
  color: var(--ss-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ss-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.ss-nav-links a,
.ss-phone-link,
.ss-footer a,
.ss-card-footer a,
.ss-contact-card,
.ss-breadcrumb {
  color: var(--ss-muted);
  text-decoration: none;
}

.ss-nav-links a {
  font-size: 14px;
  font-weight: 800;
}

.ss-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ss-phone-link {
  font-size: 14px;
  font-weight: 800;
}

.ss-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--ss-line);
  border-radius: 14px;
  background: var(--ss-white);
}

.ss-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ss-ink);
}

.ss-mobile-menu {
  border-top: 1px solid var(--ss-line);
  background: #fff;
}

.ss-mobile-menu-inner {
  display: grid;
  gap: 10px;
  padding: 16px 0 20px;
}

.ss-mobile-menu-inner a {
  font-size: 15px;
  font-weight: 700;
  color: var(--ss-ink);
  text-decoration: none;
}

.ss-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ss-btn-primary {
  color: #fff;
  background: var(--ss-blue);
  box-shadow: 0 10px 24px rgba(0, 163, 108, 0.18);
}

.ss-btn-primary:hover {
  background: var(--ss-blue-dark);
}

.ss-btn-secondary {
  color: var(--ss-ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--ss-line);
}

.ss-btn-secondary:hover {
  border-color: var(--ss-blue);
  color: var(--ss-blue);
}

.ss-btn:focus-visible,
.ss-choice-chip:focus-visible,
.ss-language-tab:focus-visible,
.ss-filter-chip:focus-visible,
.ss-menu-button:focus-visible,
.faq-trigger:focus-visible,
.ss-announce-close:focus-visible {
  outline: none;
  box-shadow: var(--ss-focus);
}

.ss-hero {
  padding: 12px 0 56px;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 163, 108, 0.08), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(52, 211, 153, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfdfc 0%, var(--ss-paper) 100%);
}

.ss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 430px);
  gap: 32px;
  align-items: center;
}

.ss-hero-copy .ss-kicker {
  margin-bottom: 16px;
}

.ss-hero-copy h1 {
  margin-bottom: 0;
}

.ss-hero-copy > p:not(.ss-kicker) {
  margin-top: 34px;
}

.ss-hero h1 span {
  color: var(--ss-blue);
}

.ss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ss-inline-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ss-inline-trust li {
  color: var(--ss-muted);
  font-size: 13px;
  font-weight: 800;
}

.ss-inline-trust li::before,
.ss-check-list li::before {
  content: "[x] ";
  color: var(--ss-blue);
  font-weight: 900;
}

.ss-matcher,
.ss-card,
.ss-panel {
  border: 1px solid var(--ss-line);
  border-radius: var(--ss-radius);
  background: #fff;
  box-shadow: var(--ss-shadow);
}

.ss-matcher {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background: linear-gradient(180deg, #fafdff 0%, #f2faf6 100%);
  isolation: isolate;
  transition: box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
  scroll-margin-top: 120px;
}

.ss-matcher::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--ss-radius) + 2px);
  padding: 2px;
  background:
    conic-gradient(from 0deg,
      rgba(14, 165, 233, 0) 0deg,
      rgba(14, 165, 233, 0) 300deg,
      rgba(125, 211, 252, 0.95) 332deg,
      rgba(255, 255, 255, 1) 346deg,
      rgba(14, 165, 233, 0.75) 360deg);
  opacity: 0;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 0;
}

.ss-matcher.is-spotlit {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12), 0 24px 50px rgba(14, 165, 233, 0.16);
  transform: translateY(-4px);
}

.ss-matcher>* {
  position: relative;
  z-index: 1;
}

.ss-matcher.is-spotlit::before {
  opacity: 1;
  animation: ss-matcher-orbit 1.35s linear 2;
}

@keyframes ss-matcher-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-matcher.is-spotlit::before {
    animation: none;
    opacity: 0.7;
  }
}

.ss-matcher-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ss-matcher-top h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.05;
}

.ss-field-group {
  margin-top: 16px;
}

.ss-field-group>span,
.ss-filter-group>span {
  display: block;
  margin-bottom: 8px;
  color: var(--ss-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ss-chip-row,
.ss-language-tabs,
.ss-chip-list,
.ss-detail-badges,
.ss-filter-bar,
.ss-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ss-chip-row-wide .ss-choice-chip {
  flex: 1 1 calc(50% - 10px);
}

.ss-choice-chip,
.ss-filter-chip,
.ss-language-tab,
.ss-tag,
.ss-chip-list li,
.ss-detail-badges span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--ss-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ss-ink);
  font-size: 13px;
  font-weight: 800;
}

.ss-choice-chip.is-active,
.ss-filter-chip.is-active,
.ss-language-tab.is-active {
  background: var(--ss-ink);
  border-color: var(--ss-ink);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ss-choice-chip[aria-pressed="true"] {
  background: var(--ss-ink);
  border-color: var(--ss-ink);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ss-match-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid var(--ss-line);
  border-radius: 16px;
  background: #fff;
}

.ss-match-badge,
.ss-program-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff6df;
  color: var(--ss-ink);
  font-size: 20px;
  font-weight: 900;
}

.ss-program-mark img,
.ss-match-badge img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ss-match-copy strong,
.ss-review-meta strong {
  display: block;
  color: var(--ss-ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.ss-match-copy small,
.ss-review-meta small,
.ss-card-footer span {
  color: var(--ss-muted);
  font-size: 12px;
  font-weight: 700;
}

.ss-match-result a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ss-blue);
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
}

.ss-summary-card {
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 163, 108, 0.12);
}

.ss-summary-card p {
  margin: 10px 0 0;
  color: var(--ss-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.ss-matcher-foot {
  margin: 12px 0 0;
  color: var(--ss-muted);
  font-size: 12px;
}

.ss-trust-bar {
  background: var(--ss-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.ss-trust-item {
  padding: 18px 16px;
}

.ss-trust-item strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.ss-trust-item:first-child strong {
  color: #d9ff57;
}

.ss-trust-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.ss-pathway-grid,
.ss-review-grid,
.ss-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ss-pathway-grid-concepts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ss-card,
.ss-panel {
  padding: 20px;
}

.ss-card h3,
.ss-panel h3,
.ss-detail-panels h2 {
  margin: 10px 0 10px;
  color: var(--ss-ink);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.15;
}

.ss-card p,
.ss-panel p {
  margin: 0;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ss-pathway-summary {
  min-height: 44px;
}

.ss-pathway-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.ss-tag,
.ss-chip-list li,
.ss-detail-badges span {
  min-height: 30px;
  border-radius: 999px;
  font-size: 11px;
}

.ss-chip-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ss-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--ss-line);
}

.ss-card-footer a {
  color: var(--ss-blue);
  font-size: 13px;
  font-weight: 900;
}

.ss-btn.ss-btn-primary {
  color: #ffffff;
}

.ss-btn.ss-btn-secondary {
  color: var(--ss-ink);
}

.ss-camp-list,
.ss-contact-list,
.ss-faq-list {
  display: grid;
  gap: 16px;
}

.ss-camp-card,
.ss-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ss-camp-copy h3,
.ss-contact-card strong {
  margin: 8px 0 6px;
}

.ss-empty-state {
  padding: 28px;
  border: 1px dashed var(--ss-line);
  border-radius: var(--ss-radius);
  background: #fff;
  text-align: left;
}

.ss-empty-state-compact {
  max-width: 760px;
  padding: 22px 24px;
}

.ss-empty-state h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 900;
}

.ss-empty-state p {
  margin: 0;
  color: var(--ss-muted);
  line-height: 1.6;
}

.ss-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ss-choice-card {
  margin-top: 28px;
  border: 1px solid #b7d7ea;
  background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.08);
}

.ss-choice-card .ss-btn-primary {
  background: var(--ss-blue);
}

.ss-choice-card .ss-btn-secondary {
  background: #ffffff;
}

.ss-concept-pathway-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.98) 100%);
}

.ss-pathway-visuals {
  margin: 16px 0 18px;
  padding: 16px;
  border: 1px solid var(--ss-line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 184, 212, 0.06), rgba(0, 119, 182, 0.03));
}

.ss-pathway-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ss-pathway-icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 119, 182, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.ss-pathway-icon-pill img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ss-pathway-icon-pill span {
  color: var(--ss-ink);
  font-size: 12px;
  font-weight: 800;
}

.ss-pathway-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
}

.ss-pathway-note strong {
  color: var(--ss-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-pathway-note span {
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ss-program-section {
  margin-top: 34px;
}

.ss-program-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.ss-program-section-title {
  margin: 0;
  color: var(--ss-ink);
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.ss-program-section-head p:last-child {
  margin: 0;
  color: var(--ss-muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.ss-program-card {
  padding: 18px 18px 16px;
  border-radius: 26px;
  box-shadow: 0 14px 28px rgba(16, 42, 67, 0.05);
}

.ss-program-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.ss-program-card-icon {
  width: 92px;
  height: 84px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.ss-program-card-icon img {
  width: 100%;
  height: 100%;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.ss-program-card-title-wrap h3,
.ss-program-card-title-wrap h4 {
  margin: 2px 0 4px;
  color: var(--ss-ink);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.2;
}

.ss-program-card-meta {
  margin: 0;
  color: #8a94a8;
  font-size: 14px;
  font-weight: 700;
}

.ss-program-card-description {
  margin: 18px 0 0;
  color: #334e68;
  font-size: 15px;
  line-height: 1.6;
}

.ss-program-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e7eef5;
}

.ss-program-card-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #eef5fb;
  color: #16508f;
  font-size: 12px;
  font-weight: 800;
}

.ss-program-card-blue .ss-program-card-icon {
  background: #e0eefb;
}

.ss-program-card-cyan .ss-program-card-icon {
  background: #e3f6fb;
}

.ss-program-card-violet .ss-program-card-icon {
  background: #ece8ff;
}

.ss-program-card-green .ss-program-card-icon {
  background: #e8f4df;
}

.ss-program-card-amber .ss-program-card-icon {
  background: #fff0d9;
}

.ss-program-card-slate .ss-program-card-icon {
  background: #edf1f7;
}

.ss-journey-section {
  background: var(--ss-ink);
}

.ss-section-heading-dark h2,
.ss-section-heading-dark p,
.ss-journey-step h3,
.ss-journey-step p,
.ss-journey-step small,
.ss-journey-step span {
  color: #fff;
}

.ss-section-heading-dark .ss-eyebrow {
  color: #86efac;
}

.ss-journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ss-journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ss-radius);
  background: rgba(255, 255, 255, 0.06);
}

.ss-journey-step>span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #7dd3fc;
}

.ss-journey-step small {
  display: block;
  opacity: 0.78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-progress-grid,
.ss-contact-grid,
.ss-detail-hero,
.ss-detail-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 20px;
}

.ss-concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ss-concept-group {
  padding: 20px;
  border: 2px solid #1f2937;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.05);
}

.ss-concept-group-head h3 {
  margin: 0;
  color: var(--ss-ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.ss-concept-group-head p {
  margin: 8px 0 0;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ss-concept-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.ss-concept-card {
  min-height: 158px;
  padding: 20px 18px;
  border: 2px solid #1f2937;
  border-radius: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ss-concept-card-wide {
  grid-column: 1 / -1;
  min-height: 112px;
}

.ss-concept-card strong {
  color: var(--ss-ink);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
}

.ss-concept-children {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.ss-concept-child {
  padding: 16px 18px;
  border: 2px solid #1f2937;
  border-radius: 22px;
  color: var(--ss-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

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

.ss-check-list li {
  margin-top: 10px;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ss-proof-card strong {
  display: block;
  color: var(--ss-ink);
  font-size: 2rem;
  font-weight: 900;
}

.ss-proof-card>span {
  display: block;
  margin-top: 2px;
  color: var(--ss-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ss-review-card p {
  margin-top: 12px;
}

.ss-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ss-review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0f2fe, #fff7e6);
  color: var(--ss-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ss-review-meta {
  margin-top: 16px;
}

.ss-contact-card {
  flex-direction: column;
  align-items: start;
}

.ss-contact-card span {
  color: var(--ss-ink);
  font-size: 16px;
  font-weight: 800;
}

.ss-contact-card small,
.ss-detail-note p,
.ss-footer p,
.ss-footer-bottom p {
  color: var(--ss-muted);
  font-size: 13px;
}

.ss-safety-card {
  background: #ffffff;
}

.ss-side-stack {
  display: grid;
  gap: 18px;
}

.ss-policy-preview {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--ss-line);
}

.ss-contact-heading h2 {
  font-size: clamp(2.6rem, 4.2vw, 3.6rem);
  line-height: 1.02;
}

.ss-policy-card-compact {
  background: #ffffff;
}

.ss-policy-card-compact h3 {
  margin: 0;
  color: var(--ss-ink);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.12;
}

.ss-policy-card-compact p:not(.ss-mini-label) {
  margin: 12px 0 18px;
  color: var(--ss-muted);
}

.ss-policy-card-compact .ss-check-list {
  margin-top: 0;
}

.ss-policy-card-compact .ss-check-list li:first-child {
  margin-top: 0;
}

.ss-policy-card-compact .ss-policy-actions {
  margin-top: 18px;
}

.ss-policy-preview p {
  margin: 0 0 14px;
}

.ss-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ss-map-card {
  background: #ffffff;
}

.ss-map-stage {
  position: relative;
  min-height: 280px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--ss-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 25%, rgba(125, 211, 252, 0.4), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(186, 230, 253, 0.55), transparent 20%),
    linear-gradient(180deg, #eef8ff 0%, #f9fcff 100%);
}

.ss-map-stage-image {
  min-height: auto;
  background: #eef3f8;
}

.ss-map-image {
  width: 100%;
  height: auto;
  display: block;
}

.ss-map-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 20px rgba(16, 42, 67, 0.12);
}

.ss-map-badge strong {
  color: var(--ss-ink);
  font-size: 13px;
  font-weight: 900;
}

.ss-map-badge small {
  color: var(--ss-muted);
  font-size: 11px;
}

.ss-map-stage-embed {
  min-height: 320px;
  background: #eef3f8;
}

.ss-map-stage-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.ss-map-stage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(72, 101, 129, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 101, 129, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.ss-map-route {
  position: absolute;
  background: rgba(7, 89, 133, 0.12);
  border-radius: 999px;
}

.ss-map-route-one {
  left: 9%;
  right: 9%;
  top: 48%;
  height: 12px;
}

.ss-map-route-two {
  top: 12%;
  bottom: 12%;
  left: 58%;
  width: 12px;
}

.ss-map-label {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ss-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ss-map-label-top {
  top: 18px;
  left: 18px;
}

.ss-map-label-left {
  left: 18px;
  bottom: 24px;
}

.ss-map-label-right {
  right: 18px;
  bottom: 24px;
}

.ss-map-pin {
  position: absolute;
  left: 54%;
  top: 42%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.ss-map-pin span {
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--ss-blue);
  box-shadow: 0 0 0 8px rgba(0, 119, 182, 0.18);
}

.ss-map-pin strong,
.ss-map-pin small {
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
}

.ss-map-pin strong {
  color: var(--ss-ink);
  font-size: 13px;
  font-weight: 900;
}

.ss-map-pin small {
  color: var(--ss-muted);
  font-size: 12px;
}

.ss-policy-hero {
  padding-bottom: 24px;
}

.ss-policy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ss-policy-intro {
  max-width: 760px;
  margin-top: 14px;
  color: var(--ss-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ss-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.ss-policy-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(0, 119, 182, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ss-ink);
  font-size: 12px;
  font-weight: 800;
}

.ss-policy-shell {
  width: min(1000px, calc(100% - 32px));
}

.ss-policy-summary {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.ss-policy-grid {
  display: grid;
  gap: 16px;
}

.ss-policy-card {
  padding: 24px;
}

.ss-policy-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.ss-policy-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f4fd;
  color: var(--ss-blue);
  flex-shrink: 0;
}

.ss-policy-icon-amber {
  background: #fff4d8;
  color: #c27b00;
}

.ss-policy-card h2,
.ss-policy-signin h2,
.ss-policy-contact h2 {
  margin: 0 0 8px;
  color: var(--ss-ink);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
}

.ss-policy-card p,
.ss-policy-signin p,
.ss-policy-contact p {
  margin: 0;
  color: var(--ss-muted);
  line-height: 1.7;
}

.ss-policy-signin,
.ss-policy-contact {
  margin-top: 22px;
}

.ss-policy-signin {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.ss-policy-signin-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ss-policy-signin-intro {
  margin-top: 16px;
}

.ss-policy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.ss-policy-column-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--ss-ink);
  font-size: 1rem;
  font-weight: 900;
}

.ss-policy-column-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fde7aa;
  color: #946200;
  font-size: 13px;
  font-weight: 900;
}

.ss-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ss-policy-list li {
  padding: 14px 16px;
  border: 1px solid var(--ss-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ss-policy-contact {
  display: grid;
  gap: 16px;
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
}

.ss-policy-contact-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ss-policy-contact-initial {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ss-blue);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.ss-policy-contact-person strong {
  display: block;
  color: var(--ss-ink);
  font-size: 15px;
  font-weight: 900;
}

.ss-policy-contact-person small {
  display: block;
  color: var(--ss-muted);
  font-size: 13px;
}

.ss-policy-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ss-faq-item {
  padding: 0;
  overflow: hidden;
  border-width: 1px;
  box-shadow: 0 16px 30px rgba(16, 42, 67, 0.05);
}

.ss-faq-trigger {
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px 18px;
  border: 0;
  background: #fff;
  color: var(--ss-ink);
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.ss-faq-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--ss-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-ink);
  font-size: 24px;
  font-weight: 600;
  flex-shrink: 0;
}

.ss-faq-body {
  max-height: 0;
  padding: 0 24px;
  overflow: hidden;
  transition: max-height 220ms ease, padding 220ms ease;
}

.ss-faq-body.open {
  max-height: 320px;
  padding: 18px 24px 24px;
  border-top: 1px solid var(--ss-line);
}

.ss-faq-body p {
  color: var(--ss-muted);
  font-size: 16px;
  line-height: 1.65;
}

.ss-faq-question {
  display: block;
  color: var(--ss-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  padding-right: 12px;
}

.ss-footer {
  padding: 40px 0 110px;
  background: var(--ss-ink);
}

.ss-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ss-brand-footer strong,
.ss-footer h4 {
  color: #fff;
}

.ss-footer p,
.ss-footer a,
.ss-footer-bottom p,
.ss-brand-footer small {
  color: rgba(255, 255, 255, 0.78);
}

.ss-footer a[href*="book"] {
  color: #d9ff57;
}

.ss-footer h4 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ss-footer a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.ss-footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ss-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ss-breadcrumb a {
  color: var(--ss-blue);
  text-decoration: none;
}

.ss-breadcrumb span[aria-current="page"] {
  color: var(--ss-muted);
}

.ss-filter-bar {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--ss-line);
  border-radius: var(--ss-radius);
  background: #fff;
}

.ss-code-preview {
  background: #dff3fb;
}

.ss-code-window {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.ss-code-window span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 42, 67, 0.25);
}

.ss-code-preview pre {
  min-height: 260px;
  margin: 0;
  padding: 20px;
  border-radius: 18px;
  background: #102a43;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.55;
  overflow: auto;
}

.ss-concept-pathway-card {
  min-height: 100%;
}

.ss-program-mark-text {
  background: #eef7ff;
}

.ss-concept-inline-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.ss-concept-inline-item {
  padding: 14px 14px 12px;
  border: 1px solid var(--ss-line);
  border-radius: 16px;
  background: #f9fcff;
}

.ss-concept-inline-item-wide {
  grid-column: 1 / -1;
}

.ss-concept-inline-item strong {
  display: block;
  color: var(--ss-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.ss-concept-inline-children {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.ss-concept-inline-children span {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--ss-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.ss-section-heading-camps h2 {
  max-width: 720px;
}

.ss-camp-empty-state {
  border: 1px solid #cfe0ec;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.06);
}

.ss-detail-intro {
  margin: 14px 0 0;
}

.ss-detail-badges {
  margin: 20px 0 0;
}

.ss-detail-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ss-line);
}

.ss-detail-note strong {
  display: block;
  margin-bottom: 6px;
}

.ss-mobile-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--ss-line);
  backdrop-filter: blur(12px);
}

.ss-mobile-action {
  flex: 1 1 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid var(--ss-line);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.ss-mobile-action-primary {
  color: #fff;
  background: var(--ss-blue);
  border-color: var(--ss-blue);
}

.ss-mobile-action-secondary {
  color: var(--ss-ink);
  background: #fff;
}

@media (max-width: 1024px) {

  .ss-nav-links,
  .ss-phone-link {
    display: none;
  }

  .ss-navbar-inner {
    grid-template-columns: auto 1fr auto;
  }

  .ss-menu-button {
    display: inline-block;
  }

  .ss-hero-grid,
  .ss-section-heading,
  .ss-pathway-grid,
  .ss-concept-grid,
  .ss-review-grid,
  .ss-proof-grid,
  .ss-progress-grid,
  .ss-contact-grid,
  .ss-detail-hero,
  .ss-detail-panels,
  .ss-footer-grid {
    grid-template-columns: 1fr;
  }

  .ss-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss-pathway-grid-concepts,
  .ss-concept-inline-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ss-section {
    padding: 56px 0;
  }

  body {
    padding-bottom: 148px;
  }

  .ss-shell {
    width: min(1120px, calc(100% - 24px));
  }

  .ss-announcement-inner {
    min-height: auto;
    padding: 8px 28px 8px 0;
    flex-direction: column;
    gap: 2px;
  }

  .ss-announce-close {
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .ss-navbar-inner {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .ss-brand {
    min-width: 0;
    gap: 10px;
  }

  .ss-brand-logo {
    width: 52px;
    height: 42px;
    flex: 0 0 auto;
  }

  .ss-brand-copy {
    min-width: 0;
  }

  .ss-brand-copy strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .ss-brand-copy small {
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .ss-nav-actions {
    display: none;
  }

  .ss-menu-button {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .ss-hero {
    padding-top: 24px;
  }

  .ss-hero h1,
  .ss-page-title {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .ss-inline-trust,
  .ss-chip-row,
  .ss-chip-row-wide,
  .ss-filter-bar,
  .ss-filter-group {
    gap: 8px;
  }

  .ss-choice-chip,
  .ss-filter-chip,
  .ss-language-tab {
    flex: 1 1 calc(50% - 8px);
  }

  .ss-trust-grid,
  .ss-journey-grid {
    grid-template-columns: 1fr;
  }

  .ss-concept-cards {
    grid-template-columns: 1fr;
  }

  .ss-camp-card,
  .ss-card-footer {
    align-items: start;
    flex-direction: column;
  }

  .ss-faq-question {
    font-size: 18px;
  }

  .ss-mobile-actions {
    display: flex;
    align-items: stretch;
    left: 16px;
    right: auto;
    width: min(40vw, 192px);
    bottom: calc(22px + env(safe-area-inset-bottom));
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  .ss-mobile-action {
    min-width: 0;
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(16, 42, 67, 0.18);
  }

  .ss-mobile-action-primary {
    background: #102f49;
    border-color: #102f49;
    color: #fff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 10px 24px rgba(16, 47, 73, 0.22);
  }

  [id*="kidsbook"],
  [class*="kidsbook"],
  [id*="Kidsbook"],
  [class*="Kidsbook"] {
    max-width: calc(100vw - 24px) !important;
  }

  [id*="kidsbook"] button:not(:first-child),
  [class*="kidsbook"] button:not(:first-child),
  [id*="Kidsbook"] button:not(:first-child),
  [class*="Kidsbook"] button:not(:first-child) {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

:root {
  --brand-ink: #12304a;
  --brand-sky: #0ea5e9;
  --brand-sky-deep: #0284c7;
  --brand-sand: #fff8ef;
  --brand-card: #ffffff;
  --brand-line: #d9e7f2;
  --brand-soft: #eef8ff;
  --brand-shadow: 0 24px 50px rgba(16, 42, 67, 0.10);
}

body {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(251, 191, 36, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #f8fcff 32%, #ffffff 100%);
  color: var(--brand-ink);
}

.site-announcement {
  background: linear-gradient(90deg, #0f5f8f 0%, #0ea5e9 54%, #38bdf8 100%);
  color: #ffffff;
}

.site-announcement-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 40px 10px 0;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.site-announcement-inner a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(217, 231, 242, 0.9);
  backdrop-filter: blur(14px);
}

.hero-shell {
  position: relative;
  padding: 34px 0 28px;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 90%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 420px);
  gap: 34px;
  align-items: start;
}

.hero-copy {
  padding: 42px 0 24px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #cfe6f5;
  background: rgba(255, 255, 255, 0.76);
  color: #11658f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0 0 20px;
  color: #102a43;
  font-size: clamp(3rem, 6vw, 5.3rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 640px;
  margin: 0 0 28px;
  color: #496179;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
}

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

.hero-helper {
  margin: 0 0 28px;
  color: #5f7389;
  font-size: 13px;
  font-weight: 700;
}

.hero-trust-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-trust-list li,
.stats-showcase-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--brand-line);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.06);
}

.hero-trust-list b {
  display: block;
  margin-bottom: 5px;
  color: #102a43;
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-trust-list span {
  display: block;
  color: #5f7389;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.matcher-card {
  position: relative;
  border: 1px solid var(--brand-line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.96));
  box-shadow: var(--brand-shadow);
  padding: 28px;
  overflow: hidden;
}

.matcher-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #f59e0b, #0ea5e9);
}

.matcher-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.matcher-heading h2 {
  margin: 4px 0 0;
  color: #102a43;
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.05;
}

.matcher-step-label {
  margin: 0;
  color: #0f6c97;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.matcher-step-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #0f6c97;
  font-size: 12px;
  font-weight: 800;
}

.matcher-intro,
.matcher-note,
.section-side-copy {
  color: #54697f;
  font-size: 14px;
  line-height: 1.65;
}

.matcher-group {
  margin-top: 18px;
}

.matcher-label {
  display: block;
  margin-bottom: 10px;
  color: #173a56;
  font-size: 13px;
  font-weight: 800;
}

.matcher-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.matcher-options-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.matcher-option {
  appearance: none;
  border: 1px solid #cfe0ec;
  border-radius: 16px;
  background: #ffffff;
  color: #35526c;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.matcher-option.is-active,
.matcher-option:hover {
  border-color: #0ea5e9;
  background: #eaf7ff;
  color: #0f6c97;
}

.matcher-recommendation {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin: 22px 0 12px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f6c97 0%, #0ea5e9 100%);
  color: #ffffff;
}

.matcher-program-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.matcher-recommendation-copy span,
.matcher-recommendation-copy small {
  display: block;
}

.matcher-recommendation-copy span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.86;
}

.matcher-recommendation-copy strong {
  display: block;
  margin: 4px 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.matcher-recommendation-copy small {
  font-size: 12px;
  opacity: 0.88;
}

.matcher-recommendation a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.hero-proof-cards {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.program-preview-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #dde9f3;
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 0;
  box-shadow: 0 10px 20px rgba(16, 42, 67, 0.05);
  transform: none;
}

.program-preview-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.program-preview-meta strong {
  color: #173a56;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.program-preview-meta span {
  color: #63809a;
  font-size: 12px;
  font-weight: 700;
}

.first-proof {
  padding: 0 0 24px;
}

.first-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.first-proof-strip p {
  margin: 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid #dce9f3;
  color: #3b556f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(16, 42, 67, 0.05);
}

.first-proof-strip span {
  display: block;
  margin-bottom: 5px;
  color: #102a43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-shell {
  position: relative;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading-row>div:first-child {
  max-width: 640px;
}

.section-side-copy {
  max-width: 360px;
  margin: 0;
}

.section-eyebrow {
  color: #0f6c97;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.section-eyebrow.light {
  color: rgba(255, 255, 255, 0.75);
}

.section-h2,
.section-heading {
  color: #102a43;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.pathway-card,
.weekly-light-card,
.why-compact-card,
.review-card {
  border-radius: 24px;
  border-color: #dce9f3;
  box-shadow: 0 14px 28px rgba(16, 42, 67, 0.05);
}

.pathway-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e7eef5;
  padding-top: 14px;
}

.pathway-footer a {
  color: #0f6c97;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.choice-reassurance {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #dce9f3;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffefb, #f4fbff);
}

.choice-reassurance>span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf7ff;
  color: #0f6c97;
  font-size: 20px;
  font-weight: 900;
}

.choice-reassurance strong {
  display: block;
  color: #102a43;
  margin-bottom: 4px;
}

.choice-reassurance p {
  margin: 0;
  color: #5b7186;
  font-size: 14px;
  line-height: 1.55;
}

.journey-section {
  padding: 78px 0;
  background: linear-gradient(135deg, #0f4f76 0%, #0f6c97 44%, #1696d2 100%);
  color: #ffffff;
}

.journey-intro {
  max-width: 640px;
  margin-bottom: 32px;
}

.journey-intro h2 {
  margin: 8px 0 14px;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.journey-intro p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.65;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journey-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.journey-steps article>span {
  color: #fde68a;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.journey-steps small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-steps h3 {
  margin: 6px 0 8px;
  font-size: 1.2rem;
  font-weight: 900;
}

.journey-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.btn-nav,
.btn-primary,
.btn-accent,
.btn-hero-primary {
  background: linear-gradient(135deg, #0f6c97 0%, #0ea5e9 100%);
  border-radius: 14px;
}

.btn-hero-primary {
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.22);
}

.btn-hero-ghost {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #d3e2ec;
  color: #23415b;
}

.review-card,
.faq-item,
#contact .bg-sky-50,
.contact-row {
  border-radius: 24px;
}

@media (max-width: 1024px) {

  .hero-layout,
  .section-heading-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-trust-list,
  .first-proof-strip,
  .journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-side-copy {
    max-width: none;
  }
}

@media (max-width: 768px) {

  .ss-program-section-head,
  .ss-program-card-grid,
  .ss-policy-hero-grid,
  .ss-policy-columns,
  .ss-policy-card-head {
    grid-template-columns: 1fr;
  }

  .ss-policy-signin-head,
  .ss-policy-contact-person {
    align-items: flex-start;
  }

  .ss-policy-meta,
  .ss-policy-contact-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-announcement-inner {
    min-height: auto;
    flex-direction: column;
    padding: 10px 42px 10px 0;
    gap: 4px;
  }

  .hero-shell {
    padding-top: 18px;
  }

  .hero-copy {
    padding-top: 24px;
  }

  .matcher-card {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-trust-list,
  .first-proof-strip,
  .journey-steps,
  .matcher-options,
  .matcher-options-wrap {
    grid-template-columns: 1fr;
  }

  .choice-reassurance {
    grid-template-columns: 1fr;
    text-align: left;
  }

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