﻿/* Shared HubSpot resource gate */
.csg-overlay { position:fixed; inset:0; z-index:2000; display:flex; align-items:center; justify-content:center; padding:18px; background:rgba(8,15,31,.58); opacity:0; visibility:hidden; transition:opacity .22s ease,visibility .22s ease; }
.csg-overlay.is-open { opacity:1; visibility:visible; }
body.csg-lock-scroll { overflow:hidden; }
.csg-modal { position:relative; display:grid; grid-template-columns:minmax(300px,1fr) minmax(420px,1.08fr); width:min(960px,100%); max-height:min(640px,calc(100vh - 36px)); overflow:hidden; background:#fff; border-radius:14px; box-shadow:0 24px 70px rgba(0,0,0,.28); transform:translateY(14px) scale(.985); transition:transform .22s ease; }
.csg-overlay.is-open .csg-modal { transform:translateY(0) scale(1); }
.csg-visual { display:flex; flex-direction:column; justify-content:flex-start; gap:0; min-height:600px; padding:48px 48px 42px; background:#edf3ff; }
.csg-brand { display:block; width:226px; max-width:100%; margin:24px auto 0; }
.csg-brand img { display:block; width:100%; height:auto; }
.csg-visual-image { display:block; margin-top:70px; width:100%; aspect-ratio:1.58; object-fit:cover; border-radius:7px; }
.csg-content { position:relative; overflow-y:auto; padding:68px 52px 42px; color:#111318; }
.csg-close { position:absolute; top:20px; right:20px; z-index:1; width:34px; height:34px; border:1px solid #a9c4ff; border-radius:50%; background:#fff; color:#080b10; font:700 24px/28px Arial,sans-serif; cursor:pointer; }
.csg-close:hover { background:#f3f6ff; }
.csg-title { margin:0 0 10px; color:#05070b; font-family:'Montserrat',sans-serif; font-size:clamp(1.7rem,3vw,2rem); font-weight:800; line-height:1.2; }
.csg-subtitle { max-width:420px; margin:0 0 27px; color:#707070; font:400 1rem/1.55 'Inter',sans-serif; }
.csg-form-target iframe { width:100% !important; min-height:320px; border:0; }
.csg-success { padding:30px 0 4px; text-align:center; }
.csg-success-icon { display:flex; align-items:center; justify-content:center; width:50px; height:50px; margin:0 auto 16px; border-radius:50%; background:#edf8f1; color:#16824b; font-size:1.4rem; }
.csg-success p { margin-bottom:18px; color:#4d5560; }
.csg-manual-link { display:inline-block; }
@media (max-width:720px) { .csg-modal{display:block;max-height:calc(100vh - 24px);overflow-y:auto}.csg-visual{min-height:0;padding:26px 28px 28px}.csg-brand{margin:4px auto 0;width:190px}.csg-visual-image{max-height:220px;margin-top:28px}.csg-content{overflow:visible;padding:42px 28px 30px}.csg-close{top:14px;right:14px} }

