*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.6;color:#1e2d3d;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}:root{--navy:#0d1b2e;--navy-mid:#162440;--teal:#00a99d;--teal-dark:#007f76;--teal-light:#e6f7f6;--gold:#c8a951;--text-dark:#1e2d3d;--text-mid:#4a5568;--text-light:#718096;--bg-light:#f7f9fc;--bg-white:#ffffff;--border:#e2e8f0;--shadow:0 4px 20px rgba(13,27,46,0.10);--radius:10px;--max-width:1200px}.site-header{background:var(--navy);position:sticky;top:0;z-index:1000;box-shadow:0 2px 16px rgb(0 0 0 / .25)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;height:76px}.logo-wrap a{display:flex;align-items:center}.logo-wrap img{height:46px;width:auto}.main-nav{display:flex;align-items:center;gap:4px}.nav-item{position:relative}.nav-item>a{display:flex;align-items:center;gap:4px;color:#d0dce8;font-size:14px;font-weight:600;padding:8px 14px;border-radius:6px;transition:background 0.2s,color 0.2s;white-space:nowrap}.nav-item>a:hover,.nav-item>a.active{color:#fff;background:rgb(255 255 255 / .1)}.nav-item>a .chevron{font-size:10px;transition:transform 0.2s;display:inline-block}.nav-item:hover>a .chevron{transform:rotate(180deg)}.dropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:230px;z-index:200;overflow:hidden}.nav-item:hover .dropdown{display:block}.dropdown a{display:block;padding:10px 18px;font-size:13px;font-weight:600;color:var(--text-dark);border-bottom:1px solid var(--border);transition:background 0.15s,color 0.15s}.dropdown a:last-child{border-bottom:none}.dropdown a:hover{background:var(--teal-light);color:var(--teal-dark)}.header-social{display:flex;gap:10px;align-items:center}.header-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:rgb(255 255 255 / .1);border-radius:50%;color:#d0dce8;transition:background 0.2s,color 0.2s}.header-social a:hover{background:var(--teal);color:#fff}.header-social svg{width:16px;height:16px;fill:currentColor}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.burger span{display:block;width:24px;height:2px;background:#d0dce8;border-radius:2px;transition:all 0.3s}.mobile-nav{display:none;background:var(--navy-mid);padding:16px 24px 24px;flex-direction:column;gap:4px}.mobile-nav a{display:block;color:#d0dce8;font-size:14px;font-weight:600;padding:9px 14px;border-radius:6px;transition:background 0.2s,color 0.2s}.mobile-nav a:hover{background:rgb(255 255 255 / .08);color:#fff}.mobile-nav a.sub{padding-left:30px;font-weight:400;font-size:13px;color:#a0b4c8}.mobile-nav.open{display:flex}.page-hero{background:linear-gradient(135deg,var(--navy) 0%,#1a3560 60%,#0d4a6e 100%);color:#fff;padding:72px 24px 60px;text-align:center}.page-hero .badge{display:inline-block;background:var(--teal);color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px}.page-hero h1{font-size:clamp(28px, 5vw, 48px);font-weight:800;line-height:1.15;margin-bottom:16px;max-width:780px;margin-left:auto;margin-right:auto}.page-hero p{font-size:17px;color:#b0c8e0;max-width:680px;margin:0 auto 32px}.hero-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:16px}.hero-stat{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:var(--radius);padding:18px 28px;min-width:140px;text-align:center}.hero-stat .num{font-size:36px;font-weight:800;color:var(--teal);line-height:1;margin-bottom:4px}.hero-stat .label{font-size:12px;font-weight:600;color:#a0b8d0;text-transform:uppercase;letter-spacing:.5px}.alert-bar{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:36px}.alert-pill{display:inline-flex;align-items:center;gap:8px;background:rgb(0 169 157 / .15);border:1px solid rgb(0 169 157 / .4);border-radius:30px;padding:8px 18px;font-size:13px;font-weight:600;color:#7de8e0}.alert-pill .icon{font-size:16px}section{padding:72px 24px}.container{max-width:var(--max-width);margin:0 auto}.section-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--teal);margin-bottom:10px}.section-title{font-size:clamp(22px, 3.5vw, 36px);font-weight:800;color:var(--navy);margin-bottom:14px;line-height:1.2}.section-subtitle{font-size:16px;color:var(--text-mid);max-width:680px;margin-bottom:48px}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.option-card{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;box-shadow:var(--shadow);transition:transform 0.25s,box-shadow 0.25s;display:flex;flex-direction:column}.option-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgb(13 27 46 / .15)}.option-card.featured{border-color:var(--teal);border-width:2px}.card-header{background:var(--navy);padding:24px 24px 20px;color:#fff}.option-card.featured .card-header{background:linear-gradient(135deg,#005f5a,#008f87)}.option-card.app .card-header{background:linear-gradient(135deg,#1a3560,#2a5298)}.card-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .25);border-radius:12px;padding:3px 12px;margin-bottom:10px}.option-card.featured .card-badge{background:var(--gold);border-color:var(--gold);color:var(--navy)}.card-title{font-size:22px;font-weight:800;margin-bottom:6px}.card-subtitle{font-size:12px;color:rgb(255 255 255 / .65);font-weight:600;letter-spacing:.5px}.card-body{padding:22px 24px;flex:1}.detail-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.detail-list li{display:flex;gap:10px;font-size:14px;color:var(--text-dark);align-items:flex-start}.detail-list li .icon{flex-shrink:0;width:20px;height:20px;background:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.detail-list li .icon svg{width:11px;height:11px;stroke:var(--teal-dark);fill:none;stroke-width:2.5}.detail-list li strong{color:var(--navy)}.warn-row{display:flex;gap:8px;align-items:flex-start;background:#fff8e6;border:1px solid #f5d76e;border-radius:8px;padding:10px 14px;font-size:13px;color:#7a5a00;margin-bottom:20px}.warn-row .wi{flex-shrink:0;font-size:16px}.card-links{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid var(--border)}.card-links a{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--teal-dark);padding:8px 12px;border-radius:7px;border:1px solid var(--teal-light);background:var(--teal-light);transition:background 0.2s,color 0.2s,border-color 0.2s}.card-links a:hover{background:var(--teal);color:#fff;border-color:var(--teal)}.card-links a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0}.table-section{background:var(--bg-light)}.responsive-table{overflow-x:auto;border-radius:12px;border:1px solid var(--border)}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}thead{background:var(--navy);color:#fff}thead th{padding:14px 16px;font-weight:700;text-align:left;white-space:nowrap}thead th:first-child{border-radius:12px 0 0 0}thead th:last-child{border-radius:0 12px 0 0}tbody tr{border-bottom:1px solid var(--border);transition:background 0.15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:var(--teal-light)}tbody td{padding:13px 16px;color:var(--text-dark);vertical-align:top}tbody td:first-child{font-weight:700;color:var(--navy)}.check{color:var(--teal);font-weight:700;font-size:16px}.cross{color:#e53e3e;font-weight:700;font-size:16px}.eligibility-section{background:linear-gradient(135deg,var(--navy) 0%,#1a3560 100%);color:#fff}.eligibility-section .section-title{color:#fff}.eligibility-section .section-subtitle{color:#a0b8d0}.eligibility-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.eligibility-info h3{font-size:20px;font-weight:700;margin-bottom:14px;color:#e8f0f8}.eligibility-info p{font-size:15px;color:#a0b8d0;margin-bottom:16px}.elig-steps{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.elig-steps li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:#b8ccdf}.elig-steps li .step-num{flex-shrink:0;width:26px;height:26px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.elig-steps li strong{color:#d0e4f5}.checker-form{background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);border-radius:14px;padding:30px}.checker-form h3{font-size:18px;font-weight:700;color:#e8f0f8;margin-bottom:6px}.checker-form .sub{font-size:13px;color:#7a9ab8;margin-bottom:24px}.form-row{margin-bottom:16px}.form-row label{display:block;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#8aafc8;margin-bottom:6px}.form-row input,.form-row select{width:100%;padding:11px 14px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .18);border-radius:8px;font-family:'Open Sans',sans-serif;font-size:14px;color:#fff;outline:none;transition:border-color 0.2s}.form-row input::placeholder{color:#5a7a94}.form-row input:focus,.form-row select:focus{border-color:var(--teal)}.form-row select option{color:#1e2d3d;background:#fff}.btn-check{width:100%;padding:13px;background:var(--teal);color:#fff;font-family:'Open Sans',sans-serif;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background 0.2s,transform 0.1s;margin-top:4px}.btn-check:hover{background:var(--teal-dark)}.btn-check:active{transform:scale(.98)}#elig-result{margin-top:20px;display:none}.result-card{background:rgb(255 255 255 / .07);border:1px solid rgb(255 255 255 / .15);border-radius:10px;padding:18px}.result-card.success{border-color:rgb(0 169 157 / .5);background:rgb(0 169 157 / .08)}.result-card.error{border-color:rgb(229 62 62 / .4);background:rgb(229 62 62 / .06)}.result-card.warning{border-color:rgb(245 166 35 / .4);background:rgb(245 166 35 / .06)}.result-title{font-size:15px;font-weight:700;margin-bottom:10px;color:#e8f0f8}.result-body{font-size:13px;color:#a0b8d0}.result-body strong{color:#d0e4f5}.result-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgb(255 255 255 / .07);font-size:13px}.result-row:last-child{border-bottom:none}.result-row .rk{color:#7a9ab8}.result-row .rv{color:#d0e4f5;font-weight:600}.api-note{font-size:11px;color:#4a6a84;margin-top:14px;text-align:center}.api-note a{color:#5a8aaa;text-decoration:underline}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgb(255 255 255 / .2);border-top-color:var(--teal);border-radius:50%;animation:spin 0.7s linear infinite;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.guide-step{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;position:relative;box-shadow:0 2px 10px rgb(13 27 46 / .06)}.guide-num{width:38px;height:38px;background:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;margin-bottom:14px}.guide-step h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px}.guide-step p{font-size:13px;color:var(--text-mid)}.guide-step .rec{display:inline-flex;align-items:center;gap:6px;margin-top:12px;background:var(--teal-light);color:var(--teal-dark);font-size:12px;font-weight:700;padding:5px 12px;border-radius:12px}.timeline{background:var(--bg-light)}.timeline-list{display:flex;flex-direction:column;gap:0;max-width:700px}.tl-item{display:flex;gap:20px;padding-bottom:32px;position:relative}.tl-item:last-child{padding-bottom:0}.tl-left{display:flex;flex-direction:column;align-items:center}.tl-dot{width:14px;height:14px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:4px}.tl-line{width:2px;flex:1;background:var(--border);margin-top:4px}.tl-item:last-child .tl-line{display:none}.tl-date{font-size:13px;font-weight:700;color:var(--teal-dark);white-space:nowrap;min-width:120px;margin-top:2px}.tl-content h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.tl-content p{font-size:13px;color:var(--text-mid)}.tl-content .urgent{display:inline-block;background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;margin-top:4px}.cta-section{background:linear-gradient(135deg,var(--navy) 0%,#1a3560 100%);color:#fff;text-align:center;padding:72px 24px}.cta-section h2{font-size:clamp(24px, 4vw, 40px);font-weight:800;margin-bottom:16px}.cta-section p{font-size:16px;color:#a0b8d0;max-width:560px;margin:0 auto 36px}.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-family:'Open Sans',sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all 0.2s;text-decoration:none;border:2px solid #fff0}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-dark)}.btn-outline{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .4)}.btn-outline:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .7)}.site-footer{background:#07111e;color:#8aafc8;padding:56px 24px 32px}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer-brand .logo img{height:42px;width:auto;margin-bottom:14px}.footer-brand p{font-size:13px;line-height:1.7;max-width:280px;margin-bottom:20px}.footer-social{display:flex;gap:10px}.footer-social a{width:36px;height:36px;background:rgb(255 255 255 / .07);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8aafc8;transition:background 0.2s,color 0.2s}.footer-social a:hover{background:var(--teal);color:#fff}.footer-social svg{width:15px;height:15px;fill:currentColor}.footer-col h4{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#d0e0f0;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col ul li a{font-size:13px;color:#6a8fa8;transition:color 0.2s}.footer-col ul li a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .07);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:12px;color:#3a5a74}.footer-bottom a{color:#4a7a94;transition:color 0.2s}.footer-bottom a:hover{color:var(--teal)}.footer-source{font-size:11px;color:#2a4a60;margin-top:24px;padding-top:16px;border-top:1px solid rgb(255 255 255 / .04)}@media (max-width:1024px){.eligibility-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.main-nav,.header-social{display:none}.burger{display:flex}.footer-grid{grid-template-columns:1fr;gap:28px}.options-grid{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr}section{padding:48px 20px}.page-hero{padding:52px 20px 44px}}