﻿:root {
  --ink: #132022;
  --muted: #566568;
  --line: #dbe4e2;
  --paper: #f7faf8;
  --white: #ffffff;
  --brand: #e98c00;
  --brand-2: #f0a43a;
  --brand-3: #3d65b0;
  --soft: #e8f4f1;
  --success: #25885e;
  --shadow: 0 18px 48px rgba(19, 32, 34, 0.6);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.55;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 60px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  min-width: max-content;
  color: var(--ink);
}

.brand-logo {
  display: block;
  width: auto;
  height: 94px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  font-weight: 900;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 0.88rem;
  color: var(--muted);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  transition: color 160ms ease;
}

.nav-links a:not(.button):hover {
  color: var(--brand);
}

.nav-links a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav-links a:not(.button):hover::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 18px;
  justify-self: end;
}

.nav-cta:hover {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  font-size: 1.3rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(9, 107, 103, 0.18);
}

.button.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.button.gold {
  background: var(--brand-2);
  color: #231808;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section.modules-compact {
  padding: 48px 0;
}

.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 40px;
  min-height: calc(100vh - 72px - 80px);
  padding-top: 0;
  padding-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.72rem;
}

h1,
h2,
h3 {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.lead {
  color: var(--muted);
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  max-width:900px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel,
.hero-slider {
  position: relative;
}

.hero-panel {
  width: min(100%, 760px);
  justify-self: end;
}

.hero-slider {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(219, 228, 226, 0.8);
  background: var(--white);
}

.hero-track {
  display: flex;
  transition: transform 520ms ease;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.hero-slide img {
  width: 100%;
  height: auto;
  background: var(--white);
}

.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(19, 32, 34, 0.16);
}

.hero-dot.active {
  width: 28px;
  background: var(--brand-2);
}

.hero-slider-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-panel > img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(219, 228, 226, 0.8);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stat strong {
  display: block;
  color: var(--brand);
  font-size: 1.34rem;
  line-height: 1;
}

.band {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-head p {
  max-width: 620px;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
}

.card p,
.module-list,
.check-list {
  color: var(--muted);
  font-size: 0.92rem;
}

.story-card {
  padding: 22px 20px 20px;
  transform: rotate(-1.4deg);
  transform-origin: center;
  box-shadow: 0 14px 34px rgba(9, 107, 103, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.story-card:nth-child(2) {
  transform: rotate(1.2deg);
  box-shadow: 0 14px 34px rgba(240, 164, 58, 0.2);
}

.story-card:nth-child(3) {
  transform: rotate(-0.8deg);
  box-shadow: 0 14px 34px rgba(61, 101, 176, 0.18);
}

.story-card:hover {
  transform: rotate(0deg) translateY(-7px);
  border-color: rgba(9, 107, 103, 0.24);
  box-shadow: 0 24px 52px rgba(19, 32, 34, 0.16);
}

.story-card-media {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef8f5, #ffffff);
  border: 1px solid var(--line);
}

.story-card:nth-child(2) .story-card-media {
  background: linear-gradient(135deg, #fff4e2, #ffffff);
}

.story-card:nth-child(3) .story-card-media {
  background: linear-gradient(135deg, #edf3ff, #ffffff);
}

.story-card-media svg {
  width: 38px;
  height: 38px;
  display: block;
}

.story-card-body {
  padding: 0;
}

.story-card h3 {
  margin-bottom: 8px;
  font-size: 0.94rem;
  color: #374548;
}

.story-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.blog-page {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f7 100%);
}

.blog-page-shell {
  padding-top: 22px;
  padding-bottom: 18px;
}

.blog-hero {
  max-width: 860px;
  text-align: center;
}

.blog-hero h1,
.blog-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.blog-hero h1 {
  max-width: 680px;
  font-size: clamp(2.3rem, 5vw, 3.7rem);
  letter-spacing: -0.03em;
}

.blog-hero .lead {
  max-width: 640px;
  color: #4e5b60;
}

.blog-index-hero {
  padding-top: 56px;
  padding-bottom: 18px;
}

.blog-index-hero h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.4rem);
}

.blog-index-hero .lead {
  max-width: 720px;
  font-size: 1rem;
}

.blog-search {
  width: min(100%, 520px);
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.blog-search input {
  min-height: 48px;
  border: 1px solid #d9dedf;
  border-radius: 12px;
  background: #fff;
  padding: 0 16px;
  font: inherit;
  color: var(--ink);
}

.blog-search button {
  min-width: 118px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #3d79f6 0%, #275fe0 100%);
  color: var(--white);
  font: inherit;
  font-weight: 800;
}

.blog-layout {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 34px;
  align-items: start;
}

.blog-index-layout {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  gap: 40px;
}

.blog-section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.blog-section-head h2 {
  margin-bottom: 0;
  font-size: 1.15rem;
}

.blog-section-head span {
  height: 1px;
  background: #e5e8ea;
}

.blog-section-head.side {
  margin-bottom: 18px;
}

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

.blog-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 18px;
  background: #dfe7ea;
  box-shadow: 0 16px 34px rgba(19, 32, 34, 0.08);
}

.blog-feature-card.large {
  min-height: 356px;
}

.blog-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-feature-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(9, 13, 18, 0) 0%, rgba(9, 13, 18, 0.78) 52%, rgba(9, 13, 18, 0.9) 100%);
  color: var(--white);
}

.blog-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.blog-feature-overlay h3 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.blog-feature-overlay p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.blog-sidebar {
  display: grid;
  gap: 28px;
}

.blog-post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.blog-list-card {
  display: block;
  align-items: stretch;
  min-height: 260px;
  padding: 22px;
  border: 1px solid #e6e8ea;
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 18px 34px rgba(19, 32, 34, 0.08),
    0 32px 60px rgba(19, 32, 34, 0.07);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.blog-list-card:hover,
.blog-list-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(49, 101, 212, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(49, 101, 212, 0.16);
}

.blog-list-media {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef5ff 0%, #dfeafa 100%);
}

.blog-list-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 240ms ease;
}

.blog-list-card:hover .blog-list-media img,
.blog-list-card:focus-within .blog-list-media img {
  transform: scale(1.03);
}

.blog-list-content {
  height: 100%;
  padding: 4px 2px;
  display: flex;
  flex-direction: column;
}

.blog-list-meta {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff4ff;
  color: #2857b8;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-list-content h2 {
  margin: 14px 0 10px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.blog-list-content h2 a {
  color: #172227;
}

.blog-list-content p {
  margin-bottom: 18px;
  color: #56656b;
  font-size: 0.96rem;
  line-height: 1.7;
}

.blog-list-card:nth-child(1):hover,
.blog-list-card:nth-child(1):focus-within {
  border-color: rgba(49, 101, 212, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(49, 101, 212, 0.16);
}

.blog-list-card:nth-child(2):hover,
.blog-list-card:nth-child(2):focus-within {
  border-color: rgba(34, 197, 94, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f5fcf7 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(34, 197, 94, 0.16);
}

.blog-list-card:nth-child(3):hover,
.blog-list-card:nth-child(3):focus-within {
  border-color: rgba(242, 140, 27, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f1 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(242, 140, 27, 0.18);
}

.blog-list-card:nth-child(4):hover,
.blog-list-card:nth-child(4):focus-within {
  border-color: rgba(124, 58, 237, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ff 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(124, 58, 237, 0.16);
}

.blog-list-card:nth-child(5):hover,
.blog-list-card:nth-child(5):focus-within {
  border-color: rgba(20, 184, 166, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f3fcfb 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(20, 184, 166, 0.16);
}

.blog-list-card:nth-child(6):hover,
.blog-list-card:nth-child(6):focus-within {
  border-color: rgba(236, 72, 153, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #fff4f9 100%);
  box-shadow:
    0 22px 38px rgba(19, 32, 34, 0.12),
    0 40px 76px rgba(236, 72, 153, 0.16);
}

.blog-read-link {
  color: #0f3154;
  font-weight: 800;
  font-size: 0.92rem;
  margin-top: auto;
}

.blog-reference-sidebar {
  gap: 24px;
}

.blog-side-block {
  padding: 20px 22px;
  border: 1px solid #e7ebed;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(19, 32, 34, 0.05);
}

.blog-side-item,
.blog-mini-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.blog-side-item img,
.blog-mini-card img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.blog-side-item small,
.blog-mini-card small {
  display: block;
  margin-bottom: 6px;
  color: #8a959b;
  font-size: 0.75rem;
}

.blog-side-item strong,
.blog-mini-card strong {
  color: #1a2226;
  font-size: 0.96rem;
  line-height: 1.4;
}

.blog-link-list,
.blog-category-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-link-list a,
.blog-category-list a {
  color: #334247;
  font-size: 0.95rem;
  line-height: 1.5;
}

.blog-category-list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #f6f8fa;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 900;
  margin-bottom: 18px;
}

.module-showcase {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: center;
}

.module-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.module-tile {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(19, 32, 34, 0.14);
  font-weight: 740;
  font-size: 0.86rem;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.module-tile:hover,
.module-tile.active {
  transform: translateY(-2px);
  border-color: var(--brand-2);
  box-shadow: 0 14px 30px rgba(19, 32, 34, 0.18);
}

.module-tile-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}

.module-tile-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.module-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.module-detail-card {
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
}

.module-detail-card h3 {
  margin-bottom: 10px;
  font-size: 0.98rem;
  color: var(--brand);
}

.module-detail-card.accent h3 {
  color: #d97400;
}

.module-detail-card.blue h3 {
  color: #0f3154;
}

.compact-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 12px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.8rem;
  list-style: none;
}

.compact-checks li::before {
  content: "\2713";
  margin-right: 6px;
  color: #d97400;
  font-weight: 900;
}

.module-detail-card.green .compact-checks li::before {
  color: var(--success);
}

.module-detail-card.blue .compact-checks li::before {
  color: #0f3154;
}

.module-list,
.check-list {
  padding-left: 18px;
  margin: 12px 0 0;
}

.module-list li,
.check-list li {
  margin: 8px 0;
}

.feature-module-grid {
  gap: 22px;
}

.feature-module-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-color: rgba(219, 228, 226, 0.82);
  box-shadow: 0 10px 26px rgba(19, 32, 34, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-module-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--brand);
}

.feature-module-card::after {
  content: "";
  position: absolute;
  top: -56px;
  right: -56px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(9, 107, 103, 0.08);
}

.feature-module-card:hover {
  transform: translateY(-7px);
  border-color: rgba(9, 107, 103, 0.28);
  box-shadow: 0 20px 46px rgba(19, 32, 34, 0.14);
}

.feature-module-card h2 {
  margin-bottom: 8px;
  font-size: 1.28rem;
}

.feature-module-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #eef8f5, #ffffff);
}

.feature-module-icon svg {
  width: 40px;
  height: 40px;
}

.feature-module-card.admin::before {
  background: var(--success);
}

.feature-module-card.admin::after {
  background: rgba(37, 136, 94, 0.1);
}

.feature-module-card.finance::before {
  background: var(--brand-2);
}

.feature-module-card.finance::after {
  background: rgba(240, 164, 58, 0.14);
}

.feature-module-card.crm::before {
  background: #d97400;
}

.feature-module-card.crm::after {
  background: rgba(217, 116, 0, 0.12);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pricing-band {
  background: transparent;
}

.pricing-page {
  background:
    radial-gradient(circle at 18% 12%, rgba(93, 114, 255, 0.1), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(105, 193, 77, 0.1), transparent 18%),
    radial-gradient(circle at 60% 82%, rgba(241, 109, 114, 0.08), transparent 18%),
    linear-gradient(180deg, #f7f7f8 0%, #f0f1f4 48%, #f7f8fa 100%);
  color: var(--ink);
}

.pricing-page .topbar {
  background: rgba(247, 247, 248, 0.9);
  border-bottom-color: rgba(19, 32, 34, 0.08);
}

.pricing-page .brand,
.pricing-page .nav-links a {
  color: rgba(19, 32, 34, 0.86);
}

.pricing-page .nav-links a:hover {
  color: #f16d72;
}

.pricing-hero {
  text-align: center;
  padding-bottom: 10px;
}

.pricing-hero h1,
.pricing-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.pricing-hero h1 {
  color: var(--ink);
  max-width: 760px;
}

.pricing-hero .lead {
  color: rgba(19, 32, 34, 0.68);
  max-width: 680px;
}

.pricing-shell {
  padding: 44px 34px 38px;
  border: 1px solid rgba(19, 32, 34, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.74));
  box-shadow: 0 24px 54px rgba(19, 32, 34, 0.12);
}

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

.pricing-intro h2 {
  color: var(--ink);
  margin-bottom: 12px;
}

.pricing-intro p {
  color: rgba(19, 32, 34, 0.68);
}

.pricing-grid {
  align-items: stretch;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #171717 0%, #131313 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 30px rgba(0, 0, 0, 0.28);
  color: var(--white);
  min-height: 520px;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 92px;
  border-radius: 0 0 28px 28px;
  opacity: 0.95;
  filter: blur(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.pricing-card:hover {
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 48px rgba(0, 0, 0, 0.34);
}

.pricing-card:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.pricing-basic::before {
  background: radial-gradient(circle at 50% 0, rgba(85, 92, 255, 0.85), transparent 60%);
}

.pricing-featured {
  background: linear-gradient(180deg, #191919 0%, #141414 100%);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-6px);
}

.pricing-featured::before {
  background: radial-gradient(circle at 50% 0, rgba(241, 109, 114, 0.88), transparent 62%);
}

.pricing-featured:hover {
  background: linear-gradient(180deg, #1c1c1c 0%, #151515 100%);
}

.pricing-enterprise::before {
  background: radial-gradient(circle at 50% 0, rgba(105, 193, 77, 0.82), transparent 60%);
}

.pricing-basic:hover {
  background: linear-gradient(180deg, #1b1b1b 0%, #151515 100%);
}

.pricing-enterprise:hover {
  background: linear-gradient(180deg, #1b1b1b 0%, #151515 100%);
}

.pricing-tier {
  margin-bottom: 8px;
  font-size: 1.02rem;
  font-weight: 700;
  opacity: 0.96;
}

.price {
  margin: 14px 0 16px;
  font-size: 2.35rem;
  font-weight: 850;
  line-height: 1;
}

.price span {
  color: inherit;
  opacity: 0.78;
  font-size: 0.92rem;
  font-weight: 600;
}

.pricing-card p {
  margin-bottom: 22px;
  color: var(--white);
  opacity: 0.86;
  font-size: 0.84rem;
}

.pricing-card .button {
  margin-bottom: 22px;
  min-height: 46px;
  border-radius: 10px;
}

.pricing-card .button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.pricing-card .button:not(.secondary) {
  background: #f16d72;
  color: var(--white);
}

.pricing-card .check-list {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.pricing-card .check-list li {
  color: var(--white);
  opacity: 0.92;
  font-size: 0.82rem;
  margin: 10px 0;
}

.pricing-badge {
  position: absolute;
  top: 14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(241, 109, 114, 0.16);
  color: #ffb6ba;
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(241, 109, 114, 0.18);
}

.feature-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-table th,
.feature-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 0.9rem;
}

.feature-table th {
  background: var(--soft);
}

.comparison-section {
  position: relative;
}

.comparison-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(19, 32, 34, 0.09);
}

.comparison-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.comparison-summary div {
  padding: 20px;
  background:
    linear-gradient(180deg, #fbfefd, #ffffff);
}

.comparison-summary strong {
  display: block;
  color: var(--brand);
  font-size: 1.45rem;
  line-height: 1;
}

.comparison-summary span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.comparison-list {
  display: grid;
}

.comparison-row {
  display: grid;
  grid-template-columns: 58px 1fr minmax(190px, 0.7fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-top: 1px solid var(--line);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.comparison-row:hover {
  position: relative;
  z-index: 1;
  transform: translateX(6px);
  background: #fbfefd;
  box-shadow: inset 4px 0 0 var(--brand), 0 12px 28px rgba(19, 32, 34, 0.08);
}

.comparison-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.comparison-icon svg {
  width: 34px;
  height: 34px;
}

.comparison-row h3,
.comparison-row p {
  margin-bottom: 0;
}

.comparison-row p {
  color: var(--muted);
  font-size: 0.86rem;
}

.comparison-row > strong {
  justify-self: end;
  color: var(--ink);
  font-size: 0.9rem;
  text-align: right;
}

.modules-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
  min-height: 460px;
  padding-top: 48px;
  padding-bottom: 54px;
}

.modules-hero-simple {
  grid-template-columns: 1fr;
  min-height: auto;
  padding-top: 32px;
  padding-bottom: 24px;
}

.modules-hero-with-preview {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
}

.modules-hero-graphic {
  position: relative;
  min-height: 580px;
}

.modules-hero-infographic {
  min-height: 580px;
}

.modules-info-core {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 320px;
  height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, #ffffff 0%, #f8f8f8 100%);
  border: 1px solid rgba(225, 232, 232, 0.95);
  box-shadow:
    inset 10px 12px 18px rgba(255, 255, 255, 0.94),
    inset -12px -14px 18px rgba(19, 32, 34, 0.05),
    18px 18px 0 rgba(0, 0, 0, 0.08),
    0 18px 34px rgba(19, 32, 34, 0.1);
  transform: translateY(-50%);
  text-align: center;
}

.modules-info-core::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: conic-gradient(from 198deg, transparent 0 15%, #17b7c7 15% 33%, #1f9dd8 33% 50%, #2e74d7 50% 63%, #7a42ca 63% 77%, #a010ce 77% 89%, transparent 89% 100%);
  z-index: -1;
}

.modules-info-core::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(228, 234, 235, 0.92);
}

.modules-info-core strong {
  font-size: 2.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.modules-info-core span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.modules-info-core p {
  max-width: 205px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.modules-info-dots {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.modules-info-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.modules-info-dots span:nth-child(1) { background: #17b7c7; }
.modules-info-dots span:nth-child(2) { background: #1f9dd8; }
.modules-info-dots span:nth-child(3) { background: #2e74d7; }
.modules-info-dots span:nth-child(4) { background: #7a42ca; }
.modules-info-dots span:nth-child(5) { background: #a010ce; }

.modules-info-dots span::before {
  content: none;
}

.modules-info-step {
  --step-accent: #16b5c7;
  position: absolute;
  left: 58%;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(46%, 330px);
}

.modules-info-step::before {
  content: "";
  position: absolute;
  left: -112px;
  top: 44px;
  width: 102px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--step-accent), rgba(255, 255, 255, 0));
}

.modules-info-step::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 36px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--step-accent);
  box-shadow: 0 0 0 6px rgba(19, 32, 34, 0.04);
}

.modules-info-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--step-accent);
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.96),
    8px 10px 0 rgba(0, 0, 0, 0.08),
    0 12px 20px rgba(19, 32, 34, 0.12);
  border: 7px solid var(--step-accent);
  letter-spacing: 0.04em;
}

.modules-info-copy h3 {
  margin-bottom: 4px;
  color: #212121;
  font-size: 0.98rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.modules-info-copy h3 span {
  color: #212121;
}

.modules-info-copy h3 {
  color: var(--step-accent);
}

.modules-info-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #232323;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.modules-info-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.45;
  max-width: 170px;
}

.step-students {
  top: -4px;
  --step-accent: #16b5c7;
}

.step-staff {
  top: 106px;
  left: 63%;
  --step-accent: #2298df;
}

.step-attendance {
  top: 222px;
  --step-accent: #2f75db;
}

.step-fees {
  top: 344px;
  left: 63%;
  --step-accent: #7b44cb;
}

.step-reports {
  top: 458px;
  --step-accent: #a10fcf;
}

.module-orbit-main {
  position: absolute;
  left: 6%;
  top: 50%;
  width: 230px;
  height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, #ffffff 0 48%, #f7faf8 78%, #edf4f1 100%);
  box-shadow:
    inset 10px 12px 18px rgba(255, 255, 255, 0.92),
    inset -14px -16px 22px rgba(19, 32, 34, 0.1),
    0 18px 30px rgba(19, 32, 34, 0.18);
  transform: translateY(-50%);
  text-align: center;
}

.module-orbit-main::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #f28c1b 0 18%, #45af57 18% 38%, #37a9b1 38% 58%, #3d65b0 58% 78%, #a66bd8 78% 100%);
}

.module-orbit-main strong {
  max-width: 170px;
  font-size: 1.08rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.module-orbit-main span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.module-orbit-step {
  --orbit-accent: var(--brand);
  position: absolute;
  left: 47%;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(48%, 255px);
}

.module-orbit-step::before {
  content: "";
  position: absolute;
  left: -96px;
  top: 31px;
  width: 86px;
  height: 2px;
  background: linear-gradient(90deg, var(--orbit-accent), transparent);
}

.module-orbit-step::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 25px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orbit-accent);
  box-shadow: 0 0 0 5px rgba(19, 32, 34, 0.04);
}

.module-orbit-step.students {
  top: 0;
  --orbit-accent: #f28c1b;
}

.module-orbit-step.staff {
  top: 78px;
  left: 57%;
  --orbit-accent: #37a9b1;
}

.module-orbit-step.attendance {
  top: 158px;
  --orbit-accent: #45af57;
}

.module-orbit-step.fees {
  top: 238px;
  left: 57%;
  --orbit-accent: #a66bd8;
}

.module-orbit-step.reports {
  top: 318px;
  --orbit-accent: #3d65b0;
}

.module-orbit-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 6px solid var(--orbit-accent);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 10px 18px rgba(19, 32, 34, 0.18);
}

.module-orbit-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-orbit-step strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.module-orbit-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.modules-hero-copy {
  max-width: 650px;
  margin-left: auto;
  text-align: right;
}

.modules-hero-simple .modules-hero-copy,
.modules-hero-simple .modules-hero-copy h1,
.modules-hero-simple .modules-hero-copy .lead {
  margin-left: 0;
  text-align: left;
}

.modules-hero-simple .modules-hero-copy .kicker-strip,
.modules-hero-simple .modules-hero-copy .feature-hero-actions {
  justify-content: flex-start;
}

.modules-hero-preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.modules-hero-preview::before {
  content: "";
  position: absolute;
  inset: 9% 10% 12%;
  border-radius: 38px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0));
  filter: blur(12px);
  z-index: 0;
}

.modules-hero-preview::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 8%;
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.32) 0 18%, transparent 19% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0 31%, transparent 32% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0 44%, transparent 45% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.14) 0 57%, transparent 58% 100%),
    rgba(0, 249, 203, 0.12);
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0;
  backdrop-filter: blur(5px);
  transform: translate3d(0, 0, 26px);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.5s ease-in-out;
}

.modules-hero-preview-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 252, 0.92));
  border: 1px solid rgba(210, 221, 235, 0.9);
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  box-shadow:
    0 36px 70px rgba(15, 49, 84, 0.16),
    0 12px 24px rgba(15, 49, 84, 0.08);
}

.modules-hero-preview-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 34px;
  border-top-right-radius: 88px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.16) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transform: translate3d(0, 0, 18px);
  pointer-events: none;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.modules-hero-preview-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  transform: translate3d(0, 0, 28px);
  box-shadow: 0 22px 48px rgba(15, 49, 84, 0.16);
  image-rendering: auto;
  filter: none;
}

.modules-hero-preview:hover .modules-hero-preview-frame {
  transform: none;
}

.modules-hero-preview:hover::after {
  transform: none;
}

.modules-hero-preview:hover .modules-hero-preview-frame::before {
  opacity: 1;
  transform: translate3d(0, 0, 18px);
}

.modules-hero-copy h1 {
  max-width: 620px;
  margin-left: auto;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.modules-hero-copy .lead {
  max-width: 590px;
  margin-left: auto;
  font-size: 0.98rem;
}

.modules-hero-copy .kicker-strip,
.modules-hero-copy .feature-hero-actions {
  justify-content: flex-end;
}

.modules-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 34px 28px;
}

.module-page-card {
  --module-accent: var(--brand);
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(100%, 276px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(220, 228, 228, 0.95);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.99) 0 48%, rgba(248, 250, 249, 0.98) 76%, rgba(239, 244, 242, 0.96) 100%);
  box-shadow:
    inset 9px 10px 16px rgba(255, 255, 255, 0.96),
    inset -10px -12px 18px rgba(19, 32, 34, 0.05),
    0 14px 28px rgba(19, 32, 34, 0.12);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.module-page-card::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 50%;
  background: transparent;
}

.module-page-card::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 0;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px rgba(237, 241, 242, 0.95),
    inset 0 0 0 10px rgba(255, 255, 255, 0.52);
}

.module-page-card:hover {
  transform: translateY(-8px);
  box-shadow:
    inset 9px 10px 16px rgba(255, 255, 255, 0.98),
    inset -10px -12px 18px rgba(19, 32, 34, 0.05),
    0 20px 34px rgba(19, 32, 34, 0.16);
}

.module-page-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 14px rgba(19, 32, 34, 0.06);
  position: relative;
  z-index: 1;
}

.module-page-icon svg {
  width: 38px;
  height: 38px;
}

.module-page-card h3 {
  position: relative;
  z-index: 1;
  max-width: 176px;
  margin-bottom: 4px;
  color: #172126;
  font-size: 1.02rem;
  line-height: 1.16;
}

.module-page-card p {
  position: relative;
  z-index: 1;
  max-width: 172px;
  margin-bottom: 10px;
  color: #6a7377;
  font-size: 0.78rem;
  line-height: 1.42;
}

.module-page-link {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: var(--module-accent);
  font-weight: 850;
  font-size: 0.8rem;
  line-height: 1;
}

.module-page-card.students {
  --module-accent: #f28c1b;
}

.module-page-card.staff {
  --module-accent: #37a9b1;
}

.module-page-card.attendance {
  --module-accent: var(--success);
}

.module-page-card.fees {
  --module-accent: var(--brand-2);
}

.module-page-card.exams {
  --module-accent: #a66bd8;
}

.module-page-card.reports {
  --module-accent: var(--brand-3);
}

.module-page-card.students h3,
.module-page-card.students .module-page-link {
  color: #db8100;
}

.module-page-card.staff h3,
.module-page-card.staff .module-page-link {
  color: #2596a4;
}

.module-page-card.attendance h3,
.module-page-card.attendance .module-page-link {
  color: #228150;
}

.module-page-card.fees h3,
.module-page-card.fees .module-page-link {
  color: #eb971e;
}

.module-page-card.exams h3,
.module-page-card.exams .module-page-link {
  color: #9558d2;
}

.module-page-card.reports h3,
.module-page-card.reports .module-page-link {
  color: #365eab;
}

.modules-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 0;
}

.modules-cta .lead {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.demo-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.demo-copy {
  max-width: 520px;
  align-self: start;
}

.demo-copy .eyebrow {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.demo-copy h2,
.demo-copy .lead {
  max-width: 760px;
}

.demo-info-card {
  margin-top: 24px;
  border-color: rgba(233, 140, 0, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  box-shadow: 0 12px 30px rgba(19, 32, 34, 0.08);
}

.demo-info-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.02rem;
}

.demo-info-card p {
  margin-bottom: 0;
}

.demo-info-card .check-list {
  margin-top: 14px;
}

.demo-video-card,
.demo-form-card {
  min-height: 360px;
  height: 100%;
}

.demo-video-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(19, 32, 34, 0.11);
}

.demo-video-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.demo-video-head .eyebrow {
  margin-bottom: 10px;
}

.demo-video-head h2 {
  margin-bottom: 8px;
}

.demo-video-head p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.demo-form-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(19, 32, 34, 0.11);
}

.demo-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--brand);
}

.demo-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.demo-form-head h3 {
  margin-bottom: 4px;
}

.demo-form-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.demo-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff4e2;
  color: #8a5a00;
  font-weight: 850;
  font-size: 0.72rem;
  white-space: nowrap;
}

.demo-live-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-2);
  box-shadow: 0 0 0 5px rgba(240, 164, 58, 0.18);
}

.demo-form-body {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 12px;
  padding: 18px 22px 22px;
}

.field {
  display: grid;
  gap: 7px;
}

.field span {
  display: inline-flex;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.demo-form-card input,
.demo-form-card select,
.demo-form-card textarea {
  min-height: 46px;
  border-color: #cbd8d5;
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.demo-form-card input:focus,
.demo-form-card select:focus,
.demo-form-card textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(9, 107, 103, 0.12);
}

.demo-submit {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.demo-submit .button {
  min-height: 48px;
  font-size: 0.9rem;
}

.contact-page {
  background: #eef1f4;
}

.site-notice {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1200;
  width: min(420px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-notice-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(69, 175, 87, 0.28);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #edf8ef 100%);
  box-shadow: 0 20px 44px rgba(15, 49, 84, 0.18);
}

.site-notice-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #12361a;
  font-size: 0.96rem;
}

.site-notice-copy p {
  margin: 0;
  color: #426247;
  font-size: 0.92rem;
}

.site-notice-close {
  min-width: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(69, 175, 87, 0.14);
  color: #12361a;
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.checkout-page {
  background:
    radial-gradient(circle at top left, rgba(240, 164, 58, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(61, 101, 176, 0.18), transparent 32%),
    linear-gradient(180deg, #f6f8fb 0%, #edf2f7 100%);
}

.checkout-main {
  min-height: calc(100vh - 76px);
}

.checkout-shell {
  padding-top: 56px;
  padding-bottom: 88px;
}

.checkout-intro {
  max-width: 780px;
  margin-bottom: 34px;
}

.checkout-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.checkout-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(15, 49, 84, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #335167;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 49, 84, 0.05);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.checkout-payment-panel,
.checkout-summary-panel {
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(15, 49, 84, 0.14);
}

.checkout-payment-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 49, 84, 0.08);
  backdrop-filter: blur(10px);
}

.checkout-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.checkout-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #4d6b8b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-panel-head h2 {
  margin-bottom: 0;
}

.checkout-method-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-method-badges span {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef4fb;
  color: #284661;
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.checkout-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.checkout-input-grid .full {
  grid-column: 1 / -1;
}

.checkout-form .field span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #274058;
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d8e1ea;
  border-radius: 16px;
  background: #fbfdff;
  color: #102436;
  font: inherit;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.checkout-form input:focus {
  border-color: rgba(61, 101, 176, 0.55);
  box-shadow: 0 0 0 4px rgba(61, 101, 176, 0.12);
  transform: translateY(-1px);
}

.checkout-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.checkout-method {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #d6dfeb;
  border-radius: 999px;
  background: #fff;
  color: #476176;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.checkout-method.active {
  border-color: transparent;
  background: linear-gradient(135deg, #102e4e 0%, #25508d 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(27, 66, 111, 0.24);
}

.checkout-pay-actions {
  margin-top: 26px;
}

.checkout-pay-button {
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  font-size: 0.98rem;
  font-weight: 850;
  background: linear-gradient(135deg, #f0a43a 0%, #e47910 100%);
  box-shadow: 0 22px 34px rgba(228, 121, 16, 0.24);
}

.checkout-pay-actions p {
  margin: 14px 0 0;
  color: #617283;
  font-size: 0.9rem;
}

.checkout-summary-panel {
  position: sticky;
  top: 104px;
  padding: 28px;
  color: #fff;
  overflow: hidden;
}

.checkout-summary-panel::before,
.checkout-summary-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.checkout-summary-panel::before {
  width: 220px;
  height: 220px;
  top: -100px;
  right: -70px;
  background: rgba(255, 255, 255, 0.12);
}

.checkout-summary-panel::after {
  width: 160px;
  height: 160px;
  bottom: -70px;
  left: -50px;
  background: rgba(255, 255, 255, 0.08);
}

.checkout-plan-basic {
  background: linear-gradient(160deg, #103762 0%, #1d5b87 100%);
}

.checkout-plan-professional {
  background: linear-gradient(160deg, #102b4e 0%, #25598b 52%, #45af57 100%);
}

.checkout-plan-enterprise {
  background: linear-gradient(160deg, #25163f 0%, #3d65b0 50%, #f28c1b 100%);
}

.checkout-summary-top,
.checkout-summary-card,
.checkout-feature-list,
.checkout-plan-switcher,
.checkout-security-note {
  position: relative;
  z-index: 1;
}

.checkout-summary-label {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  align-items: center;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-summary-top h2 {
  margin: 18px 0 10px;
  font-size: 2rem;
}

.checkout-price {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 900;
}

.checkout-price span {
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.8;
}

.checkout-summary-top p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.checkout-summary-card {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.82);
}

.checkout-summary-row + .checkout-summary-row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-summary-row strong {
  color: #fff;
}

.checkout-feature-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.checkout-feature-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.checkout-plan-switcher {
  margin-top: 24px;
}

.checkout-plan-switcher span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 700;
}

.checkout-plan-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-plan-links a {
  min-height: 40px;

  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.checkout-plan-links a.active {
  background: #fff;
  color: #17304f;
}

.checkout-security-note {
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(10, 18, 30, 0.16);
}

.checkout-security-note strong {
  display: block;
  margin-bottom: 6px;
}

.checkout-security-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.contact-scene {
  padding-top: 32px;
}

.contact-scene-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.contact-scene-heading h1 {
  margin-bottom: 10px;
  color: #0f3154;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-scene-heading p {
  margin-bottom: 0;
  color: #0f3154;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
}

.contact-scene-accent {
  display: inline-block;
  width: 46px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ff6600;
}

.contact-scene-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  padding: 34px 36px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 246, 250, 0.92)),
    linear-gradient(125deg, rgba(61, 101, 176, 0.08), transparent 28%),
    linear-gradient(315deg, rgba(242, 140, 27, 0.08), transparent 30%);
  box-shadow:
    0 34px 78px rgba(9, 27, 51, 0.24),
    0 18px 40px rgba(9, 27, 51, 0.14);
  border: 1px solid rgba(205, 216, 226, 0.9);
}

.contact-scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: 6px 0;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-social-links-round a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff6600;
  color: var(--white);
  border: 0;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.contact-social-links-round a:hover,
.contact-social-links-round a:focus-visible {
  transform: translateY(-2px);
  background: #e85c00;
}

.contact-social-links-round svg {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-form-shell {
  align-self: start;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 49, 84, 0.08);
  box-shadow: 0 10px 24px rgba(9, 27, 51, 0.08);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}

.contact-form-grid-visual {
  align-items: start;
}

.contact-form-grid .full {
  grid-column: 1 / -1;
}

.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;
}

.contact-form-shell input,
.contact-form-shell textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #c8d1d8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0 18px;
  font: inherit;
  color: #0f3154;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.contact-form-shell textarea {
  min-height: 132px;
  border-radius: 18px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-form-shell input::placeholder,
.contact-form-shell textarea::placeholder {
  color: #a6b0bb;
  font-style: italic;
}

.contact-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 20px;
  color: #667587;
  font-size: 0.8rem;
}

.contact-check input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  border-radius: 4px;
}

.contact-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #ff6600 0%, #ff6f14 100%);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(255, 102, 0, 0.2);
}

.contact-form-note {
  margin: 14px 0 0;
  color: #d84315;
  font-size: 0.84rem;
}

.contact-info-stack {
  display: grid;
  gap: 28px;
}

.contact-info-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff6600;
  color: var(--white);
}

.contact-info-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.contact-info-row h3 {
  margin-bottom: 6px;
  color: #0f3154;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  letter-spacing: 0;
}

.contact-info-row p {
  margin-bottom: 6px;
  color: #0f3154;
  font-size: 0.98rem;
  line-height: 1.7;
}

.demo-video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.demo-video-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d7e0de;
  border-radius: 999px;
  background: #f8fbfa;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.form {
  display: grid;
  gap: 14px;
}

.form label {
  font-weight: 700;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font: inherit;
  font-size: 0.92rem;
}

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

.footer {
  margin-top: 56px;
  padding: 56px 0 0;
  background: #292929;
  color: #9d9d9d;
  overflow: hidden;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-reference-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0 0 34px;
}

.footer a {
  color: #9d9d9d;
  text-decoration: none;
  transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.footer p,
.footer a,
.footer li,
.footer input,
.footer button {
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
}

.footer-panel {
  padding: 0;
}

.footer-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 100%;
}

.footer-logo-part,
.footer-about,
.footer-help,
.footer-newsletter {
  padding: 0 24px;
}

.footer-logo-part {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.logo-footer {
  width: min(170px, 58%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 28px;
}

.footer h6 {
  margin: 0 0 32px;
  position: relative;
  color: #f1f1f1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.footer h6::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  left: 0;
  bottom: -16px;
  background: rgba(255, 255, 255, 0.28);
}

.footer p {
  margin-bottom: 12px;
  color: #9d9d9d;
  line-height: 1.8;
}

.btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  margin: 8px 12px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #c4c4c4;
}

.btn-footer:hover,
.btn-footer:focus-visible,
.footer ul li a:hover,
.footer ul li a:focus-visible,
.social a:hover,
.social a:focus-visible,
.footer-chat:hover,
.footer-chat:focus-visible {
  color: #f5f5f5;
}

.footer-link-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.footer ul {
  padding-left: 0;
  margin: 0;
}

.footer ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}

.footer ul li a {
  color: #9d9d9d;
}

.social {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.social a {
  min-width: 46px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #3c3c3c;
  color: #bcbcbc;
  font-weight: 700;
  border-radius: 4px;
}

.social a svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.form-footer {
  display: flex;
  align-items: stretch;
  margin: 18px 0 14px;
}

.form-footer input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 38px;
  border: none;
  border-radius: 18px 0 0 18px;
  outline: none;
  padding: 0 14px;
  background: #f2f2f2;
  color: #232323;
}

.form-footer input[type="text"]::placeholder {
  font-size: 11px;
  font-style: italic;
  color: #727272;
}

.form-footer input[type="button"] {
  height: 38px;
  border: none;
  margin-left: -1px;
  padding: 0 16px;
  border-radius: 0 18px 18px 0;
  background: #232323;
  color: #fff;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #232323;
}

.footer-bottom-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom-inner p {
  margin-bottom: 0;
  color: rgba(208, 221, 237, 0.66);
}

.footer-bottom-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #2f2f2f;
  color: #d7d7d7;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-chat {
  min-width: 104px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #2f2f2f;
  color: #f0f0f0;
  font-weight: 700;
}

.footer-reference {
  margin-top: 56px;
  padding-top: 0;
  background: #0f3154;
  color: rgba(237, 237, 237, 0.78);
}

.footer-reference .footer-reference-inner {
  grid-template-columns: minmax(220px, 1.1fr) minmax(0, 2fr);
  gap: 36px;
  padding: 42px 0 22px;
}

.footer-subscribe-band {
  display: flex;
  justify-content: center;
  transform: translateY(18px);
}

.footer-subscribe-inner {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 430px);
  align-items: center;
  gap: 24px;
}

.footer-address-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #f5f5f5;
  font-size: 0.95rem;
}

.footer-address-copy p {
  margin: 0;
  color: rgba(235, 235, 235, 0.76);
  font-size: 0.94rem;
  line-height: 1.6;
}

.footer-subscribe-form {
  width: 70%;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #ffffff;
  padding: 4px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.footer-subscribe-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px;
  color: #1b1b1b;
  font-size: 0.92rem;
}

.footer-subscribe-form button {
  height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #cdb58f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.footer-brand-block {
  max-width: 280px;
}

.footer-brand-block .brand-logo {
  height: 88px;
  width: auto;
}

.footer-brand-block h3 {
  margin: 0 0 10px;
  color: #f7f7f7;
  font-size: 1.7rem;
  line-height: 1.1;
}

.footer-brand-block p {
  margin: 0;
  color: rgba(216, 216, 216, 0.58);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-readmore {
  display: inline-flex;
  margin-top: 18px;
  color: #cdb58f;
  font-size: 0.9rem;
  font-weight: 700;
}

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

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-column strong {
  color: #f3f3f3;
  font-size: 0.95rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.footer-column a {
  color: rgba(214, 214, 214, 0.54);
  font-size: 0.94rem;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-readmore:hover,
.footer-readmore:focus-visible {
  color: #ffffff;
}

.footer-column-social {
  gap: 14px;
}

.footer-social-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.footer-social-icon:hover,
.footer-social-icon:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-reference .footer-bottom {
  border-top-color: transparent;
  background: transparent;
}

.footer-reference .footer-bottom-inner {
  min-height: 64px;
  padding: 0 0 18px;
}

.footer-reference .footer-bottom-inner p {
  color: rgba(206, 206, 206, 0.52);
  font-size: 0.86rem;
}

.footer-reference .footer-bottom-actions {
  gap: 20px;
}

.footer-reference .footer-bottom-actions a {
  color: rgba(206, 206, 206, 0.52);
  font-size: 0.9rem;
}

.pricing-page .footer {
  margin-top: 56px;
}

.modules-page .footer,
.modules-page .footer-reference {
  margin-top: 0;
}

.page-hero {
  padding: 76px 0 44px;
}

.demo-page-hero {
  padding: 32px 0 16px;
  text-align: center;
}

.demo-page-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  margin-left: auto;
  margin-right: auto;
}

.demo-page-hero .lead {
  max-width: 680px;
  font-size: 0.98rem;
  margin-left: auto;
  margin-right: auto;
}

.about-page {
  background:
    radial-gradient(circle at top left, rgba(242, 140, 27, 0.1), transparent 26%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 48%, #f8fbfd 100%);
}

.about-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
  padding-top: 54px;
  padding-bottom: 58px;
}

.about-hero-copy,
.about-hero-panel-inner,
.about-overview-card,
.about-value-card,
.about-why-item,
.about-expertise-card,
.about-cta-card {
  border: 1px solid rgba(20, 35, 48, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(17, 31, 44, 0.08);
}

.about-hero-copy {
  padding: 30px;
  background: linear-gradient(155deg, #ffffff 0%, #f4f8fb 100%);
  box-shadow: 0 24px 52px rgba(10, 24, 38, 0.2);
}

.about-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.about-hero-copy .lead {
  max-width: 640px;
  font-size: 0.92rem;
  line-height: 1.7;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-hero-panel {
  display: flex;
  perspective: 1000px;
}

.about-hero-panel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px;
  color: var(--white);
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  box-shadow: 0 24px 52px rgba(6, 16, 28, 0.28);
  background:
    radial-gradient(circle at top right, rgba(242, 140, 27, 0.34), transparent 28%),
    linear-gradient(160deg, #0c2036 0%, #153d66 58%, #1d6f57 100%);
}

.about-hero-panel-inner::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 30px;
  border-top-right-radius: 84px;
  background: transparent;
  border-left: 0;
  border-bottom: 0;
  transform: translate3d(0, 0, 18px);
  pointer-events: none;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.about-hero-panel-inner::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0 18%, transparent 19% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0 31%, transparent 32% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0 44%, transparent 45% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.14) 0 57%, transparent 58% 100%),
    rgba(0, 249, 203, 0.12);
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0;
  backdrop-filter: blur(5px);
  transform: translate3d(0, 0, 26px);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.5s ease-in-out;
}

.about-hero-panel-inner > * {
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 24px);
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-hero-panel-inner h2 {
  margin: 22px 0 14px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
}

.about-hero-panel-inner p {
  color: rgba(255, 255, 255, 0.84);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.about-stat {
  min-height: 132px;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.about-stat strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
}

.about-stat span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.6;
}

.about-overview-grid,
.about-values-grid,
.about-expertise-grid {
  display: grid;
  gap: 20px;
}

.about-overview-grid {
  grid-template-columns: 1fr;
}

.about-overview-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.about-overview-card-large {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.15fr);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 252, 0.96));
}

.about-overview-card-large {
  box-shadow:
    0 20px 42px rgba(17, 31, 44, 0.09),
    0 24px 54px rgba(59, 130, 246, 0.08);
}

.about-overview-card-vision {
  box-shadow:
    0 20px 42px rgba(17, 31, 44, 0.09),
    0 24px 52px rgba(34, 197, 94, 0.08);
}

.about-overview-card-mission {
  box-shadow:
    0 20px 42px rgba(17, 31, 44, 0.09),
    0 24px 52px rgba(242, 140, 27, 0.1);
}

.about-overview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 76, 122, 0.18);
}

.about-hero-panel:hover .about-hero-panel-inner {
  transform: rotate3d(1, 1, 0, 18deg);
}

.about-hero-panel:hover .about-hero-panel-inner::before {
  transform: translate3d(0, 0, 30px);
}

.about-hero-panel:hover .about-hero-panel-inner::after {
  transform: translate3d(0, 0, 44px);
}

.about-overview-card-large:hover {
  box-shadow:
    0 30px 62px rgba(17, 31, 44, 0.14),
    0 32px 76px rgba(59, 130, 246, 0.18);
}

.about-overview-card-vision:hover {
  box-shadow:
    0 30px 62px rgba(17, 31, 44, 0.14),
    0 32px 76px rgba(34, 197, 94, 0.18);
}

.about-overview-card-mission:hover {
  box-shadow:
    0 30px 62px rgba(17, 31, 44, 0.14),
    0 32px 76px rgba(242, 140, 27, 0.2);
}

.about-overview-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 26px;
}

.about-overview-content h2,
.about-overview-content h3 {
  color: #10273e;
  font-size: clamp(1.32rem, 2vw, 1.9rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.about-overview-content .eyebrow {
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-overview-media {
  position: relative;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
}

.about-overview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-overview-media-company {
  min-height: 260px;
}

.about-overview-media-vision {
  background: #e9eff5;
}

.about-overview-card-vision h3,
.about-overview-card-mission h3 {
  min-height: 0;
}

.about-overview-card h2,
.about-overview-card h3 {
  margin-bottom: 14px;
}

.about-overview-card p:last-child,
.about-value-card p:last-child,
.about-why-item p:last-child,
.about-expertise-card p:last-child,
.about-cta-card p:last-child {
  margin-bottom: 0;
}

.about-values-section {
  padding-top: 62px;
}

.about-values-section .section-head,
.about-expertise-section .section-head {
  justify-content: center;
  text-align: center;
}

.about-values-section .section-head > div,
.about-expertise-section .section-head > div,
.about-why-copy {
  width: 100%;
}

.about-values-section .section-head h2,
.about-expertise-section .section-head h2,
.about-why-copy h2 {
  color: var(--brand);
}

.about-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.about-value-card {
  padding: 26px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.about-value-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #f28c1b;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-value-card h3 {
  margin-bottom: 10px;
}

.about-value-card:nth-child(1) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(59, 130, 246, 0.09);
}

.about-value-card:nth-child(2) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(99, 102, 241, 0.1);
}

.about-value-card:nth-child(3) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(34, 197, 94, 0.1);
}

.about-value-card:nth-child(4) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(242, 140, 27, 0.11);
}

.about-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 74, 136, 0.15);
}

.about-value-card:nth-child(1):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(59, 130, 246, 0.18);
}

.about-value-card:nth-child(2):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(99, 102, 241, 0.2);
}

.about-value-card:nth-child(3):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(34, 197, 94, 0.18);
}

.about-value-card:nth-child(4):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(242, 140, 27, 0.22);
}

.about-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.about-why-copy {
  max-width: 760px;
  margin: 0 auto;
  padding-right: 0;
  text-align: center;
}

.about-why-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-why-item {
  padding: 24px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.about-why-item h3,
.about-expertise-card h3 {
  margin-bottom: 10px;
}

.about-why-item:nth-child(1) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(59, 130, 246, 0.09);
}

.about-why-item:nth-child(2) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(14, 165, 233, 0.1);
}

.about-why-item:nth-child(3) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(34, 197, 94, 0.1);
}

.about-why-item:nth-child(4) {
  box-shadow:
    0 18px 38px rgba(17, 31, 44, 0.08),
    0 22px 52px rgba(242, 140, 27, 0.12);
}

.about-why-item:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 74, 136, 0.15);
}

.about-why-item:nth-child(1):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(59, 130, 246, 0.18);
}

.about-why-item:nth-child(2):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(14, 165, 233, 0.18);
}

.about-why-item:nth-child(3):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(34, 197, 94, 0.18);
}

.about-why-item:nth-child(4):hover {
  box-shadow:
    0 28px 56px rgba(17, 31, 44, 0.13),
    0 34px 78px rgba(242, 140, 27, 0.2);
}

.about-expertise-section {
  padding-top: 64px;
}

.about-expertise-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.about-expertise-card {
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 251, 0.95));
}

.about-cta {
  padding-top: 18px;
}

.about-cta-card {
  padding: 42px;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(242, 140, 27, 0.28), transparent 24%),
    linear-gradient(135deg, #0b223d 0%, #12355d 54%, #1f6a56 100%);
}

.about-cta-card h2 {
  max-width: 700px;
  color: var(--white);
}

.about-cta-card p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.86);
}

.student-module-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
  min-height: 520px;
  padding-top: 58px;
  padding-bottom: 64px;
  background: linear-gradient(180deg, #f6fbff 0%, #edf6ff 100%);
  border-radius: 26px;
}

.student-module-copy {
  max-width: 470px;
}

.student-module-copy h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.student-module-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  padding: 6px;
}

.student-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 332px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 22px;
  border: 1px solid #d8e7f6;
  border-radius: 24px;
  color: var(--ink);
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 18px 36px rgba(39, 95, 160, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.student-feature-card:hover {
  transform: translateY(-7px);
  border-color: #b7d3f1;
  box-shadow: 0 24px 42px rgba(39, 95, 160, 0.14);
}

.student-feature-image {
  width: 100%;
  height: 176px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #dfeeff;
}

.student-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.student-feature-card h2 {
  min-height: 24px;
  margin: 20px 22px 10px;
  font-size: 1.12rem;
  line-height: 1.1;
  color: #18344f;
}

.student-feature-card p {
  max-width: none;
  margin: 0 22px;
  margin-bottom: 0;
  color: #5f7283;
  font-size: 0.8rem;
  line-height: 1.5;
}

.student-module-feature-band {
  background: #f3f9ff;
}

.student-detail-card-grid {
  gap: 22px;
}

.student-detail-card {
  overflow: hidden;
  padding: 0;
  border-color: #d8e7f6;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 30px rgba(39, 95, 160, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.student-detail-card:hover {
  transform: translateY(-6px);
  border-color: #b7d3f1;
  box-shadow: 0 20px 42px rgba(39, 95, 160, 0.12);
}

.student-detail-media {
  height: 170px;
  border-bottom: 1px solid #d8e7f6;
  background: #eaf4ff;
}

.student-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.student-detail-card h3,
.student-detail-card p {
  padding-left: 24px;
  padding-right: 24px;
}

.student-detail-card h3 {
  margin-top: 22px;
  color: #173650;
}

.student-detail-card p {
  margin-bottom: 24px;
  color: #607383;
}

.feature-hero {
  position: relative;
  overflow: visible;
  min-height: 360px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 38px;
  align-items: center;
  padding: 58px 0 54px;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.feature-hero::before {
  content: none;
}

.feature-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.feature-hero h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
}

.feature-hero .lead {
  font-size: 0.94rem;
  max-width: 560px;
}

.feature-hero .eyebrow {
  font-size: 0.68rem;
}

.feature-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.feature-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0 42px;
}

.feature-carousel::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-2), transparent);
}

.feature-carousel-slide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  min-width: 100%;
  padding: 8px 8px 18px;
}

.feature-image-card {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(19, 32, 34, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-image-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 54px rgba(19, 32, 34, 0.22);
}

.feature-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(19, 32, 34, 0.82));
}

.feature-image-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
  font-size: 0.88rem;
}

.feature-dots {
  bottom: 2px;
  z-index: 3;
}

.kicker-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.82rem;
}

.doc-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: start;
}

.doc-sidebar {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 16px;
}

.doc-sidebar a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.doc-sidebar a:hover {
  background: var(--soft);
  color: var(--brand);
}

.doc-content {
  display: grid;
  gap: 18px;
}

.code {
  overflow: auto;
  padding: 18px;
  border-radius: 8px;
  background: #0f1f22;
  color: #e9fffb;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.84rem;
}

.logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.logo-box {
  min-height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 850;
}

.trust-area {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.trust-section-head {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.trust-section-head > div {
  width: 100%;
}

.trust-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(9, 107, 103, 0.92), rgba(61, 101, 176, 0.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='650' viewBox='0 0 900 650'%3E%3Crect width='900' height='650' fill='%23dff4f1'/%3E%3Cpath d='M0 480c126-82 242-74 354-14s218 52 335-26 172-68 211-40v250H0z' fill='%23ffffff' opacity='.36'/%3E%3Ccircle cx='190' cy='175' r='110' fill='%23ffffff' opacity='.24'/%3E%3Crect x='470' y='116' width='240' height='150' rx='18' fill='%23ffffff' opacity='.22'/%3E%3Crect x='518' y='324' width='250' height='142' rx='18' fill='%23ffffff' opacity='.18'/%3E%3C/svg%3E");
  background-size: cover;
  color: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.trust-panel::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  transform: rotate(8deg);
}

.trust-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  font-size: 0.78rem;
}

.trust-panel h3 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 52px 0 16px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.trust-panel p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.trust-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.trust-metric {
  min-height: 90px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.trust-metric strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 1.34rem;
  line-height: 1;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
  box-shadow: 0 8px 24px rgba(19, 32, 34, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(9, 107, 103, 0.32);
  box-shadow: 0 18px 42px rgba(19, 32, 34, 0.14);
}

.trust-card::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: rgba(240, 164, 58, 0.16);
}

.trust-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--soft);
}

.trust-card-icon svg {
  width: 32px;
  height: 32px;
}

.trust-card h3 {
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.trust-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.84rem;
}

.trust-card small {
  color: var(--brand);
  font-weight: 850;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.client-logo {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.client-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 164, 58, 0.62);
  box-shadow: 0 12px 26px rgba(19, 32, 34, 0.1);
}

.client-logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 900;
}

.video-box {
  min-height: 210px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 248, 0.96)),
    linear-gradient(135deg, #102629, #0f5b58);
  color: var(--ink);
  text-align: left;
  padding: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.video-box-inner {
  width: 100%;
  min-height: 174px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border-radius: 14px;
  background:
    linear-gradient(160deg, #14363a 0%, #0f4b51 55%, #e9f1ef 55%, #f8fbfa 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(19, 32, 34, 0.14);
}

.demo-video-media {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #0e3237;
}

.demo-video-media img {
  width: 100%;
  min-height: 174px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #173336;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(19, 32, 34, 0.16);
}

.video-play-chip::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--brand);
}

.video-box-inner strong {
  font-size: 1.2rem;
  line-height: 1.1;
}

.video-box-inner p {
  max-width: 28ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}

.video-box-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #173336;
  font-size: 0.74rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .about-hero,
  .about-why-grid,
  .student-module-hero,
  .split,
  .doc-layout,
  .module-showcase,
  .modules-hero,
  .trust-area,
  .feature-hero,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature-carousel-slide {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-index-layout,
  .blog-post-list,
  .blog-list-card {
    grid-template-columns: 1fr;
  }

  .about-overview-grid,
  .about-values-grid,
  .about-expertise-grid,
  .about-why-list,
  .grid.four,
  .grid.three,
  .logos,
  .client-logos,
  .demo-benefits,
  .demo-form-row,
  .comparison-summary,
  .modules-page-grid,
  .module-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    display: block;
  }

  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .about-overview-media-company {
    min-height: 220px;
  }

  .about-overview-card,
  .about-overview-card-large {
    grid-template-columns: 1fr;
  }

  .about-overview-content {
    padding-left: 0;
    padding-top: 22px;
  }

  .modules-hero-graphic {
    min-height: 340px;
  }

  .modules-info-core {
    left: 0;
    width: 220px;
    height: 220px;
  }

  .modules-info-core strong {
    font-size: 1.65rem;
  }

  .modules-info-step {
    left: 44%;
    width: 56%;
    grid-template-columns: 60px 1fr;
  }

  .step-staff,
  .step-fees {
    left: 51%;
  }

  .modules-info-step::before {
    left: -54px;
    width: 46px;
  }

  .modules-hero-with-preview {
    grid-template-columns: 1fr;
  }

  .modules-hero-copy,
  .modules-hero-copy h1,
  .modules-hero-copy .lead {
    margin-left: 0;
    text-align: left;
  }

  .modules-hero-copy .kicker-strip,
  .modules-hero-copy .feature-hero-actions {
    justify-content: flex-start;
  }

  .modules-hero-preview-frame {
    width: min(100%, 680px);
    padding: 12px;
    border-radius: 24px;
  }

  .doc-sidebar {
    position: static;
  }

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

  .blog-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-showcase {
    grid-template-columns: 1fr;
  }

  .contact-scene-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .footer-reference-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0 28px;
  }

  .footer-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-logo-part,
  .footer-about,
  .footer-help,
  .footer-newsletter {
    padding: 0;
  }

  .footer-logo-part {
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .footer-bottom-inner {
    display: grid;
    justify-content: stretch;
    padding: 18px 0 22px;
  }
}

@media (max-width: 760px) {
  .nav {
    display: flex;
    min-height: 64px;
    justify-content: space-between;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links a {
    min-height: 42px;
    padding: 0 10px;
  }

  .nav-links a:not(.button)::after {
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links .button {
    width: 100%;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .section {
    padding: 50px 0;
  }

  .modules-hero {
    gap: 26px;
  }

  .modules-hero-graphic {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .modules-hero-infographic {
    display: grid;
    gap: 14px;
  }

  .modules-info-core,
  .modules-info-step {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .modules-info-core {
    max-width: 260px;
    aspect-ratio: 1;
    margin: 0 auto 8px;
  }

  .modules-info-step {
    grid-template-columns: 56px 1fr;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 8px 20px rgba(19, 32, 34, 0.08);
  }

  .step-students,
  .step-staff,
  .step-attendance,
  .step-fees,
  .step-reports {
    left: auto;
    top: auto;
    width: 100%;
  }

  .modules-info-step::before,
  .modules-info-step::after {
    content: none;
  }

  .modules-info-icon {
    width: 52px;
    height: 52px;
    font-size: 0.82rem;
    border-width: 5px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .about-overview-grid,
  .about-values-grid,
  .about-expertise-grid,
  .about-why-list,
  .about-stat-grid,
  .student-module-card-row,
  .module-tile-grid,
  .module-detail-grid,
  .trust-grid,
  .trust-metrics,
  .demo-benefits,
  .demo-form-row,
  .feature-carousel-slide,
  .comparison-summary,
  .modules-page-grid,
  .stats-row,
  .footer-links,
  .logos,
  .client-logos {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 52px 1fr;
  }

  .modules-cta {
    display: block;
  }

  .modules-cta .button {
    margin-top: 18px;
  }

  .footer-socials {
    flex-wrap: wrap;
  }

  .blog-search,
  .blog-feature-grid {
    grid-template-columns: 1fr;
  }

  .blog-list-card {
    padding: 16px;
  }

  .blog-list-content h2 {
    font-size: 1.3rem;
  }

  .blog-side-item,
  .blog-mini-card {
    grid-template-columns: 68px 1fr;
  }

  .blog-side-item img,
  .blog-mini-card img {
    width: 68px;
    height: 68px;
  }

  .contact-form-grid,
  .contact-scene-meta {
    grid-template-columns: 1fr;
  }

  .about-hero-copy,
  .about-hero-panel-inner,
  .about-overview-card,
  .about-value-card,
  .about-why-item,
  .about-expertise-card,
  .about-cta-card {
    padding: 24px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .about-overview-media {
    min-height: 150px;
  }

  .about-overview-media-company {
    min-height: 190px;
  }

  .about-overview-card-vision h3,
  .about-overview-card-mission h3 {
    min-height: 0;
  }

  .checkout-grid,
  .checkout-input-grid {
    grid-template-columns: 1fr;
  }

  .checkout-panel-head {
    flex-direction: column;
  }

  .checkout-summary-panel {
    position: static;
  }

  .footer {
    margin-top: 44px;
    padding-top: 44px;
  }

  .footer-reference .footer-reference-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 18px;
  }

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

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

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

  .social {
    flex-wrap: wrap;
  }

  .footer-chat {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom-inner p {
    text-align: center;
  }

  .footer-bottom-actions {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-reference .footer-bottom-inner {
    flex-direction: column;
    padding: 18px 0;
  }

  .footer-column {
    border-left: 0;
    padding: 0;
  }

  .footer-partner-row {
    align-items: flex-start;
  }

  .comparison-row > strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .feature-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-band {
    transform: translateY(12px);
  }

  .footer-subscribe-inner {
    width: min(100%, calc(100% - 24px));
    gap: 14px;
  }

  .footer-subscribe-form {
    width: 100%;
  }

  .footer-subscribe-form button {
    padding: 0 14px;
  }
}
.module-detail-page {
  background: linear-gradient(180deg, #f6fbff 0%, #eef6ff 100%);
}

.module-detail-page main {
  background: transparent;
}

.module-detail-page .topbar {
  background: rgba(246, 251, 255, 0.96);
}

.module-detail-page .student-module-hero {
  background: linear-gradient(180deg, #f6fbff 0%, #edf6ff 100%);
}

.module-detail-page .student-module-feature-band {
  background: #f3f9ff;
}

