:root {
  --pink-25: #fffafd;
  --pink-50: #fff4fa;
  --pink-100: #ffe5f0;
  --pink-200: #ffd3e4;
  --pink-300: #ffafd2;
  --hot-pink: #ff4f9a;
  --rose: #f13f8f;
  --rose-dark: #9a245b;
  --coral: #e37d6d;
  --teal: #2f8d89;
  --mint: #dff3ed;
  --cream: #fffdf8;
  --ink: #241e24;
  --muted: #6d5d66;
  --soft-muted: #8a7781;
  --line: rgba(36, 30, 36, 0.11);
  --panel: rgba(255, 255, 255, 0.82);
  --shadow: 0 24px 70px rgba(74, 43, 58, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 211, 228, 0.35), rgba(255, 253, 248, 0) 420px),
    var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 246, 251, 0.9);
  border-bottom: 1px solid rgba(255, 175, 210, 0.8);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 64px;
  padding: 10px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 850;
  gap: 11px;
  letter-spacing: 0;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background: white;
  border: 1px solid rgba(255, 79, 154, 0.22);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(255, 79, 154, 0.22);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 42px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.nav-links a {
  align-items: center;
  border-radius: 999px;
  color: #51414a;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 780;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 211, 228, 0.62);
  outline: none;
}

.hero {
  align-items: center;
  display: grid;
  min-height: 84svh;
  overflow: hidden;
  padding: 104px clamp(20px, 5vw, 76px) 54px;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("assets/education-hero.png");
  background-position: center right;
  background-size: cover;
  filter: saturate(1.04) contrast(0.98);
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 253, 0.99) 0%, rgba(255, 246, 251, 0.95) 34%, rgba(255, 211, 228, 0.72) 59%, rgba(255, 211, 228, 0.2) 100%),
    linear-gradient(0deg, rgba(255, 253, 248, 0.92) 0%, rgba(255, 253, 248, 0) 28%);
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.service-label {
  color: var(--hot-pink);
  font-size: 0.76rem;
  font-weight: 920;
  letter-spacing: 0.12em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.7rem, 6.4vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 26px;
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0;
  line-height: 1.03;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.18rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 13px;
}

.hero-copy {
  color: #50414b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  max-width: 610px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 26px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.service-link:hover,
.service-link:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--hot-pink), #ff6aa9);
  box-shadow: 0 18px 38px rgba(255, 79, 154, 0.36);
  color: white;
}

.button.accent,
.button.secondary,
.button.light {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(36, 30, 36, 0.12);
  color: var(--ink);
}

.button.accent {
  background: #ff78b5;
  border-color: rgba(255, 79, 154, 0.24);
  box-shadow: 0 16px 32px rgba(255, 120, 181, 0.3);
  color: white;
}

.button.secondary {
  background: #fff;
  border-color: rgba(255, 79, 154, 0.28);
  box-shadow: 0 14px 30px rgba(255, 175, 210, 0.26);
}

.button.light {
  color: white;
  background: rgba(255, 120, 181, 0.28);
  border-color: rgba(255, 211, 228, 0.4);
}

.hero-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 0;
  max-width: 650px;
}

.hero-stats div {
  background:
    linear-gradient(180deg, rgba(255, 229, 240, 0.72), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 175, 210, 0.86);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(255, 79, 154, 0.1);
  padding: 15px;
}

.hero-stats dt {
  font-weight: 900;
  margin-bottom: 5px;
}

.hero-stats dd {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.services {
  background:
    linear-gradient(180deg, var(--cream), var(--pink-50) 48%, var(--cream)),
    linear-gradient(90deg, rgba(255, 175, 210, 0.52), rgba(255, 229, 240, 0.58), rgba(223, 243, 237, 0.36));
  padding: clamp(48px, 7vw, 84px) clamp(20px, 5vw, 76px);
}

.section-shell,
.service-grid,
.approach {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.section-heading {
  margin-bottom: 30px;
  max-width: 810px;
}

.section-heading p:not(.section-kicker),
.approach-copy p,
.closing-cta p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.service-card {
  background:
    linear-gradient(180deg, rgba(255, 244, 250, 0.92), rgba(255, 255, 255, 0.86) 42%),
    var(--panel);
  border: 1px solid rgba(255, 175, 210, 0.48);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  position: relative;
}

.service-card::before {
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.device-card::before {
  background: linear-gradient(90deg, var(--hot-pink), var(--pink-300), var(--coral));
}

.class-card::before {
  background: linear-gradient(90deg, var(--hot-pink), var(--pink-300), var(--teal));
}

.service-topline {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.service-logo {
  align-items: center;
  background: white;
  border: 1px solid rgba(255, 79, 154, 0.18);
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(255, 79, 154, 0.12);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  width: 48px;
}

.service-logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.website-pill {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(255, 79, 154, 0.22);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 0.84rem;
  font-weight: 850;
  padding: 8px 12px;
  white-space: nowrap;
}

.service-card > p:not(.service-label) {
  color: var(--muted);
  font-size: 1.02rem;
}

.service-highlight {
  background: rgba(255, 211, 228, 0.48);
  border: 1px solid rgba(255, 120, 181, 0.32);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin: 18px 0 18px;
  padding: 14px;
}

.service-highlight strong {
  color: var(--rose-dark);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-highlight span {
  color: #51414a;
}

.service-points {
  color: #554650;
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 12px 0 30px;
  padding: 0;
}

.service-points li {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.service-points li::before {
  background: var(--hot-pink);
  border: 2px solid var(--pink-100);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 9px;
  margin-top: 8px;
  width: 9px;
}

.service-link {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--hot-pink);
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  transition: transform 160ms ease;
}

.approach {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 76px);
}

.approach-copy {
  position: sticky;
  top: 106px;
}

.approach-copy p {
  margin-top: 22px;
}

.approach-list {
  border-top: 1px solid rgba(255, 175, 210, 0.54);
}

.approach-list div {
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 0.65fr) minmax(220px, 1fr);
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 175, 210, 0.54);
}

.approach-list span {
  color: var(--hot-pink);
  font-size: 0.82rem;
  font-weight: 950;
}

.approach-list strong {
  font-size: 1.12rem;
}

.approach-list p {
  color: var(--muted);
  margin-bottom: 0;
}

.closing-cta {
  background:
    linear-gradient(135deg, rgba(255, 79, 154, 0.3), rgba(255, 175, 210, 0.16), rgba(47, 141, 137, 0.12)),
    #2c2630;
  color: white;
  padding: clamp(50px, 7vw, 86px) clamp(20px, 5vw, 76px);
}

.closing-cta .section-kicker {
  color: var(--pink-200);
}

.closing-cta h2,
.closing-cta p,
.closing-cta .cta-actions {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.closing-cta h2 {
  margin-bottom: 16px;
}

.closing-cta p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.closing-cta .cta-actions {
  margin-top: 28px;
}

.site-footer {
  align-items: center;
  background: #fff8fc;
  border-top: 1px solid rgba(255, 175, 210, 0.55);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 76px);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer a {
  color: var(--rose-dark);
  font-weight: 800;
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(255, 211, 228, 0.52), rgba(255, 253, 248, 0) 360px),
    var(--cream);
  padding: 112px clamp(20px, 5vw, 76px) 64px;
}

.legal-hero,
.legal-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.legal-hero {
  padding: 32px 0 28px;
}

.legal-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  margin-bottom: 14px;
}

.legal-hero p:last-child {
  color: var(--muted);
  font-weight: 750;
}

.legal-content {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 175, 210, 0.5);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(74, 43, 58, 0.1);
  padding: clamp(24px, 4vw, 44px);
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.12;
  margin: 34px 0 12px;
}

.legal-content h2:first-of-type {
  margin-top: 16px;
}

.legal-content p,
.legal-content li {
  color: #4f424b;
}

.legal-content a {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 79, 154, 0.36);
  text-underline-offset: 3px;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content li + li {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-height: 112px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .nav-links a {
    padding: 8px 10px;
  }

  .hero {
    min-height: 82svh;
    padding-top: 136px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 253, 0.97) 0%, rgba(255, 250, 253, 0.9) 48%, rgba(255, 229, 240, 0.76) 100%),
      linear-gradient(0deg, rgba(255, 253, 248, 0.84), rgba(255, 253, 248, 0));
  }

  .hero-media {
    background-position: 62% center;
  }

  .service-grid,
  .approach {
    grid-template-columns: 1fr;
  }

  .approach-copy {
    position: static;
  }

  .legal-page {
    padding-top: 154px;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
  }

  .brand {
    align-items: flex-start;
    white-space: normal;
  }

  .hero {
    min-height: 86svh;
    padding-top: 136px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .hero-stats,
  .approach-list div {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .service-card {
    min-height: 0;
  }

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

  .legal-page {
    padding-top: 136px;
  }
}
