*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body{margin:0}:root{--primary: #152c4b;--primary-dark: #152c4b}.header{position:sticky;top:0;z-index:50;width:100%;background:#fffffff5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:1px 1px 10px #00000023}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-content{display:flex;justify-content:space-between;align-items:center;height:70px}.header-logo{display:flex;align-items:center;gap:.8rem}.logo-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent}.logo-image{height:75px;width:auto;object-fit:contain}.logo-text{cursor:pointer;font-size:1.2rem;font-weight:900;letter-spacing:-.5px;text-transform:uppercase;color:var(--primary)}.header-nav{display:none;align-items:center;gap:2.5rem}.nav-link{font-size:.9rem;font-weight:600;color:#152c4b;text-decoration:none;transition:.3s ease}.nav-link:hover{text-shadow:1px 1px 10px #2b568f27;color:#2b548a}.header-actions{display:flex;align-items:center;gap:1rem}.header-cta-button{background-color:#152c4b!important;color:#fff;padding:10px 24px;border-radius:8px;border:none;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s ease}.header-cta-button:hover{background-color:#254979!important;box-shadow:1px 1px 10px #346ebb56}.header-cta-button:active{opacity:.9}.mobile-menu{background:none;border:none;color:var(--primary);cursor:pointer;display:flex}.header-cta-button{display:none}@media(min-width:768px){.header-nav{display:flex}.cta-button{display:inline-flex}.mobile-menu{display:none}}@media(min-width:1024px){.header-container{padding:0 2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.75) contrast(1.1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,15,32,.95) 0%,rgba(15,23,42,.85) 40%,rgba(15,23,42,.4) 70%,transparent 100%);z-index:1}.hero-container{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.hero-content{max-width:680px;color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem}.badge-dot{margin-right:2px;width:8px;height:8px;background:#10a7ff;border-radius:50%;position:relative}.badge-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:#50a3e7;animation:pulse 1.4s infinite}.hero-title{font-size:3.2rem;font-weight:900;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-1px}.hero-title .highlight{background:linear-gradient(180deg,#304ea0,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.15rem;color:#cbd5e1;margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.primary-btn,.whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:16px 32px;border-radius:10px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:.5s ease}.primary-btn{color:#fff;background:linear-gradient(180deg,#152c4b,#24497a);transition:all .3s ease-in-out}.primary-btn:hover{color:#fff;background:linear-gradient(180deg,#285a75,#23528f);box-shadow:1px 1px 20px #3272fd2f;transform:scale(1.02)}.whatsapp-btn{background:linear-gradient(180deg,#f1f1f1,#dbd9d9);color:#24497a;transition:all .2s ease-in-out}.whatsapp-btn:hover{color:#fff;background:linear-gradient(135deg,#25d366,#25d366);box-shadow:1px 1px 20px #28f87459;transform:scale(1.02)}.whatsapp-btn svg{width:25px;height:25px}.primary-btn:active,.whatsapp-btn:active{opacity:.5}.hero-trust{margin-top:2rem;font-size:.9rem;color:#94a3b8;letter-spacing:.5px}@keyframes pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(2.8);opacity:0}to{opacity:0}}@media(min-width:768px){.hero-title{font-size:4.8rem}.hero-description{font-size:1.25rem}.hero-buttons{flex-direction:row}}.services{padding:6rem 0;background:#fff}.services-container{max-width:1280px;margin:0 auto;padding:0 1rem}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:2rem;font-weight:900;color:var(--primary);margin-bottom:1rem;letter-spacing:-.5px}.services-header p{max-width:600px;margin:0 auto;color:#64748b;font-weight:500;line-height:1.6}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.service-card{cursor:pointer;padding:2rem;border-radius:12px;border:1px solid #f1f5f9;background:#fff;transition:.3s ease}.service-card:hover{transform:scale(1.03);background:#fff;border-color:#1f3f6933;box-shadow:1px 1px 20px #08142923}.service-icon{width:48px;height:48px;background:#1f3f691a;color:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.service-card:hover .service-icon{background:var(--primary);color:#fff}.service-icon .material-symbols-outlined{font-size:22px}.service-card h3{font-size:1.1rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.service-card p{font-size:.9rem;color:#475569;line-height:1.6}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:2.5rem}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(5,1fr)}}.about{padding:6rem 0;background:#f8fafc}.about-container{max-width:1280px;margin:0 auto;padding:0 1rem}.about-content{display:flex;flex-direction:column;gap:4rem;align-items:center}.about-image-wrapper{position:relative;width:100%;max-width:600px}.about-image{width:100%;border-radius:16px;box-shadow:0 25px 50px #00000026;filter:grayscale(100%);transition:filter .7s ease}.about-image:hover{filter:grayscale(0%)}.decor{position:absolute;background:#1f3f690d;border-radius:16px;z-index:-1}.decor-top{top:-16px;left:-16px;width:96px;height:96px}.decor-bottom{bottom:-16px;right:-16px;width:128px;height:128px}.about-badge{position:absolute;bottom:24px;left:24px;background:var(--primary);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 15px 30px #1f3f694d;max-width:200px}.badge-number{font-size:2.5rem;font-weight:900;margin-bottom:4px}.badge-text{font-size:.7rem;text-transform:uppercase;letter-spacing:2px;font-weight:700;opacity:.85}.about-text{max-width:600px}.about-text h2{font-size:2.5rem;font-weight:900;color:var(--primary);margin-bottom:1.5rem;line-height:1.2}.about-description{font-size:1.1rem;color:#475569;margin-bottom:2rem;line-height:1.7}.about-list{list-style:none;padding:0;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.about-list li{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#334155}.about-list .material-symbols-outlined{color:var(--primary)}.about-button{border:2px solid var(--primary);background:transparent;color:var(--primary);padding:12px 32px;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.about-button:hover{background:var(--primary);color:#fff}@media(min-width:1024px){.about-content{flex-direction:row;justify-content:space-between}.about-image-wrapper,.about-text{width:50%}}.why{padding:6rem 0;background:#fff}.why-container{max-width:1280px;margin:0 auto;padding:0 1rem}.why-grid{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center}.why-item{padding:1rem}.why-icon{color:var(--primary);margin-bottom:1rem}.why-icon .material-symbols-outlined{font-size:48px}.why-item h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.why-item p{font-size:.9rem;color:#64748b;line-height:1.6}@media(min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.cta{padding:4rem 0;background:var(--primary)}.cta-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.cta-text h2{font-size:2rem;font-weight:900;margin-bottom:.5rem;letter-spacing:-.5px;color:#fff}.cta-text p{color:#cbd5e1;font-weight:500}.cta-actions{display:flex;gap:1rem}.cta-button{background:#fff;color:var(--primary);padding:16px 40px;border-radius:8px;font-weight:700;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;box-shadow:0 20px 40px #0003;transition:all .3s ease}.cta-button:hover{box-shadow:1px 1px 10px #00000025;background:#fff;transform:scale(1.02)}.cta-button:active{opacity:.8}@media(min-width:1024px){.cta-container{flex-direction:row;justify-content:space-between;text-align:left}.cta-text h2{font-size:2.2rem}}.contact{padding:6rem 0;background:#f8fafc}.contact-container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-content{display:flex;flex-direction:column;gap:4rem}.contact-info h2{font-size:2.5rem;font-weight:900;color:var(--primary);margin-bottom:2rem;letter-spacing:-.5px}.info-list{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{background:#1f3f691a;color:var(--primary);padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.info-icon.whatsapp{background:#25d3661a;color:#25d366}.info-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#94a3b8;margin-bottom:4px}.info-highlight{font-size:1.1rem;font-weight:800;color:var(--primary)}.info-text{font-weight:500;color:#475569}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 20px 40px #1f3f690d}.contact-form{display:grid;grid-template-columns:1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:700;color:#334155}input,select,textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:.9rem;transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #1f3f6926;background:#fff}textarea{resize:vertical}.full-width{grid-column:1 / -1}.submit-btn{width:100%;background:var(--primary);color:#fff;padding:16px;border-radius:8px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background-color:#254979!important;box-shadow:1px 1px 10px #346ebb56}@media(min-width:1024px){.contact-content{flex-direction:row}.contact-info{width:33%}.contact-form-wrapper{width:67%;padding:3rem}.contact-form{grid-template-columns:repeat(2,1fr)}}.footer{height:min-content;background:var(--primary);padding-top:5rem;padding-bottom:2.5rem;color:#fff}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo .material-symbols-outlined{font-size:28px}.logo-text{font-size:1.2rem;font-weight:900;text-transform:uppercase}.footer-description{font-size:.9rem;line-height:1.6;color:#fff9;margin-bottom:1.5rem}.footer-description.small{margin-bottom:1rem}.footer-socials{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .3s ease;text-decoration:none;color:#fff}.social-icon:hover{background:#fff3}.footer-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.9rem;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.newsletter{display:flex;gap:.5rem}.newsletter input{flex:1;padding:10px 12px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:.85rem}.newsletter input::placeholder{color:#ffffff80}.newsletter input:focus{outline:none;background:#fff3}.newsletter button{background:#60a5fa;color:var(--primary);border:none;padding:10px 16px;border-radius:8px;font-weight:700;cursor:pointer;transition:background .3s ease}.newsletter button:hover{background:#93c5fd}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.75rem;color:#fff6}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
