/* Features page - mirrors index.html marketing design (Plus Jakarta + Inter, same tokens) */

body.features-marketing {
  --layout-max: 896px;
  --hero-layout-max: 1120px;
  --brand: #0f766e;
  --brand-hover: #115e59;
  --accent: #10b981;
  --bg-app: #f9fafb;
  --bg-surface: #ffffff;
  --text-heading: #09090b;
  --text-body: #18181b;
  --text-muted: #3f3f46;
  --border: #e4e4e7;
  --border-divider: #f4f4f5;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 100px;
  --font-heading: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  margin: 0;
  background: var(--bg-app);
  color: var(--text-body);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body.features-marketing img {
  max-width: 100%;
  display: block;
}

body.features-marketing main a {
  text-decoration: none;
  color: inherit;
}

body.features-marketing main h1,
body.features-marketing main h2,
body.features-marketing main h3 {
  font-family: var(--font-heading);
}

body.features-marketing main section:not(.hero) h2 {
  font-size: clamp(31px, 3.84vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text-heading);
  margin: 0 0 16px;
}

body.features-marketing main section:not(.hero) h2 em {
  font-style: italic;
  color: var(--brand);
}

body.features-marketing main section:not(.hero) h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text-heading);
  margin: 0 0 12px;
}

body.features-marketing main section:not(.hero) p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 12px;
}

body.features-marketing main section:not(.hero) p:last-child {
  margin-bottom: 0;
}

body.features-marketing main section:not(.hero) {
  padding: 88px 0;
  border-bottom: 1px solid var(--border-divider);
}

body.features-marketing main section:not(.hero):last-of-type {
  border-bottom: none;
}

body.features-marketing .container {
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 0 24px;
}

body.features-marketing .section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 4px 10px;
  margin-bottom: 20px;
}

body.features-marketing .section-lead {
  margin-bottom: 28px;
  max-width: 42rem;
}

/* ── Hero (same palette / type as index homepage hero) ── */
body.features-marketing .hero {
  background-color: #071a18;
  background-image: radial-gradient(1100px 760px at 22% 52%, rgba(15, 118, 110, 0.65), rgba(15, 118, 110, 0) 68%),
    radial-gradient(780px 540px at 86% 12%, rgba(15, 118, 110, 0.3), rgba(15, 118, 110, 0) 60%),
    linear-gradient(135deg, #0a2420 0%, #071a18 72%);
  border-bottom: none;
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: 72px;
}

body.features-marketing .hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background: radial-gradient(800px 400px at 25% 40%, rgba(16, 185, 129, 0.18) 0%, rgba(16, 185, 129, 0) 60%),
    radial-gradient(700px 420px at 80% 20%, rgba(15, 118, 110, 0.16) 0%, rgba(15, 118, 110, 0) 60%),
    linear-gradient(120deg, rgba(15, 118, 110, 0) 0%, rgba(16, 185, 129, 0.14) 45%, rgba(15, 118, 110, 0) 100%);
  background-size: 200% 200%;
  animation: featuresHeroGradientShift 14s ease-in-out infinite;
  filter: saturate(1.08);
}

@keyframes featuresHeroGradientShift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
  }
  50% {
    transform: translate3d(2%, 1.5%, 0) scale(1.06);
  }
  100% {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.features-marketing .hero::before {
    animation: none;
  }
}

body.features-marketing .hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--hero-layout-max);
  margin: 0 auto;
  padding: 0 24px;
}

body.features-marketing .hero-text {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 8px;
  max-width: 52rem;
}

body.features-marketing .hero-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 28px;
  background: rgba(15, 118, 110, 0.26);
}

body.features-marketing .hero h1.hero-h1 {
  font-family: var(--font-heading);
  font-size: clamp(37px, 5.175vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: #ffffff;
  margin: 0 0 24px;
}

body.features-marketing .hero h1.hero-h1 em {
  font-style: italic;
  color: #5eead4;
}

body.features-marketing .hero-sub {
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 32px;
  max-width: 40em;
}

body.features-marketing .features-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

body.features-marketing .btn-hero-primary {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 32px;
  border-radius: 8px;
  cursor: pointer;
  background: #ffffff;
  color: #0f766e;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 14px 40px rgba(0, 0, 0, 0.18);
  transition: background 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
}

body.features-marketing .btn-hero-primary:hover {
  background: #f0fdf9;
}

body.features-marketing .btn-hero-ghost {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
}

body.features-marketing .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Buttons on light sections - override global styles.css .btn (legal theme tokens) */
body.features-marketing main .btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-md);
  padding: 11px 22px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  text-decoration: none;
  transform: none;
}

body.features-marketing main .btn:hover {
  transform: none;
}

body.features-marketing main .btn.btn-primary {
  background: var(--brand);
  color: #ffffff;
  border: 1px solid rgba(15, 118, 110, 0.5);
}

body.features-marketing main .btn.btn-primary:hover {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
  color: #ffffff;
}

body.features-marketing main .btn.btn-outlined {
  background: transparent;
  color: var(--text-heading);
  border: 1px solid var(--border);
}

body.features-marketing main .btn.btn-outlined:hover {
  background: rgba(15, 118, 110, 0.08);
  border-color: var(--brand);
  color: var(--text-heading);
}

/* Split panel (homepage) + dark story column */
body.features-marketing .split-panel {
  max-width: 100%;
  margin: 32px auto 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body.features-marketing .split-panel .panel-left {
  padding: 28px;
}

body.features-marketing .split-panel .panel-left.features-panel--dark {
  background: linear-gradient(135deg, #0a2420 0%, #071a18 72%);
  color: rgba(255, 255, 255, 0.88);
}

body.features-marketing .split-panel .panel-left.features-panel--dark h3 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

body.features-marketing .split-panel .panel-left.features-panel--dark p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

body.features-marketing .split-panel .panel-left.features-panel--dark .features-pullquote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.features-marketing .split-panel .panel-right {
  background: var(--bg-surface);
  padding: 28px;
  border-left: 1px solid var(--border);
}

body.features-marketing .features-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #99f6e4;
}

body.features-marketing .split-panel .panel-left.features-panel--dark .features-icon-wrap {
  background: rgba(255, 255, 255, 0.1);
  color: #ecfdf5;
}

body.features-marketing .features-icon-wrap svg {
  width: 22px;
  height: 22px;
}

body.features-marketing .features-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.features-marketing .features-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-body);
}

body.features-marketing .features-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--brand);
}

body.features-marketing .features-checklist strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--text-heading);
  margin-bottom: 4px;
}

body.features-marketing .features-checklist span.desc {
  display: block;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Card grids - pricing-card style */
body.features-marketing .pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

body.features-marketing .pricing-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.features-marketing .pricing-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.features-marketing .pricing-card {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

body.features-marketing .pricing-card .features-card-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: #d1fae5;
  color: #065f46;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

body.features-marketing .pricing-card .features-card-icon svg {
  width: 20px;
  height: 20px;
}

body.features-marketing .pub-num {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--border);
  line-height: 1;
  margin-bottom: 12px;
}

body.features-marketing .pricing-card .feature-name {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}

body.features-marketing .pricing-card .feature-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
}

body.features-marketing .section-what-you-get {
  background: #f9fafb;
}

body.features-marketing .vault-band {
  margin-top: 28px;
  padding: 40px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

body.features-marketing .vault-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
}

body.features-marketing .vault-kicker svg {
  flex-shrink: 0;
}

body.features-marketing .vault-item {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-app);
  margin-bottom: 12px;
}

body.features-marketing .vault-item:last-child {
  margin-bottom: 0;
}

body.features-marketing .vault-item-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: #d1fae5;
  color: #065f46;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.features-marketing .vault-item-icon svg {
  width: 18px;
  height: 18px;
}

body.features-marketing .vault-item-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--text-heading);
  margin-bottom: 4px;
}

body.features-marketing .vault-item-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Dark band sections (how-it-works palette) */
body.features-marketing section.section-how-it-works {
  background: radial-gradient(900px 560px at 20% 10%, rgba(15, 118, 110, 0.24), rgba(15, 118, 110, 0) 60%),
    radial-gradient(800px 520px at 85% 80%, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0) 58%),
    linear-gradient(135deg, #062824 0%, #071a18 70%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.features-marketing main section.section-how-it-works .section-tag {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.18);
}

/* Must include `main` so specificity beats `main section:not(.hero) h2` (dark text). */
body.features-marketing main section.section-how-it-works h2 {
  color: #ffffff;
}

body.features-marketing main section.section-how-it-works .section-lead p {
  color: rgba(255, 255, 255, 0.84);
}

body.features-marketing main section.section-how-it-works h2 em {
  color: #5eead4;
}

body.features-marketing .gate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  align-items: start;
}

body.features-marketing main section.section-how-it-works .gate-copy h3 {
  color: #ffffff;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.25;
  font-weight: 800;
}

body.features-marketing main section.section-how-it-works .gate-copy p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}

body.features-marketing .gate-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-top: 20px;
}

body.features-marketing .gate-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

body.features-marketing .gate-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fbbf24;
  flex-shrink: 0;
}

body.features-marketing .gate-score {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.88);
}

/* Beat `main section:not(.hero) p` so bar labels are not dark body text. */
body.features-marketing main section.section-how-it-works .gate-score .score-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body.features-marketing main section.section-how-it-works .gate-score .score-value {
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 8px 0 12px;
}

body.features-marketing main section.section-how-it-works .gate-score .score-value span {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}

body.features-marketing main section.section-how-it-works .gate-score .score-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #a7f3d0;
  background: rgba(16, 185, 129, 0.22);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

body.features-marketing main section.section-how-it-works .gate-score .score-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

body.features-marketing main section.section-how-it-works .gate-score p.score-bar-label {
  width: 88px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

body.features-marketing main section.section-how-it-works .gate-score .score-bar-track {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}

body.features-marketing main section.section-how-it-works .gate-score .score-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: #fbbf24;
}

body.features-marketing .badge {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.features-marketing .badge--mint {
  background: #d1fae5;
  color: #065f46;
}

body.features-marketing .badge--amber {
  background: #fef3c7;
  color: #92400e;
}

body.features-marketing .badge--slate {
  background: #f4f4f5;
  color: var(--text-muted);
}

body.features-marketing .voice-band {
  margin-top: 28px;
  padding: 40px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

body.features-marketing .voice-band .section-tag {
  margin-bottom: 16px;
}

body.features-marketing .voice-band h2 {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
}

body.features-marketing .voice-band .section-lead {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.features-marketing .voice-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
  text-align: left;
}

body.features-marketing .voice-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--text-heading);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

body.features-marketing .voice-step-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-heading);
  margin-bottom: 6px;
}

body.features-marketing .voice-step-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* Final CTA + footer inside main (homepage) */
body.features-marketing section.section-final-cta {
  background: radial-gradient(900px 560px at 20% 20%, rgba(15, 118, 110, 0.22), rgba(15, 118, 110, 0) 60%),
    linear-gradient(135deg, #0a2420 0%, #071a18 72%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.features-marketing .final-cta-block {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

/* Include `main` + section so heading color beats `main section:not(.hero) h2`. */
body.features-marketing main section.section-final-cta .final-cta-block h2 {
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 38px);
  margin-bottom: 12px;
}

body.features-marketing main section.section-final-cta .final-cta-block p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 500px;
  margin: 0 auto 24px;
  font-size: 17px;
}

body.features-marketing main section.section-final-cta .final-cta-block .pricing-footnote {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

body.features-marketing main > footer.site-footer {
  margin-top: 0;
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #071a18 0%, #050f0e 100%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

body.features-marketing main > footer.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.6rem;
  row-gap: 0.4rem;
}

body.features-marketing main > footer.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

body.features-marketing main > footer.site-footer a:hover {
  color: #ffffff;
}

body.features-marketing main > footer.site-footer .sep {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

@media (max-width: 960px) {
  body.features-marketing .pricing-grid--3 {
    grid-template-columns: 1fr;
  }

  body.features-marketing .voice-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  body.features-marketing .vault-band {
    grid-template-columns: 1fr;
  }

  body.features-marketing .gate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.features-marketing header#site-nav .site-header__actions .nav-cta--muted {
    display: none;
  }

  body.features-marketing .hero {
    padding-top: 100px;
    padding-bottom: 56px;
  }

  body.features-marketing .hero h1.hero-h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  body.features-marketing .hero-sub {
    font-size: 16px;
  }

  body.features-marketing .split-panel {
    grid-template-columns: 1fr;
  }

  body.features-marketing .split-panel .panel-right {
    border-left: none;
    border-top: 1px solid var(--border);
  }

  body.features-marketing .pricing-grid,
  body.features-marketing .pricing-grid--3,
  body.features-marketing .pricing-grid--auto {
    grid-template-columns: 1fr;
  }

  body.features-marketing .gate-checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.features-marketing main section {
    padding: 56px 0;
  }

  body.features-marketing .features-hero-cta {
    flex-direction: column;
    width: 100%;
  }

  body.features-marketing .features-hero-cta .btn-hero-primary,
  body.features-marketing .features-hero-cta .btn-hero-ghost {
    width: 100%;
    text-align: center;
  }
}
