:root {
  --brand: #043f3c;
  --brand-deep: #022925;
  --brand-mid: #0a5c57;
  --teal: #14b8a6;
  --teal-soft: rgba(20, 184, 166, 0.14);
  --lime: #c8f542;
  --lime-ink: #173400;
  --paper: #ffffff;
  --mist: #f4f7f6;
  --line: rgba(4, 63, 60, 0.1);
  --text: #0f2927;
  --muted: #5b736f;
  --danger: #e11d48;
  --warn: #f59e0b;
  --radius: 1.25rem;
  --radius-lg: 1.75rem;
  --shadow: 0 30px 80px rgba(2, 41, 37, 0.18);
  --shadow-soft: 0 12px 40px rgba(2, 41, 37, 0.08);
  --font-display: "Outfit", "Segoe UI", system-ui, sans-serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --container: min(1180px, calc(100% - 2rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.is-nav-open { overflow: hidden; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
.btn:focus-visible, .nav a:focus-visible, .nav-toggle:focus-visible, .lang-switch a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal[data-anim="fade-in"] { transform: none; }
.reveal[data-anim="zoom-in"] { transform: scale(.96); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
@media (scripting: none) {
  .reveal { opacity: 1; transform: none; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px) saturate(1.2);
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(2,41,37,.06);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}
.brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.brand span { color: var(--teal); }
.brand__logo { height: 2.1rem; width: auto; max-width: 9.5rem; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 1.15rem; }
.nav a {
  font-size: .92rem;
  font-weight: 600;
  color: var(--muted);
  transition: color .2s;
}
.nav a:hover { color: var(--brand); }
.nav__cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: 999px;
  padding: .78rem 1.25rem;
  font-weight: 700;
  font-size: .95rem;
  border: 1px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  cursor: pointer;
}
.nav__cta,
.btn--lime {
  background: var(--lime);
  color: var(--lime-ink);
  box-shadow: 0 10px 30px rgba(200, 245, 66, .35);
}
.btn--lime:hover, .nav__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(200,245,66,.45);
}
.btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.btn--ghost-dark {
  background: transparent;
  border-color: var(--line);
  color: var(--brand);
}
.btn--ghost-dark:hover { background: var(--mist); }
.btn--brand { background: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-mid); transform: translateY(-1px); }
.header-actions { display: flex; align-items: center; gap: .65rem; }
.lang-switch {
  display: inline-flex; gap: .2rem; background: var(--mist); padding: .2rem; border-radius: 999px;
}
.lang-switch a {
  padding: .35rem .55rem; border-radius: 999px; font-size: .75rem; font-weight: 700;
  text-transform: uppercase; color: var(--muted);
}
.lang-switch a.is-active { background: #fff; color: var(--brand); box-shadow: var(--shadow-soft); }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: .55rem .9rem;
  font-weight: 700;
}

.saas-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(20,184,166,.28), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(200,245,66,.12), transparent 50%),
    linear-gradient(160deg, #021c1a 0%, #043f3c 48%, #065f5a 100%);
  color: #edf8f6;
  padding: 3.5rem 0 4.5rem;
}
.saas-hero__glow {
  position: absolute; inset: auto -10% -20% 40%;
  height: 55%;
  background: radial-gradient(circle, rgba(20,184,166,.35), transparent 65%);
  pointer-events: none;
  filter: blur(20px);
}
.saas-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.saas-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--lime);
  margin: 0 0 1rem;
}
.saas-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 0 0 1.1rem;
  font-weight: 800;
}
.saas-hero__lead {
  font-size: 1.08rem;
  color: rgba(237,248,246,.82);
  max-width: 34rem;
  margin: 0 0 1.5rem;
}
.saas-hero__modules {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0 0 1.75rem;
}
.saas-hero__modules span {
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
  font-weight: 600;
}
.saas-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
  margin-top: 2.75rem;
  position: relative;
  z-index: 1;
}
.hero-trust__item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
}
.hero-trust__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  color: #fff;
}
.hero-trust__item span { color: rgba(237,248,246,.7); font-size: .85rem; font-weight: 600; }
.hero-trust__stars { color: var(--lime); letter-spacing: .08em; margin-bottom: .35rem; }

.device-stack {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  max-width: 100%;
}
.device-stack__dash { width: min(100%, 520px); z-index: 1; }
.device-stack__tablet {
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 210px;
  z-index: 2;
  transform: rotate(4deg);
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.35));
}
.device-stack__phone {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 148px;
  z-index: 3;
  transform: rotate(-6deg);
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.4));
}

.mock-dash {
  background: #0b1220;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}
.mock-dash__chrome {
  display: flex; align-items: center; gap: .4rem;
  padding: .55rem .8rem;
  background: #111827;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mock-dash__chrome span {
  width: .55rem; height: .55rem; border-radius: 50%; background: #4b5563;
}
.mock-dash__chrome span:nth-child(1) { background: #f87171; }
.mock-dash__chrome span:nth-child(2) { background: #fbbf24; }
.mock-dash__chrome span:nth-child(3) { background: #34d399; }
.mock-dash__chrome em {
  margin-left: .6rem; font-style: normal; font-size: .72rem; color: #9ca3af;
}
.mock-dash__body { display: grid; grid-template-columns: 128px 1fr; min-height: 280px; }
.mock-dash__nav {
  background: #0f172a;
  padding: .85rem .7rem;
  display: flex; flex-direction: column; gap: .35rem;
  color: #94a3b8; font-size: .72rem; font-weight: 600;
}
.mock-dash__nav strong { color: #e2e8f0; font-size: .8rem; margin-bottom: .5rem; }
.mock-dash__nav i { font-style: normal; padding: .35rem .45rem; border-radius: .45rem; }
.mock-dash__nav i.is-active { background: rgba(20,184,166,.18); color: #5eead4; }
.mock-dash__main { padding: .85rem; background: linear-gradient(180deg, #111827, #0b1220); }
.mock-dash__main header {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem;
}
.mock-dash__main small { display: block; color: #64748b; font-size: .68rem; }
.mock-dash__main b { color: #f8fafc; font-size: .92rem; }
.mock-pill {
  font-size: .68rem; font-weight: 700; color: #5eead4;
  background: rgba(20,184,166,.15); border: 1px solid rgba(20,184,166,.25);
  border-radius: 999px; padding: .25rem .55rem;
}
.mock-kpis {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; margin-bottom: .65rem;
}
.mock-kpis > div {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: .65rem; padding: .55rem;
}
.mock-kpis em { display: block; font-style: normal; font-weight: 800; color: #f8fafc; font-size: 1rem; }
.mock-kpis span { color: #94a3b8; font-size: .65rem; font-weight: 600; }
.mock-kpis .warn em { color: #fbbf24; }
.mock-kpis .crit em { color: #fb7185; }
.mock-board { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.mock-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: .7rem; padding: .55rem .6rem;
}
.mock-card b { display: block; color: #e2e8f0; font-size: .72rem; margin-bottom: .15rem; }
.mock-card span { color: #94a3b8; font-size: .68rem; font-weight: 600; }
.mock-card--alert { border-color: rgba(245,158,11,.35); }
.bar {
  margin-top: .4rem; height: .28rem; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden;
}
.bar i { display: block; height: 100%; background: linear-gradient(90deg, #14b8a6, #c8f542); border-radius: inherit; }
.bar--ok i { background: #34d399; }
.bar--warn i { background: #fbbf24; }

.mock-phone {
  background: #0f172a;
  border-radius: 1.6rem;
  padding: .55rem;
  border: 2px solid #1e293b;
  box-shadow: var(--shadow);
}
.mock-phone__notch {
  width: 42%; height: .45rem; margin: 0 auto .45rem; border-radius: 999px; background: #020617;
}
.mock-phone__screen {
  background: linear-gradient(180deg, #042f2e, #0b4a48);
  border-radius: 1.15rem; padding: .75rem; min-height: 260px; color: #ecfdf5;
}
.mock-phone__top small { opacity: .7; font-size: .65rem; }
.mock-phone__top b { display: block; font-size: 1rem; margin: .15rem 0 .7rem; }
.mock-phone__kpi { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; margin-bottom: .65rem; }
.mock-phone__kpi span {
  background: rgba(255,255,255,.08); border-radius: .65rem; padding: .45rem; font-size: .68rem; font-weight: 600;
}
.mock-phone__kpi em { display: block; font-style: normal; font-size: 1.05rem; font-weight: 800; }
.mock-phone__list { display: grid; gap: .35rem; }
.mock-phone__list .row {
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,.07); border-radius: .55rem; padding: .5rem .55rem; font-size: .72rem;
}
.mock-phone__list i { font-style: normal; font-size: .65rem; font-weight: 700; opacity: .85; }
.mock-phone__list i.ok { color: #86efac; }
.mock-phone__list i.warn { color: #fde68a; }

.mock-tablet {
  background: #111827; border-radius: 1.2rem; padding: .55rem; border: 2px solid #1f2937;
  box-shadow: var(--shadow);
}
.mock-tablet__screen {
  background: #f8fafc; border-radius: .85rem; padding: .8rem; min-height: 180px; color: #0f172a;
}
.mock-tablet__head { display: flex; justify-content: space-between; margin-bottom: .7rem; font-size: .78rem; }
.mock-tablet__head span { color: #64748b; font-weight: 600; }
.mock-tablet__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.mock-tablet__grid > div {
  background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: .7rem; padding: .55rem;
}
.mock-tablet__grid em { display: block; font-style: normal; font-weight: 800; font-size: 1.05rem; color: #065f46; }
.mock-tablet__grid span { font-size: .68rem; color: #047857; font-weight: 600; }
.mock-tablet__grid .hot { background: #fff7ed; border-color: #fdba74; }
.mock-tablet__grid .hot em { color: #c2410c; }
.mock-tablet__grid .hot span { color: #9a3412; }

.section { padding: 5rem 0; }
.section--mist { background: var(--mist); }
.section--dark {
  background: linear-gradient(160deg, #021c1a, #043f3c);
  color: #edf8f6;
}
.section__head { max-width: 40rem; margin-bottom: 2rem; }
.section__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 .75rem;
  font-weight: 800;
}
.section__head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section--dark .section__head p { color: rgba(237,248,246,.72); }
.section__eyebrow {
  display: inline-block;
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--teal); margin-bottom: .65rem;
}
.section--dark .section__eyebrow { color: var(--lime); }
.section__head--center { text-align: center; margin-inline: auto; }

.mock-caption {
  margin: .85rem 0 0;
  text-align: center;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(237,248,246,.62);
}
.section--mist .mock-caption,
.section .mock-caption { color: var(--muted); }
.showcase__devices--mobile {
  justify-content: center;
  gap: 1.5rem;
}
.showcase__devices--mobile .mock-phone {
  width: min(100%, 180px);
  min-width: 148px;
}
.bento__item h3, .bento__item p, .price-card, .faq-item, .quote {
  overflow-wrap: anywhere;
}
.price-card .amount { font-size: clamp(1.4rem, 3vw, 2rem); }

.logo-strip {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.logo-strip__label {
  text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 1rem;
}
.logo-strip__row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; opacity: .72;
}
.logo-strip__row span {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: -0.03em; color: var(--brand-mid);
}

.transform-grid {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.25rem; align-items: stretch;
}
.transform-panel {
  border-radius: var(--radius-lg); padding: 1.5rem; border: 1px solid var(--line);
  background: #fff; box-shadow: var(--shadow-soft);
}
.transform-panel--old { background: #fafafa; }
.transform-panel--new {
  background: linear-gradient(160deg, #043f3c, #0a5c57); color: #fff; border: none;
}
.transform-panel h3 { margin: 0 0 1rem; font-family: var(--font-display); letter-spacing: -0.03em; }
.transform-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.transform-list li {
  display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .95rem;
  padding: .65rem .75rem; border-radius: .8rem; background: rgba(0,0,0,.04);
}
.transform-panel--new .transform-list li { background: rgba(255,255,255,.1); }
.transform-arrow {
  align-self: center; width: 3rem; height: 3rem; border-radius: 999px;
  display: grid; place-items: center; background: var(--lime); color: var(--lime-ink);
  font-weight: 900; font-size: 1.2rem; box-shadow: 0 12px 30px rgba(200,245,66,.35);
}

.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.problem-card, .solution-card {
  border-radius: var(--radius-lg); padding: 1.6rem; border: 1px solid var(--line); background: #fff;
}
.problem-card { background: #fff8f8; border-color: rgba(225,29,72,.15); }
.solution-card { background: #f0fdfa; border-color: rgba(20,184,166,.2); }
.problem-card h3, .solution-card h3 {
  font-family: var(--font-display); margin: 0 0 1rem; letter-spacing: -0.03em;
}
.problem-card ul, .solution-card ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .45rem; color: var(--muted); }

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .9rem;
}
.bento__item {
  grid-column: span 3;
  border-radius: var(--radius);
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  min-height: 148px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.bento__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(2,41,37,.12);
  border-color: rgba(20,184,166,.35);
}
.bento__item--wide { grid-column: span 6; background: linear-gradient(135deg, #043f3c, #0a5c57); color: #fff; border: none; }
.bento__item--tall { grid-column: span 4; min-height: 200px; }
.bento__icon {
  width: 2.4rem; height: 2.4rem; border-radius: .75rem; display: grid; place-items: center;
  background: var(--teal-soft); color: var(--brand-mid); font-weight: 800; margin-bottom: .85rem;
}
.bento__item--wide .bento__icon { background: rgba(200,245,66,.18); color: var(--lime); }
.bento__item h3 {
  margin: 0 0 .4rem; font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -0.03em;
}
.bento__item p { margin: 0; color: var(--muted); font-size: .92rem; }
.bento__item--wide p { color: rgba(255,255,255,.78); }

.showcase { display: grid; gap: 1.5rem; justify-items: center; }
.showcase__main { width: min(100%, 920px); }
.showcase__devices {
  display: flex; gap: 1.25rem; align-items: flex-end; justify-content: center; flex-wrap: wrap;
}
.showcase__devices .mock-phone { width: 170px; }
.showcase__devices .mock-tablet { width: 280px; }

.timeline {
  display: grid; gap: 0; position: relative; max-width: 720px; margin-inline: auto;
}
.timeline::before {
  content: ""; position: absolute; left: 5.5rem; top: .5rem; bottom: .5rem; width: 2px;
  background: linear-gradient(180deg, var(--teal), var(--lime));
}
.timeline__item {
  display: grid; grid-template-columns: 5rem 1fr; gap: 1.25rem; padding: .85rem 0; position: relative;
}
.timeline__time {
  font-weight: 800; font-family: var(--font-display); color: var(--brand); text-align: right; font-size: .95rem;
}
.timeline__body {
  background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: 1rem 1.15rem;
  box-shadow: var(--shadow-soft); margin-left: 1.25rem;
}
.timeline__body::before {
  content: ""; position: absolute; left: calc(5.5rem - 5px); top: 1.35rem;
  width: 12px; height: 12px; border-radius: 50%; background: var(--lime);
  border: 3px solid var(--brand); box-sizing: border-box;
}
.timeline__body b { display: block; margin-bottom: .2rem; }
.timeline__body span { color: var(--muted); font-size: .9rem; }

.analytics-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.analytics-card {
  border-radius: var(--radius); padding: 1.35rem; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.analytics-card em {
  display: block; font-style: normal; font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.04em; color: var(--lime);
}
.analytics-card span { color: rgba(237,248,246,.7); font-weight: 600; }
.chart-panel {
  margin-top: 1.25rem; border-radius: var(--radius-lg); padding: 1.25rem;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
}
.chart-bars {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: .55rem; align-items: end; height: 160px;
}
.chart-bars i {
  display: block; border-radius: .5rem .5rem 0 0;
  background: linear-gradient(180deg, var(--lime), var(--teal));
  opacity: .9;
}

.icon-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem;
}
.icon-tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.15rem; text-align: center; transition: transform .2s, box-shadow .2s;
}
.icon-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.icon-tile__glyph {
  width: 2.6rem; height: 2.6rem; margin: 0 auto .7rem; border-radius: .8rem;
  display: grid; place-items: center; background: var(--teal-soft); color: var(--brand-mid); font-weight: 800;
}
.icon-tile b { display: block; font-size: .92rem; }

.integ-row { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; }
.integ-chip {
  padding: .7rem 1rem; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; font-weight: 700; font-size: .9rem; color: var(--brand-mid);
}

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.4rem; box-shadow: var(--shadow-soft);
}
.quote blockquote {
  margin: 0 0 1rem; font-size: 1.02rem; letter-spacing: -0.01em; color: var(--text);
}
.quote cite { font-style: normal; font-weight: 700; color: var(--muted); font-size: .9rem; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: var(--shadow-soft);
}
.price-card--featured {
  background: linear-gradient(165deg, #043f3c, #0a5c57); color: #fff; border: none;
  transform: scale(1.03); box-shadow: var(--shadow);
}
.price-card h3 { margin: 0; font-family: var(--font-display); letter-spacing: -0.03em; }
.price-card .amount {
  font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; letter-spacing: -0.04em;
}
.price-card .amount small { font-size: .95rem; font-weight: 600; opacity: .7; }
.price-card ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .4rem; color: var(--muted); flex: 1; }
.price-card--featured ul { color: rgba(255,255,255,.82); }
.price-card .btn { width: 100%; }

.faq-list { display: grid; gap: .75rem; max-width: 800px; margin-inline: auto; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: 0; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.25rem; font-weight: 750;
  font-family: var(--font-display); letter-spacing: -0.02em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-item p { margin: 0; padding: 1rem 1.25rem 1.2rem; color: var(--muted); }

.final-cta {
  text-align: center; padding: 4.5rem 1.5rem; border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(200,245,66,.2), transparent 55%),
    linear-gradient(160deg, #021c1a, #043f3c);
  color: #fff;
}
.final-cta h2 {
  font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.04em; margin: 0 0 .75rem;
}
.final-cta p { margin: 0 auto 1.5rem; max-width: 32rem; color: rgba(255,255,255,.75); }
.final-cta__actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

.site-footer {
  background: #021c1a; color: rgba(237,248,246,.78); padding: 3rem 0 1.5rem;
}
.site-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem;
}
.site-footer h3 {
  margin: 0 0 .75rem; color: #fff; font-family: var(--font-display); font-size: 1rem; letter-spacing: -0.02em;
}
.site-footer p { margin: 0 0 .4rem; font-size: .92rem; }
.site-footer a:hover { color: var(--lime); }
.footer__logo {
  height: 2.2rem; width: auto; max-width: 10rem; object-fit: contain; margin-bottom: .75rem;
  filter: brightness(0) invert(1);
}
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 1rem; font-size: .85rem; opacity: .7;
}

.page-hero {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(160deg, #021c1a, #043f3c);
  color: #fff;
}
.page-hero h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em; margin: 0 0 .6rem;
}
.page-hero p { margin: 0; max-width: 40rem; color: rgba(255,255,255,.75); }
.form {
  display: grid; gap: 1rem; max-width: 560px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-soft);
}
.form label { display: grid; gap: .35rem; font-weight: 700; font-size: .9rem; }
.form input, .form textarea, .form select {
  border: 1px solid var(--line); border-radius: .75rem; padding: .75rem .85rem; font: inherit;
}
.form input:focus, .form textarea:focus {
  outline: 2px solid rgba(20,184,166,.35); border-color: var(--teal);
}
.alert { border-radius: .85rem; padding: .9rem 1rem; margin-bottom: 1rem; font-weight: 600; }
.alert--ok { background: #ecfdf5; color: #065f46; }
.alert--err { background: #fff1f2; color: #9f1239; }

/* Legacy aliases + inner pages */
.btn--ink, .btn--accent { background: var(--brand); color: #fff; }
.btn--ink:hover, .btn--accent:hover { background: var(--brand-mid); transform: translateY(-1px); }
.feature-grid, .resource-grid, .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature, .resource, .pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem; box-shadow: var(--shadow-soft);
}
.feature h3, .resource h3, .pillar h3 {
  font-family: var(--font-display); margin: 0 0 .5rem; letter-spacing: -0.02em;
}
.feature p, .resource p, .pillar p { margin: 0; color: var(--muted); }
.feature ul, .pillar ul { margin: .75rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.feature__media, .resource__cover, .pillar__media {
  margin: -1.25rem -1.25rem 1rem; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden;
}
.feature__media img, .resource__cover img, .pillar__media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.tabs a {
  padding: .5rem .9rem; border-radius: 999px; border: 1px solid var(--line);
  font-weight: 700; font-size: .9rem; color: var(--muted);
}
.tabs a.is-active { background: var(--brand); color: #fff; border-color: var(--brand); }
.prose { max-width: 720px; }
.prose h1, .prose h2 { font-family: var(--font-display); letter-spacing: -0.03em; }
.prose img { border-radius: var(--radius); margin: 1.25rem 0; }
.muted { color: var(--muted); }
.nav__panel { color: var(--teal) !important; font-weight: 700; }

@media (max-width: 980px) {
  .saas-hero__grid, .transform-grid, .split-2, .price-grid, .quote-grid, .analytics-grid,
  .feature-grid, .resource-grid, .pillars { grid-template-columns: 1fr; }
  .transform-arrow { transform: rotate(90deg); margin: .25rem auto; }
  .price-card--featured { transform: none; }
  .bento__item, .bento__item--wide, .bento__item--tall { grid-column: span 6; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .device-stack { min-height: 360px; margin-top: 1rem; }
  .device-stack__tablet { width: 160px; }
  .device-stack__phone { width: 120px; min-width: 120px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .mock-dash__body { grid-template-columns: 1fr; }
  .mock-dash__nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; width: 100%; flex-direction: column; align-items: stretch;
    padding-bottom: 1rem;
  }
  .site-header.is-open .nav { display: flex; }
  .site-header__inner { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .bento__item, .bento__item--wide, .bento__item--tall { grid-column: span 12; }
  .timeline::before, .timeline__body::before { display: none; }
  .timeline__item { grid-template-columns: 1fr; }
  .timeline__time { text-align: left; }
  .timeline__body { margin-left: 0; }
  .hero-trust { grid-template-columns: 1fr; }
  .device-stack { min-height: 300px; }
  .device-stack__tablet { width: 130px; right: 2%; }
  .device-stack__phone { width: 110px; min-width: 110px; left: 0; }
  .saas-hero { padding: 2.5rem 0 3rem; }
  .showcase__devices--mobile .mock-phone { min-width: 140px; }
}
