@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Lato:wght@300;400;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary-dark: #1e3a5f;--primary-blue: #2c4a6d;--accent-gold: #d4a356;--green-primary: #4a7c59;--text-dark: #1a202c;--text-gray: #4a5568;--bg-light: #f7fafc;--white: #ffffff;--nav-height: 72px}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none}nav{background:var(--white);height:var(--nav-height);display:flex;align-items:center;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease}nav.nav-scrolled{box-shadow:0 4px 20px #0000001f}.nav-container{max-width:1400px;width:100%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.logo img{width:50px;height:50px;object-fit:contain}.logo-text{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--text-dark);white-space:nowrap}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;white-space:nowrap}.nav-links a:hover{color:var(--accent-gold)}.nav-right{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.phone-number{display:flex;align-items:center;gap:.4rem;color:var(--text-dark);text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap}.join-btn{background:var(--accent-gold);color:var(--white);padding:.6rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.join-btn:hover{background:#c49647;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;flex-shrink:0;transition:background .2s ease}.hamburger:hover{background:var(--bg-light)}.hamburger span{display:block;width:24px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu{position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;background:var(--white);z-index:1200;display:flex;flex-direction:column;padding:0;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 30px #00000026;overflow-y:auto}.mobile-menu--open{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:var(--white);z-index:1}.mobile-close{background:none;border:none;font-size:1.8rem;color:var(--text-gray);cursor:pointer;line-height:1;padding:0 .25rem;transition:color .2s}.mobile-close:hover{color:var(--text-dark)}.mobile-nav-links{list-style:none;padding:1rem 0;flex:1}.mobile-nav-links li a{display:block;padding:.9rem 1.5rem;color:var(--text-dark);font-size:1.05rem;font-weight:600;border-bottom:1px solid #f0f0f0;transition:background .2s ease,color .2s ease}.mobile-nav-links li a:hover{background:var(--bg-light);color:var(--accent-gold)}.mobile-nav-bottom{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e2e8f0}.mobile-phone{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:600;font-size:1rem;text-decoration:none}.mobile-nav-bottom .btn-primary{text-align:center;justify-content:center;padding:.9rem 1.5rem;font-size:1rem}.hero{background:linear-gradient(#003366e6,#036c),url(/assets/logo-DOiaqDX-.png) center/cover no-repeat;color:var(--white);padding:4rem 1.25rem 3rem;text-align:center;position:relative}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem}.hero h1 .highlight{color:var(--accent-gold)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);margin-bottom:2rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-subtitle .amount{color:var(--accent-gold);font-weight:700}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn-primary{background:var(--accent-gold);color:var(--white);padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.btn-primary:hover{background:#c49647;transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--white);padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:2px solid var(--white);transition:all .3s ease;white-space:nowrap}.btn-secondary:hover{background:#ffffff1a}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 1rem;border-radius:15px;text-align:center;border:1px solid rgba(255,255,255,.2)}.stat-icon{width:52px;height:52px;background:#d4a35633;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:1.6rem}.stat-number{font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700;margin-bottom:.3rem}.stat-label{font-size:.95rem;opacity:.9}.section-header{text-align:center;margin-bottom:3rem}.section-tag{color:var(--green-primary);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;margin-bottom:.75rem;display:block}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);color:var(--text-dark);margin-bottom:.75rem;font-weight:700;line-height:1.25}.section-subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:var(--text-gray);max-width:720px;margin:0 auto;line-height:1.7}.about{padding:5rem 1.25rem;background:var(--white)}.about-content{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text{background:var(--bg-light);padding:2.5rem;border-radius:20px}.about-text h3{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1.25rem;color:var(--text-dark)}.about-text h3 .highlight{color:var(--green-primary)}.about-text p{font-size:1rem;color:var(--text-gray);line-height:1.8;margin-bottom:1.25rem}.about-text .amount-range{color:var(--text-dark);font-weight:700}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.about-stat{background:var(--primary-dark);color:var(--white);padding:1.25rem 1rem;border-radius:12px;text-align:center}.about-stat.green{background:var(--green-primary)}.about-stat.yellow{background:var(--accent-gold)}.about-stat-number{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin-bottom:.25rem}.about-stat-label{font-size:.85rem}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:var(--white);padding:1.75rem;border-radius:15px;box-shadow:0 5px 20px #00000014}.feature-icon{width:60px;height:60px;background:#fef3e0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.8rem}.feature-card h4{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.6rem;color:var(--text-dark)}.feature-card p{color:var(--text-gray);line-height:1.7;font-size:.95rem}.schemes{padding:5rem 1.25rem;background:var(--bg-light)}.schemes-container{max-width:1300px;margin:0 auto}.schemes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;margin-top:2.5rem}.scheme-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;position:relative}.scheme-card.popular{border:3px solid var(--accent-gold)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--accent-gold);color:var(--white);padding:.4rem 1.25rem;border-radius:50px;font-weight:700;font-size:.85rem;white-space:nowrap}.scheme-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.scheme-label{color:var(--text-gray);font-size:.85rem;margin-bottom:.4rem}.scheme-value{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--primary-dark);font-weight:700;margin-bottom:1.25rem}.scheme-details{display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.scheme-detail{text-align:left}.scheme-detail-label{color:var(--text-gray);font-size:.85rem;margin-bottom:.25rem}.scheme-detail-value{color:var(--text-dark);font-weight:700;font-size:1rem}.enquire-btn{width:100%;padding:.85rem;background:var(--white);color:var(--text-dark);border:2px solid var(--text-dark);border-radius:8px;font-family:Lato,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.scheme-card.popular .enquire-btn{background:var(--accent-gold);color:var(--white);border-color:var(--accent-gold)}.enquire-btn:hover{background:var(--text-dark);color:var(--white)}.scheme-card.popular .enquire-btn:hover{background:#c49647;border-color:#c49647}.benefits{padding:4rem 1.25rem;background:var(--primary-dark);color:var(--white)}.benefits-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:3.5rem;align-items:center}.benefits-text h2{font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.5vw,2.5rem);margin-bottom:1.25rem;line-height:1.2}.benefits-text p{font-size:1rem;margin-bottom:1.75rem;opacity:.9;line-height:1.7}.benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem}.benefit-check{width:26px;height:26px;min-width:26px;background:var(--accent-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-check:before{content:"✓";color:var(--white);font-weight:700;font-size:.85rem}.benefit-item>div:last-child{font-size:.95rem;line-height:1.5}.why-choose{padding:5rem 1.25rem;background:var(--white)}.why-choose-container{max-width:1300px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;margin-bottom:2rem}.why-grid-2{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.why-card{background:var(--bg-light);padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.why-icon{width:70px;height:70px;background:#e8e8e8;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.8rem}.why-card h3{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark)}.why-card p{color:var(--text-gray);line-height:1.7;font-size:.95rem}.why-card.highlight{background:#fef9f0;border:2px solid var(--accent-gold)}.testimonial-section{background:var(--bg-light);padding:4rem 1.25rem}.testimonial-container{max-width:900px;margin:0 auto}.testimonial-box{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.testimonial-text{font-family:Playfair Display,serif;font-size:clamp(1.2rem,3vw,1.8rem);font-style:italic;line-height:1.6;margin-bottom:1.75rem;color:var(--text-dark)}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:55px;height:55px;min-width:55px;background:var(--primary-dark);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem}.author-info h4{font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.author-info p{color:var(--text-gray);font-size:.9rem}.how-it-works{padding:5rem 1.25rem;background:var(--white)}.how-container{max-width:1300px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-top:2.5rem}.step-card{background:var(--bg-light);padding:2rem 1.5rem;border-radius:15px;position:relative;text-align:center}.step-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--accent-gold);color:var(--white);padding:.4rem 1.1rem;border-radius:50px;font-weight:700;font-size:.85rem;white-space:nowrap}.step-icon{width:70px;height:70px;background:var(--primary-dark);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:2rem auto 1.25rem;font-size:1.8rem}.step-card h3{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.75rem;color:var(--text-dark)}.step-card p{color:var(--text-gray);line-height:1.7;font-size:.9rem}.step-arrow{position:absolute;right:-.9rem;top:50%;transform:translateY(-50%);color:var(--accent-gold);font-size:1.75rem;z-index:1}.step-card:last-child .step-arrow{display:none}.faq{padding:4rem 1.25rem;background:var(--primary-dark);color:var(--white)}.faq-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:3.5rem;align-items:start}.faq-intro h2{font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.5vw,2.5rem);margin-bottom:1.25rem;line-height:1.2}.faq-intro p{font-size:1rem;margin-bottom:1.75rem;opacity:.9;line-height:1.7}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:#ffffff1a;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-question{font-weight:700;font-size:1rem;margin-bottom:.6rem}.faq-answer{opacity:.88;line-height:1.7;font-size:.95rem}.contact{padding:5rem 1.25rem;background:var(--bg-light)}.contact-container{max-width:1300px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem}.contact-form-wrapper{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.contact-form-wrapper h3{font-family:Playfair Display,serif;font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1.75rem;color:var(--text-dark)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-family:Lato,sans-serif;font-size:.95rem;color:var(--text-dark);transition:border-color .2s ease;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-gold)}.form-group textarea{resize:vertical;min-height:110px}.submit-btn{width:100%;padding:.9rem;background:var(--accent-gold);color:var(--white);border:none;border-radius:8px;font-family:Lato,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#c49647}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--white);padding:1.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;gap:1.25rem;align-items:flex-start}.info-icon{width:52px;height:52px;min-width:52px;background:var(--primary-dark);color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.info-content h4{font-weight:700;margin-bottom:.35rem;font-size:1rem;color:var(--text-dark)}.info-content p{color:var(--text-gray);line-height:1.6;font-size:.9rem}footer{background:var(--primary-dark);color:var(--white);padding:3.5rem 1.25rem 1.5rem}.footer-content{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-about img,.footer-logo{width:80px;height:80px;margin-bottom:1.25rem;object-fit:contain}.footer-about p{opacity:.88;line-height:1.8;margin-bottom:1.25rem;font-size:.95rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.6rem;opacity:.88;font-size:.9rem}.footer-section h3{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-links a{color:var(--white);opacity:.88;font-size:.92rem;transition:opacity .3s ease,color .3s ease}.footer-links a:hover{opacity:1;color:var(--accent-gold)}.footer-social{display:flex;flex-direction:column;gap:.7rem}.footer-social a{color:var(--white);opacity:.88;font-size:.92rem;transition:opacity .3s ease,color .3s ease}.footer-social a:hover{opacity:1;color:var(--accent-gold)}.footer-bottom{max-width:1300px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;opacity:.75;font-size:.85rem;flex-wrap:wrap;gap:.5rem}.arrow{margin-left:.25rem}@media(max-width:1024px){.nav-links,.nav-right{display:none}.hamburger{display:flex}.mobile-overlay{display:block}.about-content{grid-template-columns:1fr;gap:2rem}.benefits-container{grid-template-columns:1fr;gap:2.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.faq-container{grid-template-columns:1fr;gap:2.5rem}.why-grid,.why-grid-2,.steps-grid{grid-template-columns:repeat(2,1fr)}.step-arrow{display:none}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-about{grid-column:1 / -1}}@media(max-width:768px){:root{--nav-height: 64px}.logo-text{font-size:1rem}.logo img{width:44px;height:44px}.hero{padding:3rem 1rem 2.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem}.btn-primary,.btn-secondary{width:100%;max-width:320px;justify-content:center;text-align:center}.stats{grid-template-columns:1fr;gap:1rem;max-width:340px}.stat-card{display:flex;align-items:center;gap:1rem;text-align:left;padding:1.25rem}.stat-icon{margin:0;flex-shrink:0;width:48px;height:48px;font-size:1.4rem}.about,.schemes,.why-choose,.how-it-works,.contact{padding:3.5rem 1rem}.benefits,.faq,.testimonial-section{padding:3rem 1rem}.section-header{margin-bottom:2rem}.about-text{padding:1.75rem}.about-stats{grid-template-columns:1fr;gap:.75rem}.about-stat{padding:1rem 1.25rem}.about-stat-number{font-size:1.8rem}.about-features,.benefits-list,.why-grid,.why-grid-2{grid-template-columns:1fr;gap:1rem}.why-card{padding:1.5rem;text-align:left}.why-icon{margin:0 0 .75rem;width:52px;height:52px;font-size:1.5rem}.steps-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.schemes-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem}.form-row{grid-template-columns:1fr;gap:0}.contact-form-wrapper,.testimonial-box{padding:1.75rem}.footer-content{grid-template-columns:1fr;gap:1.75rem}.footer-about{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem}}@media(max-width:480px){.logo-text{font-size:.9rem}.logo img{width:38px;height:38px}.schemes-grid{grid-template-columns:1fr}.hero h1{font-size:1.75rem}.section-title{font-size:1.65rem}.testimonial-text{font-size:1.1rem}.benefits-text h2,.faq-intro h2{font-size:1.65rem}.about-stats{grid-template-columns:1fr}}
