:root{--wp:#1e3a5f;--g:#22c55e;--g2:#16a34a}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1f2937}
.bg-wp{background:var(--wp)}.text-wp{color:var(--wp)}.text-g{color:var(--g)}
.btn-p{background:var(--g);color:#fff;padding:14px 32px;border-radius:8px;font-weight:700;font-size:1.1rem;display:inline-block;text-decoration:none;transition:transform .15s,box-shadow .15s}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(34,197,94,.4)}
.btn-o{border:2px solid #fff;color:#fff;padding:12px 28px;border-radius:8px;font-weight:600;display:inline-block;text-decoration:none;transition:all .15s}
.btn-o:hover{background:#fff;color:var(--wp)}
.fc{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb;position:relative}
.fc:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.1)}
.fc-click{cursor:pointer}
.fc-click:hover{border-color:var(--g)}
.fc-more{display:inline-block;margin-top:10px;font-size:.8rem;font-weight:600;color:var(--g);transition:color .15s}
.fc-click:hover .fc-more{text-decoration:underline}
.ico{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.sn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}
.fq{cursor:pointer}.fa{max-height:0;overflow:hidden;transition:max-height .3s}.fa.open{max-height:500px}
.grd{display:grid;gap:1.25rem}.stat-v{font-size:2.25rem;font-weight:800;line-height:1}
@media(min-width:640px){.g2{grid-template-columns:1fr 1fr}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1024px){.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}}
@media(max-width:768px){.htx{font-size:2rem!important}}

.modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}
.modal-overlay.active{opacity:1;pointer-events:all}
.modal-box{background:#fff;border-radius:16px;max-width:720px;width:calc(100% - 32px);max-height:85vh;overflow-y:auto;padding:0;position:relative;transform:translateY(20px) scale(.97);transition:transform .25s ease;box-shadow:0 25px 80px rgba(0,0,0,.25)}
.modal-overlay.active .modal-box{transform:translateY(0) scale(1)}
.modal-close{position:sticky;top:0;float:right;z-index:10;background:rgba(255,255,255,.95);border:none;font-size:28px;cursor:pointer;color:#6b7280;padding:8px 16px;line-height:1;border-radius:0 16px 0 8px;transition:color .15s}
.modal-close:hover{color:#1f2937}
.modal-header{padding:32px 32px 0;display:flex;align-items:flex-start;gap:16px}
.modal-header .modal-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.modal-header h2{font-size:1.5rem;font-weight:800;color:var(--wp);margin:0 0 4px}
.modal-header .modal-subtitle{font-size:.9rem;color:#6b7280;margin:0}
.modal-body{padding:24px 32px 32px}
.modal-section{margin-bottom:20px}
.modal-section:last-child{margin-bottom:0}
.modal-section h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px;display:flex;align-items:center;gap:6px}
.modal-section h3 .sec-dot{width:8px;height:8px;border-radius:50%;display:inline-block}
.modal-section ul{list-style:none;padding:0;margin:0}
.modal-section ul li{padding:6px 0;font-size:.9rem;color:#374151;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.modal-section ul li svg{flex-shrink:0;margin-top:3px}
.modal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}
.modal-stat{text-align:center}
.modal-stat .ms-val{font-size:1.5rem;font-weight:800;color:var(--g);line-height:1.2}
.modal-stat .ms-lbl{font-size:.75rem;color:#6b7280;margin-top:2px}
.modal-cta{display:block;text-align:center;margin-top:20px;padding:14px;background:var(--g);color:#fff;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .15s,box-shadow .15s}
.modal-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(34,197,94,.3)}
@media(max-width:640px){
  .modal-header{padding:24px 20px 0}
  .modal-body{padding:16px 20px 24px}
  .modal-stats{grid-template-columns:1fr}
  .modal-header h2{font-size:1.25rem}
}
