:root{--bg:#f4f6f8;--surface:#fff;--surface-soft:#eef2f6;--text:#1c2530;--text-muted:#5e6a78;--primary:#0f4d7a;--primary-strong:#0b3b5f;--border:#d6dde5;--shadow:0 18px 45px rgba(15,36,56,.08)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden}body{font-family:Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.9);border-bottom:1px solid var(--border)}.nav{min-height:72px;display:flex;justify-content:space-between;gap:1rem}.logo,.nav{align-items:center}.logo{font-size:1.05rem;font-weight:700;letter-spacing:.02em;display:inline-flex;gap:.6rem}.logoImage{width:42px;height:42px;object-fit:contain;border-radius:8px}.menu{display:flex;gap:1.2rem;font-size:.95rem;color:var(--text-muted)}.menu a:hover{color:var(--text)}.hero{padding:6rem 0 5rem;background:linear-gradient(180deg,#fff,#f4f6f8 85%)}.heroContent{max-width:760px}.heroLogo{width:92px;height:auto;margin-bottom:1rem;object-fit:contain}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--primary);font-weight:700;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.2;margin-bottom:1.2rem}.heroText{color:var(--text-muted);max-width:62ch}.heroActions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.9rem}.btnPrimary,.btnSecondary{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.78rem 1.2rem;font-weight:600;transition:.2s ease;border:1px solid transparent}.btnPrimary{background:var(--primary);color:#fff}.btnPrimary:hover{background:var(--primary-strong)}.btnSecondary{border-color:var(--border);background:var(--surface);color:var(--text)}.btnSecondary:hover{border-color:#bec9d4}.section{padding:4.5rem 0}.section h2{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:.8rem}.sectionLead{color:var(--text-muted);margin-bottom:2rem;max-width:64ch}.gridCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.3rem;box-shadow:var(--shadow)}.card h3{margin-bottom:.45rem}.card p{color:var(--text-muted)}.alt{background:var(--surface-soft);border-block:1px solid var(--border)}.split{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:1.2rem;gap:1.2rem;align-items:start}.split p+p{margin-top:.85rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.2rem;box-shadow:var(--shadow)}.panel h3{margin-bottom:.6rem}.benefitsList{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.benefitsList li{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.95rem 1rem}.institutionalGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.policyBox{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.3rem;box-shadow:var(--shadow)}.policyBox h3{margin-bottom:.6rem}.policyBox p{color:var(--text-muted)}.policyBox p+p{margin-top:.95rem}.contactData{color:var(--text-muted);font-weight:600}.formCard{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.2rem;display:grid;grid-gap:.55rem;gap:.55rem;box-shadow:var(--shadow)}.formCard label{font-size:.9rem;font-weight:600;color:#3b4a5a}.formCard input,.formCard textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:.7rem .8rem;background:#fff;color:var(--text);font:inherit}.formCard input:focus,.formCard textarea:focus{outline:2px solid rgba(15,77,122,.16);border-color:#9eb8cc}.full{width:100%;margin-top:.4rem}.footer{padding:2rem 0;background:#fff;border-top:1px solid var(--border)}.footerContent{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;color:var(--text-muted);font-size:.92rem}@media (max-width:980px){.benefitsList,.gridCards,.institutionalGrid,.split{grid-template-columns:1fr}}@media (max-width:760px){.nav{align-items:flex-start;flex-direction:column;padding:.8rem 0}.menu{flex-wrap:wrap;gap:.7rem 1rem}.hero{padding-top:4.8rem}.logoImage{width:36px;height:36px}.heroLogo{width:76px}.section{padding:3.8rem 0}}