:root{--brand-red:#DE3337;--brand-navy:#1A1A1A}.container{max-width:1200px;margin:0 auto;padding:0 20px}.ind-hero{position:relative;background:url(/img/app-back.png) 50%/cover no-repeat;width:100%;aspect-ratio:2089/760;display:flex;align-items:center;overflow:hidden}.ind-hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(10,10,15,.555),rgba(144,144,145,0) 55%,rgba(10,10,15,.15))}.ind-hero-content{position:relative;z-index:2;padding:70px 0}.ind-hero-content h1{color:#fff;font-size:42px;font-weight:700;margin:0 0 16px}.clutch-section{padding:90px 0;background:#fff}.clutch-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.clutch-image-col{display:flex;justify-content:center}.clutch-image-wrap{position:relative;width:100%;aspect-ratio:4/5;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}.clutch-image-wrap:hover{transform:translateY(-6px);box-shadow:0 35px 65px rgba(0,0,0,.2)}.clutch-image-wrap img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.clutch-image-wrap:hover img{transform:scale(1.06)}.clutch-text-col h1{font-size:34px;font-weight:700;color:var(--brand-navy);margin:0 0 20px;position:relative;padding-bottom:16px}.clutch-text-col h1:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--brand-red)}.clutch-text-col>p{font-size:15.5px;color:#555;line-height:1.9;margin-bottom:24px}.clutch-text-col h3{font-size:19px;font-weight:700;color:var(--brand-navy);margin:32px 0 20px}.clutch-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.clutch-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#444;line-height:1.6;background:#f7f8fa;border-radius:8px;padding:13px 16px;transition:background .3s ease,transform .3s ease}.clutch-list li:hover{background:rgba(187,0,38,.06);transform:translateX(4px)}.clutch-check{color:var(--brand-red);font-size:15px;margin-top:2px;flex-shrink:0}@media (max-width:1024px){.clutch-grid{grid-template-columns:1fr;gap:40px}.clutch-image-wrap{max-width:420px;margin:0 auto}}@media (max-width:768px){.clutch-section{padding:60px 0}.ind-hero-content h1{font-size:32px}.clutch-text-col h1{font-size:28px}.clutch-list{grid-template-columns:1fr}}@media (max-width:480px){.clutch-text-col h1{font-size:24px}.ind-hero{min-height:220px}.ind-hero-content h1{font-size:26px}.clutch-text-col h3{font-size:17px}.clutch-list li{padding:12px 14px}}