:root {
  --page: #f5f7fb;
  --paper: #ffffff;
  --paper-soft: #f8fafc;
  --ink: #0b1220;
  --navy: #13263a;
  --muted: #667085;
  --muted-strong: #475467;
  --line: rgba(15, 23, 42, 0.1);
  --line-strong: rgba(15, 23, 42, 0.16);
  --blue: #2f6f9f;
  --blue-dark: #17425f;
  --green: #3b7d68;
  --green-soft: #e7f3ee;
  --blue-soft: #e8f2f8;
  --glass: rgba(255, 255, 255, 0.72);
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 18px 40px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 30px 80px rgba(15, 23, 42, 0.11);
  --shadow-lg: 0 42px 120px rgba(19, 38, 58, 0.22);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% -8%, rgba(151, 187, 212, 0.6), transparent 32rem),
    radial-gradient(circle at 86% 10%, rgba(212, 225, 235, 0.78), transparent 36rem),
    linear-gradient(180deg, #fbfdff 0%, var(--page) 46%, #fbfbf8 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 44px));
  margin: 16px auto 0;
  padding: 10px 12px 10px 14px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 18px 70px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(24px) saturate(165%);
}

.logo {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 850;
  flex: 0 0 auto;
  white-space: nowrap;
}

.logo-image {
  display: block;
  width: clamp(190px, 16vw, 230px);
  height: auto;
  min-width: 190px;
  filter: brightness(0.48) contrast(1.9) saturate(1.2) drop-shadow(0 1px 0 rgba(15, 23, 42, 0.18));
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 680;
}

.site-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.header-cta {
  min-height: 40px;
  padding: 11px 18px;
}

.header-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #12324a, #245f86);
  box-shadow: 0 18px 38px rgba(18, 50, 74, 0.26);
}

.header-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(18, 50, 74, 0.32);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.11);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.btn-secondary:hover {
  border-color: rgba(47, 111, 159, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}

.section {
  position: relative;
  padding: 126px 0;
}

.section-inner {
  width: min(1140px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 80px);
  padding: 116px 0 150px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-glow::before,
.hero-glow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.hero-glow::before {
  top: 10%;
  left: 50%;
  width: 760px;
  height: 420px;
  background:
    radial-gradient(circle at 30% 35%, rgba(104, 151, 185, 0.34), transparent 35%),
    radial-gradient(circle at 70% 50%, rgba(59, 125, 104, 0.18), transparent 42%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.9), transparent 54%);
  transform: translateX(-6%) rotate(-8deg);
}

.hero-glow::after {
  right: -12rem;
  bottom: 4rem;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(47, 111, 159, 0.18), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(59, 125, 104, 0.12);
}

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

h1 {
  max-width: 860px;
  margin-bottom: 28px;
  font-size: clamp(56px, 7.8vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.nowrap {
  white-space: nowrap;
}

.hero-subhead {
  max-width: 690px;
  margin-bottom: 14px;
  color: var(--muted-strong);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.hero-tagline {
  margin-bottom: 34px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 850;
}

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

.trust-line {
  max-width: 690px;
  margin-bottom: 0;
  color: #526070;
  font-size: 14px;
  font-weight: 680;
}

.product-frame {
  position: relative;
  padding: 12px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(229, 239, 246, 0.52)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.96), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(24px);
}

.product-frame::before {
  content: "";
  position: absolute;
  inset: 22px -14px -18px 34px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(47, 111, 159, 0.18), rgba(59, 125, 104, 0.14));
  border-radius: 38px;
  filter: blur(1px);
}

.product-window {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 610px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mock-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px 14px;
  background:
    linear-gradient(180deg, rgba(19, 38, 58, 0.96), rgba(23, 66, 95, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(117, 154, 178, 0.32), transparent 16rem);
  color: #e7eef4;
}

.mock-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 850;
}

.mock-brand span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.mock-sidebar nav {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 760;
}

.mock-sidebar nav span {
  padding: 10px 10px;
  color: rgba(231, 238, 244, 0.68);
  border-radius: 12px;
}

.mock-sidebar nav .active {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mock-main {
  padding: 22px;
  background:
    radial-gradient(circle at 74% 0%, rgba(232, 242, 248, 0.9), transparent 18rem),
    linear-gradient(180deg, #fbfdff, #f6f9fc);
}

.mock-topbar,
.feed-head,
.pipeline-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mock-topbar {
  margin-bottom: 18px;
}

.panel-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.mock-topbar h2 {
  margin: 2px 0 0;
  font-size: 28px;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(47, 111, 159, 0.14);
  border-radius: 999px;
  box-shadow: var(--shadow-xs);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #2bb783;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(43, 183, 131, 0.14);
}

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

.mock-metrics div,
.activity-feed,
.pipeline-panel,
.chart-strip {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
}

.mock-metrics div {
  padding: 16px;
}

.mock-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 780;
}

.mock-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.mock-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
}

.activity-feed,
.pipeline-panel {
  padding: 16px;
}

.feed-head {
  margin-bottom: 14px;
}

.feed-head strong {
  font-size: 14px;
}

.feed-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.activity-feed article {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.activity-feed article:first-of-type {
  border-top: 0;
}

.feed-dot {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 50%;
}

.feed-dot.blue {
  background: var(--blue);
}

.feed-dot.green {
  background: var(--green);
}

.feed-dot.slate {
  background: #70849a;
}

.activity-feed strong,
.pipeline-card strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
}

.activity-feed p,
.pipeline-card small {
  display: block;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.activity-feed em {
  color: #8a97a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pipeline-card {
  padding: 14px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

.pipeline-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 8px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.pipeline-card.muted span {
  color: #2f6758;
  background: var(--green-soft);
}

.pipeline-status span {
  display: inline-flex;
  padding: 8px 9px;
  color: var(--muted-strong);
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.chart-strip {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  height: 86px;
  margin-top: 14px;
  padding: 16px;
}

.chart-strip span {
  flex: 1;
  min-width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #82adcb, #235775);
  opacity: 0.92;
}

.section-heading {
  max-width: 810px;
  margin: 0 auto 62px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 930px;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
}

.problem-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(238, 244, 248, 0.72));
}

.process-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(47, 111, 159, 0.11), transparent 24rem),
    linear-gradient(180deg, #fbfcfe, #eef4f8);
}

.pricing-section {
  background: linear-gradient(180deg, #fbfcff, #f5f8fb);
}

.roi-section {
  background: #ffffff;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.five-grid {
  grid-template-columns: repeat(5, 1fr);
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.step-card,
.pricing-card,
.mini-card,
details {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.card:hover,
.pricing-card:hover,
.mini-card:hover {
  border-color: rgba(47, 111, 159, 0.24);
  background: #fff;
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.card {
  min-height: 184px;
  padding: 30px;
}

.problem-section .card:nth-child(2n) {
  transform: translateY(18px);
}

.problem-section .card:nth-child(2n):hover {
  transform: translateY(12px);
}

.feature-card {
  min-height: 292px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.feature-card p {
  margin-bottom: 0;
}

.dark-showcase {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(79, 130, 164, 0.32), transparent 28rem),
    radial-gradient(circle at 10% 85%, rgba(59, 125, 104, 0.18), transparent 26rem),
    linear-gradient(145deg, #0b1220 0%, #13263a 58%, #0e1b2a 100%);
}

.dark-showcase::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 42px;
  pointer-events: none;
}

.dark-showcase .eyebrow,
.dark-showcase p,
.dark-showcase .section-heading p {
  color: #cbd8e3;
}

.dark-showcase .eyebrow::before {
  background: #79c6aa;
}

.dark-showcase .card-icon {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

.card-icon,
.step-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background-color: var(--blue-soft);
  border: 1px solid rgba(47, 111, 159, 0.13);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.step-icon {
  margin-bottom: 0;
}

.phone-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6 4.2 5.9 5.9c-.5.5-.7 1.2-.4 1.9 1.7 4.3 4.6 7.2 8.9 8.9.7.3 1.4.1 1.9-.4l1.7-1.7c.3-.3.3-.8.1-1.1l-2.1-2.4c-.3-.3-.7-.4-1.1-.2l-1.9.8c-1.3-.8-2.3-1.8-3.1-3.1l.8-1.9c.2-.4.1-.8-.2-1.1L8.7 4.1c-.3-.2-.8-.2-1.1.1Z' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.message-icon,
.inbox-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5A2.5 2.5 0 0 1 6.5 4h9A2.5 2.5 0 0 1 18 6.5v5A2.5 2.5 0 0 1 15.5 14H10l-4 3v-3A2 2 0 0 1 4 12V6.5Z' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.crm-icon,
.scatter-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5h5v5H5V5Zm7 0h5v5h-5V5ZM5 12h5v5H5v-5Zm7 0h5v5h-5v-5Z' stroke='%232f6f9f' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.calendar-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.5v3M15 3.5v3M4.5 8h13M6 5h10a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.star-icon,
.review-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 3.8 2.1 4.3 4.7.7-3.4 3.3.8 4.7L11 14.6l-4.2 2.2.8-4.7-3.4-3.3 4.7-.7L11 3.8Z' stroke='%233b7d68' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.repeat-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7H7.5a3.5 3.5 0 0 0 0 7H8M14 4l3 3-3 3M5 15h9.5a3.5 3.5 0 0 0 0-7H14M8 18l-3-3 3-3' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.chart-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17V5M5 17h12M8.5 14v-4M11 14V7M13.5 14v-2M16 14V9' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.alert-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8v4M11 15.5h.01M19 16 12.7 5.6a2 2 0 0 0-3.4 0L3 16a2 2 0 0 0 1.7 3h12.6A2 2 0 0 0 19 16Z' stroke='%232f6f9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

.step-card {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.step-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(47, 111, 159, 0.12), transparent 68%);
}

.step-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.step-card p {
  margin-bottom: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: rgba(255, 255, 255, 0.86);
}

.pricing-card.featured {
  position: relative;
  overflow: hidden;
  border-color: rgba(47, 111, 159, 0.28);
  background:
    radial-gradient(circle at 50% -12%, rgba(130, 173, 203, 0.32), transparent 20rem),
    linear-gradient(180deg, #ffffff, #f7fbfd);
  box-shadow: var(--shadow-lg);
  transform: translateY(-18px);
}

.pricing-card.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: inherit;
  pointer-events: none;
}

.pricing-card.featured:hover {
  transform: translateY(-24px);
}

.recommended-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recommended-row h3 {
  margin-bottom: 0;
}

.recommended-row span {
  display: inline-flex;
  padding: 7px 11px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--green));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(47, 111, 159, 0.2);
  font-size: 12px;
  font-weight: 850;
}

.price {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 850;
  line-height: 1.08;
}

.best-for {
  min-height: 58px;
  margin-bottom: 24px;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 30px;
  color: #344054;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 30px;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  background: var(--green-soft);
  border: 1px solid rgba(59, 125, 104, 0.24);
  border-radius: 50%;
}

.pricing-card li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 4px;
  height: 8px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.full {
  width: 100%;
  margin-top: auto;
}

.roi-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: center;
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mini-card {
  min-height: 164px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(47, 111, 159, 0.1), transparent 12rem);
}

.mini-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.mini-card span {
  display: block;
  color: var(--muted);
}

.faq-list {
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  gap: 14px;
}

details {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

summary {
  position: relative;
  padding: 24px 62px 24px 26px;
  cursor: pointer;
  font-weight: 830;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 50%;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 26px 26px;
  margin-bottom: 0;
}

.final-cta {
  padding-top: 64px;
}

.final-cta-inner {
  position: relative;
  overflow: hidden;
  padding: 86px 68px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(130, 173, 203, 0.34), transparent 32rem),
    radial-gradient(circle at 84% 85%, rgba(59, 125, 104, 0.22), transparent 28rem),
    linear-gradient(145deg, #0b1220, #17425f);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.final-cta-inner::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 35px;
  pointer-events: none;
}

.final-cta-inner .eyebrow {
  color: #d8e8f2;
}

.final-cta-inner .eyebrow::before {
  background: #85d1b4;
}

.final-cta-inner h2 {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.final-cta-inner p {
  max-width: 730px;
  margin: 0 auto 32px;
  color: #d8e8f2;
  font-size: 19px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: min(1140px, calc(100% - 44px));
  margin: 0 auto;
  padding: 44px 0 56px;
  border-top: 1px solid rgba(15, 23, 42, 0.09);
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-logo-image {
  width: clamp(170px, 14vw, 205px);
}

.site-footer p {
  margin-bottom: 8px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .product-frame,
  .card,
  .step-card,
  .mini-card {
    animation: rise-in 720ms ease both;
  }

  .product-frame {
    animation-delay: 120ms;
  }

  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

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

  .product-frame {
    max-width: 780px;
  }

  .five-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-cta {
    display: flex;
  }

  .site-header.nav-open .site-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .site-header.nav-open .header-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .roi-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .pricing-card.featured {
    order: -1;
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 760px) {
  .site-header,
  .section-inner,
  .site-footer {
    width: min(100% - 28px, 1140px);
  }

  .site-header {
    top: 10px;
    margin-top: 10px;
  }

  .logo {
    font-size: 15px;
  }

  .logo-image {
    width: 200px;
    min-width: 200px;
  }

  .section {
    padding: 86px 0;
  }

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

  h1 {
    font-size: 47px;
    line-height: 0.98;
  }

  h2 {
    font-size: 36px;
  }

  .hero-subhead,
  .section-heading p,
  .final-cta-inner p {
    font-size: 17px;
  }

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

  .trust-line {
    font-size: 13px;
  }

  .product-frame {
    padding: 8px;
    border-radius: 28px;
  }

  .product-frame::before {
    display: none;
  }

  .product-window {
    display: block;
    min-height: auto;
    border-radius: 22px;
  }

  .mock-sidebar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
  }

  .mock-sidebar nav {
    display: flex;
    gap: 6px;
    overflow: hidden;
  }

  .mock-sidebar nav span {
    display: none;
  }

  .mock-sidebar nav .active {
    display: inline-flex;
  }

  .mock-main {
    padding: 14px;
  }

  .mock-topbar {
    align-items: flex-start;
  }

  .mock-topbar h2 {
    font-size: 24px;
  }

  .mock-metrics,
  .mock-content,
  .five-grid,
  .feature-grid,
  .steps,
  .pricing-grid,
  .mini-card-grid {
    grid-template-columns: 1fr;
  }

  .mock-metrics div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
  }

  .mock-metrics span {
    margin-bottom: 0;
  }

  .chart-strip {
    height: 72px;
  }

  .card,
  .pricing-card,
  .step-card,
  .mini-card {
    padding: 26px;
  }

  .problem-section .card:nth-child(2n),
  .problem-section .card:nth-child(2n):hover {
    transform: none;
  }

  .feature-card,
  .card,
  .mini-card {
    min-height: auto;
  }

  .best-for {
    min-height: 0;
  }

  .final-cta-inner {
    padding: 52px 22px;
    border-radius: 28px;
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 42px;
  }

  .activity-feed article {
    grid-template-columns: 10px 1fr;
  }

  .activity-feed em {
    display: none;
  }
}
