/*
Theme Name: Medaniaga Theme
Theme URI: https://medaniaga.com
Description: Lightweight funnel-focused theme for Medaniaga. Includes front page, sales page, lead capture, contact and thank-you templates. Includes a block pattern for homepage and auto-creates pages on theme activation.
Version: 1.1
Author: Rizal Abdullah / Generated
Text Domain: medaniaga-theme
*/
:root{--accent:#0b76ef;--muted:#6b7280}
body{font-family:Inter,system-ui,Segoe UI,Arial;margin:0;color:#111;background:#f7fafc}
a{text-decoration:none;color:var(--accent)}
.container{max-width:1100px;margin:0 auto;padding:18px}
header.site-header{background:linear-gradient(90deg,var(--accent),#06b6d4);color:#fff;padding:28px 0}
.brand{font-weight:700;font-size:20px}
.hero{display:flex;gap:24px;align-items:center;padding:32px 0}
.card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,0.08)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product, .post, .feature{background:#fff;padding:16px;border-radius:10px}
.cta-button{display:inline-block;padding:10px 14px;background:#fff;color:var(--accent);border-radius:8px;font-weight:600}
@media(max-width:900px){.hero{flex-direction:column}.grid{grid-template-columns:1fr}}
