.why{background:#0c1e35;color:#fff;padding:80px 20px}.why__inner{align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.why__left h2{color:#fff;font-size:2rem;margin-bottom:12px}.why__sub{color:#d0d7e2;font-size:1rem;line-height:1.6;margin-bottom:20px}.why__image img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.35);max-width:100%}.why__right{display:flex;flex-direction:column;gap:18px}.why__card{align-items:flex-start;backdrop-filter:blur(6px);background:hsla(0,0%,100%,.05);border-radius:12px;display:flex;gap:16px;padding:18px 20px;transition:transform .3s ease,background .3s ease}.why__card:hover{background:hsla(0,0%,100%,.08);transform:translateY(-6px)}.why__icon{background:linear-gradient(135deg,#0c5394,#ad3557);border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.25);color:#fff;display:grid;flex-shrink:0;font-size:1.2rem;height:40px;place-items:center;width:40px}.why__card h3{color:#fff;font-size:1.1rem;margin-bottom:4px}.why__card p{color:#c7d2e0;font-size:.9rem;line-height:1.4}.why__icon svg{height:20px;width:20px;fill:currentColor;display:flex}@media (max-width:992px){.why__inner{gap:30px;grid-template-columns:1fr}.why__right{gap:16px}}