.service-feature{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #d8e4ed;border-radius:20px;overflow:hidden;margin:28px 0;box-shadow:0 16px 50px rgba(7,26,51,.08)}.service-feature:nth-child(even) .service-photo{order:2}.service-photo{width:100%;height:100%;min-height:390px;object-fit:cover}.service-copy{padding:38px}.example-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none}.example-list li{background:#eef8ff;border-radius:8px;padding:10px 12px;font-size:.92rem}.request-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:35px;background:#fff;border:1px solid #d8e4ed;border-radius:22px;padding:38px;box-shadow:0 16px 50px rgba(7,26,51,.08)}.request-form{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.request-form .full{grid-column:1/-1}.request-form label{display:block;font-weight:700;margin:12px 0 5px}.request-form input,.request-form select,.request-form textarea{width:100%;padding:12px;border:1px solid #829bb3;border-radius:8px;font:inherit}.trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}#request-service{display:none;position:fixed;inset:0;z-index:80;background:rgba(4,19,38,.82);padding:24px;align-items:center;justify-content:center}#request-service.modal-open{display:flex}#request-service>.wrap{width:min(1100px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:0;border-radius:22px}#request-service .request-shell{position:relative;margin:0}.request-close{position:absolute;right:18px;top:18px;z-index:2;background:#eef4f8;color:#071a33;border-radius:99px;padding:9px 13px}.modal-open .request-shell{animation:request-in .2s ease-out}@keyframes request-in{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}body.has-modal{overflow:hidden}@media(max-width:760px){.service-feature,.request-shell,.request-form{grid-template-columns:1fr}.service-feature:nth-child(even) .service-photo{order:0}.service-photo{min-height:240px}.service-copy,.request-shell{padding:25px}.request-form .full{grid-column:auto}#request-service{padding:10px;align-items:flex-start}#request-service>.wrap{max-height:calc(100vh - 20px)}#request-service .request-shell{padding-top:56px}}@media(prefers-reduced-motion:reduce){.modal-open .request-shell{animation:none}}
