:root {
  --navy: #162739;
  --navy-2: #0b1b2c;
  --cyan: #50c5d3;
  --cyan-2: #19a9ba;
  --yellow: #fff725;
  --yellow-2: #f4df1e;
  --ink: #132135;
  --muted: #667386;
  --line: #d9e2e6;
  --paper: #f7fbfc;
  --paper-2: #eef9fb;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(11, 27, 44, 0.12);
  --soft-shadow: 0 10px 28px rgba(11, 27, 44, 0.07);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 14% 6%,
      rgba(80, 197, 211, 0.16),
      transparent 24rem
    ),
    linear-gradient(180deg, #f7fcfd 0%, #ffffff 34%, #f4fbfc 100%);
  font-family:
    Nunito,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(22, 39, 57, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(22, 39, 57, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}

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

.brand-word {
  width: 78px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  padding: 10px 12px;
  border-radius: 6px;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(80, 197, 211, 0.16);
  outline: none;
}

.nav-cta {
  color: var(--navy);
  background: var(--yellow);
  box-shadow: inset 0 -2px 0 rgba(22, 39, 57, 0.16);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--navy);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: center;
  gap: 46px;
  min-height: auto;
  padding-top: 86px;
  padding-bottom: 76px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border: 1px solid rgba(80, 197, 211, 0.42);
  border-radius: 6px;
  color: var(--navy);
  background: rgba(80, 197, 211, 0.13);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.hero-lead,
.section-heading p,
.promise-copy p,
.lms-copy p,
.registration-copy p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  color: var(--navy);
  background: var(--yellow);
  box-shadow:
    0 12px 28px rgba(244, 223, 30, 0.35),
    inset 0 -2px 0 rgba(22, 39, 57, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #fff95a;
  outline: 3px solid rgba(80, 197, 211, 0.36);
}

.button-ghost {
  border: 1px solid rgba(22, 39, 57, 0.16);
  color: var(--navy);
  background: var(--white);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 590px;
  margin: 0;
}

.hero-metrics div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(22, 39, 57, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.hero-metrics dt {
  color: var(--navy);
  font-size: 24px;
  font-weight: 950;
}

.hero-metrics dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(80, 197, 211, 0.95) 0 56%,
      rgba(255, 247, 37, 0.92) 56% 100%
    ),
    var(--cyan);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px 12% auto auto;
  width: 220px;
  height: 280px;
  border-radius: 0 0 120px 120px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-visual::after {
  content: "IELTS";
  position: absolute;
  left: 28px;
  bottom: 22px;
  color: rgba(22, 39, 57, 0.08);
  font-size: 118px;
  font-weight: 950;
  line-height: 1;
}

.hero-visual img {
  position: absolute;
  right: -18%;
  bottom: -2px;
  z-index: 2;
  width: 112%;
  max-width: none;
}

.band-card {
  position: absolute;
  z-index: 3;
  max-width: 230px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(22, 39, 57, 0.16);
  backdrop-filter: blur(16px);
}

.band-card span,
.score-widget span,
.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.band-card strong,
.score-widget strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.05;
}

.band-card-top {
  top: 26px;
  left: 26px;
}

.band-card-bottom {
  right: 24px;
  bottom: 26px;
}

.intro-strip {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: start;
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(80, 197, 211, 0.2);
  border-bottom: 1px solid rgba(80, 197, 211, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 247, 37, 0.08), transparent 34%),
    linear-gradient(
      180deg,
      rgba(238, 249, 251, 0.92),
      rgba(255, 255, 255, 0.72)
    );
}

.pain-grid,
.promise-grid,
.proof-grid {
  display: grid;
  gap: 14px;
}

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

.pain-grid article,
.proof-grid article,
.promise-grid article,
.path-card {
  --mx: 50%;
  --my: 50%;
  --card-glow: rgba(80, 197, 211, 0.24);
  border: 1px solid rgba(22, 39, 57, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      var(--card-glow),
      transparent 38%
    ),
    var(--white);
  box-shadow: var(--soft-shadow);
}

.pain-grid article {
  padding: 18px;
}

.pain-grid article,
.proof-grid article,
.promise-grid article,
.method-list article,
.check-list li {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.pain-grid article:hover,
.proof-grid article:hover,
.promise-grid article:hover,
.method-list article:hover,
.check-list li:hover {
  transform: translateY(-4px);
  border-color: rgba(80, 197, 211, 0.38);
  box-shadow: 0 22px 44px rgba(11, 27, 44, 0.12);
}

.pain-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.18;
}

.pain-grid p,
.path-card p,
.method-list p,
.proof-grid p,
.faq p,
.promise-grid span {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pathway {
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
}

.path-card {
  position: relative;
  min-height: 248px;
  padding: 22px;
  overflow: hidden;
  isolation: isolate;
  --card-glow: color-mix(
    in srgb,
    var(--path-accent, var(--cyan)) 32%,
    transparent
  );
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      rgba(255, 255, 255, 0),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 252, 253, 0.98)
    );
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.path-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: var(--path-orb, rgba(80, 197, 211, 0.16));
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  opacity: 0.8;
  z-index: -1;
}

.path-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--path-accent, var(--cyan));
}

.path-card:nth-child(1) {
  --path-accent: var(--cyan);
  --path-tint: rgba(80, 197, 211, 0.13);
  --path-orb: rgba(80, 197, 211, 0.2);
}

.path-card:nth-child(2) {
  --path-accent: var(--cyan-2);
  --path-tint: rgba(25, 169, 186, 0.12);
  --path-orb: rgba(80, 197, 211, 0.24);
}

.path-card:nth-child(3) {
  --path-accent: var(--yellow);
  --path-tint: rgba(255, 247, 37, 0.16);
  --path-orb: rgba(255, 247, 37, 0.22);
}

.path-card:nth-child(4) {
  --path-accent: var(--cyan-2);
  --path-tint: rgba(25, 169, 186, 0.13);
  --path-orb: rgba(25, 169, 186, 0.2);
}

.path-card.featured {
  color: var(--white);
  border-color: rgba(80, 197, 211, 0.32);
  --card-glow: rgba(255, 247, 37, 0.26);
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      var(--card-glow),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 100%,
      rgba(80, 197, 211, 0.28),
      transparent 42%
    ),
    linear-gradient(145deg, var(--navy), var(--navy-2));
  box-shadow: 0 24px 54px rgba(11, 27, 44, 0.2);
}

.path-card.featured h3,
.path-card.featured .path-index,
.path-card.featured p {
  color: var(--white);
}

.path-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--path-accent) 62%, var(--line));
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      var(--card-glow),
      transparent 38%
    ),
    radial-gradient(
      circle at 88% 100%,
      rgba(80, 197, 211, 0.26),
      transparent 44%
    ),
    linear-gradient(145deg, var(--navy), var(--navy-2));
  box-shadow: 0 28px 62px rgba(11, 27, 44, 0.18);
}

.path-card:hover h3,
.path-card:hover .path-index,
.path-card:hover p {
  color: var(--white);
}

.path-card:hover::after {
  opacity: 0.95;
  transform: scale(1.16);
}

.path-card:hover .path-band {
  color: var(--navy);
}

.path-index {
  color: var(--cyan-2);
  font-size: 13px;
  font-weight: 950;
}

.path-band {
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 950;
}

.method {
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(80, 197, 211, 0.22),
      transparent 28rem
    ),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.method-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.method h2,
.method h3 {
  color: var(--white);
}

.method .section-kicker {
  border-color: rgba(255, 247, 37, 0.4);
  color: var(--yellow);
  background: rgba(255, 247, 37, 0.08);
}

.method-list {
  display: grid;
  gap: 12px;
}

.method-list article {
  --mx: 50%;
  --my: 50%;
  --card-glow: rgba(80, 197, 211, 0.24);
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      var(--card-glow),
      transparent 44%
    ),
    rgba(255, 255, 255, 0.06);
}

.method-list p {
  color: rgba(255, 255, 255, 0.7);
}

.method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--cyan);
  font-size: 24px;
  font-weight: 950;
}

.lms,
.promise,
.registration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}

.lms {
  padding-top: 66px;
  padding-bottom: 66px;
}

.lms-preview {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cyan);
  box-shadow: var(--shadow);
}

.lms-preview img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.score-widget {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(22, 39, 57, 0.2);
}

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

.check-list li {
  --mx: 50%;
  --my: 50%;
  --card-glow: rgba(255, 247, 37, 0.2);
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(22, 39, 57, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      var(--card-glow),
      transparent 48%
    ),
    var(--white);
  color: var(--navy);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid var(--cyan-2);
  border-left: 3px solid var(--cyan-2);
  transform: rotate(-45deg);
}

.promise {
  align-items: start;
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(80, 197, 211, 0.16);
  border-bottom: 1px solid rgba(80, 197, 211, 0.16);
  background:
    linear-gradient(120deg, rgba(255, 247, 37, 0.1), rgba(80, 197, 211, 0.12)),
    #ffffff;
}

.promise-grid {
  grid-template-columns: 1fr 1fr;
}

.promise-grid article {
  padding: 22px;
}

.promise-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 20px;
}

.proof {
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-top: 66px;
  padding-bottom: 70px;
  color: var(--white);
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(255, 247, 37, 0.18),
      transparent 22rem
    ),
    linear-gradient(135deg, #122235, #18334a 58%, #0f2633);
}

.proof h2,
.proof h3 {
  color: var(--white);
}

.proof .section-kicker {
  border-color: rgba(80, 197, 211, 0.42);
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.08);
}

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

.proof-grid article {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      rgba(80, 197, 211, 0.24),
      transparent 40%
    ),
    rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.proof-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.registration {
  align-items: stretch;
  width: 100%;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: linear-gradient(
    90deg,
    rgba(238, 249, 251, 0.95) 0 50%,
    rgba(255, 255, 255, 0.94) 50% 100%
  );
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--yellow);
}

.contact-card strong {
  display: block;
  margin: 3px 0 6px;
  font-size: 30px;
  line-height: 1;
}

.contact-card small {
  color: rgba(22, 39, 57, 0.76);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(22, 39, 57, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfdfe;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--cyan-2);
  outline: 3px solid rgba(80, 197, 211, 0.2);
}

.form-button {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  width: 100%;
  padding: 54px max(16px, calc((100% - 1180px) / 2)) 66px;
  background: #f7fcfd;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}

.faq details {
  border: 1px solid rgba(22, 39, 57, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(11, 27, 44, 0.05);
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 950;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  position: relative;
  width: 100%;
  padding: 54px max(16px, calc((100% - 1180px) / 2)) 38px;
  color: rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(
      circle at 95% 90%,
      rgba(80, 197, 211, 0.18),
      transparent 18rem
    ),
    linear-gradient(135deg, #122438, #102132 64%, #0c1b2b);
}

.footer-inner {
  display: grid;
  gap: 30px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 1.5fr;
  gap: 54px;
  align-items: start;
}

.footer-brand img {
  width: 216px;
  margin-bottom: 24px;
}

.footer-brand p {
  max-width: 310px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.footer-lms,
.footer-map em,
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(80, 197, 211, 0.32);
  color: var(--navy);
  background: var(--cyan);
  box-shadow: 0 16px 34px rgba(80, 197, 211, 0.18);
}

.footer-lms {
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

.footer-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  min-width: 19px;
  height: 19px;
  font-size: 18px;
  line-height: 1;
}

.footer-column,
.footer-contact {
  display: grid;
  gap: 18px;
}

.footer-column h2,
.footer-contact h2 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.43);
  font-size: 18px;
  font-weight: 900;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-contact a:hover em,
.footer-contact a:focus-visible em {
  color: var(--cyan);
  outline: none;
}

.footer-contact address,
.footer-contact a,
.footer-contact p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-size: 18px;
  line-height: 1.38;
}

.footer-contact strong {
  display: block;
  color: var(--white);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 950;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(80, 197, 211, 0.2);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(80, 197, 211, 0.08);
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.footer-map {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 16px 18px;
  border: 1px solid rgba(80, 197, 211, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(80, 197, 211, 0.07);
}

.footer-map > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(80, 197, 211, 0.2);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(80, 197, 211, 0.08);
}

.footer-map strong {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.3;
}

.footer-map em {
  gap: 9px;
  min-width: 148px;
  min-height: 48px;
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(80, 197, 211, 0.1);
  font-style: normal;
  font-weight: 950;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 900;
}

.footer-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 6px 18px;
  border: 1px solid rgba(80, 197, 211, 0.28);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(80, 197, 211, 0.06);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.back-to-top {
  position: absolute;
  right: max(18px, calc((100% - 1180px) / 2 - 18px));
  bottom: 26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(180deg, var(--cyan), var(--cyan-2));
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

@media (max-width: 980px) {
  .section {
    padding: 64px 0;
  }

  .hero,
  .intro-strip,
  .method-panel,
  .lms,
  .promise,
  .registration {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .pain-grid,
  .pathway-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 10px;
    left: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(22, 39, 57, 0.1);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px;
  }

  .section {
    width: min(100% - 22px, 1180px);
    padding: 54px 0;
  }

  .intro-strip,
  .pathway,
  .method,
  .promise,
  .proof,
  .registration,
  .faq {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .registration {
    background: linear-gradient(
      180deg,
      rgba(238, 249, 251, 0.95),
      rgba(255, 255, 255, 0.96)
    );
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 44px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 29px;
  }

  .hero-lead,
  .section-heading p,
  .promise-copy p,
  .lms-copy p,
  .registration-copy p {
    font-size: 16px;
  }

  .hero-metrics,
  .pain-grid,
  .pathway-grid,
  .proof-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual img {
    right: -42%;
    width: 145%;
  }

  .band-card-bottom {
    right: 12px;
    bottom: 12px;
  }

  .band-card-top {
    top: 12px;
    left: 12px;
  }

  .lead-form {
    padding: 18px;
  }

  .footer-main {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px 28px;
  }

  .footer-map {
    grid-template-columns: 42px 1fr;
  }

  .footer-map em {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .back-to-top {
    right: 18px;
  }
}

@media (max-width: 420px) {
  .brand-word {
    display: none;
  }

  h1 {
    font-size: 34px;
  }

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

  .hero-visual {
    min-height: 360px;
  }

  .band-card {
    max-width: 180px;
    padding: 12px;
  }

  .band-card strong {
    font-size: 17px;
  }

  .site-footer {
    padding-bottom: 84px;
  }

  .footer-main,
  .footer-contact address,
  .footer-contact a,
  .footer-contact p {
    grid-template-columns: 1fr;
  }

  .footer-brand img {
    width: 188px;
  }

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

  .footer-map {
    grid-template-columns: 1fr;
  }

  .back-to-top {
    bottom: 20px;
  }
}
