*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1a1a2e;background:#f0f4f8}
.container{max-width:1100px;margin:0 auto;padding:1.5rem}
.hero-section{min-height:100vh;padding:3rem 0;position:relative;overflow:hidden;background:#333}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;display:block}
.hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(0,0,0,.25),rgba(0,0,0,.45))}
.hero-inner{position:relative;z-index:2}
.hero-content{text-align:center;color:#fff;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.hero-content h1{font-size:clamp(1.75rem,4vw,2.85rem);margin-bottom:.75rem;font-weight:800}
.subheadline{font-size:1.125rem;opacity:.95;max-width:640px;margin:0 auto}
.form-card{background:rgba(255,255,255,.97);border-radius:14px;padding:2rem;max-width:520px;margin:0 auto;box-shadow:0 12px 40px rgba(0,0,0,.2);backdrop-filter:blur(4px)}
.form-card h2{font-size:1.25rem;margin-bottom:1.25rem;color:var(--accent,#0d47a1)}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem;color:#444}
.form-group input{width:100%;padding:.65rem .85rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border .2s}
.form-group input:focus{border-color:var(--accent,#0d47a1);outline:none;box-shadow:0 0 0 3px rgba(13,71,161,.15)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.btn-submit{width:100%;padding:.9rem;background:var(--accent,#0d47a1);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background .2s,transform .1s}
.btn-submit:hover{background:var(--accent-hover,#1565c0);transform:translateY(-1px)}
.tcpa-consent{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}
.tcpa-label{display:flex;gap:.75rem;font-size:.78rem;color:#555;cursor:pointer;line-height:1.45}
.tcpa-label input{flex-shrink:0;margin-top:.25rem;width:18px;height:18px;accent-color:var(--accent,#0d47a1)}
.form-message{margin-top:1rem;padding:.75rem;border-radius:8px;font-size:.9rem}
.form-message.success{background:#e8f5e9;color:#2e7d32}
.form-message.error{background:#ffebee;color:#c62828}
.site-footer-full{background:#1a1a2e;color:rgba(255,255,255,.85);padding:2rem 0 1.5rem;margin-top:0}
.footer-inner{text-align:center;font-size:.8rem;line-height:1.6}
.footer-legal{margin-bottom:1rem}
.footer-legal a{color:#90caf9;text-decoration:none;margin:0 .25rem}
.footer-legal a:hover{text-decoration:underline}
.footer-legal span{color:rgba(255,255,255,.35);margin:0 .15rem}
.footer-partners{margin-bottom:1rem;color:rgba(255,255,255,.75)}
.footer-partners a{color:#90caf9;text-decoration:none}
.footer-disclaimer{max-width:900px;margin:0 auto 1rem;color:rgba(255,255,255,.6);font-size:.75rem}
.footer-copy{color:rgba(255,255,255,.45);font-size:.75rem}
.legal-page{background:#fff;min-height:100vh;padding:2rem}
.legal-container{max-width:800px;margin:0 auto;padding:2rem}
.legal-container h1{margin-bottom:1rem;color:var(--accent,#0d47a1)}
.legal-container h2{margin:1.25rem 0 .5rem;font-size:1.1rem}
.legal-container p,.legal-container li{margin-bottom:.75rem;color:#444}
.legal-back{margin-top:2rem}
.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh}
.error-box{text-align:center}
.error-box h1{font-size:4rem;color:#0d47a1}
@media(max-width:600px){.form-row{grid-template-columns:1fr}}
