@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-v9-latin-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-v9-latin-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-v9-latin-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-v9-latin-800.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --marketing-primary: #0d9488;
  --marketing-primary-dark: #08766e;
  --marketing-primary-deep: #075f59;
  --marketing-mint: #dff7f2;
  --marketing-mint-soft: #effaf7;
  --marketing-cream: #fbfaf5;
  --marketing-white: #ffffff;
  --marketing-ink: #14312e;
  --marketing-muted: #5d7773;
  --marketing-border: #dbeae6;
  --marketing-amber: #edae49;
  --marketing-danger: #b95544;
  --marketing-shadow-sm: 0 10px 30px rgba(20, 72, 66, 0.08);
  --marketing-shadow: 0 24px 70px rgba(20, 72, 66, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.marketing-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--marketing-white);
  color: var(--marketing-ink);
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.marketing-page img,
.marketing-page svg,
.marketing-page video {
  display: block;
  max-width: 100%;
}

.marketing-page a {
  color: inherit;
  text-decoration: none;
}

.marketing-page button,
.marketing-page input {
  font: inherit;
}

.marketing-page button,
.marketing-page a {
  -webkit-tap-highlight-color: transparent;
}

.marketing-page :focus-visible {
  outline: 3px solid rgba(13, 148, 136, 0.34);
  outline-offset: 4px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 9px;
  background: var(--marketing-ink);
  color: var(--marketing-white) !important;
  transform: translateY(-160%);
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--marketing-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.45px;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--marketing-primary);
  content: "";
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.8);
}

.section-kicker.light::before {
  background: rgba(255, 255, 255, 0.62);
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading.centered {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered .section-kicker {
  justify-content: center;
}

.section-heading h2,
.guide-copy h2,
.product-copy h2,
.transformation-copy h2,
.demo-copy h2 {
  margin: 16px 0 18px;
  color: var(--marketing-ink);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.08;
}

.section-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--marketing-muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 80px;
  align-items: end;
}

.section-heading.split h2 {
  max-width: 670px;
  margin-bottom: 0;
}

.section-heading.split > p {
  margin: 0 0 6px;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 234, 230, 0.85);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 44px;
  height: 44px;
}

.brand-copy {
  display: grid;
  color: var(--marketing-ink);
  line-height: 1;
}

.brand-copy strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.45px;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--marketing-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  color: #405d58;
  font-size: 14px;
  font-weight: 700;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--marketing-primary);
  content: "";
  transform: scaleX(0);
  transition: transform 200ms ease;
}

.primary-nav a:hover {
  color: var(--marketing-primary-dark);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.nav-login {
  color: var(--marketing-ink);
  font-size: 14px;
  font-weight: 800;
}

.nav-login:hover {
  color: var(--marketing-primary);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--marketing-border);
  border-radius: 12px;
  background: var(--marketing-white);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 3px;
  background: var(--marketing-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.btn svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.btn-small {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 11px;
}

.btn-primary {
  background: var(--marketing-primary);
  box-shadow: 0 13px 28px rgba(13, 148, 136, 0.24);
  color: var(--marketing-white) !important;
}

.btn-primary:hover {
  background: var(--marketing-primary-dark);
  box-shadow: 0 17px 34px rgba(13, 148, 136, 0.3);
}

.btn-light,
.btn-ghost {
  border-color: rgba(13, 148, 136, 0.17);
  background: rgba(255, 255, 255, 0.82);
  color: var(--marketing-ink) !important;
  box-shadow: 0 8px 26px rgba(20, 72, 66, 0.08);
}

.btn-light:hover,
.btn-ghost:hover {
  border-color: rgba(13, 148, 136, 0.36);
  background: var(--marketing-white);
}

.btn-white {
  background: var(--marketing-white);
  color: var(--marketing-primary-deep) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--marketing-white) !important;
}

.btn-outline-light:hover {
  border-color: var(--marketing-white);
  background: rgba(255, 255, 255, 0.09);
}

.hero {
  padding: 32px 0 0;
  background:
    radial-gradient(circle at 7% 2%, rgba(13, 148, 136, 0.08), transparent 22%),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 90%);
}

.hero-canvas {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.1);
  border-radius: 32px;
  background: #f4f5ef;
  box-shadow: var(--marketing-shadow);
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.99) 0%, rgba(255, 253, 248, 0.96) 31%, rgba(255, 253, 248, 0.67) 47%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(7, 95, 89, 0.1));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 59%);
  padding: 82px 0 72px 66px;
}

.eyebrow {
  margin-bottom: 22px;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--marketing-primary);
  box-shadow: 0 0 0 6px rgba(13, 148, 136, 0.11);
}

.hero h1 {
  margin: 0;
  color: var(--marketing-ink);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 800;
  letter-spacing: -2.7px;
  line-height: 1.02;
}

.hero h1 em {
  display: block;
  color: var(--marketing-primary-dark);
  font-style: normal;
}

.hero-copy > p {
  max-width: 570px;
  margin: 25px 0 31px;
  color: #526d68;
  font-size: 18px;
  line-height: 1.72;
}

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

.play-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 9px;
  text-indent: 1px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  padding: 0;
  margin: 31px 0 0;
  color: #49635f;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 11px;
}

.hero-float {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 17px 45px rgba(19, 64, 60, 0.17);
  backdrop-filter: blur(12px);
}

.float-icon {
  display: inline-grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: var(--marketing-primary);
  color: var(--marketing-white);
  font-weight: 800;
}

.hero-float div {
  display: grid;
}

.hero-float strong {
  font-size: 13px;
  line-height: 1.2;
}

.hero-float small {
  margin-top: 3px;
  color: var(--marketing-muted);
  font-size: 11px;
}

.trust-strip {
  padding: 38px 0;
  border-bottom: 1px solid var(--marketing-border);
  background: var(--marketing-white);
}

.trust-inner {
  display: flex;
  align-items: center;
  gap: 38px;
}

.trust-inner > p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--marketing-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.trust-roles {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #3c5954;
  font-size: 13px;
  font-weight: 800;
}

.trust-roles i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a9c5bf;
}

.problem-section {
  overflow: hidden;
  background: var(--marketing-cream);
}

.problem-section::before {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -160px;
  right: -180px;
  border: 1px solid rgba(13, 148, 136, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(13, 148, 136, 0.025), 0 0 0 100px rgba(13, 148, 136, 0.018);
  content: "";
}

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

.problem-card {
  position: relative;
  min-height: 305px;
  padding: 35px 31px 32px;
  overflow: hidden;
  border: 1px solid rgba(17, 102, 93, 0.11);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--marketing-shadow-sm);
}

.problem-card:nth-child(2) {
  transition-delay: 90ms;
}

.problem-card:nth-child(3) {
  transition-delay: 180ms;
}

.line-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 16px;
  background: var(--marketing-mint-soft);
  color: var(--marketing-primary-dark);
}

.line-icon svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.card-number {
  position: absolute;
  top: 31px;
  right: 31px;
  color: #c4d6d2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.problem-card h3,
.plan-card h3,
.role-card h3,
.module-card h3 {
  margin: 0 0 12px;
  color: var(--marketing-ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.45px;
  line-height: 1.25;
}

.problem-card p,
.plan-card p,
.module-card p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 15px;
  line-height: 1.72;
}

.problem-note {
  display: flex;
  max-width: 920px;
  align-items: center;
  gap: 18px;
  padding: 22px 25px;
  margin: 30px auto 0;
  border: 1px solid rgba(185, 85, 68, 0.13);
  border-radius: 17px;
  background: #fff8f4;
}

.note-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #f7ded6;
  color: var(--marketing-danger);
  font-size: 18px;
  font-weight: 800;
}

.problem-note p {
  margin: 0;
  color: #705d57;
  font-size: 14px;
}

.problem-note strong {
  color: #5a3831;
}

.guide-section {
  background: var(--marketing-white);
}

.guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 76px;
  align-items: center;
}

.guide-visual {
  position: relative;
  min-height: 560px;
}

.guide-visual::before {
  position: absolute;
  width: 86%;
  height: 86%;
  top: -18px;
  left: -18px;
  border-radius: 28px;
  background: var(--marketing-mint-soft);
  content: "";
}

.guide-visual img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 27px;
  box-shadow: var(--marketing-shadow);
  object-fit: cover;
  object-position: center;
}

.guide-badge {
  position: absolute;
  right: -26px;
  bottom: 30px;
  display: grid;
  min-width: 210px;
  padding: 18px 21px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 17px 45px rgba(19, 64, 60, 0.16);
  backdrop-filter: blur(12px);
}

.guide-badge strong {
  color: var(--marketing-primary-dark);
  font-size: 18px;
  font-weight: 800;
}

.guide-badge span {
  color: var(--marketing-muted);
  font-size: 12px;
}

.guide-copy h2,
.product-copy h2 {
  max-width: 560px;
}

.guide-copy .lead,
.product-copy > p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 17px;
  line-height: 1.8;
}

.guide-points {
  display: grid;
  gap: 20px;
  margin: 31px 0;
}

.guide-points > div {
  display: flex;
  gap: 14px;
}

.guide-points .check {
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  margin-top: 2px;
  place-items: center;
  border-radius: 8px;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 12px;
  font-weight: 800;
}

.guide-points p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 14px;
  line-height: 1.7;
}

.guide-points strong {
  color: var(--marketing-ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--marketing-primary-dark) !important;
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.plan-section {
  background:
    radial-gradient(circle at 50% 0, rgba(13, 148, 136, 0.08), transparent 32%),
    var(--marketing-mint-soft);
}

.plan-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: plan;
}

.plan-grid::before {
  position: absolute;
  z-index: 0;
  top: 48px;
  right: 17%;
  left: 17%;
  border-top: 2px dashed rgba(13, 148, 136, 0.19);
  content: "";
}

.plan-card {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: 31px;
  border: 1px solid var(--marketing-border);
  border-radius: 21px;
  background: var(--marketing-white);
  text-align: center;
  box-shadow: var(--marketing-shadow-sm);
}

.plan-card:nth-child(2) {
  transition-delay: 90ms;
}

.plan-card:nth-child(3) {
  transition-delay: 180ms;
}

.step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: var(--marketing-primary);
  color: var(--marketing-white);
  font-size: 12px;
  font-weight: 800;
}

.step-visual {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 25px;
  place-items: center;
  border: 1px solid rgba(13, 148, 136, 0.12);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #eaf8f4);
  color: var(--marketing-primary-dark);
  box-shadow: 0 14px 35px rgba(13, 148, 136, 0.1);
}

.step-visual svg {
  width: 54px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.plan-card p {
  max-width: 280px;
  margin: 0 auto;
}

.plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 38px;
}

.plan-cta p {
  margin: 0;
  color: var(--marketing-muted);
  font-weight: 700;
}

.role-section {
  background: var(--marketing-white);
}

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

.role-card {
  position: relative;
  min-height: 410px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--marketing-border);
  border-radius: 24px;
  background: var(--marketing-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.role-card:hover {
  border-color: rgba(13, 148, 136, 0.25);
  box-shadow: var(--marketing-shadow);
  transform: translateY(-4px);
}

.role-card::after {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;
  background: rgba(13, 148, 136, 0.06);
  content: "";
}

.role-teacher,
.role-leader {
  background: linear-gradient(145deg, #ffffff 0%, #effaf7 100%);
}

.role-parent {
  background: linear-gradient(145deg, #ffffff 0%, #fff9ef 100%);
}

.role-staff {
  background: linear-gradient(145deg, #ffffff 0%, #f4f7fc 100%);
}

.role-card:nth-child(2),
.role-card:nth-child(4) {
  transition-delay: 90ms;
}

.role-icon {
  display: grid;
  width: 51px;
  height: 51px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 15px;
  background: var(--marketing-primary);
  color: var(--marketing-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.role-parent .role-icon {
  background: var(--marketing-amber);
}

.role-staff .role-icon {
  background: #627da8;
}

.role-leader .role-icon {
  background: var(--marketing-primary-deep);
}

.role-label {
  color: var(--marketing-primary-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.role-card h3 {
  max-width: 490px;
  margin-top: 10px;
  font-size: 28px;
  letter-spacing: -0.8px;
}

.role-card > p {
  max-width: 490px;
  margin: 0 0 21px;
  color: var(--marketing-muted);
  font-size: 15px;
  line-height: 1.7;
}

.role-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.role-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3f5b56;
  font-size: 13px;
  font-weight: 700;
}

.role-card li::before {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

.product-section {
  overflow: hidden;
  background: var(--marketing-ink);
  color: var(--marketing-white);
}

.product-section::before {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -310px;
  right: -230px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018), 0 0 0 140px rgba(255, 255, 255, 0.012);
  content: "";
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 68px;
  align-items: center;
}

.product-copy .section-kicker {
  color: #7de0d4;
}

.product-copy .section-kicker::before {
  background: #7de0d4;
}

.product-copy h2 {
  color: var(--marketing-white);
}

.product-copy > p {
  color: rgba(255, 255, 255, 0.63);
}

.product-tabs {
  display: grid;
  gap: 7px;
  margin-top: 35px;
}

.product-tab {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.61);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.product-tab span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  letter-spacing: 1px;
}

.product-tab:hover,
.product-tab.is-active {
  border-color: rgba(125, 224, 212, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: var(--marketing-white);
}

.product-tab.is-active span {
  color: #7de0d4;
}

.product-stage {
  min-width: 0;
}

.browser-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 19px;
  background: #f5faf8;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.browser-top {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-bottom: 1px solid #dce9e6;
  background: #ffffff;
  color: #839994;
  font-size: 10px;
  font-weight: 700;
}

.browser-dots {
  position: absolute;
  display: flex;
  gap: 6px;
  margin-right: calc(min(56vw, 690px) - 56px);
}

.browser-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbe7e4;
}

.screen-stack {
  position: relative;
  aspect-ratio: 16 / 9.2;
  overflow: hidden;
  background: #eef6f4;
}

.product-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.02);
  transition: opacity 300ms ease, transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-screen.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.screen-caption {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 20px 22px;
  margin: -2px 20px 0;
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 255, 0.08);
}

.caption-check {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: var(--marketing-primary);
  color: var(--marketing-white);
  font-size: 12px;
  font-weight: 800;
}

.screen-caption div {
  display: grid;
  gap: 4px;
}

.screen-caption strong {
  font-size: 14px;
}

.screen-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.module-section {
  background: var(--marketing-cream);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-card {
  min-height: 228px;
  padding: 26px;
  border: 1px solid rgba(17, 102, 93, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.module-card:hover {
  border-color: rgba(13, 148, 136, 0.28);
  box-shadow: var(--marketing-shadow-sm);
  transform: translateY(-3px);
}

.module-card:nth-child(2),
.module-card:nth-child(6) {
  transition-delay: 60ms;
}

.module-card:nth-child(3),
.module-card:nth-child(7) {
  transition-delay: 120ms;
}

.module-card:nth-child(4),
.module-card:nth-child(8) {
  transition-delay: 180ms;
}

.module-card > span {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.module-card h3 {
  font-size: 18px;
}

.module-card p {
  font-size: 13px;
}

.transformation-section {
  padding-bottom: 0;
  background: var(--marketing-white);
}

.transformation-shell,
.demo-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 70px;
  align-items: center;
  padding: 67px;
  overflow: hidden;
  border-radius: 29px;
  background:
    radial-gradient(circle at 95% 10%, rgba(45, 212, 191, 0.24), transparent 34%),
    linear-gradient(135deg, #075f59 0%, #08766e 52%, #0d9488 100%);
  box-shadow: var(--marketing-shadow);
}

.transformation-shell::before,
.demo-shell::before {
  position: absolute;
  width: 330px;
  height: 330px;
  right: -160px;
  bottom: -220px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.025), 0 0 0 92px rgba(255, 255, 255, 0.018);
  content: "";
}

.transformation-copy,
.transformation-list,
.demo-copy,
.credential-card {
  position: relative;
  z-index: 1;
}

.transformation-copy h2,
.demo-copy h2 {
  color: var(--marketing-white);
}

.transformation-copy p,
.demo-copy > p {
  max-width: 680px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.71);
  font-size: 16px;
  line-height: 1.8;
}

.transformation-list {
  display: grid;
  gap: 13px;
}

.transformation-list > div {
  display: grid;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.transformation-list strong {
  color: var(--marketing-white);
  font-size: 20px;
  font-weight: 800;
}

.transformation-list span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.video-section {
  background: var(--marketing-white);
}

.video-shell {
  max-width: 1050px;
  padding: 12px;
  margin: 0 auto;
  border: 1px solid var(--marketing-border);
  border-radius: 25px;
  background: var(--marketing-white);
  box-shadow: var(--marketing-shadow);
}

.video-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: var(--marketing-ink);
  object-fit: cover;
}

.demo-section {
  padding-top: 0;
  background: var(--marketing-white);
}

.demo-shell {
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
  background:
    radial-gradient(circle at 87% 8%, rgba(237, 174, 73, 0.2), transparent 30%),
    linear-gradient(135deg, #153a36 0%, #0b6961 100%);
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.credential-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.19);
}

.credential-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--marketing-border);
}

.credential-head > span {
  color: var(--marketing-ink);
  font-size: 14px;
  font-weight: 800;
}

.credential-head i {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.credential-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--marketing-border);
}

.credential-row > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.credential-row small {
  color: var(--marketing-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.credential-row strong {
  overflow: hidden;
  color: var(--marketing-ink);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-button {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--marketing-border);
  border-radius: 8px;
  background: var(--marketing-mint-soft);
  color: var(--marketing-primary-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.copy-button.is-copied {
  border-color: var(--marketing-primary);
  background: var(--marketing-primary);
  color: var(--marketing-white);
}

.credential-card > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--marketing-muted);
  font-size: 10px;
}

.credential-card > p span {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--marketing-mint);
  color: var(--marketing-primary-dark);
  font-size: 9px;
  font-weight: 800;
}

.site-footer {
  padding: 72px 0 27px;
  border-top: 1px solid var(--marketing-border);
  background: var(--marketing-cream);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  padding-bottom: 52px;
}

.footer-brand > p {
  max-width: 450px;
  margin: 20px 0 0;
  color: var(--marketing-muted);
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 58px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 5px;
  color: var(--marketing-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--marketing-muted);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--marketing-primary);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--marketing-border);
}

.footer-bottom p {
  margin: 0;
  color: #81938f;
  font-size: 10px;
}

.footer-bottom a {
  color: inherit;
  font-weight: 800;
}

.footer-bottom a:hover {
  color: var(--marketing-primary);
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 20px;
  }

  .hero-copy {
    width: 64%;
    padding-left: 49px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .guide-grid {
    gap: 50px;
  }

  .guide-visual {
    min-height: 510px;
  }

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

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

  .nav-toggle {
    display: block;
    order: 3;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--marketing-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--marketing-shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 11px 12px;
  }

  .primary-nav a::after {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero-canvas {
    min-height: 640px;
  }

  .hero-copy {
    width: 69%;
  }

  .hero h1 {
    font-size: 50px;
  }

  .trust-inner {
    display: grid;
    gap: 18px;
  }

  .trust-roles {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11px 18px;
  }

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

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

  .guide-grid,
  .product-shell {
    grid-template-columns: 1fr;
  }

  .guide-visual {
    min-height: 620px;
  }

  .guide-badge {
    right: 24px;
  }

  .plan-grid {
    gap: 15px;
  }

  .plan-card {
    min-height: 350px;
    padding: 26px 19px;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .role-card {
    padding: 30px;
  }

  .product-shell {
    gap: 46px;
  }

  .product-copy h2 {
    max-width: 670px;
  }

  .product-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-tab {
    justify-content: center;
  }

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

  .transformation-shell,
  .demo-shell {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 620px);
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .guide-copy h2,
  .product-copy h2,
  .transformation-copy h2,
  .demo-copy h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .section-heading p {
    font-size: 16px;
  }

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

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .nav-actions .nav-login {
    display: none;
  }

  .nav-actions .btn {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 12px;
  }

  .hero {
    padding-top: 14px;
  }

  .hero-canvas {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border-radius: 23px;
  }

  .hero-image {
    position: relative;
    height: 390px;
    order: 2;
    object-position: 63% center;
  }

  .hero-shade {
    display: none;
  }

  .hero-copy {
    width: 100%;
    padding: 45px 28px 36px;
    background:
      radial-gradient(circle at 95% 0, rgba(13, 148, 136, 0.1), transparent 28%),
      #fffdfa;
  }

  .hero h1 {
    font-size: 43px;
    letter-spacing: -1.7px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-proof {
    display: grid;
  }

  .hero-float {
    right: 18px;
    bottom: 18px;
  }

  .trust-strip {
    padding: 27px 0;
  }

  .trust-roles i {
    display: none;
  }

  .guide-grid {
    gap: 45px;
  }

  .guide-visual {
    min-height: 470px;
  }

  .guide-visual img {
    object-position: 42% center;
  }

  .guide-badge {
    right: 16px;
    bottom: 16px;
  }

  .plan-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .plan-grid::before {
    display: none;
  }

  .plan-card {
    min-height: 0;
    padding: 30px;
  }

  .plan-cta {
    display: grid;
    text-align: center;
  }

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

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

  .browser-dots {
    left: 14px;
    margin: 0;
  }

  .screen-caption {
    margin: 0;
  }

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

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

  .transformation-shell,
  .demo-shell {
    padding: 44px 28px;
    border-radius: 23px;
  }

  .transformation-list {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-bottom {
    display: grid;
    gap: 7px;
  }
}

@media (max-width: 480px) {
  .nav-actions .btn {
    display: none;
  }

  .hero-copy {
    padding: 38px 22px 30px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-image {
    height: 320px;
  }

  .hero-float {
    padding: 10px 12px;
  }

  .guide-visual {
    min-height: 390px;
  }

  .guide-badge {
    min-width: 0;
  }

  .role-card {
    padding: 27px 23px;
  }

  .role-card h3 {
    font-size: 24px;
  }

  .product-tab {
    padding: 12px 9px;
  }

  .credential-card {
    padding: 20px;
  }

  .credential-row strong {
    max-width: 210px;
  }

  .footer-links {
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
