@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Allerta+Stencil&family=Inria+Sans:wght@300;400;700&display=swap);:root{--red:rgb(154, 26, 21);--black:rgb(19, 18, 18);--gray-dark:rgb(140, 137, 137);--gray-mid:rgb(120, 116, 116);--gray-light:rgb(245, 244, 244);--white:#ffffff;--font-main:'Inter', sans-serif;--font-hero:'Allerta Stencil', sans-serif;--font-body:'Inria Sans', sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background:var(--white);color:var(--black);overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:80px;background:var(--white);display:flex;align-items:center;justify-content:space-between;padding:0 48px;box-shadow:0 2px 12px rgb(0 0 0 / .07)}.navbar-logo img{height:58px;width:auto;object-fit:contain}.navbar-links{display:flex;gap:40px;list-style:none}.navbar-links a{font-family:var(--font-main);font-size:16px;font-weight:500;color:var(--black);text-decoration:none;transition:color 0.2s}.navbar-links a:hover,.navbar-links a.active{color:var(--red);font-weight:700}.navbar-cta{display:flex;align-items:center;gap:8px;background:var(--red);color:var(--white);border:none;border-radius:60px;padding:8px 20px;font-family:var(--font-main);font-weight:700;font-size:15px;cursor:pointer;text-decoration:none;box-shadow:0 4px 4px rgb(0 0 0 / .25);transition:background 0.2s,transform 0.15s;white-space:nowrap}.navbar-cta:hover{background:#b01e18;transform:translateY(-1px)}.navbar-cta svg{width:16px;height:16px;flex-shrink:0}.navbar-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.navbar-toggle span{display:block;width:24px;height:2px;background:var(--black);border-radius:2px;transition:all 0.3s}.hero{position:relative;width:100%;height:580px;margin-top:80px;overflow:hidden;background:var(--black)}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.55}.hero-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#fff0 0%,rgb(19 18 18 / .92) 100%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 80px 60px;max-width:900px}.hero-content h1{font-family:var(--font-hero);font-size:52px;line-height:1.1;color:var(--white);margin-bottom:24px}.hero-btn{display:inline-flex;align-items:center;background:var(--black);border:1.5px solid var(--white);border-radius:50px;padding:12px 28px;font-family:var(--font-main);font-weight:700;font-size:17px;color:var(--white);text-decoration:none;width:fit-content;box-shadow:0 4px 4px rgb(0 0 0 / .25);transition:background 0.2s,color 0.2s}.hero-btn:hover{background:var(--red);border-color:var(--red)}.page-intro{padding:64px 80px 32px;max-width:1440px;margin:0 auto}.page-intro h2{font-size:48px;font-weight:700;color:var(--black);margin-bottom:14px}.page-intro h2 span{font-weight:400}.page-intro p{font-family:var(--font-body);font-size:20px;color:var(--gray-mid);max-width:700px;line-height:1.6}.section-banner{background:var(--red);text-align:center;padding:18px;font-size:28px;font-weight:400;color:var(--white);letter-spacing:.5px}.section-banner strong{font-weight:700}.stats-bar{max-width:1200px;margin:48px auto;padding:0 80px}.stats-card{border:1.5px solid #dcdada;border-radius:12px;display:flex;justify-content:space-around;padding:32px 40px;gap:24px}.stat-item{display:flex;align-items:center;gap:14px}.stat-number{font-size:44px;font-weight:700;color:var(--black)}.stat-label{font-size:16px;color:var(--gray-mid);line-height:1.3;max-width:100px}.stat-divider{width:1px;background:#dcdada;align-self:stretch}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1280px;margin:40px auto;padding:0 80px}.service-card{border-radius:20px;overflow:hidden;position:relative;height:340px;cursor:pointer;box-shadow:0 4px 16px rgb(0 0 0 / .12);transition:transform 0.25s,box-shadow 0.25s;text-decoration:none}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgb(0 0 0 / .18)}.service-card-bg{position:absolute;inset:0;background-size:cover;background-position:center}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgb(0 0 0 / .05) 0%,rgb(19 18 18 / .8) 100%)}.service-card.featured .service-card-overlay{background:rgb(154 26 21 / .82)}.service-card-content{position:absolute;bottom:0;left:0;right:0;padding:28px 24px;color:var(--white)}.service-card-content h3{font-size:26px;font-weight:700;line-height:1.2;margin-bottom:8px}.service-card-content p{font-family:var(--font-body);font-size:15px;line-height:1.5;opacity:.9}.cta-section{background:var(--gray-dark);display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:500px}.cta-form-side{padding:64px 60px}.cta-form-side h2{font-size:48px;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:12px}.cta-form-side h2 em{font-style:normal;color:var(--black);font-size:38px}.cta-form-side p{font-size:16px;color:#e6e6e6;margin-bottom:28px;line-height:1.6}.cta-form-side p strong{font-weight:700}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-input{flex:1;background:var(--white);border:none;border-radius:30px;padding:14px 20px;font-size:16px;font-family:var(--font-main);color:var(--gray-mid);outline:none;transition:box-shadow 0.2s}.form-input:focus{box-shadow:0 0 0 2px var(--red);color:var(--black)}.form-input.full{width:100%;display:block;margin-bottom:16px}.form-submit{background:var(--red);color:var(--white);border:none;border-radius:30px;padding:14px 36px;font-size:17px;font-weight:700;font-family:var(--font-main);cursor:pointer;margin-top:8px;transition:background 0.2s,transform 0.15s}.form-submit:hover{background:#b01e18;transform:translateY(-1px)}.cta-image-side{height:100%;min-height:500px}.cta-image-side img{width:calc(100% - 20px);height:calc(100% - 40px);object-fit:cover;display:block;border-radius:20px;margin:20px 20px 20px 0}.whatsapp-float{position:fixed;bottom:32px;right:32px;z-index:200;width:60px;height:60px;border-radius:50%;background:var(--white);box-shadow:0 4px 16px rgb(0 0 0 / .2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform 0.2s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float img{width:40px;height:40px;object-fit:contain}footer{background:var(--black);color:var(--white);padding:64px 80px 0}.footer-grid{display:grid;grid-template-columns:200px 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgb(255 255 255 / .1)}.footer-logo img{width:140px;height:auto;filter:brightness(0) invert(1);margin-bottom:24px}.footer-nav-title{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--white)}.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-nav-list li a{color:#c8c6c6;text-decoration:none;font-size:15px;transition:color 0.2s}.footer-nav-list li a:hover{color:var(--white)}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;color:#c8c6c6;line-height:1.5}.footer-contact-item svg,.footer-contact-item img{width:20px;height:20px;flex-shrink:0;margin-top:2px;opacity:.8}.footer-map{width:100%;height:160px;border-radius:12px;overflow:hidden;border:1px solid rgb(255 255 255 / .15)}.footer-social{display:flex;align-items:center;gap:16px;margin-top:20px}.footer-social span{font-weight:700;font-size:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .1);transition:background 0.2s}.footer-social a:hover{background:rgb(255 255 255 / .2)}.footer-social img{width:22px;height:22px;filter:brightness(0) invert(1)}.footer-bottom{background:var(--red);margin:0 -80px;padding:16px 80px;text-align:center;font-size:16px;color:var(--white)}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:1280px;margin:0 auto;padding:64px 80px}.about-text h2{font-size:44px;font-weight:700;margin-bottom:24px;line-height:1.2}.about-text p{font-size:18px;color:rgb(19 18 18 / .8);line-height:1.7;margin-bottom:16px}.about-text p strong{color:var(--black)}.about-image{border-radius:20px;overflow:hidden;height:420px}.about-image img{width:100%;height:100%;object-fit:cover}.guamex-success{display:none;background:rgb(154 26 21 / .07);border:1.5px solid var(--red);border-radius:16px;padding:20px 24px;color:var(--red);font-weight:600;font-size:16px;margin-top:16px;text-align:center}.guamex-success.visible{display:block}.guamex-success-white{display:none;background:rgb(0 0 0 / .2);border-radius:8px;padding:14px 18px;color:#fff;font-weight:600;margin-top:14px}.guamex-success-white.visible{display:block}@media (max-width:1024px){.navbar{padding:0 24px}.navbar-links{gap:20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{margin:0 -24px;padding:16px 24px}}@media (max-width:768px){.navbar-links,.navbar-cta{display:none}.navbar-toggle{display:flex}.navbar-links.open{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;background:var(--white);padding:20px 24px;box-shadow:0 8px 24px rgb(0 0 0 / .1);gap:16px;z-index:99}.hero-content{padding:0 24px 40px}.hero-content h1{font-size:36px}.page-intro{padding:40px 24px 20px}.page-intro h2{font-size:32px}.cta-section{grid-template-columns:1fr}.cta-image-side{display:none}.cta-form-side{padding:40px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}footer{padding:40px 24px 0}.footer-bottom{margin:0 -24px;padding:16px 24px}.stats-bar{padding:0 24px}.stats-card{flex-direction:column;align-items:flex-start;gap:20px}.stat-divider{display:none}.service-grid{grid-template-columns:1fr;padding:0 24px}.about-section{grid-template-columns:1fr;padding:40px 24px;gap:32px}.about-image{height:260px}.form-row{flex-direction:column}.section-banner{font-size:20px;padding:14px 24px}}@media (max-width:480px){.hero{height:460px}.hero-content h1{font-size:28px}.navbar-logo img{height:44px}.stat-number{font-size:32px}.service-card{height:260px}.service-card-content h3{font-size:20px}.cta-form-side h2{font-size:32px}.cta-form-side h2 em{font-size:26px}}