@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --bg: #f8f7ff;
  --surface: #ffffff;
  --surface-soft: #f3eeff;
  --surface-sand: #fff6ec;
  --surface-mint: #eef0ff;
  --ink: #111C46;
  --ink-soft: #2A3A82;
  --muted: #56598f;
  --line: #ddd6f3;
  --line-strong: #cdc5ee;
  --primary: #9C62FF;
  --primary-strong: #7B3FE4;
  --accent: #5A7DFF;
  --accent-soft: #f0ebff;
  --ok: #139d7c;
  --danger: #ea5353;
  --shadow-md: 0 14px 30px rgba(60, 30, 90, 0.08);
  --shadow-lg: 0 28px 56px rgba(60, 28, 90, 0.14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color: var(--ink);
  line-height: 1.7;
  background: radial-gradient(circle at 9% 8%, #efe5ff 0, transparent 42%),
    radial-gradient(circle at 94% 0%, #ffe5f4 0, transparent 32%),
    radial-gradient(circle at 82% 88%, #e5e9ff 0, transparent 30%),
    var(--bg);
}

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

/* Inline text links */
p a:not(.btn),
li a:not(.btn) {
  color: var(--primary-strong);
  text-decoration: underline;
  text-decoration-color: rgba(123, 63, 228, 0.3);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

p a:not(.btn):hover,
li a:not(.btn):hover {
  text-decoration-color: var(--primary-strong);
}

/* Focus states for accessibility */
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: 4px;
}

.btn:focus-visible {
  outline-offset: 4px;
}

.page {
  min-height: 100vh;
  position: relative;
}

.home-premium {
  background:
    radial-gradient(circle at 10% 2%, rgba(156, 98, 255, 0.16) 0, transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(255, 87, 200, 0.12) 0, transparent 24%),
    radial-gradient(circle at 82% 86%, rgba(90, 125, 255, 0.12) 0, transparent 28%),
    linear-gradient(180deg, #fbf9ff 0%, #f4f2fb 52%, #f7f7fb 100%);
}

.home-premium header {
  background: rgba(248, 246, 255, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(156, 98, 255, 0.12);
}

.home-premium .nav-wrap {
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-premium .brand img {
  filter: saturate(1.02) contrast(1.03);
}

.home-premium .brand {
  width: 76px;
}

.home-premium .nav-links {
  gap: 16px;
}

.home-premium .nav-link {
  color: #3f4678;
  font-size: 13px;
}

.home-premium .nav-link::after {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 87, 200, 0.92), rgba(156, 98, 255, 0.88), rgba(90, 125, 255, 0.9));
}

.home-premium .nav-cta {
  background: linear-gradient(135deg, #ff57c8 0%, #9c62ff 52%, #5a7dff 100%);
  border-radius: 11px;
  padding: 9px 14px;
  font-size: 12.5px;
  box-shadow: 0 10px 24px rgba(156, 98, 255, 0.24);
}

.home-premium .nav-cta:hover {
  box-shadow: 0 14px 30px rgba(156, 98, 255, 0.3);
}

.home-premium .band-sky {
  background: linear-gradient(180deg, rgba(245, 240, 255, 0.88) 0%, rgba(239, 235, 255, 0.42) 100%);
}

.home-premium .band-sand {
  background: linear-gradient(180deg, rgba(255, 244, 251, 0.84) 0%, rgba(247, 241, 255, 0.72) 100%);
}

.home-premium .band-mint {
  background: linear-gradient(180deg, rgba(241, 243, 255, 0.94) 0%, rgba(235, 239, 255, 0.8) 100%);
}

.home-premium .hero {
  padding-top: 60px;
  padding-bottom: 80px;
}

.home-premium .hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.home-premium .hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.home-premium .hero-copy p:not(.kicker) {
  max-width: 59ch;
  color: #4e5372;
  font-size: clamp(17px, 1.45vw, 18px);
  line-height: 1.82;
}

.home-premium .kicker {
  color: var(--primary-strong);
}

.home-premium .kicker::before {
  background: linear-gradient(90deg, #ff57c8, #5a7dff);
}

.home-premium .kicker::after {
  background: #9c62ff;
  box-shadow: 0 0 0 4px rgba(156, 98, 255, 0.18);
}

.home-premium .btn-primary {
  background: linear-gradient(135deg, #ff57c8 0%, #9c62ff 52%, #5a7dff 100%);
  box-shadow: 0 10px 28px rgba(156, 98, 255, 0.24);
}

.home-premium .btn-primary::after {
  content: none;
}

.home-premium .btn-ghost {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(156, 98, 255, 0.2);
  color: #2d355e;
}

.home-premium .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(156, 98, 255, 0.3);
  box-shadow: 0 10px 24px rgba(90, 125, 255, 0.08);
}

.home-premium .hero-media,
.home-premium .card,
.home-premium .schema,
.home-premium .cta-panel,
.home-premium .journey-step {
  border-color: rgba(156, 98, 255, 0.14);
  box-shadow: 0 18px 36px rgba(72, 47, 126, 0.08);
}

.home-premium .hero-media {
  min-height: 0;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-premium .hero-media::after {
  content: none;
}

.home-premium .hero-photo-card {
  position: relative;
  min-height: 540px;
  border-radius: calc(var(--radius-xl) - 6px);
  overflow: hidden;
  border: 1px solid rgba(156, 98, 255, 0.12);
  box-shadow: 0 18px 36px rgba(72, 47, 126, 0.08);
  background: #efeafd;
}

.home-premium .hero-photo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(22, 24, 58, 0.02) 0%, rgba(23, 26, 61, 0.16) 44%, rgba(18, 21, 52, 0.62) 100%),
    radial-gradient(circle at 18% 16%, rgba(255, 87, 200, 0.18) 0, transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(90, 125, 255, 0.18) 0, transparent 28%);
}

.home-premium .hero-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02) brightness(1.02);
}

.home-premium .hero-photo-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff6fd;
  background: rgba(33, 36, 78, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.home-premium .hero-photo-panel {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px 22px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(24, 28, 68, 0.56) 0%, rgba(20, 24, 58, 0.72) 100%);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(17, 20, 50, 0.2);
}

.home-premium .hero-photo-label {
  display: inline-flex;
  padding: 0 11px;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f6eaff;
  background: rgba(255, 87, 200, 0.16);
}

.home-premium .hero-photo-panel strong {
  display: block;
  margin-top: 14px;
  max-width: 17ch;
  color: #ffffff;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.home-premium .hero-photo-panel p {
  margin: 12px 0 0;
  max-width: 42ch;
  color: rgba(239, 241, 255, 0.9);
  font-size: 14px;
  line-height: 1.65;
}


.home-premium .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 248, 253, 0.98) 100%);
}

.home-premium .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(72, 47, 126, 0.08);
}

.home-premium .card-soft {
  background: linear-gradient(180deg, #f6f1ff 0%, #f1ecff 100%);
}

.home-premium .card-sand {
  background: linear-gradient(180deg, #fff2fb 0%, #f8eefb 100%);
}

.home-premium .card-mint {
  background: linear-gradient(180deg, #eef2ff 0%, #e9efff 100%);
}

.home-premium .story-card {
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
}

.home-premium .story-card .story-badge--pain {
  background: #f8eff9;
  color: #8a4679;
}

.home-premium .story-card .story-badge--solution {
  background: #edf0ff;
  color: #36539c;
}

.home-premium .story-divider {
  background: linear-gradient(90deg, rgba(255, 87, 200, 0.58), rgba(156, 98, 255, 0.22), rgba(90, 125, 255, 0.5));
}

.home-premium .journey-step {
  border-width: 1px;
  border-radius: 22px;
  padding: 34px 30px 30px;
}

.home-premium .journey-step--active {
  border-color: rgba(156, 98, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(156, 98, 255, 0.05), 0 20px 40px rgba(72, 47, 126, 0.08);
}

.home-premium .journey-num {
  background: linear-gradient(135deg, #9c62ff, #5a7dff);
}

.home-premium .journey-label {
  color: #7b3fe4;
}

.home-premium .journey-tag {
  background: linear-gradient(135deg, #9c62ff, #5a7dff);
}

.home-premium .journey-arrow::before {
  background: linear-gradient(90deg, rgba(255, 87, 200, 0.48), rgba(90, 125, 255, 0.78));
}

.home-premium .journey-arrow::after {
  border-top-color: #5a7dff;
  border-right-color: #5a7dff;
}

.home-premium .cta-panel {
  border-color: rgba(156, 98, 255, 0.14);
  background: linear-gradient(145deg, rgba(247, 244, 255, 0.96) 0%, rgba(241, 237, 255, 0.94) 58%, rgba(247, 243, 255, 0.96) 100%);
  box-shadow: 0 24px 52px rgba(72, 47, 126, 0.08);
}

.home-premium .cta-panel::before {
  background: radial-gradient(circle, rgba(156, 98, 255, 0.12) 0%, transparent 70%);
}

@media (max-width: 1180px) {
  .home-premium .hero-copy h1 {
    max-width: 11.5ch;
  }
}

@media (max-width: 980px) {
  .home-premium .brand {
    width: 68px;
  }

  .home-premium .nav-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .home-premium .hero {
    padding-top: 62px;
    padding-bottom: 76px;
  }

  .home-premium .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-premium .hero-photo-card {
    min-height: 500px;
  }

  .home-premium .hero-photo-card img {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .home-premium .brand {
    width: 64px;
  }

  .home-premium .hero-copy h1 {
    max-width: none;
    font-size: clamp(34px, 11vw, 46px);
  }

  .home-premium .hero-photo-card {
    min-height: 420px;
  }

  .home-premium .hero-photo-card img {
    min-height: 420px;
  }

  .home-premium .hero-photo-badge {
    top: 16px;
    left: 16px;
  }

  .home-premium .hero-photo-panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .home-premium .hero-photo-panel strong {
    font-size: 24px;
  }

  .home-premium .hero-photo-panel p {
    font-size: 13px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(248, 246, 255, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(156, 98, 255, 0.12);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

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

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

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

.nav-dropdown {
  position: relative;
}

.nav-dropdown[open] {
  z-index: 90;
}

.nav-dropdown summary {
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}

.nav-dropdown-toggle::after {
  content: '▾';
  font-size: 11px;
  line-height: 1;
  color: var(--ink-soft);
  transition: transform 0.2s ease;
}

.nav-dropdown[open] .nav-dropdown-toggle::after {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 16px 34px rgba(27, 23, 83, 0.16);
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transform-origin: top left;
  pointer-events: none;
}

.nav-dropdown-logos {
  min-width: 272px;
  max-width: 280px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nav-dropdown:not([open]) .nav-dropdown-menu {
  display: none;
}

.nav-dropdown[open] .nav-dropdown-menu {
  display: grid;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: submenuIn 0.18s ease-out;
}

@keyframes submenuIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.submenu-link {
  display: block;
  border-radius: 10px;
  padding: 9px 11px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.submenu-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(198, 207, 238, 0.7);
  border-radius: 10px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.submenu-logo-link:hover {
  border-color: rgba(156, 98, 255, 0.35);
  background: rgba(243, 238, 255, 0.6);
  transform: translateY(-1px);
}

.submenu-logo-link img {
  display: block;
  width: 74px;
  max-width: 100%;
  height: auto;
}

.submenu-link:hover {
  background: var(--surface-soft);
  color: var(--primary-strong);
}

.nav-link {
  color: #3f4678;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(255, 87, 200, 0.92), rgba(156, 98, 255, 0.88), rgba(90, 125, 255, 0.9));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
  color: var(--primary-strong);
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 800;
  color: #f7fbff;
  background: linear-gradient(135deg, #FF57C8, #9C62FF, #5A7DFF);
  box-shadow: 0 10px 24px rgba(156, 98, 255, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(156, 98, 255, 0.3);
}

.nav-burger {
  display: none;
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--ink-soft);
}

main {
  position: relative;
  z-index: 1;
}

.band {
  width: 100%;
}

.band-sky {
  background: linear-gradient(180deg, #f5f0ff 0%, #edeaff 100%);
}

.band-sand {
  background: linear-gradient(180deg, #fffaf2 0%, #fff3e8 100%);
}

.band-mint {
  background: linear-gradient(180deg, #f0f0ff 0%, #eaedff 100%);
}

.band-ink {
  background: linear-gradient(135deg, #2a1854 0%, #1a2460 100%);
  color: #f2f0ff;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 22px;
}

.section-tight {
  padding-top: 66px;
  padding-bottom: 66px;
}

.hero {
  padding-top: 74px;
  padding-bottom: 78px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy h1 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(34px, 4.9vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.hero-copy p:not(.kicker) {
  margin: 20px 0 0;
  color: var(--muted);
  max-width: 65ch;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .btn-primary {
  padding: 16px 28px;
  font-size: 16px;
}

.hero-actions .btn-ghost {
  padding: 16px 24px;
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

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

.btn:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}

.btn-primary {
  color: #f4f9ff;
  background: linear-gradient(135deg, #FF57C8 0%, #9C62FF 50%, #5A7DFF 100%);
  box-shadow: 0 8px 24px rgba(156, 98, 255, 0.30),
              0 2px 8px rgba(156, 98, 255, 0.15);
}

.btn-primary:hover {
  box-shadow: 0 14px 36px rgba(156, 98, 255, 0.38),
              0 4px 12px rgba(156, 98, 255, 0.2);
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.3) 48%, transparent 74%);
  transform: translateX(-130%);
  transition: transform 0.42s ease;
}

.btn-primary:hover::after {
  transform: translateX(130%);
}

.btn-ghost {
  color: var(--ink-soft);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  border-color: rgba(156, 98, 255, 0.4);
  background: rgba(243, 238, 255, 0.8);
  color: var(--primary-strong);
  box-shadow: 0 8px 20px rgba(156, 98, 255, 0.1);
}

.hero-media,
.media-card,
.schema,
.graph-card,
.mini-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.hero-media {
  position: relative;
  min-height: 360px;
  padding: 12px;
  display: flex;
  align-items: stretch;
  transition: box-shadow 0.4s ease;
}

.hero-media:hover {
  box-shadow: 0 24px 48px rgba(60, 30, 90, 0.14);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 8px);
  filter: saturate(1.06) contrast(1.03) brightness(1.04);
}

.hero-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(214, 207, 248, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 247, 255, 0.9) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(35, 26, 86, 0.12);
}

.hero-note p {
  margin: 10px 0 0;
  color: #3e4179;
  font-size: 14px;
  line-height: 1.6;
}

.hero-note p + .story-badge {
  margin-top: 14px;
}

.h2 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(29px, 3.15vw, 43px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 20ch;
}

.lead {
  margin: 16px 0 0;
  color: var(--muted);
  max-width: 64ch;
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.75;
}

.grid-2,
.grid-3,
.grid-4 {
  margin-top: 36px;
  display: grid;
  gap: 20px;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(60, 30, 90, 0.13);
  border-color: rgba(156, 98, 255, 0.3);
}

.card-soft {
  background: linear-gradient(180deg, #f3eeff 0%, #ede8ff 100%);
}

.card-sand {
  background: linear-gradient(180deg, #faf5ea 0%, #f4ecdd 100%);
}

.card-mint {
  background: linear-gradient(180deg, #eef0ff 0%, #e8ecff 100%);
}

.card h3 {
  margin: 0 0 12px;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 23px;
  line-height: 1.28;
}

.card p,
.card li {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.68;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--primary);
  font-weight: 800;
}

.story-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.story-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-badge--pain {
  background: #f7efe6;
  color: #7d5a3a;
}

.story-badge--solution {
  background: #edf4fb;
  color: #355f86;
}

.story-card h3 {
  margin-top: 14px;
  margin-bottom: 10px;
}

.story-card p + .story-divider {
  margin-top: 18px;
}

.story-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(194, 156, 116, 0.8), rgba(156, 98, 255, 0.28), rgba(90, 125, 255, 0.42));
  opacity: 1;
}

.story-divider + .story-badge {
  margin-top: 18px;
}

.usecase-story {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.usecase-story li {
  font-size: 14px;
  line-height: 1.58;
  color: #4a4d87;
}

.usecase-brief {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.usecase-brief p {
  margin: 0;
  font-size: 15px;
  line-height: 1.64;
  color: #4a4d87;
}

.market-note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.58;
  color: #5a5494;
}

.market-note a {
  color: #7B3FE4;
  font-weight: 700;
  text-underline-offset: 2px;
}

.impact-rows-mini {
  margin-top: 12px;
  gap: 6px;
}

.impact-rows-mini .impact-head {
  padding: 0;
  font-size: 10px;
}

.impact-rows-mini .impact-label {
  font-size: 12px;
}

.impact-rows-mini .impact-meter {
  height: 22px;
}

.impact-rows-mini .impact-value {
  font-size: 10px;
  padding-left: 7px;
}

.logo-tile {
  display: inline-flex;
  align-items: center;
}

.logo-tile img {
  width: clamp(120px, 18vw, 180px);
  max-width: 100%;
  height: auto;
}

/* Smaller, refined logos inside product page heroes */
.hero-copy .logo-tile {
  display: block;
  margin-bottom: 12px;
}

.hero-copy .logo-tile img {
  width: clamp(56px, 8vw, 72px);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(60, 30, 90, 0.10);
}

.hero-copy h1.hero-title-wide {
  max-width: 24ch;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card .btn {
  margin-top: auto;
}

.split {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.usecase-split {
  grid-template-columns: 1.06fr 0.94fr;
  align-items: start;
}

.media-card {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.usecase-media {
  min-height: 0;
  aspect-ratio: 5 / 4;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.03) brightness(1.04);
}

.usecase-media img {
  object-position: center center;
}

.schema {
  padding: 24px;
}

.schema ul {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.schema li {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.kicker {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7B3FE4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kicker::before {
  content: '';
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #FF57C8, #5A7DFF);
}

.kicker::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9C62FF;
  box-shadow: 0 0 0 4px rgba(156, 98, 255, 0.24);
}

.before-after {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.before-after span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
}

.before-after .before {
  background: #fff3da;
  color: #7b5a1f;
}

.before-after .after {
  background: #e8f9ef;
  color: #1f6c49;
}

.impact-rows {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.impact-head,
.impact-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.impact-head {
  padding: 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a569d;
}

.impact-label {
  color: #2A2A76;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.impact-meter {
  position: relative;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #d6cff8;
  background: #f5f2ff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.impact-meter::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--value) * 1%);
  border-radius: inherit;
}

.impact-meter.before::before {
  background: linear-gradient(90deg, #ffd799 0%, #ffbf68 100%);
}

.impact-meter.after::before {
  background: linear-gradient(90deg, #7ce0ba 0%, #2fc887 100%);
}

.impact-value {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 800;
}

.impact-meter.before .impact-value {
  color: #724a18;
}

.impact-meter.after .impact-value {
  color: #0f5f3f;
}

.impact-caption {
  margin: 10px 0 0;
  font-size: 13px;
  color: #5a5290;
  line-height: 1.55;
}

.schema h3,
.graph-card h3,
.mini-panel h3 {
  margin: 0 0 12px;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 23px;
  line-height: 1.3;
}

.schema p,
.graph-card p,
.mini-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
  max-width: 62ch;
}

.flow-track {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.flow-step {
  position: relative;
  border: 1px solid #d6cff8;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f2ff 100%);
  padding: 16px;
  min-height: 112px;
}

.flow-step strong {
  display: block;
  font-size: 14px;
  color: #2A2A76;
  letter-spacing: 0;
}

.flow-step span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.64;
  color: var(--muted);
}

.flow-step::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 18px;
  height: 2px;
  background: #b08de8;
}

.flow-step:last-child::after {
  display: none;
}

.stats-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat {
  border: 1px solid #d6cff8;
  border-radius: 12px;
  background: #f8f5ff;
  padding: 14px;
}

.stat strong {
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #7B3FE4;
}

.stat span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #5a558f;
}

.graph-card {
  padding: 24px;
}

.bar-chart {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  height: 176px;
}

.bar {
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(180deg, #c08aff 0%, #7B3FE4 100%);
  position: relative;
}

.bar::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  text-align: center;
  font-size: 11px;
  color: #5a4f8e;
  font-weight: 700;
}

.sparkline {
  margin-top: 18px;
  border-radius: 12px;
  border: 1px solid #d6cff8;
  background: #f8f5ff;
  padding: 12px;
}

.sparkline svg {
  width: 100%;
  height: 120px;
}

.sparkline path.trace {
  stroke: #9C62FF;
  stroke-width: 3;
  fill: none;
}

.sparkline path.area {
  fill: rgba(156, 98, 255, 0.12);
}

.sparkline line {
  stroke: #ddd6fa;
  stroke-width: 1;
}

.timeline {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: linear-gradient(135deg, #9C62FF, #5A7DFF);
  color: #f6f2ff;
  font-weight: 800;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.timeline-step h4 {
  margin: 0;
  font-size: 18px;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  line-height: 1.3;
}

.timeline-step p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.security-matrix {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  background: #ffffff;
}

.security-matrix table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.security-matrix th,
.security-matrix td {
  text-align: left;
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid #e2dcfb;
  color: var(--ink-soft);
  vertical-align: top;
  line-height: 1.62;
}

.security-matrix th {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3a3580;
  background: #f3f0ff;
}

.security-matrix caption {
  padding: 18px 18px 0;
  text-align: left;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.highlight {
  color: var(--ok);
  font-weight: 800;
}

.cta-panel {
  margin-top: 18px;
  border: 1px solid #c8b5f4;
  border-radius: var(--radius-xl);
  padding: 42px;
  background: linear-gradient(135deg, #f6f2ff 0%, #ede8ff 55%, #f8f2e7 100%);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.cta-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 98, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-panel h3 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 3.1vw, 40px);
  line-height: 1.14;
}

.cta-panel p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
  max-width: 64ch;
}

.cta-panel .hs-form-frame {
  margin-top: 22px;
}

.content-meta {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.band-ink .card p,
.band-ink .card li,
.band-ink .lead,
.band-ink .timeline-step p,
.band-ink .schema p,
.band-ink .graph-card p {
  color: #d5e7ff;
}

.band-ink .card,
.band-ink .schema,
.band-ink .graph-card,
.band-ink .mini-panel,
.band-ink .media-card {
  background: rgba(13, 37, 72, 0.62);
  border-color: rgba(147, 184, 232, 0.35);
  box-shadow: none;
}

.footer {
  margin-top: 76px;
  padding: 46px 22px 20px;
  background: linear-gradient(180deg, #f3f0fb 0%, #eeeaf9 100%);
  border-top: 1px solid #dbd6ee;
  color: #2f2d6d;
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.footer-col h4 {
  margin: 0 0 12px;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #7B3FE4;
  letter-spacing: 0.005em;
}

.footer-col p {
  margin: 0;
  color: #3a2d6f;
  font-size: 15px;
  line-height: 1.65;
}

.footer-col a {
  display: block;
  margin: 0 0 8px;
  color: #3a3272;
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: var(--primary);
  transform: translateX(1px);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: 124px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand p {
  margin-top: 14px;
  max-width: 20ch;
  font-size: 15px;
  line-height: 1.68;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #d2cbee;
  background: #f5f0ff;
  color: #9C62FF;
  font-size: 0;
  font-weight: 800;
  margin: 0;
  box-shadow: 0 4px 12px rgba(156, 98, 255, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: #ede5ff;
  box-shadow: 0 8px 20px rgba(156, 98, 255, 0.2);
}

.footer-social a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-bottom {
  max-width: var(--max);
  margin: 20px auto 0;
  padding-top: 14px;
  border-top: 1px solid #d6d3ee;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #5a518d;
  font-size: 13px;
}

.footer-legal {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #5a518d;
  font-size: 12px;
  line-height: 1.4;
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* Hero content visible immediately — no fade-in above the fold */
.hero .reveal {
  opacity: 1;
  transform: none;
}

/* Stagger children in grids */
.grid-2 .reveal:nth-child(2) { transition-delay: 0.1s; }
.grid-3 .reveal:nth-child(2) { transition-delay: 0.1s; }
.grid-3 .reveal:nth-child(3) { transition-delay: 0.2s; }
.grid-4 .reveal:nth-child(2) { transition-delay: 0.1s; }
.grid-4 .reveal:nth-child(3) { transition-delay: 0.2s; }
.grid-4 .reveal:nth-child(4) { transition-delay: 0.3s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .usecase-media {
    min-height: 300px;
    aspect-ratio: auto;
  }

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

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

@media (max-width: 1180px) {
  .nav-links {
    gap: 12px;
  }

  .nav-link {
    font-size: 13px;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .nav-burger {
    display: inline-block;
  }

  .nav-links {
    position: fixed;
    top: 102px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid #cdc5f3;
    box-shadow: var(--shadow-md);
    background: rgba(248, 246, 255, 0.98);
    max-height: calc(100vh - 116px);
    overflow-y: auto;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    margin-top: 8px;
    min-width: 0;
    border: 1px solid #ddd6f9;
    box-shadow: none;
    background: #f8f5ff;
  }

  .nav-dropdown-logos {
    min-width: 0;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .submenu-logo-link {
    min-height: 76px;
  }

  .submenu-logo-link img {
    width: 72px;
  }

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

  .grid-2,
  .grid-3,
  .grid-4,
  .flow-track,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .flow-step::after {
    display: none;
  }

  .impact-head,
  .impact-row {
    grid-template-columns: minmax(110px, 0.9fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .impact-label {
    font-size: 13px;
  }

  .impact-meter {
    height: 28px;
  }

  .impact-value {
    font-size: 11px;
    padding-left: 8px;
  }

  .security-matrix table {
    min-width: 0;
    table-layout: fixed;
  }

  .security-matrix th,
  .security-matrix td {
    padding: 11px 10px;
    font-size: 13px;
    line-height: 1.45;
    word-break: break-word;
  }

  .security-matrix th {
    font-size: 11px;
  }

  .security-matrix th:nth-child(1),
  .security-matrix td:nth-child(1) {
    width: 40%;
  }

  .security-matrix th:nth-child(2),
  .security-matrix td:nth-child(2),
  .security-matrix th:nth-child(3),
  .security-matrix td:nth-child(3) {
    width: 30%;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
  }

  .brand {
    width: 68px;
  }

  .nav-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .footer-col h4 {
    font-size: 18px;
  }

  .footer-col a,
  .footer-col p,
  .footer-brand p {
    font-size: 14px;
  }

  .hero-actions .btn {
    min-height: 44px;
  }

  .nav-link,
  .nav-dropdown-toggle,
  .nav-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .nav-cta {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .brand {
    width: 64px;
  }

  .hero-media {
    display: block;
  }

  .hero-note {
    position: static;
    margin: 16px 8px 8px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .section {
    padding: 58px 18px;
  }

  .hero-copy h1 {
    line-height: 1.14;
  }

  .security-matrix th,
  .security-matrix td {
    padding: 9px 8px;
    font-size: 12px;
  }

  .security-matrix th {
    font-size: 10px;
  }

  .footer {
    padding: 38px 18px 18px;
  }

  .footer-logo {
    width: 110px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }

  .footer-social a svg {
    width: 18px;
    height: 18px;
  }
}

/* ─── AUDIT PAGE: Journey Track (Audit → Projet → Run) ─── */
.journey-track {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 36px;
}

.journey-step {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px 28px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.journey-step h3 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  color: var(--ink);
  margin: 12px 0 8px;
}

.journey-step p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.journey-step--active {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(156, 98, 255, 0.1), var(--shadow-md);
}

.journey-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 10px;
}

.journey-tag {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  padding: 4px 14px;
  border-radius: 20px;
}

.journey-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  position: relative;
}

.journey-arrow::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--line-strong), var(--primary));
}

.journey-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  transform: rotate(45deg);
}

/* ─── AUDIT PAGE: Card Icon Circle ─── */
.card-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

/* ─── AUDIT PAGE: Tier Cards ─── */
.audit-tier {
  display: flex;
  flex-direction: column;
}

.audit-tier .btn {
  margin-top: auto;
}

.audit-tier--featured {
  border: 2px solid var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(156, 98, 255, 0.08), var(--shadow-md);
}

.audit-tier-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  width: fit-content;
}

.audit-tier-badge--scan {
  background: #e0f2fe;
  color: #0369a1;
}

.audit-tier-badge--diag {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
}

.audit-tier-badge--full {
  background: #f3e8ff;
  color: #6d28d9;
}

.audit-tier-tagline {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.5;
}

.audit-tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.audit-tier-list li {
  font-size: 0.88rem;
  color: var(--ink-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.audit-tier-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.82rem;
}

.audit-tier-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 12px 0;
  margin-bottom: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

.audit-tier-meta strong {
  color: var(--ink);
}

.audit-price {
  margin: 4px 0 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.audit-price strong {
  color: var(--ink);
  font-size: 1.12rem;
}

.pricing-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ─── AUDIT PAGE: Responsive ─── */
@media (max-width: 900px) {
  .journey-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .journey-arrow {
    width: 100%;
    height: 40px;
    transform: rotate(90deg);
  }
}
