:root {
  color-scheme: light;
  --bg: #f3f0e8;
  --ink: #17201f;
  --muted: #5f6b66;
  --line: rgba(15, 23, 42, 0.14);
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --navy: #162320;
  --blue: #25635b;
  --blue-strong: #17443f;
  --cyan: #0f766e;
  --green: #18735f;
  --amber: #b7791f;
  --copper: #b7791f;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 82% 0%, rgba(37, 99, 91, 0.14), transparent 32rem),
    radial-gradient(circle at 10% 10%, rgba(183, 121, 31, 0.1), transparent 28rem),
    linear-gradient(180deg, #fbfaf6 0%, #f0eee6 48%, #e4e9e5 100%);
}

a {
  color: inherit;
}

.page-shell {
  overflow: hidden;
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.conversion-band .wrap,
.executive-signal .wrap,
.before-after-section .wrap,
.product-evidence .wrap,
.product-deep-dive .wrap,
.differentiation-section .wrap,
.use-cases-section .wrap,
.trust-authority-section .wrap,
.channel-governance-section .wrap,
.tenant-section .wrap,
.pricing-section .wrap,
.faq-section .wrap,
.implementation-section .wrap,
.closing-section .wrap {
  width: min(1500px, calc(100% - 96px));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(247, 250, 252, 0.88);
  backdrop-filter: blur(18px);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 168px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(154px, 12vw, 188px);
  height: auto;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #162320, #25635b 62%, #b7791f);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(23, 68, 63, 0.24);
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-name {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-kicker,
.eyebrow,
.meta-label,
.pill {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav a {
  padding: 10px 11px;
  border-radius: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.nav a:hover {
  background: rgba(52, 95, 190, 0.1);
  color: var(--blue-strong);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(52, 95, 190, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: var(--blue-strong);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.button.primary {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(23, 68, 63, 0.22);
}

.button:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 72px 0 38px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(52, 95, 190, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue-strong);
}

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

h1 {
  max-width: 820px;
  color: var(--navy);
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  color: #35423f;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.hero-assurance span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(234, 255, 248, 0.88);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
}

.quick-list span {
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 91, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: #263936;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
}

.operator-logo-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.operator-logo-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operator-logo-strip img {
  display: block;
  width: min(260px, 44vw);
  height: auto;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
}

.trust-item {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.trust-item strong {
  display: block;
  color: var(--navy);
  font-size: 23px;
}

.trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-panel {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 235, 0.96));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.status::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.panel-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.thread {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: #ffffff;
}

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(37, 99, 91, 0.12);
  color: var(--blue-strong);
  font-weight: 900;
}

.thread strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.thread span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.tag {
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(183, 121, 31, 0.12);
  color: #8a5a12;
  font-size: 12px;
  font-weight: 850;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px 16px;
}

.signal {
  padding: 13px;
  border-radius: 8px;
  background: #162320;
  color: #f8fafc;
}

.signal span {
  display: block;
  color: #a8b3c7;
  font-size: 12px;
}

.signal strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.product-showcase {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 80% 0%, rgba(183, 121, 31, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(234, 241, 237, 0.76));
  box-shadow: 0 34px 90px rgba(23, 68, 63, 0.16);
}

.showcase-orbit {
  position: absolute;
  z-index: 2;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(22, 35, 32, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(23, 68, 63, 0.18);
}

.channel-whatsapp {
  top: 18px;
  right: 78px;
}

.channel-meta {
  top: 78px;
  right: 18px;
  background: rgba(37, 99, 91, 0.94);
}

.channel-sla {
  right: 118px;
  bottom: 76px;
  background: rgba(183, 121, 31, 0.96);
}

.app-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  background: #fbfaf6;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.82);
}

.app-topbar strong,
.app-topbar span {
  display: block;
}

.app-topbar strong {
  color: var(--navy);
  font-size: 16px;
}

.app-topbar span:not(.status) {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.08fr) minmax(0, 0.68fr);
  min-height: 360px;
}

.queue-pane,
.conversation-pane,
.insight-pane {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
  min-width: 0;
}

.queue-pane,
.conversation-pane {
  border-right: 1px solid rgba(148, 163, 184, 0.2);
}

.pane-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.queue-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.queue-item.active {
  border-color: rgba(37, 99, 91, 0.32);
  background: rgba(232, 241, 237, 0.72);
}

.queue-item strong,
.queue-item small {
  display: block;
}

.queue-item strong {
  color: var(--navy);
  font-size: 13px;
}

.queue-item small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.message {
  width: min(92%, 280px);
  padding: 13px 14px;
  border-radius: 12px;
  color: #263936;
  font-size: 13px;
  line-height: 1.45;
}

.message.inbound {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.message.outbound {
  justify-self: end;
  background: #25635b;
  color: #ffffff;
}

.composer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.composer-bar span {
  color: var(--muted);
  font-size: 12px;
}

.composer-bar strong {
  padding: 7px 10px;
  border-radius: 8px;
  background: #162320;
  color: #ffffff;
  font-size: 12px;
}

.metric {
  padding: 12px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.metric span,
.metric strong {
  display: block;
}

.metric span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric strong {
  margin-top: 6px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.2;
}

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

.showcase-footer span {
  padding: 12px;
  border-radius: 8px;
  background: #162320;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.section {
  padding: 58px 0;
}

.section.alt {
  background: rgba(255, 255, 255, 0.38);
  border-block: 1px solid rgba(148, 163, 184, 0.18);
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 26px;
}

h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-head p,
.body-copy {
  color: #4d5a56;
  font-size: 18px;
  line-height: 1.65;
}

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

.card,
.legal-doc,
.side-box {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.card {
  min-height: 188px;
  padding: 22px;
}

.card h3 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.card p,
.card li {
  color: #5f6b66;
  font-size: 15px;
  line-height: 1.58;
}

.card p {
  margin-top: 10px;
}

.card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.feature-grid .card {
  min-height: 168px;
}

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

.module-card {
  display: grid;
  gap: 14px;
  min-height: 286px;
  overflow: hidden;
}

.module-card h3 {
  margin: 0;
}

.module-card p {
  margin: 0;
}

.module-visual {
  position: relative;
  display: grid;
  min-height: 112px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 0%, rgba(183, 121, 31, 0.12), transparent 10rem),
    linear-gradient(135deg, rgba(37, 99, 91, 0.13), rgba(255, 255, 255, 0.76));
  overflow: hidden;
}

.inbox-visual {
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.inbox-visual span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(37, 99, 91, 0.18);
}

.inbox-visual span:nth-child(2) {
  width: 78%;
  background: rgba(183, 121, 31, 0.18);
}

.inbox-visual span:nth-child(3) {
  width: 58%;
}

.sla-visual {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: end;
  padding: 18px;
}

.sla-visual span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 8px;
  background: #162320;
  color: #ffffff;
  font-weight: 900;
}

.sla-visual span:nth-child(2) {
  min-height: 78px;
  background: #25635b;
}

.sla-visual span:nth-child(3) {
  min-height: 94px;
  background: #b7791f;
}

.automation-visual {
  padding: 18px;
}

.automation-visual span {
  position: absolute;
  width: 62px;
  height: 34px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.automation-visual span:nth-child(1) {
  top: 18px;
  left: 20px;
}

.automation-visual span:nth-child(2) {
  top: 40px;
  right: 24px;
}

.automation-visual span:nth-child(3) {
  bottom: 18px;
  left: 42%;
  background: #25635b;
}

.channels-visual {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: center;
  padding: 18px;
}

.channels-visual span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.roles-visual {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  padding: 18px;
}

.roles-visual span {
  display: block;
  aspect-ratio: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, #162320, #25635b);
}

.roles-visual span:nth-child(2) {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #25635b, #b7791f);
}

.trace-visual {
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.trace-visual span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(22, 35, 32, 0.82);
}

.trace-visual span:nth-child(2) {
  width: 72%;
  background: rgba(37, 99, 91, 0.82);
}

.trace-visual span:nth-child(3) {
  width: 48%;
  background: rgba(183, 121, 31, 0.82);
}

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

.conversion-band {
  position: relative;
  padding: 34px 0 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 91, 0.1), transparent 22rem),
    linear-gradient(180deg, #fbfaf6 0%, #f5f1e8 100%);
}

.conversion-band::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 91, 0.22), transparent);
  content: "";
}

.conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.conversion-copy,
.conversion-scorecard,
.conversion-proof {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(21, 43, 38, 0.08);
  backdrop-filter: blur(18px);
}

.conversion-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 28px;
}

.conversion-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.5vw, 54px);
}

.conversion-copy p:not(.eyebrow) {
  max-width: 780px;
  color: #4d5a56;
  font-size: 18px;
  line-height: 1.65;
}

.conversion-scorecard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(15, 75, 66, 0.12);
}

.conversion-scorecard article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 245px;
  padding: 28px 22px;
  background:
    radial-gradient(circle at 72% 0%, rgba(95, 224, 194, 0.18), transparent 12rem),
    rgba(255, 255, 255, 0.82);
}

.conversion-scorecard span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #0f4b42;
  color: #d7fff5;
  font-size: 12px;
  font-weight: 950;
}

.conversion-scorecard strong {
  color: var(--navy);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.conversion-scorecard p {
  color: #5f6b66;
  font-size: 15px;
  line-height: 1.5;
}

.conversion-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 999px;
}

.proof-pill {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.proof-pill span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  background: #17201f;
  color: #eafff8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-pill strong {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.35;
}

.executive-signal {
  padding: 18px 0 74px;
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 91, 0.12), transparent 24rem),
    linear-gradient(180deg, #f5f1e8 0%, #fbfaf6 100%);
}

.executive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 32px 100px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(18px);
}

.executive-grid article {
  display: grid;
  gap: 14px;
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.1), transparent 12rem),
    rgba(255, 255, 255, 0.58);
}

.executive-grid article:last-child {
  border-right: 0;
}

.executive-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: #69f4d0;
  font-size: 12px;
  font-weight: 950;
}

.executive-grid strong {
  color: var(--navy);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.executive-grid p {
  color: #4d5a56;
  font-size: 15px;
  line-height: 1.55;
}

.before-after-section {
  position: relative;
  padding: 80px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 118, 110, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 76%, rgba(183, 121, 31, 0.12), transparent 24rem),
    linear-gradient(180deg, #f5f1e8 0%, #fbfaf6 100%);
}

.before-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}

.before-after-copy {
  display: grid;
  gap: 16px;
}

.before-after-copy h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.before-after-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #4d5a56;
  font-size: 18px;
  line-height: 1.65;
}

.comparison-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 32px 100px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(18px);
}

.comparison-column {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 440px;
  padding: clamp(28px, 3.4vw, 48px);
}

.comparison-column.before {
  background:
    radial-gradient(circle at 0% 0%, rgba(95, 107, 102, 0.12), transparent 18rem),
    #ffffff;
}

.comparison-column.after {
  border-left: 1px solid rgba(15, 23, 42, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.18), transparent 18rem),
    linear-gradient(135deg, #061318 0%, #0d2f2a 100%);
  color: #ffffff;
}

.comparison-column span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-column.after span {
  background: rgba(105, 244, 208, 0.14);
  color: #69f4d0;
}

.comparison-column h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.comparison-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-column li {
  position: relative;
  padding-left: 24px;
  color: #4d5a56;
  font-size: 16px;
  line-height: 1.5;
}

.comparison-column.after li {
  color: rgba(219, 245, 247, 0.82);
}

.comparison-column li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--amber);
  content: "";
}

.comparison-column.after li::before {
  background: #69f4d0;
}

.problem-list,
.tenant-box {
  display: grid;
  gap: 12px;
}

.problem-list div,
.tenant-box,
.price-card,
.extras-box {
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.problem-list div {
  padding: 18px;
}

.problem-list strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.problem-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.channel-row span {
  padding: 13px 15px;
  border: 1px solid rgba(37, 99, 91, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #263936;
  font-size: 14px;
  font-weight: 850;
}

.channel-governance-section {
  position: relative;
  padding: 82px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 91, 0.1), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, #f3f8f4 100%);
}

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

.channel-matrix article {
  position: relative;
  min-height: 214px;
  padding: 24px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 96% 0%, rgba(95, 224, 194, 0.16), transparent 13rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.channel-matrix article::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 91, 0.48));
  content: "";
}

.channel-matrix .primary-channel {
  background:
    radial-gradient(circle at 90% 0%, rgba(105, 244, 208, 0.18), transparent 20rem),
    linear-gradient(135deg, #071b20 0%, #102823 58%, #061015 100%);
  color: #f4fbff;
}

.channel-matrix span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 91, 0.1);
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.channel-matrix .primary-channel span {
  border: 1px solid rgba(105, 244, 208, 0.24);
  background: rgba(105, 244, 208, 0.1);
  color: #69f4d0;
}

.channel-matrix h3 {
  margin-top: 22px;
  color: var(--navy);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.06;
}

.channel-matrix .primary-channel h3 {
  color: #ffffff;
}

.channel-matrix p {
  margin-top: 12px;
  color: #596662;
  font-size: 15px;
  line-height: 1.55;
}

.channel-matrix .primary-channel p {
  max-width: 680px;
  color: rgba(219, 245, 247, 0.78);
  font-size: 17px;
}

.channel-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  color: #596662;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
}

.channel-note strong {
  color: var(--blue-strong);
}

.tenant-section {
  padding: 86px 0;
}

.tenant-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.tenant-grid .section-head {
  grid-row: span 2;
  position: sticky;
  top: 120px;
}

.tenant-control-card {
  padding: 28px;
  border: 1px solid rgba(105, 244, 208, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(105, 244, 208, 0.18), transparent 18rem),
    linear-gradient(135deg, #071b20 0%, #102823 58%, #061015 100%);
  color: #f4fbff;
  box-shadow: 0 34px 100px rgba(7, 28, 32, 0.2);
}

.tenant-control-card h3 {
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.tenant-control-card p {
  margin-top: 14px;
  color: rgba(219, 245, 247, 0.78);
  font-size: 16px;
  line-height: 1.56;
}

.tenant-control-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.tenant-control-list div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.tenant-control-list strong,
.tenant-control-list span {
  display: block;
}

.tenant-control-list strong {
  color: #69f4d0;
  font-size: 16px;
}

.tenant-control-list span {
  margin-top: 6px;
  color: rgba(219, 245, 247, 0.72);
  font-size: 13px;
  line-height: 1.4;
}

.tenant-includes {
  border-radius: 30px;
}

.tenant-box {
  padding: 24px;
}

.tenant-box h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 24px;
}

.tenant-box ul,
.price-card ul {
  margin: 0;
  padding-left: 20px;
}

.tenant-box li,
.price-card li {
  color: #4d5a56;
  line-height: 1.62;
}

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

.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 91, 0.12), transparent 30rem),
    radial-gradient(circle at 88% 28%, rgba(183, 121, 31, 0.1), transparent 26rem),
    linear-gradient(180deg, #fbfaf6 0%, #eef5f0 100%);
}

.pricing-command {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 8px 0 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(105, 244, 208, 0.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 10%, rgba(105, 244, 208, 0.18), transparent 18rem),
    linear-gradient(135deg, #041018 0%, #071b20 52%, #03070b 100%);
  box-shadow: 0 36px 100px rgba(7, 28, 32, 0.2);
}

.pricing-command span {
  display: block;
  color: #69f4d0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-command strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-command p {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(219, 245, 247, 0.76);
  font-size: 16px;
  line-height: 1.55;
}

.pricing-positioning {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}

.pricing-positioning article {
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 224, 194, 0.16), transparent 12rem),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.06);
}

.pricing-positioning span {
  display: block;
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-positioning strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.42;
}

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 610px;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 224, 194, 0.12), transparent 16rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 86px rgba(15, 23, 42, 0.1);
}

.price-card::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 91, 0.38));
  content: "";
}

.price-card.featured {
  border-color: rgba(105, 244, 208, 0.28);
  background:
    radial-gradient(circle at 82% 10%, rgba(105, 244, 208, 0.18), transparent 18rem),
    linear-gradient(145deg, #071b20 0%, #102823 58%, #061015 100%);
  color: #f4fbff;
  box-shadow: 0 38px 110px rgba(7, 28, 32, 0.24);
  transform: translateY(-12px);
}

.price-card.featured::after {
  background: linear-gradient(90deg, transparent, rgba(105, 244, 208, 0.8));
}

.plan-label {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(183, 121, 31, 0.13);
  color: #8a5a12;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card h3 {
  color: var(--navy);
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1;
}

.price-card.featured h3,
.price-card.featured .setup,
.price-card.featured .plan-fit {
  color: #ffffff;
}

.price-card h3 span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
}

.price-card.featured h3 span {
  color: rgba(219, 245, 247, 0.72);
}

.setup {
  color: var(--blue-strong);
  font-weight: 900;
}

.plan-outcome {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 91, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.12), transparent 10rem),
    rgba(37, 99, 91, 0.05);
}

.plan-outcome span {
  color: var(--blue-strong);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-outcome strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.price-card.featured .plan-outcome {
  border-color: rgba(105, 244, 208, 0.2);
  background: rgba(105, 244, 208, 0.08);
}

.price-card.featured .plan-outcome span,
.price-card.featured .plan-outcome strong {
  color: #eafff8;
}

.plan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plan-meta span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 91, 0.08);
  color: #17443f;
  font-size: 12px;
  font-weight: 900;
}

.price-card.featured .plan-meta span {
  background: rgba(105, 244, 208, 0.1);
  color: #baffef;
}

.price-card p {
  color: #4d5a56;
  line-height: 1.56;
}

.price-card.featured p,
.price-card.featured li {
  color: rgba(219, 245, 247, 0.76);
}

.plan-fit {
  color: var(--navy);
  font-weight: 950;
}

.plan-button {
  align-self: end;
  margin-top: 8px;
  width: 100%;
}

.price-card.featured .plan-label {
  background: rgba(105, 244, 208, 0.12);
  color: #69f4d0;
}

.price-card.featured .button.primary {
  border-color: #69f4d0;
  background: #69f4d0;
  color: #031016;
}

.extras-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding: 18px;
}

.extras-box strong {
  color: var(--navy);
}

.extras-box span {
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(37, 99, 91, 0.08);
  color: #263936;
  font-size: 13px;
  font-weight: 800;
}

.pricing-note {
  max-width: 980px;
  margin-top: 16px;
  color: #5f6b66;
  font-size: 14px;
  line-height: 1.62;
}

.faq-section {
  padding: 94px 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(37, 99, 91, 0.1), transparent 26rem),
    linear-gradient(180deg, #fbfaf6 0%, #f3f0e8 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(620px, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.faq-grid .section-head {
  position: sticky;
  top: 110px;
}

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

.faq-list article {
  padding: 24px 26px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.12), transparent 14rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 70px rgba(15, 23, 42, 0.07);
}

.faq-list h3 {
  color: var(--navy);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.faq-list p {
  margin-top: 10px;
  color: #4d5a56;
  font-size: 16px;
  line-height: 1.6;
}

.implementation-section {
  padding: 86px 0;
}

.implementation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  counter-reset: implementation;
}

.implementation-grid article {
  position: relative;
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 224, 194, 0.18), transparent 13rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
}

.implementation-grid article::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 91, 0.45));
  content: "";
}

.implementation-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(37, 99, 91, 0.1);
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 950;
}

.implementation-grid h3 {
  margin-top: 22px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.1;
}

.implementation-grid p {
  margin-top: 12px;
  color: #596662;
  font-size: 15px;
  line-height: 1.55;
}

.implementation-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(105, 244, 208, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 0%, rgba(105, 244, 208, 0.16), transparent 16rem),
    linear-gradient(135deg, #071b20, #102823);
  color: rgba(219, 245, 247, 0.82);
  box-shadow: 0 28px 80px rgba(7, 28, 32, 0.18);
}

.implementation-note strong {
  color: #69f4d0;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 0%, rgba(95, 224, 194, 0.2), transparent 16rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 82px rgba(15, 23, 42, 0.1);
}

.contact-diagnostic {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.diagnostic-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.diagnostic-checklist span {
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 850;
}

.contact-kicker {
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 91, 0.1);
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-panel h3 {
  color: var(--navy);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.contact-row {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 91, 0.12);
  border-radius: 8px;
  background: rgba(246, 243, 235, 0.62);
}

.contact-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-row a,
.contact-row strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.contact-panel .button {
  margin-top: 4px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.operator {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
  background: #162320;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.operator-logo {
  display: block;
  width: min(330px, 100%);
  height: auto;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
}

.operator h3 {
  color: #ffffff;
  font-size: 25px;
}

.operator p {
  color: #d8deea;
  line-height: 1.65;
}

.operator-list {
  display: grid;
  gap: 10px;
}

.operator-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.operator-row span {
  color: #a8b3c7;
}

.operator-row strong {
  color: #ffffff;
  text-align: right;
}

.cta-band {
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #162320, #17443f 58%, #25635b);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  color: #ffffff;
}

.cta-band p {
  max-width: 760px;
  margin-top: 12px;
  color: #e2e8f0;
  font-size: 18px;
  line-height: 1.6;
}

.cta-band .button {
  margin-top: 20px;
}

.closing-section {
  position: relative;
  padding: 92px 0 64px;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 91, 0.12), transparent 30rem),
    radial-gradient(circle at 88% 78%, rgba(183, 121, 31, 0.12), transparent 26rem),
    linear-gradient(180deg, #fbfaf6 0%, #f1eee5 100%);
}

.closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.closing-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 32px 100px rgba(15, 23, 42, 0.1);
}

.closing-copy h2 {
  max-width: 820px;
  font-size: clamp(40px, 4.7vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.closing-copy p:not(.eyebrow) {
  max-width: 820px;
  color: #4d5a56;
  font-size: 18px;
  line-height: 1.66;
}

.diagnostic-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
}

.diagnostic-mini span {
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.12), transparent 8rem),
    rgba(255, 255, 255, 0.72);
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 900;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.closing-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.closing-flow article {
  display: grid;
  grid-template-columns: auto minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 24px;
  border: 1px solid rgba(105, 244, 208, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(105, 244, 208, 0.14), transparent 16rem),
    linear-gradient(135deg, #041018 0%, #071b20 58%, #03070b 100%);
  box-shadow: 0 28px 86px rgba(7, 28, 32, 0.16);
}

.closing-flow span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  background: rgba(105, 244, 208, 0.12);
  color: #69f4d0;
  font-size: 13px;
  font-weight: 950;
}

.closing-flow strong {
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.05;
}

.closing-flow p {
  color: rgba(219, 245, 247, 0.76);
  font-size: 16px;
  line-height: 1.5;
}

.legal-confidence {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(37, 99, 91, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.legal-confidence span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-confidence strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.4;
}

.legal-confidence a {
  flex: 0 0 auto;
  color: var(--blue-strong);
  font-weight: 900;
  text-decoration: none;
}

.floating-diagnosis {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 2px;
  min-width: 220px;
  padding: 14px 18px;
  border: 1px solid rgba(105, 244, 208, 0.26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 244, 208, 0.18), transparent 10rem),
    linear-gradient(135deg, #041018 0%, #0d2f2a 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 22px 70px rgba(3, 16, 22, 0.28);
}

.floating-diagnosis span {
  color: rgba(219, 245, 247, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.floating-diagnosis strong {
  color: #69f4d0;
  font-size: 16px;
  font-weight: 950;
}

.footer {
  padding: 30px 0 44px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #5f6b66;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.legal-page {
  padding: 34px 0 58px;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: start;
}

.legal-doc {
  padding: 30px;
}

.legal-doc section + section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.legal-doc h1 {
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 62px);
}

.legal-doc h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.legal-doc p,
.legal-doc li {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.legal-doc p + p,
.legal-doc ul + p,
.legal-doc p + ul {
  margin-top: 14px;
}

.side-box {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.meta-block {
  display: grid;
  gap: 4px;
}

.meta-value {
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.4;
}

@media (max-width: 940px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-grid,
  .split,
  .legal-grid {
    grid-template-columns: 1fr;
  }

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

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

  .price-card {
    min-height: auto;
  }

  .app-grid {
    grid-template-columns: 1fr;
  }

  .queue-pane,
  .conversation-pane {
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1160px);
  }

  .nav a {
    white-space: normal;
  }

  .nav {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .hero-grid {
    gap: 22px;
  }

  .trust-row,
  .quick-list,
  .cards,
  .signal-grid {
    grid-template-columns: 1fr;
  }

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

  .channel-row span,
  .extras-box span {
    width: 100%;
  }

  .product-panel {
    margin-inline: -2px;
  }

  .product-showcase {
    padding: 12px;
  }

  .showcase-orbit {
    position: static;
    display: inline-grid;
    width: max-content;
    max-width: 100%;
    margin-right: 6px;
  }

  .app-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .module-card {
    min-height: auto;
  }

  .thread {
    grid-template-columns: 38px 1fr;
  }

  .thread .tag {
    grid-column: 2;
    width: max-content;
  }

  .operator-row,
  .operator-logo-strip,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .operator-logo-strip {
    width: 100%;
  }

  .operator-logo-strip img {
    width: min(260px, 100%);
  }

  .operator-row strong {
    text-align: left;
  }

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

/* Premium commercial pass */
body {
  background:
    linear-gradient(180deg, #e8f3ee 0%, #fbfaf6 620px, #f4f1e8 100%);
}

.topbar {
  top: 18px;
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(9, 42, 37, 0.14);
}

.topbar-inner {
  width: 100%;
  min-height: 74px;
  padding-left: clamp(32px, 4.5vw, 72px);
  padding-right: 18px;
}

.topbar .brand {
  flex: 1 1 auto;
}

.topbar .nav {
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: 920px;
  margin-top: -92px;
  padding: 150px 0 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 28%, rgba(132, 255, 229, 0.26), transparent 30rem),
    radial-gradient(circle at 18% 24%, rgba(255, 193, 79, 0.14), transparent 24rem),
    radial-gradient(circle at 66% 82%, rgba(6, 22, 43, 0.48), transparent 34rem),
    linear-gradient(135deg, #5ecdb6 0%, #17846e 38%, #075e4d 66%, #021f1b 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 118px 4vw auto auto;
  width: min(42vw, 720px);
  height: min(38vw, 620px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(22px);
  content: "";
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(251, 250, 246, 0), #fbfaf6);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(540px, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(48px, 5.4vw, 104px);
  align-items: start;
}

.hero .wrap {
  width: min(1500px, calc(100% - 96px));
}

.hero-copy {
  padding-top: 10px;
}

.hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(48px, 4.15vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero .lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.46;
}

.hero-announcement {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(2, 31, 27, 0.22);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.hero-announcement span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #ffc14f;
  color: #17201f;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero .pill {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  color: #eafff8;
  backdrop-filter: blur(12px);
}

.hero .button {
  min-height: 58px;
  padding-inline: 28px;
  border-color: rgba(255, 255, 255, 0.42);
  background: #ffffff;
  color: #0f4b42;
  font-size: 16px;
}

.hero .button.primary {
  border-color: #ffc14f;
  background: #ffc14f;
  color: #17201f;
  box-shadow: 0 20px 38px rgba(58, 42, 5, 0.2);
}

.hero .quick-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.hero .quick-list span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.hero-proof-strip {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-proof-strip span {
  min-height: 76px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(2, 31, 27, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-proof-strip strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.hero .operator-logo-strip {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hero .operator-logo-strip span {
  color: #eafff8;
}

.hero-art {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-right: -18px;
  justify-self: end;
  padding-top: 90px;
}

.hero-art::before {
  position: absolute;
  inset: 54px -26px 8px 18px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 12%, rgba(105, 244, 208, 0.32), transparent 18rem),
    radial-gradient(circle at 82% 76%, rgba(255, 193, 79, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
  filter: blur(4px);
  content: "";
}

.hero-art img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  border: 1px solid rgba(105, 244, 208, 0.24);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 44px 120px rgba(1, 20, 17, 0.42);
  filter: saturate(1.08) contrast(1.03) drop-shadow(0 36px 60px rgba(3, 33, 29, 0.26));
}

.hero-product-dock {
  position: absolute;
  right: 28px;
  bottom: -22px;
  display: flex;
  flex-wrap: wrap;
  max-width: min(560px, calc(100% - 56px));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 54px rgba(5, 39, 34, 0.2);
  backdrop-filter: blur(18px);
}

.hero-product-dock span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 75, 66, 0.08);
  color: #0f4b42;
  font-size: 12px;
  font-weight: 920;
}

.hero-proof-card {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(5, 39, 34, 0.18);
}

.hero-proof-card span {
  color: #5f6b66;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-proof-card strong {
  color: #17201f;
  font-size: 22px;
}

.hero-proof-card small {
  color: #25635b;
  font-size: 13px;
  font-weight: 850;
}

.proof-top {
  top: 74px;
  left: 24px;
}

.proof-bottom {
  right: 36px;
  bottom: 64px;
}

.section.alt {
  background: #f7f4ec;
}

.module-card {
  border: 0;
  background: #ffffff;
  box-shadow: 0 28px 74px rgba(21, 43, 38, 0.1);
}

.module-visual {
  min-height: 148px;
  background:
    radial-gradient(circle at 78% 12%, rgba(95, 224, 194, 0.26), transparent 10rem),
    linear-gradient(135deg, rgba(37, 99, 91, 0.18), rgba(246, 243, 235, 0.94));
}

.solution-os {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  margin-top: 32px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(105, 244, 208, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 18%, rgba(105, 244, 208, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 16%, rgba(75, 183, 255, 0.16), transparent 22rem),
    linear-gradient(135deg, #041018 0%, #071b20 46%, #03070b 100%);
  box-shadow: 0 38px 110px rgba(7, 28, 32, 0.28);
  overflow: hidden;
}

.solution-os::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(105, 244, 208, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 244, 208, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 54% 48%, #000 0%, transparent 72%);
  content: "";
}

.solution-os::after {
  position: absolute;
  right: -10%;
  bottom: -38%;
  width: 62%;
  height: 72%;
  border-radius: 999px;
  background: rgba(183, 121, 31, 0.18);
  filter: blur(54px);
  content: "";
}

.solution-core,
.solution-capabilities {
  position: relative;
  z-index: 1;
}

.solution-core {
  display: grid;
  align-content: space-between;
  min-height: 560px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(1, 8, 13, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.core-kicker {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(105, 244, 208, 0.28);
  border-radius: 999px;
  background: rgba(105, 244, 208, 0.08);
  color: #69f4d0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-core strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 360px;
  color: #f4fbff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.solution-core p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: rgba(219, 245, 247, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.core-rings {
  position: absolute;
  z-index: 0;
  right: -70px;
  bottom: -70px;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(105, 244, 208, 0.28), transparent 60%);
  opacity: 0.86;
}

.core-rings span {
  position: absolute;
  inset: var(--ring-inset, 0);
  border: 1px solid rgba(105, 244, 208, 0.22);
  border-radius: 999px;
}

.core-rings span:nth-child(1) {
  --ring-inset: 28px;
}

.core-rings span:nth-child(2) {
  --ring-inset: 76px;
}

.core-rings span:nth-child(3) {
  --ring-inset: 124px;
  background: linear-gradient(135deg, #69f4d0, #4bb7ff);
  box-shadow: 0 0 52px rgba(105, 244, 208, 0.35);
}

.solution-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solution-capabilities article {
  position: relative;
  min-height: 172px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(105, 244, 208, 0.14), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.solution-capabilities article::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(105, 244, 208, 0.72));
  content: "";
}

.solution-capabilities span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(105, 244, 208, 0.26);
  border-radius: 14px;
  background: rgba(105, 244, 208, 0.1);
  color: #69f4d0;
  font-size: 13px;
  font-weight: 900;
}

.solution-capabilities h3 {
  margin-top: 18px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.12;
}

.solution-capabilities p {
  margin-top: 10px;
  color: rgba(219, 245, 247, 0.74);
  font-size: 15px;
  line-height: 1.5;
}

.wide-head {
  max-width: 980px;
}

.product-evidence {
  position: relative;
  padding: 78px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(22, 111, 94, 0.12), transparent 26rem),
    linear-gradient(180deg, #fbfaf6 0%, #eef5f0 100%);
}

.evidence-hero {
  position: relative;
  margin: 30px 0 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(105, 244, 208, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58px),
    #071018;
  box-shadow: 0 44px 130px rgba(14, 54, 48, 0.28);
}

.evidence-hero::after {
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 20%, transparent 82%, rgba(95, 224, 194, 0.08)),
    radial-gradient(circle at 82% 18%, rgba(105, 244, 208, 0.16), transparent 22rem);
  content: "";
  pointer-events: none;
}

.evidence-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  filter: saturate(1.08) contrast(1.04);
}

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

.evidence-grid article {
  min-height: 138px;
  padding: 22px;
  border: 1px solid rgba(37, 99, 91, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.08);
}

.evidence-grid strong {
  display: block;
  color: var(--navy);
  font-size: 21px;
}

.evidence-grid span {
  display: block;
  margin-top: 8px;
  color: #4d5a56;
  font-size: 15px;
  line-height: 1.55;
}

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

.tour-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
}

.tour-card.featured {
  display: grid;
  grid-row: span 2;
  align-content: end;
  min-height: 616px;
  padding: clamp(26px, 3vw, 38px);
  border-color: rgba(105, 244, 208, 0.2);
  background:
    radial-gradient(circle at 22% 12%, rgba(105, 244, 208, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 88%, rgba(183, 121, 31, 0.2), transparent 20rem),
    linear-gradient(135deg, #041018 0%, #07231f 52%, #03070b 100%);
  color: #ffffff;
}

.tour-card.featured::before {
  position: absolute;
  inset: 28px 28px auto auto;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(105, 244, 208, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(105, 244, 208, 0.16), transparent 64%),
    repeating-conic-gradient(from 20deg, rgba(105, 244, 208, 0.2) 0deg 8deg, transparent 8deg 24deg);
  content: "";
}

.tour-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.tour-copy h3 {
  color: #ffffff;
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.tour-copy p {
  color: rgba(219, 245, 247, 0.78);
  font-size: 17px;
  line-height: 1.58;
}

.tour-copy .button {
  width: max-content;
  margin-top: 8px;
}

.tour-card:not(.featured) {
  display: grid;
  align-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tour-card:not(.featured)::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 16, 22, 0.1) 0%, transparent 24%, rgba(255, 255, 255, 0.96) 82%),
    radial-gradient(circle at 82% 0%, rgba(105, 244, 208, 0.16), transparent 13rem);
  content: "";
  pointer-events: none;
}

.tour-card:not(.featured):hover {
  border-color: rgba(37, 99, 91, 0.2);
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.tour-card img {
  display: block;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: top center;
  background: #071018;
  filter: saturate(1.08) contrast(1.03);
}

.tour-card:not(.featured) div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.tour-card strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.1;
}

.tour-card span {
  color: #4d5a56;
  font-size: 15px;
  line-height: 1.5;
}

.product-deep-dive {
  padding: 82px 0;
}

.product-stage {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 12%, rgba(95, 224, 194, 0.16), transparent 18rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 90px rgba(19, 44, 40, 0.12);
}

.product-stage.reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
}

.product-stage.reverse .product-stage-copy {
  order: 2;
}

.product-stage.reverse figure {
  order: 1;
}

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

.stage-kicker {
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(37, 99, 91, 0.16);
  border-radius: 999px;
  background: rgba(37, 99, 91, 0.08);
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-stage h3 {
  color: var(--navy);
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.product-stage p {
  color: #4d5a56;
  font-size: 17px;
  line-height: 1.64;
}

.product-stage ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.product-stage li {
  position: relative;
  padding-left: 22px;
  color: #34433f;
  font-size: 15px;
  line-height: 1.45;
}

.product-stage li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #69f4d0, #25635b);
  content: "";
}

.product-stage figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(105, 244, 208, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48px),
    #071018;
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.2);
}

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

.differentiation-section {
  position: relative;
  padding: 86px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 91, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 26%, rgba(183, 121, 31, 0.1), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, #f0f6f1 100%);
}

.comparison-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1.16fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 30px;
}

.comparison-card {
  position: relative;
  min-height: 440px;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 30px;
  overflow: hidden;
}

.comparison-card.muted {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 80% 8%, rgba(37, 99, 91, 0.1), transparent 18rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.comparison-card.premium {
  border: 1px solid rgba(105, 244, 208, 0.22);
  background:
    radial-gradient(circle at 85% 10%, rgba(105, 244, 208, 0.18), transparent 22rem),
    radial-gradient(circle at 20% 100%, rgba(75, 183, 255, 0.12), transparent 20rem),
    linear-gradient(135deg, #041018 0%, #071b20 48%, #03070b 100%);
  box-shadow: 0 38px 110px rgba(7, 28, 32, 0.22);
}

.compare-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.muted .compare-label {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: #596662;
}

.premium .compare-label {
  border: 1px solid rgba(105, 244, 208, 0.28);
  background: rgba(105, 244, 208, 0.08);
  color: #69f4d0;
}

.comparison-card h3 {
  margin-top: 28px;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.comparison-card.muted h3 {
  color: var(--navy);
}

.comparison-card.premium h3 {
  color: #f4fbff;
}

.comparison-card p {
  max-width: 560px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.58;
}

.comparison-card.muted p,
.comparison-card.muted li {
  color: #56635f;
}

.comparison-card.premium p,
.comparison-card.premium li {
  color: rgba(219, 245, 247, 0.78);
}

.comparison-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.45;
}

.comparison-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  content: "";
}

.muted li::before {
  background: rgba(15, 23, 42, 0.28);
}

.premium li::before {
  background: linear-gradient(135deg, #69f4d0, #4bb7ff);
  box-shadow: 0 0 20px rgba(105, 244, 208, 0.34);
}

.comparison-bridge {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
}

.comparison-bridge span {
  width: 1px;
  height: 128px;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 91, 0.3), transparent);
}

.comparison-bridge strong {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-strong);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

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

.differentiator-strip article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
}

.differentiator-strip strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
}

.differentiator-strip span {
  display: block;
  margin-top: 8px;
  color: #596662;
  font-size: 14px;
  line-height: 1.45;
}

.trust-authority-section {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(105, 244, 208, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 78%, rgba(183, 121, 31, 0.16), transparent 26rem),
    linear-gradient(135deg, #041018 0%, #071b20 48%, #03070b 100%);
  overflow: hidden;
}

.trust-authority-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(105, 244, 208, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 244, 208, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 52% 45%, #000 0%, transparent 72%);
  content: "";
}

.trust-authority-grid,
.trust-authority-strip {
  position: relative;
  z-index: 1;
}

.trust-authority-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.trust-authority-main {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.trust-authority-main .eyebrow {
  color: #69f4d0;
}

.trust-authority-main h2 {
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 68px);
}

.trust-authority-main p {
  color: rgba(219, 245, 247, 0.76);
  font-size: 18px;
  line-height: 1.66;
}

.trust-authority-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

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

.trust-authority-panel article {
  min-height: 250px;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(105, 244, 208, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(105, 244, 208, 0.14), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.trust-authority-panel span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(105, 244, 208, 0.1);
  color: #69f4d0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-authority-panel strong {
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.trust-authority-panel p {
  margin-top: 14px;
  color: rgba(219, 245, 247, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.trust-authority-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(105, 244, 208, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.trust-authority-strip span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(234, 255, 248, 0.86);
  font-size: 13px;
  font-weight: 900;
}

.use-cases-section {
  padding: 86px 0;
}

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

.use-case-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 286px;
  padding: 24px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 224, 194, 0.18), transparent 14rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.use-case-card.featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 92% 12%, rgba(105, 244, 208, 0.2), transparent 22rem),
    linear-gradient(135deg, #071b20 0%, #102823 52%, #0a1117 100%);
  color: #f4fbff;
}

.use-case-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(37, 99, 91, 0.1);
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 950;
}

.use-case-card.featured span {
  border: 1px solid rgba(105, 244, 208, 0.24);
  background: rgba(105, 244, 208, 0.1);
  color: #69f4d0;
}

.use-case-card h3 {
  margin-top: 22px;
  color: var(--navy);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.use-case-card.featured h3 {
  max-width: 560px;
  color: #ffffff;
}

.use-case-card p {
  margin-top: 14px;
  color: #596662;
  font-size: 15px;
  line-height: 1.56;
}

.use-case-card.featured p {
  max-width: 680px;
  color: rgba(219, 245, 247, 0.78);
  font-size: 17px;
}

.use-case-card strong {
  display: block;
  align-self: end;
  margin-top: 22px;
  color: #0f4b42;
  font-size: 14px;
  line-height: 1.45;
}

.use-case-card.featured strong {
  max-width: 620px;
  color: #69f4d0;
}

.term-clarity-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(37, 99, 91, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(95, 224, 194, 0.14), transparent 18rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
}

.term-clarity-strip article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
}

.term-clarity-strip strong {
  display: block;
  color: var(--blue-strong);
  font-size: 22px;
  line-height: 1;
}

.term-clarity-strip span {
  display: block;
  margin-top: 10px;
  color: #4d5a56;
  font-size: 14px;
  line-height: 1.5;
}

.cta-band {
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 82% 18%, rgba(95, 224, 194, 0.22), transparent 20rem),
    linear-gradient(135deg, #153f39, #0b6b55 52%, #b7791f);
}

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

  .hero-art {
    margin: 10px auto 0;
    width: min(820px, 100%);
  }

  .product-stage,
  .product-stage.reverse {
    grid-template-columns: 1fr;
  }

  .solution-os {
    grid-template-columns: 1fr;
  }

  .solution-core {
    min-height: 390px;
  }

  .comparison-shell {
    grid-template-columns: 1fr;
  }

  .comparison-bridge {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .comparison-bridge span {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 91, 0.3), transparent);
  }

  .differentiator-strip,
  .use-case-grid,
  .term-clarity-strip,
  .pricing-positioning,
  .implementation-grid,
  .channel-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-card.featured {
    grid-column: span 2;
  }

  .tenant-grid,
  .contact-diagnostic {
    grid-template-columns: 1fr;
  }

  .tenant-grid .section-head {
    position: static;
    grid-row: auto;
  }

  .product-stage.reverse .product-stage-copy,
  .product-stage.reverse figure {
    order: initial;
  }
}

@media (max-width: 940px) {
  .topbar {
    top: 0;
    width: 100%;
    border-radius: 0;
  }

  .conversion-band .wrap,
  .executive-signal .wrap,
  .before-after-section .wrap,
  .product-evidence .wrap,
  .product-deep-dive .wrap,
  .differentiation-section .wrap,
  .use-cases-section .wrap,
  .trust-authority-section .wrap,
  .channel-governance-section .wrap,
  .tenant-section .wrap,
  .pricing-section .wrap,
  .faq-section .wrap,
  .implementation-section .wrap,
  .closing-section .wrap {
    width: min(100% - 40px, 1160px);
  }

  .hero {
    margin-top: -112px;
    padding-top: 190px;
  }

  .hero-art {
    padding-top: 12px;
  }

  .hero .wrap {
    width: min(100% - 40px, 1160px);
  }

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

  .hero-proof-strip {
    grid-template-columns: 1fr;
  }

  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .solution-capabilities {
    grid-template-columns: 1fr;
  }

  .differentiator-strip,
  .executive-grid,
  .before-after-grid,
  .comparison-board,
  .trust-authority-grid,
  .use-case-grid,
  .term-clarity-strip,
  .faq-grid,
  .pricing-positioning,
  .implementation-grid,
  .conversion-grid,
  .product-tour,
  .channel-matrix {
    grid-template-columns: 1fr;
  }

  .closing-grid {
    grid-template-columns: 1fr;
  }

  .closing-flow article {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .legal-confidence {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 28px;
  }

  .tour-card.featured {
    grid-row: auto;
    min-height: 420px;
  }

  .conversion-scorecard {
    grid-template-columns: 1fr;
  }

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

  .trust-authority-strip {
    border-radius: 28px;
  }

  .conversion-scorecard article {
    min-height: auto;
  }

  .conversion-proof {
    align-items: stretch;
    flex-direction: column;
    border-radius: 28px;
  }

  .pricing-command {
    align-items: stretch;
    flex-direction: column;
  }

  .proof-pill {
    align-items: flex-start;
    flex-direction: column;
  }

  .use-case-card.featured {
    grid-column: auto;
  }

  .tenant-control-list {
    grid-template-columns: 1fr;
  }

  .faq-grid .section-head {
    position: static;
  }

  .comparison-column {
    min-height: auto;
  }

  .comparison-column.after {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
  }

  .executive-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .executive-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    min-height: auto;
    gap: 14px;
  }

  .nav {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 2px;
    row-gap: 8px;
  }

  .nav a {
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 174px 0 44px;
  }

  .conversion-band .wrap,
  .executive-signal .wrap,
  .before-after-section .wrap,
  .product-evidence .wrap,
  .product-deep-dive .wrap,
  .differentiation-section .wrap,
  .use-cases-section .wrap,
  .trust-authority-section .wrap,
  .channel-governance-section .wrap,
  .tenant-section .wrap,
  .pricing-section .wrap,
  .faq-section .wrap,
  .implementation-section .wrap,
  .closing-section .wrap {
    width: min(100% - 24px, 1160px);
  }

  .closing-section {
    padding: 56px 0 44px;
  }

  .closing-copy,
  .closing-flow article,
  .legal-confidence {
    border-radius: 22px;
  }

  .closing-copy {
    padding: 26px;
  }

  .closing-actions .button {
    width: 100%;
    justify-content: center;
  }

  .before-after-section,
  .executive-signal,
  .faq-section {
    padding: 54px 0;
  }

  .comparison-column {
    padding: 24px;
  }

  .floating-diagnosis {
    right: 12px;
    bottom: 12px;
    min-width: 0;
    max-width: calc(100% - 24px);
    border-radius: 16px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 1;
  }

  .hero .lead {
    font-size: 18px;
  }

  .hero .quick-list {
    grid-template-columns: 1fr;
  }

  .conversion-band {
    padding-top: 24px;
  }

  .hero-announcement {
    width: 100%;
    align-items: flex-start;
    border-radius: 18px;
    line-height: 1.35;
  }

  .hero-art {
    margin-right: 0;
  }

  .hero-product-dock {
    position: static;
    max-width: none;
    margin-top: 12px;
    border-radius: 18px;
  }

  .hero-proof-card {
    position: static;
    margin-top: 10px;
    width: 100%;
  }

  .hero-art img {
    width: 118%;
    max-width: none;
    margin-left: -9%;
  }

  .product-evidence,
  .product-deep-dive {
    padding: 54px 0;
  }

  .tour-card.featured {
    min-height: 360px;
  }

  .tour-copy .button {
    width: 100%;
  }

  .evidence-hero,
  .product-stage,
  .product-stage figure {
    border-radius: 20px;
  }

  .product-stage {
    padding: 18px;
  }

  .solution-os {
    padding: 18px;
    border-radius: 24px;
  }

  .solution-core,
  .solution-capabilities article {
    border-radius: 20px;
  }

  .solution-core {
    min-height: 360px;
  }

  .core-rings {
    right: -118px;
    bottom: -118px;
    opacity: 0.58;
  }

  .differentiation-section,
  .trust-authority-section,
  .use-cases-section,
  .implementation-section,
  .channel-governance-section,
  .tenant-section {
    padding: 56px 0;
  }

  .comparison-card,
  .use-case-card,
  .price-card,
  .implementation-grid article,
  .channel-matrix article,
  .tenant-control-card,
  .tenant-includes,
  .contact-panel {
    border-radius: 22px;
    min-height: auto;
  }

  .comparison-card {
    padding: 24px;
  }

  .price-card.featured {
    transform: none;
  }
}
