/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/landing/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/landing/fonts/fredoka-latin.woff2") format("woff2");
}
:root {
  --font-body: "Manrope";
  --font-brand: "Fredoka";
}
.subject-group h3 {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
}
:root {
  --header-height: 84px;
  --anchor-gap: 16px;
  --content-width: 1176px;
  --content-shell: 1240px;
  --page-gutter: 32px;
  --ink: #07244a;
  --ink-dark: #07244a;
  --ink-soft: #425775;
  --blue: #244e9a;
  --paper: #fff9f4;
  --paper-deep: #ffeadc;
  --white: #fffefd;
  --orange: #ff7922;
  --orange-deep: #fa6405;
  --green: #244e9a;
  --line: #07244a26;
}
html[data-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --ink: #eef3fb;
  --ink-soft: #b8c5d8;
  --blue: #8eb0f5;
  --green: #8eb0f5;
  --paper: #0a1524;
  --paper-deep: #13243a;
  --white: #101f33;
  --line: #dee8f729;
}
* {
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: clip;
}
main > section[id] {
  scroll-margin-top: calc(var(--header-height) + var(--anchor-gap));
}
body {
  background: var(--paper);
  max-width: 100%;
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  margin: 0;
  transition:
    background-color 0.22s,
    color 0.22s;
  overflow-x: clip;
}
main {
  background-image:
    radial-gradient(circle at 7% 13%, #ff79221c, #0000 26rem),
    radial-gradient(circle at 94% 38%, #244e9a14, #0000 30rem),
    radial-gradient(#244e9a12 0.8px, #0000 0.8px);
  background-position:
    0 0,
    0 0,
    9px 9px;
  background-size:
    auto,
    auto,
    34px 34px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
html[data-theme="dark"] main {
  background-image:
    radial-gradient(circle at 7% 13%, #ff79221c, #0000 26rem),
    radial-gradient(circle at 94% 38%, #5b84cf21, #0000 30rem),
    radial-gradient(#9fb5da0e 0.8px, #0000 0.8px);
}
a {
  color: inherit;
  text-decoration: none;
}
.reveal-ready [data-reveal] {
  opacity: 0;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
  transform: translateY(28px);
}
.reveal-ready [data-reveal="left"] {
  transform: translate(-30px);
}
.reveal-ready [data-reveal="right"] {
  transform: translate(30px);
}
.reveal-ready [data-reveal][data-reveal-visible="true"] {
  opacity: 1;
  will-change: auto;
  transform: translate(0);
}
[data-reveal-delay="1"] {
  --reveal-delay: 90ms;
}
[data-reveal-delay="2"] {
  --reveal-delay: 0.18s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
.site-header {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  height: var(--header-height);
  padding: 0 max(var(--page-gutter), calc((100% - var(--content-width)) / 2));
  z-index: 50;
  background: #fff9f4f2;
  border-bottom: 1px solid #07244a1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}
html[data-theme="dark"] .site-header {
  background: #0a1524f0;
  border-bottom-color: #dee8f71f;
}
.brand {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.brand-mark {
  background: var(--ink-dark);
  border: 2px solid #ff79229e;
  border-radius: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 20px #07244a33;
}
.brand-mark img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.brand > span:last-child {
  flex-direction: column;
  display: flex;
}
.brand-wordmark {
  color: var(--ink-dark);
  gap: 0;
  width: 94px;
  line-height: 1;
}
html[data-theme="dark"] .brand-wordmark {
  color: var(--ink);
}
.brand-wordmark-line {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}
.brand-wordmark-academia {
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 13px;
  font-weight: 780;
  line-height: 0.95;
}
.brand-wordmark-lumen {
  font-family: var(--font-brand), var(--font-body), sans-serif;
  font-size: 23px;
  font-weight: 620;
  line-height: 0.92;
}
.desktop-nav {
  align-items: center;
  gap: 16px;
  display: flex;
}
.desktop-nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.16s;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--blue);
}
.header-actions {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}
.theme-toggle {
  background: var(--paper-deep);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 999px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 58px;
  height: 32px;
  padding: 0 6px;
  transition:
    background 0.18s,
    border-color 0.18s;
  display: inline-flex;
  position: relative;
}
.theme-toggle:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #244e9a47;
}
.theme-toggle-sun,
.theme-toggle-moon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}
.theme-toggle-sun {
  color: #c75200;
}
.theme-toggle-moon {
  color: #7597db;
}
.theme-toggle-moon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35px;
  width: 17px;
  height: 17px;
  overflow: visible;
}
.theme-toggle-thumb {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition:
    transform 0.2s,
    background 0.18s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 7px #07244a33;
}
.theme-toggle[aria-checked="true"] .theme-toggle-thumb {
  transform: translate(26px);
}
html[data-theme="dark"] .theme-toggle {
  background: #1a2c46;
}
html[data-theme="dark"] .theme-toggle-thumb {
  background: #dbe7fb;
  border-color: #ffffff59;
  box-shadow: 0 2px 9px #0000005c;
}
.mobile-navigation {
  flex: none;
  display: none;
  position: relative;
}
.header-cta {
  background: var(--ink-dark);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 13px 21px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.16s,
    background 0.16s;
  display: inline-flex;
}
.header-cta:hover,
.header-cta:focus-visible {
  background: var(--ink);
  transform: translateY(-2px);
}
html[data-theme="dark"] .header-cta:hover,
html[data-theme="dark"] .header-cta:focus-visible {
  background: #15325b;
}
.hero-stage {
  background: var(--paper);
  isolation: isolate;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-backdrop {
  filter: saturate(0.82) contrast(0.94);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
  background-image: url(/landing/hero-lumen-background.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: -3%;
  transform: scale(1.06);
}
.hero-stage:after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 86%,
      var(--paper) 100%
    ),
    linear-gradient(90deg, #fff9f4cc 0%, #fff9f4ad 52%, #fff9f491 100%);
  content: "";
  pointer-events: none;
  z-index: 1;
  position: absolute;
  inset: 0;
}
html[data-theme="dark"] .hero-backdrop {
  filter: saturate(0.62) brightness(0.68);
  opacity: 0.28;
}
html[data-theme="dark"] .hero-stage:after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 86%,
      var(--paper) 100%
    ),
    linear-gradient(90deg, #0a1524d1 0%, #0a1524b3 55%, #0a152499 100%);
}
@keyframes lumen-hero-pan {
  0% {
    transform: scale(1.06) translate(0);
  }
  to {
    transform: scale(1.06) translate(-1.8%);
  }
}
@media (width>=901px) and (prefers-reduced-motion: no-preference) {
  .hero-backdrop {
    will-change: transform;
    animation: 22s ease-in-out infinite alternate lumen-hero-pan;
  }
}
.hero {
  isolation: isolate;
  max-width: var(--content-shell);
  min-height: calc(100svh - var(--header-height));
  z-index: 2;
  grid-template-columns: minmax(0, 1.14fr) minmax(350px, 0.86fr);
  align-items: center;
  gap: 64px;
  width: 100%;
  margin: 0 auto;
  padding: 54px 32px 86px;
  display: grid;
  position: relative;
  overflow: visible;
}
.hero-copy {
  z-index: 2;
  max-width: 650px;
  position: relative;
}
.eyebrow {
  color: var(--green);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  margin: 0 0 23px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.eyebrow .map-pin-icon {
  color: var(--orange-deep);
  width: 18px;
  height: 18px;
}
.hero h1 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.038em;
  max-width: 660px;
  margin: 0;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 550;
  line-height: 1.04;
}
.hero h1 em {
  color: var(--blue);
  font-family: var(--font-body), Arial, sans-serif;
  font-style: normal;
  font-weight: inherit;
  position: relative;
}
.hero h1 em:after {
  background: var(--orange);
  content: "";
  opacity: 0.42;
  border-radius: 999px 60% 999px 70%;
  width: 95%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 3%;
  transform: rotate(-1.5deg);
}
.hero-lead {
  color: var(--ink-soft);
  max-width: 590px;
  margin: 29px 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  margin-top: 36px;
  display: flex;
}
.button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 25px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 750;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: inline-flex;
}
.button-primary {
  background: var(--orange);
  color: var(--ink-dark);
  box-shadow: 0 10px 28px #fa640538;
}
.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px #fa64054d;
}
.social-icon {
  fill: currentColor;
  flex: none;
  width: 20px;
  height: 20px;
}
.header-cta .social-icon {
  width: 18px;
  height: 18px;
}
.booking-trigger-mobile-label {
  display: none;
}
.text-link {
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 8px 0;
  font-size: 14px;
  font-weight: 650;
}
.text-link span {
  margin-left: 7px;
}
.hero-proof {
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  display: flex;
}
.hero-proof span {
  color: var(--ink-soft);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}
.hero-proof span:before {
  color: var(--green);
  content: "✓";
  font-weight: 900;
}
.hero-visual {
  justify-content: center;
  align-items: center;
  min-height: 430px;
  display: flex;
  position: relative;
}
.hero-visual:before {
  content: "";
  background: linear-gradient(145deg, #ff792247, #ff792212);
  border-radius: 44% 56% 50% 50%/55% 39% 61% 45%;
  width: 370px;
  height: 370px;
  position: absolute;
  transform: rotate(-6deg);
}
.orbit {
  border: 1px dashed #244e9a40;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  width: 420px;
  height: 420px;
}
.orbit-two {
  width: 330px;
  height: 330px;
}
.lesson-card {
  z-index: 2;
  background: #fffdf9f2;
  border: 1px solid #ffffffdb;
  border-radius: 26px;
  width: min(350px, 88%);
  min-height: 285px;
  padding: 25px;
  position: relative;
  transform: rotate(2deg);
  box-shadow: 0 30px 70px #36434c29;
}
.lesson-card-top {
  font-family: var(--font-brand), var(--font-body), sans-serif;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  display: flex;
}
.spark {
  color: var(--orange-deep);
  font-size: 25px;
}
.lesson-label {
  color: var(--ink-soft);
  letter-spacing: 0.17em;
  margin: 25px 0 11px;
  font-size: 10px;
  font-weight: 800;
}
.lesson-levels {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.lesson-levels span {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
}
.lesson-options {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}
.lesson-options > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
  flex-direction: column;
  padding: 17px;
  display: flex;
}
.lesson-options strong {
  font-family: var(--font-brand), var(--font-body), sans-serif;
  font-size: 27px;
}
.lesson-options span {
  color: var(--ink-soft);
  margin-top: 3px;
  font-size: 12px;
}
.lesson-options .featured-option {
  background: #ff79222e;
  border-color: #fa640561;
}
.lesson-note {
  border-top: 1px solid var(--line);
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  display: flex;
}
.lesson-note > span {
  color: var(--green);
  background: #244e9a1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  display: flex;
}
.lesson-note p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.lesson-note strong {
  color: var(--ink);
  margin-bottom: 2px;
  font-size: 13px;
  display: block;
}
.floating-note {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 3;
  background: #fffdf9e0;
  border: 1px solid #ffffffbf;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 30px #36434c1f;
}
.floating-note span {
  color: var(--orange-deep);
  font-size: 18px;
}
.floating-note-top {
  top: 65px;
  right: 0;
}
.floating-note-bottom {
  bottom: 70px;
  left: -5px;
}
.trust-strip {
  background: var(--ink);
  color: #fff;
  min-height: 92px;
  padding: 24px max(var(--page-gutter), calc((100% - var(--content-width)) / 2));
  justify-content: space-between;
  align-items: center;
  display: flex;
}
img,
svg,
iframe {
  max-width: 100%;
}
.trust-strip p {
  font-family: var(--font-body), Arial, sans-serif;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: 550;
  display: flex;
}
.trust-strip .map-pin-icon {
  color: var(--orange);
  flex: none;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.map-pin-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9px;
}
.trust-strip div {
  align-items: center;
  gap: 26px;
  display: flex;
}
.trust-strip span {
  color: #d9e3f4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.trust-strip span + span:before {
  color: var(--orange);
  content: "•";
  margin-right: 26px;
}
.content-section {
  max-width: var(--content-shell);
  width: 100%;
  margin: 0 auto;
  padding: 84px 32px;
}
.section-divider {
  opacity: 0.75;
  z-index: 2;
  width: 92px;
  height: 1px;
  margin: -1px auto;
  position: relative;
}
.section-divider:before {
  background: linear-gradient(
    90deg,
    transparent,
    var(--line) 24%,
    var(--line) 76%,
    transparent
  );
  content: "";
  position: absolute;
  inset: 0;
}
.section-divider:after {
  background: var(--orange);
  content: "";
  opacity: 0.65;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.levels {
  padding-bottom: 52px;
}
.modes {
  padding-top: 52px;
  padding-bottom: 58px;
}
.section-heading {
  max-width: 720px;
}
.centered-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-kicker {
  color: var(--blue);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 17px;
  font-size: 11px;
  font-weight: 850;
}
.section-heading h2,
.steps-copy h2,
.contact-copy h2 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(39px, 4vw, 57px);
  font-weight: 500;
  line-height: 1.07;
}
.section-heading > p:last-child {
  color: var(--ink-soft);
  max-width: 610px;
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.65;
}
.mode-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
  display: grid;
}
.mode-card {
  border-radius: 24px;
  min-height: 360px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.individual-card {
  background: var(--white);
  border: 1px solid var(--line);
}
.pair-card {
  color: var(--ink-dark);
  background: #ff79221a;
  border: 1px solid #fa640540;
}
.mode-number {
  color: #07244a73;
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 31px;
  right: 35px;
}
.mode-tag {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid #07244a4d;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 800;
  display: inline-block;
}
.mode-card h3 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.035em;
  max-width: 540px;
  margin: 27px 0 15px;
  font-size: clamp(29px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}
.mode-card > p {
  color: var(--ink-soft);
  max-width: 550px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.pair-card > p {
  color: var(--ink-soft);
  max-width: 570px;
}
.mode-card ul {
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.mode-card li {
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}
.mode-card li:before {
  color: var(--green);
  content: "✓";
  background: #244e9a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  display: flex;
}
.faq-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
.faq-shell {
  border: 1px solid var(--line);
  background: #fffefddb;
  border-radius: 22px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px #07244a0d;
}
.faq-shell-heading {
  justify-content: space-between;
  align-items: center;
  min-height: 94px;
  padding: 22px 80px 22px 27px;
  display: flex;
}
.faq-shell-title {
  flex-direction: column;
  display: flex;
}
.faq-shell-title .section-kicker {
  margin-bottom: 6px;
}
.faq-shell-title strong {
  letter-spacing: -0.025em;
  font-size: 22px;
  font-weight: 600;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-disclosure-trigger {
  color: var(--blue);
  cursor: pointer;
  z-index: 2;
  background: 0 0;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition:
    background 0.16s,
    color 0.16s;
  display: flex;
  position: absolute;
  top: 27px;
  right: 22px;
}
.faq-disclosure-trigger:hover,
.faq-disclosure-trigger:focus-visible {
  background: #244e9a17;
}
.faq-disclosure-trigger:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #244e9a38;
}
.faq-disclosure-trigger svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 18px;
  height: 18px;
  transition: transform 0.22s;
}
.faq-disclosure.is-open .faq-disclosure-trigger {
  color: var(--orange-deep);
}
.faq-disclosure.is-open .faq-disclosure-trigger svg {
  transform: rotate(180deg);
}
.faq-disclosure-panel {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.26s,
    opacity 0.19s,
    visibility 0s linear 0.26s;
  display: grid;
}
.faq-disclosure-panel > div {
  min-height: 0;
  overflow: hidden;
}
.faq-disclosure.is-open .faq-disclosure-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  grid-template-rows: 1fr;
  transition:
    grid-template-rows 0.26s,
    opacity 0.19s;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-question {
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 66px;
  padding: 14px 24px 14px 27px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  transition:
    background 0.16s,
    color 0.16s;
  display: flex;
}
.faq-question:hover,
.faq-question:focus-visible,
.faq-item.is-open .faq-question {
  background: var(--paper-deep);
  color: var(--blue);
}
.faq-question:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #244e9a33;
}
.faq-question i {
  color: var(--blue);
  border: 1px solid #244e9a3d;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  transition:
    background 0.16s,
    border-color 0.16s,
    transform 0.18s;
  display: flex;
}
.faq-item.is-open .faq-question i {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink-dark);
  transform: rotate(45deg);
}
.faq-answer {
  opacity: 0;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.26s,
    opacity 0.19s;
  display: grid;
}
.faq-answer > div {
  min-height: 0;
  overflow: hidden;
}
.faq-item.is-open .faq-answer {
  opacity: 1;
  grid-template-rows: 1fr;
}
.faq-answer p {
  color: var(--ink-soft);
  margin: 0;
  padding: 2px 72px 22px 27px;
  font-size: 15px;
  line-height: 1.55;
  transition: transform 0.26s;
  transform: translateY(-7px);
}
.faq-item.is-open .faq-answer p {
  transform: translateY(0);
}
.pair-card li:before {
  color: var(--orange-deep);
  background: #fa640521;
}
.pair-badge {
  opacity: 0.17;
  align-items: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: -18px;
  right: 27px;
  transform: rotate(-8deg);
}
.pair-badge span {
  border: 5px solid var(--ink);
  font-family: var(--font-brand), var(--font-body), sans-serif;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  font-size: 58px;
  display: flex;
}
.pair-badge i {
  font-family: var(--font-brand), var(--font-body), sans-serif;
  font-size: 45px;
}
.why-pair {
  background: var(--ink);
  color: #fff;
  padding: 96px 32px;
}
.why-pair-inner {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
  max-width: 1176px;
  margin: 0 auto;
  display: grid;
}
.light-heading .section-kicker {
  color: var(--orange);
}
.light-heading h2 {
  color: #fff;
}
.reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.reason-grid article {
  border-left: 1px solid #ffffff2e;
  padding: 4px 0 0 24px;
}
.reason-grid span {
  color: var(--orange);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 13px;
}
.reason-grid h3 {
  font-family: var(--font-body), Arial, sans-serif;
  margin: 44px 0 12px;
  font-size: 22px;
  font-weight: 500;
}
.reason-grid p {
  color: #c9d5eb;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.about-section {
  max-width: var(--content-shell);
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 74px;
  width: 100%;
  margin: 0 auto;
  padding: 78px 32px 38px;
  display: grid;
}
.about-highlight {
  background: var(--orange);
  color: var(--ink-dark);
  border: 1px solid #0000;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.about-highlight:after {
  content: "";
  border: 2px solid #07244a24;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  position: absolute;
  top: -112px;
  right: -126px;
}
.about-sun {
  background: var(--paper);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  font-size: 36px;
  display: flex;
  position: relative;
}
.about-highlight > p {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.045em;
  max-width: 440px;
  margin: 44px 0 52px;
  font-size: clamp(34px, 3.5vw, 49px);
  font-weight: 510;
  line-height: 1.08;
}
.about-facts {
  border-top: 1px solid #07244a3d;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 23px;
  display: grid;
}
.about-facts span {
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  display: flex;
}
.about-facts strong {
  letter-spacing: -0.04em;
  margin-bottom: 7px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}
.about-copy {
  align-self: center;
  max-width: 650px;
}
.about-copy h2 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.045em;
  margin: 0 0 29px;
  font-size: clamp(39px, 4vw, 57px);
  font-weight: 500;
  line-height: 1.07;
}
.about-copy > p:not(.section-kicker) {
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.78;
}
.about-copy em {
  color: var(--blue);
  font-style: normal;
  font-weight: 750;
}
.about-copy .about-closing {
  border-left: 4px solid var(--orange);
  color: var(--ink);
  margin-top: 28px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 650;
}
.team-section {
  padding-top: 54px;
  padding-bottom: 84px;
}
.team-heading {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 64px;
  display: grid;
}
.team-heading > *,
.about-section > *,
.location-section > *,
.contact-section > *,
.mode-grid > *,
.form-row > * {
  min-width: 0;
}
.team-heading > p {
  color: var(--ink-soft);
  max-width: 390px;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.7;
}
.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 840px;
  margin: 42px auto 0;
  display: grid;
}
.team-card {
  border: 1px solid var(--line);
  background: #fffefdf0;
  border-radius: 23px;
  flex-direction: column;
  min-width: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 34px #07244a0f;
}
.team-photo {
  aspect-ratio: 1;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: 18px;
  width: 140px;
  margin: 18px auto 0;
  position: relative;
  overflow: hidden;
}
.team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-photo-tomer,
.team-photo-alicia,
.team-photo-alejandra,
.team-photo-clarisa,
.team-photo-dana,
.team-photo-myriam {
  object-position: center top;
}
.team-photo-placeholder {
  background:
    radial-gradient(circle at 78% 22%, #ffffff7a, transparent 34%),
    var(--orange);
  justify-content: center;
  align-items: center;
  display: flex;
}
.team-photo-placeholder:before,
.team-photo-placeholder:after {
  content: "";
  border: 1px solid #07244a2e;
  border-radius: 50%;
  width: 74%;
  height: 74%;
  position: absolute;
}
.team-photo-placeholder:after {
  width: 48%;
  height: 48%;
}
.team-photo-placeholder span {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-brand), var(--font-body), sans-serif;
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  font-size: 46px;
  font-weight: 600;
  display: flex;
  position: relative;
}
.team-card-body {
  flex-direction: column;
  flex: 1;
  padding: 16px 19px 20px;
  display: flex;
}
.team-role {
  color: var(--blue);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 12px;
  margin: 0 0 8px;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.35;
}
.team-card h3 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.035em;
  margin: 0;
  font-size: 22px;
  font-weight: 560;
  line-height: 1.05;
}
.team-degree {
  color: var(--ink);
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}
.team-subjects {
  color: var(--ink-soft);
  margin: 9px 0 0;
  font-size: 11.5px;
  line-height: 1.58;
}
.team-experience {
  border-top: 1px solid var(--line);
  color: var(--ink);
  margin: 11px 0 0;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}
.levels .section-heading {
  max-width: 800px;
}
.levels-explorer {
  margin-top: 52px;
}
.levels-instruction {
  color: var(--ink-soft);
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 650;
}
.touch-instruction {
  display: none;
}
.level-accordion {
  border-bottom: 1px solid var(--line);
}
.level-row {
  border: 1px solid var(--line);
  background: #fffefdc7;
  border-bottom: 0;
  transition:
    background 0.18s,
    box-shadow 0.18s;
  overflow: hidden;
}
.level-row:first-child {
  border-radius: 24px 24px 0 0;
}
.level-row:last-child {
  border-radius: 0 0 24px 24px;
}
.level-row.is-active {
  background: var(--white);
  z-index: 1;
  position: relative;
  box-shadow: 0 16px 38px #07244a17;
}
.level-trigger {
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 0;
  grid-template-columns: 40px 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 112px;
  padding: 21px 27px;
  font-family: inherit;
  display: grid;
}
.level-trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px #244e9a40;
}
.level-number {
  color: var(--blue);
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 800;
}
.level-icon {
  background: var(--paper-deep);
  color: var(--blue);
  font-family: var(--font-brand), var(--font-body), sans-serif;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 23px;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
  display: flex;
}
.level-row.is-active .level-icon {
  background: var(--orange);
  color: var(--ink-dark);
  transform: rotate(-3deg);
}
.level-title-group {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.level-title-group strong {
  letter-spacing: -0.035em;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 520;
  line-height: 1.1;
}
.level-title-group small {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
.level-action {
  color: var(--blue);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.level-action svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 22px;
  height: 22px;
  transition: transform 0.22s;
}
.level-row.is-active .level-action svg {
  transform: rotate(180deg);
}
.level-panel {
  opacity: 0;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.18s;
  display: grid;
}
.level-row.is-active .level-panel {
  opacity: 1;
  grid-template-rows: 1fr;
}
@media (hover: hover) and (pointer: fine) {
  .level-row:hover {
    background: var(--white);
    z-index: 1;
    position: relative;
    box-shadow: 0 16px 38px #07244a17;
  }
  .level-row:hover .level-icon {
    background: var(--orange);
    color: var(--ink-dark);
    transform: rotate(-3deg);
  }
  .level-row:hover .level-action svg {
    transform: rotate(180deg);
  }
  .level-row:hover .level-panel {
    opacity: 1;
    grid-template-rows: 1fr;
  }
}
.level-panel-inner {
  min-height: 0;
  overflow: hidden;
}
.subject-groups {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
  margin: 0 27px;
  padding: 28px 0 31px 120px;
  display: grid;
}
.subject-groups-1 {
  grid-template-columns: 1fr;
}
.subject-groups-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.subject-groups-5 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(190px, 1.15fr);
}
.subject-group-addon {
  border-left: 1px dashed #244e9a7a;
  padding-left: 27px;
}
html[data-theme="dark"] .subject-group-addon {
  border-left-color: #8eb0f57a;
}
.subject-group h4 {
  color: var(--blue);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 850;
}
.subject-tags {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.subject-tags span {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid #244e9a29;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
}
@media (prefers-reduced-motion: reduce) {
  .level-panel,
  .level-action svg,
  .level-icon {
    transition: none;
  }
}
.steps-section {
  background: var(--paper-deep);
  padding: 100px
    max(var(--page-gutter), calc((100% - var(--content-width)) / 2));
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.location-section {
  background: var(--ink);
  color: #fff;
  padding: 72px max(var(--page-gutter), calc((100% - var(--content-width)) / 2));
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 70px;
  width: 100%;
  display: grid;
}
.location-copy {
  max-width: 500px;
}
.location-copy .section-kicker {
  color: var(--orange);
}
.location-copy h2 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(39px, 4vw, 57px);
  font-weight: 500;
  line-height: 1.07;
}
.location-copy > p:last-of-type {
  color: #d9e3f4;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
.location-link {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 0 0 8px;
  font-size: 14px;
  font-weight: 750;
  display: inline-flex;
}
.location-link .map-pin-icon {
  color: var(--orange);
  width: 21px;
  height: 21px;
}
.map-frame {
  background: var(--paper);
  border: 5px solid #ffffff26;
  border-radius: 26px;
  min-width: 0;
  min-height: 410px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 60px #00000040;
}
.map-frame iframe {
  filter: saturate(0.8) contrast(1.05);
  border: 0;
  width: 100%;
  height: 410px;
  display: block;
}
.map-label {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 16px;
  align-items: center;
  gap: 11px;
  max-width: calc(100% - 36px);
  padding: 12px 15px;
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 18px;
  box-shadow: 0 12px 30px #07244a3b;
}
.map-label .map-pin-icon {
  color: var(--orange-deep);
  width: 25px;
  height: 25px;
}
.map-label span {
  overflow-wrap: anywhere;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  font-size: 11px;
  display: flex;
}
.map-label strong {
  font-size: 13px;
}
.steps-copy .button {
  margin-top: 30px;
}
.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps-list li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  align-items: flex-start;
  gap: 22px;
  padding: 24px 0;
  display: grid;
}
.steps-list li:first-child {
  padding-top: 0;
}
.steps-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.steps-list > li > span {
  color: var(--blue);
  font-family: var(--font-body), Arial, sans-serif;
  border: 1px solid #fa640580;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  font-size: 13px;
  display: flex;
}
.steps-list h3 {
  font-family: var(--font-body), Arial, sans-serif;
  margin: 0 0 6px;
  font-size: 21px;
  font-weight: 500;
}
.steps-list p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.testimonials {
  padding-top: 58px;
  padding-bottom: 82px;
}
.testimonial-heading {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
  display: grid;
}
.testimonial-heading > p {
  color: var(--ink-soft);
  max-width: 470px;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.7;
}
.testimonial-carousel {
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  max-width: 100%;
  margin-top: 0;
  padding: 12px 0 18px;
  overflow-x: auto;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 4% 96%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 4% 96%, #0000);
}
.testimonial-carousel-shell {
  margin-top: 54px;
  position: relative;
}
.testimonial-arrow {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 0 0 4px;
  font-size: 34px;
  line-height: 1;
  transition:
    background-color 0.16s,
    border-color 0.16s,
    transform 0.16s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 8px 22px #07244a24;
}
.testimonial-arrow:hover {
  background: var(--orange-soft);
  border-color: var(--orange);
  transform: translateY(-50%) scale(1.05);
}
.testimonial-arrow-left {
  left: -18px;
}
.testimonial-arrow-right {
  right: -18px;
}
.testimonial-carousel::-webkit-scrollbar {
  display: none;
}
.testimonial-carousel:focus-visible {
  outline-offset: 6px;
  outline: 3px solid #244e9a59;
}
.testimonial-track {
  width: max-content;
  display: flex;
}
.testimonial-group {
  flex: none;
  gap: 18px;
  padding-right: 18px;
  display: flex;
}
.testimonial-card {
  border: 1px solid var(--line);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  background: #fffefdeb;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 0 clamp(330px, 34vw, 410px);
  min-height: 300px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 38px #07244a12;
}
.testimonial-card:nth-child(3n + 2) {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.testimonial-card-top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
  position: relative;
}
.testimonial-source {
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}
.testimonial-card:nth-child(3n + 2) .testimonial-source {
  color: #d9e3f4;
}
.testimonial-source .social-icon {
  color: #25d366;
  width: 17px;
  height: 17px;
}
.testimonial-stars {
  color: var(--orange);
  letter-spacing: 0.11em;
  flex: none;
  font-size: 13px;
}
.testimonial-card blockquote {
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.025em;
  z-index: 1;
  max-width: 650px;
  margin: 38px 0;
  font-size: 24px;
  font-weight: 520;
  line-height: 1.42;
  position: relative;
}
.testimonial-card:nth-child(3n + 2) blockquote {
  color: #fff;
}
.testimonial-audio {
  z-index: 1;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  margin: 30px 0;
  display: flex;
  position: relative;
}
.testimonial-audio p {
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
}
.testimonial-audio audio {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  width: 100%;
  max-width: 100%;
  height: 42px;
  display: block;
}
.testimonial-card:nth-child(3n + 2) .testimonial-audio p {
  color: #fff;
}
.testimonial-card:nth-child(3n + 2) .testimonial-audio audio {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
}
.testimonial-card footer {
  z-index: 1;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  display: flex;
  position: relative;
}
.testimonial-avatar {
  background: var(--paper-deep);
  color: var(--blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  font-size: 13px;
  font-weight: 850;
  display: flex;
}
.testimonial-card:nth-child(3n + 2) .testimonial-avatar {
  background: var(--orange);
  color: var(--ink);
}
.testimonial-card footer > span:last-child {
  flex-direction: column;
  gap: 3px;
  display: flex;
}
.testimonial-card footer strong {
  font-size: 13px;
}
.testimonial-card footer small {
  color: var(--ink-soft);
  font-size: 11px;
}
.testimonial-card:nth-child(3n + 2) footer small {
  color: #c9d5eb;
}
.booking-form {
  background: var(--white);
  color: var(--ink);
  z-index: 1;
  border: 1px solid #ffffff38;
  border-radius: 24px;
  padding: 30px;
  position: relative;
  box-shadow: 0 28px 60px #00000038;
}
.form-row {
  gap: 16px;
  display: grid;
}
.form-row.two-columns {
  grid-template-columns: 1fr 1fr;
}
.booking-form label > span,
.availability-fieldset legend {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}
.booking-form label > span small,
.availability-fieldset legend small {
  color: var(--ink-soft);
  margin-left: 5px;
  font-size: 10px;
  font-weight: 650;
}
.booking-form input[type="text"],
.booking-form select {
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #07244a33;
  border-radius: 11px;
  outline: none;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.booking-form input::placeholder {
  color: #718097;
}
.booking-form input:focus-visible,
.booking-form select:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #244e9a26;
}
.availability-fieldset {
  border: 0;
  min-inline-size: 0;
  margin: 20px 0 0;
  padding: 0;
}
.availability-fieldset legend {
  margin-bottom: 0;
  padding: 0;
}
.availability-fieldset > p {
  color: var(--ink-soft);
  margin: 5px 0 10px;
  font-size: 11px;
  line-height: 1.5;
}
.day-selector-grid {
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 8px;
  display: grid;
}
.day-option {
  background: var(--paper);
  border: 1px solid var(--line);
  cursor: pointer;
  border-radius: 11px;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 10px;
  transition:
    background 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  display: flex;
}
.day-option:hover {
  border-color: #244e9a66;
}
.day-option:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #244e9a26;
}
.day-option.is-active {
  background: #ff79221f;
  border-color: #fa640575;
}
.day-option input {
  accent-color: var(--blue);
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
}
.day-option > span {
  margin: 0 !important;
  font-size: 11px !important;
}
.selected-times {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
  display: grid;
}
.availability-row {
  background: #ff792214;
  border: 1px solid #fa64053d;
  border-radius: 11px;
  grid-template-columns: minmax(82px, 1fr) 20px 66px 9px 66px;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 5px 9px;
  transition: background 0.15s;
  display: grid;
}
.availability-row > strong {
  font-size: 11px;
}
.booking-form .time-field > span {
  margin: 0;
}
.booking-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-soft) 50%),
    linear-gradient(135deg, var(--ink-soft) 50%, transparent 50%);
  background-position:
    calc(100% - 13px) 17px,
    calc(100% - 9px) 17px;
  background-repeat: no-repeat;
  background-size:
    4px 4px,
    4px 4px;
  min-height: 40px;
  padding: 0 8px;
  font-size: 12px;
}
.booking-form select:disabled {
  color: #8a96a7;
  background: #07244a0a;
  border-color: #07244a1a;
}
.time-prefix,
.time-separator {
  color: var(--ink-soft);
  text-align: center;
  font-size: 11px;
}
.booking-submit {
  background: var(--orange);
  color: var(--ink);
  cursor: pointer;
  border: 0;
  width: 100%;
  margin-top: 18px;
  font-family: inherit;
  box-shadow: 0 10px 28px #fa640538;
}
.booking-submit:hover,
.booking-submit:focus-visible {
  background: var(--orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px #fa64054d;
}
.form-privacy {
  color: var(--ink-soft);
  text-align: center;
  margin: 10px 0 0;
  font-size: 10px;
}
.booking-modal-backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  overscroll-behavior: contain;
  z-index: 120;
  background: #07182fad;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}
.booking-modal {
  background: var(--paper);
  scrollbar-gutter: stable;
  border: 1px solid #ffffffbf;
  border-radius: 28px;
  width: 100%;
  max-width: 820px;
  max-height: calc(100vh - 48px);
  padding: 28px;
  position: relative;
  overflow: hidden auto;
  box-shadow: 0 34px 90px #07182f57;
}
.booking-modal:before {
  background: var(--orange);
  content: "";
  opacity: 0.11;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  right: -75px;
}
.booking-modal-close {
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: inherit;
  font-size: 25px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}
.booking-modal-close:hover,
.booking-modal-close:focus-visible {
  border-color: var(--blue);
}
.booking-modal-heading {
  z-index: 1;
  max-width: 650px;
  padding: 3px 58px 18px 2px;
  position: relative;
}
.booking-modal-heading h2 {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(32px, 4vw, 47px);
  font-weight: 500;
  line-height: 1.08;
}
.booking-modal-heading > p:last-child {
  color: var(--ink-soft);
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.booking-modal .booking-form {
  box-shadow: none;
  padding: 22px;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}
.contact-section {
  background: var(--orange);
  max-width: none;
  min-height: 365px;
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-width));
  border: 1px solid #0000;
  border-radius: 30px;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 50px;
  margin: 44px auto 72px;
  padding: 62px 66px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.contact-decoration {
  color: #ffffff2e;
  font-family: var(--font-brand), var(--font-body), sans-serif;
  font-size: 360px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  bottom: -100px;
  right: 45px;
  transform: rotate(10deg);
}
.contact-copy,
.contact-actions {
  z-index: 1;
  position: relative;
}
.contact-copy .section-kicker {
  color: var(--ink);
}
.contact-copy p:last-child {
  color: #07244ad6;
  max-width: 610px;
  margin: 21px 0 0;
  font-size: 15px;
  line-height: 1.65;
}
.contact-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  display: flex;
}
.contact-whatsapp {
  background: var(--ink);
  color: #fff;
}
.instagram-link {
  background: #ffffff4d;
  border: 1px solid #07244a40;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  font-size: 13px;
  font-weight: 750;
  display: flex;
}
.instagram-link .social-icon {
  width: 21px;
  height: 21px;
}
.site-footer {
  color: #f4f7fb;
  padding: 58px max(var(--page-gutter), calc((100% - var(--content-width)) / 2))
    0;
  background: #081b2d;
  border-top: 1px solid #ffffff14;
  width: 100%;
}
.footer-main {
  max-width: var(--content-width);
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.65fr) minmax(
      210px,
      0.8fr
    );
  gap: 72px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: grid;
}
.footer-identity {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer-brand .brand-mark {
  width: 58px;
  height: 58px;
}
.footer-brand .brand-wordmark {
  color: #f4f7fb;
}
.footer-identity > p {
  color: #aebdd0;
  max-width: 330px;
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.65;
}
.footer-identity > small {
  color: #7890aa;
  margin-top: 18px;
  font-size: 11px;
  line-height: 1.5;
}
.footer-links,
.footer-contact {
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  display: flex;
}
.footer-links h3,
.footer-contact h3 {
  color: #f4f7fb;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 2px 0 7px;
  font-size: 11px;
  font-weight: 850;
}
.footer-links a,
.footer-contact a,
.footer-contact > span {
  color: #aebdd0;
  font-size: 13px;
  line-height: 1.5;
  transition: color 0.16s;
}
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--orange);
}
.footer-contact a {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.footer-contact .social-icon {
  color: var(--orange);
  width: 18px;
  height: 18px;
}
.footer-contact > span {
  border-top: 1px solid #ffffff1a;
  margin-top: 4px;
  padding-top: 13px;
}
.footer-bottom {
  color: #6f87a1;
  max-width: var(--content-width);
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  font-size: 11px;
  display: flex;
}
@media (width>=601px) {
  .footer-bottom {
    padding-right: 90px;
  }
}
.floating-whatsapp {
  border: 3px solid var(--paper);
  color: #fff;
  z-index: 80;
  background: #25d366;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 14px 32px #07244a47;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 17px 38px #07244a59;
}
.floating-whatsapp svg {
  fill: currentColor;
  width: 33px;
  height: 33px;
}
.floating-whatsapp-label {
  background: var(--ink-dark);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  transition:
    opacity 0.16s,
    transform 0.16s;
  position: absolute;
  right: 70px;
  transform: translate(7px);
}
.floating-whatsapp:hover .floating-whatsapp-label,
.floating-whatsapp:focus-visible .floating-whatsapp-label {
  opacity: 1;
  transform: translate(0);
}
html[data-theme="dark"] .lesson-card,
html[data-theme="dark"] .floating-note,
html[data-theme="dark"] .faq-shell,
html[data-theme="dark"] .team-card,
html[data-theme="dark"] .testimonial-card {
  border-color: var(--line);
  background: #101f33f0;
  box-shadow: 0 18px 42px #00000042;
}
html[data-theme="dark"] .level-row {
  background: #101f33e6;
  border-color: #dee8f729;
}
html[data-theme="dark"] .level-row.is-active {
  background: #142b48;
  box-shadow: 0 18px 42px #0000003d;
}
html[data-theme="dark"] .level-icon {
  background: #07182d;
}
html[data-theme="dark"] .subject-tags span {
  background: #0a1829;
  border-color: #8eb0f53d;
}
html[data-theme="dark"] .about-highlight {
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 5%, #ff792229, #0000 15rem),
    linear-gradient(145deg, #172b45 0%, #0d1c30 100%);
  border: 1px solid #ff8f4657;
  box-shadow: 0 18px 42px #00000038;
}
html[data-theme="dark"] .about-highlight:after {
  border-color: #ff8f463d;
}
html[data-theme="dark"] .about-sun {
  background: var(--orange);
  color: var(--ink-dark);
}
html[data-theme="dark"] .about-facts {
  border-color: #eef3fb2e;
}
html[data-theme="dark"] .trust-strip,
html[data-theme="dark"] .why-pair,
html[data-theme="dark"] .contact-whatsapp {
  background: #07182d;
}
html[data-theme="dark"] .location-section {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background: 0 0;
}
html[data-theme="dark"] .testimonial-card:nth-child(3n + 2) {
  background: #142b48;
  border-color: #8eb0f538;
}
html[data-theme="dark"] .pair-card {
  background: #ff792224;
  border-color: #ff8f465c;
}
html[data-theme="dark"] .mode-number {
  color: #eef3fb80;
}
html[data-theme="dark"] .mode-tag {
  border-color: #eef3fb57;
}
html[data-theme="dark"] .lesson-card,
html[data-theme="dark"] .lesson-card strong,
html[data-theme="dark"] .pair-card {
  color: var(--ink);
}
html[data-theme="dark"] .map-frame {
  border-color: #dee8f729;
}
html[data-theme="dark"] .map-frame iframe {
  filter: invert(0.9) hue-rotate(180deg) saturate(0.72) contrast(0.92)
    brightness(0.8);
}
html[data-theme="dark"] .booking-form input[type="text"],
html[data-theme="dark"] .booking-form select,
html[data-theme="dark"] .booking-modal-close {
  color: var(--ink);
  background: #0a1829;
  border-color: #dee8f733;
}
html[data-theme="dark"] .booking-form input::placeholder {
  color: #8292aa;
}
html[data-theme="dark"] .booking-form select:disabled {
  color: #77869b;
  background: #eef3fb0d;
  border-color: #eef3fb14;
}
html[data-theme="dark"] .faq-item.is-open .faq-question i,
html[data-theme="dark"] .testimonial-card:nth-child(3n + 2) .testimonial-avatar,
html[data-theme="dark"] .booking-submit {
  color: var(--ink-dark);
}
html[data-theme="dark"] .contact-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 20%, #ff79222e, #0000 19rem), #101f33;
  border: 1px solid #ff8f4657;
  box-shadow: 0 18px 42px #00000038;
}
html[data-theme="dark"] .contact-copy .section-kicker {
  color: var(--orange);
}
html[data-theme="dark"] .contact-copy p:last-child {
  color: var(--ink-soft);
}
html[data-theme="dark"] .contact-decoration {
  color: #ff792214;
}
html[data-theme="dark"] .contact-whatsapp {
  background: var(--orange);
  color: var(--ink-dark);
}
html[data-theme="dark"] .instagram-link {
  color: var(--ink);
  background: #eef3fb0f;
  border-color: #eef3fb47;
}
@media (hover: hover) and (pointer: fine) {
  html[data-theme="dark"] .level-row:hover {
    background: #142b48;
    box-shadow: 0 18px 42px #0000003d;
  }
}
@media (prefers-reduced-motion: reduce) {
  body,
  .theme-toggle,
  .theme-toggle-thumb {
    transition: none;
  }
}
@media (width<=1020px) {
  .desktop-nav {
    display: none;
  }
  .mobile-navigation {
    display: block;
  }
  .mobile-menu-trigger {
    cursor: pointer;
    background: 0 0;
    border: 1px solid #07244a33;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }
  html[data-theme="dark"] .mobile-menu-trigger {
    border-color: #dee8f738;
  }
  .mobile-menu-trigger span {
    background: var(--ink);
    border-radius: 999px;
    width: 18px;
    height: 2px;
    transition:
      transform 0.18s,
      opacity 0.18s;
    display: block;
  }
  .mobile-menu-trigger[aria-expanded="true"] span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-menu-trigger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-trigger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .mobile-menu-trigger:focus-visible {
    outline-offset: 3px;
    outline: 3px solid #244e9a40;
  }
  .mobile-menu {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    flex-direction: column;
    min-width: 240px;
    padding: 8px;
    display: flex;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px #07244a33;
  }
  .mobile-menu a {
    color: var(--ink);
    border-radius: 11px;
    padding: 13px 14px;
    font-size: 14px;
    font-weight: 650;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    background: var(--paper-deep);
    outline: none;
  }
}
@media (width<=900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 42px;
  }
  .hero-backdrop {
    background-position: 55%;
    animation: none;
    transform: scale(1.06);
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-visual {
    min-height: 410px;
  }
  .floating-note-top {
    right: 6%;
  }
  .floating-note-bottom {
    left: 6%;
  }
  .trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .mode-grid,
  .why-pair-inner,
  .about-section,
  .location-section,
  .steps-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .mode-grid {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .why-pair-inner,
  .about-section,
  .location-section,
  .steps-section {
    gap: 55px;
  }
  .reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-highlight {
    min-height: 420px;
  }
  .about-copy {
    max-width: 760px;
  }
  .subject-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 80px;
  }
  .subject-groups-5 .subject-group-addon {
    border-top: 1px dashed #244e9a7a;
    border-left: 0;
    grid-column: 1/-1;
    padding-top: 23px;
    padding-left: 0;
  }
  html[data-theme="dark"] .subject-groups-5 .subject-group-addon {
    border-top-color: #8eb0f57a;
  }
  .subject-groups-1,
  .testimonial-heading {
    grid-template-columns: 1fr;
  }
  .team-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 580px;
  }
  .testimonial-heading {
    align-items: start;
    gap: 22px;
  }
  .testimonial-card {
    flex-basis: min(410px, 72vw);
  }
  .contact-section {
    margin-left: 32px;
    margin-right: 32px;
  }
  .location-copy {
    max-width: 680px;
  }
  .contact-actions {
    max-width: 360px;
  }
  .site-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer-main {
    grid-template-columns: minmax(230px, 1.15fr) minmax(120px, 0.65fr) minmax(
        180px,
        0.8fr
      );
    gap: 36px;
  }
}
@media (width<=720px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
  }
  .footer-identity {
    grid-column: 1/-1;
  }
  .footer-contact {
    grid-column: auto;
  }
}
@media (width<=600px) {
  :root {
    --header-height: 72px;
    --anchor-gap: 12px;
    --page-gutter: 18px;
  }
  .site-header {
    padding: 0 14px;
  }
  .hero-backdrop {
    opacity: 0.2;
  }
  html[data-theme="dark"] .hero-backdrop {
    opacity: 0.14;
  }
  .hero-stage:after {
    background:
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 86%,
        var(--paper) 100%
      ),
      #fff9f4e0;
  }
  html[data-theme="dark"] .hero-stage:after {
    background:
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 86%,
        var(--paper) 100%
      ),
      #0a1524e0;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .brand {
    gap: 9px;
  }
  .brand-wordmark {
    gap: 0;
    width: 74px;
  }
  .brand-wordmark-academia {
    font-size: 10px;
  }
  .brand-wordmark-lumen {
    font-size: 18px;
  }
  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
  }
  .header-actions {
    gap: 7px;
  }
  .theme-toggle {
    width: 48px;
    height: 28px;
    padding: 0 4px;
  }
  .theme-toggle-sun,
  .theme-toggle-moon {
    width: 16px;
    font-size: 10px;
  }
  .theme-toggle-moon {
    font-size: 13px;
  }
  .theme-toggle-thumb {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;
  }
  .theme-toggle[aria-checked="true"] .theme-toggle-thumb {
    transform: translate(22px);
  }
  .mobile-menu-trigger {
    width: 40px;
    height: 40px;
  }
  .mobile-menu {
    min-width: min(230px, 100dvw - 28px);
    max-width: calc(100dvw - 28px);
    right: 0;
  }
  .header-cta .booking-trigger-label {
    display: none;
  }
  .header-cta .booking-trigger-mobile-label {
    display: inline;
  }
  .hero {
    min-height: auto;
    padding: 42px 18px 62px;
  }
  .hero h1 {
    font-size: clamp(44px, 14vw, 61px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .text-link {
    align-self: center;
  }
  .hero-proof {
    gap: 10px 16px;
    margin-top: 32px;
  }
  .hero-visual {
    min-height: 360px;
  }
  .hero-visual:before {
    width: 310px;
    height: 310px;
  }
  .orbit-one {
    width: 350px;
    height: 350px;
  }
  .orbit-two {
    width: 285px;
    height: 285px;
  }
  .lesson-card {
    width: 88%;
    padding: 22px;
  }
  .floating-note {
    padding: 9px 12px;
  }
  .floating-note-top {
    top: 18px;
    right: 0;
  }
  .floating-note-bottom {
    bottom: 18px;
    left: 0;
  }
  .trust-strip {
    padding: 26px 18px;
  }
  .trust-strip p {
    font-size: 18px;
  }
  .trust-strip div {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .trust-strip span + span:before {
    margin-right: 16px;
  }
  .content-section {
    padding: 68px 18px;
  }
  .section-divider {
    width: 72px;
  }
  .levels {
    padding-bottom: 38px;
  }
  .modes {
    padding-top: 38px;
    padding-bottom: 44px;
  }
  .faq-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .faq-shell {
    border-radius: 18px;
  }
  .faq-shell-heading {
    min-height: 78px;
    padding: 17px 60px 17px 18px;
  }
  .faq-shell-title strong {
    font-size: 18px;
  }
  .faq-question {
    min-height: 60px;
    padding: 13px 18px;
    font-size: 14px;
  }
  .faq-disclosure-trigger {
    top: 19px;
    right: 12px;
  }
  .faq-answer p {
    padding: 0 52px 18px 18px;
    font-size: 13px;
    line-height: 1.65;
  }
  .section-heading h2,
  .steps-copy h2,
  .contact-copy h2 {
    font-size: 39px;
  }
  .section-heading > p:last-child {
    font-size: 15px;
  }
  .mode-grid {
    margin-top: 42px;
  }
  .mode-card {
    min-height: auto;
    padding: 30px 25px 36px;
  }
  .mode-card h3 {
    font-size: 33px;
  }
  .pair-card {
    padding-bottom: 36px;
  }
  .pair-badge {
    bottom: -28px;
  }
  .pair-badge span {
    width: 82px;
    height: 82px;
    font-size: 43px;
  }
  .why-pair {
    padding: 80px 18px;
  }
  .about-section {
    gap: 48px;
    padding: 58px 18px 20px;
  }
  .team-section {
    padding-top: 48px;
    padding-bottom: 68px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 300px;
    margin-top: 34px;
  }
  .team-card {
    display: flex;
  }
  .team-photo {
    aspect-ratio: 1;
    width: 132px;
    min-height: 0;
    margin-top: 16px;
  }
  .team-photo-dana {
    object-position: center top;
  }
  .team-card-body {
    padding: 14px 17px 17px;
  }
  .team-role {
    min-height: 0;
  }
  .team-photo-placeholder span {
    width: 68px;
    height: 68px;
    font-size: 34px;
  }
  .about-highlight {
    min-height: 430px;
    padding: 30px 25px;
  }
  .about-highlight > p {
    margin: 38px 0 46px;
    font-size: 38px;
  }
  .about-copy h2 {
    font-size: 39px;
  }
  .about-copy > p:not(.section-kicker) {
    font-size: 15px;
  }
  .reason-grid {
    grid-template-columns: 1fr;
  }
  .reason-grid article {
    min-height: 160px;
  }
  .reason-grid h3 {
    margin-top: 24px;
  }
  .levels-explorer {
    margin-top: 38px;
  }
  .desktop-instruction {
    display: none;
  }
  .touch-instruction {
    display: inline;
  }
  .level-trigger {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 102px;
    padding: 18px 16px;
  }
  .level-number {
    display: none;
  }
  .level-icon {
    border-radius: 14px;
    width: 48px;
    height: 48px;
    font-size: 19px;
  }
  .level-title-group strong {
    font-size: 25px;
  }
  .level-title-group small {
    font-size: 11px;
  }
  .level-action > span {
    display: none;
  }
  .subject-groups,
  .subject-groups-1,
  .subject-groups-2 {
    grid-template-columns: 1fr;
    gap: 23px;
    margin: 0 16px;
    padding: 24px 0 27px;
  }
  .subject-groups-5 .subject-group-addon {
    border-top: 1px dashed #244e9a7a;
    border-left: 0;
    grid-column: auto;
    padding-top: 23px;
    padding-left: 0;
  }
  .subject-tags span {
    font-size: 11px;
  }
  .steps-section {
    padding: 82px 18px;
  }
  .location-section {
    gap: 42px;
    padding: 60px 18px;
  }
  .location-copy h2 {
    font-size: 39px;
  }
  .map-frame,
  .map-frame iframe {
    height: 360px;
    min-height: 360px;
  }
  .steps-copy .button {
    width: 100%;
  }
  .steps-list li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .steps-list > li > span {
    width: 39px;
    height: 39px;
  }
  .testimonials {
    padding-top: 44px;
    padding-bottom: 56px;
  }
  .testimonial-heading > p {
    font-size: 14px;
  }
  .testimonial-card {
    flex-basis: min(350px, 82vw);
    min-height: 285px;
    padding: 26px 23px;
  }
  .testimonial-card blockquote {
    margin: 36px 0;
    font-size: 23px;
  }
  .contact-section {
    border-radius: 24px;
    min-height: auto;
    margin: 34px 18px 56px;
    padding: 45px 24px;
  }
  .booking-modal-backdrop {
    align-items: flex-start;
    padding: 10px;
  }
  .booking-modal {
    border-radius: 22px;
    max-height: calc(100dvh - 20px);
    padding: 20px 14px 14px;
  }
  .booking-modal-close {
    top: 14px;
    right: 14px;
  }
  .booking-modal-heading {
    padding: 4px 48px 16px 5px;
  }
  .booking-modal-heading h2 {
    font-size: 34px;
  }
  .booking-form {
    border-radius: 19px;
    padding: 17px 13px;
  }
  .form-row.two-columns {
    grid-template-columns: 1fr;
  }
  .availability-row {
    grid-template-columns: minmax(82px, 1fr) 18px 58px 8px 58px;
    gap: 6px;
    padding: 5px 7px;
  }
  .selected-times {
    grid-template-columns: 1fr;
  }
  .booking-form select {
    padding: 0 6px;
    font-size: 11px;
  }
  .contact-decoration {
    font-size: 250px;
    bottom: -60px;
    right: -10px;
  }
  .contact-actions {
    max-width: none;
  }
  .site-footer {
    padding: 46px 18px 90px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
    padding-bottom: 38px;
  }
  .footer-identity {
    grid-column: 1/-1;
  }
  .footer-identity > p {
    max-width: 290px;
  }
  .footer-contact {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    min-height: 78px;
  }
  .floating-whatsapp {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }
  .floating-whatsapp svg {
    width: 30px;
    height: 30px;
  }
  .floating-whatsapp-label {
    display: none;
  }
}
@media (width<=360px) {
  .availability-row {
    grid-template-columns: minmax(68px, 1fr) 14px 50px 7px 50px;
    gap: 4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .testimonial-card-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .brand-wordmark {
    display: none;
  }
  .header-cta {
    width: 40px;
    padding: 0;
  }
  .header-cta .booking-trigger-mobile-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
  }
  .hero-backdrop {
    animation: none;
    transform: scale(1.06);
  }
  .testimonial-carousel {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .testimonial-arrow {
    width: 40px;
    height: 40px;
  }
  .testimonial-arrow-left {
    left: -8px;
  }
  .testimonial-arrow-right {
    right: -8px;
  }
  .testimonial-track {
    animation: none;
  }
  .testimonial-group[aria-hidden="true"] {
    display: none;
  }
}
