/*
Theme Name: Astra Email Marketing Child
Description: Update-safe Astra child theme for the Email Marketing Core platform. Business logic stays in the companion plugin.
Author: DigitalFLO
Template: astra
Version: 0.2.0
Text Domain: astra-email-marketing-child
Requires at least: 6.5
Requires PHP: 8.1
*/

:root {
  --emc-brand: #6d28d9;
  --emc-brand-dark: #312e81;
  --emc-ink: #0f172a;
  --emc-muted: #64748b;
  --emc-surface: #ffffff;
  --emc-bg: #f8fafc;
  --emc-border: #e2e8f0;
}

body.page-template-page-emc-app {
  background: var(--emc-bg);
}

.emc-theme-app-main {
  width: 100%;
  max-width: none;
  padding: 0 18px 48px;
}

.emc-marketing-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emc-soft-section {
  padding: clamp(48px, 8vw, 96px) 0;
}

.emc-gradient-hero {
  background: linear-gradient(135deg, var(--emc-brand-dark), var(--emc-brand));
  color: #fff;
  border-radius: 28px;
}
