@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1a4f8a;--primary-dark: #133d6e;--primary-light: #2563b0;--accent: #2e7d9f;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--success: #16a34a;--warning: #d97706;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--max-w: 1100px;--transition: .2s ease}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.65;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.4rem}li{margin-bottom:.35rem}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.site-notice{background:#eff6ff;border-bottom:1px solid #bfdbfe;padding:.5rem 0}.site-notice .container{display:flex;align-items:center;justify-content:center;gap:.55rem;text-align:center;flex-wrap:wrap}.site-notice svg{flex-shrink:0;width:15px;height:15px;stroke:#1d4ed8;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-notice span{font-size:.78rem;color:#1e3a8a;font-weight:500;letter-spacing:.01em}.site-notice strong{font-weight:700}.skip-link{position:absolute;top:-9999px;left:1rem;background:var(--primary);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;z-index:9999}.skip-link:focus{top:1rem}header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;max-width:var(--max-w);margin:0 auto}.logo{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;color:var(--primary);text-decoration:none;line-height:1.2}.logo:hover{text-decoration:none}.logo-icon{width:38px;height:38px;background:var(--primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon svg{fill:var(--white);width:20px;height:20px}.logo-text span{display:block;font-size:.7rem;font-weight:500;color:var(--gray-600);letter-spacing:.04em;text-transform:uppercase}nav ul{display:flex;gap:.25rem;list-style:none;padding:0;margin:0}nav ul a{display:block;padding:.45rem .8rem;border-radius:var(--radius-sm);color:var(--gray-600);font-size:.9rem;font-weight:500;transition:background var(--transition),color var(--transition);white-space:nowrap}nav ul a:hover,nav ul a.active{background:var(--gray-100);color:var(--primary);text-decoration:none}.nav-cta{background:var(--primary)!important;color:var(--white)!important;padding:.45rem 1rem!important}.nav-cta:hover{background:var(--primary-dark)!important}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.4rem;border-radius:var(--radius-sm)}.hamburger svg{width:24px;height:24px;stroke:var(--gray-800)}.hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 60%,var(--primary-light) 100%);color:var(--white);padding:4.5rem 1.25rem;text-align:center}.hero h1{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.hero p{font-size:clamp(1rem,2.5vw,1.2rem);opacity:.9;max-width:640px;margin:0 auto 2rem}.hero-badges{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.25rem}.badge{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.3rem .9rem;font-size:.82rem;font-weight:500;letter-spacing:.02em}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.6rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;cursor:pointer;transition:background var(--transition),box-shadow var(--transition),transform var(--transition);border:2px solid transparent;text-align:center;line-height:1.3}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--white);color:var(--primary)}.btn-primary:hover{background:var(--gray-100);box-shadow:0 4px 14px #0003}.btn-outline{background:transparent;color:var(--white);border-color:#fff9}.btn-outline:hover{background:#ffffff26}.btn-solid{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn-solid:hover{background:var(--primary-dark)}.section{padding:4rem 0}.section-alt{background:var(--gray-50)}.section-header{text-align:center;margin-bottom:2.75rem}.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--gray-900);margin-bottom:.6rem;letter-spacing:-.01em}.section-header p{color:var(--gray-600);max-width:560px;margin:0 auto;font-size:.97rem}.section-label{display:inline-block;background:#e0eaf8;color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{width:50px;height:50px;background:#e0eaf8;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.card-icon svg{width:24px;height:24px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.card p{font-size:.92rem;color:var(--gray-600);line-height:1.6}.steps{display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.4rem;align-items:flex-start}.step-num{flex-shrink:0;width:48px;height:48px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin-top:.1rem}.step-body h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:.35rem}.step-body p{font-size:.93rem;color:var(--gray-600)}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;text-align:left;font-size:.98rem;font-weight:600;color:var(--gray-900);gap:.75rem;transition:background var(--transition)}.faq-question:hover{background:var(--gray-50)}.faq-question[aria-expanded=true]{color:var(--primary)}.faq-chevron{flex-shrink:0;width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--transition)}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.4rem 1.2rem;font-size:.93rem;color:var(--gray-600);line-height:1.7}.faq-answer.open{display:block}.faq-answer ul,.faq-answer ol{margin-top:.5rem}.form-wrapper{max-width:640px;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-md)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.88rem;font-weight:600;color:var(--gray-800);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .95rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-family:inherit;font-size:.93rem;color:var(--gray-900);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a4f8a1f}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-check{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--gray-600);margin-bottom:1.1rem;cursor:pointer}.form-check input[type=checkbox]{width:16px;height:16px;margin-top:.15rem;flex-shrink:0;accent-color:var(--primary)}.form-success{display:none;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md);padding:1.25rem 1.5rem;color:var(--success);font-weight:600;text-align:center;margin-top:1rem}.field-error{display:block;color:#dc2626;font-size:.8rem;margin-top:.3rem}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#dc2626}.disclaimer{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:.875rem;color:#78350f;display:flex;gap:.75rem;align-items:flex-start;margin:2rem 0}.disclaimer-icon{flex-shrink:0;margin-top:.1rem}.disclaimer-icon svg{width:18px;height:18px;stroke:#b45309;fill:none;stroke-width:2}.disclaimer p{margin:0}.info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-md);padding:1.25rem 1.5rem;font-size:.92rem;color:#1e3a8a;margin:1.5rem 0}.info-box strong{font-weight:600}.checklist{list-style:none;padding:0}.checklist li{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid var(--gray-100);font-size:.95rem;color:var(--gray-800)}.checklist li:last-child{border-bottom:none}.check-dot{flex-shrink:0;margin-top:.25rem;width:20px;height:20px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.check-dot svg{width:11px;height:11px;stroke:var(--success);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-info h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.contact-info>p{color:var(--gray-600);margin-bottom:1.5rem}.info-item{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.25rem}.info-item-icon{width:40px;height:40px;background:#e0eaf8;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item-icon svg{width:20px;height:20px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.info-item-body strong{display:block;font-size:.88rem;font-weight:600;color:var(--gray-900)}.info-item-body span{font-size:.88rem;color:var(--gray-600)}.legal-content{max-width:820px;margin:0 auto;padding:3rem 1.25rem}.legal-content h1{font-size:1.9rem;font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.legal-meta{font-size:.82rem;color:var(--gray-400);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.legal-content h2{font-size:1.2rem;font-weight:700;color:var(--primary);margin-top:2.25rem;margin-bottom:.65rem}.legal-content h3{font-size:1rem;font-weight:600;color:var(--gray-900);margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{font-size:.95rem;color:var(--gray-700);margin-bottom:1rem;line-height:1.75}.legal-content ul,.legal-content ol{font-size:.95rem;color:var(--gray-700);margin-bottom:1rem}.legal-content li{margin-bottom:.4rem;line-height:1.7}.stats-bar{background:var(--primary);color:var(--white);padding:2.5rem 0}.stats-inner{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;text-align:center}.stat-item strong{display:block;font-size:2rem;font-weight:700}.stat-item span{font-size:.85rem;opacity:.8;text-transform:uppercase;letter-spacing:.06em}.page-hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);color:var(--white);padding:3.5rem 1.25rem 3rem;text-align:center}.page-hero h1{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;margin-bottom:.6rem;letter-spacing:-.01em}.page-hero p{font-size:1rem;opacity:.88;max-width:520px;margin:0 auto}.breadcrumb{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.6rem 0}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.3rem;font-size:.82rem;color:var(--gray-400)}.breadcrumb li+li:before{content:"/";margin-right:.3rem}.breadcrumb a{color:var(--primary)}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:var(--white);padding:3.5rem 1.25rem;text-align:center}.cta-banner h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;margin-bottom:.6rem}.cta-banner p{opacity:.88;margin-bottom:1.75rem;max-width:500px;margin-left:auto;margin-right:auto;font-size:.97rem}footer{background:var(--gray-900);color:var(--gray-400);padding:3rem 0 1.5rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand .logo{color:var(--white);margin-bottom:.75rem;font-size:1rem}.footer-brand .logo-icon{background:var(--primary)}.footer-brand p{font-size:.875rem;line-height:1.65;color:var(--gray-400);max-width:300px}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.5rem}.footer-col ul a{color:var(--gray-400);font-size:.875rem;transition:color var(--transition)}.footer-col ul a:hover{color:var(--white);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.82rem}.footer-legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-legal a{color:var(--gray-400)}.footer-legal a:hover{color:var(--white);text-decoration:none}@media(max-width:900px){.grid-3,.footer-inner{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.stats-inner{gap:2.5rem}}@media(max-width:640px){.hamburger{display:flex}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-md)}nav.open{display:block}nav ul{flex-direction:column;padding:.75rem;gap:.25rem}nav ul a{padding:.65rem .9rem}.grid-3,.grid-2,.footer-inner,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.hero{padding:3rem 1.25rem}.section{padding:2.5rem 0}.page-hero{padding:2.5rem 1.25rem}.stats-inner{gap:1.75rem}.form-wrapper{padding:1.5rem 1.1rem}}
