/* Investax India V2 - shared public main-category page
   Presentation-only layer. Dynamic data, links and existing content remain in Blade. */
.ix-mainhub{background:#f7f7f5;padding:148px 0 82px;color:#171717}
.ix-mainhub__intro{max-width:900px;margin:0 auto 46px;text-align:center}
.ix-mainhub__eyebrow{display:inline-block;margin:0 0 11px;color:#b38a2e;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.ix-mainhub__title{margin:0 0 14px;color:#111827;font-size:42px;line-height:1.18;font-weight:700;letter-spacing:-.5px}
.ix-mainhub__description{max-width:790px;margin:0 auto;color:#30343b;font-size:16px;line-height:1.8}
.ix-mainhub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ix-mainhub__card{display:flex;min-height:292px;flex-direction:column;padding:30px 30px 25px;background:#fff;border:1px solid #e3e3e0;border-radius:16px;box-shadow:0 8px 28px rgba(16,24,40,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ix-mainhub__card:hover{transform:translateY(-5px);border-color:rgba(179,138,46,.45);box-shadow:0 18px 40px rgba(16,24,40,.10)}
.ix-mainhub__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:21px;border-radius:50%;background:#111827}
.ix-mainhub__icon svg{width:28px;height:28px;fill:none;stroke:#d6ad55;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ix-mainhub__card h2{margin:0 0 11px;color:#111827;font-size:21px;line-height:1.35;font-weight:700}
.ix-mainhub__card p{margin:0;color:#30343b;font-size:14px;line-height:1.75}
.ix-mainhub__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:21px;color:#111827;font-size:13px;line-height:1;font-weight:800;text-decoration:none;transition:color .2s ease,gap .2s ease}
.ix-mainhub__link:hover{color:#b38a2e;gap:12px;text-decoration:none}
.ix-mainhub__link svg{width:17px;height:17px;fill:none;stroke:#b38a2e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ix-mainhub__empty{padding:45px 25px;text-align:center;color:#30343b;background:#fff;border:1px solid #e3e3e0;border-radius:16px}
@media(max-width:991px){.ix-mainhub{padding:130px 0 70px}.ix-mainhub__title{font-size:35px}.ix-mainhub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.ix-mainhub{padding:108px 0 55px}.ix-mainhub__intro{margin-bottom:32px}.ix-mainhub__title{font-size:29px}.ix-mainhub__description{font-size:14px}.ix-mainhub__grid{grid-template-columns:1fr;gap:18px}.ix-mainhub__card{min-height:255px;padding:26px 24px 23px}}
