:root {
  --v2-navy: #071a36;
  --v2-navy-2: #0b2f5b;
  --v2-blue: #1468e8;
  --v2-sky: #50bdf0;
  --v2-teal: #12b8a6;
  --v2-mint: #c9f5eb;
  --v2-amber: #ffb11b;
  --v2-ink: #0d1f38;
  --v2-muted: #5a6b82;
  --v2-line: #dce5f0;
  --v2-wash: #f3f7fb;
  --v2-white: #ffffff;
  --v2-shell: 1200px;
  --v2-radius: 24px;
  --v2-shadow: 0 24px 70px rgba(7, 26, 54, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.brand-v2 {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #fbfcfe;
  color: var(--v2-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.brand-v2::before,
body.brand-v2::after {
  display: none;
}

.brand-v2 a {
  color: inherit;
  text-decoration: none;
}

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

.brand-v2 figure {
  margin: 0;
}

.v2-shell {
  width: min(var(--v2-shell), calc(100% - 48px));
  margin-inline: auto;
}

.v2-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 240, 0.9);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}

.v2-nav {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.v2-brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.v2-brand-mark {
  display: flex;
  align-items: center;
  width: 52px;
  height: 38px;
}

.v2-brand-mark i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: 0 10px 24px rgba(20, 104, 232, 0.22);
}

.v2-brand-mark i:first-child {
  z-index: 2;
  background: var(--v2-blue);
}

.v2-brand-mark i:last-child {
  margin-left: -16px;
  transform: translateY(5px);
  background: var(--v2-teal);
}

.v2-brand-copy {
  display: grid;
  line-height: 1.05;
}

.v2-brand-copy strong {
  color: var(--v2-navy);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.v2-brand-copy small {
  margin-top: 5px;
  color: #6d7d91;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.v2-links a {
  position: relative;
  color: #3c4d63;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.v2-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  border-radius: 2px;
  background: var(--v2-blue);
  transition: right 180ms ease;
}

.v2-links a:hover::after,
.v2-links a[aria-current="page"]::after {
  right: 0;
}

.v2-links a[aria-current="page"] {
  color: var(--v2-navy);
}

.v2-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v2-button:hover {
  transform: translateY(-2px);
}

.v2-button-primary {
  background: var(--v2-blue);
  color: #fff;
  box-shadow: 0 14px 28px rgba(20, 104, 232, 0.24);
}

.v2-button-primary:hover {
  background: #0c59ce;
  box-shadow: 0 18px 36px rgba(20, 104, 232, 0.3);
}

.v2-button-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.v2-button-ghost {
  border-color: var(--v2-line);
  background: #fff;
  color: var(--v2-navy);
}

.v2-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%, rgba(80, 189, 240, 0.28), transparent 30%),
    radial-gradient(circle at 60% 80%, rgba(18, 184, 166, 0.2), transparent 31%),
    linear-gradient(138deg, #06162f 0%, #0a2b55 56%, #0d4470 100%);
  color: #fff;
}

.v2-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -300px;
  bottom: -390px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}

.v2-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding-block: 88px 96px;
}

.v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--v2-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.v2-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.v2-hero .v2-eyebrow {
  color: #8dddf5;
}

.v2-hero h1,
.v2-page-hero h1 {
  margin: 24px 0 22px;
  max-width: 820px;
  color: #fff;
  font-size: clamp(3.1rem, 6.7vw, 6.35rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.068em;
}

.v2-hero h1 span {
  display: block;
  color: #8dddf5;
}

.v2-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #c9d7e8;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v2-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  color: #aebfd3;
  font-size: 0.78rem;
  font-weight: 700;
}

.v2-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v2-proof-line span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-teal);
  box-shadow: 0 0 0 5px rgba(18, 184, 166, 0.12);
}

.v2-product-stage {
  position: relative;
  min-height: 600px;
}

.v2-stage-orbit {
  position: absolute;
  inset: 34px 0 auto 10%;
  height: 490px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 48% 52% 49% 51%;
  transform: rotate(-9deg);
}

.v2-phone {
  position: absolute;
  width: min(250px, 48%);
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 36px 80px rgba(0, 8, 26, 0.46);
}

.v2-phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 64px;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #08172d;
}

.v2-phone img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: top;
  border-radius: 27px;
}

.v2-phone-parent {
  z-index: 2;
  top: 4px;
  left: 2%;
  transform: rotate(-5deg);
}

.v2-phone-teacher {
  z-index: 1;
  top: 74px;
  right: 0;
  transform: rotate(6deg);
}

.v2-stage-label {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: rgba(4, 20, 43, 0.82);
  box-shadow: 0 20px 44px rgba(0, 8, 26, 0.3);
  padding: 18px 20px;
  backdrop-filter: blur(14px);
}

.v2-stage-label strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.v2-stage-label span {
  display: block;
  margin-top: 4px;
  color: #a9bed4;
  font-size: 0.78rem;
}

.v2-signal-bar {
  border-bottom: 1px solid var(--v2-line);
  background: #fff;
}

.v2-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.v2-signal-grid div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid var(--v2-line);
  padding: 20px 26px;
}

.v2-signal-grid div:first-child {
  border-left: 1px solid var(--v2-line);
}

.v2-signal-grid strong {
  color: var(--v2-navy);
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.v2-signal-grid span {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.v2-download-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 177, 221, 0.22), transparent 30%),
    linear-gradient(145deg, #06172e, #0a3157);
  padding-block: clamp(72px, 8vw, 108px);
}

.v2-download-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.v2-download-head .v2-eyebrow {
  color: #72dfd4;
}

.v2-download-head h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(2.35rem, 4.5vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.v2-download-head > p {
  margin: 0 0 6px;
  color: #bfd0e3;
  font-size: 0.96rem;
}

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

.v2-download-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  padding: clamp(28px, 3.8vw, 44px);
  isolation: isolate;
}

.v2-download-card.siza {
  background:
    radial-gradient(circle at 96% 12%, rgba(97, 209, 255, 0.5), transparent 35%),
    linear-gradient(145deg, #f4faff, #d9efff);
}

.v2-download-card.modisa {
  background:
    radial-gradient(circle at 94% 10%, rgba(51, 204, 190, 0.42), transparent 35%),
    linear-gradient(145deg, #edfbf8, #d3f1ed);
}

.v2-download-copy {
  position: relative;
  z-index: 2;
  width: 59%;
}

.v2-download-role {
  color: var(--v2-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-download-card.modisa .v2-download-role {
  color: #087f73;
}

.v2-download-card h3 {
  margin: 20px 0 14px;
  color: var(--v2-navy);
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.v2-download-card p {
  margin: 0;
  color: #4e6379;
  font-size: 0.88rem;
}

.v2-play-link {
  display: inline-grid;
  gap: 8px;
  align-items: start;
  margin-top: 28px;
  text-decoration: none;
  transition: transform 160ms ease;
}

.v2-play-link:hover,
.v2-play-link:focus-visible {
  transform: translateY(-3px);
}

.v2-play-link:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(26, 103, 210, 0.3);
  outline-offset: 4px;
}

.v2-play-link > span {
  color: #2e465e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-play-link img {
  width: 174px;
  height: auto;
}

.v2-download-screen {
  position: absolute;
  z-index: 1;
  width: 196px;
  right: 30px;
  bottom: -116px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 54px rgba(7, 26, 54, 0.22);
  transform: rotate(3deg);
}

.v2-download-card.modisa .v2-download-screen {
  transform: rotate(-3deg);
}

.v2-download-screen img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: top;
}

.v2-section {
  padding-block: clamp(76px, 9vw, 124px);
}

.v2-section + .v2-section {
  border-top: 1px solid var(--v2-line);
}

.v2-section-head {
  max-width: 820px;
  margin-bottom: clamp(44px, 6vw, 70px);
}

.v2-section-head h2,
.v2-split-copy h2,
.v2-cta h2,
.v2-page-section h2 {
  margin: 18px 0;
  color: var(--v2-navy);
  font-size: clamp(2.2rem, 4.8vw, 4.45rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.v2-section-head p,
.v2-split-copy > p,
.v2-page-section > p {
  max-width: 700px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 1.04rem;
}

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

.v2-product-panel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(28px, 4vw, 48px);
}

.v2-product-panel.parent {
  background: #eaf4ff;
}

.v2-product-panel.teacher {
  background: #e7f8f5;
}

.v2-product-panel .v2-product-role {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 7px 12px;
  color: var(--v2-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-product-panel.teacher .v2-product-role {
  color: #078b7c;
}

.v2-product-panel h3 {
  margin: 18px 0 12px;
  color: var(--v2-navy);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.v2-product-panel p {
  max-width: 470px;
  margin: 0;
  color: #54667c;
}

.v2-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.v2-feature-list span {
  border: 1px solid rgba(7, 26, 54, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  padding: 7px 11px;
  color: #334860;
  font-size: 0.75rem;
  font-weight: 700;
}

.v2-product-screen {
  position: absolute;
  width: min(310px, 60%);
  right: 34px;
  bottom: -150px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--v2-shadow);
  transform: rotate(3deg);
}

.v2-product-panel.teacher .v2-product-screen {
  left: 34px;
  right: auto;
  transform: rotate(-3deg);
}

.v2-product-screen img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: top;
  border-radius: 25px;
}

.v2-process {
  background: var(--v2-navy);
  color: #fff;
}

.v2-process .v2-section-head h2,
.v2-process .v2-eyebrow {
  color: #fff;
}

.v2-process .v2-section-head p {
  color: #aebfd3;
}

.v2-steps {
  counter-reset: v2-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.v2-step {
  counter-increment: v2-step;
  min-height: 260px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 34px 30px;
}

.v2-step:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.v2-step::before {
  content: "0" counter(v2-step);
  color: #65d8cf;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.v2-step h3 {
  margin: 44px 0 12px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.v2-step p {
  margin: 0;
  color: #aebfd3;
  font-size: 0.86rem;
}

.v2-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.v2-value-lines {
  margin-top: 34px;
  border-top: 1px solid var(--v2-line);
}

.v2-value-line {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--v2-line);
  padding: 20px 0;
}

.v2-value-line strong {
  color: var(--v2-blue);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.v2-value-line span {
  color: #344a63;
  font-weight: 700;
}

.v2-figure {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 24%, rgba(80, 189, 240, 0.42), transparent 32%),
    linear-gradient(150deg, #0b2f5b, #1472aa 65%, #12a995);
}

.v2-figure img {
  position: absolute;
  width: 84%;
  max-height: 480px;
  right: -5%;
  bottom: 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(0, 18, 45, 0.3));
}

.v2-figure-note {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 24px;
  max-width: 230px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 17px 18px;
  color: var(--v2-navy);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(7, 26, 54, 0.2);
}

.v2-trust {
  background: var(--v2-wash);
}

.v2-trust-grid {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.v2-trust-intro,
.v2-trust-item {
  padding: 30px;
}

.v2-trust-item {
  border-left: 1px solid var(--v2-line);
}

.v2-trust-intro strong {
  color: var(--v2-blue);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v2-trust-item h3 {
  margin: 0 0 10px;
  color: var(--v2-navy);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.v2-trust-item p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.v2-cta-wrap {
  padding-block: clamp(76px, 9vw, 120px);
}

.v2-cta {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(125deg, #0a2850, #0f4e80);
  padding: clamp(42px, 8vw, 90px);
  color: #fff;
}

.v2-cta::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -100px;
  top: -210px;
  border-radius: 50%;
  border: 70px solid rgba(80, 189, 240, 0.13);
}

.v2-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-top: 0;
  color: #fff;
}

.v2-cta p {
  max-width: 660px;
  color: #c8d7e9;
}

.v2-footer {
  border-top: 1px solid var(--v2-line);
  background: #fff;
  padding-block: 54px 34px;
}

.v2-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 46px;
}

.v2-footer-brand p {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.v2-footer-group strong {
  display: block;
  margin-bottom: 14px;
  color: var(--v2-navy);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-footer-group a,
.v2-footer-group span {
  display: block;
  margin: 8px 0;
  color: #586a80;
  font-size: 0.82rem;
}

.v2-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  border-top: 1px solid var(--v2-line);
  padding-top: 22px;
  color: #7a8899;
  font-size: 0.72rem;
}

/* Inner marketing pages */
.v2-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(80, 189, 240, 0.25), transparent 27%),
    linear-gradient(135deg, var(--v2-navy), #0c3b68);
  color: #fff;
}

.v2-page-hero-inner {
  min-height: 500px;
  display: grid;
  align-content: center;
  padding-block: 80px;
}

.v2-page-hero h1 {
  max-width: 950px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.v2-page-hero p {
  max-width: 700px;
  margin: 0;
  color: #c6d5e7;
  font-size: 1.05rem;
}

.v2-page-section {
  padding-block: clamp(70px, 8vw, 110px);
}

.v2-page-section + .v2-page-section {
  border-top: 1px solid var(--v2-line);
}

.v2-section-muted {
  background: var(--v2-wash);
}

.v2-copy-limit {
  max-width: 560px;
  color: var(--v2-muted);
}

.v2-flow-list {
  margin-top: 56px;
  border-top: 1px solid var(--v2-line);
}

.v2-flow-row {
  display: grid;
  grid-template-columns: 110px 0.78fr 1.22fr;
  gap: 36px;
  align-items: start;
  border-bottom: 1px solid var(--v2-line);
  padding-block: 34px;
}

.v2-flow-row > strong {
  color: var(--v2-blue);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
}

.v2-flow-row h3 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.v2-flow-row p {
  margin: 0;
  color: var(--v2-muted);
}

.v2-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.v2-role {
  min-height: 310px;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  background: #fff;
  padding: 30px;
}

.v2-role b {
  color: var(--v2-blue);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-role h3 {
  margin: 46px 0 14px;
  color: var(--v2-navy);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.v2-role p,
.v2-role li {
  color: var(--v2-muted);
  font-size: 0.86rem;
}

.v2-role ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.v2-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
}

.v2-price-number {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0;
}

.v2-price-number strong {
  color: var(--v2-navy);
  font-size: clamp(5rem, 10vw, 8.5rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.v2-price-number span {
  margin-top: 14px;
  color: var(--v2-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.v2-price-panel {
  border-radius: 28px;
  background: var(--v2-navy);
  padding: clamp(32px, 5vw, 56px);
  color: #fff;
  box-shadow: var(--v2-shadow);
}

.v2-price-panel h3 {
  margin: 0 0 26px;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.v2-inclusion {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-block: 16px;
  color: #c8d7e9;
  font-size: 0.86rem;
}

.v2-inclusion span:last-child {
  color: #74e1d5;
  font-weight: 800;
}

.v2-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.v2-support-channel {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  padding: 30px;
  background: #fff;
}

.v2-support-channel small {
  color: var(--v2-blue);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-support-channel h3 {
  margin: 40px 0 12px;
  color: var(--v2-navy);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.v2-support-channel p {
  margin: 0 0 24px;
  color: var(--v2-muted);
  font-size: 0.86rem;
}

.v2-support-channel a {
  margin-top: auto;
  color: var(--v2-blue);
  font-weight: 800;
}

.v2-contact-section {
  border-top: 0 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(33, 194, 178, 0.16), transparent 32%),
    linear-gradient(145deg, #071a36, #0b3157);
  color: #fff;
}

.v2-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: start;
}

.v2-contact-copy {
  position: sticky;
  top: 120px;
}

.v2-contact-copy .v2-eyebrow {
  color: #76e3d8;
}

.v2-contact-copy h2 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.v2-contact-copy > p {
  color: #c7d7e9;
}

.v2-contact-copy > p strong {
  color: #fff;
}

.v2-contact-promise {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 28px;
  padding-top: 22px;
}

.v2-contact-promise > span {
  color: #76e3d8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.v2-contact-promise p {
  margin: 0;
  color: #c7d7e9;
  font-size: 0.9rem;
}

.v2-contact-promise strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.v2-contact-copy .v2-note {
  border-color: #76e3d8;
  background: rgba(255, 255, 255, 0.08);
  color: #d8e7f6;
}

.v2-enquiry-form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: #fff;
  padding: clamp(28px, 4vw, 46px);
  color: var(--v2-navy);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

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

.v2-field {
  display: grid;
  gap: 9px;
}

.v2-field-wide {
  grid-column: 1 / -1;
}

.v2-field > span,
.v2-consent {
  color: #263d57;
  font-size: 0.78rem;
  font-weight: 800;
}

.v2-field small {
  color: var(--v2-muted);
  font-size: inherit;
  font-weight: 600;
}

.v2-field input,
.v2-field select,
.v2-field textarea {
  width: 100%;
  border: 1px solid #cfd9e4;
  border-radius: 12px;
  background: #f8fbfe;
  padding: 14px 15px;
  color: var(--v2-navy);
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.v2-field textarea {
  min-height: 150px;
  resize: vertical;
}

.v2-field input:focus,
.v2-field select:focus,
.v2-field textarea:focus {
  border-color: var(--v2-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(26, 103, 210, 0.12);
}

.v2-consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 24px;
  color: #566a7f;
  font-weight: 600;
  line-height: 1.55;
}

.v2-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--v2-blue);
}

.v2-consent a {
  color: var(--v2-blue);
  font-weight: 800;
}

.v2-form-submit {
  width: 100%;
  margin-top: 26px;
}

.v2-form-footnote {
  margin: 14px 0 0;
  color: var(--v2-muted);
  font-size: 0.72rem;
  text-align: center;
}

.v2-form-success {
  border: 1px solid #a9ded5;
  border-radius: 12px;
  background: #eaf8f5;
  margin: 0 0 24px;
  padding: 16px 18px;
  color: #176c62;
  font-size: 0.88rem;
}

.v2-form-success[hidden],
.v2-honeypot {
  display: none !important;
}

.v2-note {
  border-left: 4px solid var(--v2-teal);
  background: #eaf8f5;
  padding: 24px 28px;
  color: #365268;
}

.v2-note-spaced {
  margin-top: 28px;
}

.v2-figure .v2-conversation-preview {
  width: 58%;
  right: 18%;
  bottom: -80px;
  border: 7px solid #fff;
  border-radius: 32px;
}

/* Bring the legacy legal/tutorial pages into the same visual family. */
.brand-v2 .site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--v2-line);
  box-shadow: none;
}

.brand-v2 .brand,
.brand-v2 .nav a {
  color: var(--v2-navy);
}

.brand-v2 .brand-sub,
.brand-v2 .muted {
  color: var(--v2-muted);
}

.brand-v2 .nav a.active {
  background: #eaf3ff;
  color: var(--v2-blue);
}

.brand-v2 main > .container {
  padding-bottom: 70px;
}

.brand-v2 .site-footer {
  border-top: 1px solid var(--v2-line);
  background: #fff;
  color: var(--v2-muted);
}

.brand-v2 .legal,
.brand-v2 .privacy-section,
.brand-v2 .tutorial-shell {
  background: #fff;
}

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

  .v2-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .v2-nav > .v2-button {
    justify-self: end;
  }

  .v2-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 74px;
  }

  .v2-download-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v2-download-head > p {
    max-width: 680px;
  }

  .v2-download-grid {
    grid-template-columns: 1fr;
  }

  .v2-download-card {
    min-height: 380px;
  }

  .v2-download-copy {
    width: min(62%, 560px);
  }

  .v2-product-stage {
    width: min(620px, 100%);
    min-height: 570px;
    margin-inline: auto;
  }

  .v2-split,
  .v2-price-layout,
  .v2-contact-layout {
    grid-template-columns: 1fr;
  }

  .v2-contact-copy {
    position: static;
    max-width: 760px;
  }

  .v2-split-copy {
    max-width: 760px;
  }

  .v2-figure {
    min-height: 460px;
  }

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

  .v2-trust-intro {
    grid-column: 1 / -1;
    border-bottom: 1px solid var(--v2-line);
  }

  .v2-trust-item:first-of-type {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .v2-shell {
    width: min(100% - 28px, var(--v2-shell));
  }

  .v2-nav {
    min-height: 72px;
  }

  .v2-brand-copy small {
    display: none;
  }

  .v2-nav > .v2-button {
    min-height: 42px;
    padding-inline: 15px;
    font-size: 0.78rem;
  }

  .v2-links {
    gap: 18px;
  }

  .v2-links a {
    min-width: max-content;
    font-size: 0.8rem;
  }

  .v2-hero-grid {
    padding-block: 64px 76px;
  }

  .v2-hero h1,
  .v2-page-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    letter-spacing: -0.065em;
  }

  .v2-product-stage {
    min-height: 470px;
  }

  .v2-phone {
    width: 48%;
    border-width: 5px;
    border-radius: 27px;
  }

  .v2-phone img {
    height: 390px;
    border-radius: 22px;
  }

  .v2-phone::before {
    width: 48px;
    height: 13px;
    top: 6px;
  }

  .v2-phone-teacher {
    top: 46px;
  }

  .v2-stage-label {
    right: 4px;
    bottom: 4px;
  }

  .v2-signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-signal-grid div:nth-child(3) {
    border-left: 1px solid var(--v2-line);
  }

  .v2-signal-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--v2-line);
  }

  .v2-product-grid,
  .v2-role-grid,
  .v2-support-grid {
    grid-template-columns: 1fr;
  }

  .v2-product-panel {
    min-height: 620px;
  }

  .v2-product-screen,
  .v2-product-panel.teacher .v2-product-screen {
    left: auto;
    right: 28px;
    width: min(290px, 68%);
  }

  .v2-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-step:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .v2-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .v2-trust-grid {
    grid-template-columns: 1fr;
  }

  .v2-trust-item {
    border-top: 1px solid var(--v2-line);
    border-left: 0;
  }

  .v2-flow-row {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .v2-flow-row p {
    grid-column: 2;
  }

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

  .v2-footer-brand {
    grid-column: 1 / -1;
  }

  .v2-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .v2-brand-mark {
    width: 42px;
  }

  .v2-brand-mark i {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    font-size: 0.7rem;
  }

  .v2-brand-copy strong {
    font-size: 0.86rem;
  }

  .v2-nav > .v2-button {
    padding-inline: 12px;
  }

  .v2-hero-copy > p {
    font-size: 0.96rem;
  }

  .v2-button {
    width: 100%;
  }

  .v2-download-card {
    min-height: 550px;
  }

  .v2-download-copy {
    width: 100%;
  }

  .v2-download-card p {
    max-width: 310px;
  }

  .v2-download-screen {
    width: 180px;
    right: 22px;
    bottom: -145px;
  }

  .v2-proof-line {
    display: grid;
  }

  .v2-product-stage {
    min-height: 430px;
  }

  .v2-phone img {
    height: 350px;
  }

  .v2-stage-label {
    max-width: 210px;
    padding: 13px 14px;
  }

  .v2-product-panel {
    min-height: 590px;
  }

  .v2-product-screen,
  .v2-product-panel.teacher .v2-product-screen {
    right: 20px;
    width: 72%;
  }

  .v2-steps {
    grid-template-columns: 1fr;
  }

  .v2-step,
  .v2-step:first-child,
  .v2-step:nth-child(3) {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 28px 8px;
  }

  .v2-step h3 {
    margin-top: 22px;
  }

  .v2-flow-row {
    grid-template-columns: 1fr;
  }

  .v2-flow-row p {
    grid-column: 1;
  }

  .v2-enquiry-form {
    border-radius: 20px;
    padding: 24px 18px;
  }

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

  .v2-field-wide {
    grid-column: auto;
  }

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

  .v2-footer-brand {
    grid-column: auto;
  }
}
