:root {
  --ink: #102033;
  --muted: #5b6b7d;
  --line: #d9e3ef;
  --paper: #ffffff;
  --soft: #eef6ff;
  --blue: #1769e0;
  --blue-dark: #0d3f91;
  --teal: #15a3a3;
  --gold: #f5b335;
  --shadow: 0 20px 55px rgba(16, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #f7fbff;
}

button {
  font: inherit;
}
.brand-text,
.nav-items a,
.nav-login,
.nav-signup {
  text-decoration: none;
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--blue-dark);
}


.home-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(21, 163, 163, 0.16), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #eaf4ff 55%, #fdf8eb 100%);
}

.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 clamp(16px, 4vw, 56px);
}

.floating-nav {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  width: min(1120px, 100%);
  min-height: 68px;
  margin: 0 auto;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgba(23, 105, 224, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.menu-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-brand img {
  display: block;
  width: 38px;
  height: 42px;
}

.menu-brand-term {
  color: #E35D7A;
}

.menu-brand-pa {
  color: var(--blue-dark);
}

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

.nav-items a,
.nav-login,
.side-menu button,
.side-menu a {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: default;
}

.nav-items a,
.nav-login,
.side-menu a {
  cursor: pointer;
}

.nav-items a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 22px rgba(23, 105, 224, 0.24);
}

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

.nav-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  background: #fff;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
}
.home-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 156px 0 80px;
}

.hero-content {
  max-width: 680px;
  text-align: center;
  padding-top: 34px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-content h1,
.dashboard-hero h1 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.95;
}

.happy-accent {
  color: #E35D7A;
}

.hero-content h1 {
  max-width: 660px;
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  overflow-wrap: break-word;
  text-wrap: balance;
}

.about-hero {
  max-width: 960px;
}

.about-hero h1 {
  margin-inline: auto;
}

.about-hero .hero-copy {
  max-width: 860px;
}

.hero-copy {
  max-width: 560px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.primary-action,
.secondary-action,
.logout-button {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 20px;
  font-weight: 800;
}

.primary-action {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 30px rgba(23, 105, 224, 0.25);
}

.secondary-action {
  color: var(--blue-dark);
  background: #fff;
  border-color: var(--line);
}

.school-mark,
.school-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.metric-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.dashboard-page {
  min-height: 100vh;
  overflow: auto;
  background: #f4f8fc;
}

.dashboard-topbar {
  position: static;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.school-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.school-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 0.9rem;
}
.dashboard-header-logo {
  display: block;
  width: 38px;
  height: 46px;
}

.school-identity span,
.school-identity strong {
  display: block;
}

.school-identity span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.logout-button {
  cursor: pointer !important;
  color: var(--blue-dark);
  background: var(--soft);
  border-color: rgba(23, 105, 224, 0.16);
}

.dashboard-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.side-menu {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px 18px;
  overflow-y: auto;
  border-right: 1px solid var(--line);
  background: #fff;
}

.dashboard-brand {
  margin: 0 0 22px 8px;
}
.dashboard-portal-label {
  margin-left: 0;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}
.dashboard-portal-brand {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-left: 0;
  text-align: center;
}

.dashboard-portal-brand img {
  display: block;
  width: 56px;
  height: 68px;
}

.dashboard-portal-brand span {
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.side-menu nav {
  display: grid;
  gap: 4px;
}

.side-menu button,
.side-menu a {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.side-menu button.active,
.side-menu a.active {
  color: var(--blue-dark);
  background: var(--soft);
}

.dashboard-main {
  grid-column: 2;
  min-width: 0;
  padding: 40px 32px 32px;
}

.dashboard-hero {
  max-width: 760px;
}

.dashboard-title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-title-row span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.dashboard-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.dashboard-hero p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.metric-card {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  color: var(--blue-dark);
  font-size: 2rem;
}

.metric-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.45;
}
.metric-section h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 1.05rem;
}

.metric-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.metric-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.metric-list dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.metric-list dd {
  margin: 0;
  color: var(--blue-dark);
  font-size: 1.02rem;
  font-weight: 800;
  text-align: right;
}
.dashboard-panel {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.dashboard-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.dashboard-form input,
.dashboard-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
}

.dashboard-form textarea {
  min-height: 112px;
  resize: vertical;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}

.dashboard-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.table-panel h2,
.account-panel h2 {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.table-scroll {
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.dashboard-table th,
.dashboard-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.dashboard-table th {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-empty-state td {
  padding: 26px 12px;
  color: var(--muted);
  text-align: center;
}

.account-tier-form {
  display: grid;
  gap: 12px;
}

.account-tier {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.account-tier summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.account-tier summary::-webkit-details-marker {
  display: none;
}

.tier-selector {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tier-selector input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.tier-selector strong,
.tier-selector small {
  display: block;
}

.tier-selector strong {
  font-size: 0.98rem;
}

.tier-selector small,
.tier-expand,
.tier-features p {
  color: var(--muted);
  font-size: 0.86rem;
}

.tier-selector small {
  margin-top: 4px;
}

.tier-expand {
  flex: 0 0 auto;
  font-weight: 800;
}

.account-tier[open] .tier-expand {
  color: var(--blue);
}

.tier-features {
  padding: 0 16px 16px 46px;
  border-top: 1px solid var(--line);
}

.tier-features p {
  margin: 14px 0 8px;
}

.tier-features ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.8;
}

.about-hero .hero-copy a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.school-story {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 156px 0 88px;
}

.school-story-intro {
  width: min(800px, 100%);
  margin: 0 auto 72px;
  text-align: center;
}

.school-story-intro h1 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.04;
}

.school-story-intro > p:last-child {
  max-width: 690px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.school-story-intro.about-hero h1 {
  max-width: 660px;
  margin-inline: auto;
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  overflow-wrap: break-word;
  text-wrap: balance;
}

.school-story-intro.about-hero .hero-copy {
  max-width: 860px;
}

.school-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  padding: 68px 0;
  border-top: 1px solid var(--line);
}

.school-feature-reversed img {
  grid-column: 2;
}

.school-feature-reversed .school-feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.school-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
}

.school-feature-copy {
  max-width: 460px;
}

.feature-number {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.school-feature h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.12;
}

.school-feature-copy > p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.pricing-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 156px 0 88px;
}

.pricing-intro {
  max-width: 960px;
  margin: 0 auto 56px;
  text-align: center;
}

.pricing-intro h1 {
  max-width: 660px;
  margin: 0 auto;
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  line-height: 0.95;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.pricing-intro .hero-copy {
  max-width: 860px;
  margin: 24px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pricing-plan-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-plan-banner-basic {
  color: var(--teal);
}

.pricing-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pricing-card-featured {
  border-color: var(--blue);
  box-shadow: 0 18px 36px rgba(23, 105, 224, 0.2);
}

.pricing-label {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-label-basic {
  color: var(--teal);
}

.pricing-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.pricing-description {
  min-height: 78px;
  margin: 14px 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.pricing-cost {
  margin: 0;
  color: var(--blue-dark);
  font-size: 2.35rem;
  font-weight: 800;
}

.pricing-cost span,
.pricing-cost small {
  font-size: 0.88rem;
  font-weight: 800;
}

.pricing-cost small {
  color: var(--muted);
  font-weight: 600;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  flex: 1;
  width: 100%;
  margin: 26px 0;
  padding: 0;
  color: var(--ink);
  line-height: 1.45;
  list-style: none;
}

.pricing-card .primary-action,
.pricing-card .secondary-action {
  width: 100%;
}
@media (max-width: 860px) {
  .home-page,
  .dashboard-page {
    overflow: auto;
  }

  .site-header {
    top: 12px;
    padding: 0 12px;
  }

  .floating-nav {
    align-items: flex-start;
    grid-template-columns: auto minmax(0, 1fr) auto;
    border-radius: 28px;
    padding: 12px 14px;
  }

  .nav-items {
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 0;
  }

  .nav-items a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .nav-login,
  .nav-signup {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .home-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
    padding: 168px 0 48px;
  }

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

  .hero-content h1 {
    font-size: clamp(2.7rem, 11vw, 4.8rem);
  }

  .dashboard-topbar {
    height: 76px;
    padding: 0 16px;
  }

  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .side-menu {
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    overflow-y: visible;
    padding-top: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .side-menu nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-main {
    grid-column: 1;
    padding: 28px 16px 32px;
  }

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

  .dashboard-form {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 560px) {
  .pricing-page {
    width: min(100% - 24px, 1120px);
    padding: 220px 0 48px;
  }

  .pricing-intro {
    margin-bottom: 36px;
  }

  .pricing-intro h1 {
    font-size: 2.45rem;
  }

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


  .pricing-description {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  .school-story {
    width: min(100% - 24px, 1120px);
    padding: 220px 0 48px;
  }

  .school-story-intro {
    margin-bottom: 40px;
  }

  .school-story-intro h1,
  .school-story-intro.about-hero h1 {
    font-size: 2.45rem;
  }

  .school-feature,
  .school-feature-reversed {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }

  .school-feature-reversed img,
  .school-feature-reversed .school-feature-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .school-feature h2 {
    font-size: 1.65rem;
  }
}

@media (max-width: 560px) {
  .floating-nav {
    grid-template-columns: 1fr auto;
    row-gap: 12px;
    padding: 16px;
  }

  .nav-items {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 0;
  }

  .nav-items a {
    width: 100%;
    min-height: 36px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .nav-access {
    justify-self: end;
  }

  .nav-login {
    margin-top: 0;
  }

  .home-shell {
    width: min(100% - 24px, 1120px);
    padding-top: 220px;
  }

  .hero-content {
    width: 100%;
    padding-top: 0;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .hero-content h1 {
    font-size: clamp(2.25rem, 9.5vw, 2.75rem);
    line-height: 1.03;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    justify-content: stretch;
    margin-top: 28px;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .school-identity strong {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .logout-button {
    min-height: 42px;
    padding: 0 14px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding: 0 8px;
  }

  .floating-nav {
    padding: 14px;
  }

  .brand-text {
    font-size: 1.2rem;
  }

  .nav-items a,
  .nav-login {
    font-size: 0.74rem;
  }

  .home-shell {
    padding-top: 218px;
  }

  .hero-content h1 {
    font-size: clamp(2.15rem, 9.2vw, 2.35rem);
  }
}

.pricing-cost sup { margin-left: 2px; font-size: 0.95rem; vertical-align: super; }
.pricing-note { margin: 32px 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; text-align: center; }
.x-follow-link { position: fixed; z-index: 20; bottom: 22px; left: 28px; color: var(--muted); font-size: 0.8rem; font-weight: 700; text-decoration: none; }
.x-follow-link:hover, .x-follow-link:focus-visible { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 560px) { .x-follow-link { bottom: 16px; left: 16px; font-size: 0.74rem; } }
.mobile-menu-toggle { display: none; }
.nav-drawer { display: contents; }

@media (max-width: 800px) {
  .site-header { top: 12px; padding: 0 16px; }
  .floating-nav { position: relative; grid-template-columns: minmax(0, 1fr) auto; min-height: 58px; padding: 8px 12px 8px 18px; border-radius: 12px; }
  .menu-brand img { width: 30px; height: 36px; }
  .mobile-menu-toggle { display: grid; width: 42px; height: 42px; padding: 9px; place-content: center; gap: 5px; border: 0; border-radius: 8px; color: var(--blue-dark); background: var(--soft); cursor: pointer; }
  .mobile-menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; }
  .nav-drawer { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow); }
  .floating-nav.menu-open .nav-drawer { display: grid; }
  .nav-items { display: grid; gap: 2px; }
  .nav-items a { justify-content: flex-start; width: 100%; min-height: 40px; padding: 0 12px; border-radius: 6px; }
  .nav-access { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .nav-access a { width: 100%; min-height: 40px; padding: 0 10px; border-radius: 6px; }
  .x-follow-link { position: static; display: block; width: max-content; margin: 0 16px 24px; font-size: 0.74rem; }
}
.profile-summary { margin-top: 28px; padding: 20px 22px; border: 1px solid #b8e2c6; border-radius: 12px; background: #eaf8ee; }
.profile-summary-label { margin: 0 0 8px; color: #237044; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.profile-summary-copy { margin: 0; color: #225838; line-height: 1.65; }
.dashboard-date-select { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.88rem; font-weight: 700; }
.dashboard-date-select select { min-height: 36px; padding: 0 30px 0 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--blue-dark); background: #fff; cursor: pointer; font: inherit; font-weight: 800; }
.leadership-same-role { display: flex !important; align-items: center; gap: 10px; color: var(--ink) !important; cursor: pointer; }
.leadership-same-role input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.dashboard-form.is-disabled { opacity: 0.58; }
.school-crest-field { max-width: 280px; }
.school-crest-upload { position: relative; display: grid; width: 124px; height: 124px; place-items: center; overflow: hidden; border: 1px dashed #8ebca0; border-radius: 8px; color: #237044; background: #f2fbf5; cursor: pointer; font-size: 0.78rem; font-weight: 800; text-align: center; }
.school-crest-upload img { width: 100%; height: 100%; object-fit: contain; padding: 8px; background: #fff; }
.school-crest-upload input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.pricing-comparison { margin-top: 76px; }
.pricing-comparison-heading { max-width: 660px; margin: 0 auto 24px; text-align: center; }
.pricing-comparison-heading h2 { margin: 0; font-size: 1.8rem; }
.pricing-comparison-heading p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }
.pricing-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.pricing-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.pricing-table th, .pricing-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.pricing-table thead th { color: #fff; background: var(--blue-dark); font-size: 0.86rem; }
.pricing-table thead th:not(:first-child), .pricing-table td { text-align: center; }
.pricing-table tbody th { width: 37%; color: var(--ink); font-size: 0.88rem; }
.pricing-table td { color: var(--muted); font-size: 0.86rem; }
.pricing-table tbody tr:last-child th, .pricing-table tbody tr:last-child td { border-bottom: 0; }
.pricing-table tbody tr:nth-child(even) { background: #f7fbff; }
.pricing-comparison-notes { margin: 0; padding-top: 14px; color: var(--muted); font-size: 0.76rem; line-height: 1; text-align: center; }
@media (max-width: 560px) { .pricing-comparison { margin-top: 56px; } .pricing-comparison-heading h2 { font-size: 1.45rem; } .pricing-table th, .pricing-table td { padding: 13px 14px; } }
.pricing-comparison-notes span { display: block; }