@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--orange: #F7931E;--orange-dark: #E07C0E;--blue: #2E7BC4;--blue-dark: #1E5A9A;--blue-light: #4A9FE8;--green: #39B54A;--green-dark: #2A8A38;--white: #FFFFFF;--off-white: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;font-family:Poppins,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--gray-800);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden}a{color:var(--blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--blue-dark)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--gray-900)}img{max-width:100%;height:auto}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;outline:none}input,textarea{font-family:Poppins,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;padding:12px 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:8px}.navbar-logo-icon{width:45px;height:auto}.navbar-logo-text{width:230px;height:auto;padding-left:25px;margin-top:6px}@media(max-width:768px){.navbar{position:fixed}.navbar .container{position:relative}.navbar-logo-icon{width:35px}.navbar-logo-text{position:absolute;left:50%;transform:translate(-50%);width:150px;margin-top:4px;padding-left:0}.navbar-right{margin-left:auto}}.navbar-logo{height:56px}.navbar-right{display:flex;align-items:center;gap:20px}.navbar-links{display:flex;align-items:center;gap:24px;list-style:none}.navbar-links a{text-decoration:none;color:var(--gray-700);font-weight:500;font-size:.95rem}.navbar-links a:hover{color:var(--orange)}.nav-cta{padding:10px 16px}.navbar-phone{display:flex;align-items:center;gap:8px;color:var(--gray-700);font-weight:500;font-size:.95rem}.navbar-phone svg{color:var(--green)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger span{width:24px;height:2px;background:#0f172a}@media(max-width:768px){.hamburger{display:flex}.navbar-links{position:absolute;top:64px;right:16px;background:#fff;flex-direction:column;gap:16px;padding:20px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:none;z-index:1001}.navbar-links.open{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);color:var(--white);box-shadow:0 4px 15px #f7931e59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #f7931e73;color:var(--white)}.btn-secondary{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white);box-shadow:0 4px 15px #2e7bc459}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #2e7bc473;color:var(--white)}.btn-outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}.btn-outline:hover{background:var(--blue);color:var(--white)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;background-image:url(/hero-bg.png);background-size:cover;background-position:right;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,rgba(46,123,196,.06) 0%,transparent 70%);pointer-events:none}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease-out;background:#fff3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;padding:40px;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000001a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#39b54a1a,#39b54a0d);color:var(--green-dark);padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:24px;border:1px solid rgba(57,181,74,.2)}.hero-badge svg{width:16px;height:16px}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-700) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero h1 span{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.15rem;color:var(--gray-700);margin-bottom:32px;line-height:1.7}.btn-consultation{display:inline-flex;align-items:center;gap:12px;padding:16px 26px;border-radius:14px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);color:#fff;font-size:16px;font-weight:600;letter-spacing:.2px;border:none;cursor:pointer;box-shadow:0 8px 20px #2563eb40;transition:all .2s ease}.btn-consultation:hover{transform:translateY(-1px);box-shadow:0 12px 28px #2563eb59}.btn-consultation:active{transform:translateY(0);box-shadow:0 6px 16px #2563eb40}.btn-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:18px;line-height:1}.btn-text{white-space:nowrap}.btn-icon img{width:28px;height:28px;filter:brightness(0) invert(1)}.hero-cta-card{background:var(--white);padding:48px 40px;border-radius:24px;box-shadow:0 10px 40px #00000014;border:1px solid var(--gray-200);animation:fadeInUp .8s ease-out .2s both;text-align:center}.hero-cta-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7931e26,#f7931e0d);border-radius:50%;color:var(--orange)}.hero-cta-icon svg{width:36px;height:36px}.hero-cta-card h3{font-size:1.75rem;margin-bottom:12px;color:var(--gray-900)}.hero-cta-card>p{color:var(--gray-500);margin-bottom:28px;font-size:1rem}.hero-cta-card .btn-large{padding:18px 48px;font-size:1.1rem}.navbar-links .btn-large{padding:10px 30px;font-size:1rem}.hero-cta-note{margin-top:20px;font-size:.9rem;color:var(--gray-500)}.hero-cta-note span{display:inline-flex;align-items:center;gap:6px}.hero-stats{display:flex;gap:40px;margin-top:40px;padding-top:32px;border-top:1px solid var(--gray-200)}.stat-item{text-align:left}.stat-number{font-size:2rem;font-weight:800;color:var(--blue);line-height:1}.stat-number span{color:var(--orange)}.stat-label{font-size:.85rem;color:var(--gray-500);margin-top:4px}.zero-highlight{color:var(--green)!important;font-size:1.75rem}.usp{padding:50px 0;background:var(--gray-100);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.usp .section-header{margin-bottom:28px}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.usp-card{background:var(--white);border-radius:16px;padding:28px;text-align:center;border:1px solid var(--gray-200);transition:all .3s ease}.usp-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:var(--orange)}.usp-icon{width:48px;height:48px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7931e26,#f7931e0d);border-radius:12px;color:var(--orange)}.usp-card h4{font-size:1.1rem;margin-bottom:8px;color:var(--gray-900)}.usp-card p{font-size:.9rem;color:var(--gray-600);line-height:1.5}@media(max-width:768px){.usp-description{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}.usp-card:focus,.usp-card:focus-within{outline:none;border-color:var(--orange)}.usp-card:focus .usp-description,.usp-card:focus-within .usp-description{max-height:150px;opacity:1;padding-top:8px;border-top:1px dashed var(--gray-300);margin-top:4px}.usp-card h4:after{font-size:.8rem;color:var(--gray-400);transition:transform .3s ease}}.journey{padding:70px 0 80px;background:var(--white)}.journey>.container>.section-header{margin-bottom:24px}.journey .usp{padding:30px 0 40px;margin-bottom:50px;border-top:none}.journey .usp .container{padding:0}.journey-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}.journey-step-card{background:var(--white);border-radius:20px;padding:32px 28px;border:1px solid var(--gray-200);box-shadow:0 4px 20px #0000000a;transition:all .3s ease;display:flex;flex-direction:column}.journey-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.journey-step-card.blue:hover{border-color:var(--blue)}.journey-step-card.green:hover{border-color:var(--green)}.journey-step-card.orange:hover{border-color:var(--orange)}.step-header{display:flex;align-items:center;gap:16px;margin-bottom:8px}.step-number{font-size:2.5rem;font-weight:800;line-height:1}.step-number.blue{color:var(--blue)}.step-number.green{color:var(--green)}.step-number.orange{color:var(--orange)}.step-header h3{font-size:1.35rem;color:var(--gray-900);margin:0;line-height:1.2}.step-tagline{font-size:.9rem;color:var(--gray-500);font-style:italic;margin-bottom:20px;padding-left:2px}.step-details{flex:1}.step-description{font-size:.95rem;color:var(--gray-600);line-height:1.7;margin-bottom:24px}.step-features{display:flex;flex-direction:column;gap:0;background:var(--gray-100);border-radius:12px;padding:16px 20px}.step-feature{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px dashed var(--gray-300);font-size:.9rem;color:var(--gray-700);font-weight:500}.step-feature:last-child{border-bottom:none;padding-bottom:0}.step-feature:first-child{padding-top:0}.feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.feature-icon.blue{background:linear-gradient(135deg,#2e7bc426,#2e7bc40d);color:var(--blue)}.feature-icon.green{background:linear-gradient(135deg,#39b54a26,#39b54a0d);color:var(--green)}.feature-icon.orange{background:linear-gradient(135deg,#f7931e26,#f7931e0d);color:var(--orange)}.feature-icon svg{width:16px;height:16px}.btn-sm{padding:12px 20px;font-size:.9rem}.btn-green{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);color:var(--white);box-shadow:0 4px 15px #39b54a59}.btn-green:hover{transform:translateY(-2px);box-shadow:0 6px 25px #39b54a73;color:var(--white)}.btn-outline-light{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-outline-light:hover{background:var(--gray-200);color:var(--gray-800)}.btn-outline-light svg{color:#25d366}@media(max-width:768px){.journey-steps-grid{grid-template-columns:1fr;gap:16px}.journey-step-card{padding:24px 20px}.step-header{gap:12px}.step-number{font-size:2rem}.step-header h3{font-size:1.15rem}.step-tagline{margin-bottom:0}.journey-step-card .step-details{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;margin-top:0}.journey-step-card:focus{outline:none}.journey-step-card.blue:focus{border-color:var(--blue);box-shadow:0 4px 20px #2e7bc426}.journey-step-card.green:focus{border-color:var(--green);box-shadow:0 4px 20px #39b54a26}.journey-step-card.orange:focus{border-color:var(--orange);box-shadow:0 4px 20px #f7931e26}.journey-step-card:focus .step-details{max-height:600px;opacity:1;margin-top:20px}.journey-step-card:focus .step-tagline{margin-bottom:0}.journey-step-card .step-tagline:after{content:" — Tap to expand";font-style:normal;font-size:.8rem;color:var(--gray-400)}.journey-step-card:focus .step-tagline:after{content:" — Tap to collapse"}}.experience{padding:120px 0;background:linear-gradient(180deg,var(--white) 0%,var(--gray-100) 100%);position:relative}.section-header{text-align:center;max-width:700px;margin:0 auto 32px}.section-header p{margin-top:8px}.section-header h2{font-size:2.75rem;margin-bottom:16px}.section-header h2 span{color:var(--orange)}.section-header p{font-size:1.1rem;color:var(--gray-600)}.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.experience-grid:before{content:"";position:absolute;top:50px;left:60px;right:60px;height:4px;background:linear-gradient(90deg,var(--blue) 0%,var(--green) 50%,var(--orange) 100%);border-radius:2px;z-index:0}.experience-card{background:var(--white);border-radius:24px;padding:40px 28px;text-align:center;position:relative;z-index:1;box-shadow:0 8px 30px #0000000f;border:1px solid var(--gray-200);transition:all .4s ease}.experience-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.experience-step{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:36px;height:36px;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 4px 15px #2e7bc466}.experience-card:nth-child(2) .experience-step{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);box-shadow:0 4px 15px #39b54a66}.experience-card:nth-child(3) .experience-step{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);box-shadow:0 4px 15px #f7931e66}.experience-card:nth-child(4) .experience-step{background:linear-gradient(135deg,var(--blue) 0%,var(--green) 100%);box-shadow:0 4px 15px #2e7bc466}.experience-icon{width:80px;height:80px;margin:16px auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7bc41a,#2e7bc40d);border-radius:20px;color:var(--blue)}.experience-card:nth-child(2) .experience-icon{background:linear-gradient(135deg,#39b54a1a,#39b54a0d);color:var(--green)}.experience-card:nth-child(3) .experience-icon{background:linear-gradient(135deg,#f7931e1a,#f7931e0d);color:var(--orange)}.experience-card:nth-child(4) .experience-icon{background:linear-gradient(135deg,#2e7bc41a,#39b54a1a);color:var(--blue)}.experience-icon svg{width:40px;height:40px}.experience-card h3{font-size:1.25rem;margin-bottom:12px;color:var(--gray-900)}.experience-card p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.experience-features{display:flex;flex-direction:column;gap:8px;margin-top:16px}.experience-feature{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--gray-700)}.experience-feature svg{width:18px;height:18px;color:var(--green);flex-shrink:0}.faq{padding:70px 0 80px;background:var(--gray-100);border-top:1px solid var(--gray-200)}.faq .section-header{margin-bottom:28px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px;margin:0 auto}.faq-item{background:var(--gray-100);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);transition:all .3s ease}.faq-item:hover{border-color:var(--blue);box-shadow:0 4px 20px #2e7bc41a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:transparent;text-align:left;font-size:1rem;font-weight:600;color:var(--gray-800);cursor:pointer;transition:all .3s ease}.faq-question:hover{color:var(--blue)}.faq-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;color:var(--blue);flex-shrink:0;transition:all .3s ease}.faq-item.active .faq-icon{background:var(--blue);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{max-height:400px}.faq-answer p{padding:0 24px 20px;color:var(--gray-600);font-size:.95rem;line-height:1.7}.faq-input-wrapper{padding:0 24px 20px}.faq-input-wrapper label{display:block;font-size:.85rem;font-weight:500;color:var(--gray-700);margin-bottom:8px}.faq-input-group{display:flex;align-items:center;gap:8px;background:var(--white);border:2px solid var(--gray-200);border-radius:10px;padding:10px 14px;max-width:250px;transition:all .3s ease}.faq-input-group:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px #2e7bc41a}.rupee-symbol{font-weight:600;color:var(--gray-600);font-size:1rem}.faq-input{flex:1;border:none;outline:none;font-size:1rem;background:transparent;color:var(--gray-800);min-width:80px}.faq-input::placeholder{color:var(--gray-400)}.per-month{font-size:.85rem;color:var(--gray-500)}.cta{padding:100px 0;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.cta:after{content:"";position:absolute;bottom:-30%;left:-10%;width:40%;height:150%;background:radial-gradient(circle,rgba(247,147,30,.2) 0%,transparent 60%);pointer-events:none}.cta .container{position:relative;z-index:1;text-align:center}.cta h2{font-size:2.75rem;color:var(--white);margin-bottom:16px}.cta p{font-size:1.15rem;color:#ffffffd9;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:var(--white);color:var(--blue);box-shadow:0 4px 20px #0003}.cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.cta .btn-outline{border-color:var(--white);color:var(--white)}.cta .btn-outline:hover{background:var(--white);color:var(--blue)}.footer{background:var(--gray-900);color:var(--gray-300);padding:80px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:60px}.footer-brand img{height:60px;margin-bottom:20px;filter:brightness(0) invert(1)}.footer-brand p{font-size:.95rem;line-height:1.7;color:var(--gray-400)}.footer h4{color:var(--white);font-size:1.1rem;margin-bottom:20px;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--gray-400);font-size:.95rem;transition:all .3s ease}.footer-links a:hover{color:var(--orange);padding-left:5px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.footer-contact-item svg{width:20px;height:20px;color:var(--orange);flex-shrink:0;margin-top:2px}.footer-contact-item span{font-size:.95rem;color:var(--gray-400)}.footer-contact-item a{color:var(--gray-400)}.footer-contact-item a:hover{color:var(--orange)}.footer-bottom{padding-top:30px;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.9rem;color:var(--gray-500)}.footer-social{display:flex;gap:12px}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gray-800);border-radius:10px;color:var(--gray-400);transition:all .3s ease}.footer-social a:hover{background:var(--orange);color:var(--white);transform:translateY(-3px)}.popup-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-modal{background:var(--white);border-radius:24px;padding:40px;max-width:480px;width:100%;position:relative;box-shadow:0 25px 80px #00000040;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border:none;border-radius:50%;color:var(--gray-500);cursor:pointer;transition:all .3s ease}.popup-close:hover{background:var(--gray-200);color:var(--gray-700)}.popup-header{text-align:center;margin-bottom:32px}.popup-header h3{font-size:1.75rem;margin-bottom:8px;color:var(--gray-900)}.popup-header p{color:var(--gray-500);font-size:1rem}.popup-options{display:flex;flex-direction:column;gap:16px}.popup-option{display:flex;align-items:center;gap:20px;padding:20px 24px;border-radius:16px;border:2px solid var(--gray-200);background:var(--gray-100);text-decoration:none;transition:all .3s ease}.popup-option:hover{transform:translate(4px)}.popup-option-phone:hover{border-color:var(--green);background:#39b54a0d}.popup-option-email:hover{border-color:var(--blue);background:#2e7bc40d}.popup-option-whatsapp:hover{border-color:#25d366;background:#25d3660d}.popup-option-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;flex-shrink:0}.popup-option-phone .popup-option-icon{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);color:var(--white)}.popup-option-email .popup-option-icon{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white)}.popup-option-whatsapp .popup-option-icon{background:linear-gradient(135deg,#25d366,#128c7e);color:var(--white)}.popup-option-content h4{font-size:1.1rem;color:var(--gray-900);margin-bottom:2px}.popup-option-content span{font-size:.95rem;color:var(--gray-700);font-weight:500}.popup-option-content p{font-size:.85rem;color:var(--gray-500);margin-top:4px}.footer-link-btn{background:none;border:none;padding:0;color:var(--gray-400);font-size:.95rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.footer-link-btn:hover{color:var(--orange);padding-left:5px}@media(max-width:1024px){.hero .container{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;padding:32px}.hero h1{font-size:2.75rem;text-align:center}.hero-description{text-align:center}.btn-consultation{margin-left:auto;margin-right:auto}.hero-cta-card{max-width:500px;margin:0 auto}.usp-grid{grid-template-columns:repeat(3,1fr);gap:20px}.phase-cards{max-width:100%}.experience-grid{grid-template-columns:repeat(2,1fr)}.experience-grid:before{display:none}.journey-steps-grid{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.navbar-phone{display:none}.hero{padding-top:100px;min-height:auto;padding-bottom:60px}.hero h1{font-size:2.25rem}.hero-content{padding:24px;border-radius:20px}.section-header h2{font-size:1.75rem}.section-header{margin-bottom:20px}.section-header p{font-size:.95rem}.usp{padding:40px 0;background:var(--white);border-top:none;border-bottom:none}.journey{padding:50px 0 60px}.journey .usp{padding:24px 0 32px;margin-bottom:36px}.faq{padding:50px 0 60px}.cta{padding:60px 0}.hero-stats{flex-direction:row;gap:24px;flex-wrap:wrap;justify-content:flex-start}.usp-grid{grid-template-columns:1fr;gap:16px}.usp-card{display:flex;flex-wrap:wrap;align-items:center;text-align:left;gap:12px 16px;padding:20px}.usp-card .usp-icon-image{flex-shrink:0;width:60px;height:60px}.usp-icon{margin:0;flex-shrink:0}.usp-card h4{margin-bottom:0;flex:1}.usp-card .usp-description{flex-basis:100%;text-align:left}.faq-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media(max-width:600px){.experience-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}.popup-modal{padding:28px 20px;border-radius:20px}.popup-header h3{font-size:1.5rem}.popup-option{padding:16px;gap:16px}.popup-option-icon{width:48px;height:48px}.hero-cta-card{padding:36px 28px}.hero-cta-card h3{font-size:1.5rem}}
