:root {
  color-scheme: light;
  --navy-950: #081426;
  --navy-900: #0d203b;
  --navy-800: #152e50;
  --navy-700: #234464;
  --blue-600: #4f8de3;
  --blue-500: #64a2f3;
  --blue-400: #84b8f8;
  --blue-100: #e6f1ff;
  --cyan-300: #7ee6da;
  --mint-100: #e5f8f1;
  --amber-100: #fff1d7;
  --ink: #172033;
  --muted: #667085;
  --soft: #f5f7fb;
  --soft-blue: #f0f6ff;
  --line: #dfe5ee;
  --white: #fff;
  --shadow-soft: 0 22px 70px rgb(12 34 65 / 10%);
  --shadow-deep: 0 42px 110px rgb(5 22 46 / 24%);
  font-family: Inter, "SF Pro Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

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

p,
h1,
h2,
h3 {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 16px;
  color: var(--white);
  border-radius: 10px;
  background: var(--navy-950);
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

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

:focus-visible {
  outline: 3px solid rgb(100 162 243 / 50%);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(223 229 238 / 80%);
  background: rgb(255 255 255 / 86%);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy-900);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.8px;
}

.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 13px;
  background: linear-gradient(145deg, var(--navy-800), var(--navy-950));
  box-shadow: 0 9px 20px rgb(13 32 59 / 20%);
}

.brand-mark span {
  position: absolute;
  width: 13px;
  height: 4px;
  border-radius: 4px;
  background: var(--white);
  transform: rotate(-42deg);
}

.brand-mark span:nth-child(1) {
  top: 22px;
  left: 8px;
}

.brand-mark span:nth-child(2) {
  top: 16px;
  left: 15px;
}

.brand-mark span:nth-child(3) {
  top: 10px;
  left: 22px;
  background: var(--blue-400);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: #566176;
  font-size: 13px;
  font-weight: 700;
}

.site-header nav a {
  transition: color 150ms ease;
}

.site-header nav a:hover {
  color: var(--blue-600);
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 12px;
  font-size: 13px;
}

.button-large {
  min-height: 58px;
  padding-inline: 30px;
}

.button-header,
.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  box-shadow: 0 13px 28px rgb(63 125 209 / 22%);
}

.button-primary:hover,
.button-header:hover {
  box-shadow: 0 18px 36px rgb(63 125 209 / 30%);
}

.button-quiet {
  color: var(--navy-900);
  border-color: var(--line);
  background: rgb(255 255 255 / 72%);
}

.button-light {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 18px 42px rgb(0 0 0 / 18%);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 106px;
  background:
    linear-gradient(180deg, #f7faff 0%, #fff 76%),
    var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgb(79 141 227 / 10%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(79 141 227 / 10%) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero-glow,
.final-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(4px);
}

.hero-glow-one {
  width: 440px;
  height: 440px;
  top: -240px;
  left: -120px;
  background: radial-gradient(circle, rgb(100 162 243 / 26%), transparent 68%);
}

.hero-glow-two {
  width: 560px;
  height: 560px;
  right: -230px;
  bottom: -290px;
  background: radial-gradient(circle, rgb(126 230 218 / 18%), transparent 68%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: 68px;
}

.status-pill {
  width: fit-content;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-700);
  border: 1px solid #d8e5f7;
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 8px 24px rgb(14 42 79 / 6%);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3bc092;
  box-shadow: 0 0 0 4px rgb(59 192 146 / 12%);
}

.eyebrow {
  margin: 24px 0 0;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.55px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--blue-400);
}

.hero h1 {
  max-width: 630px;
  margin: 15px 0 24px;
  color: var(--navy-950);
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -4px;
}

.hero h1 span {
  display: block;
  color: var(--blue-600);
}

.hero-description {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.67;
}

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

.trust-list {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: #677287;
  list-style: none;
  font-size: 12px;
  font-weight: 650;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-list li span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #137558;
  border-radius: 50%;
  background: var(--mint-100);
  font-size: 10px;
  font-weight: 900;
}

.hero-product {
  position: relative;
  min-width: 0;
  padding: 38px 0 52px;
}

.preview-orbit {
  position: absolute;
  border: 1px solid rgb(79 141 227 / 15%);
  border-radius: 50%;
}

.preview-orbit-one {
  width: 620px;
  height: 620px;
  top: -46px;
  left: 50px;
}

.preview-orbit-two {
  width: 490px;
  height: 490px;
  top: 20px;
  left: 116px;
}

.crm-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 462px;
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-deep);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1.4deg);
}

.window-topbar {
  height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8d96a8;
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
  font-size: 9px;
  font-weight: 700;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dae1eb;
}

.window-dots span:nth-child(1) {
  background: #f6a0a0;
}

.window-dots span:nth-child(2) {
  background: #f4cf7e;
}

.window-dots span:nth-child(3) {
  background: #83d4b7;
}

.window-secure {
  color: #277f65;
}

.crm-shell {
  min-height: 416px;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  background: #f5f7fb;
}

.crm-sidebar {
  padding: 20px 12px 13px;
  display: flex;
  flex-direction: column;
  color: #cad8e9;
  background: var(--navy-900);
}

.mini-brand {
  padding: 0 6px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-size: 12px;
}

.mini-logo {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgb(255 255 255 / 11%);
  font-size: 11px;
}

.mini-section {
  padding: 0 7px 7px;
  color: #6f85a1;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 1px;
}

.mini-nav-item {
  height: 34px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 700;
}

.mini-nav-item i {
  width: 13px;
  color: #9eb4ce;
  font-style: normal;
  text-align: center;
}

.mini-nav-item.active {
  color: var(--white);
  background: rgb(255 255 255 / 11%);
  box-shadow: inset 2px 0 var(--blue-400);
}

.mini-nav-item.muted {
  opacity: 0.46;
}

.mini-account {
  margin-top: auto;
  padding: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 10px;
  background: rgb(255 255 255 / 7%);
}

.mini-account > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--navy-900);
  border-radius: 7px;
  background: var(--white);
  font-size: 8px;
  font-weight: 900;
}

.mini-account div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mini-account strong {
  overflow: hidden;
  color: var(--white);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-account small {
  color: #8298b2;
  font-size: 6px;
}

.crm-main {
  min-width: 0;
  padding: 24px 20px;
}

.crm-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.crm-title-row small {
  color: var(--blue-600);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.8px;
}

.crm-title-row h2 {
  margin: 4px 0 0;
  color: var(--navy-950);
  font-size: 18px;
  letter-spacing: -0.6px;
}

.crm-title-row button {
  padding: 8px 11px;
  color: var(--white);
  border: 0;
  border-radius: 8px;
  background: var(--blue-600);
  font-size: 7px;
  font-weight: 800;
}

.crm-filters {
  margin-top: 16px;
  padding: 9px;
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.7fr;
  gap: 6px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background: var(--white);
}

.crm-filters span {
  padding: 8px 9px;
  color: #7a8497;
  border: 1px solid #e1e6ee;
  border-radius: 7px;
  font-size: 6px;
}

.crm-summary {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.crm-summary div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border: 1px solid #e4e9f0;
  border-radius: 9px;
  background: rgb(255 255 255 / 82%);
}

.crm-summary small {
  color: #9aa4b4;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.crm-summary strong {
  color: var(--navy-800);
  font-size: 8px;
}

.lead-table {
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background: var(--white);
}

.lead-table-head,
.lead-row {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr 0.72fr 0.9fr;
  align-items: center;
  gap: 5px;
}

.lead-table-head {
  padding: 8px 10px;
  color: #9aa4b4;
  border-bottom: 1px solid #e5e9ef;
  font-size: 5px;
  font-weight: 850;
  letter-spacing: 0.5px;
}

.lead-row {
  padding: 9px 10px;
  color: #7b8495;
  border-bottom: 1px solid #edf0f5;
  font-size: 6px;
}

.lead-row:last-child {
  border-bottom: 0;
}

.lead-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #3c4658;
}

.lead-row strong {
  font-size: 6px;
}

.lead-avatar {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue-600);
  border-radius: 7px;
  background: var(--blue-100);
  font-size: 7px;
}

.lead-avatar.mint {
  color: #267e68;
  background: var(--mint-100);
}

.tag {
  width: fit-content;
  padding: 4px 6px;
  display: inline-block;
  color: #637084;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 5px;
  font-style: normal;
  font-weight: 800;
}

.tag.blue {
  color: #356eb9;
  background: var(--blue-100);
}

.tag.amber {
  color: #9a681a;
  background: var(--amber-100);
}

.floating-card {
  position: absolute;
  z-index: 4;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 14px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 18px 46px rgb(12 34 65 / 17%);
  backdrop-filter: blur(16px);
  animation: float-card 4.5s ease-in-out infinite;
}

.floating-card-top {
  top: 4px;
  right: -18px;
}

.floating-card-bottom {
  bottom: 10px;
  left: -34px;
  animation-delay: -1.7s;
}

.floating-card div {
  display: flex;
  flex-direction: column;
}

.floating-card small {
  color: #8390a4;
  font-size: 7px;
  font-weight: 700;
}

.floating-card strong {
  color: var(--navy-800);
  font-size: 9px;
}

.floating-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #20795f;
  border-radius: 9px;
  background: var(--mint-100);
  font-size: 11px;
  font-weight: 900;
}

.floating-icon.shield {
  color: #3a76c5;
  background: var(--blue-100);
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: #fbfcfe;
}

.proof-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  align-items: center;
  gap: 28px;
}

.proof-grid p {
  margin: 0;
  color: var(--navy-900);
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.3px;
}

.proof-grid span {
  position: relative;
  padding-left: 19px;
  color: #707b8e;
  font-size: 11px;
  font-weight: 700;
}

.proof-grid span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-500);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px var(--blue-100);
}

.section {
  padding: 118px 0;
}

.product-section {
  background: var(--white);
}

.section-heading h2,
.workflow-copy h2,
.security-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 14px 0 0;
  color: var(--navy-950);
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -2.8px;
}

.section-heading > p,
.split-heading > p,
.workflow-copy > p,
.audience-section .centered-heading > p,
.faq-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 92px;
}

.split-heading > p {
  margin: 0 0 5px;
}

.bento-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 18px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 12px 34px rgb(19 43 78 / 5%);
}

.card-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  border-radius: 11px;
  background: var(--blue-100);
  font-size: 10px;
  font-weight: 850;
}

.card-index.light {
  color: var(--blue-400);
  background: rgb(255 255 255 / 10%);
}

.bento-card h3 {
  margin: 20px 0 10px;
  color: var(--navy-900);
  font-size: 23px;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.bento-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.bento-feature {
  min-height: 392px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 34px;
  background: linear-gradient(145deg, #fff, #f3f7fd);
}

.contact-card {
  padding: 18px;
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transform: rotate(1deg);
}

.contact-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.contact-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  border-radius: 11px;
  background: var(--blue-100);
  font-size: 10px;
  font-weight: 850;
}

.contact-header div {
  display: flex;
  flex-direction: column;
}

.contact-header strong {
  color: var(--navy-900);
  font-size: 12px;
}

.contact-header small {
  margin-top: 2px;
  color: #8c97a9;
  font-size: 8px;
}

.contact-header em {
  padding: 5px 8px;
  color: #267c64;
  border-radius: 999px;
  background: var(--mint-100);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.contact-details {
  margin-top: 18px;
  display: grid;
  gap: 7px;
}

.contact-details span {
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e5a6e;
  border-radius: 9px;
  background: var(--soft);
  font-size: 9px;
  font-weight: 750;
}

.contact-details small {
  color: #8e99aa;
  font-size: 8px;
}

.bento-search,
.bento-session {
  min-height: 187px;
}

.search-card {
  margin-top: 22px;
  padding: 12px;
  border: 1px solid #e1e7ef;
  border-radius: 13px;
  background: #f8fafc;
}

.search-card > span {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #8a95a7;
  border: 1px solid #e1e7ef;
  border-radius: 9px;
  background: var(--white);
  font-size: 9px;
}

.search-card div {
  margin-top: 9px;
  display: flex;
  gap: 6px;
}

.search-card i {
  padding: 5px 7px;
  color: #647084;
  border-radius: 7px;
  background: var(--white);
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.session-line {
  margin-top: 21px;
  padding: 13px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce7f5;
  border-radius: 12px;
  background: var(--soft-blue);
}

.session-line > span {
  color: #39b487;
  font-size: 10px;
}

.session-line strong {
  color: var(--navy-800);
  font-size: 10px;
}

.session-line small {
  color: #75849a;
  font-size: 8px;
}

.bento-tenant {
  min-height: 258px;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 85% 15%, rgb(100 162 243 / 24%), transparent 38%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.bento-tenant h3,
.bento-tenant p {
  color: var(--white);
}

.bento-tenant p {
  max-width: 620px;
  opacity: 0.68;
}

.tenant-rings {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
}

.tenant-ring {
  position: absolute;
  border: 1px solid rgb(132 184 248 / 30%);
  border-radius: 50%;
}

.ring-one {
  width: 170px;
  height: 170px;
}

.ring-two {
  width: 120px;
  height: 120px;
  border-color: rgb(126 230 218 / 38%);
}

.tenant-core {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--cyan-300), var(--blue-400));
  box-shadow: 0 0 42px rgb(126 230 218 / 28%);
  font-size: 16px;
  font-weight: 900;
}

.workflow-section {
  background: var(--soft);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  align-items: start;
  gap: 110px;
}

.workflow-copy {
  position: sticky;
  top: 126px;
}

.workflow-copy > p {
  margin: 22px 0 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 850;
}

.text-link span {
  transition: transform 150ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.workflow-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.workflow-steps li {
  min-height: 156px;
  padding: 28px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgb(17 42 75 / 4%);
}

.workflow-steps li > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  border-radius: 16px;
  background: var(--blue-100);
  font-size: 11px;
  font-weight: 900;
}

.workflow-steps h3 {
  margin: 4px 0 8px;
  color: var(--navy-900);
  font-size: 20px;
  letter-spacing: -0.5px;
}

.workflow-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.security-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  color: var(--white);
  background: var(--navy-950);
}

.security-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(132 184 248 / 16%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(132 184 248 / 16%) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 70%);
}

.security-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -360px;
  right: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(79 141 227 / 28%), transparent 65%);
}

.security-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 100px;
}

.security-copy h2 {
  color: var(--white);
}

.security-copy > p {
  margin: 22px 0 32px;
  color: rgb(255 255 255 / 64%);
  font-size: 16px;
  line-height: 1.72;
}

.security-stack {
  display: grid;
  gap: 12px;
}

.security-stack article {
  padding: 22px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: start;
  gap: 18px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 18px;
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.security-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--blue-400);
  border-radius: 14px;
  background: rgb(132 184 248 / 11%);
  font-size: 9px;
  font-weight: 900;
}

.security-stack h3 {
  margin: 3px 0 6px;
  color: var(--white);
  font-size: 17px;
}

.security-stack p {
  margin: 0;
  color: rgb(255 255 255 / 57%);
  font-size: 12px;
  line-height: 1.58;
}

.audience-section {
  background: var(--white);
}

.centered-heading {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading > p {
  max-width: 680px;
  margin: 20px auto 0;
}

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

.audience-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(150deg, #fff, #f8fafd);
}

.audience-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  border-radius: 15px;
  background: var(--blue-100);
  font-size: 18px;
  font-weight: 850;
}

.audience-grid h3 {
  margin: 24px 0 10px;
  color: var(--navy-900);
  font-size: 19px;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.faq-section {
  padding-top: 54px;
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 100px;
}

.faq-heading > p {
  margin-top: 20px;
}

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

.faq-list details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fbfcfe;
}

.faq-list summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--navy-900);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue-600);
  border-radius: 9px;
  background: var(--blue-100);
  font-size: 18px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -2px 0 22px;
  padding-right: 40px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  text-align: center;
  background: linear-gradient(135deg, var(--navy-900), #1e4f83);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.final-glow-one {
  width: 520px;
  height: 520px;
  top: -360px;
  left: -100px;
  background: radial-gradient(circle, rgb(126 230 218 / 28%), transparent 66%);
}

.final-glow-two {
  width: 540px;
  height: 540px;
  right: -150px;
  bottom: -380px;
  background: radial-gradient(circle, rgb(132 184 248 / 34%), transparent 66%);
}

.final-cta-inner {
  position: relative;
  max-width: 860px;
}

.final-cta h2 {
  margin-inline: auto;
  color: var(--white);
  font-size: clamp(42px, 5vw, 66px);
}

.final-cta-inner > p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px auto 32px;
  color: rgb(255 255 255 / 68%);
  font-size: 16px;
  line-height: 1.7;
}

footer {
  padding: 54px 0;
  color: #8792a4;
  background: #07111f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}

.footer-brand {
  color: var(--white);
}

.footer-grid > div:first-child > p {
  margin: 10px 0 0;
  font-size: 11px;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 11px;
  font-weight: 700;
}

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

.footer-note {
  max-width: 310px;
  margin: 0 0 0 auto;
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
}

@media (max-width: 1080px) {
  .site-header nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero-copy {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
  }

  .status-pill,
  .hero-actions,
  .trust-list {
    margin-inline: auto;
    justify-content: center;
  }

  .hero-product {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .split-heading,
  .workflow-grid,
  .security-grid,
  .faq-grid {
    gap: 60px;
  }

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

  .contact-card {
    max-width: 430px;
    transform: none;
  }
}

@media (max-width: 820px) {
  .container,
  .header-inner {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    padding-top: 62px;
  }

  .hero h1 {
    letter-spacing: -3px;
  }

  .floating-card {
    display: none;
  }

  .crm-window {
    transform: none;
  }

  .proof-grid {
    padding-block: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid p {
    grid-column: 1 / -1;
  }

  .split-heading,
  .workflow-grid,
  .security-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 20px;
  }

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

  .bento-tenant {
    grid-column: auto;
  }

  .workflow-copy {
    position: static;
  }

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

  .faq-grid {
    gap: 38px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-note {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 70px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-mark span:nth-child(1) { top: 20px; left: 7px; }
  .brand-mark span:nth-child(2) { top: 15px; left: 13px; }
  .brand-mark span:nth-child(3) { top: 9px; left: 20px; }

  .button-header {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .hero {
    padding: 46px 0 70px;
  }

  .status-pill {
    font-size: 10px;
  }

  .hero h1 {
    margin-top: 13px;
    font-size: 46px;
    letter-spacing: -2.5px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    align-items: center;
    flex-direction: column;
  }

  .hero-product {
    margin-top: 2px;
    padding-bottom: 0;
  }

  .crm-shell {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .crm-sidebar {
    padding-inline: 7px;
  }

  .mini-brand strong,
  .mini-section,
  .mini-nav-item:not(.active),
  .mini-nav-item.active:not(i),
  .mini-account div {
    font-size: 0;
  }

  .mini-brand {
    justify-content: center;
  }

  .mini-nav-item {
    justify-content: center;
  }

  .mini-nav-item i {
    font-size: 9px;
  }

  .mini-account {
    justify-content: center;
  }

  .crm-main {
    padding: 18px 12px;
  }

  .crm-title-row h2 {
    font-size: 15px;
  }

  .crm-filters {
    grid-template-columns: 1fr;
  }

  .crm-filters span:not(.search-mock),
  .crm-summary,
  .lead-table-head span:nth-child(2),
  .lead-table-head span:nth-child(3),
  .lead-row > span:nth-child(2),
  .lead-row > span:nth-child(3) {
    display: none;
  }

  .lead-table-head,
  .lead-row {
    grid-template-columns: 1.4fr 0.9fr;
  }

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

  .proof-grid p {
    grid-column: auto;
  }

  .section,
  .security-section {
    padding: 82px 0;
  }

  .section-heading h2,
  .workflow-copy h2,
  .security-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 38px;
    letter-spacing: -1.8px;
  }

  .bento-card {
    padding: 24px;
  }

  .bento-feature,
  .bento-tenant {
    grid-template-columns: 1fr;
  }

  .bento-tenant {
    gap: 24px;
  }

  .tenant-rings {
    min-height: 150px;
  }

  .workflow-steps li {
    padding: 22px;
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .workflow-steps li > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .security-stack article {
    grid-template-columns: 40px 1fr;
  }

  .security-number {
    width: 40px;
    height: 40px;
  }

  .faq-list details {
    padding-inline: 18px;
  }

  .faq-list summary {
    min-height: 74px;
  }

  .final-cta {
    padding: 84px 0;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
