.top-bar-wrapper{width:100%;background-color:transparent;display:flex;justify-content:center;padding:0 32px;position:relative;z-index:50}.top-bar-container{display:flex;height:48px;width:100%;max-width:1420px;font-size:13px;color:#fff;font-family:Inter,sans-serif}.top-bar-left{background-color:#ffb033;width:200px;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;position:relative}.top-bar-left:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100vw;background-color:#ffb033}.top-bar-left .contact-info{display:flex;align-items:center;gap:8px;font-weight:500}.top-bar-right{background-color:#0c2d4f;flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 32px;position:relative}.top-bar-right:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;background-color:#0c2d4f}.right-info{display:flex;align-items:center;gap:32px}.info-item{display:flex;align-items:center;gap:8px;color:#e2e8f0}.right-actions{display:flex;align-items:center;gap:24px}.language-dropdown{position:relative}.language-selector{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 8px;border-radius:4px;transition:background-color .2s}.language-selector:hover{background-color:#ffffff1a}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:#0c2d4f;border:1px solid rgba(255,255,255,.1);border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:120px;z-index:9999;overflow:hidden}.dropdown-item{padding:10px 16px;cursor:pointer;transition:background-color .2s,color .2s;color:#e2e8f0}.dropdown-item:hover{background-color:#ffffff1a;color:#ffb033}.dropdown-item.active{color:#ffb033;font-weight:500}.social-links{display:flex;align-items:center;gap:12px}.social-links a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#ffffff1a;color:#fff;text-decoration:none;transition:background-color .2s,transform .2s}.social-links a:hover{background-color:#ffb033;transform:translateY(-2px)}.icon{color:#ffb033}.top-bar-left .icon{color:#fff}@media(max-width:1024px){.top-bar-left{width:300px;padding-right:20px}.top-bar-right{padding:0 20px}.right-info{gap:16px}}@media(max-width:1440px){.top-bar-container{max-width:1200px}}@media(max-width:768px){.top-bar-wrapper{padding:0}.top-bar-container{height:auto;flex-direction:column}.top-bar-left{display:none}.top-bar-right{width:100%;padding:12px 20px}.right-info{display:none}.right-actions{width:100%;justify-content:center}}.offcanvas-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0006;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease}.offcanvas-backdrop.open{opacity:1;visibility:visible}.offcanvas-menu{position:fixed;top:0;right:0;width:400px;height:100vh;background-color:#fff;z-index:100;transform:translate(100%);transition:transform .4s cubic-bezier(.77,0,.175,1);box-shadow:-4px 0 15px #0000001a;display:flex;flex-direction:column;padding:32px;overflow-y:auto}.offcanvas-menu.open{transform:translate(0)}.offcanvas-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.offcanvas-close-btn{background-color:#ffb033;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,transform .2s}.offcanvas-close-btn:hover{background-color:#e59d2a;transform:scale(1.05)}.offcanvas-body{flex-grow:1;margin-bottom:32px}.about-text{font-size:14px;line-height:1.6;color:#0c2d4f;margin-bottom:12px}.offcanvas-footer{border-top:1px solid #E2E8F0;padding-top:32px}.contact-title{font-size:20px;font-weight:700;color:#0c2d4f;margin-bottom:24px}.contact-items{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.contact-item{display:flex;align-items:flex-start;gap:16px;font-size:15px;font-weight:600;color:#0c2d4f}.contact-icon{color:#ffb033;min-width:20px;margin-top:2px}.social-icons-group{display:flex;gap:12px}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #E2E8F0;color:#0c2d4f;text-decoration:none;transition:all .2s}.social-icon:hover{background-color:#ffb033;border-color:#ffb033;color:#fff}@media(max-width:480px){.offcanvas-menu{width:100%;padding:24px}}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0006;z-index:89;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:0;width:60%;min-width:280px;height:100vh;background-color:#fff;z-index:90;transform:translate(100%);transition:transform .4s cubic-bezier(.77,0,.175,1);box-shadow:-4px 0 15px #0000001a;display:flex;flex-direction:column}.mobile-menu-drawer.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #E2E8F0}.mobile-menu-title{font-size:18px;font-weight:800;color:#0c2d4f;text-transform:uppercase}.mobile-close-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-nav-links{display:flex;flex-direction:column;padding:24px;gap:20px;flex-grow:1;overflow-y:auto}.mobile-nav-link{font-size:14px;font-weight:700;color:#0c2d4f;text-decoration:none;text-transform:uppercase;transition:color .2s}.mobile-nav-link:hover{color:#ffb033}.mobile-menu-footer{padding:24px;border-top:1px solid #E2E8F0;display:flex;flex-direction:column;gap:16px}.mobile-cta-button{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #E2E8F0;border-radius:50px;padding:6px 6px 6px 20px;cursor:pointer;width:100%;transition:all .3s ease}.mobile-cta-button:active{border-color:#ffb033}.mobile-cta-button .cta-text{font-size:11px;font-weight:800;color:#0c2d4f}.mobile-cta-button .cta-icon-wrapper{background-color:#ffb033;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-about-button{background:none;border:none;font-size:14px;font-weight:700;color:#ffb033;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;background-color:#ffb0330d;border-radius:8px;transition:background-color .2s}.mobile-about-button:active{background-color:#ffb03326}.navbar{width:100%;background-color:#fff;border-bottom:1px solid #E2E8F0;display:flex;justify-content:center;padding:0 32px}.navbar-container{width:100%;max-width:1420px;height:90px;display:flex;align-items:center;justify-content:space-between}.navbar-left{display:flex;align-items:center;gap:32px}.custom-menu-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;width:24px;height:16px;padding:0;margin-left:20px}.custom-menu-btn .line{display:block;height:2px;background-color:#0c2d4f;border-radius:2px;transition:all .3s ease}.custom-menu-btn .line-1{width:100%}.custom-menu-btn .line-2{width:100%;transform:translate(4px)}.custom-menu-btn .line-3{width:100%}.custom-menu-btn:hover .line-1{transform:translate(4px)}.custom-menu-btn:hover .line-2{transform:translate(0)}.custom-menu-btn:hover .line-3{transform:translate(4px)}.logo-container{display:flex;align-items:center;gap:12px;cursor:pointer}.logo-text-group{display:flex;flex-direction:column;justify-content:center}.logo-title{font-size:24px;font-weight:800;color:#0c2d4f;line-height:1;letter-spacing:-.5px}.logo-subtitle{font-size:8px;font-weight:600;color:#4a5568;letter-spacing:1px;margin-top:4px;text-transform:uppercase}.navbar-center{display:flex;align-items:center;gap:28px}.nav-link{font-size:13px;font-weight:600;color:#0c2d4f;text-decoration:none;text-transform:uppercase;transition:color .2s}.nav-link:hover{color:#ffb033}.navbar-right{display:flex;align-items:center}.cta-button{display:flex;align-items:center;background-color:#fff;border:1px solid #E2E8F0;border-radius:50px;padding:6px 6px 6px 20px;cursor:pointer;transition:all .3s ease;gap:16px}.cta-button:hover{border-color:#ffb033;box-shadow:0 4px 12px #ffb03326}.cta-text{font-size:13px;font-weight:700;color:#0c2d4f}.cta-icon-wrapper{background-color:#ffb033;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cta-arrow{color:#fff}.desktop-actions{display:flex;align-items:center}.mobile-toggle-btn{display:none;background:none;border:none;cursor:pointer;padding:6px;margin-left:12px}@media(max-width:1440px){.navbar-container{max-width:1200px}}@media(max-width:1200px){.navbar-center,.desktop-actions{display:none}.mobile-toggle-btn{display:block}}@media(max-width:768px){.navbar-container{height:70px;padding:0 20px}}.hero-section{width:100%;display:flex;justify-content:center;padding:40px 32px;background-color:#fff}.hero-container{width:100%;max-width:1420px}.hero-card{position:relative;width:100%;background-color:#0c2d4f;border-radius:24px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;height:670px;padding:60px 80px}.hero-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.hero-content{flex:1;max-width:650px;position:relative;z-index:2}.hero-title{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:40px;letter-spacing:-1px}.highlight-text{color:#ffb033}.hero-subtitle{font-family:Inter,sans-serif;font-size:16px;color:#fff;font-weight:400;line-height:1.6;border-left:1px solid #FFB033;padding-left:22px;margin-bottom:48px;max-width:580px;opacity:.9}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-btn{display:flex;align-items:center;border-radius:50px;padding:8px 8px 8px 24px;cursor:pointer;transition:all .3s ease;gap:16px;text-decoration:none!important}.primary-btn{background-color:#fff;border:1px solid #ffffff}.primary-btn .hero-btn-text{color:#0c2d4f;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:16px}.primary-btn:hover{box-shadow:0 4px 15px #fff3}.secondary-btn{background-color:transparent;border:1px solid #ffffff;padding:7px 7px 7px 24px}.secondary-btn .hero-btn-text{color:#fff;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:16px}.secondary-btn:hover{background-color:#ffffff1a}.hero-btn-icon-wrapper{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.orange-icon{background-color:#ffb033}.white-icon{background-color:#fff}.hero-image-wrapper{position:absolute;bottom:0;right:80px;height:90%;z-index:1;display:flex;align-items:flex-end}.hero-model{max-height:115%;object-fit:contain;object-position:bottom}@media(max-width:1440px){.hero-container{max-width:1200px}.hero-card{height:580px}.hero-title{font-size:38px;margin-bottom:24px}.hero-subtitle{font-size:14px;margin-bottom:36px;max-width:500px}.primary-btn .hero-btn-text,.secondary-btn .hero-btn-text{font-size:13px}.hero-image-wrapper{height:80%}}@media(max-width:1200px){.hero-card{padding:50px 40px}.hero-image-wrapper{right:20px;opacity:1}}@media(max-width:992px){.hero-title{font-size:32px}.hero-image-wrapper{position:relative;right:auto;height:350px;margin-top:40px;width:100%;justify-content:center}.hero-content{max-width:100%}.hero-card{height:auto;padding:50px 30px 0;flex-direction:column;align-items:center}}@media(max-width:768px){.hero-section{padding:20px}.hero-title{font-size:24px;margin-bottom:16px}.hero-video-bg{transform:translate(-50%,-50%) scale(1.8);transform-origin:center}.hero-subtitle{font-size:14px;margin-bottom:32px}.hero-card{padding:40px 20px 0;height:auto}.hero-actions{flex-direction:column;align-items:stretch}.hero-btn{justify-content:space-between}.hero-image-wrapper{height:280px;margin-top:32px}}.benefits-section{width:100%;display:flex;justify-content:center;padding:80px 32px;background-color:#fff;position:relative;overflow:hidden}.bg-dots-detail{position:absolute;top:-50px;right:-100px;width:446px;max-width:40vw;z-index:0;pointer-events:none;opacity:.8}.benefits-container{width:100%;max-width:1420px;display:flex;align-items:center;gap:80px;z-index:1;position:relative}@media(max-width:1440px){.benefits-container{max-width:1200px;gap:40px}}.benefits-image-col{flex:1;display:flex;justify-content:flex-start;align-items:center}.benefits-main-img{width:100%;max-width:650px;object-fit:contain}.benefits-content-col{flex:1;display:flex;flex-direction:column}.benefits-title{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:24px;letter-spacing:-.5px}.title-orange{color:#ffb033}.title-blue{color:#0c2d4f;display:block;margin-top:8px}.benefits-description{font-family:Inter,sans-serif;font-size:16px;color:#4a5568;line-height:1.6;margin-bottom:32px;max-width:600px}.benefits-subtitle-row{display:flex;align-items:center;gap:12px;margin-bottom:24px}.subtitle-icon{width:32px;height:32px;object-fit:contain}.benefits-subtitle-text{font-family:Space Grotesk,sans-serif;font-size:20px;color:#ffb033;font-weight:700;text-transform:uppercase}.benefits-list{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:16px}.benefits-item{display:flex;align-items:flex-start;gap:12px}.bullet-icon{width:16px;height:16px;margin-top:4px;flex-shrink:0;object-fit:contain}.benefits-item span{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#4a5568;line-height:1.5}.benefits-actions{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%}.benefits-btn{display:flex;align-items:center;border-radius:50px;padding:6px 6px 6px 16px;cursor:pointer;transition:all .3s ease;gap:12px;height:52px;width:100%;justify-content:space-between}.btn-white{background-color:#fff;border:2px solid #FFB033}.btn-white .btn-text{color:#0c2d4f;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:13px;text-transform:uppercase;white-space:nowrap}.btn-white:hover{background-color:#ffb0330d;box-shadow:0 4px 15px #ffb03333}.btn-orange{background-color:#ffb033;border:1px solid #FFB033}.btn-orange .btn-text{color:#0c2d4f;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:13px;text-transform:uppercase;white-space:nowrap}.btn-orange:hover{background-color:#e69c24;border-color:#e69c24}.btn-icon-circle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.orange-border-circle{background-color:#ffb033;border:2px solid #ffffff;width:38px;height:38px;box-sizing:border-box}@media(max-width:1440px){.benefits-title{font-size:28px}.benefits-description{font-size:15px}.benefits-item span{font-size:13px}.btn-white .btn-text,.btn-orange .btn-text{font-size:12px}.benefits-btn{height:48px;padding-left:12px;gap:8px}.btn-icon-circle{width:34px;height:34px}}@media(max-width:992px){.benefits-container{flex-direction:column;gap:40px}.benefits-image-col{order:-1;justify-content:center}.benefits-title{font-size:28px;text-align:center}.title-blue{margin-top:8px}.benefits-description{text-align:center;margin:0 auto 32px}.benefits-subtitle-row{justify-content:center}.benefits-list{max-width:600px;margin:0 auto 40px}.benefits-actions{justify-content:center}}@media(max-width:768px){.benefits-section{padding:60px 20px}.benefits-title{font-size:24px}.benefits-subtitle-text{font-size:16px}.benefits-actions{flex-direction:column;width:100%}.benefits-btn-wrapper{width:100%}.benefits-btn{width:100%;justify-content:space-between;padding-left:12px}.btn-white{border:2px solid #FFB033!important}.btn-white .btn-text,.btn-orange .btn-text{font-size:11px;white-space:normal;text-align:left}.btn-icon-circle{flex-shrink:0}.bg-dots-detail{top:-20px;right:-80px;width:300px}}.problem-section{width:100%;display:flex;justify-content:center;padding:60px 32px 100px;background-color:#fff;position:relative;overflow:hidden}.bg-dots-left{position:absolute;bottom:-100px;left:-150px;width:446px;max-width:40vw;z-index:0;pointer-events:none;opacity:.8;transform:rotate(180deg)}.problem-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;position:relative}.problem-divider{width:100%;height:1px;background-color:#e2e8f0;margin-bottom:60px}.problem-main-title{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:#0c2d4f;line-height:1.3;max-width:1000px;margin-bottom:32px;letter-spacing:-.5px;text-transform:uppercase}.problem-paragraph{font-family:Inter,sans-serif;font-size:16px;color:#4a5568;line-height:1.6;max-width:900px;margin-bottom:60px}.problem-highlight-block{display:flex;flex-direction:column;align-items:center;gap:12px}.problem-highlight-title{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:#ffb033;text-transform:uppercase;letter-spacing:-.5px}.problem-highlight-subtitle{font-family:Inter,sans-serif;font-size:18px;color:#4a5568;line-height:1.5;font-weight:500}@media(max-width:992px){.problem-main-title{font-size:28px;margin-bottom:24px}.problem-paragraph{font-size:15px;margin-bottom:40px}.problem-highlight-title{font-size:24px}.problem-highlight-subtitle{font-size:16px}}@media(max-width:768px){.problem-section{padding:40px 20px 80px}.problem-divider{margin-bottom:40px}.problem-main-title{font-size:24px}.problem-highlight-title{font-size:20px}.bg-dots-left{width:250px;bottom:-50px;left:-80px}}.about-section{width:100%;display:flex;justify-content:center;padding:20px 32px 80px;background-color:#fff}.about-container{width:100%;max-width:1420px}.about-card{width:100%;background-color:#0c2d4f;border-radius:24px;display:flex;align-items:center;gap:60px;padding:60px 80px;box-sizing:border-box}@media(max-width:1440px){.about-container{max-width:1200px}.about-card{padding:50px 60px;gap:40px}}.about-image-col{flex:0 0 45%;display:flex;justify-content:center;align-items:center}.about-main-img{width:100%;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #0003}.about-content-col{flex:1;display:flex;flex-direction:column;align-items:flex-start}.about-badge{border:1px solid #FFB033;color:#ffb033;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;padding:4px 16px;border-radius:50px;letter-spacing:2px;margin-bottom:24px}.about-title{font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:24px;letter-spacing:-.5px}.about-paragraph{font-family:Inter,sans-serif;font-size:15px;color:#ffffffd9;line-height:1.6;margin-bottom:40px;max-width:600px}.about-subtitle-orange{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:#ffb033;line-height:1.4;margin-bottom:24px;max-width:550px}.about-list{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:16px;max-width:650px}.about-item{display:flex;align-items:flex-start;gap:12px}.about-bullet-icon{width:20px;height:20px;margin-top:2px;flex-shrink:0;object-fit:contain}.about-item span{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff;line-height:1.5}.about-actions{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%}.about-btn{display:flex;align-items:center;border-radius:50px;padding:6px 6px 6px 16px;cursor:pointer;transition:all .3s ease;gap:12px;height:52px;white-space:nowrap}.btn-white{background-color:#fff;border:1px solid #ffffff}.btn-white .btn-text{color:#0c2d4f;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:13px;text-transform:uppercase}.btn-white:hover{box-shadow:0 4px 15px #fff3}.btn-outline{background-color:transparent;border:1px solid #ffffff}.btn-outline .btn-text{color:#fff;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:13px;text-transform:uppercase}.btn-outline:hover{background-color:#ffffff1a}.btn-icon-circle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.orange-circle{background-color:#ffb033}.white-circle{background-color:#fff}.icon-white{color:#fff}.icon-blue{color:#0c2d4f}@media(max-width:1440px){.about-title{font-size:30px;margin-bottom:20px}.about-paragraph{font-size:14px;margin-bottom:30px}.about-subtitle-orange{font-size:16px;margin-bottom:20px}.about-btn{height:48px;padding-left:12px;gap:8px}.btn-icon-circle{width:34px;height:34px}.btn-white .btn-text,.btn-outline .btn-text{font-size:11px}}@media(max-width:1100px){.about-card{flex-direction:column;padding:40px 32px}.about-image-col{width:100%;max-width:600px}.about-actions{flex-direction:column;align-items:stretch}.about-btn{width:100%;justify-content:space-between}}@media(max-width:768px){.about-section{padding:20px 20px 60px}.about-title{font-size:26px}.about-list{gap:20px}.about-item span{font-size:13px}}.testimonials-section{padding:5rem 2rem;background-color:#fff;display:flex;justify-content:center;align-items:center;width:100%}.testimonials-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center}.testimonials-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.testimonials-badge{display:inline-block;padding:.25rem 1rem;border:1px solid #0A2B4E;border-radius:9999px;color:#0a2b4e;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.testimonials-title{color:#0a2b4e;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0;max-width:800px}.carousel-wrapper{position:relative;width:100%;padding:0 1rem}.testimonials-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:1rem .5rem;-ms-overflow-style:none;scrollbar-width:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 calc(25% - 1.5rem);min-width:250px;background-color:#fafafa;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;scroll-snap-align:start}.rating-stars{display:flex;gap:.25rem}.testimonial-text{color:#4b5563;font-size:1rem;line-height:1.6;font-style:italic;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.author-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #E5E7EB}.author-info{display:flex;flex-direction:column}.author-name{color:#0a2b4e;font-size:1.125rem;font-weight:700;margin:0}.author-location{color:#6b7280;font-size:.875rem}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;color:#0a2b4e;border:1px solid #E5E7EB;border-radius:50%;width:48px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s;z-index:10}.carousel-control:hover{background-color:#f3f4f6;border-color:#d1d5db}.carousel-control.left{left:-24px}.carousel-control.right{right:-24px}@media(max-width:1024px){.testimonial-card{flex:0 0 calc(50% - 1rem)}}@media(max-width:768px){.testimonials-title{font-size:2rem}.testimonial-card{flex:0 0 100%;min-width:280px}.carousel-control{display:none}.carousel-wrapper{padding:0}}.method-section{padding:2rem 2rem 5rem;background-color:#fff;display:flex;justify-content:center;align-items:center;width:100%}.method-card{max-width:1200px;width:100%;height:790px;background-size:cover;background-position:center;border-radius:1.5rem;padding:3rem 4rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.method-content-top{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.method-left-column{display:flex;flex-direction:column;gap:1.5rem}.method-title{font-size:2rem;font-weight:800;line-height:1.2;margin:0;white-space:pre-line}.method-subtitle{font-size:1rem;line-height:1.5;color:#e2e8f0;margin:0;font-weight:300;white-space:pre-line}.method-right-column{display:flex;align-items:center}.method-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.method-list-item{display:flex;align-items:flex-start;gap:1rem}.method-bullet-icon{width:24px;height:24px;flex-shrink:0;margin-top:.25rem}.method-bullet-text{font-size:.95rem;line-height:1.5;margin:0;font-weight:400}.method-box{background-color:#061a3159;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;border:1px solid rgba(255,255,255,.1)}.method-box-title{font-size:1.75rem;font-weight:800;margin:0;white-space:pre-line;line-height:1.2}.method-box-subtitle{font-size:1.125rem;color:#fbbf24;margin:0;font-weight:500;white-space:pre-line;line-height:1.5}.method-box-paragraph{font-size:.95rem;line-height:1.5;color:#e2e8f0;max-width:900px;margin:0;font-weight:300}.method-cta-button{margin-top:1rem;display:inline-flex;align-items:center;background-color:#fff;color:#0a2b4e;text-decoration:none;border-radius:9999px;padding:.5rem .5rem .5rem 1.5rem;font-weight:700;font-size:.875rem;gap:1rem;transition:all .3s ease}.method-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cta-text{letter-spacing:.05em;font-size:.9rem}.cta-icon-wrapper{background-color:#fbbf24;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;color:#fff}@media(max-width:1024px){.method-content-top{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.method-card{height:auto;gap:3rem;padding:2rem;border-radius:1rem}.method-title{font-size:1.75rem}.method-box{padding:2rem 1.5rem}.method-box-title{font-size:1.5rem}.method-cta-button{padding:.5rem .5rem .5rem 1.25rem}.cta-icon-wrapper{display:none}}.programs-section{background-color:#fff;display:flex;justify-content:center;align-items:center;width:100%}.programs-container{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:1rem}.program-row{display:flex;align-items:center;gap:4rem}.program-row.reverse{flex-direction:row-reverse}.program-media{flex:1;display:flex;justify-content:center}.video-placeholder-box{width:100%;max-width:550px;aspect-ratio:4 / 3;background-color:#d6d6d6;border-radius:1.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease}.video-placeholder-box:hover{transform:scale(1.02)}.video-placeholder-box svg{transition:transform .3s ease}.video-placeholder-box:hover svg{transform:scale(1.1)}.program-content{flex:1;display:flex;flex-direction:column;gap:1rem}.program-title{color:#0a2b4e;font-size:1.75rem;font-weight:800;margin:0;text-transform:uppercase}.program-subtitle{color:#0a2b4e;font-size:1.125rem;font-weight:700;margin:0;line-height:1.4;white-space:pre-line}.program-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0}.program-bullet-title{color:#f59e0b;font-size:1.125rem;font-weight:700;margin:1rem 0 .5rem;text-transform:uppercase}.program-bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.program-bullet-item{display:flex;align-items:flex-start;gap:.75rem;color:#4b5563;font-size:.95rem;line-height:1.5}.bullet-arrow{width:14px;height:14px;margin-top:.3rem;flex-shrink:0}.program-extra-text{color:#4b5563;font-size:.9rem;line-height:1.6;margin:1rem 0 0}.program-ctas{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap;align-items:center}.btn-primary-outline,.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:700;font-size:.875rem;text-decoration:none;transition:all .3s ease;padding:.75rem .75rem .75rem 1.75rem;gap:1rem;letter-spacing:.05em;min-width:fit-content}.btn-primary{background-color:#0a2b4e;color:#fff;border:2px solid #0A2B4E;box-shadow:0 4px 6px -1px #0000001a}.btn-primary .cta-text{color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-primary .cta-icon-wrapper{background-color:#fbbf24;color:#fff;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center}.btn-primary-outline{background-color:transparent;color:#0a2b4e;border:1px solid #0A2B4E}.program-ctas .btn-primary-outline{background-color:#fff;color:#0a2b4e;border:1px solid #0A2B4E}.program-ctas .btn-primary-outline .cta-text{color:#0a2b4e}.program-ctas .btn-primary-outline:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #0a2b4e1a}.program-ctas .btn-primary-outline .cta-icon-wrapper{background-color:#fbbf24;color:#fff;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.program-row,.program-row.reverse{flex-direction:column;gap:3rem}.program-media,.program-content{width:100%}.video-placeholder-box{max-width:100%}}@media(max-width:640px){.programs-section{padding-inline:1.2rem}.program-ctas{flex-direction:column;gap:1rem}.btn-primary,.btn-primary-outline{width:100%;justify-content:space-between}}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#061a31e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999}.video-modal-content{position:relative;width:90%;max-width:1000px;background:transparent;outline:none;border:none;display:flex;flex-direction:column;gap:1rem;animation:modalFadeIn .3s ease-out forwards}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-modal-header{display:flex;justify-content:flex-end;width:100%}.video-close-btn{background:none;border:none;color:#fff;cursor:pointer;transition:transform .2s ease,color .2s ease;padding:.5rem;display:flex;align-items:center;justify-content:center}.video-close-btn:hover{color:#fbbf24;transform:scale(1.1)}.video-player-wrapper{position:relative;padding-top:56.25%;background:#000;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.react-player{position:absolute;top:0;left:0}.right-choice-section{padding:5rem 2rem;background-color:#fff;display:flex;justify-content:center;position:relative;overflow:hidden}.right-choice-bg-detail{position:absolute;right:-100px;top:50%;transform:translateY(-50%);opacity:.5;z-index:0;pointer-events:none}.right-choice-container{max-width:1200px;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:3rem}.right-choice-main-title{color:#0a2b4e;font-size:1.75rem;font-weight:800;text-align:center;margin:0;text-transform:uppercase}.right-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:900px}.right-choice-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.right-choice-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.right-choice-image-wrapper{width:100%;padding:1rem;background-color:#f8fafc}.right-choice-image{width:100%;height:180px;object-fit:cover;display:block;border-radius:.25rem}.right-choice-card-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.right-choice-card-title{color:#0a2b4e;font-size:1rem;font-weight:700;margin:0;line-height:1.3;white-space:pre-line}.right-choice-card-subtitle{color:#f59e0b;font-size:.95rem;font-weight:700;margin:0}.right-choice-card-desc{color:#4b5563;font-size:.9rem;line-height:1.5;margin:0}.right-choice-warning-box{background-color:#fbbf24;border-radius:1rem;padding:2rem;width:100%;max-width:900px;text-align:center;margin-top:2rem;box-shadow:0 4px 6px -1px #0000001a}.warning-line{color:#0a2b4e;font-size:1.125rem;font-weight:500;margin:0;line-height:1.5;text-transform:uppercase}.right-choice-footer{text-align:center;max-width:800px}.right-choice-footer p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0;white-space:pre-line}@media(max-width:1024px){.right-choice-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.right-choice-grid{grid-template-columns:1fr}.right-choice-main-title{font-size:1.5rem}.right-choice-warning-box{padding:1.5rem}.warning-line{font-size:1rem}}.whatyouget-section{padding:2rem 2rem 5rem;background-color:#fff;display:flex;justify-content:center;align-items:center;width:100%}.whatyouget-card{max-width:1200px;width:100%;background-color:#0a2b4e;border-radius:1.5rem;padding:6rem 4rem;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.whatyouget-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem;max-width:900px}.whatyouget-impact{font-size:2.5rem;font-weight:800;line-height:1.3;margin:0;color:#fff;text-transform:uppercase}.whatyouget-content .btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:700;font-size:.875rem;text-decoration:none!important;transition:all .3s ease;padding:.75rem .75rem .75rem 1.75rem;gap:1rem;letter-spacing:.05em;min-width:fit-content;background-color:#fff;color:#0a2b4e;border:2px solid #ffffff;box-shadow:0 4px 6px -1px #0000001a}.whatyouget-content .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.whatyouget-content .btn-primary .cta-text{color:#0a2b4e}.whatyouget-content .btn-primary .cta-icon-wrapper{background-color:#fbbf24;color:#fff;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.whatyouget-card{padding:4rem 2rem}.whatyouget-impact{font-size:1.75rem}.whatyouget-content .btn-primary .cta-text{font-size:.7rem}}.consultation-section{padding:6rem 2rem;background-color:#fff;display:flex;justify-content:center;width:100%}.consultation-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem}.consultation-content{flex:1;display:flex;flex-direction:column;gap:2rem;max-width:600px}.consultation-paragraph{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0;white-space:pre-line}.consultation-title{color:#0a2b4e;font-size:1.85rem;font-weight:500;line-height:1.3;margin:0;white-space:pre-line}.consultation-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.consultation-bullet-item{display:flex;align-items:center;gap:1rem;color:#6b7280;font-size:.95rem;line-height:1.4}.consultation-bullet-icon{flex-shrink:0}.consultation-standard-cta{margin-top:1rem;align-self:flex-start}.consultation-cta{display:inline-flex;align-items:center;justify-content:space-between;background-color:#0a2b4e;border-radius:9999px;padding:.5rem .5rem .5rem 1.75rem;text-decoration:none!important;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px -1px #0000001a;max-width:100%}.consultation-cta:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000026}.consultation-cta-text{color:#fbbf24;font-weight:700;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;margin-right:1.5rem;line-height:1.2;text-align:left}.consultation-whatsapp-icon{background-color:#25d366;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border:2px solid white}.consultation-calendar{flex:1;display:flex;flex-direction:column;border:1px solid #E5E7EB;border-radius:.25rem;overflow:hidden;max-width:550px}.calendar-header-row,.calendar-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #E5E7EB}.calendar-row:last-child{border-bottom:none}.calendar-cell{display:flex;justify-content:center;align-items:center;padding:1.25rem .5rem;border-right:1px solid #E5E7EB}.calendar-cell:last-child{border-right:none}.header-cell{background-color:#0a2b4e;color:#fbbf24;font-weight:600;font-size:.9rem;padding:1.5rem .5rem}.date-cell{background-color:#fff;color:#4b5563;font-size:1.125rem;font-weight:400}.date-number{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%}.active-date{color:#3b82f6;border:2px solid #3B82F6}@media(max-width:1024px){.consultation-container{flex-direction:column;gap:4rem}.consultation-content{max-width:100%;align-items:center;text-align:center}.consultation-cta{align-self:center;max-width:90vw}.consultation-cta-text{font-size:.7rem;margin-right:1rem}.consultation-calendar{width:100%;max-width:100%}.consultation-bullet-item{text-align:left}}@media(max-width:768px){.consultation-section{padding:1rem .8rem}}.faq-section{padding:6rem 2rem;background-color:#fff;display:flex;justify-content:center;position:relative;overflow:hidden}.faq-bg-detail{position:absolute;left:-100px;top:50%;transform:translateY(-50%);opacity:.5;z-index:0;pointer-events:none}.faq-container{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem;z-index:1}.faq-header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.faq-badge{color:#4b5563;font-size:.85rem;font-weight:700;letter-spacing:.2em;padding:.4rem 1.25rem;border:1px solid #0A2B4E;border-radius:9999px;text-transform:uppercase}.faq-title{color:#0a2b4e;font-size:2.25rem;font-weight:800;margin:0}.faq-list{width:100%;display:flex;flex-direction:column;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000000d;padding:1rem 2rem}.faq-item{border-bottom:1px solid #F3F4F6}.faq-item:last-child{border-bottom:none}.faq-question-btn{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:1.5rem 0;cursor:pointer;text-align:left;transition:all .2s ease}.faq-question-text{color:#0a2b4e;font-size:1.1rem;font-weight:700;padding-right:2rem;transition:color .2s ease}.faq-question-btn:hover .faq-question-text,.faq-item.open .faq-question-text{color:#3b82f6}.faq-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-answer-wrapper{overflow:hidden;transition:max-height .4s ease-in-out}.faq-answer-text{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0;padding-bottom:1.5rem;padding-right:2rem}@media(max-width:768px){.faq-title{font-size:1.75rem}.faq-list{padding:0 1.5rem}.faq-question-text{font-size:1rem}}.credibility-section{padding:4rem 2rem 8rem;background-color:#fff;display:flex;justify-content:center;width:100%}.credibility-card{max-width:1200px;width:100%;background-color:#f8f9fa;border-radius:1.5rem;padding:4rem;display:flex;flex-direction:column;gap:3rem}.credibility-title{color:#0a2b4e;font-size:1.75rem;font-weight:800;text-transform:uppercase;text-align:center;margin:0}.credibility-content{display:flex;gap:4rem;align-items:stretch}.credibility-map-col{flex:2.5;display:flex;flex-direction:column;gap:1.5rem}.credibility-col-title{color:#f59e0b;font-size:1.1rem;font-weight:700;line-height:1.4;white-space:pre-line;margin:0}.us-map-wrapper{position:relative;width:100%}.us-map-img{width:100%;height:auto;display:block}.credibility-list-col{flex:1;display:flex;flex-direction:column;gap:2rem;max-width:450px}.credentials-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.credential-item{display:flex;align-items:flex-start;gap:.75rem}.credential-icon{flex-shrink:0;margin-top:.25rem}.credential-text{color:#4b5563;font-size:.95rem;line-height:1.6}.credential-text strong{color:#4b5563;font-weight:700}.credibility-cta-wrapper{display:flex;justify-content:center;margin-top:2rem}.credibility-cta{display:inline-flex;align-items:center;background-color:#0a2b4e;border-radius:9999px;padding:.5rem .5rem .5rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px -1px #0000001a;gap:1.5rem}.credibility-cta:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000026}.credibility-cta .cta-text{color:#fff;font-weight:600;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.credibility-cta .cta-icon-circle{background-color:#fbbf24;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.credibility-content{flex-direction:column}}@media(max-width:768px){.credibility-card{padding:2.5rem 1.5rem}.credibility-title{font-size:1.5rem}.credibility-cta{padding:.5rem .5rem .5rem 1.5rem;gap:.75rem;text-align:center}.credibility-cta .cta-icon-circle{display:none}}.promise-section{position:relative;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;width:100%;background-color:#fff;gap:3rem}.promise-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:center;z-index:0;pointer-events:none}.promise-container{max-width:1420px;width:100%;min-height:540px;position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #00000026;display:flex}.promise-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#04142473,#0414248c,#041424f2);z-index:1;pointer-events:none}.promise-card-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;z-index:2;position:relative;padding:0 5rem;width:100%}.promise-content{flex:1.2;display:flex;flex-direction:column;gap:1.5rem;max-width:650px}.promise-title{color:#fff;font-size:1.8rem;font-weight:800;line-height:1.25;margin:0;white-space:pre-line;text-transform:uppercase}.promise-description{color:#cbd5e1;font-size:.9rem;line-height:1.6;margin:0;white-space:pre-line}.promise-list-title{color:#f59e0b;font-size:1rem;font-weight:700;margin:1rem 0 0;text-transform:uppercase}.promise-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.promise-list-item{display:flex;align-items:flex-start;gap:.75rem}.promise-icon-wrapper{background-color:#f59e0b;color:#0a2b4e;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-top:.2rem}.promise-item-text{color:#e2e8f0;font-size:.9rem;line-height:1.5}.promise-cta{display:inline-flex;align-items:center;background-color:#fff;color:#0a2b4e;border-radius:9999px;padding:.5rem .5rem .5rem 1.5rem;text-decoration:none;margin-bottom:1.5rem;align-self:flex-start;transition:transform .3s ease,box-shadow .3s ease}.promise-cta:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000004d}.promise-cta-text{font-weight:700;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;margin-right:1.5rem}.promise-cta-icon-wrapper{background-color:#f59e0b;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.promise-calendar{flex:.8;display:flex;flex-direction:column;background-color:#fff;border:none;overflow:hidden;max-width:450px}.promise-calendar-header,.promise-calendar-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e2e8f0}.promise-calendar-row:last-child{border-bottom:none}.promise-cal-cell{display:flex;justify-content:center;align-items:center;padding:1.25rem .5rem;border-right:1px solid #e2e8f0}.promise-cal-cell:last-child{border-right:none}.promise-calendar-header .header-cell{background-color:#0d2745;color:#f59e0b;font-weight:500;font-size:.8rem;padding:1rem .5rem}.promise-calendar-body .date-cell{background-color:#fff;color:#4b5563;font-size:1rem;font-weight:400}.cal-date-number{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:50%}.cal-date-number.active-date{color:#3b82f6;border:1px solid #3B82F6}@media(max-width:1400px){.promise-title{font-size:2rem}.promise-card-content{padding:0 3rem}}@media(max-width:1024px){.promise-container{min-height:auto}.promise-card-content{flex-direction:column;padding:4rem 3rem;gap:4rem}.promise-content{align-items:center;text-align:center}.promise-cta{align-self:center}.promise-list-item{justify-content:center;text-align:left}.promise-calendar{width:100%;max-width:100%}}@media(max-width:768px){.promise-card-content{padding-inline:1rem}.promise-container{padding:3rem 0rem;border-radius:1rem}.promise-section{padding:4rem 1rem}.promise-title{font-size:1.5rem}.promise-bg-image{background-size:cover}}.bottom-cta-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;background-color:#fff;text-align:center;gap:2rem;width:100%}.bottom-cta-title{color:#0d2745;font-size:2.2rem;font-weight:800;text-transform:uppercase;margin:0;white-space:pre-line;line-height:1.2;letter-spacing:-.02em}.bottom-cta-btn{display:inline-flex;align-items:center;background-color:#0d2745;color:#fff;border-radius:9999px;padding:.5rem .5rem .5rem 1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px -1px #0000001a;gap:1.5rem}.bottom-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000026}.bottom-cta-btn .bottom-cta-text{font-weight:700;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.bottom-cta-btn .bottom-cta-icon-wrapper{background-color:#f59e0b;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.bottom-cta-section{padding:4rem 1.5rem}.bottom-cta-title{font-size:1.8rem}}.footer-section{width:100%;background:linear-gradient(90deg,#091a2f,#061222);display:flex;justify-content:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.footer-section:before{content:"";position:absolute;right:5%;bottom:-10%;width:300px;height:300px;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 L100 50 L50 100 L0 50 Z' fill='rgba(255,255,255,0.02)'/%3E%3C/svg%3E");background-size:cover;pointer-events:none;z-index:0}.footer-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;z-index:1}.footer-contact-info{text-align:center;color:#fff;display:flex;flex-direction:column;gap:.5rem}.footer-phone{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:.02em}.footer-address{font-size:1rem;font-weight:600;margin:0}.footer-nav-pill{width:100%;background-color:#172a46;border-radius:9999px;padding:1rem 3rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 25px #0003}.footer-logo-container{display:flex;align-items:center;gap:.75rem}.footer-logo-text{display:flex;flex-direction:column;align-items:flex-start}.footer-logo-text .logo-title{color:#fff;font-size:1.1rem;font-weight:700;line-height:1}.footer-logo-text .logo-subtitle{color:#94a3b8;font-size:.35rem;letter-spacing:.15em;font-weight:600;margin-top:.1rem}.footer-links{display:flex;align-items:center;gap:2.5rem}.footer-link-item{color:#cbd5e1;text-decoration:none;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease}.footer-link-item:hover{color:#f59e0b}.footer-socials{display:flex;align-items:center;gap:.75rem}.footer-social-icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#0d1f35;color:#cbd5e1;border-radius:50%;transition:all .2s ease}.footer-social-icon:hover{background-color:#f59e0b;color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.footer-nav-pill{padding:1rem 2rem}.footer-links{gap:1.5rem}}@media(max-width:768px){.footer-section{padding:4rem 1.5rem}.footer-container{gap:3rem}.footer-nav-pill{flex-direction:column;border-radius:1.5rem;padding:2.5rem 1.5rem;gap:3rem}.footer-links{flex-direction:column;gap:1.5rem;width:100%;text-align:center}.footer-link-item{font-size:.85rem;display:block;padding:.5rem 0;width:100%}.footer-link-item:last-child{border-bottom:none}.footer-socials{gap:1.25rem}.footer-social-icon{width:40px;height:40px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;flex-direction:column}*{box-sizing:border-box}
