.security-section{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(30px,7vw,90px);background:var(--soft)}
.security-copy h2{margin:0;color:var(--navy);font-size:clamp(1.9rem,3.7vw,3.1rem);line-height:1.13}
.security-copy p:not(.eyebrow){color:var(--muted);font-size:1.04rem}
.security-section img{width:100%;height:370px;object-fit:cover;border-radius:18px;box-shadow:0 16px 40px #071a3622}
@media(max-width:760px){.security-section{grid-template-columns:1fr}.security-section img{height:270px}}
