:root{font-size:62.5%;--primary-blue:#1a3fa8;--primary-blue-light:#2451c7;--primary-blue-dark:#122d80;--primary-blue-gradient:linear-gradient(135deg,#1a3fa8,#2451c7);--linear-gradient:linear-gradient(135deg,#f7f8fc,#eef2ff 50%,#fff);--accent-orange:#c9920a;--accent-orange-light:#e8a80c;--accent-green:#0d8c7a;--accent-green-light:#12b59a;--white:#fff;--gray-50:#f7f8fc;--gray-100:#eef2ff;--gray-200:#dde3f0;--gray-300:#c7d3f5;--gray-600:#8494b0;--gray-700:#3d4f70;--gray-800:#0c1631;--gray-900:#0c1631;--black:#000;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem;--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--transition-fast:0.2s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--transition:all 0.3s ease-in;scroll-behavior:smooth;scroll-padding-top:8rem}*{box-sizing:border-box;padding:0;margin:0}.text-capital{text-transform:capitalize}body{font-family:var(--font-playfair-display);font-size:1.6rem}.bg-gradient{background:var(--linear-gradient)}.text-gradient{background:var(--primary-blue-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}body :is(h1,h2,h3,h4,h5,h6,button){font-family:var(--font-playfair-display);font-weight:900;letter-spacing:-.5px}.btn-outline{background:transparent;color:var(--primary-blue);padding:14px 28px;border-radius:10px;font-weight:500;font-size:1.6rem;text-decoration:none;border:1.5px solid var(--primary-blue);transition:border-color .2s,background .2s;display:inline-block}.w-100{width:100%}body :is(p){line-height:1.5}.light{background:var(--gray-50)}.bg-light{background:var(--linear-gradient)}.bg-primary{background:var(--primary-blue)}.radius-30{border-radius:3rem}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.d-flex{display:flex!important}.mt-30{margin-top:3rem}.common{padding:10rem 0}@media only screen and (max-width:767px){.common{padding:5rem 0}}.align-items-center,.flex-center{align-items:center}.flex-center{display:flex}.flex-column{display:flex;flex-direction:column}.flex-start{display:flex;align-items:start}.flex-center-between{display:flex;align-items:center;justify-content:space-between}.place-items-center{display:flex;align-items:center}.justify-content-center,.place-items-center{justify-content:center}.justify-content-between{justify-content:space-between}.d-block{display:block}.gap-10{gap:1rem}.gap-15{gap:1.5rem}.text-white{color:var(--white)}.text-center{text-align:center}.ml-auto{margin-left:auto}.row{display:flex;flex-wrap:wrap}.btn,button{border:0;outline:0;cursor:pointer;padding:.4rem 1.2rem;border-radius:.4rem;white-space:nowrap;display:inline-block}.common-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}@media only screen and (max-width:767px){.common-grid{grid-template-columns:1fr}}.c-gap-10{column-gap:1rem}.c-gap-5{column-gap:.5rem}.c-gap-15{column-gap:1.5rem}.r-gap-10{column-gap:1rem}.my-3{margin:3rem 0}.my-2{margin:2rem 0}.py-6{padding:6rem 0}.mt-5{margin-top:.5rem}.mt-20{margin-top:2rem}.mt-10{margin-top:1rem}.mt-40{margin-top:4rem}.mb-20{margin-bottom:2rem}.mb-15{margin-bottom:1.5rem}.container{max-width:128rem;margin:0 auto;padding:0 1.5rem;width:100%;position:relative}a{color:inherit;text-decoration:none}.w-auto{width:auto}.h-auto,.img-auto{height:auto}.img-auto{width:auto}section{padding:6rem 0}@media only screen and (max-width:767px){section{padding:4rem 0}}.top-disc,.top-disc .top-disc{background:#fff8e1;border-bottom:1px solid #ffe082;padding:6px 16px}.top-disc .top-disc{text-align:center;font-size:11px;color:#8d6e00}.top-disc .top-disc strong{color:#5d4600}.top-disc .top-disc a{color:var(--primary-blue)}.top-disc{text-align:center;font-size:11px;color:#8d6e00}.top-disc strong{color:#5d4600}.top-disc a{color:var(--primary-blue)}.heading{font-size:3.2rem;margin-bottom:5rem}@media only screen and (max-width:767px){.heading{font-size:2.4rem}}.mb-0{margin-bottom:0!important}.text-light{color:var(--gray-100)}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(48,6%,83%,.7);border:1px solid rgba(212,160,23,.25);color:var(--gold);padding:7px 20px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width:768px){.heading-content{max-width:65%;margin:0 auto}.heading-content.w-100{max-width:100%}.heading-content.left{margin-left:0}}.heading-content .heading{margin-bottom:1rem}.heading-content p{margin-bottom:5rem;font-size:1.8rem}@media only screen and (max-width:767px){.heading-content p{font-size:1.6rem}}.section-tag{font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-blue);margin-bottom:1.5rem}.cta-button-secondary{background:var(--white);color:var(--primary-blue);padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;font-size:1.6rem;border:2px solid var(--primary-blue)}.cta-button-secondary:hover{background:var(--primary-blue);color:var(--white)}.info-section .heading{margin:2rem 0;font-size:3rem;text-align:left}.info-section .alert-box{background:#fef2f2;border:1.5px solid #fecaca;border-radius:14px;padding:2.2rem;margin:2rem 0}@media only screen and (min-width:768px){.info-section .alert-box{max-width:80%;margin:2rem auto 4rem 0}}.info-section .alert-box p{color:#991b1b;font-weight:400;margin:0!important}.info-section .alert-box strong{color:#7f1d1d}.info-section .content h2{font-size:24px;margin:32px 0 12px}.info-section .content h2:first-of-type{margin-top:0}@media only screen and (max-width:767px){.info-section .content h2{font-size:2rem}}.info-section .content p{font-size:1.6rem;margin-bottom:14px;line-height:1.8}.info-section .content ul{margin:10px 0 18px 20px;list-style-type:disc}.info-section .content li{font-size:1.6rem;margin-bottom:6px;line-height:1.75}.info-section .highlight{background:rgba(212,160,23,.06);border:1px solid rgba(212,160,23,.15);border-radius:12px;padding:18px 22px;margin:20px 0}@media only screen and (min-width:768px){.info-section .highlight{max-width:80%}}.info-section .highlight p{margin-bottom:0}img{max-width:100%;font-size:1.2rem}ol,ul{list-style:none;padding:0;margin:0}a,button{transition:var(--transition);text-decoration:none;outline:0!important;font-weight:600}.btn{border:0;white-space:nowrap}.btn:focus{box-shadow:none}.cursor{cursor:pointer}.text-gray{color:var(--gray-600)}svg{height:1.6rem;width:1.6rem}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700,.fw800,.fw900{font-weight:700}.text-blue{color:var(--primary-blue)}.text-blue-1{color:var(--blue-1)}h1{font-size:4.8rem;margin-bottom:2rem;line-height:1.2}@media only screen and (max-width:767px){h1{font-size:2.6rem}}.position-rel{position:relative}address{font-style:normal}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;display:inline-block;font-weight:600}.form-group label sup{color:#fa0000}.form-group .form-control{display:block;width:100%;border:.1rem solid var(--gray-200);height:4rem;padding:1rem;outline:0;color:var(--black);border-radius:.6rem}.form-group .form-control.country{width:12rem}.mb-5{margin-bottom:.5rem}.text-success{color:var(--accent-green)}button[type=submit]{width:100%;padding:1.2rem 2rem;font-size:1.6rem}.table-responsive{overflow:auto}.apply-now{position:fixed;right:0;bottom:50%;right:-9.8rem;transform:rotate(90deg)}.apply-now a{background:var(--blue-1);color:var(--white);padding:1.4rem 2rem}.logo{display:inline-block}.logo svg{width:auto;height:3.2rem}@media only screen and (max-width:767px){.logo svg{height:2.5rem}}.btn:disabled,button:disabled{cursor:not-allowed;opacity:.5}.info-details ul{list-style:disc;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.info-details li,.info-details p{margin-bottom:1.5rem}.info-details p{font-size:1.6rem}.menu-list li a{color:var(--black)}.menu-list li.active a{color:var(--primary-blue)}@media only screen and (max-width:767px){.menu-list{position:fixed;inset:0;z-index:2;transition:all .5s ease-in;transform:translateX(-150%)}.menu-list.show{transform:translateX(0)}.menu-list ul{background:var(--white);padding:2rem;height:100%;width:70%;position:relative;z-index:2;flex-direction:column;align-items:flex-start}.menu-list ul li{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.menu-list ul li svg{height:2rem;width:2rem;margin-top:.5rem}.menu-list .menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1}.fsm16{font-size:1.6rem}.hidden-xs{display:none}.xs-c-reverse{flex-direction:column-reverse}.w-xs-100{width:100%}svg{height:1.6rem;width:1.6rem}.justify-sm-center{justify-content:center}}@media only screen and (min-width:768px){.col-sm-6{flex:0 0 auto;width:49%}.hide-desktop{display:none}.disclaimer{margin:auto;max-width:70%}}.footer-section{background:var(--gray-900);padding:5rem 0;color:var(--white)}.footer-section .logo img{max-height:3rem}.fs10{font-size:1rem}.fs11{font-size:1.1rem}.fs12{font-size:1.2rem}.fs13{font-size:1.3rem}.fs14{font-size:1.4rem}.fs15{font-size:1.5rem}.fs16{font-size:1.6rem}.fs17{font-size:1.7rem}.fs18{font-size:1.8rem}.fs19{font-size:1.9rem}.fs20{font-size:2rem}.fs21{font-size:2.1rem}.fs22{font-size:2.2rem}.fs23{font-size:2.3rem}.fs24{font-size:2.4rem}.fs25{font-size:2.5rem}@media only screen and (max-width:767px){.fsm10{font-size:1rem}.fsm11{font-size:1.1rem}.fsm12{font-size:1.2rem}.fsm13{font-size:1.3rem}.fsm14{font-size:1.4rem}.fsm15{font-size:1.5rem}.fsm16{font-size:1.6rem}.fsm17{font-size:1.7rem}.fsm18{font-size:1.8rem}.fsm19{font-size:1.9rem}.fsm20{font-size:2rem}.fsm21{font-size:2.1rem}.fsm22{font-size:2.2rem}.fsm23{font-size:2.3rem}.fsm24{font-size:2.4rem}.fsm25{font-size:2.5rem}}.footer-action{position:fixed;right:2rem;bottom:2rem;z-index:1;flex-direction:column}.footer-action a{height:4.2rem;width:4.2rem;border-radius:50%;color:var(--white);position:relative;transition:transform .3s ease-in-out}.footer-action a:hover{transform:scale(1.1)}.footer-action a svg{height:3rem;width:3rem;fill:var(--white)}.footer-action a.tel{background:#175dc6}.footer-action a.tel svg{height:1.4rem;width:1.4rem}.footer-action a.whatsapp{background:var(--accent-green)}@media only screen and (min-width:768px){.footer-action a:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.7;animation:pulse 1.5s linear infinite}}@media only screen and (max-width:767px){.footer-action{right:auto;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:inherit;padding:1rem}.footer-action a{height:auto;width:100%;padding:1rem 1.2rem;font-size:1.2rem;border-radius:1rem;font-weight:700}}@keyframes pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:0}to{transform:scale(1.5);opacity:0}}.hero{position:relative;padding:7rem 0;overflow:hidden;background:linear-gradient(180deg,#f0f9ff,#fff)}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}@media only screen and (max-width:767px){.hero-content{grid-template-columns:1fr}}.badge{display:inline-block;background:linear-gradient(135deg,#fef3c7,#fde68a);color:var(--gray-800);padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:2rem}.hero-title{font-size:5rem;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,var(--gray-900) 0,var(--primary-blue-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media only screen and (max-width:767px){.hero-title{font-size:3.2rem}}.gradient-text{background:linear-gradient(135deg,var(--primary-600),var(--secondary-500));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:18px;color:var(--gray-600);line-height:1.8;margin-bottom:40px}.hero-cta{display:flex;gap:16px;margin-bottom:48px}.btn-primary{background:var(--primary-blue-gradient);color:var(--white);padding:1.4rem 2rem;border-radius:1rem;font-weight:600;font-size:1.6rem}@media only screen and (max-width:767px){.btn-primary{font-size:1.6rem}}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-primary.large{padding:18px 40px;font-size:18px}.hero-image{position:relative;height:50rem}.hero-image .floating-card{position:absolute;background:var(--white);padding:2.5rem 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);display:flex;align-items:center;gap:2rem;animation:float 3s ease-in-out infinite}.hero-image .floating-card .emoji{font-size:4rem}.hero-image .floating-card p{font-weight:600;color:var(--gray-800);font-size:1.8rem}.hero-image .card-1{top:50px;left:50px;animation-delay:0s}.hero-image .card-2{top:200px;right:80px;animation-delay:1s}.hero-image .card-3{bottom:100px;left:100px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}@media only screen and (max-width:767px){.services-grid{grid-template-columns:1fr}}.services-grid .service-card{background:var(--white);padding:2.5rem;border-radius:var(--radius-xl);border:2px solid var(--gray-100);transition:var(--transition-base)}.services-grid .service-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-xl);transform:translateY(-5px)}.services-grid .service-icon{width:64px;height:64px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.services-grid .service-icon svg{height:4rem;width:4rem}@media only screen and (max-width:767px){.services-grid .service-icon{height:5rem;width:5rem}.services-grid .service-icon svg{height:3rem;width:3rem}}.services-grid .icon-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:var(--primary-blue)}.services-grid .icon-green{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:var(--accent-green)}.services-grid .icon-orange{background:linear-gradient(135deg,#fef3c7,#fde68a);color:var(--accent-orange)}.services-grid .service-title{font-size:2.2rem;margin-bottom:1rem;color:var(--gray-900)}@media only screen and (max-width:767px){.services-grid .service-title{font-size:1.8rem}}.services-grid .service-description{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7;font-size:1.6rem}.services-grid .service-features{display:flex;flex-direction:column;gap:.75rem}.services-grid .service-features li{color:var(--gray-700);padding-left:1.5rem;position:relative;font-size:1.6rem}.services-grid .service-features li:before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}@media only screen and (max-width:767px){.why-choose-content{grid-template-columns:1fr}}.why-choose-description{font-size:17px;color:var(--gray-600);line-height:1.8;margin-bottom:40px}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;gap:1rem}.benefit-item h4{font-size:1.6rem;margin-bottom:.25rem;color:var(--gray-900)}.benefit-item p{color:var(--gray-600);font-size:1.6rem}.ap{background:linear-gradient(145deg,var(--gray-100) 0,#e8eeff 100%);border-radius:20px;padding:36px;display:flex;flex-direction:column;gap:16px;border:1px solid var(--gray-300)}.ap .apr{background:var(--white);border-radius:13px;padding:18px 20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}.ap .apr h4{font-size:1.6rem;font-weight:700;margin-bottom:2px;color:var(--gray-900)}.ap .apr p{font-size:1.4rem;color:var(--gray-600)}.ap .apico{width:42px;height:42px;border-radius:10px;background:var(--gray-100);display:grid;place-items:center;flex-shrink:0}.ap .apico svg{width:20px;height:20px;stroke:var(--primary-blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ap .apico.g{background:#fef6e4}.ap .apico.g svg{stroke:#c9920a}.ibadge{display:inline-flex;align-items:center;gap:8px;background:var(--gold-light);border:1px solid var(--gold-bdr);color:#7a5a08;padding:9px 16px;border-radius:9px;font-size:.8rem;font-weight:700;margin-bottom:24px}.ibadge svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2}.benefit-icon{width:2.2rem;height:2.2rem;background:var(--primary-blue-light);color:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.why-choose-image{height:100%;display:flex;align-items:center}.image-placeholder{width:100%;height:50rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.image-placeholder{height:30rem}}.placeholder-content{text-align:center}.placeholder-content svg{color:var(--primary-blue);margin-bottom:1rem;fill:none;height:10rem;width:10rem}.placeholder-content p{font-weight:600;color:var(--primary-blue-dark);font-size:1.8rem}.cta-section{background:var(--primary-blue-gradient);position:relative}.cta-content{max-width:60%;margin:0 auto;text-align:center}@media only screen and (max-width:767px){.cta-content{max-width:100%}}.cta-content .cta-title{font-size:3.5rem;color:var(--white);margin-bottom:1.5rem}.cta-content .cta-description{font-size:1.8rem;color:hsla(0,0%,100%,.9);margin-bottom:2.5rem}@media only screen and (max-width:767px){.cta-content .cta-title{font-size:2.2rem}}.cta-buttons{display:flex;gap:1rem;justify-content:center}@media only screen and (max-width:767px){.cta-buttons{flex-direction:column}}.cta-buttons .cta-button-white{background:var(--white);color:var(--primary-blue);padding:1rem 2.5rem;border-radius:var(--radius-md);font-weight:600;font-size:1.6rem}.cta-buttons .cta-button-white:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.cta-buttons .cta-button-outline{background:transparent;color:var(--white);padding:1rem 2.5rem;border-radius:var(--radius-md);font-weight:600;font-size:1.6rem;border:2px solid var(--white)}.cta-buttons .cta-button-outline:hover{background:var(--white);color:var(--primary-blue)}.cta-buttons a{justify-content:center}.hero-wp-btn{gap:.5rem;background:#129817;color:var(--white);padding:1rem 2rem;width:-moz-fit-content;width:fit-content;border-radius:.8rem}.hero-wp-btn svg{fill:var(--white);height:1.8rem;width:1.8rem}.lead-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow-y:auto;display:flex;align-items:center;justify-content:center}.lead-modal-container .lead-form-container{position:relative;background:#fff;width:95%;max-width:420px;padding:28px 24px;border-radius:12px;z-index:2;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:modalFade .25s ease}.lead-modal-container .lead-form-container .close-btn{position:absolute;top:1rem;right:1rem;z-index:1;background:transparent}.lead-modal-container .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}@keyframes modalFade{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media only screen and (max-width:767px){.lead-modal-container .lead-form-container{width:92%;padding:22px 18px;border-radius:10px}}.form-title{margin-bottom:1.5rem}.form-title h2{font-size:1.6rem}.form-title p{font-size:1.2rem}.home-disclaimer{background:#fef6e4;border-top:#fef6e4;border-bottom:#fef6e4;padding:1.2rem;text-align:center;font-size:1.2rem;color:#7a5a08;line-height:1.55}.lead-form-container{background:var(--white);padding:2rem;border-radius:1rem;border:.1rem solid var(--gray-100)}