
:root{--mdf-green:#0e5b43;--mdf-dark:#123229;--mdf-soft:#f4f8f6;--mdf-line:#dbe6df;--mdf-gold:#d3a93a;--mdf-text:#1c2d26;--mdf-muted:#617067}
.mdf-shell{width:min(1180px,calc(100% - 36px));margin:auto}
.mdf-hero{padding:78px 0 60px;background:linear-gradient(135deg,#eef7f2,#fff)}
.mdf-hero span,.mdf-section-head span{display:block;font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--mdf-green)}
.mdf-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;margin:10px 0 18px;color:var(--mdf-dark);max-width:1000px}
.mdf-hero p{font-size:19px;line-height:1.7;color:var(--mdf-muted);max-width:900px}
.mdf-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.mdf-btn{display:inline-flex;padding:13px 18px;border:1px solid var(--mdf-dark);border-radius:10px;text-decoration:none!important;font-weight:800;color:var(--mdf-dark)!important}
.mdf-btn.primary{background:var(--mdf-dark);color:#fff!important}
.mdf-section-head{margin:55px 0 22px;max-width:850px}.mdf-section-head h2{font-size:clamp(28px,4vw,44px);margin:7px 0 10px;color:var(--mdf-dark)}.mdf-section-head p{color:var(--mdf-muted);line-height:1.7}
.mdf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mdf-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.mdf-card,.mdf-cta,.mdf-notice,.mdf-reg-form,.mdf-reg-note{border:1px solid var(--mdf-line);border-radius:18px;background:#fff}
.mdf-card{padding:24px}.mdf-card h3{margin:0 0 10px;color:var(--mdf-dark)}.mdf-card p{margin:0;color:var(--mdf-muted);line-height:1.65}.mdf-card a{display:inline-block;margin-top:12px;color:var(--mdf-green);font-weight:800;text-decoration:none}
.mdf-cta{margin:55px 0;padding:30px;background:var(--mdf-soft)}.mdf-cta h2{margin-top:0}.mdf-notice{margin:24px 0;padding:20px;background:var(--mdf-soft);line-height:1.7}
.mdf-flow{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:22px;background:var(--mdf-soft);border-radius:16px}.mdf-flow span{color:var(--mdf-gold);font-weight:900}.mdf-flow.wrap strong{white-space:normal}
.mdf-reg-shell{width:min(1050px,calc(100% - 36px));margin:40px auto 70px}.mdf-reg-intro{margin-bottom:20px}.mdf-reg-intro span{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--mdf-green)}.mdf-reg-intro h1{font-size:clamp(34px,5vw,58px);margin:8px 0;color:var(--mdf-dark)}.mdf-reg-intro p{font-size:18px;color:var(--mdf-muted);line-height:1.7}
.mdf-reg-form{padding:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mdf-reg-form label{font-weight:800;color:var(--mdf-dark)}.mdf-reg-form input,.mdf-reg-form select,.mdf-reg-form textarea{width:100%;box-sizing:border-box;margin-top:7px;padding:12px;border:1px solid #cbd9d0;border-radius:10px;background:#fff}.mdf-reg-form .wide{grid-column:1/-1}.mdf-reg-form button{border:0;border-radius:999px;padding:13px 20px;background:var(--mdf-green);color:#fff;font-weight:800;cursor:pointer}.mdf-reg-note{padding:16px;background:var(--mdf-soft)}.mdf-reg-note p{margin-bottom:0;color:var(--mdf-muted)}.mdf-notice.success{border-color:#b8d8c6;background:#eff9f3}
@media(max-width:900px){.mdf-grid.four{grid-template-columns:1fr 1fr}.mdf-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.mdf-grid,.mdf-grid.four,.mdf-reg-form{grid-template-columns:1fr}.mdf-reg-form .wide{grid-column:auto}.mdf-hero{padding:52px 0 40px}.mdf-shell,.mdf-reg-shell{width:min(100% - 24px,1180px)}}
