.page-features-automations-template {
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --bg-tint: #eef2ff;
  --ink: #10233e;
  --ink-2: #44556f;
  --line: #dbe4f0;
  --primary: #10233e;
  --accent: #6f6bff;
  --shadow: 0 20px 60px rgba(16,35,62,.08);
  --radius: 24px;
  --max: 1200px;
}

.page-features-automations-template .container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.page-features-automations-template main a { text-decoration: none; color: inherit; transition: color .18s ease; }
.page-features-automations-template .wp-block-group,
.page-features-automations-template .wp-block-columns,
.page-features-automations-template .wp-block-buttons,
.page-features-automations-template .wp-block-image { margin-bottom: 0; }
.page-features-automations-template .page-hero { padding: 62px 0 24px; background: var(--bg); }
.page-features-automations-template .page-hero h1 { font-size: 62px; line-height: 1.02; letter-spacing: -.04em; margin: 18px 0 14px; color: var(--ink); }
.page-features-automations-template .page-hero p.lead { font-size: 20px; color: var(--ink-2); margin: 0; line-height: 1.5; max-width: 720px; }
.page-features-automations-template .eyebrow { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 18px; }
.page-features-automations-template .hero-actions,
.page-features-automations-template .wp-block-buttons.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.page-features-automations-template .btn, .page-features-automations-template .btn-primary, .page-features-automations-template .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border-radius: 14px; font-weight: 600; font-size: 15px; transition: .18s ease; }
.page-features-automations-template .btn, .page-features-automations-template .btn-primary { border: 1px solid transparent; background: var(--primary); color: #fff; cursor: pointer; }
.page-features-automations-template .btn-primary:hover { transform: translateY(-1px); }
.page-features-automations-template .btn-secondary { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.page-features-automations-template .btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.page-features-automations-template .wp-block-button.btn,
.page-features-automations-template .wp-block-button.btn-primary,
.page-features-automations-template .wp-block-button.btn-secondary { margin: 0; padding: 0; min-height: auto; border: 0; background: transparent; box-shadow: none; }
.page-features-automations-template .wp-block-button.btn .wp-block-button__link,
.page-features-automations-template .wp-block-button.btn-primary .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border-radius: 14px; font-weight: 600; font-size: 15px; border: 1px solid transparent; background: var(--primary); color: #fff; box-shadow: none; }
.page-features-automations-template .wp-block-button.btn-secondary .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border-radius: 14px; font-weight: 600; font-size: 15px; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.page-features-automations-template .feature-automations-page__grid,
.page-features-automations-template .wp-block-columns.feature-automations-page__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; margin-bottom: 0; }
.page-features-automations-template .wp-block-column { min-width: 0; }
.page-features-automations-template .feature-automations-page__bullets { padding: 0; margin: 22px 0 0; list-style: none; }
.page-features-automations-template .feature-automations-page__bullets li { display: flex; gap: 10px; margin: 10px 0; color: var(--ink-2); }
.page-features-automations-template .feature-automations-page__bullets li::before { content: "•"; color: var(--accent); font-weight: 900; }
.page-features-automations-template .screen { border: 1px solid var(--line); background: #fff; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.page-features-automations-template .screen img { width: 100%; height: auto; }
.feature-automations-page { background: var(--bg); }
.feature-automations-page__hero { padding-bottom: 18px; }
.feature-automations-page + .site-footer, .page-features-automations-template .site-footer { margin-top: 0; }
@media (max-width: 840px) {
  .page-features-automations-template .page-hero h1 { font-size: 44px; }
  .page-features-automations-template .feature-automations-page__grid,
  .page-features-automations-template .wp-block-columns.feature-automations-page__grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 480px) {
  .page-features-automations-template .container { width: calc(100% - 32px); }
  .page-features-automations-template .page-hero h1 { font-size: 32px; }
  .page-features-automations-template .page-hero p.lead { font-size: 17px; }
  .page-features-automations-template .hero-actions,
  .page-features-automations-template .wp-block-buttons.hero-actions { flex-direction: column; }
  .page-features-automations-template .wp-block-button.btn-primary .wp-block-button__link,
  .page-features-automations-template .wp-block-button.btn-secondary .wp-block-button__link { width: 100%; justify-content: center; }
}
