:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-strong: #eef6ff;
  --text: #101828;
  --muted: #667085;
  --soft: #d9e2ef;
  --line: rgba(16, 24, 40, 0.1);
  --navy: #0b1f3a;
  --blue: #246bfe;
  --blue-dark: #174fd5;
  --teal: #11b8a5;
  --violet: #7657ff;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
  --shadow-soft: 0 16px 44px rgba(16, 24, 40, 0.08);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 7%, rgba(36, 107, 254, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(17, 184, 165, 0.14), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 35%, #ffffff 100%);
  min-height: 100vh;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 48px rgba(16, 24, 40, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 12px 24px rgba(36, 107, 254, 0.28);
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.desktop-nav a,
.text-link {
  color: #344054;
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--blue);
}

.mobile-nav,
.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.96rem;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #16a3f5);
  box-shadow: 0 18px 36px rgba(36, 107, 254, 0.26);
}

.button-primary:hover {
  box-shadow: 0 24px 44px rgba(36, 107, 254, 0.34);
}

.button-secondary {
  color: var(--navy);
  background: #fff;
  border-color: rgba(16, 24, 40, 0.14);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.button-ghost {
  color: var(--blue);
  background: rgba(36, 107, 254, 0.08);
}

.button-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.button-large {
  min-height: 54px;
  padding: 0 28px;
}

.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 92px 0;
}

.hero {
  width: min(calc(100% - 32px), 1240px);
  padding: 150px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: var(--blue-dark);
  background: rgba(36, 107, 254, 0.1);
  border: 1px solid rgba(36, 107, 254, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(17, 184, 165, 0.14);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.92;
  font-weight: 800;
}

.hero-subheadline {
  max-width: 640px;
  margin-bottom: 18px;
  color: #243b5a;
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  line-height: 1.25;
  font-weight: 700;
}

.hero-description {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

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

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

.hero-proof div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.06);
}

.hero-proof strong {
  display: block;
  color: var(--navy);
  font-size: 1.35rem;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.visual-glow {
  position: absolute;
  inset: 7% 10% 0;
  background: linear-gradient(135deg, rgba(36, 107, 254, 0.34), rgba(17, 184, 165, 0.28));
  filter: blur(50px);
  opacity: 0.7;
}

.dashboard-frame {
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}

.dashboard-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

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

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d0d5dd;
}

.window-dots span:first-child {
  background: #ff6b6b;
}

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

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

.search-pill,
.mini-button {
  min-width: 0;
  padding: 10px 14px;
  border-radius: 8px;
  color: #475467;
  background: #f2f6fb;
  border: 1px solid rgba(16, 24, 40, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.mini-button {
  color: #067647;
  background: #ecfdf3;
  cursor: pointer;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 500px;
  background:
    linear-gradient(135deg, rgba(36, 107, 254, 0.05), transparent),
    #fbfdff;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-right: 1px solid rgba(16, 24, 40, 0.08);
}

.dashboard-sidebar span {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #e9eef6;
}

.dashboard-sidebar .sidebar-active {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.dashboard-content {
  padding: 26px;
}

.dashboard-header,
.chart-header,
.activity-card,
.activity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tiny-label {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-header h2 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 1.45rem;
}

.status-chip {
  padding: 9px 12px;
  border-radius: 999px;
  color: #054f31;
  background: #dcfae6;
  font-size: 0.76rem;
  font-weight: 800;
}

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

.metric-grid article,
.chart-panel,
.activity-card {
  padding: 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.metric-grid span,
.metric-grid small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.metric-grid strong {
  display: block;
  margin: 8px 0 3px;
  color: var(--navy);
  font-size: 1.55rem;
}

.metric-grid small {
  color: #079455;
}

.chart-panel {
  padding-bottom: 22px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 12px;
  height: 170px;
  margin-top: 20px;
  padding: 0 4px;
}

.bars span {
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #8fc5ff, var(--blue));
  animation: rise 900ms ease both;
}

.activity-row {
  align-items: stretch;
  margin-top: 16px;
}

.activity-card {
  flex: 1;
  justify-content: flex-start;
}

.icon-badge {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
}

.activity-card strong,
.activity-card small {
  display: block;
}

.activity-card small {
  margin-top: 4px;
  color: var(--muted);
}

.phone-preview {
  width: 108px;
  padding: 12px;
  border-radius: 22px;
  background: #0d1b2f;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.22);
}

.phone-notch {
  width: 36px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.phone-card {
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8fc5ff, #12d6ba);
}

.phone-lines span {
  display: block;
  height: 6px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.phone-lines span:nth-child(2) {
  width: 78%;
}

.phone-lines span:nth-child(3) {
  width: 58%;
}

.phone-preview button {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  border: 0;
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  font-weight: 800;
}

.logo-strip {
  width: min(calc(100% - 40px), var(--max));
  margin: 10px auto 0;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.logo-strip > span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: #344054;
  opacity: 0.78;
}

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

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

.section-heading h2,
.trust-copy h2,
.pricing-card h2,
.final-panel h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  font-weight: 800;
}

.section-heading p,
.trust-copy p,
.pricing-card p,
.final-panel p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.value-grid,
.feature-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.value-card,
.feature-card,
.testimonial-card {
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.value-card:hover,
.feature-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(36, 107, 254, 0.24);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.14);
}

.card-icon,
.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: linear-gradient(135deg, rgba(36, 107, 254, 0.12), rgba(17, 184, 165, 0.12));
  font-weight: 800;
}

.value-card h3,
.feature-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.06rem;
}

.value-card p,
.feature-card p,
.testimonial-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.features-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.8), rgba(255, 255, 255, 0));
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 46px;
}

.showcase-device {
  position: relative;
  min-height: 460px;
}

.desktop-preview {
  position: absolute;
  inset: 0 8% 11% 0;
  padding: 20px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 107, 254, 0.08), rgba(17, 184, 165, 0.08)),
    #fff;
  box-shadow: var(--shadow);
}

.preview-nav {
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #e7eef8, #f6f8fb);
}

.preview-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-rows: 110px;
  gap: 16px;
}

.preview-panel {
  border-radius: 8px;
  background: #eef3f9;
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.preview-panel.large {
  grid-row: span 2;
  background:
    linear-gradient(180deg, transparent 54%, rgba(36, 107, 254, 0.12) 54%),
    linear-gradient(135deg, #f8fbff, #e7f7ff);
}

.preview-panel.accent {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.preview-panel.wide {
  grid-column: 1 / -1;
  background: linear-gradient(90deg, #eef3f9, #dfeaff);
}

.mobile-preview {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 178px;
  padding: 18px;
  border: 8px solid #0d1b2f;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(16, 24, 40, 0.24);
}

.mobile-preview span {
  display: block;
  width: 44px;
  height: 6px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: #d0d5dd;
}

.mobile-preview div {
  height: 84px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(36, 107, 254, 0.12), rgba(17, 184, 165, 0.14));
}

.mobile-preview div:nth-of-type(2) {
  height: 48px;
  background: #eef3f9;
}

.mobile-preview button {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.benefits-panel,
.pricing-card,
.final-panel {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.9)),
    #fff;
  box-shadow: var(--shadow);
}

.benefits-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 42px;
}

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

.benefit-list article {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.benefit-list article:last-child {
  grid-column: 1 / -1;
}

.benefit-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}

.benefit-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 42px;
}

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

.trust-metrics article {
  min-height: 150px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0b1f3a, #153d6f);
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.18);
}

.trust-metrics article:nth-child(2),
.trust-metrics article:nth-child(3) {
  background: linear-gradient(135deg, #f8fbff, #eaf6ff);
  color: var(--navy);
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.trust-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.trust-metrics span {
  color: inherit;
  opacity: 0.76;
  font-weight: 700;
}

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

.rating {
  margin-bottom: 18px;
  color: #f59e0b;
  font-size: 0.92rem;
}

.testimonial-card p {
  min-height: 158px;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.person span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 0.86rem;
  font-weight: 800;
}

.person strong,
.person small {
  display: block;
}

.person small {
  margin-top: 2px;
  color: var(--muted);
}

.pricing-card {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  gap: 34px;
  background:
    linear-gradient(135deg, #0b1f3a, #143b70 50%, #115f84),
    var(--navy);
}

.pricing-card h2,
.pricing-card p {
  color: #fff;
}

.pricing-card p {
  color: rgba(255, 255, 255, 0.76);
}

.price-box {
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.price-box span,
.price-box small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.price-box strong {
  display: block;
  margin: 10px 0;
  color: var(--navy);
  font-size: 4rem;
  line-height: 1;
}

.price-box .button {
  width: 100%;
  margin-top: 14px;
}

.faq-list {
  max-width: 850px;
  margin: 0 auto;
}

details {
  padding: 22px 24px;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

details + details {
  margin-top: 12px;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

summary::after {
  content: "+";
  color: var(--blue);
  font-size: 1.35rem;
}

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

details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.final-panel {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(36, 107, 254, 0.09), rgba(17, 184, 165, 0.12)),
    #fff;
}

.final-panel p {
  max-width: 670px;
  margin: 0 auto 28px;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto 28px;
  padding: 34px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.footer-brand {
  display: grid;
  gap: 12px;
  max-width: 390px;
}

.footer-brand p,
.copyright {
  color: var(--muted);
  line-height: 1.6;
}

.footer-brand > a:not(.brand) {
  color: var(--blue);
  font-weight: 700;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 32px 0;
}

.footer-links div {
  display: grid;
  gap: 10px;
}

.footer-links strong {
  color: var(--navy);
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

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

.copyright {
  padding-top: 22px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rise {
  from {
    transform: scaleY(0.35);
    transform-origin: bottom;
    opacity: 0.45;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .text-link {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 9px;
    border: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    background: #fff;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--navy);
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 12px;
    border-radius: 8px;
    color: #344054;
    font-weight: 700;
  }

  .mobile-nav a:hover {
    background: #f2f6fb;
  }

  .hero-grid,
  .showcase-grid,
  .benefits-panel,
  .trust-section,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 126px;
  }

  .dashboard-frame {
    transform: none;
  }

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

  .showcase-device {
    min-height: 430px;
  }

  .pricing-card {
    background: linear-gradient(135deg, #0b1f3a, #143b70);
  }

  .price-box {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
  }

  .header-actions .button {
    display: none;
  }

  .section {
    width: min(calc(100% - 28px), var(--max));
    padding: 68px 0;
  }

  .hero {
    width: min(calc(100% - 28px), 1240px);
    padding-top: 116px;
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 4.2rem);
  }

  .hero-proof,
  .metric-grid,
  .value-grid,
  .feature-grid,
  .testimonial-grid,
  .benefit-list,
  .trust-metrics,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .dashboard-topbar {
    grid-template-columns: 1fr auto;
  }

  .window-dots {
    display: none;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-content {
    padding: 18px;
  }

  .dashboard-header,
  .activity-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .phone-preview {
    width: 100%;
    max-width: 150px;
  }

  .bars {
    gap: 8px;
    height: 132px;
  }

  .logo-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .logos {
    justify-content: flex-start;
  }

  .showcase-device {
    min-height: 390px;
  }

  .desktop-preview {
    inset: 0 0 18% 0;
  }

  .mobile-preview {
    width: 142px;
  }

  .preview-grid {
    grid-auto-rows: 82px;
  }

  .benefit-list article:last-child {
    grid-column: auto;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .price-box {
    width: 100%;
  }

  .site-footer {
    width: min(calc(100% - 28px), var(--max));
    padding: 24px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
