:root{
  --h24-blue:#07234a;
  --h24-green:#43a62a;
  --h24-green-dark:#2f8c1c;
  --h24-soft:#f5faf7;
  --h24-border:#dfe8e3;
  --h24-text:#10213b;
  --h24-muted:#5e6b7c;
  --h24-radius:22px;
  --h24-shadow:0 18px 50px rgba(7,35,74,.10);
}
.h24dl-wrap{font-family:Poppins,Inter,Arial,sans-serif;color:var(--h24-text);max-width:1240px;margin:0 auto;padding:28px 16px;box-sizing:border-box}
.h24dl-wrap *{box-sizing:border-box}
.h24dl-hero{border-radius:26px;overflow:hidden;box-shadow:var(--h24-shadow);background:#fff;margin-bottom:22px}
.h24dl-hero img{display:block;width:100%;height:auto}
.h24dl-top-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin:18px 0 34px}
.h24dl-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:16px;padding:15px 22px;font-weight:800;line-height:1.1;transition:.2s ease;border:1px solid transparent}
.h24dl-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(7,35,74,.14)}
.h24dl-btn-green{background:linear-gradient(135deg,var(--h24-green),var(--h24-green-dark));color:#fff}
.h24dl-btn-blue{background:var(--h24-blue);color:#fff}
.h24dl-btn-outline{background:#fff;color:var(--h24-green-dark);border-color:var(--h24-green)}
.h24dl-heading{text-align:center;max-width:820px;margin:0 auto 28px}
.h24dl-heading span,.h24dl-form-hero span{display:inline-block;color:var(--h24-green-dark);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:8px}
.h24dl-heading h2,.h24dl-form-hero h2{font-size:clamp(32px,5vw,54px);line-height:1.02;margin:0;color:var(--h24-blue);font-weight:900;letter-spacing:-.04em}
.h24dl-heading p,.h24dl-form-hero p{font-size:17px;color:var(--h24-muted);line-height:1.65;margin:14px 0 0}
.h24dl-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.h24dl-accordion{display:grid;gap:12px}
.h24dl-item{background:#fff;border:1px solid var(--h24-border);border-radius:18px;box-shadow:0 10px 30px rgba(7,35,74,.06);overflow:hidden}
.h24dl-item-head{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:14px;padding:17px 18px;cursor:pointer;text-align:left;color:var(--h24-blue)}
.h24dl-item-head:focus{outline:3px solid rgba(67,166,42,.22);outline-offset:-3px}
.h24dl-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--h24-soft);font-size:24px;border:1px solid var(--h24-border)}
.h24dl-item-title{font-weight:900;font-size:18px;flex:1}
.h24dl-chevron{font-size:28px;color:var(--h24-green);line-height:1;transition:.2s ease}
.h24dl-item.is-open .h24dl-chevron{transform:rotate(180deg)}
.h24dl-item-body{padding:0 18px 20px;background:linear-gradient(180deg,#fff,var(--h24-soft))}
.h24dl-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;border-top:1px solid var(--h24-border);padding-top:18px}
.h24dl-item-body h3{font-size:15px;text-transform:uppercase;letter-spacing:.04em;color:var(--h24-green-dark);margin:14px 0 6px}
.h24dl-item-body h3:first-child{margin-top:0}
.h24dl-item-body p{margin:0;color:#26384f;line-height:1.65;font-size:15px}
.h24dl-action-card{background:#fff;border:1px solid var(--h24-border);border-radius:18px;padding:18px;box-shadow:0 10px 22px rgba(7,35,74,.06);align-self:start}
.h24dl-action-card strong{display:block;color:var(--h24-blue);font-size:18px;margin-bottom:7px}
.h24dl-action-card p{font-size:14px;margin-bottom:14px}
.h24dl-mini-btn{display:flex;text-decoration:none;border-radius:13px;padding:11px 12px;margin-top:9px;font-weight:800;align-items:center;justify-content:center;border:1px solid var(--h24-border)}
.h24dl-green{background:var(--h24-green);color:#fff}
.h24dl-blue{background:var(--h24-blue);color:#fff}
.h24dl-light{background:#fff;color:var(--h24-blue)}
.h24dl-side{background:#fff;border:1px solid var(--h24-border);border-radius:var(--h24-radius);box-shadow:var(--h24-shadow);padding:24px;position:sticky;top:24px}
.h24dl-side h3{font-size:25px;line-height:1.1;color:var(--h24-blue);margin:0 0 20px;font-weight:900}
.h24dl-side ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:16px}
.h24dl-side li{display:grid;gap:3px;padding-left:18px;border-left:4px solid var(--h24-green)}
.h24dl-side strong{color:var(--h24-blue);font-weight:900}
.h24dl-side span{color:var(--h24-muted);font-size:14px;line-height:1.5}
.h24dl-full{width:100%}
.h24dl-grid-img{margin-top:32px;border-radius:26px;overflow:hidden;box-shadow:var(--h24-shadow);background:#fff}
.h24dl-grid-img img{display:block;width:100%;height:auto}
.h24dl-form-wrap{max-width:920px}
.h24dl-form-hero{text-align:center;background:linear-gradient(135deg,#fff,var(--h24-soft));border:1px solid var(--h24-border);box-shadow:var(--h24-shadow);border-radius:26px;padding:34px 22px;margin-bottom:20px}
.h24dl-alert{border-radius:16px;padding:15px 18px;margin:14px 0;font-weight:800}
.h24dl-alert-ok{background:#edf9ec;color:#246f17;border:1px solid #bde8b8}
.h24dl-alert-error{background:#fff0f0;color:#9d1c1c;border:1px solid #ffd0d0}
.h24dl-form{background:#fff;border:1px solid var(--h24-border);border-radius:26px;box-shadow:var(--h24-shadow);padding:24px;display:grid;gap:16px}
.h24dl-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.h24dl-form label{display:grid;gap:8px;font-weight:800;color:var(--h24-blue);font-size:15px}
.h24dl-form input,.h24dl-form select,.h24dl-form textarea{width:100%;border:1px solid #d7e2dc;border-radius:14px;padding:14px 14px;font:inherit;color:var(--h24-text);background:#fff}
.h24dl-form textarea{resize:vertical}
.h24dl-form input:focus,.h24dl-form select:focus,.h24dl-form textarea:focus{outline:3px solid rgba(67,166,42,.20);border-color:var(--h24-green)}
.h24dl-form small{font-weight:500;color:var(--h24-muted)}
.h24dl-privacy{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;background:var(--h24-soft);border:1px solid var(--h24-border);border-radius:16px;padding:14px}
.h24dl-privacy input{width:auto;margin-top:4px}
.h24dl-privacy span{font-weight:600;color:var(--h24-muted);line-height:1.5}
.h24dl-submit{border:0;border-radius:16px;background:linear-gradient(135deg,var(--h24-blue),#0c3d7c);color:#fff;font-weight:900;font-size:17px;padding:16px 22px;cursor:pointer;transition:.2s ease}
.h24dl-submit:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(7,35,74,.18)}
@media (max-width: 980px){
  .h24dl-layout{grid-template-columns:1fr}
  .h24dl-side{position:static}
}
@media (max-width: 767px){
  .h24dl-wrap{padding:18px 12px}
  .h24dl-top-cta{position:sticky;bottom:8px;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border:1px solid var(--h24-border);box-shadow:0 10px 30px rgba(7,35,74,.16);border-radius:20px;padding:8px;margin:16px 0 28px;display:grid;grid-template-columns:1fr}
  .h24dl-btn{padding:13px 14px;border-radius:14px}
  .h24dl-content-grid{grid-template-columns:1fr}
  .h24dl-field-row{grid-template-columns:1fr}
  .h24dl-form{padding:18px;border-radius:20px}
  .h24dl-item-head{padding:14px}
  .h24dl-item-title{font-size:16px}
  .h24dl-icon{width:38px;height:38px;font-size:22px}
  .h24dl-side{padding:20px}
}