/*
Theme Name: MCFP Minimal
Version: 1.0.0
Text Domain: mcfp-minimal
*/
:root{--mcfp-accent:#087d8c}*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;color:#183145;background:#f4f8fa}a{color:var(--mcfp-accent)}.mcfp-shell{max-width:1160px;margin:auto;padding:24px}.mcfp-top{display:flex;justify-content:space-between;align-items:center;gap:16px;background:white;border-bottom:1px solid #dde7eb}.mcfp-top a{text-decoration:none;font-weight:700}.mcfp-hero{padding:56px 0 32px;max-width:800px}h1{font-size:clamp(32px,5vw,56px);line-height:1.1}p{line-height:1.7}.mcfp-button{display:inline-block;background:var(--mcfp-accent);color:white;padding:13px 20px;border-radius:8px;text-decoration:none;font-weight:600;margin:8px 8px 8px 0}.mcfp-card{background:white;border:1px solid #dce6ea;border-radius:12px;padding:24px}.mcfp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}.mcfp-note{background:#fff6df;padding:16px;border-radius:8px}.mcfp-footer{padding:40px 0;color:#506575}.custom-logo{max-width:180px;height:auto}
