/* Homepage v2 */
body > main.atl-container.atl-home {
  width: min(1360px, calc(100vw - 40px));
  max-width: 1360px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.atl-home {
  --atl-home-ink: #16293d;
  --atl-home-muted: #3a4b5d;
  --atl-home-muted-soft: #5a6976;
  --atl-home-border: rgba(22, 72, 49, 0.11);
  --atl-home-shadow: 0 22px 56px rgba(17, 48, 32, 0.08);
  display: grid;
  gap: 38px;
  background:
    radial-gradient(circle at 14% 8%, rgba(205, 233, 219, 0.24), transparent 20%),
    linear-gradient(180deg, #f8fbf9 0%, #ffffff 34%, #f7faf8 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.atl-home h1,
.atl-home h2,
.atl-home h3,
.atl-home p,
.atl-home li,
.atl-home a,
.atl-home span,
.atl-home strong {
  font-family: inherit;
}

.atl-home h1,
.atl-home h2,
.atl-home h3 {
  margin: 0;
  color: var(--atl-home-ink);
}

.atl-home h1 {
  font-family: inherit;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 11.1ch;
  text-wrap: balance;
}

.atl-home h2 {
  font-family: inherit;
  border-left: 0;
  padding-left: 0;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.028em;
  font-weight: 700;
  max-width: 18ch;
}

.atl-home h3 {
  font-family: inherit;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.24;
  letter-spacing: -0.022em;
  font-weight: 700;
}

.atl-home p {
  margin: 0;
  color: var(--atl-home-muted);
  line-height: 1.72;
}

.atl-home .atl-lead {
  max-width: 66ch;
  font-size: 18px;
  color: var(--atl-home-muted);
}

.atl-home .atl-note {
  margin: 0;
  color: var(--atl-home-muted-soft);
  font-size: 14px;
  line-height: 1.6;
}

.atl-home .atl-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0;
}

.atl-home-hero,
.atl-home-section {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--atl-home-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--atl-home-shadow);
  isolation: isolate;
}

.atl-home-hero > *,
.atl-home-section > * {
  position: relative;
  z-index: 1;
}

.atl-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 36px;
  align-items: center;
  padding: 48px 44px 42px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.98) 38%, rgba(234, 243, 238, 0.96) 76%, rgba(228, 239, 233, 0.98));
}

.atl-home-hero::before,
.atl-home-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.atl-home-hero::before {
  right: -88px;
  top: -108px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(46, 165, 109, 0.1), rgba(46, 165, 109, 0));
}

.atl-home-hero::after {
  left: -84px;
  bottom: -132px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(31, 107, 71, 0.08), rgba(31, 107, 71, 0));
}

.atl-home-hero-copy,
.atl-home-video-panel,
.atl-home-proof-main,
.atl-home-contact-copy {
  position: relative;
  z-index: 1;
}

.atl-home-hero-copy {
  display: grid;
  gap: 20px;
  max-width: 720px;
}

.atl-home .atl-kicker,
.atl-home-section-tag,
.atl-home-card-tag,
.atl-home-map-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(235, 245, 239, 0.9);
  border: 1px solid rgba(31, 107, 71, 0.08);
  color: #1d6d47;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(29, 109, 71, 0.06);
}

.atl-home-hero-stack {
  display: grid;
  gap: 16px;
}

.atl-home-hero-bridge {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.38;
  color: #1d6d47;
}

.atl-home-hero-summary {
  max-width: 58ch;
  font-size: 19px;
}

.atl-home-proof-pills,
.atl-home-contact-pills,
.atl-home-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atl-home-proof-pills span,
.atl-home-contact-pills span {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(31, 107, 71, 0.1);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  color: #2f4153;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.atl-home .atl-cta-btn,
.atl-home .atl-ghost-btn {
  border-radius: 14px;
  padding: 14px 20px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.atl-home .atl-cta-btn {
  box-shadow: 0 18px 36px rgba(31, 107, 71, 0.24);
}

.atl-home .atl-cta-btn:hover,
.atl-home .atl-ghost-btn:hover {
  transform: translateY(-2px);
}

.atl-home .atl-ghost-btn {
  background: rgba(255, 255, 255, 0.56);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-color: rgba(31, 107, 71, 0.26);
}

.atl-home-video-panel {
  display: grid;
  gap: 14px;
  align-content: center;
}

.atl-home-video-stage {
  position: relative;
  display: grid;
  padding: 0;
}

.atl-home-video-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.atl-home-video-embed {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  background: #000;
}

.atl-home-video-embed iframe,
.atl-home-video-facade,
.atl-home-video-poster {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.atl-home-video-facade {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background: #0a1711;
  isolation: isolate;
}

.atl-home-video-facade:hover {
  text-decoration: none;
}

.atl-home-video-poster {
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.atl-home-video-facade:hover .atl-home-video-poster {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.atl-home-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 15, 10, 0.08), rgba(5, 15, 10, 0.58)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  z-index: 1;
}

.atl-home-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(5, 15, 10, 0.28);
  z-index: 2;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.atl-home-video-facade:hover .atl-home-video-play {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 22px 52px rgba(5, 15, 10, 0.34);
}

.atl-home-video-play svg {
  width: 28px;
  height: 28px;
  fill: #145034;
  transform: translateX(2px);
}

.atl-home-video-action {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(10, 23, 17, 0.78);
  color: #f6fbf8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 24px rgba(5, 15, 10, 0.24);
  z-index: 2;
}

.atl-home-video-caption {
  color: var(--atl-home-muted-soft);
  font-size: 14px;
  line-height: 1.6;
}

.atl-home-video-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atl-home-stat-card {
  padding: 18px 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 246, 0.82)),
    linear-gradient(135deg, rgba(223, 240, 229, 0.12), rgba(255, 255, 255, 0.18));
  border: 1px solid rgba(31, 107, 71, 0.1);
  box-shadow: 0 14px 30px rgba(20, 57, 39, 0.08);
  text-align: center;
}

.atl-home-stat-card strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--atl-home-ink);
  margin-bottom: 6px;
}

.atl-home-stat-card span {
  display: block;
  color: var(--atl-home-muted-soft);
  font-size: 13px;
  line-height: 1.4;
}

.atl-home-section {
  padding: 46px 40px;
}

.atl-home-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background: radial-gradient(circle at 12% 0%, rgba(223, 240, 229, 0.34), rgba(223, 240, 229, 0));
  pointer-events: none;
  z-index: 0;
}

.atl-home-router {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 250, 0.99)),
    radial-gradient(circle at top left, rgba(72, 151, 118, 0.05), transparent 20%);
}

.atl-home-section--tint {
  background:
    linear-gradient(180deg, rgba(248, 251, 249, 0.98), rgba(241, 247, 243, 0.98)),
    radial-gradient(circle at top right, rgba(31, 107, 71, 0.05), transparent 24%);
}

.atl-home-process {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 250, 0.99)),
    radial-gradient(circle at bottom left, rgba(31, 107, 71, 0.04), transparent 22%);
}

.atl-home-section-header {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
  max-width: 920px;
}

.atl-home-section-header--wide {
  max-width: 1120px;
}

.atl-home-section-header--wide h2 {
  max-width: 18ch;
}

.atl-home-section-header--wide .atl-lead,
.atl-home-section-header--wide p:not(.atl-home-section-tag):not(.atl-home-card-tag) {
  max-width: 74ch;
}

.atl-home-router .atl-home-section-header--wide {
  max-width: 1240px;
}

.atl-home-router .atl-home-section-header--wide h2 {
  max-width: 22ch;
}

.atl-home-router .atl-home-section-header--wide .atl-lead,
.atl-home-router .atl-home-section-header--wide p:not(.atl-home-section-tag):not(.atl-home-card-tag) {
  max-width: 82ch;
}

.atl-home-section-header .atl-lead,
.atl-home-section-header p:not(.atl-home-section-tag):not(.atl-home-card-tag) {
  font-size: 18px;
}

.atl-home-router,
.atl-home-proof,
.atl-home-process,
.atl-home-contact {
  position: relative;
}

.atl-home-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.atl-home-route-card,
.atl-home-proof-link,
.atl-home-step-card,
.atl-home-info-card,
.atl-home-feature-card {
  border-radius: 24px;
  border: 1px solid rgba(31, 107, 71, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(20, 57, 39, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.atl-home-route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  min-height: 100%;
  overflow: hidden;
}

.atl-home-route-card--kids {
  background:
    linear-gradient(180deg, rgba(232, 246, 237, 0.98), rgba(255, 255, 255, 0.96) 52%),
    radial-gradient(circle at top right, rgba(99, 162, 118, 0.18), transparent 44%);
  border-color: rgba(99, 162, 118, 0.2);
}

.atl-home-route-card--adult {
  background:
    linear-gradient(180deg, rgba(240, 246, 250, 0.98), rgba(255, 255, 255, 0.96) 52%),
    radial-gradient(circle at top right, rgba(122, 155, 184, 0.16), transparent 44%);
  border-color: rgba(122, 155, 184, 0.22);
}

.atl-home-route-card--work {
  background:
    linear-gradient(180deg, rgba(252, 246, 235, 0.98), rgba(255, 255, 255, 0.96) 52%),
    radial-gradient(circle at top right, rgba(199, 154, 68, 0.18), transparent 44%);
  border-color: rgba(199, 154, 68, 0.2);
}

.atl-home-route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(31, 107, 71, 0.9), rgba(31, 107, 71, 0));
}

.atl-home-route-card--adult::before {
  background: linear-gradient(90deg, rgba(88, 129, 165, 0.9), rgba(88, 129, 165, 0));
}

.atl-home-route-card--work::before {
  background: linear-gradient(90deg, rgba(199, 154, 68, 0.9), rgba(199, 154, 68, 0));
}

.atl-home-route-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atl-home-route-card li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 18px;
  line-height: 1.58;
}

.atl-home-route-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d6d47;
  transform: translateY(-50%);
}

.atl-home-route-card .atl-cta-link {
  margin-top: auto;
}

.atl-home-proof-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(31, 107, 71, 0.1);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  margin: 0;
  transition: transform 0.45s ease, filter 0.28s ease;
}

.atl-home-proof-link:hover img {
  transform: scale(1.045);
}

.atl-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  grid-auto-rows: 1fr;
}

.atl-home-feature-card {
  min-height: 206px;
  padding: 26px 20px 20px;
  display: grid;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.atl-home-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(31, 107, 71, 0.8), rgba(31, 107, 71, 0));
}

.atl-home-feature-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 246, 0.98)),
    radial-gradient(circle at top right, rgba(31, 107, 71, 0.14), transparent 32%);
}

.atl-home-feature-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(246, 250, 248, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(88, 129, 165, 0.12), transparent 32%);
}

.atl-home-feature-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 249, 0.98)),
    radial-gradient(circle at top right, rgba(31, 107, 71, 0.08), transparent 32%);
}

.atl-home-feature-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 248, 0.98)),
    radial-gradient(circle at top right, rgba(199, 154, 68, 0.1), transparent 34%);
}

.atl-home-feature-card:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(247, 251, 248, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(31, 107, 71, 0.1), transparent 34%);
}

.atl-home-feature-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(223, 240, 229, 0.9);
  border: 1px solid rgba(31, 107, 71, 0.08);
  color: #1d6d47;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(31, 107, 71, 0.06);
}

.atl-home-feature-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.24;
  color: var(--atl-home-ink);
  max-width: 13ch;
}

.atl-home-feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--atl-home-muted-soft);
  max-width: 22ch;
}

.atl-home-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 20px;
  align-items: start;
}

.atl-home-proof-main {
  display: grid;
  gap: 16px;
  align-content: start;
  padding-right: 8px;
}

.atl-home-proof-links {
  display: grid;
  gap: 14px;
}

.atl-home-proof-link {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
  color: inherit;
  text-decoration: none;
}

.atl-home-proof-link:hover {
  text-decoration: none;
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(20, 57, 39, 0.12);
}

.atl-home-proof-link strong {
  display: block;
  color: #102033;
  font-size: 20px;
  line-height: 1.3;
}

.atl-home-proof-link span:last-child {
  color: #556371;
  line-height: 1.58;
}

.atl-home-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 26px;
  align-items: start;
}

.atl-home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  position: relative;
  padding-top: 8px;
}

.atl-home-steps::before {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  top: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 107, 71, 0.12), rgba(31, 107, 71, 0.4), rgba(31, 107, 71, 0.12));
  pointer-events: none;
}

.atl-home-step-card {
  position: relative;
  min-height: 224px;
  padding: 26px 20px 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 246, 0.96)),
    radial-gradient(circle at top right, rgba(31, 107, 71, 0.12), transparent 34%);
}

.atl-home-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(31, 107, 71, 0.82), rgba(31, 107, 71, 0.1));
}

.atl-home-step-no {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1d6d47;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(31, 107, 71, 0.22);
  border: 4px solid rgba(255, 255, 255, 0.94);
}

.atl-home-step-card h3 {
  font-size: 23px;
  line-height: 1.22;
}

.atl-home-step-card p {
  max-width: 22ch;
}

.atl-home-outcome-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(30, 89, 61, 0.94), rgba(18, 57, 39, 0.96) 72%),
    radial-gradient(circle at top left, rgba(106, 205, 147, 0.18), rgba(106, 205, 147, 0) 36%);
  color: #f4fbf7;
  border: 1px solid rgba(20, 70, 48, 0.16);
  box-shadow: 0 18px 36px rgba(15, 48, 33, 0.18);
}

.atl-home-outcome-card .atl-home-card-tag {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: #e8f6ee;
}

.atl-home-outcome-card h3,
.atl-home-outcome-card p,
.atl-home-outcome-card li {
  color: inherit;
}

.atl-home-outcome-card h3 {
  max-width: 13ch;
}

.atl-home-outcome-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atl-home-outcome-card li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 18px;
  line-height: 1.58;
}

.atl-home-outcome-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dff4e6;
  transform: translateY(-50%);
}

.atl-home-outcome-card .atl-note {
  color: rgba(236, 246, 240, 0.82);
  margin-top: 4px;
}

.atl-home-process-cta {
  width: 100%;
  justify-content: flex-start;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 107, 71, 0.08);
}

.atl-home-class-pass-strip {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(31, 107, 71, 0.08);
}

.atl-home-class-pass-strip .atl-note {
  margin: 0;
}

.atl-home-class-pass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.atl-home-class-pass {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 200px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(31, 107, 71, 0.12);
  text-decoration: none;
  color: #16293d;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(18, 53, 36, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.atl-home-class-pass::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 248, 0.96));
  z-index: 0;
}

.atl-home-class-pass::after {
  content: "";
  position: absolute;
  inset: 14px 14px auto auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(22, 41, 61, 0.08);
  z-index: 0;
}

.atl-home-class-pass > * {
  position: relative;
  z-index: 1;
}

.atl-home-class-pass-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.atl-home-class-pass-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.atl-home-class-pass-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid rgba(22, 41, 61, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: #244257;
}

.atl-home-class-pass h3 {
  font-size: 26px;
  line-height: 1.12;
}

.atl-home-class-pass p {
  max-width: 25ch;
  color: #4b5f71;
}

.atl-home-class-pass-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atl-home-class-pass-link::after {
  content: "↗";
  font-size: 15px;
}

.atl-home-class-pass--kids {
  background:
    linear-gradient(135deg, rgba(235, 248, 240, 0.96), rgba(247, 251, 248, 0.96)),
    radial-gradient(circle at top left, rgba(31, 107, 71, 0.12), transparent 38%);
}

.atl-home-class-pass--kids .atl-home-class-pass-code,
.atl-home-class-pass--kids .atl-home-class-pass-link {
  color: #1d6d47;
}

.atl-home-class-pass--kids .atl-home-class-pass-code {
  background: linear-gradient(135deg, #1d6d47, #2fa163);
  color: #ffffff;
}

.atl-home-class-pass--adult {
  background:
    linear-gradient(135deg, rgba(238, 245, 251, 0.96), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at top left, rgba(53, 97, 154, 0.12), transparent 38%);
}

.atl-home-class-pass--adult .atl-home-class-pass-code,
.atl-home-class-pass--adult .atl-home-class-pass-link {
  color: #355f97;
}

.atl-home-class-pass--adult .atl-home-class-pass-code {
  background: linear-gradient(135deg, #355f97, #537fbd);
  color: #ffffff;
}

.atl-home-class-pass--work {
  background:
    linear-gradient(135deg, rgba(251, 245, 234, 0.96), rgba(252, 249, 244, 0.96)),
    radial-gradient(circle at top left, rgba(173, 113, 20, 0.12), transparent 38%);
}

.atl-home-class-pass--work .atl-home-class-pass-code,
.atl-home-class-pass--work .atl-home-class-pass-link {
  color: #9b6317;
}

.atl-home-class-pass--work .atl-home-class-pass-code {
  background: linear-gradient(135deg, #9b6317, #ca8c3a);
  color: #ffffff;
}

.atl-home-class-pass:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(18, 53, 36, 0.12);
  border-color: rgba(31, 107, 71, 0.2);
}

.atl-home-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 20px;
  align-items: stretch;
}

.atl-home-contact-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.atl-home-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atl-home-info-card {
  padding: 16px;
  display: grid;
  gap: 6px;
}

.atl-home-info-card strong {
  color: #102033;
}

.atl-home-info-card span,
.atl-home-info-card a {
  color: #4f5f6d;
  line-height: 1.55;
  text-decoration: none;
}

.atl-home-map-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(31, 107, 71, 0.96), rgba(15, 53, 35, 0.94)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 32%);
  color: #f4fbf7;
  box-shadow: 0 20px 44px rgba(16, 44, 29, 0.22);
}

.atl-home-map-card h3,
.atl-home-map-card p,
.atl-home-map-card a {
  color: inherit;
}

.atl-home-map-card img {
  margin: 0;
  width: 100%;
  border-radius: 18px;
  box-shadow: none;
}

.atl-home-map-card .atl-cta-link {
  color: #ffffff;
}

.atl-home-route-card:hover,
.atl-home-step-card:hover,
.atl-home-info-card:hover,
.atl-home-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(20, 57, 39, 0.12);
  border-color: rgba(31, 107, 71, 0.16);
}

@media (prefers-reduced-motion: no-preference) {
  .atl-home-hero-copy > * {
    animation: atl-home-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .atl-home-hero-copy > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .atl-home-hero-copy > *:nth-child(3) {
    animation-delay: 0.16s;
  }

  .atl-home-hero-copy > *:nth-child(4) {
    animation-delay: 0.24s;
  }

  .atl-home-video-stage,
  .atl-home-video-stats {
    animation: atl-home-float 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.18s;
  }
}

@keyframes atl-home-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes atl-home-float {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }

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

@media (max-width: 1180px) {
  body > main.atl-container.atl-home {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .atl-home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-home-feature-card:last-child {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 560px;
    justify-self: center;
  }

  .atl-home-proof-layout,
  .atl-home-contact {
    grid-template-columns: 1fr;
  }

  .atl-home-video-stage {
    padding: 0;
  }

  .atl-home-feature-card {
    min-height: 0;
  }
}

@media (max-width: 1080px) {
  .atl-home-hero {
    grid-template-columns: 1fr;
  }

  .atl-home-route-grid,
  .atl-home-steps,
  .atl-home-info-grid {
    grid-template-columns: 1fr;
  }

  .atl-home-process-layout {
    grid-template-columns: 1fr;
  }

  .atl-home-steps::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .atl-home h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    max-width: 11ch;
  }

  .atl-home h2 {
    max-width: none;
    font-size: clamp(27px, 8.6vw, 38px);
  }

  .atl-home-hero,
  .atl-home-section {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .atl-home .atl-kicker,
  .atl-home-section-tag,
  .atl-home-card-tag {
    font-size: 10px;
  }

  .atl-home-hero-bridge {
    font-size: 18px;
    line-height: 1.5;
  }

  .atl-home-hero-summary {
    font-size: 17px;
    line-height: 1.7;
    max-width: none;
  }

  .atl-home-video-card {
    gap: 8px;
  }

  .atl-home-video-play {
    width: 66px;
    height: 66px;
  }

  .atl-home-video-play svg {
    width: 24px;
    height: 24px;
  }

  .atl-home-video-action {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
    font-size: 12px;
  }

  .atl-home-stat-card {
    padding: 16px 14px;
  }

  .atl-home-video-stats {
    grid-template-columns: 1fr;
  }

  .atl-home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-home-feature-card strong {
    font-size: 18px;
    max-width: none;
  }

  .atl-home-step-card {
    min-height: 0;
    padding: 24px 18px 20px;
  }

  .atl-home-step-card h3 {
    font-size: 21px;
  }

  .atl-home-step-no {
    width: 42px;
    height: 42px;
  }

  .atl-home-class-pass-strip {
    display: none;
  }

  .atl-home-class-pass {
    min-height: 0;
    padding: 18px 16px 15px;
  }

  .atl-home-class-pass h3 {
    font-size: 23px;
  }

  .atl-home .atl-cta-group {
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .atl-home-feature-grid {
    grid-template-columns: 1fr;
  }

  .atl-home-feature-card:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .atl-home-class-pass-grid {
    grid-template-columns: 1fr;
  }

  .atl-home-class-pass-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
