:root {
  --surface: #eef2ff;
  --surface-strong: #f8faff;
  --surface-muted: #f2f5fc;
  --surface-elevated: #e3e9f5;
  --ink: #10122f;
  --ink-soft: #5f6785;
  --primary: #4f46e5;
  --primary-soft: #e0e7ff;
  --secondary: #7c3aed;
  --secondary-soft: #f3e8ff;
  --accent: #06b6d4;
  --border: #d7deef;
  --shadow: 18px 18px 48px rgba(85, 96, 145, 0.16), -16px -16px 42px rgba(255, 255, 255, 0.92);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hanken Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  overflow-x: hidden;
}

.text-display-lg {
  font-size: 45px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
}

.text-headline-xl {
  font-size: clamp(30px, 3.8vw, 42px) !important;
  line-height: 1.16 !important;
}

.text-headline-md {
  font-size: clamp(24px, 2.6vw, 30px) !important;
  line-height: 1.24 !important;
}

.text-body-lg {
  font-size: clamp(15px, 1.35vw, 17px) !important;
  line-height: 1.58 !important;
}

.text-body-md {
  font-size: 15px !important;
}

.text-label-md {
  font-size: 12px !important;
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.shadow-premium,
.custom-shadow {
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.7);
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-mobile-break {
  display: none;
}

.hero-eyebrow {
  width: fit-content;
  max-width: calc(100vw - 36px);
  white-space: nowrap;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px !important;
  padding: 6px 12px !important;
}

.hero-eyebrow span:last-child {
  white-space: nowrap;
  line-height: 1;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.hero-eyebrow .material-symbols-outlined {
  font-size: 17px !important;
}

.marketing-hero {
  max-width: min(1540px, calc(100vw - 112px)) !important;
  padding-top: clamp(56px, 7vh, 84px) !important;
  padding-bottom: clamp(58px, 7.5vh, 92px) !important;
}

.hero-visual-stage {
  width: min(100%, 940px);
  justify-self: end;
  isolation: isolate;
  margin-right: 0;
  padding-bottom: 58px;
  transform: none;
}

.hero-visual-stage::before {
  content: "";
  position: absolute;
  inset: 4% -5% -8% 6%;
  z-index: -1;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(139, 92, 246, 0.11) 52%, rgba(255, 255, 255, 0));
  filter: blur(34px);
}

.hero-product-frame {
  aspect-ratio: 1.92 / 1;
  padding: 7px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.84));
  box-shadow: 0 38px 90px rgba(15, 23, 42, 0.15), 0 12px 32px rgba(79, 70, 229, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1), box-shadow 320ms ease, filter 320ms ease;
  will-change: transform;
}

.hero-product-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 34%, rgba(15, 23, 42, 0.04));
}

.hero-product-screenshot {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.018);
  transform-origin: left top;
  filter: saturate(0.97) contrast(0.99);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), filter 320ms ease;
  will-change: transform;
}

.hero-progress-card {
  position: absolute;
  top: auto;
  left: 43%;
  right: auto;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: 2;
  width: min(260px, 36%);
  padding: 13px;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.82);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.88));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14), 0 8px 20px rgba(79, 70, 229, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1), box-shadow 320ms ease, border-color 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .hero-visual-stage:hover .hero-product-frame {
    transform: translateY(-7px) scale(1.008);
    box-shadow: 0 46px 110px rgba(15, 23, 42, 0.18), 0 16px 42px rgba(79, 70, 229, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .hero-visual-stage:hover .hero-product-screenshot {
    transform: scale(1.03);
    filter: saturate(1.02) contrast(1.01);
  }

  .hero-visual-stage:hover .hero-progress-card {
    transform: translate(-50%, -5px);
    border-color: rgba(139, 92, 246, 0.22);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16), 0 10px 24px rgba(139, 92, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
}

.hero-progress-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.09), transparent 46%);
}

.hero-progress-card__header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.hero-progress-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ede9fe, #f8f7ff);
  color: var(--secondary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(139, 92, 246, 0.12);
}

.hero-progress-card__icon .material-symbols-outlined {
  font-size: 22px;
}

.hero-progress-card p {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.2;
}

.hero-progress-card strong {
  display: block;
  color: var(--ink-soft);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
}

.hero-progress-card__track {
  position: relative;
  height: 7px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf5;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.hero-progress-card__track span {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f46e5 0%, #6d5dfc 55%, #7c3aed 100%);
  box-shadow: 0 4px 11px rgba(139, 92, 246, 0.24);
}

.hero-progress-card__track span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: translateX(18%);
}

.hero-progress-card__meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  color: var(--ink-soft);
  font-size: 10.5px;
  font-weight: 520;
  line-height: 1.2;
}

.border-1\.5 {
  border-width: 1.5px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(241, 245, 249, 0.9);
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.brand {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
}

/* Brand layout: SVG mark + text */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1;
}
.brand-mark {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  display: block;
  object-fit: contain;
}
.brand-text {
  font-weight: 800;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.nav-links a {
  color: var(--ink-soft);
  font-weight: 600;
  padding: 0.4rem 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: var(--primary);
  border-color: var(--primary);
}

.nav-actions { display: flex; gap: 0.75rem; align-items: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.25);
  outline-offset: 3px;
}
.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.2);
}
.btn-primary:hover { box-shadow: 0 15px 30px rgba(79, 70, 229, 0.3); }
.btn-secondary {
  background: transparent;
  color: var(--primary);
  border-color: rgba(79, 70, 229, 0.3);
}
.btn-secondary:hover { background: rgba(79, 70, 229, 0.05); }

.hero {
  padding: 3rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}
.hero::before {
  width: 18rem;
  height: 18rem;
  background: var(--primary);
  top: -3rem;
  right: -4rem;
}
.hero::after {
  width: 15rem;
  height: 15rem;
  background: var(--secondary);
  bottom: -2rem;
  left: -4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.page-balanced {
  background: var(--surface);
}

.page-balanced .container {
  width: min(100% - 40px, var(--max-width));
}

@media (min-width: 768px) {
  .page-balanced .container {
    width: min(100% - 128px, var(--max-width));
  }
}

.page-balanced .hero {
  padding: 6rem 0 4.5rem;
}

.page-balanced .home-hero {
  padding: 4rem 0 3rem;
}

.page-balanced .hero > .container:not(.hero-grid) {
  max-width: 1040px;
  text-align: center;
}

.page-balanced .hero > .container:not(.hero-grid) .lead {
  margin-left: auto;
  margin-right: auto;
}

.page-balanced .hero > .container:not(.hero-grid) .eyebrow {
  justify-content: center;
}

.page-balanced .section {
  padding: 5rem 0;
}

.page-balanced .hero + .section {
  padding-top: 2rem;
}

.page-balanced .section-muted {
  background: var(--surface-muted);
}

.page-balanced .grid-2 {
  gap: 2rem;
}

.page-balanced .grid-3 {
  gap: 2rem;
}

.page-balanced .card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-color: rgba(199, 196, 215, 0.3);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
}

.page-balanced .card h3 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ink);
}

.page-balanced .card p {
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.page-balanced .card .card-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
}

.page-balanced .panel {
  border-color: rgba(199, 196, 215, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
}

.page-balanced .panel-body {
  padding: 2rem;
}

.page-balanced h1 {
  font-size: clamp(2.5rem, 4.3vw, 4rem);
  font-weight: 800;
}

.page-balanced h2 {
  font-size: clamp(3rem, 3.2vw, 3rem);
  font-weight: 800;
}

.page-balanced h3 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ink);
}

.page-balanced .lead {
  font-size: 1.14rem;
}

.page-balanced .eyebrow {
  background: rgba(237, 233, 254, 0.8);
  letter-spacing: 0.12em;
}

.page-demo .hero-grid {
  width: min(100% - 40px, 1180px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

@media (min-width: 768px) {
  .page-demo .hero-grid {
    width: min(100% - 128px, 1180px);
  }
}

.page-demo .panel {
  width: 100%;
  max-width: 520px;
  justify-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(237, 233, 254, 0.78);
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.1;
  margin: 0 0 1rem;
}

h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1rem; } 

.lead {
  font-size: 1.06rem;
  color: var(--ink-soft);
  max-width: 42rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  width: max-content;
  max-width: 100%;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.hero-actions > button,
.hero-actions > a,
.hero-actions > a > button {
  white-space: nowrap;
}

.hero-actions > button,
.hero-actions > a > button {
  min-height: 52px;
  padding: 0.82rem 1.4rem !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
}

.hero-actions > button .material-symbols-outlined {
  font-size: 20px;
}

.panel {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-media {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
}

.panel-body { padding: 1.35rem; }

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

.section {
  padding: 4rem 0;
}
.section-muted { background: rgba(240, 243, 255, 0.8); }
.section-accent { background: linear-gradient(135deg, rgba(79, 70, 229, 0.04), rgba(139, 92, 246, 0.1)); }

.card {
  background: var(--surface-strong);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}
.card-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(79, 70, 229, 0.1);
  color: var(--primary);
  margin-bottom: 1rem;
}
.card-cta {
  margin-top: 1rem;
  color: var(--primary);
  font-weight: 700;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.app-card-border {
  border: 1px solid rgba(203, 213, 225, 0.95);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.app-card-border--dark {
  border-color: rgba(226, 232, 240, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 42px rgba(15, 23, 42, 0.1);
}

.feature-panel-card {
  border: 1px solid rgba(203, 213, 225, 0.95) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 45px rgba(15, 23, 42, 0.055);
}

.feature-panel-card:hover {
  border-color: rgba(148, 163, 184, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 24px 56px rgba(15, 23, 42, 0.085);
}

.feature-orb {
  color: #4f46e5;
  border-color: rgba(203, 213, 225, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(15, 23, 42, 0.12);
}

.feature-orb .material-symbols-outlined {
  color: currentColor;
  font-weight: 600;
}

.billing-toggle-wrap {
  display: flex;
  justify-content: center;
}

.billing-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  min-width: min(100%, 21rem);
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 999px;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 38px rgba(15, 23, 42, 0.06);
}

.billing-toggle__indicator {
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0.3rem;
  width: calc(50% - 0.3rem);
  border-radius: 999px;
  background: #4f46e5;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.billing-toggle[data-current-billing="yearly"] .billing-toggle__indicator {
  transform: translateX(100%);
}

.billing-toggle__option {
  position: relative;
  z-index: 1;
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  color: #64748b;
  background: transparent;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease;
}

.billing-toggle__option span {
  color: inherit;
  font-size: 0.82em;
  font-weight: 600;
}

.billing-toggle__option[aria-pressed="true"] {
  color: #ffffff;
}

.billing-toggle__option:not([aria-pressed="true"]):hover {
  color: #4f46e5;
}

.billing-note {
  margin: 0.25rem 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.3;
}

.billing-note--dark {
  color: rgba(248, 250, 252, 0.68);
}

.cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 36px;
  padding: 2rem;
  color: white;
  text-align: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: var(--shadow);
}

.cta-banner p {
  margin-left: auto;
  margin-right: auto;
}

.cta-banner .btn {
  width: fit-content;
}

.form-grid { display: grid; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.45rem; }
label { font-size: 0.92rem; font-weight: 700; color: var(--ink-soft); }
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  background: var(--surface-muted);
  color: var(--ink);
}
input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.16);
  outline: none;
}

.contact-card { padding: 1.35rem; }
.contact-card .icon { color: var(--secondary); }

.site-footer {
  padding: 4rem 0 2.5rem;
  background: #10172b;
  color: #e2e8f0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer-column-1 {
  grid-column: span 2;
}
.footer-column-connect {
  justify-content: flex-end;
}

/* Footer brand: image + text side-by-side */
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.footer-mark {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: block;
  object-fit: contain;
}
.footer-brand span {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.footer-column p {
  max-width: 30rem;
  margin: 0;
  color: #bcc9e0;
  font-size: 0.96rem;
  line-height: 1.6;
}
.footer-column span {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8aa1c5;
}
.footer-column a {
  color: #e2e8f0;
  font-size: 0.96rem;
  transition: color 180ms ease;
}
.footer-column a:hover,
.footer-column a:focus-visible {
  color: #87e6df;
  text-decoration: underline;
}
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  margin-top: 2.5rem;
  text-align: center;
}
.footer-legal p {
  margin: 0;
  color: #a5b3d6;
  font-size: 0.9rem;
}
.site-footer a { color: #e2e8f8; }
.site-footer a:hover,
.site-footer a:focus-visible { color: #87e6df; }

.mobile-nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(320px, 84vw);
  background: #f1f5f9;
  box-shadow: -20px 0 60px rgba(15, 23, 42, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.22,1,.36,1);
  z-index: 60;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-nav-panel.open { transform: translateX(0); }

.mobile-nav-scrim {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 55;
}
.mobile-nav-scrim.open { opacity: 1; pointer-events: auto; }

.mobile-nav-panel a,
.mobile-nav-panel button {
  padding: 14px 8px;
  border-bottom: 1px solid rgba(199, 196, 215, 0.3);
  text-align: left;
  font-family: 'Hanken Grotesk', sans-serif;
  color: #0f172a;
}

#shared-nav-host a:focus-visible,
#shared-nav-host button:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 3px;
  border-radius: 4px;
}

.desktop-nav-links a.is-active,
.mobile-nav-panel a.is-active {
  color: var(--primary);
  font-weight: 700;
}

.desktop-nav-links a {
  position: relative;
  padding-bottom: 0.35rem;
}

.desktop-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav-links a:hover::after,
.desktop-nav-links a:focus-visible::after,
.desktop-nav-links a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-nav-panel a:not(.bg-primary) {
  position: relative;
  border-radius: 12px;
  padding-left: 14px;
  transition: background 180ms ease, color 180ms ease;
}

.mobile-nav-panel a:not(.bg-primary)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: var(--primary);
  opacity: 0;
  transform: scaleY(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-nav-panel a:not(.bg-primary):hover,
.mobile-nav-panel a:not(.bg-primary):focus-visible,
.mobile-nav-panel a:not(.bg-primary).is-active {
  background: rgba(79, 70, 229, 0.06);
  color: var(--primary);
}

.mobile-nav-panel a:not(.bg-primary):hover::before,
.mobile-nav-panel a:not(.bg-primary):focus-visible::before,
.mobile-nav-panel a:not(.bg-primary).is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.nav-toggle {
  display: none;
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .px-margin-desktop {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pt-section-gap {
    padding-top: 3.5rem !important;
  }

  .pb-section-gap {
    padding-bottom: 3.5rem !important;
  }

  .py-section-gap {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .text-display-lg {
    font-size: clamp(27px, 7.2vw, 29px) !important;
    line-height: 1.12 !important;
  }

  .text-headline-xl {
    font-size: clamp(26px, 8vw, 32px) !important;
    line-height: 1.16 !important;
  }

  .text-body-lg {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  main > section:first-of-type {
    width: 100%;
    max-width: 100%;
    padding-top: 3.25rem !important;
  }

  .marketing-hero {
    max-width: 100% !important;
  }

  main > section:first-of-type > .grid,
  main > section:first-of-type > .grid > * {
    max-width: 100%;
  }

  main > section:first-of-type > .grid {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  main > section:first-of-type > .grid > div:first-child {
    width: 100%;
    max-width: calc(100vw - 36px);
    overflow: hidden;
  }

  main > section:first-of-type .hero-eyebrow {
    max-width: calc(100vw - 36px);
    align-items: center;
    gap: 6px !important;
    padding: 6px 11px !important;
    margin-bottom: 24px !important;
  }

  main > section:first-of-type .hero-eyebrow .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 17px !important;
  }

  main > section:first-of-type .hero-eyebrow span:last-child {
    min-width: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    font-size: clamp(7.8px, 2.35vw, 9.4px) !important;
    line-height: 1 !important;
    letter-spacing: 0.012em !important;
  }

  main > section:first-of-type h1 {
    width: min(calc(100vw - 36px), 560px);
    max-width: 560px;
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 18px !important;
  }

  main > section:first-of-type p {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    overflow-wrap: break-word;
  }

  .hero-mobile-break {
    display: block;
  }

  main > section:first-of-type p {
    margin-bottom: 28px !important;
  }

  main > section:first-of-type .flex.flex-wrap.gap-4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    width: min(100%, 360px);
    gap: 8px;
  }

  main > section:first-of-type .flex.flex-wrap.gap-4 button,
  main > section:first-of-type .flex.flex-wrap.gap-4 a,
  main > section:first-of-type .flex.flex-wrap.gap-4 a button {
    box-sizing: border-box !important;
    display: inline-flex;
    justify-content: center;
    width: auto;
    max-width: none;
    white-space: nowrap;
  }

  main > section:first-of-type .flex.flex-wrap.gap-4 button,
  main > section:first-of-type .flex.flex-wrap.gap-4 a button {
    min-height: 50px !important;
    padding: 11px 12px !important;
    font-size: 11.5px !important;
    line-height: 1.05 !important;
  }

  .billing-toggle {
    min-width: min(100%, 18.5rem);
  }

  .billing-toggle__option {
    min-height: 2.45rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 1180px) {
  .page-balanced .container,
  .page-demo .hero-grid {
    width: min(100% - 2rem, var(--max-width));
  }
  main > section:first-of-type > .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .marketing-hero {
    max-width: min(100%, 920px) !important;
  }
  .hero-copy {
    width: min(100%, 760px);
    margin: 0 auto;
  }
  .hero-copy h1,
  .hero-copy p {
    max-width: 760px;
  }
  .hero-copy .text-display-lg {
    font-size: clamp(28px, 3.8vw, 36px) !important;
    line-height: 1.1 !important;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .page-demo .hero-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: inline-flex; }
  .desktop-nav-links,
  .desktop-nav-actions {
    display: none !important;
  }
  .hero-visual-stage {
    width: min(100%, 780px);
    justify-self: center;
    margin-right: 0;
    transform: none;
  }
  .hero-progress-card {
    left: 50%;
    right: auto;
    bottom: 8px;
    width: min(238px, 42%);
  }
}

@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .page-balanced .hero > .container:not(.hero-grid) { text-align: left; }
  .page-balanced .hero > .container:not(.hero-grid) .eyebrow { justify-content: flex-start; }
  .page-balanced .hero { padding: 3.5rem 0 4.5rem; }
  .page-balanced .home-hero { padding: 2.75rem 0 3rem; }
  .page-balanced .section { padding: 4.5rem 0; }
  .page-balanced .hero + .section { padding-top: 1rem; }
  .page-balanced .card,
  .page-balanced .panel-body { padding: 1.5rem; }
  .hero { padding-top: 2.5rem; }
  .marketing-hero {
    padding-top: 32px !important;
    padding-bottom: 56px !important;
  }
  .hero-copy .text-display-lg {
    font-size: clamp(24px, 6.2vw, 30px) !important;
    line-height: 1.13 !important;
  }
  .site-nav { min-height: 68px; }
  .nav-actions .btn-primary { padding-inline: 1rem; }
  .cta-banner { padding: 1.5rem; }
  .footer-grid { gap: 2rem; }
  .footer-column-1 { grid-column: span 1; }
  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .hero-actions button,
  .hero-actions a,
  .hero-actions a button {
    width: min(100%, 360px) !important;
    max-width: min(100%, 360px) !important;
  }
  .hero-copy {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hero-actions button,
  .hero-actions a button {
    box-sizing: border-box !important;
    min-height: 50px;
    padding: 11px 12px !important;
    white-space: nowrap;
    font-size: 11.5px !important;
    line-height: 1.1 !important;
    gap: 6px !important;
  }
  .hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    width: calc(100vw - 36px) !important;
    max-width: min(100%, 360px) !important;
    gap: 8px !important;
  }
  .hero-actions > button {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .hero-actions > a {
    width: auto !important;
    max-width: none !important;
  }
  .hero-actions > a button {
    width: auto !important;
    max-width: none !important;
    min-width: 104px;
  }
  .hero-actions .material-symbols-outlined {
    font-size: 17px !important;
  }
  .hero-product-frame {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    aspect-ratio: 1.18 / 1;
    border-radius: 22px;
  }
  .hero-visual-stage {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    justify-self: start;
  }
  .hero-product-frame {
    padding: 7px;
  }
  .hero-product-screenshot {
    border-radius: 17px;
    object-position: left top;
  }
  .hero-progress-card {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 8px;
    width: min(310px, calc(100% - 24px));
    margin-top: 0;
    padding: 10px;
    border-radius: 16px;
    transform: translateX(-50%);
  }
  .hero-progress-card__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 12px;
  }
  .hero-progress-card__icon .material-symbols-outlined {
    font-size: 19px;
  }
  .hero-progress-card p {
    font-size: 11.5px;
  }
  .hero-progress-card strong,
  .hero-progress-card__meta {
    font-size: 10.5px;
  }
  .hero-progress-card__track {
    height: 6px;
    margin-top: 10px;
  }
  .hero-progress-card__meta {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .hero-eyebrow {
    gap: 6px !important;
    padding: 6px 10px !important;
  }

  .hero-eyebrow .material-symbols-outlined {
    font-size: 17px !important;
  }

  .hero-eyebrow span:last-child {
    font-size: clamp(8px, 2.55vw, 9.4px) !important;
    letter-spacing: 0.01em !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    gap: 8px !important;
  }

  .hero-copy,
  .hero-copy h1,
  .hero-copy p {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }

  .hero-actions button,
  .hero-actions a button {
    min-height: 50px;
    padding: 10px 10px !important;
    font-size: 10.8px !important;
    white-space: nowrap !important;
    gap: 6px !important;
  }

  .hero-actions .material-symbols-outlined {
    font-size: 17px !important;
  }

  .hero-actions > button {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .hero-actions > a {
    width: auto !important;
    max-width: none !important;
  }

  .hero-actions > a button {
    width: auto !important;
    max-width: none !important;
    min-width: 86px;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    gap: 8px !important;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > button,
  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > a,
  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > a > button {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > button,
  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > a > button {
    min-height: 48px !important;
    padding: 9px 9px !important;
    font-size: 10.2px !important;
    line-height: 1 !important;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > button .material-symbols-outlined {
    font-size: 16px !important;
  }
}

@media (max-width: 360px) {
  .hero-copy .text-display-lg {
    font-size: 22px !important;
    line-height: 1.16 !important;
  }
}


/* ==========================================================================\n   CoSupervisor 2026 — Aurora Neumorphic Marketing System\n   A bespoke visual language: luminous academic-tech gradients + tactile UI.\n   ========================================================================== */
:root {
  --cs-indigo: #4f46e5;
  --cs-violet: #7c3aed;
  --cs-fuchsia: #d946ef;
  --cs-cyan: #06b6d4;
  --cs-sky: #38bdf8;
  --cs-coral: #fb7185;
  --cs-amber: #fbbf24;
  --cs-navy: #10122f;
  --cs-canvas: #eef2ff;
  --cs-card: #f8faff;
  --cs-raised: 16px 16px 38px rgba(75, 86, 135, .15), -14px -14px 36px rgba(255, 255, 255, .92);
  --cs-raised-hover: 22px 22px 48px rgba(75, 86, 135, .18), -16px -16px 40px rgba(255, 255, 255, .96);
  --cs-inset: inset 5px 5px 12px rgba(94, 103, 151, .13), inset -5px -5px 12px rgba(255, 255, 255, .9);
  --cs-hairline: rgba(255, 255, 255, .72);
  --cs-rainbow: linear-gradient(115deg, #7c3aed 0%, #d946ef 22%, #fb7185 42%, #fbbf24 58%, #38bdf8 77%, #4f46e5 100%);
  --cs-rainbow-soft: linear-gradient(115deg, rgba(124,58,237,.74) 0%, rgba(217,70,239,.66) 22%, rgba(251,113,133,.65) 42%, rgba(251,191,36,.56) 58%, rgba(56,189,248,.70) 77%, rgba(79,70,229,.78) 100%);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(124,58,237,.07), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(6,182,212,.06), transparent 30rem),
    var(--cs-canvas);
  color: var(--cs-navy);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Shared navigation: floating, glassy and tactile without feeling heavy. */
#shared-nav-host nav,
nav.sticky {
  background: rgba(248,250,255,.76) !important;
  border-bottom: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: 0 8px 32px rgba(61,70,116,.08), inset 0 -1px 0 rgba(100,116,160,.08) !important;
  backdrop-filter: blur(22px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.35) !important;
}

.desktop-nav-links a {
  position: relative;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}
.desktop-nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -7px;
  height: 2px; border-radius: 99px;
  background: linear-gradient(90deg, var(--cs-violet), var(--cs-cyan));
  transition: right .22s ease;
}
.desktop-nav-links a:hover::after,
.desktop-nav-links a.is-active::after { right: 0; }

.desktop-nav-actions a.bg-primary,
.mobile-nav-panel a.bg-primary {
  background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
  box-shadow: 8px 8px 20px rgba(79,70,229,.22), -4px -4px 12px rgba(255,255,255,.7) !important;
}

/* Signature aurora hero. Kept deliberately softer than Stripe's treatment. */
.marketing-hero,
.page-balanced .hero,
main.relative > section:first-child {
  position: relative;
  isolation: isolate;
}
.marketing-hero::before,
.page-balanced .hero::before,
main.relative > section:first-child::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 -12vw auto -12vw;
  height: min(570px, 78vh);
  border-radius: 0 0 46% 38% / 0 0 22% 18%;
  background:
    radial-gradient(circle at 14% 34%, rgba(56,189,248,.84), transparent 32%),
    radial-gradient(circle at 42% 14%, rgba(124,58,237,.76), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(251,113,133,.72), transparent 30%),
    radial-gradient(circle at 92% 28%, rgba(251,191,36,.70), transparent 30%),
    linear-gradient(115deg, rgba(217,70,239,.7), rgba(56,189,248,.58));
  filter: saturate(1.05);
  opacity: .68;
}
.marketing-hero::after,
.page-balanced .hero::after,
main.relative > section:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(248,250,255,.04) 0%, rgba(238,242,255,.12) 52%, var(--cs-canvas) 92%);
  pointer-events: none;
}
.marketing-hero > *, .page-balanced .hero > *, main.relative > section:first-child > * { position: relative; z-index: 1; }

/* Editorial typography. */
h1, h2, h3, h4,
.font-display-lg, .font-headline-xl, .font-headline-md {
  color: var(--cs-navy);
}
h1, .text-display-lg, .page-balanced h1 {
  letter-spacing: -.045em !important;
  line-height: .99 !important;
  text-wrap: balance;
}
h2, .text-headline-xl, .page-balanced h2 {
  letter-spacing: -.035em !important;
  line-height: 1.05 !important;
  text-wrap: balance;
}
.text-gradient {
  background: linear-gradient(92deg, #4338ca 3%, #7c3aed 34%, #0891b2 78%, #2563eb 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.lead, .text-on-surface-variant { color: #5f6785; }

/* Tactile controls. */
.btn,
button.bg-primary,
a.bg-primary,
.hero-actions > button,
.hero-actions > a > button {
  border: 1px solid rgba(255,255,255,.54) !important;
  box-shadow: 8px 8px 20px rgba(74,83,132,.16), -6px -6px 18px rgba(255,255,255,.82);
}
button.bg-primary,
a.bg-primary,
.btn-primary,
.hero-actions > button.bg-primary {
  background: linear-gradient(135deg, #4f46e5, #6d28d9) !important;
  color: #fff !important;
}
.btn-secondary,
.hero-actions .border-primary {
  background: rgba(246,248,255,.68) !important;
  box-shadow: var(--cs-raised);
  border-color: rgba(255,255,255,.75) !important;
}
.btn:hover,
button.bg-primary:hover,
a.bg-primary:hover { transform: translateY(-2px); box-shadow: var(--cs-raised-hover); }

/* Neumorphic surfaces: soft raised cards, not exaggerated skeuomorphism. */
.card,
.panel,
.glass-card,
.feature-panel-card,
.price-card-hover,
.bg-surface-container-lowest.rounded-\[32px\],
.bg-surface-container-high.rounded-\[32px\] {
  background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(239,243,252,.87)) !important;
  border: 1px solid var(--cs-hairline) !important;
  box-shadow: var(--cs-raised) !important;
}
.card:hover,
.price-card-hover:hover,
.feature-panel-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--cs-raised-hover) !important;
}

.card-icon,
.feature-orb,
.w-12.h-12.rounded-2xl,
.w-16.h-16.rounded-2xl {
  box-shadow: var(--cs-inset), 0 1px 0 rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.66);
}

/* Hero product screenshot floats like a physical object above the canvas. */
.hero-visual-stage::before {
  background: var(--cs-rainbow-soft) !important;
  opacity: .28;
  filter: blur(54px) saturate(1.2) !important;
}
.hero-product-frame {
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(227,233,246,.84)) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow: 26px 30px 74px rgba(57,63,108,.22), -18px -16px 42px rgba(255,255,255,.82) !important;
}
.hero-progress-card {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(233,238,249,.88)) !important;
  border-color: rgba(255,255,255,.78) !important;
  box-shadow: 16px 18px 40px rgba(57,63,108,.18), -10px -10px 30px rgba(255,255,255,.88) !important;
}
.hero-progress-card__track { box-shadow: var(--cs-inset); background: #e7ebf5 !important; }
.hero-progress-card__track span { background: linear-gradient(90deg, var(--cs-violet), var(--cs-cyan)) !important; }

/* Section rhythm: white/lavender canvas with strategic aurora moments. */
.section-muted,
.page-balanced .section-muted,
.bg-surface-container-low {
  background: linear-gradient(180deg, rgba(241,245,255,.92), rgba(234,240,251,.95)) !important;
}
.section-accent {
  background:
    radial-gradient(circle at 12% 20%, rgba(124,58,237,.12), transparent 35%),
    radial-gradient(circle at 88% 72%, rgba(6,182,212,.10), transparent 34%),
    linear-gradient(145deg, #f1f4ff, #e9eef9) !important;
}

/* Dark bands receive a subtle aurora edge, maintaining legibility. */
.bg-on-surface {
  background:
    radial-gradient(circle at 8% 0%, rgba(124,58,237,.22), transparent 32rem),
    radial-gradient(circle at 95% 90%, rgba(6,182,212,.16), transparent 30rem),
    #151437 !important;
}
.bg-primary-container {
  background:
    radial-gradient(circle at 12% 8%, rgba(217,70,239,.18), transparent 24rem),
    linear-gradient(135deg, #312e81, #4338ca 55%, #4f46e5) !important;
}

/* Pricing: raised side cards, luminous recommended plan. */
.price-card-hover.bg-primary-container {
  background: linear-gradient(155deg, #4338ca 0%, #6d28d9 55%, #4f46e5 100%) !important;
  border-color: rgba(255,255,255,.26) !important;
  box-shadow: 22px 26px 60px rgba(67,56,202,.28), -12px -12px 32px rgba(255,255,255,.72) !important;
}
.billing-toggle {
  background: #edf1fa !important;
  border-color: rgba(255,255,255,.84) !important;
  box-shadow: var(--cs-inset) !important;
}
.billing-toggle__indicator {
  background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
  box-shadow: 6px 8px 18px rgba(79,70,229,.26), -4px -4px 10px rgba(255,255,255,.7) !important;
}

/* Forms feel inset into the surface, then lift subtly on focus. */
input, textarea, select {
  background: #edf1f9 !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  box-shadow: var(--cs-inset);
  color: var(--cs-navy) !important;
  transition: box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
input:focus, textarea:focus, select:focus {
  background: #f8faff !important;
  border-color: rgba(79,70,229,.35) !important;
  box-shadow: inset 2px 2px 6px rgba(94,103,151,.08), 0 0 0 4px rgba(79,70,229,.10) !important;
}

/* Eyebrows are restrained glass chips with a miniature brand spectrum. */
.eyebrow,
.hero-eyebrow {
  color: #4338ca !important;
  background: rgba(248,250,255,.62) !important;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 7px 7px 16px rgba(78,88,138,.12), -5px -5px 14px rgba(255,255,255,.8);
  backdrop-filter: blur(12px);
}

/* Footer: deep, structured and premium. */
footer.bg-on-surface,
.site-footer {
  background:
    radial-gradient(circle at 15% 20%, rgba(124,58,237,.20), transparent 26rem),
    radial-gradient(circle at 84% 12%, rgba(6,182,212,.12), transparent 26rem),
    #11122d !important;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Mobile navigation as a raised side sheet. */
.mobile-nav-panel {
  background: linear-gradient(145deg, #f8faff, #e9eef8) !important;
  border-left: 1px solid rgba(255,255,255,.8) !important;
  box-shadow: -20px 0 60px rgba(50,58,98,.18) !important;
}

/* Respect users who prefer less motion. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 767px) {
  .marketing-hero::before,
  .page-balanced .hero::before,
  main.relative > section:first-child::before {
    height: 430px;
    inset-inline: -35vw;
    opacity: .58;
  }
  h1, .text-display-lg, .page-balanced h1 { letter-spacing: -.035em !important; line-height: 1.03 !important; }
  .card, .panel, .price-card-hover { box-shadow: 10px 10px 26px rgba(75,86,135,.13), -8px -8px 22px rgba(255,255,255,.9) !important; }
}

/* =========================================================
   COSUPERVISOR — FINAL PROFESSIONAL UI/UX REFINEMENT
   Shared design system + page-specific art direction
   ========================================================= */
:root {
  --cs-ink: #10172a;
  --cs-ink-2: #334155;
  --cs-muted: #667085;
  --cs-line: rgba(100,116,139,.16);
  --cs-paper: #fbfcff;
  --cs-soft: #f2f5fb;
  --cs-soft-2: #e9eef8;
  --cs-indigo: #4f46e5;
  --cs-violet: #6d4cf5;
  --cs-cyan: #0891b2;
  --cs-night: #11172f;
  --cs-night-2: #17213d;
  --site-max: 1440px;
  --site-pad: max(24px, calc((100vw - var(--site-max)) / 2));
  --elev-1: 0 16px 42px rgba(32,43,77,.09), 0 2px 8px rgba(32,43,77,.05);
  --elev-neu: 10px 10px 24px rgba(89,99,137,.12), -10px -10px 24px rgba(255,255,255,.86);
}

html { background: var(--cs-paper); }
body {
  background: var(--cs-paper) !important;
  color: var(--cs-ink) !important;
  font-family: "Hanken Grotesk", "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

/* Navigation: compact, editorial, integrated with the first section. */
#shared-nav-host { position: relative; z-index: 1000; }
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 70px;
  color: #182239;
  background: rgba(251,252,255,.58);
  border-bottom: 1px solid rgba(255,255,255,.42);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.site-nav.is-scrolled {
  background: rgba(251,252,255,.92);
  border-color: var(--cs-line);
  box-shadow: 0 8px 28px rgba(15,23,42,.06);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}
.site-nav-inner {
  height: 70px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 42px;
}
.site-logo { display: inline-flex; align-items: center; }
.site-logo img { width: auto; height: 31px; object-fit: contain; }
.site-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
.site-nav-links a {
  position: relative;
  color: #26344d !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -.012em;
  padding-block: 26px 25px;
}
.site-nav-links a::after {
  bottom: 14px !important;
  height: 2px !important;
  left: 0 !important;
  right: 100% !important;
  background: linear-gradient(90deg,#4f46e5,#0891b2) !important;
}
.site-nav-links a:hover::after, .site-nav-links a.is-active::after { right: 0 !important; }
.site-nav-links a.is-active { color: var(--cs-indigo) !important; }
.site-nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-signin, .mobile-signin {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #334155 !important;
  height: 42px;
  padding-inline: 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}
.site-signin:hover, .mobile-signin:hover { color: var(--cs-indigo) !important; background: rgba(79,70,229,.05) !important; }
.site-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(79,70,229,.18) !important;
  background: linear-gradient(135deg,#4f46e5,#6d4cf5) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(79,70,229,.18) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.site-demo:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(79,70,229,.22) !important; }
.login-menu {
  position: relative;
}
.login-menu__trigger {
  border: 0;
  cursor: pointer;
}
.login-menu__trigger .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  transition: transform .18s ease;
}
.login-menu:hover .login-menu__trigger .material-symbols-outlined,
.login-menu:focus-within .login-menu__trigger .material-symbols-outlined,
.login-menu.is-open .login-menu__trigger .material-symbols-outlined {
  transform: rotate(180deg);
}
.login-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(78vw, 310px);
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.24);
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 58px rgba(15,23,42,.14);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(.98);
  transform-origin: top right;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.login-menu__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.login-menu:hover .login-menu__panel,
.login-menu:focus-within .login-menu__panel,
.login-menu.is-open .login-menu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.login-menu__panel a {
  display: grid;
  grid-template-columns: 38px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 13px;
  color: #172033 !important;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.login-menu__panel a:hover,
.login-menu__panel a:focus-visible {
  background: #f4f7fd;
  transform: translateX(2px);
}
.login-menu__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #4f46e5;
  background: linear-gradient(135deg, rgba(79,70,229,.12), rgba(8,145,178,.10));
  font-size: 21px;
}
.login-menu__panel strong {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
}
.login-menu__panel small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #64748b;
}
.login-menu__arrow {
  color: #94a3b8;
  font-size: 17px;
}
.nav-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.58); color: var(--cs-ink); align-items: center; justify-content: center; }

/* Mobile navigation */
.mobile-nav-scrim { position: fixed; inset: 0; z-index: 1090; background: rgba(10,17,35,.35); opacity: 0; visibility: hidden; transition: .2s ease; }
.mobile-nav-scrim.open { opacity: 1; visibility: visible; }
.mobile-nav-panel {
  position: fixed; top: 0; right: 0; z-index: 1100; height: 100dvh; width: min(88vw, 380px);
  padding: 22px; transform: translateX(105%); transition: transform .24s cubic-bezier(.2,.8,.2,1);
  background: rgba(249,251,255,.97) !important; border-left: 1px solid rgba(148,163,184,.16) !important;
  box-shadow: -20px 0 60px rgba(15,23,42,.16) !important;
}
.mobile-nav-panel.open { transform: translateX(0); }
.mobile-nav-head { display:flex; align-items:center; justify-content:space-between; padding-bottom:18px; border-bottom:1px solid var(--cs-line); }
.mobile-nav-logo { height: 29px; width:auto; }
.mobile-nav-close { width:44px; height:44px; border:0; border-radius:12px; background:#eef2f8; display:grid; place-items:center; }
.mobile-nav-links { display:grid; gap:4px; padding:18px 0; }
.mobile-nav-links a { padding:12px 10px; border-radius:10px; font-weight:650; color:#24324a; }
.mobile-nav-links a:hover, .mobile-nav-links a.is-active { background:rgba(79,70,229,.07); color:var(--cs-indigo); }
.mobile-nav-actions { border-top:1px solid var(--cs-line); padding-top:18px; display:grid; gap:10px; }
.mobile-nav-actions .site-demo { width:100%; }
.mobile-login-options {
  display: grid;
  gap: 9px;
}
.mobile-login-options a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(148,163,184,.20);
  background: #fff;
  color: #172033 !important;
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(15,23,42,.05);
}
.mobile-login-options a::before {
  display: none !important;
}
.mobile-login-options a:hover,
.mobile-login-options a:focus-visible {
  border-color: rgba(79,70,229,.30);
  background: #f6f8ff;
  color: var(--cs-indigo) !important;
}
.mobile-login-options .material-symbols-outlined {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #4f46e5;
  background: rgba(79,70,229,.10);
  font-size: 18px;
}
body.nav-open { overflow:hidden; }

/* Hero backgrounds flow behind the nav, but remain calm and readable. */
.marketing-hero,
.page-balanced > .hero,
.page-pricing main > section:first-child,
.page-about main > section:first-child,
.page-contact main > section:first-child {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: var(--site-pad) !important;
  padding-right: var(--site-pad) !important;
  padding-top: 150px !important;
  isolation: isolate;
}

.marketing-hero {
  min-height: 760px;
  padding-bottom: 108px !important;
  background:
    radial-gradient(circle at 11% 25%, rgba(96,165,250,.35), transparent 31%),
    radial-gradient(circle at 39% 8%, rgba(124,58,237,.22), transparent 35%),
    radial-gradient(circle at 78% 13%, rgba(236,72,153,.11), transparent 30%),
    radial-gradient(circle at 92% 46%, rgba(34,211,238,.16), transparent 31%),
    linear-gradient(145deg,#eff4ff 0%,#eef0fb 50%,#f7f5fa 100%) !important;
}
.marketing-hero::before, .marketing-hero::after { opacity: 0 !important; }
.marketing-hero > .grid { max-width: var(--site-max); margin-inline:auto; align-items:center; }
.marketing-hero h1 { font-size: clamp(44px,4.4vw,68px) !important; line-height:.99 !important; max-width: 620px; letter-spacing:-.052em !important; }
.marketing-hero p { max-width: 560px; color:#56627a !important; font-size:18px !important; line-height:1.62 !important; }
.hero-eyebrow, .eyebrow {
  box-shadow: 0 8px 22px rgba(70,79,119,.07), inset 0 1px 0 rgba(255,255,255,.76) !important;
  background: rgba(255,255,255,.50) !important;
  border:1px solid rgba(255,255,255,.76) !important;
}
.hero-product-frame {
  border-radius: 28px !important;
  padding: 7px !important;
  background: linear-gradient(145deg,rgba(255,255,255,.95),rgba(231,236,247,.9)) !important;
  border:1px solid rgba(255,255,255,.85) !important;
  box-shadow: 18px 18px 44px rgba(76,86,120,.15), -12px -12px 34px rgba(255,255,255,.80) !important;
}
.hero-progress-card {
  box-shadow: 10px 12px 30px rgba(57,63,108,.14), -8px -8px 22px rgba(255,255,255,.84) !important;
}

/* Global content rhythm */
.py-section-gap, .section { padding-top: 104px !important; padding-bottom: 104px !important; }
.pt-section-gap { padding-top:104px !important; }
.pb-section-gap { padding-bottom:104px !important; }
.max-w-container-max { max-width:var(--site-max) !important; }
.px-margin-desktop { padding-left:24px !important; padding-right:24px !important; }
.page-balanced .container { width:min(calc(100% - 48px),var(--site-max)); max-width:var(--site-max); margin-inline:auto; }
.page-balanced .section { padding-inline:0 !important; }

h1,h2,h3,h4,.font-display-lg,.font-headline-xl,.font-headline-md { font-family:"Manrope",sans-serif !important; color:var(--cs-ink); }
h1,.text-display-lg,.page-balanced h1 { font-size:clamp(44px,5vw,68px) !important; line-height:1 !important; letter-spacing:-.05em !important; }
h2,.text-headline-xl,.page-balanced h2 { font-size:clamp(34px,3.6vw,50px) !important; line-height:1.06 !important; letter-spacing:-.038em !important; }
h3,.text-headline-md,.page-balanced h3 { letter-spacing:-.025em !important; }
p,.lead,.text-on-surface-variant { color:#5b667d; }

/* Shared cards: subtle neumorphism, not heavy skeuomorphism. */
.card,.panel,.glass-card,.price-card-hover,.feature-panel-card {
  border:1px solid rgba(148,163,184,.14) !important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,243,250,.92)) !important;
  box-shadow:var(--elev-neu) !important;
  border-radius:24px !important;
}
.card:hover,.panel:hover,.glass-card:hover,.price-card-hover:hover { transform:translateY(-3px); box-shadow:14px 14px 32px rgba(89,99,137,.13),-12px -12px 28px rgba(255,255,255,.9) !important; }

/* Dark bands: high contrast, no invisible headings. */
.bg-on-surface, .site-footer {
  background: radial-gradient(circle at 14% 0%,rgba(109,76,245,.16),transparent 32rem), radial-gradient(circle at 100% 75%,rgba(8,145,178,.12),transparent 30rem), #11172f !important;
  color:#d9e1ef !important;
}
.bg-on-surface h1,.bg-on-surface h2,.bg-on-surface h3,.bg-on-surface h4,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4 { color:#f8fafc !important; }
.bg-on-surface p,.bg-on-surface .text-outline-variant,.site-footer p { color:#b9c3d6 !important; opacity:1 !important; }
.bg-on-surface .font-label-md,.bg-on-surface span { color:#dde5f2; }

/* Product integrations */
.page-home section.bg-on-surface, .page-product section.bg-on-surface { padding-top:92px !important; padding-bottom:92px !important; }
.page-home section.bg-on-surface h2, .page-product section.bg-on-surface h2 { max-width:900px; margin-inline:auto; margin-bottom:24px !important; }
.page-home section.bg-on-surface p, .page-product section.bg-on-surface p { margin-bottom:54px !important; }
.page-home section.bg-on-surface .grid > div > div, .page-product section.bg-on-surface .grid > div > div {
  width:66px !important; height:66px !important; border-radius:18px !important;
  background:rgba(255,255,255,.07) !important; border:1px solid rgba(255,255,255,.10);
  box-shadow:6px 8px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

/* Page-specific art direction */
.page-solutions .hero {
  min-height:600px;
  display:flex; align-items:center;
  background: radial-gradient(circle at 80% 15%,rgba(34,211,238,.16),transparent 28%), radial-gradient(circle at 15% 30%,rgba(79,70,229,.16),transparent 32%), linear-gradient(145deg,#f5f8ff,#eef3fb) !important;
}
.page-solutions .hero::before,.page-solutions .hero::after { display:none !important; }
.page-solutions .hero .container { max-width:1040px; margin-inline:auto; width:min(1040px,100%); text-align:center; }
.page-solutions main > section.solutions-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 148px 0 120px !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(79,70,229,.14), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(6,182,212,.13), transparent 34rem),
    linear-gradient(145deg,#fbfcff 0%,#f0f5ff 52%,#f8fbff 100%) !important;
}
.page-solutions main > section.solutions-hero::before {
  content: "";
  position: absolute;
  inset: 112px 0 auto;
  z-index: 0;
  height: 250px;
  pointer-events: none;
  background: linear-gradient(92deg, rgba(224,231,255,.54), rgba(219,234,254,.38) 52%, rgba(207,250,254,.3));
  clip-path: polygon(0 20%, 100% 0, 100% 66%, 0 92%);
}
.page-solutions .solutions-hero__copy {
  position: relative;
  z-index: 1;
}
.page-solutions .solutions-hero__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 540px);
  margin: 0 auto 28px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #4338ca;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(70, 79, 119, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-solutions .solutions-hero .narrative-section__heading {
  max-width: 980px;
  margin-inline: auto;
}
.page-solutions .solutions-hero .narrative-section__body-lg {
  max-width: 820px;
  margin-inline: auto;
}
.page-solutions .section:nth-of-type(2) .grid-3 { gap:24px; }
.page-solutions .section-muted { background:linear-gradient(180deg,#eef3fb,#e8eef8) !important; }

.page-resources .hero {
  min-height:540px;
  display:flex; align-items:center;
  background: linear-gradient(120deg,#fbfcff 0%,#f1efff 48%,#eef8fb 100%) !important;
}
.page-resources .hero::before,.page-resources .hero::after { display:none !important; }
.page-resources .hero .container {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}
.page-resources .resources-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding: 148px 0 120px !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(79,70,229,.13), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(6,182,212,.13), transparent 34rem),
    linear-gradient(145deg,#fbfcff 0%,#f1f5ff 52%,#f8fbff 100%) !important;
}
.page-resources .resources-hero::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 112px 0 auto;
  z-index: 0;
  height: 250px;
  pointer-events: none;
  background: linear-gradient(92deg, rgba(224,231,255,.52), rgba(219,234,254,.36) 52%, rgba(207,250,254,.3));
  clip-path: polygon(0 20%, 100% 0, 100% 66%, 0 92%);
}
.page-resources .resources-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
.page-resources .resources-hero__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 560px);
  margin: 0 auto 28px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #4338ca;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(70, 79, 119, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-resources .resources-hero h1 {
  max-width: 1120px;
  margin-inline: auto;
  color: #10122f;
  font-weight: 900;
  letter-spacing: 0;
}
.page-resources .resources-hero .lead {
  max-width: 780px;
  margin-inline: auto;
}
.page-resources .card { box-shadow:0 14px 34px rgba(29,41,74,.08) !important; }

.page-about main > section.about-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 148px 0 128px !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(79,70,229,.13), transparent 30rem),
    radial-gradient(circle at 82% 16%, rgba(6,182,212,.13), transparent 34rem),
    linear-gradient(145deg,#fbfcff 0%,#f2f6ff 52%,#f8fbff 100%) !important;
}
.page-about main > section.about-hero::before,
.page-about main > section.about-hero::after {
  content: "";
  display: block !important;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.page-about main > section.about-hero::before {
  inset: 112px 0 auto;
  height: 260px;
  background: linear-gradient(92deg, rgba(224,231,255,.54), rgba(219,234,254,.38) 52%, rgba(207,250,254,.32));
  clip-path: polygon(0 20%, 100% 0, 100% 66%, 0 92%);
}
.page-about main > section.about-hero::after {
  right: 10%;
  bottom: 16%;
  width: min(480px, 36vw);
  height: 220px;
  border-radius: 36px;
  background: rgba(237,233,254,.5);
  filter: blur(34px);
}
.page-about .about-hero__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 520px);
  margin: 0 auto 28px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #4338ca;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(70, 79, 119, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-about main > section:first-child:not(.about-hero)::before,.page-about main > section:first-child:not(.about-hero)::after { display:none !important; }
.page-about .glass-card { box-shadow:0 14px 34px rgba(29,41,74,.08) !important; }

.page-pricing main > section:first-child {
  min-height:480px;
  background:radial-gradient(circle at 50% 0%,rgba(79,70,229,.12),transparent 35%),linear-gradient(180deg,#fbfcff,#f5f7fc) !important;
}
.page-pricing main > section:first-child::before,.page-pricing main > section:first-child::after { display:none !important; }
.page-pricing .price-card-hover { box-shadow:0 18px 44px rgba(35,44,77,.10) !important; }
.page-pricing .price-card-hover.bg-primary-container { box-shadow:0 22px 48px rgba(67,56,202,.22) !important; }

.page-contact main > section:first-child {
  min-height:460px;
  background:radial-gradient(circle at 80% 15%,rgba(34,211,238,.12),transparent 30%),linear-gradient(145deg,#fbfcff,#f1f5fb) !important;
}
.page-contact main > section:first-child::before,.page-contact main > section:first-child::after { display:none !important; }
.page-contact input,.page-contact textarea,.page-demo input,.page-demo textarea,.page-demo select {
  box-shadow: inset 3px 3px 8px rgba(77,87,122,.06), inset -3px -3px 8px rgba(255,255,255,.8) !important;
}

.page-demo .hero {
  min-height:100dvh; display:flex; align-items:center;
  background:radial-gradient(circle at 15% 20%,rgba(79,70,229,.16),transparent 30%),radial-gradient(circle at 90% 20%,rgba(236,72,153,.09),transparent 28%),linear-gradient(145deg,#f6f8ff,#eef2fa) !important;
}
.page-demo .hero::before,.page-demo .hero::after { display:none !important; }

/* Footer */
.site-footer { padding:0; border-top:1px solid rgba(255,255,255,.07); }
.footer-grid { display:grid; grid-template-columns:1.18fr .72fr .72fr 1.2fr; gap:48px 58px; padding-top:76px; padding-bottom:34px; }
.footer-brand {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:22px;
  margin:0;
}
.footer-brand p { max-width:370px; margin:0; line-height:1.72; }
.footer-logo {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  opacity:1;
  filter:none;
}
.footer-logo img { height:36px; width:auto; }
.footer-column,.footer-newsletter { display:flex; flex-direction:column; gap:11px; }
.footer-column h4,.footer-newsletter h4 { margin:0 0 8px; font-size:15px; letter-spacing:-.01em; }
.footer-column a { color:#c7d0df; font-size:15px; }
.footer-column a:hover { color:#fff; }
.footer-newsletter p { margin:0 0 10px; line-height:1.6; }
.footer-form { display:flex; gap:8px; align-items:center; }
.footer-form input { height:46px; flex:1; min-width:0; border-radius:10px !important; background:rgba(255,255,255,.08) !important; border:1px solid rgba(255,255,255,.12) !important; color:#fff !important; box-shadow:none !important; padding:0 14px; }
.footer-form input::placeholder { color:#8f9bb0; }
.footer-form button { height:46px; border:0; border-radius:10px; padding:0 17px; color:#fff; font-weight:700; background:linear-gradient(135deg,#4f46e5,#6d4cf5); box-shadow:0 8px 18px rgba(79,70,229,.18); }
.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:18px; padding-top:28px; border-top:1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin:0; font-size:13px; }
.footer-social { display:flex; gap:8px; }
.footer-social a { width:40px; height:40px; display:grid; place-items:center; border-radius:10px; color:#dbe3ef; background:rgba(255,255,255,.055); }

/* Responsive */
@media (max-width: 1100px) {
  .site-nav-inner { grid-template-columns:auto 1fr auto; column-gap:20px; }
  .site-nav-links { gap:22px; }
  .site-nav-links a { font-size:13.5px !important; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 920px) {
  :root { --site-pad:24px; }
  .site-nav-links,.site-nav-actions { display:none !important; }
  .nav-toggle { display:flex !important; grid-column:3; }
  .site-nav-inner { grid-template-columns:auto 1fr auto; }
  .marketing-hero { min-height:auto; padding-top:130px !important; padding-bottom:80px !important; }
  .marketing-hero > .grid { grid-template-columns:1fr !important; gap:54px !important; }
  .hero-visual-stage { justify-self:stretch !important; width:100% !important; max-width:760px; margin-inline:auto !important; }
  .marketing-hero h1 { max-width:760px; }
}
@media (max-width: 767px) {
  :root { --site-pad:18px; }
  .site-container { width:calc(100% - 36px); }
  .site-nav,.site-nav-inner { height:64px; }
  .site-logo img { height:27px; }
  .marketing-hero,.page-balanced > .hero,.page-pricing main > section:first-child,.page-about main > section:first-child,.page-contact main > section:first-child { padding-left:18px !important; padding-right:18px !important; padding-top:112px !important; }
  .marketing-hero { padding-bottom:64px !important; }
  .marketing-hero h1,h1,.text-display-lg,.page-balanced h1 { font-size:clamp(38px,11.2vw,48px) !important; line-height:1.02 !important; }
  h2,.text-headline-xl,.page-balanced h2 { font-size:clamp(30px,8.5vw,38px) !important; }
  .marketing-hero p { font-size:17px !important; }
  .hero-visual-stage { padding-bottom:44px !important; }
  .hero-progress-card { width:min(230px,68%) !important; left:50% !important; }
  .py-section-gap,.section { padding-top:64px !important; padding-bottom:64px !important; }
  .pt-section-gap { padding-top:64px !important; }
  .pb-section-gap { padding-bottom:64px !important; }
  .px-margin-desktop,.px-margin-mobile { padding-left:18px !important; padding-right:18px !important; }
  .page-balanced .container { width:calc(100% - 36px); }
  .footer-grid { grid-template-columns:1fr; gap:34px; padding-top:58px; padding-bottom:28px; }
  .footer-form { flex-direction:column; align-items:stretch; }
  .footer-form button,.footer-form input { width:100%; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 430px) {
  .site-nav-inner { column-gap:10px; }
  .mobile-nav-panel { width:92vw; }
  .marketing-hero h1,h1,.text-display-lg,.page-balanced h1 { font-size:clamp(36px,10.5vw,44px) !important; }
}

/* ========================================
   NARRATIVE SECTION UTILITIES
   ======================================== */

/* Section: Problem Statement */
.narrative-section {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.narrative-section__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1rem;
}

.narrative-section__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.narrative-section__subheading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.narrative-section__body {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 52rem;
}

.narrative-section__body-lg {
  font-size: 1.15rem;
  line-height: 1.68;
  color: var(--ink-soft);
}

/* Split-screen layouts: asymmetric */
.layout-split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.layout-split--left-heavy {
  grid-template-columns: 1.1fr 0.9fr;
}

.layout-split--right-heavy {
  grid-template-columns: 0.9fr 1.1fr;
}

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

.layout-split--wide-left {
  grid-template-columns: 1.3fr 0.7fr;
}

.layout-split--wide-right {
  grid-template-columns: 0.7fr 1.3fr;
}

.layout-split__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
}

.layout-split__visual {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product showcase containers */
.product-frame {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 32px 72px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  padding: 8px;
  overflow: hidden;
}

.product-frame img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  filter: saturate(0.98) contrast(1);
}

.product-frame--large {
  aspect-ratio: 16 / 10;
}

.product-frame--square {
  aspect-ratio: 1 / 1;
}

.product-frame--tall {
  aspect-ratio: 3 / 4;
}

@media (hover: hover) and (pointer: fine) {
  .product-frame {
    transition: box-shadow 300ms ease, transform 300ms ease;
  }
  
  .product-frame:hover {
    box-shadow: 0 40px 90px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: translateY(-6px);
  }
  
  .product-frame:hover img {
    filter: saturate(1.02) contrast(1.02);
  }
}

.floating-ui-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.15);
  z-index: 10;
}

/* Section background treatments */
.section-bg--white {
  background: #ffffff;
}

.section-bg--light {
  background: #f8faff;
}

.section-bg--muted {
  background: #f2f5fc;
}

.section-bg--aurora {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.04), rgba(139, 92, 246, 0.08) 50%, rgba(6, 182, 212, 0.04));
}

.section-bg--dark {
  background: #10172b;
  color: #ffffff;
}

.section-bg--navy {
  background: #1e2a4d;
  color: #e2e8f0;
}

.section-bg--gradient-primary {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #ffffff;
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
   ======================================== */

/* Fade in + slide up */
.reveal-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 550ms cubic-bezier(0.22, 1, 0.36, 1), transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-fade-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in only */
.reveal-fade {
  opacity: 0;
  transition: opacity 480ms ease-in-out;
}

.reveal-fade.revealed {
  opacity: 1;
}

/* Scale + fade */
.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 550ms ease-out, transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Staggered reveals (for multiple children) */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1), transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-stagger.revealed > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.revealed > *:nth-child(1) { transition-delay: 80ms; }
.reveal-stagger.revealed > *:nth-child(2) { transition-delay: 160ms; }
.reveal-stagger.revealed > *:nth-child(3) { transition-delay: 240ms; }
.reveal-stagger.revealed > *:nth-child(4) { transition-delay: 320ms; }
.reveal-stagger.revealed > *:nth-child(5) { transition-delay: 400ms; }
.reveal-stagger.revealed > *:nth-child(6) { transition-delay: 480ms; }

/* Slide from left */
.reveal-slide-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 550ms ease-out, transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-slide-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.reveal-slide-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 550ms ease-out, transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-slide-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .reveal-fade-up,
  .reveal-fade,
  .reveal-scale,
  .reveal-stagger > *,
  .reveal-slide-left,
  .reveal-slide-right {
    opacity: 1;
    transform: none !important;
    transition: none !important;
  }
}

/* ========================================
   EDITORIAL TYPOGRAPHY
   ======================================== */

.type-hero {
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.type-display {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.type-section-heading {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.type-subsection {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.25;
}

.type-caption {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Text utilities */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.max-w-prose { max-width: 56rem; }
.max-w-narrow { max-width: 40rem; }
.max-w-compact { max-width: 32rem; }

/* ========================================
   MICRO-INTERACTIONS
   ======================================== */

.interactive-card {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .interactive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
  }
  
  .interactive-card:active {
    transform: translateY(-2px);
  }
}

/* CTA button enhancement */
.btn-primary--enhanced {
  position: relative;
  overflow: hidden;
}

.btn-primary--enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: translateX(-100%);
  transition: transform 600ms ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary--enhanced:hover::before {
    transform: translateX(100%);
  }
}

/* ========================================
   RESPONSIVE BEHAVIOR
   ======================================== */

@media (max-width: 1200px) {
  .layout-split--left-heavy,
  .layout-split--right-heavy,
  .layout-split--wide-left,
  .layout-split--wide-right {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .layout-split,
  .layout-split--left-heavy,
  .layout-split--right-heavy,
  .layout-split--balanced,
  .layout-split--wide-left,
  .layout-split--wide-right {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .layout-split__visual {
    order: -1;
  }
  
  .narrative-section__heading {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
  
  .narrative-section__body {
    font-size: 1rem;
  }
}

/* Homepage hero CTAs use anchors so the whole control is the link target. */
.hero-actions > .hero-cta {
  min-height: 52px;
  padding: 0.82rem 1.4rem !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.54) !important;
  box-shadow: 8px 8px 20px rgba(74, 83, 132, 0.16), -6px -6px 18px rgba(255, 255, 255, 0.82);
}

.hero-actions > .hero-cta--primary {
  background: linear-gradient(135deg, #4f46e5, #6d28d9) !important;
  color: #fff !important;
}

.hero-actions > .hero-cta--secondary {
  background: rgba(246, 248, 255, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  color: var(--primary) !important;
}

.hero-actions > .hero-cta .material-symbols-outlined {
  font-size: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .hero-actions > .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--cs-raised-hover, 22px 22px 48px rgba(75, 86, 135, 0.18), -16px -16px 40px rgba(255, 255, 255, 0.96));
  }
}

@media (max-width: 480px) {
  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > .hero-cta {
    min-height: 48px !important;
    padding: 9px 9px !important;
    font-size: 10.2px !important;
    line-height: 1 !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > .hero-cta--secondary {
    min-width: 86px !important;
  }

  main > section:first-of-type .hero-actions.flex.flex-wrap.gap-4 > .hero-cta .material-symbols-outlined {
    font-size: 16px !important;
  }
}

/* Product reveal workflow: compact, centered process rows. */
.workflow-stack {
  width: min(100%, 900px);
}

.workflow-step {
  min-height: 86px;
  padding: 18px 24px !important;
  border-radius: 18px !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 36px rgba(37, 49, 87, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.workflow-step > div:first-child {
  width: 44px !important;
  height: 44px !important;
}

.workflow-step > div:nth-child(2) {
  min-width: 0;
}

.workflow-step > div:nth-child(2) p:first-child {
  margin-bottom: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .workflow-step:hover {
    transform: translateY(-2px);
    border-color: rgba(79, 70, 229, 0.22) !important;
    box-shadow: 0 18px 42px rgba(37, 49, 87, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
}

@media (max-width: 640px) {
  .workflow-stack {
    width: 100%;
  }

  .workflow-step {
    min-height: 78px;
    padding: 16px !important;
    align-items: flex-start !important;
  }

  .workflow-step > div:first-child {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Homepage hero: full-bleed background with a centered wide-screen composition. */
@media (min-width: 1200px) {
  .page-home .marketing-hero,
  .page-product .marketing-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-home .marketing-hero > .grid,
  .page-product .marketing-hero > .grid {
    width: min(calc(100vw - 96px), 2200px) !important;
    max-width: none !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(420px, 0.62fr) minmax(760px, 1.38fr) !important;
    gap: clamp(48px, 4vw, 92px) !important;
  }

  .page-home .marketing-hero .hero-copy,
  .page-product .marketing-hero .hero-copy {
    max-width: 560px;
  }

  .page-home .marketing-hero .hero-visual-stage,
  .page-product .marketing-hero .hero-visual-stage {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .page-home .marketing-hero .hero-product-frame,
  .page-product .marketing-hero .hero-product-frame {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (min-width: 1600px) {
  .page-home .marketing-hero,
  .page-product .marketing-hero {
    padding-left: 0 !important;
  }

  .page-home .marketing-hero > .grid,
  .page-product .marketing-hero > .grid {
    width: min(calc(100vw - 128px), 2360px) !important;
    grid-template-columns: minmax(470px, 0.58fr) minmax(980px, 1.42fr) !important;
    gap: clamp(64px, 4.8vw, 112px) !important;
  }

  .page-home .marketing-hero h1,
  .page-product .marketing-hero h1 {
    max-width: 650px;
  }
}

/* Product page redesign */
.product-page {
  background: #f7f9fd;
}

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

.product-page-hero {
  padding: 148px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(79, 70, 229, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 20%, rgba(8, 145, 178, 0.14), transparent 34rem),
    linear-gradient(145deg, #f8fbff 0%, #edf3ff 47%, #f7f4ff 100%);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 5vw, 84px);
}

.product-hero-copy {
  max-width: 570px;
}

.product-kicker,
.product-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f46e5;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-kicker {
  padding: 8px 12px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 26px rgba(54, 65, 105, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-kicker .material-symbols-outlined {
  font-size: 18px;
}

.product-page-hero h1,
.product-section-head h2,
.product-cta-panel h2 {
  margin: 0;
  color: #10172a;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.product-page-hero h1 {
  max-width: 620px;
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: 0.98;
  font-weight: 800;
}

.product-page-hero p,
.product-section-head p,
.product-screen-copy p,
.product-module-card p,
.product-role-card p,
.product-governance-list p,
.product-cta-panel p {
  color: #5b667d;
}

.product-page-hero p {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.62;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-btn--primary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(135deg, #4f46e5, #6d28d9);
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.24);
}

.product-btn--secondary {
  color: #334155 !important;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(41, 51, 85, 0.08);
}

.product-btn .material-symbols-outlined {
  font-size: 19px;
}

.product-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.product-proof-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #4a5872;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 12px;
  font-weight: 700;
}

.product-hero-visual {
  position: relative;
  min-width: 0;
}

.product-mockup-stage {
  isolation: isolate;
  padding: 28px 0 42px;
}

.product-mockup-stage::before {
  content: "";
  position: absolute;
  inset: 9% 1% 8%;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.16), rgba(8, 145, 178, 0.12));
  filter: blur(36px);
  opacity: 0.82;
}

.browser-window-shot {
  position: relative;
  width: 100%;
}

.browser-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(180, 190, 208, 0.52);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 252, 0.92));
  box-shadow:
    0 28px 70px rgba(31, 41, 72, 0.15),
    0 10px 30px rgba(79, 70, 229, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.browser-window-chrome {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 242, 248, 0.9));
}

.browser-window-controls {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.browser-window-controls span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.browser-window-controls span:nth-child(1) {
  background: #ff5f57;
}

.browser-window-controls span:nth-child(2) {
  background: #ffbd2e;
}

.browser-window-controls span:nth-child(3) {
  background: #28c840;
}

.browser-window-address {
  width: min(100%, 360px);
  min-height: 22px;
  padding: 4px 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  color: #7a8498;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-window-screen {
  aspect-ratio: 1.91 / 1;
  overflow: hidden;
  border-top: 0;
  background: #e8eef7;
}

.browser-window-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.browser-window-shot--hero {
  transform: rotate(-1deg);
  transform-origin: center;
}

.browser-window-shot--feature .browser-window {
  border-radius: 26px;
}

.browser-window-shot--feature .browser-window-chrome {
  min-height: 46px;
}

.product-browser-frame,
.product-desktop-shot {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(231, 236, 247, 0.86));
  box-shadow: 24px 28px 70px rgba(44, 55, 94, 0.16), -14px -14px 42px rgba(255, 255, 255, 0.78);
}

.product-browser-frame {
  border-radius: 28px;
  padding: 8px;
}

.product-browser-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 28px;
  padding-inline: 10px;
}

.product-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.product-browser-frame img,
.product-desktop-shot img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.product-status-panel {
  position: absolute;
  left: 9%;
  bottom: -34px;
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(320px, 58%);
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(44, 55, 94, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.product-status-panel--mockup {
  left: auto;
  right: 8%;
  bottom: 2px;
  width: min(330px, 50%);
}

.product-status-panel > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #4f46e5;
  background: #eef2ff;
}

.product-status-panel strong {
  display: block;
  color: #10172a;
  font-size: 15px;
}

.product-status-panel p {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.product-subnav {
  position: sticky;
  top: 70px;
  z-index: 40;
  border-block: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(248, 250, 252, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-subnav .product-shell {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  padding-block: 10px;
}

.product-subnav a {
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 10px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.product-subnav a:hover,
.product-subnav a:focus-visible {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.07);
}

.product-section {
  padding: 104px 0;
  background: #fbfcff;
}

.product-tour-section,
.product-integrations-section {
  background: #f1f5fb;
}

.product-section-head {
  max-width: 620px;
}

.product-section-head--center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.product-section-head h2,
.product-cta-panel h2 {
  margin-top: 14px;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.06;
  font-weight: 800;
}

.product-section-head p,
.product-screen-copy p,
.product-cta-panel p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.product-module-grid,
.product-role-grid,
.product-integration-grid {
  display: grid;
  gap: 18px;
  margin-top: 46px;
}

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

.product-module-card,
.product-role-card,
.product-governance-list article,
.product-integration-grid div {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 251, 0.88));
  box-shadow: 0 14px 34px rgba(30, 41, 59, 0.07);
}

.product-module-card,
.product-role-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 22px;
}

.product-module-card > span,
.product-role-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #4f46e5;
  background: #eef2ff;
  box-shadow: inset 4px 4px 10px rgba(94, 103, 151, 0.11), inset -4px -4px 10px rgba(255, 255, 255, 0.82);
}

.product-module-card h3,
.product-role-card h3,
.product-governance-list h3,
.product-workflow h3 {
  margin: 20px 0 8px;
  color: #10172a;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-module-card p,
.product-role-card p,
.product-governance-list p,
.product-workflow p {
  margin: 0;
  line-height: 1.58;
}

.product-tour-grid,
.product-screen-grid,
.product-governance-grid {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.product-tour-grid,
.product-governance-grid {
  grid-template-columns: 0.82fr 1.18fr;
}

.product-workflow {
  display: grid;
  gap: 14px;
}

.product-workflow article {
  position: relative;
  padding: 22px 24px 22px 82px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 12px 30px rgba(30, 41, 59, 0.06);
}

.product-workflow article > span {
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 13px;
  font-weight: 800;
}

.product-workflow h3 {
  margin-top: 0;
}

.product-screen-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.product-check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #25324a;
  font-weight: 700;
}

.product-check-list .material-symbols-outlined {
  color: #0891b2;
  font-size: 21px;
}

.product-screen-pair {
  position: relative;
  min-height: 430px;
}

.product-mockup-showcase {
  display: grid;
  gap: 28px;
  margin-top: 54px;
}

.product-feature-mockup {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(24px, 4.2vw, 46px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 251, 0.9));
  box-shadow:
    0 24px 70px rgba(30, 41, 59, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.product-mockup-copy h3 {
  margin: 14px 0 0;
  max-width: 430px;
  color: #10172a;
  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.product-mockup-copy p {
  max-width: 440px;
  margin: 16px 0 0;
  color: #5b667d;
  font-size: 16px;
  line-height: 1.62;
}

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

.product-mini-mockup {
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(30, 41, 59, 0.07);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.product-mini-mockup .browser-window {
  border-radius: 16px;
  box-shadow:
    0 18px 42px rgba(31, 41, 72, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.product-mini-mockup .browser-window-chrome {
  min-height: 34px;
  gap: 10px;
  padding: 8px 10px;
}

.product-mini-mockup .browser-window-controls {
  gap: 5px;
}

.product-mini-mockup .browser-window-controls span {
  width: 8px;
  height: 8px;
}

.product-mini-mockup .browser-window-address {
  min-height: 18px;
  padding: 3px 9px;
  font-size: 9px;
}

.mockup-caption {
  display: grid;
  gap: 3px;
  padding: 18px 4px 2px;
}

.mockup-caption span {
  color: #4f46e5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mockup-caption strong {
  color: #10172a;
  font-size: 16px;
  line-height: 1.25;
}

.product-desktop-shot {
  border-radius: 28px;
  padding: 8px;
}

.product-phone-preview {
  position: absolute;
  right: 4%;
  bottom: -26px;
  width: min(230px, 38%);
  padding: 18px;
  border: 8px solid #10172a;
  border-radius: 32px;
  background: #f8fbff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
}

.product-phone-top {
  width: 58px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #cbd5e1;
}

.product-phone-title {
  margin: 0 0 14px !important;
  color: #10172a !important;
  font-size: 15px !important;
  font-weight: 800;
}

.product-phone-row {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.product-phone-row > span {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  background: #4f46e5;
}

.product-phone-row strong {
  display: block;
  color: #10172a;
  font-size: 12px;
}

.product-phone-row p {
  margin: 2px 0 0 !important;
  color: #64748b !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.product-phone-progress {
  height: 7px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.product-phone-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f46e5, #0891b2);
}

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

.product-role-card--featured {
  background: linear-gradient(145deg, #4f46e5, #6d28d9);
  color: #fff;
  box-shadow: 0 22px 52px rgba(79, 70, 229, 0.22);
}

.product-role-card--featured h3,
.product-role-card--featured p {
  color: #fff;
}

.product-role-card--featured > span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.product-governance-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 1px solid rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 14% 18%, rgba(79, 70, 229, 0.10), transparent 30rem),
    radial-gradient(circle at 88% 24%, rgba(6, 182, 212, 0.10), transparent 34rem),
    linear-gradient(145deg, #fbfcff 0%, #eef4ff 52%, #f8fbff 100%);
}

.product-governance-section::before {
  content: "";
  position: absolute;
  inset: 96px 0 auto;
  z-index: -1;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(92deg, rgba(224, 231, 255, 0.46), rgba(219, 234, 254, 0.32) 52%, rgba(207, 250, 254, 0.26));
  clip-path: polygon(0 18%, 100% 0, 100% 68%, 0 92%);
}

.product-governance-section .product-label,
.product-governance-section h2 {
  color: #10172a;
}

.product-governance-section .product-section-head p {
  color: #5b667d;
}

.product-governance-list {
  display: grid;
  gap: 14px;
}

.product-governance-list article {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-color: rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(30, 41, 59, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.product-governance-list article > span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  height: 46px;
  border-radius: 14px;
  color: #0891b2;
  background: linear-gradient(145deg, #e0f2fe, #eef2ff);
}

.product-governance-list h3 {
  margin-top: 0;
  color: #10172a;
}

.product-governance-list p {
  color: #5b667d;
}

.product-integration-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-integration-grid div {
  display: grid;
  min-height: 126px;
  place-items: center;
  padding: 20px;
  border-radius: 18px;
  text-align: center;
}

.product-integration-grid span {
  color: #4f46e5;
  font-size: 32px;
}

.product-integration-grid p {
  margin: 8px 0 0;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.product-final-cta {
  padding: 104px 0;
  background: #fbfcff;
}

.product-cta-panel {
  padding: clamp(36px, 6vw, 72px);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 20% 8%, rgba(103, 232, 249, 0.22), transparent 26rem),
    linear-gradient(135deg, #312e81, #4f46e5 58%, #0891b2);
  box-shadow: 0 24px 70px rgba(49, 46, 129, 0.22);
}

.product-cta-panel .product-label,
.product-cta-panel h2,
.product-cta-panel p {
  color: #fff;
}

.product-cta-panel .product-hero-actions {
  justify-content: center;
}

.product-cta-panel .product-btn--secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
}

@media (hover: hover) and (pointer: fine) {
  .product-btn:hover,
  .product-module-card:hover,
  .product-role-card:hover,
  .product-integration-grid div:hover,
  .product-mini-mockup:hover {
    transform: translateY(-3px);
  }

  .product-btn:hover,
  .product-module-card:hover,
  .product-role-card:hover,
  .product-integration-grid div:hover,
  .product-mini-mockup:hover {
    box-shadow: 0 18px 44px rgba(30, 41, 59, 0.11);
  }
}

@media (max-width: 1100px) {
  .product-hero-grid,
  .product-tour-grid,
  .product-screen-grid,
  .product-governance-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-copy,
  .product-section-head,
  .product-screen-copy {
    max-width: 760px;
  }

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

  .product-mockup-copy {
    max-width: 660px;
  }

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

@media (max-width: 780px) {
  .product-shell {
    width: calc(100% - 36px);
  }

  .product-page-hero {
    padding: 118px 0 64px;
  }

  .product-page-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.02;
  }

  .product-section,
  .product-final-cta {
    padding: 72px 0;
  }

  .product-module-grid,
  .product-role-grid,
  .product-integration-grid,
  .product-mockup-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-mockup,
  .product-mini-mockup {
    border-radius: 20px;
  }

  .product-mockup-stage {
    padding: 8px 0 24px;
  }

  .product-status-panel--mockup {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .browser-window-shot--hero {
    transform: none;
  }

  .product-screen-pair {
    min-height: 0;
    padding-bottom: 120px;
  }

  .product-phone-preview {
    left: 50%;
    right: auto;
    bottom: -6px;
    width: min(220px, 74%);
    transform: translateX(-50%);
  }

  .product-subnav {
    top: 64px;
  }
}

@media (max-width: 480px) {
  .product-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-btn {
    width: 100%;
  }

  .product-status-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .browser-window {
    border-radius: 16px;
  }

  .browser-window-chrome {
    min-height: 36px;
    gap: 9px;
    padding: 8px 10px;
  }

  .browser-window-controls span {
    width: 8px;
    height: 8px;
  }

  .browser-window-address {
    min-height: 18px;
    padding: 3px 9px;
    font-size: 9px;
  }

  .product-feature-mockup {
    padding: 18px;
  }
}

/* Pricing page */
.page-pricing .pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 142px 0 84px;
  background:
    radial-gradient(circle at 16% 16%, rgba(124, 58, 237, 0.13), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(14, 165, 233, 0.13), transparent 30rem),
    linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.page-pricing .pricing-hero__pill,
.page-pricing .pricing-section-pill,
.page-pricing .student-pricing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid rgba(79, 70, 229, 0.14);
  border-radius: 999px;
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.08);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-pricing .pricing-hero__pill {
  margin: 0 auto 26px;
  padding: 14px 22px;
}

.page-pricing .pricing-model-section {
  padding: 86px 0 94px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-pricing .pricing-model-shell {
  display: grid;
  gap: 24px;
}

.page-pricing .student-pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 12%, rgba(79, 70, 229, 0.08), transparent 18rem),
    #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.page-pricing .student-pricing-card__intro h2 {
  max-width: 680px;
  margin: 22px 0 18px;
  color: #11142f;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.page-pricing .student-pricing-card__intro p {
  max-width: 680px;
  margin: 0;
  color: #5f6a83;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.72;
}

.page-pricing .student-pricing-pill,
.page-pricing .pricing-section-pill {
  padding: 11px 16px;
}

.page-pricing .student-pricing-card__price {
  padding: 30px;
  border: 1px solid rgba(79, 70, 229, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-pricing .student-pricing-amount {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.page-pricing .student-pricing-amount > span {
  color: #11142f;
  font-family: "Manrope", sans-serif;
  font-size: clamp(62px, 7vw, 96px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.page-pricing .student-pricing-amount strong {
  display: block;
  color: #11142f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.page-pricing .student-pricing-amount p,
.page-pricing .student-pricing-note {
  margin: 0;
  color: #64748b;
}

.page-pricing .student-pricing-note {
  padding: 22px 0 24px;
  font-size: 15px;
  line-height: 1.6;
}

.page-pricing .student-pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.24);
  font-weight: 900;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

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

.page-pricing .pricing-highlights div {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.page-pricing .pricing-highlights span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #0891b2;
  font-size: 30px;
}

.page-pricing .pricing-highlights strong {
  display: block;
  color: #11142f;
  font-weight: 900;
}

.page-pricing .pricing-highlights p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.page-pricing .pricing-comparison-section {
  padding: 94px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(14, 165, 233, 0.08), transparent 24rem),
    #f6f8fc;
}

.page-pricing .pricing-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.page-pricing .pricing-section-head h2 {
  margin: 20px 0 14px;
  color: #11142f;
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.page-pricing .pricing-section-head p {
  margin: 0 auto;
  color: #64748b;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.page-pricing .pricing-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.page-pricing .pricing-feature-table {
  width: 100%;
  border-collapse: collapse;
}

.page-pricing .pricing-feature-table th {
  padding: 22px 28px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.page-pricing .pricing-feature-table th:last-child,
.page-pricing .pricing-feature-table td:last-child {
  width: 260px;
  text-align: center;
}

.page-pricing .pricing-feature-table td {
  padding: 22px 28px;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  vertical-align: middle;
}

.page-pricing .pricing-feature-table td strong {
  display: block;
  margin-bottom: 6px;
  color: #11142f;
  font-size: 16px;
  font-weight: 900;
}

.page-pricing .pricing-feature-table td span:not(.material-symbols-outlined):not(.pricing-included):not(.pricing-support) {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.page-pricing .pricing-included,
.page-pricing .pricing-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 132px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.page-pricing .pricing-included {
  color: #047857;
  background: #ecfdf5;
}

.page-pricing .pricing-included .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}

.page-pricing .pricing-support {
  color: #4f46e5;
  background: #eef2ff;
}

@media (hover: hover) and (pointer: fine) {
  .page-pricing .student-pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(79, 70, 229, 0.3);
  }
}

@media (max-width: 980px) {
  .page-pricing .student-pricing-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .page-pricing .pricing-hero {
    padding: 120px 0 68px;
  }

  .page-pricing .pricing-model-section,
  .page-pricing .pricing-comparison-section {
    padding: 72px 0;
  }

  .page-pricing .student-pricing-card {
    padding: 24px;
    border-radius: 24px;
  }

  .page-pricing .student-pricing-card__price {
    padding: 22px;
  }

  .page-pricing .pricing-table-wrap {
    overflow-x: auto;
  }

  .page-pricing .pricing-feature-table {
    min-width: 680px;
  }
}

/* Homepage hero refinement */
.page-home .marketing-hero {
  min-height: clamp(680px, 78vh, 820px);
}

.page-home .marketing-hero h1 {
  max-width: 590px !important;
  font-size: clamp(42px, 3.72vw, 62px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.page-home .marketing-hero p {
  max-width: 520px !important;
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 1.64 !important;
}

.page-home .hero-visual-stage {
  width: min(100%, 930px) !important;
  max-width: 930px !important;
  justify-self: center !important;
  padding: 14px 0 60px !important;
}

.page-home .hero-visual-stage::before {
  inset: 9% 2% -4% 8% !important;
  opacity: 0.22 !important;
  filter: blur(36px) saturate(1.05) !important;
}

.page-home .hero-product-frame {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1.92 / 1 !important;
  border-radius: 28px !important;
  transform: perspective(1500px) rotateY(-5deg) rotateX(2deg) rotateZ(-0.7deg) !important;
  transform-origin: center center;
  box-shadow: 0 22px 48px rgba(39, 48, 89, 0.13), 0 8px 22px rgba(79, 70, 229, 0.06) !important;
}

.page-home .hero-product-screenshot {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.page-home .hero-progress-card {
  left: 48% !important;
  bottom: 2px !important;
  box-shadow: 0 14px 32px rgba(39, 48, 89, 0.12), 0 5px 14px rgba(79, 70, 229, 0.06) !important;
}

@media (hover: hover) and (pointer: fine) {
  .page-home .hero-visual-stage:hover .hero-product-frame {
    transform: perspective(1500px) rotateY(-4deg) rotateX(1.6deg) rotateZ(-0.45deg) translateY(-4px) !important;
    box-shadow: 0 26px 56px rgba(39, 48, 89, 0.15), 0 10px 24px rgba(79, 70, 229, 0.07) !important;
  }

  .page-home .hero-visual-stage:hover .hero-product-screenshot {
    transform: none !important;
  }
}

@media (min-width: 1200px) {
  .page-home .marketing-hero > .grid {
    width: min(calc(100vw - 112px), 1580px) !important;
    grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(46px, 4.6vw, 86px) !important;
  }

  .page-home .marketing-hero .hero-copy {
    max-width: 590px !important;
  }

  .page-home .marketing-hero .hero-visual-stage {
    justify-self: center !important;
  }
}

@media (min-width: 1600px) {
  .page-home .marketing-hero > .grid {
    width: min(calc(100vw - 144px), 1680px) !important;
    grid-template-columns: minmax(430px, 0.76fr) minmax(0, 1.24fr) !important;
  }

  .page-home .hero-visual-stage {
    max-width: 980px !important;
  }
}

@media (max-width: 1199px) {
  .page-home .marketing-hero {
    min-height: 0;
  }

  .page-home .marketing-hero > .grid {
    grid-template-columns: 1fr !important;
  }

  .page-home .hero-copy,
  .page-home .hero-copy h1,
  .page-home .hero-copy p {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  .page-home .hero-actions {
    justify-content: center;
  }

  .page-home .hero-visual-stage {
    width: min(100%, 820px) !important;
    max-width: calc(100vw - 48px) !important;
    justify-self: center !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 767px) {
  .page-home .marketing-hero {
    padding-top: 104px !important;
    padding-bottom: 58px !important;
  }

  .page-home .marketing-hero h1 {
    font-size: clamp(34px, 9.6vw, 44px) !important;
    line-height: 1.05 !important;
  }

  .page-home .marketing-hero p {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  .page-home .hero-visual-stage {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
    padding-bottom: 74px !important;
  }

  .page-home .hero-product-frame {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1.58 / 1 !important;
    border-radius: 22px !important;
    transform: none !important;
    box-shadow: 0 16px 34px rgba(39, 48, 89, 0.12) !important;
  }

  .page-home .hero-product-screenshot {
    border-radius: 16px !important;
  }

  .page-home .hero-progress-card {
    left: 50% !important;
    bottom: 8px !important;
    width: min(280px, calc(100% - 28px)) !important;
  }
}

@media (max-width: 430px) {
  .page-home .marketing-hero h1 {
    font-size: clamp(31px, 9.2vw, 38px) !important;
  }
}

/* Homepage supervisor/researcher experience section */
.page-home .home-experience-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(79, 70, 229, 0.12), transparent 26rem),
    radial-gradient(circle at 86% 44%, rgba(6, 182, 212, 0.12), transparent 30rem),
    linear-gradient(180deg, #fbfcff 0%, #eef4ff 48%, #f8fbff 100%);
}

.page-home .home-experience-section::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  z-index: -1;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(92deg, rgba(224, 231, 255, 0.54), rgba(219, 234, 254, 0.34) 54%, rgba(207, 250, 254, 0.28));
  clip-path: polygon(0 14%, 100% 0, 100% 70%, 0 94%);
}

.page-home .home-experience-shell {
  display: grid;
  gap: clamp(76px, 9vw, 118px);
}

.page-home .home-experience-row {
  gap: clamp(24px, 3.8vw, 56px);
  align-items: center;
}

.page-home .home-experience-row--supervisor {
  grid-template-columns: 1.1fr 0.9fr;
}

.page-home .home-experience-row--researcher {
  grid-template-columns: 0.9fr 1.1fr;
}

.page-home .home-experience-section .narrative-section__eyebrow {
  width: fit-content;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #4f46e5;
  background: transparent;
  box-shadow: none;
  font-weight: 900;
}

.page-home .home-experience-section .narrative-section__heading {
  color: #10122f;
}

.page-home .home-experience-section .narrative-section__body-lg {
  color: #5d6983;
}

.page-home .home-experience-list {
  display: flex;
  flex-direction: column;
  gap: 12px !important;
  margin: 0;
}

.page-home .home-experience-list li {
  align-items: flex-start;
  gap: 22px !important;
  padding: 0;
}

.page-home .home-experience-list .material-symbols-outlined {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 2px !important;
  border-radius: 0;
  background: transparent;
  color: #4f46e5 !important;
  font-size: 34px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 520, "GRAD" 0, "opsz" 32;
}

.page-home .home-experience-list p:first-child {
  margin: 0 0 4px;
  color: #10122f;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.18;
}

.page-home .home-experience-list p:last-child {
  color: #64748b;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.45;
}

.page-home .home-experience-frame {
  width: min(100%, 720px);
  aspect-ratio: 1916 / 920 !important;
  margin-inline: auto;
  padding: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: transparent;
  box-shadow: 0 24px 58px rgba(31, 41, 72, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.page-home .home-experience-frame img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
}

.page-home .home-experience-row--supervisor .home-experience-frame {
  transform: perspective(1200px) rotateY(-3deg) rotateX(1.2deg);
}

.page-home .home-experience-row--researcher .home-experience-frame {
  transform: perspective(1200px) rotateY(3deg) rotateX(1.2deg);
}

@media (hover: hover) and (pointer: fine) {
  .page-home .home-experience-frame:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 30px 68px rgba(31, 41, 72, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}

@media (max-width: 900px) {
  .page-home .home-experience-row {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .page-home .home-experience-row .layout-split__content {
    order: 1;
    max-width: 680px;
    justify-self: center;
    text-align: left;
  }

  .page-home .home-experience-row .layout-split__visual {
    order: 2;
  }

  .page-home .home-experience-frame {
    width: min(100%, 680px);
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .page-home .home-experience-section {
    padding: 70px 0;
  }

  .page-home .home-experience-shell {
    gap: 66px;
  }

  .page-home .home-experience-frame {
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(31, 41, 72, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .page-home .home-experience-frame img {
    border-radius: 15px;
  }
}
