:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #1b4a7a;--primary-light: #e5f1ff;--accent: #f6b02d;--bg: #f5f7fb;--text: #1f2933;--muted: #6b7280;--white: #ffffff;--border: #e5e7eb;--shadow-soft: 0 16px 40px rgba(15, 23, 42, .12);--radius-lg: 18px;--radius-xl: 22px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1120px,100%);margin:0 auto;padding:0 1.5rem}header{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem}.nav-left{display:flex;align-items:center;gap:.75rem}.brand-name{font-size:1.1rem;font-weight:700;color:#0b1f3b;letter-spacing:.02em}.brand-logo{height:50px;width:auto;object-fit:cover;object-position:center;scale:1.5;margin:0 8px}.brand-mark{width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fff 0,#dbeafe 32%,#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:800;color:#0b1f3b;font-size:1.05rem;box-shadow:0 8px 18px #0f172a40}.brand-text{display:flex;flex-direction:column}.brand-title{font-weight:700;letter-spacing:.03em;font-size:.95rem}.brand-subtitle{font-size:.75rem;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:1.25rem;font-size:.9rem}.nav-links a{color:#374151}.nav-links a:hover{color:var(--primary)}.nav-links a.active{color:var(--primary);font-weight:600}.nav-cta{padding:.45rem .95rem;border-radius:999px;border:none;cursor:pointer;font-size:.85rem;font-weight:600;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 18px 40px #2563eb59}.nav-cta span{color:#fff}.nav-cta:hover{filter:brightness(1.03)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-trigger{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.nav-dropdown-trigger:hover{color:var(--primary)}.nav-dropdown-trigger.active{color:var(--primary);font-weight:600}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 24px #0f172a26;min-width:180px;margin-top:.25rem;padding-top:.25rem;z-index:100;overflow:hidden;opacity:0;transform:translateY(-6px);animation:dropdownIn .22s ease forwards}.nav-dropdown-item{display:block;padding:.75rem 1rem;color:#374151;font-size:.9rem;transition:background-color .2s}.nav-dropdown-item:hover{background-color:var(--primary-light);color:var(--primary)}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:25;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:35;position:relative}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{display:block;height:3px;background:var(--primary);border-radius:3px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:968px){.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:0;left:0;right:0;width:100%;height:100vh;background:#fff;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 1.5rem 3rem;gap:1.15rem;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:30;overflow-y:auto}.nav-links.mobile-open{opacity:1;visibility:visible}.nav-links a{font-size:1.25rem;font-weight:500;text-align:center;padding:.75rem 1.5rem}.nav-dropdown{display:flex;flex-direction:column;align-items:center;gap:1rem}.nav-dropdown-trigger{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.25rem;font-weight:500}.nav-dropdown-menu{position:static;box-shadow:none;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:0;padding:0}.nav-dropdown-item{font-size:1.1rem;padding:.5rem 1rem}.nav-cta{padding:.75rem 2rem;font-size:1rem}}.hero{padding:3rem 0 2.5rem;position:relative;min-height:100vh;display:flex;align-items:center;background-image:url(/images/homeBanner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.hero .container{position:relative;z-index:2}.hero-about{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/AboutUsManner.jpg);display:block;position:relative}.hero-about:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-about .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-about .hero-eyebrow,.hero-about .hero-title,.hero-about .hero-subtitle{color:#fff;font-weight:700}.hero-faqs{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/FAQSBanner.jpg);display:block;position:relative}.hero-faqs:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-faqs .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-faqs .hero-eyebrow,.hero-faqs .hero-title,.hero-faqs .faq-hero-subtitle{color:#fff;font-weight:700}.hero-qualify{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/QualifyBanner.jpg);display:block;position:relative}.hero-qualify:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-qualify .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-qualify .hero-eyebrow,.hero-qualify .hero-title,.hero-qualify .hero-subtitle,.hero-qualify .qualify-intro{color:#fff;font-weight:700}.hero-conditions{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/conditionBanner.jpg);background-size:cover;background-position:center 65%;background-repeat:no-repeat;display:block;position:relative}.hero-conditions:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-conditions .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-conditions .hero-eyebrow,.hero-conditions .hero-title,.hero-conditions .conditions-intro{color:#fff;font-weight:700}.hero-package{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/package.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative}.hero-package:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-package .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-package .hero-eyebrow,.hero-package .hero-title,.hero-package .hero-subtitle{color:#fff;font-weight:700}.hero-calculator{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/calculateBanner.jpg);background-size:cover;background-position:center 65%;background-repeat:no-repeat;display:block;position:relative}.hero-calculator:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-calculator .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-calculator .hero-eyebrow,.hero-calculator .hero-title,.hero-calculator .hero-subtitle{color:#fff;font-weight:700}.hero-contact{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/ContactBanner.jpg);background-size:cover;background-position:center 35%;background-repeat:no-repeat;display:block;position:relative}.hero-contact:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-contact .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-contact .hero-eyebrow,.hero-contact .hero-title,.hero-contact .hero-subtitle{color:#fff;font-weight:700}.hero-privacy{min-height:auto;padding:8rem 1.5rem;background-image:url(/images/AboutUsManner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative}.hero-privacy:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}.hero-privacy .hero-header{margin-bottom:0;position:relative;z-index:1}.hero-privacy .hero-eyebrow,.hero-privacy .hero-title,.hero-privacy .hero-subtitle{color:#fff;font-weight:700}.hero-header{text-align:center;margin-bottom:2.2rem}.hero-eyebrow{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin-bottom:.4rem}.hero-title{font-size:clamp(2rem,3vw + .8rem,2.8rem);color:#111827;margin-bottom:.2rem}.hero-subtitle{font-size:.95rem;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1fr;gap:2.75rem;align-items:center;text-align:center;justify-items:center}.hero-grid-home{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.hero-content-left{text-align:left}.hero-content-left .hero-badge-row,.hero-content-left .hero-actions{justify-content:flex-start}.hero-content-left .hero-subtitle.home-subtitle{margin-left:0;margin-right:0}.hero-form-right{max-width:600px;width:100%}.hero-form-right .contact-form-card{padding:1.25rem 1.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-form-right .contact-heading{color:#fff}.hero-form-right .contact-sub{color:#e5e7eb}.hero-form-right .contact-label{color:#fff}.hero-form-right .contact-input,.hero-form-right .contact-textarea{background:#ffffffe6;border-color:#ffffff4d}.hero-form-right .contact-input:focus,.hero-form-right .contact-textarea:focus{background:#fffffff2;border-color:#ffffff80;box-shadow:0 0 0 4px #ffffff1a}.hero-form-right .contact-form{gap:.85rem}.hero-form-right .contact-input{padding:.6rem .85rem;font-size:.9rem}.hero-form-right .contact-label{font-size:.82rem;margin-bottom:.2rem}.hero-form-right .contact-field{gap:.2rem}.hero-form-right .contact-textarea{min-height:80px;resize:none}.hero-form-right .contact-form-grid{gap:.65rem}.hero-eyebrow.home-eyebrow{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.17em;margin-bottom:.75rem;color:#fff}.hero-title.home-title{line-height:1.15;margin-bottom:.75rem;color:#fff}.hero-highlight{color:#f6b02d;font-weight:800}.hero-subtitle.home-subtitle{font-size:1rem;max-width:32rem;margin-bottom:1.2rem;margin-left:auto;margin-right:auto;color:#fff}.hero-badge-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;justify-content:center}.hero-badge{font-size:.78rem;padding:.25rem .6rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;margin-bottom:1rem;justify-content:center}.btn-primary{padding:.8rem 1.6rem;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 18px 40px #2563eb59}.btn-primary:hover{filter:brightness(1.03)}.btn-outline{padding:.8rem 1.4rem;border-radius:999px;border:1px solid #cbd5f5;background:#eff4ff;color:#1f2933;font-weight:500;font-size:.9rem;cursor:pointer}.hero-caption{font-size:.8rem;color:#e5e7eb}.hero-panel{background:radial-gradient(circle at top left,#eff6ff 0,#fff 45%,#e0ecff);border-radius:var(--radius-xl);padding:1.8rem 1.6rem;box-shadow:var(--shadow-soft);border:1px solid #dbeafe}.hero-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem}.hero-panel-title{font-size:1rem;font-weight:600;color:#111827}.hero-pill{padding:.25rem .7rem;border-radius:999px;background:#16a34a1a;color:#15803d;font-size:.78rem;font-weight:600}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:1.1rem}.hero-stat{background:#fffa;border-radius:14px;padding:.7rem .85rem;border:1px solid #e5e7eb}.hero-stat-label{font-size:.75rem;color:var(--muted);margin-bottom:.15rem}.hero-stat-value{font-weight:700;font-size:.98rem;color:#111827}.hero-progress{margin-top:.6rem;height:5px;border-radius:999px;background:#e5e7eb;overflow:hidden}.hero-progress-bar{width:75%;height:100%;background:linear-gradient(90deg,#22c55e,#16a34a)}.hero-note{font-size:.8rem;color:var(--muted);margin-top:.8rem}.about-grid{margin-top:1.4rem;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.1fr);gap:2.2rem;align-items:flex-start}.about-card{background:var(--white);border-radius:var(--radius-xl);padding:1.7rem 1.8rem;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.about-card h2{font-size:1.2rem;margin-bottom:.35rem;color:#111827;text-transform:lowercase}.about-card h2:first-letter{text-transform:capitalize}.about-card p{font-size:.95rem;color:var(--muted);margin-bottom:.75rem}.about-card p:last-child{margin-bottom:0}.why-list{margin-top:.8rem;list-style:none;font-size:.92rem;color:var(--muted)}.why-list li{display:flex;gap:.4rem;align-items:flex-start;margin-bottom:.4rem}.why-list li:before{content:"•";color:#2563eb;font-weight:700;margin-top:.1rem}.why-bottom-text{margin-top:.7rem;font-size:.9rem;color:var(--muted)}.section{padding:2.6rem 0}.section-heading{text-align:center;margin-bottom:1.6rem}.section-eyebrow{font-size:1.8rem;letter-spacing:.16em;text-transform:capitalize;color:var(--primary);margin-bottom:.4rem;font-weight:700}.section-title{font-size:1.55rem;color:#111827;margin-bottom:.4rem}.section-subtitle{font-size:.95rem;color:var(--muted);max-width:38rem;margin:.2rem auto 0}.why-intro{font-size:.95rem;color:var(--muted);max-width:50rem;margin:1rem auto 0;text-align:center}.benefits-grid{margin-top:1.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:1.3rem 1.4rem;border:1px solid var(--border);box-shadow:0 10px 24px #0f172a08}.card-image{width:100%;height:180px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:1rem}.card-badge{width:34px;height:34px;border-radius:999px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--primary);font-weight:700;margin-bottom:.4rem}.card-title{font-size:1.02rem;font-weight:600;margin-bottom:.25rem;color:#111827}.card-text{font-size:.9rem;color:var(--muted)}.steps-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem}.step-card{background:var(--white);border-radius:var(--radius-lg);padding:1.2rem 1.25rem;border:1px solid var(--border);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}.step-image{width:150px;height:150px;object-fit:contain;margin-bottom:1rem}.step-number{width:28px;height:28px;border-radius:999px;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;margin-bottom:.45rem}.step-title{font-size:.98rem;font-weight:600;margin-bottom:.2rem;color:#111827}.step-text{font-size:.88rem;color:var(--muted)}.why-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:2rem;margin-top:1.6rem;align-items:flex-start}.why-main{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem 1.6rem;border:1px solid var(--border);box-shadow:0 18px 36px #0f172a14}.why-main h3{font-size:1.1rem;margin-bottom:.5rem}.why-main p{font-size:.92rem;color:var(--muted)}.why-main .why-list li:before{content:""}.why-main .why-list li span{color:#16a34a;font-weight:600}.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.testimonials-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem;margin-top:1.3rem}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:1.1rem 1.2rem;border:1px solid var(--border);box-shadow:0 12px 28px #0f172a0d;font-size:.9rem;color:#374151;display:flex;flex-direction:column;align-items:center;text-align:center}.testimonial-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.testimonial-card p{margin:0;margin-bottom:.5rem}.testimonial-name{margin-top:.45rem;font-size:.8rem;color:var(--muted);font-style:italic}.contact-strip{margin-top:2.2rem;background:#0f172a;color:#e5e7eb;border-radius:var(--radius-xl);padding:1.6rem 1.7rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.7rem;align-items:flex-start}.contact-left p{font-size:.9rem;margin-bottom:.75rem}.contact-right{font-size:.9rem}.contact-right p{margin-bottom:.35rem}.contact-section{background:#1e214a;color:#e5e7eb;padding:2.8rem 0;margin-top:2rem}.footer-logo-container{text-align:center;margin-bottom:2rem}.footer-logo{height:120px;width:100%;max-width:300px;margin-bottom:1rem;object-fit:cover;object-position:center}.contact-grid-3col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:flex-start}.footer-left{display:flex;flex-direction:column}.footer-tagline{font-size:.9rem;color:#9ca3af;line-height:1.6;margin-top:1rem}.footer-middle{display:flex;flex-direction:column}.contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2rem;align-items:flex-start}.contact-heading{font-size:1.4rem;margin-bottom:.4rem}.contact-sub{font-size:.92rem;color:#9ca3af;max-width:28rem;margin-bottom:1.1rem}.contact-details{font-size:.9rem}.contact-details h4{font-size:.88rem;text-transform:uppercase;letter-spacing:.16em;color:#9ca3af;margin-bottom:.25rem}.contact-details p{margin-bottom:.35rem}.contact-apply{background:#111827;border-radius:var(--radius-lg);padding:1.3rem 1.4rem;border:1px solid #1f2937}.contact-apply p{font-size:.9rem;color:#d1d5db;margin-bottom:.75rem}.contact-form-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem 2.2rem;border:1px solid var(--border);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.4rem}.contact-form{display:flex;flex-direction:column;gap:1.4rem}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.35rem}.contact-field-full{grid-column:1 / -1}.contact-label{font-size:.9rem;font-weight:600;color:#111827}.contact-input{width:100%;padding:.9rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:12px;background:var(--white);color:var(--text);transition:border-color .2s,box-shadow .2s}.contact-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.contact-textarea{resize:vertical;min-height:140px}.contact-form-actions{display:flex;justify-content:flex-start}.toast-container{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:.6rem;z-index:999}.toast{min-width:280px;max-width:360px;padding:.9rem 1rem;border-radius:14px;color:#0b1f3b;background:#e5f1ff;border:1px solid #bfdbfe;box-shadow:var(--shadow-soft);font-weight:600;animation:toast-in .3s ease,toast-out .4s ease 3.8s forwards}.toast-success{background:#ecfdf3;border-color:#bbf7d0;color:#14532d}.toast-error{background:#fef2f2;border-color:#fecdd3;color:#7f1d1d}.toast-hide{animation:toast-out .4s ease forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.footer-section{background:#020617;background-image:url(/images/AtlasFooter.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#9ca3af;padding:2rem 0 1.4rem;position:relative}.footer-section:before{content:"";position:absolute;inset:0;background:#020617d9;z-index:0}.footer-section .container{position:relative;z-index:1}.footer-top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem;align-items:flex-start;font-size:.9rem;margin-bottom:1.4rem}.footer-nav{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1rem}.footer-nav a{color:#e5e7eb;font-size:.88rem}.footer-nav a:hover{color:#fff}.footer-contact p{margin-bottom:.3rem}.footer-bottom{border-top:1px solid #1f2937;padding-top:.9rem;font-size:.78rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem;align-items:center}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem}.footer-links a{color:#9ca3af}.footer-links a:hover{color:#e5e7eb}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-grid-home{grid-template-columns:1fr;gap:2rem}.hero-content-left{text-align:center}.hero-content-left .hero-badge-row,.hero-content-left .hero-actions{justify-content:center}.hero-content-left .hero-subtitle.home-subtitle{margin-left:auto;margin-right:auto}.hero-form-right{max-width:100%}.hero{padding-top:2.4rem}.about-grid,.contact-strip,.contact-grid,.contact-grid-3col,.why-grid,.testimonials-row,.contact-form-grid,.footer-top{grid-template-columns:1fr}}@media(max-width:600px){.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-outline{width:100%;justify-content:center;text-align:center}}.faq-hero-subtitle{max-width:640px;margin:.5rem auto 0;font-size:.95rem;color:var(--muted)}.faq-section{padding:2.6rem 0}.faq-grid{display:flex;flex-direction:column;gap:2rem}.faq-category-title{font-size:1.15rem;font-weight:600;color:#111827;margin-bottom:.75rem}.faq-items{display:flex;flex-direction:column;gap:.8rem}.faq-item{background:var(--white);border-radius:var(--radius-lg);padding:1rem 1.2rem;border:1px solid var(--border);box-shadow:0 8px 18px #0f172a0a}.faq-question{font-weight:600;font-size:.97rem;color:#111827;margin-bottom:.3rem}.faq-answer{font-size:.9rem;color:var(--muted)}.qualify-intro{max-width:640px;margin:.6rem auto 0;font-size:.95rem;color:var(--muted)}.conditions-intro{max-width:700px;margin:.7rem auto 0;font-size:.95rem;color:var(--muted)}.conditions-list-note{margin-top:1.6rem;font-size:.92rem;color:var(--muted);text-align:center}.calculator-container{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:2rem;align-items:flex-start;margin-top:1.5rem}.calculator-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem 2.2rem;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.calculator-heading{font-size:1.4rem;color:#111827;margin-bottom:.5rem}.calculator-description{font-size:.95rem;color:var(--muted);margin-bottom:1.8rem}.calculator-input-group{margin-bottom:1.5rem}.calculator-label{display:block;font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.5rem}.calculator-input-wrapper{position:relative;display:flex;align-items:center}.calculator-currency{position:absolute;left:1rem;font-size:1.1rem;color:var(--muted);font-weight:600}.calculator-input{width:100%;padding:.9rem 1rem .9rem 2.2rem;font-size:1.1rem;border:2px solid var(--border);border-radius:12px;background:var(--white);color:var(--text);transition:border-color .2s}.calculator-input:focus{outline:none;border-color:var(--primary)}.calculator-button{width:100%;margin-bottom:1.5rem}.calculator-result,.calculator-no-result{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:var(--radius-lg);padding:1.5rem 1.6rem;margin-top:1.5rem}.calculator-no-result{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5}.result-content{display:flex;gap:1rem;align-items:flex-start}.result-icon{width:42px;height:42px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.result-icon-warning{width:42px;height:42px;border-radius:50%;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;flex-shrink:0}.result-heading{font-size:1.1rem;color:#111827;margin-bottom:.3rem}.result-amount{font-size:2.2rem;font-weight:800;color:#15803d;margin-bottom:.3rem}.result-breakdown{font-size:.9rem;color:var(--muted);margin-bottom:.8rem}.result-note{font-size:.85rem;color:var(--muted);line-height:1.5}.calculator-info{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem 1.7rem;border:1px solid var(--border);box-shadow:0 10px 24px #0f172a08;position:sticky;top:100px}.calculator-info h3{font-size:1.1rem;color:#111827;margin-bottom:1rem}.calculator-info-list{list-style:none;margin-bottom:1.2rem}.calculator-info-list li{font-size:.9rem;color:var(--muted);margin-bottom:.9rem;padding-left:1.2rem;position:relative}.calculator-info-list li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.calculator-info-list strong{color:#111827;font-weight:600}.calculator-disclaimer{font-size:.8rem;color:var(--muted);line-height:1.5;padding-top:.8rem;border-top:1px solid var(--border)}@media(max-width:900px){.calculator-container{grid-template-columns:1fr}.calculator-info{position:relative;top:0}}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--border);border-radius:5px;background:var(--white);cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}input[type=checkbox]:hover{border-color:var(--primary)}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}
