@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f8fc;--surface:#ffffffd1;--surface-strong:#fff;--text:#111827;--muted:#64748b;--border:#c6d2e1;--primary:#1e5ca8;--danger:#b91c1c;--success:#166534;--shadow:0 24px 50px #0f172a14}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);background:radial-gradient(circle at 100% 0,#3b82f614,#0000 22%),linear-gradient(#f6f9fc 0%,#edf3f9 100%);margin:0;font-family:Inter,sans-serif}button,input,select,textarea{font:inherit}.client-page{min-height:100vh;padding:22px 18px 40px;position:relative}.page-ambient{pointer-events:none;background:radial-gradient(circle at top,#ffffffe6,#0000 20%),radial-gradient(circle at 20% 10%,#3b82f614,#0000 25%),radial-gradient(circle at 80% 0,#10b9810f,#0000 24%);position:fixed;inset:0}.page-wrap{z-index:1;max-width:1120px;margin:0 auto;position:relative}.header-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:28px;display:grid}.back-link{color:#0f172a;cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:10px;padding:8px 0;font-weight:600;display:inline-flex}.brand-logo{object-fit:contain;justify-self:center;width:auto;height:58px;margin-left:400px}.intro-block{margin:20px 0 18px 60px}.intro-block h1{letter-spacing:-.05em;color:#2b65ab;margin:0;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1}.intro-block p{color:#111;margin:16px 0 0;font-size:1.1rem}.form-stack{flex-direction:column;gap:24px;display:flex}.section-card{background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #b0bfd4;border-radius:18px;padding:28px 28px 24px}.section-heading-row{align-items:center;gap:14px;margin-bottom:22px;display:flex}.section-heading-row h2,.section-title-only{color:#111;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.section-heading-row p{color:#444;margin:4px 0 0;font-size:.9rem}.section-icon{border:3px solid #0000;border-radius:10px;flex:none;place-items:center;width:48px;height:48px;display:grid}.section-icon svg{width:20px;height:20px}.icon-blue{color:#2b6df0;background:#dceeff;border-color:#9cc6ff}.icon-green{color:#1c8b62;background:#dbf8ee;border-color:#9ce7c9}.icon-cyan{color:#1692c5;background:#dff7ff;border-color:#95def5}.icon-lime{color:#77a31c;background:#eef8d9;border-color:#c9eaa4}.field-stack,.option-stack{flex-direction:column;gap:18px;display:flex}.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.field{color:#222;flex-direction:column;gap:8px;font-size:.92rem;font-weight:700;display:flex}.field span{font-size:.92rem;font-weight:700}.field input,.field select,.field textarea{color:#111;background:#fff;border:3px solid #c8d5e6;border-radius:14px;outline:none;width:100%;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.field textarea{resize:vertical}.full{grid-column:1/-1}.facility-grid,.option-grid{gap:16px;display:grid}.facility-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-card{background:#fff;border:3px solid #c8d5e6;border-radius:14px;padding:16px 12px}.mini-card h3,.option-title{color:#222;margin:0 0 12px;font-size:.95rem;font-weight:800}.mini-options{flex-direction:column;gap:10px;display:flex}.choice-row,.interest-card,.radio-card{color:#222;text-align:left;background:#fff;border:3px solid #c8d5e6;border-radius:12px;padding:12px 14px}.choice-row,.interest-card{cursor:pointer;grid-template-columns:22px 1fr;align-items:center;gap:10px;display:grid}.choice-row.active,.interest-card.active,.radio-card.active{background:#eef6ff;border-color:#5ea7ff}.choice-box{color:#1d4ed8;place-items:center;width:18px;height:18px;display:grid}.choice-box svg{width:16px;height:16px}.bottom-gap{margin-top:16px}.option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.radio-card{cursor:pointer;min-height:52px;font-weight:500}.interest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-title-only{margin-bottom:14px}.alert{border:2px solid #0000;border-radius:14px;padding:14px 16px;font-weight:700}.alert.error{color:var(--danger);background:#fff1f2;border-color:#fecdd3}.alert.success{color:var(--success);background:#ecfdf5;border-color:#bbf7d0}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#22c55e);border:0;border-radius:14px;width:100%;padding:16px 18px;font-size:1rem;font-weight:800;box-shadow:0 18px 30px #2563eb2e}.submit-button:disabled{opacity:.7;cursor:progress}@media (width<=1024px){.facility-grid,.option-grid,.interest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.client-page{padding:16px 12px 28px}.header-row{grid-template-columns:1fr;justify-items:center;gap:14px}.back-link{justify-self:center}.two-col,.facility-grid,.option-grid,.interest-grid{grid-template-columns:1fr}.section-card{padding:20px}}.thank-you-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;place-items:center;animation:.3s fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.thank-you-card{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:420px;padding:48px 40px;animation:.4s scaleIn;box-shadow:0 30px 60px #0003}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.thank-you-icon{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:36px;font-weight:700;display:grid;box-shadow:0 8px 24px #22c55e4d}.thank-you-card h2{color:#111827;margin:0 0 12px;font-size:1.8rem;font-weight:800}.thank-you-card p{color:#4b5563;margin:0 0 8px;font-size:1rem;line-height:1.5}.thank-you-sub{color:#6b7280!important;font-size:.9rem!important}.redirect-text{font-style:italic;color:#9ca3af!important;margin-top:20px!important;font-size:.85rem!important}.redirect-bar{background:#e5e7eb;border-radius:4px;width:100%;height:4px;margin-top:12px;overflow:hidden}.redirect-progress{background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:4px;height:100%;animation:3s linear forwards progress}@keyframes progress{0%{width:0%}to{width:100%}}
