/* SchoolerOS landing — lean, sharp, Edves-inspired */

:root {
  --so-accent: #2dd4bf;
  --so-accent-solid: #0d7a75;
  --so-accent-hover: #0a5f5b;
  --so-accent-ink: #ffffff;
  --so-accent-soft: rgba(13, 122, 117, 0.12);
  --so-accent-line: rgba(13, 122, 117, 0.35);
  --so-navy: #071526;
  --so-navy-mid: #0c2340;
}

body.home-lean .scroll-progress {
  display: none !important;
}

body.home-v3 .site-header--v7 {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(9, 24, 32, 0.08);
}

body.home-v3 .site-header--v7.site-header--over-hero,
body.home-v3 .site-header--v7.is-scrolled,
body.home-v3.has-scrolled .site-header--v7 {
  background: rgba(255, 255, 255, 0.97) !important;
}

body.home-v3 .site-header--v7 .brand,
body.home-v3 .site-header--v7 a.brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.7rem !important;
  text-decoration: none;
}

body.home-v3 .site-header--v7 .brand-mark {
  height: 56px !important;
  width: auto !important;
  display: block !important;
  flex: 0 0 auto;
}

body.home-v3 .site-header--v7 .brand-wordmark {
  font-family: "Sora", system-ui, sans-serif !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
  color: #0b1c24 !important;
}

body.home-lean.home-v3 {
  --header-h: 76px;
}

body.home-v3 .site-header--v7 .nav-wrap {
  min-height: 72px;
}

body.home-v3 .site-header--v7 .brand-wordmark,
body.home-v3 .site-header--v7 .main-nav a,
body.home-v3 .site-header--v7 .nav-dropdown-toggle {
  color: #0b1c24 !important;
}

body.home-v3 .site-header--v7 .main-nav a:hover,
body.home-v3 .site-header--v7 .nav-dropdown-toggle:hover {
  color: var(--so-accent-solid);
}

body.home-v3 .site-header--v7 .btn.btn-sm:not(.btn-ghost) {
  background: var(--so-accent-solid);
  border-color: var(--so-accent-solid);
  color: var(--so-accent-ink);
  font-weight: 700;
}

body.home-v3 .site-header--v7 .btn.btn-sm:not(.btn-ghost):hover {
  background: var(--so-accent-hover);
  border-color: var(--so-accent-hover);
  color: var(--so-accent-ink);
}

body.home-v3[data-theme="dark"] .site-header--v7,
body.home-v3[data-theme="dark"] .site-header--v7.site-header--over-hero,
body.home-v3[data-theme="dark"] .site-header--v7.is-scrolled,
body.home-v3[data-theme="dark"].has-scrolled .site-header--v7 {
  background: rgba(11, 20, 24, 0.94) !important;
  border-bottom-color: rgba(238, 244, 246, 0.1);
}

body.home-v3[data-theme="dark"] .site-header--v7 .brand-wordmark,
body.home-v3[data-theme="dark"] .site-header--v7 .main-nav a,
body.home-v3[data-theme="dark"] .site-header--v7 .nav-dropdown-toggle {
  color: #eef4f6 !important;
}

/* Hero — darker blue, stronger gradient, clear dots */
.hero-v7 {
  position: relative;
  min-height: min(92vh, 920px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5.5rem, 10vw, 8.5rem) 0 clamp(4.5rem, 8vw, 6.5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 60% at 92% 6%, rgba(45, 212, 191, 0.26), transparent 52%),
    radial-gradient(ellipse 42% 50% at 4% 98%, rgba(37, 99, 235, 0.28), transparent 55%),
    linear-gradient(
      152deg,
      #030910 0%,
      #071526 18%,
      #0a1f38 36%,
      #0f2f52 54%,
      #164272 72%,
      #1b538c 88%,
      #2268a8 100%
    );
}

body.home-v3[data-theme="dark"] .hero-v7 {
  background:
    radial-gradient(ellipse 50% 60% at 92% 8%, rgba(45, 212, 191, 0.2), transparent 52%),
    radial-gradient(ellipse 40% 48% at 4% 96%, rgba(37, 99, 235, 0.22), transparent 55%),
    linear-gradient(
      152deg,
      #01060c 0%,
      #040b14 20%,
      #08182c 40%,
      #0c243f 58%,
      #123356 76%,
      #18446e 90%,
      #1c5080 100%
    );
}

body.home-v3:not([data-theme="dark"]) .hero-v7-orb--a {
  opacity: 0.55;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.38), transparent 68%);
}

body.home-v3:not([data-theme="dark"]) .hero-v7-orb--b {
  opacity: 0.48;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.34), transparent 70%);
}

.hero-v7-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-v7-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.55;
  animation: heroOrbFloat 14s ease-in-out infinite;
}

.hero-v7-orb--a {
  width: 22rem;
  height: 22rem;
  top: -6rem;
  right: 8%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.35), transparent 68%);
}

.hero-v7-orb--b {
  width: 18rem;
  height: 18rem;
  bottom: -4rem;
  left: -2rem;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.28), transparent 70%);
  animation-delay: -6s;
}

/* Obvious dotted overlay on the gradient */
.hero-v7-gridline {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 1.25px, transparent 1.45px),
    radial-gradient(circle, rgba(94, 234, 212, 0.18) 1.05px, transparent 1.25px);
  background-size: 20px 20px, 40px 40px;
  background-position: 0 0, 10px 10px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 1;
}

body.home-v3[data-theme="dark"] .hero-v7-gridline {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.26) 1.2px, transparent 1.4px),
    radial-gradient(circle, rgba(45, 212, 191, 0.16) 1px, transparent 1.2px);
}

@keyframes heroOrbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(12px, -18px, 0) scale(1.04); }
}

.hero-v7-grid {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 40px));
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5.5vw, 4.5rem);
  align-items: center;
}

.hero-v7-copy {
  animation: heroCopyIn 700ms ease both;
  min-width: 0;
}

@keyframes heroCopyIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-v7-brand {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.hero-v7-copy h1 {
  margin: 0 0 1.25rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.55rem, 5.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #ffffff;
  max-width: min(18ch, 100%);
}

.hero-v7-copy h1 em {
  font-style: normal;
  color: var(--so-accent);
}

.hero-v7-lead {
  margin: 0 0 1.5rem;
  max-width: min(44rem, 100%);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.hero-v7-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  max-width: min(48rem, 100%);
}

.hero-v7-modules li {
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-v7-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 3.5rem;
  max-width: min(48rem, 100%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-v7-note-mark {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--so-accent);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18);
  flex: 0 0 auto;
}

.hero-v7-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
  padding-top: 0.35rem;
}

.hero-v7-ghost,
body.home-v3 .hero-v7 .hero-v7-actions a.btn.btn-ghost.hero-v7-ghost {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  color: #ffffff !important;
}

.hero-v7-ghost:hover,
body.home-v3 .hero-v7 .hero-v7-actions a.btn.btn-ghost.hero-v7-ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.hero-v7-visual {
  position: relative;
  animation: heroCopyIn 850ms ease both;
  animation-delay: 120ms;
}

.hero-v7-frame {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(45, 212, 191, 0.08);
  background: #0a1a2c;
}

.hero-v7-frame img {
  display: block;
  width: 100%;
  height: clamp(340px, 42vw, 520px);
  object-fit: cover;
  object-position: center 28%;
  opacity: 1;
  transform: scale(1.02);
}

.hero-v7-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(7, 21, 38, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-v7-caption strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-v7-caption span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.hero-v7-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.hero-v7-rail-card {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.hero-v7-rail-card span {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-v7-rail-card strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 650;
}

.hero-v7-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem 0.55rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.hero-v7-scroll:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.hero-v7-scroll::after {
  content: "";
  width: 1.5px;
  height: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.15));
  animation: heroScrollPulse 1.8s ease-in-out infinite;
}

@keyframes heroScrollPulse {
  0%, 100% { transform: scaleY(0.7); opacity: 0.45; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 900px) {
  .hero-v7 {
    min-height: auto;
    padding-top: clamp(3.5rem, 8vw, 5rem);
    padding-bottom: clamp(3.5rem, 8vw, 5rem);
  }

  .hero-v7-grid {
    grid-template-columns: 1fr;
  }

  .hero-v7-copy h1 {
    max-width: none;
  }

  .hero-v7-note {
    margin-bottom: 2.85rem;
  }

  .hero-v7-visual {
    order: -1;
  }

  .hero-v7-frame img {
    height: clamp(240px, 58vw, 340px);
  }

  .hero-v7-scroll {
    bottom: 0.85rem;
    font-size: 0.72rem;
    padding: 0.45rem 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v7-orb,
  .hero-v7-copy,
  .hero-v7-visual,
  .hero-v7-scroll::after {
    animation: none !important;
  }
}

/* Lean page rhythm */
body.home-lean .section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 !important;
}

body.home-lean .section-heading--lean {
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

body.home-lean .section-heading--lean h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
}

body.home-lean .section-heading--lean .lead {
  margin: 0;
  color: #5b6b73;
  font-size: 1.05rem;
}

body.home-lean .section-heading--lean .eyebrow {
  display: none;
}

/* Portal entry */
body.home-v3 .portal-entry {
  background: #f6f7f6;
}

body.home-v3 .portal-entry-card {
  position: relative;
  padding: 1.5rem 1.5rem 1.35rem 1.65rem;
  border-radius: 14px;
  border: 1px solid rgba(9, 24, 32, 0.1);
  background: #ffffff;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.home-v3 .portal-entry-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--so-accent-solid);
}

body.home-v3 .portal-entry-card:hover {
  transform: translateY(-2px);
  border-color: var(--so-accent-line);
  box-shadow: 0 16px 32px rgba(9, 24, 32, 0.07);
}

body.home-v3 .portal-entry-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

body.home-v3 .portal-entry-cta::after {
  content: " →";
  transition: transform 160ms ease;
  display: inline-block;
}

body.home-v3 .portal-entry-card:hover .portal-entry-cta::after {
  transform: translateX(3px);
}

body.home-v3 .portal-entry-card p {
  margin: 0 0 1rem;
  color: #5b6b73;
}

body.home-v3 .portal-entry-cta {
  color: var(--so-accent-solid);
  font-weight: 700;
}

body.home-lean .portal-entry-kicker {
  display: none;
}

/* Why */
.why-lean {
  background: #ffffff;
}

.why-lean-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.why-lean-grid article h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.why-lean-grid article p {
  margin: 0;
  color: #5b6b73;
  line-height: 1.55;
}

.why-lean-index {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--so-accent-solid);
  opacity: 0.85;
}

.why-lean-grid article {
  position: relative;
  padding-top: 0.25rem;
}

.why-lean-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--so-accent-solid), transparent);
}

@media (max-width: 800px) {
  .why-lean-grid {
    grid-template-columns: 1fr;
  }
}

/* Product */
.product-lean {
  background: #f6f7f6;
}

.product-lean-frame {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(9, 24, 32, 0.1);
  background: #ffffff;
}

.product-lean-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(520px, 58vh);
  object-fit: cover;
  object-position: top center;
}

.product-lean-link {
  margin: 1.25rem 0 0;
  text-align: center;
}

.product-lean-link a {
  color: var(--so-accent-solid);
  font-weight: 700;
  text-decoration: none;
}

.product-lean-link a:hover {
  text-decoration: underline;
}

/* Pricing lean */
.pricing-lean {
  background: #ffffff;
}

.pricing-lean-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-lean-grid article {
  padding: 1.35rem 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(9, 24, 32, 0.1);
  background: #ffffff;
}

.pricing-lean-grid article.is-featured {
  border-color: var(--so-accent-line);
  background: var(--so-accent-soft);
}

.pricing-lean-grid h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.pricing-lean-grid .price {
  margin: 0 0 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0b1c24;
}

.pricing-lean-grid .price span {
  display: block;
  margin-top: 0.15rem;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #5b6b73;
}

.pricing-lean-grid p:last-child {
  margin: 0;
  color: #5b6b73;
  line-height: 1.45;
}

@media (max-width: 800px) {
  .pricing-lean-grid {
    grid-template-columns: 1fr;
  }
}

/* Final CTA */
.cta-lean {
  background:
    linear-gradient(135deg, #071526 0%, #0d2a48 48%, #0d7a75 160%);
  color: #ffffff;
}

.cta-lean-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 1.75rem 2rem;
  align-items: center;
}

.cta-lean h2 {
  margin: 0 0 0.4rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: #ffffff;
}

.cta-lean p {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
}

.cta-lean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.cta-lean .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
}

@media (max-width: 800px) {
  .cta-lean-inner {
    grid-template-columns: 1fr;
  }

  .cta-lean-actions {
    justify-content: flex-start;
  }
}

/* Platform features */
.features-lean {
  background: #ffffff;
}

.features-lean-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.5rem;
}

.features-lean-item {
  padding: 0;
  border-top: none;
}

.features-lean-art {
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 0 0.85rem;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(9, 24, 32, 0.08);
}

.features-lean-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: #0b1c24;
}

.features-lean-item p {
  margin: 0;
  color: #5b6b73;
  line-height: 1.5;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .features-lean-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .features-lean-grid {
    grid-template-columns: 1fr;
  }
}

/* Parent app downloads */
.app-lean {
  background: #f3f6f5;
}

.app-lean-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.5rem 2rem;
  align-items: center;
}

.app-lean-copy h2 {
  margin: 0 0 0.45rem;
}

.app-lean-copy p {
  margin: 0;
  max-width: 34rem;
  color: #5b6b73;
}

.app-lean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.app-store-badge {
  display: inline-flex;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 8px 18px rgba(9, 24, 32, 0.12);
}

.app-store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(9, 24, 32, 0.16);
}

.app-store-badge img {
  display: block;
  width: 180px;
  height: 56px;
}

body.home-v3[data-theme="dark"] .features-lean,
body.home-v3[data-theme="dark"] .why-lean,
body.home-v3[data-theme="dark"] .pricing-lean {
  background: #0b1418;
}

body.home-v3[data-theme="dark"] .app-lean,
body.home-v3[data-theme="dark"] .product-lean,
body.home-v3[data-theme="dark"] .portal-entry {
  background: #0f1a20;
}

body.home-v3[data-theme="dark"] .features-lean-item h3,
body.home-v3[data-theme="dark"] .pricing-lean-grid .price,
body.home-v3[data-theme="dark"] .app-lean-copy h2 {
  color: #eef4f6;
}

body.home-v3[data-theme="dark"] .features-lean-item p,
body.home-v3[data-theme="dark"] .app-lean-copy p,
body.home-v3[data-theme="dark"] .pricing-lean-grid p:last-child {
  color: #a8b8bf;
}

body.home-v3[data-theme="dark"] .pricing-lean-grid article {
  background: #142028;
  border-color: rgba(238, 244, 246, 0.12);
}

body.home-v3[data-theme="dark"] .pricing-lean-grid article.is-featured {
  background: rgba(45, 212, 191, 0.1);
  border-color: rgba(45, 212, 191, 0.35);
}

@media (max-width: 800px) {
  .app-lean-inner {
    grid-template-columns: 1fr;
  }
}

/* Homepage footer cleanup */
body.home-v3 .site-footer {
  padding: 2.75rem 0 2.4rem !important;
}

body.home-v3 .footer-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 2rem 2.5rem !important;
  align-items: start;
}

body.home-v3 .footer-brand-mark.footer-logo {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 0.75rem !important;
}

body.home-v3 .site-footer h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  color: #ffffff;
}

body.home-v3 .site-footer > .container > div > p,
body.home-v3 .footer-block p {
  margin: 0.35rem 0 0;
  color: rgba(201, 216, 211, 0.9);
  line-height: 1.5;
}

body.home-v3 .footer-block h3 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(238, 244, 242, 0.72);
}

body.home-v3 .footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

body.home-v3 .footer-block li {
  margin: 0;
}

body.home-v3 .footer-block a {
  color: #eef4f2 !important;
  text-decoration: none;
}

body.home-v3 .footer-block a:hover {
  color: #5eead4 !important;
}

body.home-v3 .footer-actions {
  margin-top: 0.9rem;
}

body.home-v3 .site-footer .btn-sm {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
}

@media (max-width: 800px) {
  body.home-v3 .footer-layout {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }
}

/* Teal CTAs */
body.home-v3.site-v3 .hero-v7 .hero-v7-actions a.btn.btn-lg.btn-register-cta,
body.home-v3.site-v3 .site-header--v7 .header-actions a.btn.btn-sm:not(.btn-ghost),
body.home-v3.site-v3 a.btn.btn-register-cta,
body.home-v3.site-v3 .btn-register-cta,
body.home-lean .cta-lean .btn-register-cta {
  background: #0d7a75 !important;
  border-color: #0d7a75 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

body.home-v3.site-v3 .hero-v7 .hero-v7-actions a.btn.btn-lg.btn-register-cta:hover,
body.home-v3.site-v3 .site-header--v7 .header-actions a.btn.btn-sm:not(.btn-ghost):hover,
body.home-v3.site-v3 a.btn.btn-register-cta:hover,
body.home-v3.site-v3 .btn-register-cta:hover,
body.home-lean .cta-lean .btn-register-cta:hover {
  background: #0a5f5b !important;
  border-color: #0a5f5b !important;
  color: #ffffff !important;
}

body.home-v3.site-v3 .hero-v7 .hero-v7-brand,
body.home-v3.site-v3 .hero-v7 .hero-v7-copy h1 {
  color: #ffffff !important;
}

body.home-v3.site-v3 .hero-v7 .hero-v7-lead {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.home-v3 .engage-modal,
body.home-v3 .floating-cta-bar {
  display: none !important;
}

/* Footer quieter */
body.home-lean .site-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

body.home-lean .footer-block ul {
  columns: 1;
}
