/* Estates To Go brand layer (works great with Astra) */
:root{
  --etg-primary: #1f4d7a;
  --etg-accent: #d4a017;
  --etg-dark: #0e2235;
  --etg-text: #1a1a1a;
  --etg-muted: #6b7280;
  --etg-bg: #ffffff;
  --etg-radius: 16px;
  --etg-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.etg-hero {padding: 4rem 1rem; background: linear-gradient(180deg, var(--etg-primary), #163758); color: #fff; border-radius: var(--etg-radius); box-shadow: var(--etg-shadow); text-align:center;}
.etg-hero h1{margin:0 0 .5rem 0; font-size: clamp(2rem, 3vw, 3rem);}
.etg-hero p{margin: .25rem 0 1rem 0; opacity:.95;}
.etg-btn{display:inline-block; padding:.8rem 1.2rem; border-radius:999px; background: var(--etg-accent); color:#111; text-decoration:none; font-weight:600;}
.etg-btn:hover{filter:brightness(0.95);}

.etg-hero-section{padding:2rem 1rem; border-radius: var(--etg-radius); background:#f8fafc; box-shadow: var(--etg-shadow);}
.etg-lead{font-size:1.2rem; color:#0f172a;}

.etg-features .wp-block-column{background:#fff; border:1px solid #e5e7eb; padding:1rem; border-radius: var(--etg-radius); box-shadow: var(--etg-shadow);}

.etg-cta{margin-top:1rem; background:#fff; border:1px solid #e5e7eb; padding:1rem; border-radius: var(--etg-radius); text-align:center;}
.etg-card{background:#fff; border:1px solid #e5e7eb; padding:1rem; border-radius: var(--etg-radius); max-width:520px; box-shadow: var(--etg-shadow);}
