.id-home-main{max-width:1100px;margin:0 auto;padding:56px 24px 80px;}

.idh-hero{text-align:center;margin-bottom:56px;}
.idh-kicker{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:3px;color:#6a6e83;margin-bottom:16px;}
.idh-hero h1{font-family:'Nunito',sans-serif;font-size:clamp(2rem,4.5vw,2.8rem);font-weight:900;line-height:1.15;letter-spacing:-.6px;color:#535355;margin:0 auto 18px;max-width:760px;}
.idh-hero h1 em{font-style:normal;color:#4361ee;}
.idh-hero h1 span{color:#3451d1;}
.idh-lede{font-size:1.05rem;color:#4b5066;max-width:640px;margin:0 auto 28px;line-height:1.7;}

.idh-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 28px;font-size:.85rem;font-weight:700;color:#4b5066;margin-bottom:8px;}
.idh-trust span{display:inline-flex;align-items:center;gap:8px;}
.idh-trust i{color:#4361ee;}

.idh-section{margin-bottom:56px;}
.idh-section-hdr{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap;}
.idh-section-hdr h2{font-family:'Nunito',sans-serif;font-size:clamp(1.4rem,2.5vw,1.7rem);font-weight:900;color:#535355;letter-spacing:-.3px;margin:0;}
.idh-section-hdr p{font-size:.92rem;color:#6a6e83;margin:0;}

.idh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.idh-card{display:block;background:#fff;border:1px solid #e4e6f0;border-radius:14px;padding:24px 22px;text-decoration:none;color:inherit;transition:all .25s;position:relative;}
.idh-card:hover{transform:translateY(-3px);border-color:#4361ee;box-shadow:0 8px 24px rgba(67,97,238,.10);}
.idh-card-ico{width:44px;height:44px;border-radius:12px;background:#eaedfd;color:#4361ee;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:14px;}
.idh-card-n{font-size:1.05rem;font-weight:800;color:#535355;margin-bottom:6px;}
.idh-card-d{font-size:.88rem;color:#6a6e83;line-height:1.55;margin-bottom:0;}
.idh-card-tag{position:absolute;top:14px;right:14px;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;background:#eaedfd;color:#334dc3;padding:3px 8px;border-radius:999px;}
.idh-card.idh-soon{opacity:.7;cursor:default;pointer-events:none;}
.idh-card.idh-soon .idh-card-tag{background:#f5f0e0;color:#a08040;}

.idh-other{background:#f9f9fc;border:1px solid #e4e6f0;border-radius:18px;padding:32px;margin-top:24px;}
.idh-other-hdr{text-align:center;margin-bottom:22px;}
.idh-other-hdr h2{font-family:'Nunito',sans-serif;font-size:1.4rem;font-weight:900;color:#535355;letter-spacing:-.3px;margin-bottom:8px;}
.idh-other-hdr p{font-size:.9rem;color:#6a6e83;margin:0;}
.idh-other-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.idh-other-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e4e6f0;border-radius:12px;padding:14px 16px;text-decoration:none;color:inherit;transition:all .2s;}
.idh-other-card:hover{border-color:#4361ee;transform:translateY(-2px);box-shadow:0 4px 14px rgba(67,97,238,.08);}
.idh-other-ico{width:36px;height:36px;border-radius:10px;background:#eaedfd;color:#4361ee;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0;}
.idh-other-txt{display:flex;flex-direction:column;gap:2px;min-width:0;}
.idh-other-n{font-size:.88rem;font-weight:700;color:#535355;}
.idh-other-d{font-size:.74rem;color:#6a6e83;line-height:1.3;}

.idh-cta-band{text-align:center;background:linear-gradient(160deg,#f0f3ff 0%,#fff8f0 100%);border:1px solid #e4e6f0;border-radius:20px;padding:42px 32px;margin-top:48px;}
.idh-cta-band h2{font-family:'Nunito',sans-serif;font-size:1.6rem;font-weight:900;color:#535355;margin-bottom:10px;letter-spacing:-.3px;}
.idh-cta-band p{font-size:.95rem;color:#4b5066;margin-bottom:22px;max-width:520px;margin-left:auto;margin-right:auto;}
.idh-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#4361ee;color:#fff;font-family:'Nunito',sans-serif;font-size:1rem;font-weight:800;padding:14px 30px;border-radius:999px;text-decoration:none;transition:all .25s;box-shadow:0 4px 16px rgba(67,97,238,.3);}
.idh-cta-btn:hover{background:#3451d1;transform:translateY(-2px);box-shadow:0 8px 24px rgba(67,97,238,.4);}

@media(max-width:900px){
  .idh-grid{grid-template-columns:repeat(2,1fr);}
  .idh-other-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:600px){
  .id-home-main{padding:40px 16px 60px;}
  .idh-grid{grid-template-columns:1fr;}
  .idh-other-grid{grid-template-columns:1fr;}
  .idh-cta-band{padding:32px 22px;}
}
