:root {
  --bg: #f8faff;
  --surface: #ffffff;
  --surface-alt: #f0f7ff;
  --text: #1a1f2c;
  --muted: #4b5563;
  --primary: #1877F2;
  --primary-dark: #1565C0;
  --accent: #1565C0;
  --accent-2: #0891b2;
  --accent-3: #f59e0b;
  --accent-4: #06b6d4;
  --success: #16a34a;
  --border: #e5e7eb;
  --shadow: 0 12px 32px rgba(24, 119, 242, 0.12);
  --radius: 16px;
  --container: 1140px;
  --content-max: 680px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  min-height: 60vh;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

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

.container {
  width: min(var(--container), 92%);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-link:focus-visible {
  top: 1rem;
}

.section {
  padding: clamp(4rem, 7vw, 6rem) 0;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(236, 252, 255, 0.68));
}

.section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 0 0 0.9rem;
}

.section-subtext {
  color: var(--muted);
  max-width: var(--content-max);
  margin: 0;
  font-size: 1.06rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.topbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(67, 56, 202, 0.08);
}

.nav {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  font-size: 1.05rem;
}

.logo-wordmark {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.brand-logo {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle:hover {
  background: #eef4ff;
}

.burger-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.8rem 1.26rem;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

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

.btn-primary {
  background: linear-gradient(125deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.32);
}

.btn-primary:hover {
  background: linear-gradient(125deg, var(--primary-dark), #1255a8);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.4);
}

.btn-ghost {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.92);
}

.btn-ghost:hover {
  background: #f8fbff;
}

.hero {
  padding-top: 4.3rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(24, 119, 242, 0.08), transparent 39%),
    radial-gradient(circle at 86% 34%, rgba(21, 101, 192, 0.07), transparent 35%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.1), transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  border-radius: 999px;
  background: #e8f0ff;
  color: #1e40af;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.hero h1 {
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  line-height: 1.08;
  margin: 0.95rem 0;
  letter-spacing: -0.02em;
}

.hero p {
  color: var(--muted);
  max-width: 570px;
  font-size: 1.08rem;
}

.hero-cta {
  margin-top: 1.9rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 0.9rem;
  color: #0f5132;
  font-weight: 500;
}

.mini-proof {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.mini-proof span {
  border: 1px solid #cfe5ff;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #1e3a8a;
  font-weight: 600;
}

.hero-content {
  max-width: 630px;
}

.mockup {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 255, 0.95));
  border: 1px solid #d4e8f8;
  border-radius: 20px;
  padding: 1.1rem;
  box-shadow: 0 24px 45px rgba(16, 24, 40, 0.12);
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}

.mockup-top {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.mockup-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr;
}

.metric {
  background: linear-gradient(130deg, #f0f9ff, #eef2ff);
  border-radius: 14px;
  padding: 0.9rem;
  min-height: 92px;
  border: 1px solid #d9e8fb;
}

.metric strong {
  display: block;
  font-size: 1.52rem;
}

.trust-strip {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.1rem;
}

.trust-badge {
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.95), rgba(240, 253, 255, 0.92));
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
}

.icon {
  width: 26px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(125deg, #ccfbf1, #dbeafe);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}

.feature-grid,
.benefit-grid,
.testimonial-grid,
.faq-grid,
.card-grid {
  margin-top: 2.1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.card {
  background: linear-gradient(165deg, #ffffff, #f8fcff);
  border: 1px solid #d8e7f3;
  border-radius: var(--radius);
  padding: 1.3rem;
  border-top: 4px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-wrap: pretty;
  will-change: transform;
}

.feature-grid .card:nth-child(4n + 1),
.card-grid .card:nth-child(4n + 1) {
  border-top-color: var(--primary);
}

.feature-grid .card:nth-child(4n + 2),
.card-grid .card:nth-child(4n + 2) {
  border-top-color: var(--accent-2);
}

.feature-grid .card:nth-child(4n + 3),
.card-grid .card:nth-child(4n + 3) {
  border-top-color: var(--accent-4);
}

.feature-grid .card:nth-child(4n),
.card-grid .card:nth-child(4n) {
  border-top-color: var(--accent-3);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(2, 6, 23, 0.1);
  border-color: #bfdbfe;
}

.card h2,
.card h3 {
  margin: 0;
  line-height: 1.24;
  letter-spacing: -0.01em;
}

.card p {
  margin: 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #155e75;
}

.steps {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.step {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(125deg, #ffffff, #f0fdff);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(125deg, #ccfbf1, #dbeafe);
  color: #1e40af;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.compare-table {
  margin-top: 1.8rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #f0fdff);
}

.compare-table th,
.compare-table td {
  padding: 0.9rem 0.95rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.compare-table thead {
  background: linear-gradient(125deg, #ccfbf1, #dbeafe);
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.pricing-wrap {
  margin-top: 1.8rem;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.billing-toggle button {
  border: 0;
  padding: 0.55rem 1rem;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}

.billing-toggle button.active {
  background: linear-gradient(125deg, var(--primary), var(--accent));
  color: #fff;
}

.pricing-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
}

.popular {
  border-color: #93c5fd;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.18);
}

.pill {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0.78rem;
  background: linear-gradient(125deg, #fef3c7, #ffedd5);
  color: #92400e;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  font-weight: 700;
}

.price {
  font-size: 2rem;
  line-height: 1;
  margin: 0.72rem 0;
  letter-spacing: -0.02em;
}

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

.checklist {
  display: grid;
  gap: 0.5rem;
  margin: 0.9rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.checklist li::before {
  content: "✓";
  color: var(--success);
  margin-right: 0.5rem;
}

.newsletter {
  background: linear-gradient(120deg, #0f172a, #1d4ed8 55%, #0891b2);
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.newsletter form {
  display: flex;
  gap: 0.6rem;
}

.newsletter input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form p {
  margin: 0 0 0.85rem;
}

.contact-form label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(14, 165, 164, 0.3);
  border-color: #67e8f9;
}

.form-alert {
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-alert.success {
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
}

.form-alert.error {
  border: 1px solid #fca5a5;
  background: #fef2f2;
  color: #991b1b;
}

.faq-item {
  background: linear-gradient(125deg, #ffffff, #f0fdff);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
}

.final-cta {
  text-align: center;
  background: linear-gradient(125deg, #ecfeff, #eef2ff 55%, #fef3c7);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 3.2rem 1.3rem;
}

.stats-row {
  margin-top: 1.8rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-tile {
  border: 1px solid #d7e8fb;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  padding: 0.95rem;
}

.stat-tile strong {
  font-size: 1.4rem;
  line-height: 1;
}

.footer {
  margin-top: 5rem;
  padding: 2.6rem 0 0;
  border-top: 1px solid var(--border);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  gap: 1.2rem;
  padding-bottom: 2rem;
}

.footer-heading {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #374151;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--muted);
  transition: color 0.2s ease;
}

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

.footer-newsletter {
  display: flex;
  gap: 0.5rem;
}

.footer-newsletter input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  transition: border-color 0.2s ease;
}

.footer-newsletter input:focus {
  outline: none;
  border-color: #a5b4fc;
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid var(--border);
  color: #9ca3af;
  font-size: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1rem;
}

.footer-bottom-links a {
  color: #9ca3af;
  transition: color 0.2s ease;
}

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

.socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.socials a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.page-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(24, 119, 242, 0.08), transparent 38%),
    radial-gradient(circle at 80% 35%, rgba(21, 101, 192, 0.07), transparent 36%);
}

.center {
  text-align: center;
}

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

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.45);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .footer-grid,
  .pricing-grid,
  .feature-grid,
  .benefit-grid,
  .testimonial-grid,
  .faq-grid,
  .card-grid,
  .cta-banner {
    grid-template-columns: 1fr 1fr;
  }

  .cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-banner .btn {
    justify-self: center;
  }

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

  .menu-toggle {
    display: flex;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav.open .nav-links,
  .nav.open .nav-actions {
    display: flex;
    width: 100%;
  }

  .nav.open {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 0.8rem;
    gap: 0.8rem;
    padding-bottom: 1rem;
  }

  .nav.open .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .nav.open .nav-actions {
    width: 100%;
    padding-top: 0.2rem;
  }

  .logo-wordmark {
    height: 32px;
  }

  .mockup {
    transform: none;
  }

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .hero-grid,
  .footer-grid,
  .pricing-grid,
  .feature-grid,
  .benefit-grid,
  .testimonial-grid,
  .faq-grid,
  .card-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.8rem 0;
  }

  .compare-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

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

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero p,
  .section-subtext {
    font-size: 1rem;
  }
}

/* ── New utility & component classes ─────────────────────── */

.feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0e7ff, #ede9fe);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.cta-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(125deg, #0d47a1, #1565C0 60%, #1877F2);
  color: #fff;
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.cta-banner h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}

.cta-banner .muted {
  color: rgba(255, 255, 255, 0.82);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.contact-form-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.save-badge {
  background: linear-gradient(125deg, #fef3c7, #ffedd5);
  color: #92400e;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  margin-left: 0.3rem;
}

.price-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
}

.price-card.popular {
  background: linear-gradient(165deg, #f0f7ff, #e3f2fd);
  border-color: #90caf9;
  box-shadow: 0 12px 32px rgba(24, 119, 242, 0.18);
}

/* ── Landing page scoped styles */
.lp-home .hero-copy {
  max-width: 62ch;
}

.lp-urgency {
  margin-top: 0.85rem;
  color: #991b1b;
  font-weight: 600;
  font-size: 0.96rem;
}

.lp-dashboard {
  background: linear-gradient(165deg, #fff, #f3f4ff);
  border: 1px solid #dfe3ff;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 16px 36px rgba(67, 56, 202, 0.14);
  animation: lpFloatIn 0.7s ease both;
}

.lp-trust-badges {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-badge {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-weight: 600;
  text-align: center;
  color: #1e3a8a;
}



.lp-pricing-cta {
  margin-top: 1rem;
}

@keyframes lpFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lpFloatIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .lp-trust-badges {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .lp-home .hero-cta {
    width: 100%;
  }

  .lp-home .hero-cta .btn {
    width: 100%;
  }

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