@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("assets/fonts/SFTSchriftedSansTRIAL-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("assets/fonts/SFTSchriftedSansTRIAL-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("assets/fonts/SFTSchriftedSansTRIAL-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("assets/fonts/SFTSchriftedSansTRIAL-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --clean: #ffffff;
  --paper: #fbf9ff;
  --mist: #f4ecff;
  --purple: #8307e1;
  --purple-soft: #a272d7;
  --purple-light: #e6cdf9;
  --insight: #0f022d;
  --ink-soft: #62576f;
  --line: rgba(131, 7, 225, 0.14);
  --glass: rgba(255, 255, 255, 0.66);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --shadow: 0 28px 90px rgba(15, 2, 45, 0.12);
  --shadow-soft: 0 18px 50px rgba(131, 7, 225, 0.12);
  --green: #12a87c;
  --amber: #dc8a04;
  --coral: #ef5a5a;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --page-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 118px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(230, 205, 249, 0.78) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(240deg, rgba(162, 114, 215, 0.22) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, var(--clean) 0%, var(--paper) 42%, #ffffff 100%);
  color: var(--insight);
  font-family: "SFT Schrifted Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(131, 7, 225, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 7, 225, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.45;
  background-image:
    linear-gradient(135deg, transparent 0 18%, rgba(131, 7, 225, 0.055) 18% 19%, transparent 19% 100%),
    linear-gradient(45deg, transparent 0 26%, rgba(15, 2, 45, 0.035) 26% 27%, transparent 27% 100%);
  background-size: 720px 520px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(131, 7, 225, 0.42);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--insight);
  color: var(--clean);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.page-shell {
  width: min(100% - 40px, var(--page-max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.nav-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(100% - 40px, var(--page-max));
  min-height: 68px;
  margin-inline: auto;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(222, 215, 232, 0.12) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(230, 205, 249, 0.08), rgba(255, 255, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 58px rgba(15, 2, 45, 0.13),
    0 7px 18px rgba(131, 7, 225, 0.06),
    inset 13px 13px 26px rgba(15, 2, 45, 0.046),
    inset -15px -15px 28px rgba(255, 255, 255, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(15, 2, 45, 0.055);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  pointer-events: auto;
}

.nav-shell::before {
  position: absolute;
  inset: 4px 6px auto;
  z-index: -1;
  height: 45%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.06));
  content: "";
}

.nav-shell::after {
  position: absolute;
  inset: auto 18% 6px;
  z-index: -1;
  height: 12px;
  border-radius: 999px;
  background: rgba(15, 2, 45, 0.1);
  filter: blur(10px);
  content: "";
}

.brand-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-width: 118px;
}

.brand-link img {
  width: 108px;
  height: auto;
}

.site-footer img,
.cta-card img {
  width: 116px;
  height: auto;
}

.nav-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(15, 2, 45, 0.74);
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-menu a:hover {
  background: rgba(230, 205, 249, 0.58);
  color: var(--insight);
  transform: translateY(-1px);
}

.nav-cta,
.button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button-primary {
  color: var(--clean);
  background: linear-gradient(135deg, var(--purple), #a405ea);
  box-shadow:
    0 16px 36px rgba(131, 7, 225, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -10px 18px rgba(15, 2, 45, 0.12);
}

.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(131, 7, 225, 0.34);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(230, 205, 249, 0.55);
  color: var(--insight);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero-section {
  position: relative;
  min-height: clamp(760px, 86svh, 880px);
  padding: 132px 0 44px;
  overflow: hidden;
}

.ambient-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255, 255, 255, 0.72) 10% 10.4%, transparent 10.4% 100%),
    linear-gradient(180deg, transparent 0 20%, rgba(255, 255, 255, 0.72) 20% 20.4%, transparent 20.4% 100%);
  background-size: 360px 360px;
  opacity: 0.38;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: 44px;
}

.hero-layout > *,
.solution-layout > *,
.feature-split > *,
.trust-card > * {
  min-width: 0;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 0.92rem;
  font-weight: 700;
}

.eyebrow span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(131, 7, 225, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--insight);
  font-size: 4.15rem;
  font-weight: 700;
  line-height: 0.98;
}

h2 {
  color: var(--insight);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  color: var(--insight);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 560px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  min-height: 52px;
  padding-inline: 22px;
  font-size: 1rem;
}

.button-secondary {
  border: 1px solid rgba(131, 7, 225, 0.18);
  background: rgba(255, 255, 255, 0.58);
  color: var(--insight);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.button-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(131, 7, 225, 0.3);
  box-shadow: var(--shadow-soft);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(15, 2, 45, 0.64);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(131, 7, 225, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 620px;
  margin-left: 0;
  perspective: 1200px;
}

.hero-visual::before {
  position: absolute;
  inset: 6% -3% 20% 6%;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(230, 205, 249, 0.36) 54%, rgba(255, 255, 255, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 34px 90px rgba(131, 7, 225, 0.1);
  filter: blur(12px);
  content: "";
}

.hero-visual::after {
  position: absolute;
  right: 4%;
  bottom: 76px;
  z-index: -1;
  width: 72%;
  height: 58px;
  border-radius: 999px;
  background: rgba(15, 2, 45, 0.18);
  filter: blur(34px);
  content: "";
}

.hero-mockup-frame {
  position: relative;
  width: min(820px, 100%);
  margin: 18px 0 0;
  border: 0;
  border-radius: 34px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: translateY(0);
  transform-style: preserve-3d;
}

.hero-mockup-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, transparent 74%, rgba(131, 7, 225, 0.025));
  border-radius: 34px;
}

.hero-mockup-frame img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  box-shadow:
    0 38px 90px rgba(15, 2, 45, 0.2),
    0 8px 18px rgba(131, 7, 225, 0.11);
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.glass-card.strong {
  background: var(--glass-strong);
  box-shadow: 0 34px 110px rgba(15, 2, 45, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  margin-left: auto;
  padding: 24px;
  transform: translateY(16px);
}

.mockup-header,
.process-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: rgba(15, 2, 45, 0.58);
  font-size: 0.86rem;
  font-weight: 600;
}

.mockup-header div,
.process-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(18, 168, 124, 0.12);
}

.insight-panel {
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(131, 7, 225, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(131, 7, 225, 0.11), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.68);
}

.insight-main p {
  margin-bottom: 6px;
  color: var(--purple);
  font-size: 0.88rem;
  font-weight: 700;
}

.insight-main strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2.15rem;
  line-height: 1.05;
}

.insight-main small,
.workflow-list small,
.process-header span,
.process-flow span,
.trust-metrics span {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.mockup-panel {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 28px 86px rgba(15, 2, 45, 0.13);
  overflow: hidden;
}

.mockup-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 38%);
}

.mockup-panel img {
  width: 100%;
  height: auto;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.solution-mockup {
  isolation: isolate;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  perspective: 1000px;
  transform: none;
}

.solution-mockup::before,
.compact-mockup::before {
  position: absolute;
  right: 8%;
  bottom: -24px;
  left: 8%;
  z-index: -1;
  height: 56px;
  border-radius: 999px;
  background: rgba(15, 2, 45, 0.16);
  filter: blur(28px);
  content: "";
}

.solution-mockup::after,
.compact-mockup::after {
  position: absolute;
  inset: 8% 3% 7%;
  z-index: -2;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(230, 205, 249, 0.25));
  transform: translate3d(14px, 20px, -1px) rotate(1.2deg);
  content: "";
}

.solution-mockup img,
.compact-mockup img {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  box-shadow:
    0 36px 92px rgba(15, 2, 45, 0.18),
    0 9px 22px rgba(131, 7, 225, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  filter: contrast(1.025) saturate(1.01);
  transform: none;
}

.insight-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: conic-gradient(var(--purple) 0 68%, rgba(230, 205, 249, 0.9) 68% 100%);
}

.insight-ring::before {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  content: "";
}

.insight-ring span {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--purple);
  transform: rotate(8deg);
}

.workflow-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.workflow-list > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(131, 7, 225, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.workflow-list strong {
  display: block;
  color: var(--insight);
  font-size: 0.98rem;
  line-height: 1.2;
}

.workflow-icon,
.mini-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(131, 7, 225, 0.1);
}

.workflow-icon::before,
.mini-icon::before {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--purple);
  content: "";
}

.workflow-icon.valid {
  background: rgba(18, 168, 124, 0.1);
}

.workflow-icon.valid::before {
  background: var(--green);
}

.workflow-icon.label {
  background: rgba(220, 138, 4, 0.12);
}

.workflow-icon.label::before {
  background: var(--amber);
}

.floating-note {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 210px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 40px rgba(15, 2, 45, 0.12);
  color: rgba(15, 2, 45, 0.78);
  font-size: 0.87rem;
  font-weight: 700;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.floating-note span {
  color: var(--purple);
  font-size: 1.4rem;
  line-height: 0;
}

.floating-note.top {
  top: 34px;
  left: -52px;
}

.floating-note.right {
  top: 238px;
  right: -52px;
}

.floating-note.bottom {
  right: 42px;
  bottom: -22px;
}

.product-shot {
  position: absolute;
  right: -90px;
  bottom: -36px;
  z-index: 1;
  width: min(760px, 110%);
  margin: 0;
  border-radius: 28px;
  opacity: 0.95;
  filter: drop-shadow(0 42px 58px rgba(15, 2, 45, 0.2));
}

.product-shot::before {
  position: absolute;
  inset: 9% 6% 12%;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  content: "";
  pointer-events: none;
}

.product-shot img {
  width: 100%;
  border-radius: 28px;
}

.problem-section,
.benefits-section,
.trust-section,
.cta-section,
.faq-section {
  padding: 92px 0;
}

.problem-section {
  padding-top: 56px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 680px;
}

.section-heading h2,
.solution-copy h2,
.trust-card h2,
.cta-card h2 {
  margin-bottom: 16px;
}

.section-heading p:not(.eyebrow),
.solution-copy p,
.trust-card p,
.cta-card p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

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

.pain-card {
  min-height: 244px;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pain-card:hover,
.benefit-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(131, 7, 225, 0.14);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  border-radius: 14px;
  background: rgba(131, 7, 225, 0.1);
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 700;
}

.pain-card p,
.benefit-card p,
.step-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.solution-section,
.steps-section {
  position: relative;
  padding: 94px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(230, 205, 249, 0.28)),
    rgba(255, 255, 255, 0.32);
  border-block: 1px solid rgba(131, 7, 225, 0.08);
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: 54px;
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  color: rgba(15, 2, 45, 0.78);
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 0 0 6px rgba(131, 7, 225, 0.09);
  content: "";
}

.process-card {
  padding: 26px;
}

.process-header {
  justify-content: flex-start;
}

.process-header img {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(131, 7, 225, 0.08);
}

.process-header strong,
.process-header span {
  display: block;
}

.process-flow {
  display: grid;
  gap: 14px;
}

.process-flow div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(131, 7, 225, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.process-flow strong {
  color: var(--insight);
  font-size: 1.05rem;
}

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

.benefit-card {
  min-height: 224px;
  padding: 24px;
  border: 1px solid rgba(131, 7, 225, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(15, 2, 45, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mini-icon {
  margin-bottom: 26px;
}

.feature-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(420px, 1.32fr);
  gap: 30px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(230, 205, 249, 0.42)),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 28px 86px rgba(15, 2, 45, 0.1);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  overflow: visible;
}

.feature-split-copy h3 {
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.08;
}

.feature-split-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.compact-mockup {
  right: -18px;
  isolation: isolate;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

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

.step-card {
  min-height: 260px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.step-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 16px;
  background: var(--insight);
  color: var(--clean);
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(15, 2, 45, 0.16);
}

.flow-showcase {
  position: relative;
  margin: 34px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 34px 100px rgba(15, 2, 45, 0.12);
  overflow: hidden;
}

.flow-showcase::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 32%);
}

.flow-showcase img {
  width: 100%;
  height: auto;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.02) saturate(1.01);
}

.trust-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 38px;
  align-items: center;
  padding: 34px;
}

.trust-visual-stack {
  display: grid;
  gap: 14px;
}

.trust-mockup {
  border-radius: 22px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-metrics div {
  padding: 18px;
  border: 1px solid rgba(131, 7, 225, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.trust-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--insight);
}

.cta-card {
  position: relative;
  display: grid;
  justify-items: start;
  max-width: 920px;
  margin-inline: auto;
  padding: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(131, 7, 225, 0.14), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 90px rgba(15, 2, 45, 0.14);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.cta-card::after {
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 360px;
  height: 360px;
  color: rgba(131, 7, 225, 0.12);
  font-size: 13rem;
  font-weight: 700;
  line-height: 1;
  content: ";)";
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card img {
  margin-bottom: 28px;
}

.cta-card p {
  margin-bottom: 26px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(131, 7, 225, 0.13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 44px rgba(15, 2, 45, 0.06);
  overflow: hidden;
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  color: var(--insight);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.faq-item button span::before,
.faq-item button span::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--purple);
  content: "";
  transition: transform 180ms ease;
}

.faq-item button span::after {
  transform: rotate(90deg);
}

.faq-item button[aria-expanded="true"] span::after {
  transform: rotate(0deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 240ms ease, opacity 180ms ease;
}

.faq-item button[aria-expanded="true"] + .faq-content {
  max-height: 220px;
  opacity: 1;
}

.faq-content p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--ink-soft);
}

.site-footer {
  padding: 36px 0 46px;
  border-top: 1px solid rgba(131, 7, 225, 0.1);
  background: rgba(255, 255, 255, 0.5);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.site-footer p {
  max-width: 400px;
  margin: 14px 0 0;
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  max-width: 520px;
  color: rgba(15, 2, 45, 0.72);
  font-weight: 600;
}

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

.copyright {
  grid-column: 1 / -1;
  font-size: 0.9rem;
}

@keyframes revealUp {
  from {
    transform: translateY(14px);
  }
  to {
    transform: translateY(0);
  }
}

[data-reveal] {
  animation: revealUp 620ms ease both;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    animation: none;
  }
}

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

  .hero-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .hero-visual {
    justify-content: center;
    min-height: 560px;
    margin-left: 0;
  }

  .hero-mockup-frame {
    width: min(900px, 100%);
    margin: 14px auto 0;
    transform: none;
  }

  .solution-mockup img,
  .compact-mockup img {
    transform: none;
  }

  .compact-mockup {
    right: auto;
    transform: none;
  }

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

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

@media (max-width: 860px) {
  .site-header {
    top: 12px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 8px 10px 8px 16px;
    border-radius: 24px;
  }

  .brand-link img {
    width: 98px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 1px solid rgba(131, 7, 225, 0.16);
    background: rgba(131, 7, 225, 0.1);
    justify-self: end;
  }

  .nav-menu,
  .nav-cta {
    display: none;
  }

  .nav-menu.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-items: stretch;
    width: 100%;
    padding: 12px 0 4px;
  }

  .nav-menu.is-open a {
    padding: 12px 10px;
  }

  .hero-section {
    padding-top: 112px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-subtitle,
  .section-heading p:not(.eyebrow),
  .solution-copy p,
  .trust-card p,
  .cta-card p {
    font-size: 1rem;
  }

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

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

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

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

  .hero-section {
    min-height: auto;
    padding: 106px 0 56px;
  }

  h1 {
    font-size: 2.05rem;
    line-height: 1.04;
    text-wrap: balance;
  }

  h2 {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-inline: 18px;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .hero-visual {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-mockup-frame {
    width: 100%;
    margin: 18px 0 0;
    border-radius: 22px;
  }

  .hero-mockup-frame::before,
  .hero-mockup-frame img {
    border-radius: 22px;
  }

  .hero-visual::before {
    inset: 14% 0 18%;
    border-radius: 26px;
  }

  .hero-visual::after {
    right: 8%;
    bottom: 2px;
    width: 84%;
    height: 38px;
  }

  .hero-proof span {
    min-width: 0;
    padding-inline: 10px;
  }

  .problem-section,
  .benefits-section,
  .trust-section,
  .cta-section,
  .faq-section,
  .solution-section,
  .steps-section {
    padding: 64px 0;
  }

  .pain-grid,
  .benefit-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .pain-card,
  .benefit-card,
  .step-card {
    min-height: auto;
  }

  .process-flow div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-split {
    padding: 18px;
    border-radius: 22px;
  }

  .feature-split-copy h3 {
    font-size: 1.55rem;
  }

  .mockup-panel,
  .flow-showcase {
    border-radius: 18px;
  }

  .solution-mockup img,
  .compact-mockup img {
    border-radius: 18px;
  }

  .solution-mockup::after,
  .compact-mockup::after {
    border-radius: 22px;
    transform: translate3d(8px, 14px, -1px) rotate(0.8deg);
  }

  .trust-card,
  .cta-card {
    padding: 24px;
    border-radius: 22px;
  }

  .cta-card::after {
    right: -26px;
    bottom: -42px;
    font-size: 8rem;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
