@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;--navbar-height: 83px;--footer-height: 88px;scroll-padding-top:var(--navbar-height);overflow-x:hidden;height:100%}body{font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif;background-color:#f7f9fc;color:#0b1220;line-height:1.6;overflow-x:hidden;height:100%}body.services-page-active{overflow-y:auto;overflow-x:hidden;height:auto;min-height:100vh}body.contact-page-active{overflow:auto;height:auto}h1{font-size:1.7rem;font-weight:700;color:#797979}.App{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}.header-wrapper{background-color:#081b2c;height:83px;padding:0 1rem;position:sticky;top:0;z-index:1000}.header-wrapper .header{padding:1rem;display:flex;align-items:center;width:100%;position:relative}.header-wrapper .header:after{content:"";position:absolute;bottom:0;left:-1rem;right:-1rem;height:1px;background-color:#ffffff26}.header-wrapper .header .logo-section .logo{height:48px;width:auto;object-fit:contain}.header-wrapper .header .nav-wrapper{display:flex;align-items:center;flex:1}.header-wrapper .header .nav-wrapper .navigation{flex:1;display:flex;gap:3rem;align-items:center;justify-content:center;transform:translate(.55rem)}.header-wrapper .header .nav-wrapper .navigation a{color:#f7f9fc;font-size:1rem;font-weight:700;padding:.7rem 1.5rem;position:relative;display:inline-block;transition:color .3s ease}.header-wrapper .header .nav-wrapper .navigation a:after{content:"";position:absolute;bottom:.5rem;left:50%;width:0;height:1px;background-color:#fc0;transform:translate(-50%);transition:width .3s ease}.header-wrapper .header .nav-wrapper .navigation a:hover{color:#fc0}.header-wrapper .header .nav-wrapper .navigation a:hover:after{width:calc(100% - 1.4rem)}.header-wrapper .header .nav-wrapper .navigation a.active{color:#fc0}.header-wrapper .header .nav-wrapper .navigation a.active:after{width:calc(100% - 1.4rem)}.header-wrapper .header .cta-wrapper{display:flex;align-items:center}.header-wrapper .header .cta-wrapper .cta-button{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.header-wrapper .header .cta-wrapper .cta-button:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.header-wrapper .header .cta-wrapper .cta-button:active{transform:translateY(0)}.header-wrapper .header .cta-wrapper .cta-button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.header-wrapper .header .cta-wrapper .cta-button:hover{border:2px solid #212c3f}.cta-wrapper-mobile,.cta-button-mobile{display:none}.alternar-menu-movil{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;flex-shrink:0}.alternar-menu-movil span{width:30px;height:3px;background:#fc0;border-radius:10px;transition:all .3s ease;position:relative;transform-origin:1px}.alternar-menu-movil span:first-child{transform:rotate(0)}.alternar-menu-movil span:nth-child(2){opacity:1;transform:translate(0)}.alternar-menu-movil span:nth-child(3){transform:rotate(0)}.alternar-menu-movil span.open:first-child{transform:rotate(45deg)}.alternar-menu-movil span.open:nth-child(2){opacity:0;transform:translate(20px)}.alternar-menu-movil span.open:nth-child(3){transform:rotate(-45deg)}@media(max-width:768px){.header-wrapper{padding:0}.header-wrapper .header{padding:.75rem 1rem;justify-content:space-between}.header-wrapper .header .logo-section .logo{height:40px}.header-wrapper .header .alternar-menu-movil{display:flex}.header-wrapper .header .nav-wrapper{position:fixed;top:83px;left:0;right:0;background:#fc0;flex-direction:column;padding:2rem 1rem;transform:translate(100%);transition:transform .3s ease;box-shadow:0 4px 6px #0000001a;max-height:calc(100vh - 83px);overflow-y:auto}.header-wrapper .header .nav-wrapper.mobile-open{transform:translate(0)}.header-wrapper .header .nav-wrapper .navigation{flex-direction:column;gap:1.5rem;transform:none;width:100%;align-items:flex-start}.header-wrapper .header .nav-wrapper .navigation a{font-size:1.2rem;padding:.5rem 0;width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.header-wrapper .header .nav-wrapper .cta-wrapper{display:none}}@media(max-width:480px){.header-wrapper .header{padding:.75rem}.header-wrapper .header .logo-section .logo{height:36px}.header-wrapper .header .cta-wrapper{display:none}.header-wrapper .header .nav-wrapper{top:70px}.header-wrapper .header .nav-wrapper .navigation a{font-size:1.1rem}}@media(max-height:500px)and (orientation:landscape){.header-wrapper .header>.cta-wrapper{display:none}.header-wrapper .header .nav-wrapper{padding:1rem;max-height:calc(100vh - 60px)}.header-wrapper .header .nav-wrapper .navigation{gap:.75rem}.header-wrapper .header .nav-wrapper .navigation a{font-size:1rem;padding:.35rem 0}.header-wrapper .header .nav-wrapper .cta-wrapper{display:none}}.footer{background:#081b2c;color:#f7f9fc;padding:1.5rem 1rem 1rem;margin-top:auto}.footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;margin-bottom:1rem}.footer .footer-content .footer-section h3{color:#fc0;font-size:1rem;margin-bottom:.5rem;font-weight:700}.footer .footer-content .footer-section p,.footer .footer-content .footer-section a{color:#f7f9fc;font-size:.85rem;line-height:1.5;margin:.3rem 0;text-decoration:none;display:block;transition:color .3s ease}.footer .footer-content .footer-section p:hover,.footer .footer-content .footer-section a:hover{color:#fc0}.footer .footer-content .footer-contact{text-align:left}.footer .footer-content .footer-center{text-align:center}.footer .footer-content .footer-legal{text-align:right}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:.75rem;max-width:1200px;margin:0 auto;position:relative;display:flex;justify-content:left;align-items:center}.footer .footer-bottom .footer-copyright p{color:#fc0;font-weight:500;margin:0;font-size:.8rem;text-align:center}.footer .footer-bottom .footer-logo{position:absolute;right:0;height:20px;width:auto}@media(max-width:768px){.footer{padding:1rem .75rem}.footer .footer-content{grid-template-columns:1fr;gap:1.5rem}.footer .footer-content .footer-contact,.footer .footer-content .footer-center,.footer .footer-content .footer-legal{text-align:center}.footer .footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.footer .footer-bottom .footer-copyright{order:2}.footer .footer-bottom .footer-copyright p{font-size:.75rem}.footer .footer-bottom .footer-logo{position:relative;right:auto;order:1;height:25px;margin:0 auto}}.home-page,.about-page,.contact-page,.services-page{margin:0;padding:0;display:flex;flex-direction:column;flex:1 0 auto;min-height:calc(100vh - var(--navbar-height) - var(--footer-height))}.home-page .hero-section,.about-page .hero-section,.contact-page .hero-section,.services-page .hero-section{display:flex;align-items:center;height:100vh;background-color:#002641;position:relative}.home-page .hero-section:after,.about-page .hero-section:after,.contact-page .hero-section:after,.services-page .hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;width:60%;background-image:url(/images/FONDO-INICIO.webp);background-size:contain;background-position:right center;background-repeat:no-repeat}.home-page .hero-section .hero-content,.about-page .hero-section .hero-content,.contact-page .hero-section .hero-content,.services-page .hero-section .hero-content{padding:2rem 4rem;text-align:left;position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;width:auto;max-width:750px}.home-page .hero-section .hero-content h1,.about-page .hero-section .hero-content h1,.contact-page .hero-section .hero-content h1,.services-page .hero-section .hero-content h1{font-size:1.7rem;margin-bottom:1.4rem;font-weight:700;line-height:1.2;color:#f7f9fc;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.home-page .hero-section .hero-content p,.about-page .hero-section .hero-content p,.contact-page .hero-section .hero-content p,.services-page .hero-section .hero-content p{font-size:1.4rem;margin:0 0 1.75rem;line-height:1.6;color:#f7f9fc;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.home-page .hero-section .hero-content .hero-cta-wrapper,.about-page .hero-section .hero-content .hero-cta-wrapper,.contact-page .hero-section .hero-content .hero-cta-wrapper,.services-page .hero-section .hero-content .hero-cta-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:.5rem}.home-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.about-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.contact-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.services-page .hero-section .hero-content .hero-cta-wrapper .btn-cta{display:inline-block;background:#f7d46c;color:#002641;padding:1rem 4.5rem;font-size:.95rem;font-weight:700;text-decoration:none;border-radius:50px;border:2px solid #f7d46c;margin:0 0 1rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.home-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:hover,.about-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:hover,.contact-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:hover,.services-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.home-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:active,.about-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:active,.contact-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:active,.services-page .hero-section .hero-content .hero-cta-wrapper .btn-cta:active{transform:translateY(0)}.home-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.about-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.contact-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.services-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag{color:#f7d46c;font-size:1rem;font-weight:700;margin:0;letter-spacing:.5px;text-align:center}.home-page .about-section,.about-page .about-section,.contact-page .about-section,.services-page .about-section{padding:4rem 2rem;background:#f7f9fc;display:flex;flex-direction:column;flex:0 0 auto;justify-content:center;align-items:center}.home-page .about-section .container,.about-page .about-section .container,.contact-page .about-section .container,.services-page .about-section .container{max-width:1000px;margin:0 auto;width:100%;text-align:center}.home-page .about-section h2,.about-page .about-section h2,.contact-page .about-section h2,.services-page .about-section h2{font-size:2rem;margin-bottom:2rem;color:#fc0;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.home-page .about-section .about-intro,.about-page .about-section .about-intro,.contact-page .about-section .about-intro,.services-page .about-section .about-intro{margin-bottom:2.5rem}.home-page .about-section .about-intro p,.about-page .about-section .about-intro p,.contact-page .about-section .about-intro p,.services-page .about-section .about-intro p{font-size:1.1rem;line-height:1.8;color:#002641;margin-bottom:.8rem}.home-page .about-section .about-intro p:last-child,.about-page .about-section .about-intro p:last-child,.contact-page .about-section .about-intro p:last-child,.services-page .about-section .about-intro p:last-child{margin-top:1.5rem;font-weight:500;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.home-page .about-section .about-pillars,.about-page .about-section .about-pillars,.contact-page .about-section .about-pillars,.services-page .about-section .about-pillars{margin:2rem auto 2.5rem;max-width:900px;display:flex;flex-direction:column;align-items:center;padding:0}.home-page .about-section .about-pillars .pillar,.about-page .about-section .about-pillars .pillar,.contact-page .about-section .about-pillars .pillar,.services-page .about-section .about-pillars .pillar{margin-bottom:1rem;width:100%;max-width:600px}.home-page .about-section .about-pillars .pillar p,.about-page .about-section .about-pillars .pillar p,.contact-page .about-section .about-pillars .pillar p,.services-page .about-section .about-pillars .pillar p{font-size:1rem;color:#002641;font-weight:500;text-align:left;letter-spacing:.3px}.home-page .about-section .about-description,.about-page .about-section .about-description,.contact-page .about-section .about-description,.services-page .about-section .about-description{margin:2rem 0 2.5rem}.home-page .about-section .about-description p,.about-page .about-section .about-description p,.contact-page .about-section .about-description p,.services-page .about-section .about-description p{font-size:1.1rem;line-height:1.8;color:#002641;margin-bottom:.3rem}.home-page .about-section .about-tagline,.about-page .about-section .about-tagline,.contact-page .about-section .about-tagline,.services-page .about-section .about-tagline{margin-top:2rem;font-size:1.15rem;color:#fc0;font-weight:700;text-transform:uppercase;letter-spacing:.8px;line-height:1.6}.home-page .services-preview,.about-page .services-preview,.contact-page .services-preview,.services-page .services-preview{padding:4rem 2rem;background:#212c3f;min-height:calc(100vh - var(--navbar-height) - var(--footer-height));display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page .services-preview .container,.about-page .services-preview .container,.contact-page .services-preview .container,.services-page .services-preview .container{max-width:1200px;margin:0 auto;text-align:center;width:100%}.home-page .services-preview h2,.about-page .services-preview h2,.contact-page .services-preview h2,.services-page .services-preview h2{font-size:2.4rem;color:#fc0;margin-bottom:1.5rem;margin-top:0;font-weight:700}.home-page .services-preview p,.about-page .services-preview p,.contact-page .services-preview p,.services-page .services-preview p{font-size:1.1rem;color:#f7f9fc;margin-bottom:2rem;margin-top:0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.home-page .services-preview .services-grid,.about-page .services-preview .services-grid,.contact-page .services-preview .services-grid,.services-page .services-preview .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:0;margin-bottom:0}.home-page .services-preview .servicio-card,.home-page .services-preview .service-card,.about-page .services-preview .servicio-card,.about-page .services-preview .service-card,.contact-page .services-preview .servicio-card,.contact-page .services-preview .service-card,.services-page .services-preview .servicio-card,.services-page .services-preview .service-card{background-color:#fff;border-radius:12px;padding:1rem;text-align:center;box-shadow:0 4px 20px #0b3d9114;border:1px solid rgba(11,61,145,.1);border-top:3px solid #ffcc00;transition:all .3s ease}.home-page .services-preview .servicio-card:hover,.home-page .services-preview .service-card:hover,.about-page .services-preview .servicio-card:hover,.about-page .services-preview .service-card:hover,.contact-page .services-preview .servicio-card:hover,.contact-page .services-preview .service-card:hover,.services-page .services-preview .servicio-card:hover,.services-page .services-preview .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0b3d9126;border-color:#fc0;border-top:4px solid #ffcc00}.home-page .services-preview .servicio-card h3,.home-page .services-preview .service-card h3,.about-page .services-preview .servicio-card h3,.about-page .services-preview .service-card h3,.contact-page .services-preview .servicio-card h3,.contact-page .services-preview .service-card h3,.services-page .services-preview .servicio-card h3,.services-page .services-preview .service-card h3{font-size:1.5rem;color:#0b1220;margin-bottom:1rem;font-weight:500}.home-page .services-preview .servicio-card p,.home-page .services-preview .service-card p,.about-page .services-preview .servicio-card p,.about-page .services-preview .service-card p,.contact-page .services-preview .servicio-card p,.contact-page .services-preview .service-card p,.services-page .services-preview .servicio-card p,.services-page .services-preview .service-card p{color:#797979;line-height:1.6;margin-bottom:0;font-size:1rem}.home-page .why-choose-section,.about-page .why-choose-section,.contact-page .why-choose-section,.services-page .why-choose-section{padding:0;background-image:url(/images/FONDO-PORQUE-ELEGIRNOS.webp);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:500px;display:flex;align-items:center;justify-content:flex-start}.home-page .why-choose-section:before,.about-page .why-choose-section:before,.contact-page .why-choose-section:before,.services-page .why-choose-section:before{content:"";position:absolute;inset:0;background:#002641b3;z-index:1}.home-page .why-choose-section .why-choose-content,.about-page .why-choose-section .why-choose-content,.contact-page .why-choose-section .why-choose-content,.services-page .why-choose-section .why-choose-content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-start}.home-page .why-choose-section .why-choose-card,.about-page .why-choose-section .why-choose-card,.contact-page .why-choose-section .why-choose-card,.services-page .why-choose-section .why-choose-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem 1.8rem;max-width:400px;box-shadow:0 10px 40px #0000004d}.home-page .why-choose-section .why-choose-card h2,.about-page .why-choose-section .why-choose-card h2,.contact-page .why-choose-section .why-choose-card h2,.services-page .why-choose-section .why-choose-card h2{font-size:1.3rem;color:#002641;margin-bottom:1rem;font-weight:700;text-align:left}.home-page .why-choose-section .why-choose-card .benefits-list,.about-page .why-choose-section .why-choose-card .benefits-list,.contact-page .why-choose-section .why-choose-card .benefits-list,.services-page .why-choose-section .why-choose-card .benefits-list{list-style:none;padding:0;margin:0 0 1.2rem}.home-page .why-choose-section .why-choose-card .benefits-list li,.about-page .why-choose-section .why-choose-card .benefits-list li,.contact-page .why-choose-section .why-choose-card .benefits-list li,.services-page .why-choose-section .why-choose-card .benefits-list li{font-size:.85rem;color:#002641;margin-bottom:.5rem;line-height:1.4;text-align:left}.home-page .why-choose-section .why-choose-card .why-choose-tagline,.about-page .why-choose-section .why-choose-card .why-choose-tagline,.contact-page .why-choose-section .why-choose-card .why-choose-tagline,.services-page .why-choose-section .why-choose-card .why-choose-tagline{font-size:.85rem;color:#002641;margin:1.2rem 0;line-height:1.4;text-align:center}.home-page .why-choose-section .why-choose-card .why-choose-tagline strong,.about-page .why-choose-section .why-choose-card .why-choose-tagline strong,.contact-page .why-choose-section .why-choose-card .why-choose-tagline strong,.services-page .why-choose-section .why-choose-card .why-choose-tagline strong{font-weight:700;color:#002641}.home-page .why-choose-section .why-choose-card .btn-cta-why,.about-page .why-choose-section .why-choose-card .btn-cta-why,.contact-page .why-choose-section .why-choose-card .btn-cta-why,.services-page .why-choose-section .why-choose-card .btn-cta-why{display:inline-block;width:100%;background:#f7d46c;color:#002641;padding:.8rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;border-radius:50px;border:2px solid #f7d46c;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66;text-transform:uppercase}.home-page .why-choose-section .why-choose-card .btn-cta-why:hover,.about-page .why-choose-section .why-choose-card .btn-cta-why:hover,.contact-page .why-choose-section .why-choose-card .btn-cta-why:hover,.services-page .why-choose-section .why-choose-card .btn-cta-why:hover{background:#002641;color:#f7d46c;border-color:#002641;transform:translateY(-2px);box-shadow:0 6px 20px #00264180}.home-page .why-choose-section .why-choose-card .btn-cta-why:active,.about-page .why-choose-section .why-choose-card .btn-cta-why:active,.contact-page .why-choose-section .why-choose-card .btn-cta-why:active,.services-page .why-choose-section .why-choose-card .btn-cta-why:active{transform:translateY(0)}.home-page .founder-section-about,.about-page .founder-section-about,.contact-page .founder-section-about,.services-page .founder-section-about{padding:4rem 2rem;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - var(--navbar-height) - var(--footer-height))}.home-page .founder-section-about .founder-container,.about-page .founder-section-about .founder-container,.contact-page .founder-section-about .founder-container,.services-page .founder-section-about .founder-container{max-width:1200px;width:100%;display:grid;grid-template-columns:400px 1fr;gap:3rem;align-items:start}.home-page .founder-section-about .founder-image,.about-page .founder-section-about .founder-image,.contact-page .founder-section-about .founder-image,.services-page .founder-section-about .founder-image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0003;position:sticky;top:100px}.home-page .founder-section-about .founder-image img,.about-page .founder-section-about .founder-image img,.contact-page .founder-section-about .founder-image img,.services-page .founder-section-about .founder-image img{width:100%;height:auto;display:block;object-fit:cover}.home-page .founder-section-about .founder-content h1,.about-page .founder-section-about .founder-content h1,.contact-page .founder-section-about .founder-content h1,.services-page .founder-section-about .founder-content h1{font-size:1.7rem;color:#002641;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.home-page .founder-section-about .founder-content h2,.about-page .founder-section-about .founder-content h2,.contact-page .founder-section-about .founder-content h2,.services-page .founder-section-about .founder-content h2{font-size:1.4rem;color:#f4bc43;margin-bottom:1.5rem;font-weight:500}.home-page .founder-section-about .founder-content p,.about-page .founder-section-about .founder-content p,.contact-page .founder-section-about .founder-content p,.services-page .founder-section-about .founder-content p{font-size:1rem;color:#002641;line-height:1.7;margin-bottom:1.2rem;text-align:justify}.home-page .founder-section-about .founder-content .founder-mission,.about-page .founder-section-about .founder-content .founder-mission,.contact-page .founder-section-about .founder-content .founder-mission,.services-page .founder-section-about .founder-content .founder-mission{background:#00264114;padding:1.2rem;border-radius:8px;border-left:4px solid #f7d46c;margin:1.5rem 0}.home-page .founder-section-about .founder-content .founder-tagline,.about-page .founder-section-about .founder-content .founder-tagline,.contact-page .founder-section-about .founder-content .founder-tagline,.services-page .founder-section-about .founder-content .founder-tagline{font-weight:700;font-size:1.1rem;color:#f4bc43;margin-top:1.5rem;text-align:center;font-style:italic}.home-page .blog-preview,.about-page .blog-preview,.contact-page .blog-preview,.services-page .blog-preview{padding:4rem 2rem;background:#002641;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.home-page .blog-preview .container,.about-page .blog-preview .container,.contact-page .blog-preview .container,.services-page .blog-preview .container{max-width:1200px;margin:0 auto;text-align:center;width:100%}.home-page .blog-preview h2,.about-page .blog-preview h2,.contact-page .blog-preview h2,.services-page .blog-preview h2{font-size:2.4rem;color:#f4bc43;margin-bottom:1rem;margin-top:0;font-weight:700}.home-page .blog-preview>.container>p,.about-page .blog-preview>.container>p,.contact-page .blog-preview>.container>p,.services-page .blog-preview>.container>p{font-size:1.1rem;color:#002641;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.home-page .blog-preview .blog-preview-grid,.about-page .blog-preview .blog-preview-grid,.contact-page .blog-preview .blog-preview-grid,.services-page .blog-preview .blog-preview-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.home-page .blog-preview .blog-preview-card,.about-page .blog-preview .blog-preview-card,.contact-page .blog-preview .blog-preview-card,.services-page .blog-preview .blog-preview-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;display:flex;flex-direction:row;box-shadow:0 4px 15px #0026414d;align-items:center;border:2px solid transparent}.home-page .blog-preview .blog-preview-card:hover,.about-page .blog-preview .blog-preview-card:hover,.contact-page .blog-preview .blog-preview-card:hover,.services-page .blog-preview .blog-preview-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #fc06,0 0 0 2px #fc09;border:2px solid rgba(255,204,0,.8)}.home-page .blog-preview .blog-preview-card:hover .blog-preview-image img,.about-page .blog-preview .blog-preview-card:hover .blog-preview-image img,.contact-page .blog-preview .blog-preview-card:hover .blog-preview-image img,.services-page .blog-preview .blog-preview-card:hover .blog-preview-image img{transform:scale(1.1)}.home-page .blog-preview .blog-preview-card .blog-preview-image,.about-page .blog-preview .blog-preview-card .blog-preview-image,.contact-page .blog-preview .blog-preview-card .blog-preview-image,.services-page .blog-preview .blog-preview-card .blog-preview-image{width:280px;min-width:280px;height:200px;overflow:hidden;background:#797979;flex-shrink:0}.home-page .blog-preview .blog-preview-card .blog-preview-image img,.about-page .blog-preview .blog-preview-card .blog-preview-image img,.contact-page .blog-preview .blog-preview-card .blog-preview-image img,.services-page .blog-preview .blog-preview-card .blog-preview-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-page .blog-preview .blog-preview-card .blog-preview-content,.about-page .blog-preview .blog-preview-card .blog-preview-content,.contact-page .blog-preview .blog-preview-card .blog-preview-content,.services-page .blog-preview .blog-preview-card .blog-preview-content{padding:2rem;text-align:left;flex:1;display:flex;flex-direction:column}.home-page .blog-preview .blog-preview-card .blog-preview-content h3,.about-page .blog-preview .blog-preview-card .blog-preview-content h3,.contact-page .blog-preview .blog-preview-card .blog-preview-content h3,.services-page .blog-preview .blog-preview-card .blog-preview-content h3{font-size:1.5rem;color:#f4bc43;margin-bottom:.5rem;margin-top:0;font-weight:700;line-height:1.3}.home-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-date,.about-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-date,.contact-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-date,.services-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-date{font-size:.85rem;color:#797979;margin-bottom:1rem}.home-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-excerpt,.about-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-excerpt,.contact-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-excerpt,.services-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-excerpt{color:#002641;line-height:1.6;margin-bottom:1rem;font-size:.95rem;flex:1}.home-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link,.about-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link,.contact-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link,.services-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link{color:#f4bc43;font-weight:500;font-size:.95rem;display:inline-block;transition:transform .2s}.home-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link:hover,.about-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link:hover,.contact-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link:hover,.services-page .blog-preview .blog-preview-card .blog-preview-content .blog-preview-link:hover{transform:translate(5px)}.home-page .blog-preview .blog-preview-cta,.about-page .blog-preview .blog-preview-cta,.contact-page .blog-preview .blog-preview-cta,.services-page .blog-preview .blog-preview-cta{text-align:center;margin-top:2rem}.home-page .blog-preview .blog-preview-cta .btn-primary,.about-page .blog-preview .blog-preview-cta .btn-primary,.contact-page .blog-preview .blog-preview-cta .btn-primary,.services-page .blog-preview .blog-preview-cta .btn-primary{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.home-page .blog-preview .blog-preview-cta .btn-primary:hover,.about-page .blog-preview .blog-preview-cta .btn-primary:hover,.contact-page .blog-preview .blog-preview-cta .btn-primary:hover,.services-page .blog-preview .blog-preview-cta .btn-primary:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.home-page .blog-preview .blog-preview-cta .btn-primary:active,.about-page .blog-preview .blog-preview-cta .btn-primary:active,.contact-page .blog-preview .blog-preview-cta .btn-primary:active,.services-page .blog-preview .blog-preview-cta .btn-primary:active{transform:translateY(0)}.home-page .blog-preview .blog-preview-cta .btn-primary,.about-page .blog-preview .blog-preview-cta .btn-primary,.contact-page .blog-preview .blog-preview-cta .btn-primary,.services-page .blog-preview .blog-preview-cta .btn-primary{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem}.home-page .contact-section,.about-page .contact-section,.contact-page .contact-section,.services-page .contact-section{padding:4rem 2rem;background:#f7f9fc;display:flex;flex-direction:column;flex:0 0 auto;min-height:calc(100vh - var(--navbar-height) - var(--footer-height));justify-content:center;align-items:center}.home-page .contact-section .container,.about-page .contact-section .container,.contact-page .contact-section .container,.services-page .contact-section .container{max-width:1200px;margin:0 auto;width:100%}.home-page .contact-section h2,.about-page .contact-section h2,.contact-page .contact-section h2,.services-page .contact-section h2{text-align:center;font-size:2.4rem;margin-top:0;margin-bottom:1.5rem;color:#f7f9fc;font-weight:700}.home-page .contact-section .contact-content,.about-page .contact-section .contact-content,.contact-page .contact-section .contact-content,.services-page .contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;width:100%}.home-page .contact-section .contact-info h3,.about-page .contact-section .contact-info h3,.contact-page .contact-section .contact-info h3,.services-page .contact-section .contact-info h3{font-size:1.4rem;margin-bottom:1.5rem;color:#081b2c;font-weight:500}.home-page .contact-section .contact-info .contact-item,.about-page .contact-section .contact-info .contact-item,.contact-page .contact-section .contact-info .contact-item,.services-page .contact-section .contact-info .contact-item{margin-bottom:.6rem;padding:1rem;background:#f7f9fc;border-radius:8px;border-left:4px solid #ffcc00;transition:transform .3s ease}.home-page .contact-section .contact-info .contact-item:hover,.about-page .contact-section .contact-info .contact-item:hover,.contact-page .contact-section .contact-info .contact-item:hover,.services-page .contact-section .contact-info .contact-item:hover{transform:translate(5px)}.home-page .contact-section .contact-info .contact-item strong,.about-page .contact-section .contact-info .contact-item strong,.contact-page .contact-section .contact-info .contact-item strong,.services-page .contact-section .contact-info .contact-item strong{color:#212c3f;font-weight:500}.home-page .contact-section .contact-info .contact-item p,.about-page .contact-section .contact-info .contact-item p,.contact-page .contact-section .contact-info .contact-item p,.services-page .contact-section .contact-info .contact-item p{margin:.5rem 0 0;color:#797979;line-height:1.6}.home-page .contact-section .contact-form h3,.about-page .contact-section .contact-form h3,.contact-page .contact-section .contact-form h3,.services-page .contact-section .contact-form h3{font-size:1.4rem;margin-bottom:1.25rem;color:#081b2c;font-weight:500}.home-page .contact-section .contact-form form,.about-page .contact-section .contact-form form,.contact-page .contact-section .contact-form form,.services-page .contact-section .contact-form form{display:flex;flex-direction:column;gap:.7rem}.home-page .contact-section .contact-form input,.home-page .contact-section .contact-form textarea,.about-page .contact-section .contact-form input,.about-page .contact-section .contact-form textarea,.contact-page .contact-section .contact-form input,.contact-page .contact-section .contact-form textarea,.services-page .contact-section .contact-form input,.services-page .contact-section .contact-form textarea{padding:.75rem;border:1px solid #002641;border-radius:8px;font-size:1rem;font-family:inherit}.home-page .contact-section .contact-form input:focus,.home-page .contact-section .contact-form textarea:focus,.about-page .contact-section .contact-form input:focus,.about-page .contact-section .contact-form textarea:focus,.contact-page .contact-section .contact-form input:focus,.contact-page .contact-section .contact-form textarea:focus,.services-page .contact-section .contact-form input:focus,.services-page .contact-section .contact-form textarea:focus{outline:none;border-color:#fc0;box-shadow:0 0 5px #ffcc004d}.home-page .contact-section .contact-form textarea,.about-page .contact-section .contact-form textarea,.contact-page .contact-section .contact-form textarea,.services-page .contact-section .contact-form textarea{min-height:115px;resize:vertical}.home-page .contact-section .contact-form .btn-primary,.about-page .contact-section .contact-form .btn-primary,.contact-page .contact-section .contact-form .btn-primary,.services-page .contact-section .contact-form .btn-primary{width:100%;background:#f7d46c;color:#002641;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;border-radius:50px;border:2px solid #f7d46c;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66;text-transform:uppercase}.home-page .contact-section .contact-form .btn-primary:hover,.about-page .contact-section .contact-form .btn-primary:hover,.contact-page .contact-section .contact-form .btn-primary:hover,.services-page .contact-section .contact-form .btn-primary:hover{background:#002641;color:#f7d46c;border-color:#002641;transform:translateY(-2px);box-shadow:0 6px 20px #00264180}.home-page .contact-section .contact-form .btn-primary:active,.about-page .contact-section .contact-form .btn-primary:active,.contact-page .contact-section .contact-form .btn-primary:active,.services-page .contact-section .contact-form .btn-primary:active{transform:translateY(0)}.home-page .contact-section .contact-form .btn-primary:disabled,.about-page .contact-section .contact-form .btn-primary:disabled,.contact-page .contact-section .contact-form .btn-primary:disabled,.services-page .contact-section .contact-form .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.home-page .contact-section .contact-form .success-message,.about-page .contact-section .contact-form .success-message,.contact-page .contact-section .contact-form .success-message,.services-page .contact-section .contact-form .success-message{background:#4caf50;color:#fff;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;font-weight:500;animation:slideIn .3s ease}.home-page .contact-section .contact-form .error-message,.about-page .contact-section .contact-form .error-message,.contact-page .contact-section .contact-form .error-message,.services-page .contact-section .contact-form .error-message{background:#f44336;color:#fff;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;font-weight:500;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.home-page .hero-section,.about-page .hero-section,.contact-page .hero-section,.services-page .hero-section{flex-direction:column;text-align:center;height:auto;min-height:auto;padding:3rem 0;justify-content:center}.home-page .hero-section:after,.about-page .hero-section:after,.contact-page .hero-section:after,.services-page .hero-section:after{width:100%;height:45%;top:15%;transform:none;bottom:auto;background-size:60%;background-position:center top;opacity:.4}.home-page .hero-section .hero-content,.about-page .hero-section .hero-content,.contact-page .hero-section .hero-content,.services-page .hero-section .hero-content{padding:2rem;max-width:100%}.home-page .hero-section .hero-content h1,.about-page .hero-section .hero-content h1,.contact-page .hero-section .hero-content h1,.services-page .hero-section .hero-content h1{font-size:1.7rem;margin-bottom:1.5rem}.home-page .hero-section .hero-content p,.about-page .hero-section .hero-content p,.contact-page .hero-section .hero-content p,.services-page .hero-section .hero-content p{margin-bottom:3rem}.home-page .hero-section .hero-content .hero-cta-wrapper,.about-page .hero-section .hero-content .hero-cta-wrapper,.contact-page .hero-section .hero-content .hero-cta-wrapper,.services-page .hero-section .hero-content .hero-cta-wrapper{margin-top:2rem}.home-page .hero-section .hero-content,.home-page .hero-section .hero-image,.about-page .hero-section .hero-content,.about-page .hero-section .hero-image,.contact-page .hero-section .hero-content,.contact-page .hero-section .hero-image,.services-page .hero-section .hero-content,.services-page .hero-section .hero-image{flex:unset;width:100%}.home-page .about-section,.home-page .services-preview,.home-page .blog-preview,.home-page .contact-section,.about-page .about-section,.about-page .services-preview,.about-page .blog-preview,.about-page .contact-section,.contact-page .about-section,.contact-page .services-preview,.contact-page .blog-preview,.contact-page .contact-section,.services-page .about-section,.services-page .services-preview,.services-page .blog-preview,.services-page .contact-section{padding:3rem 1rem}.home-page .contact-section,.about-page .contact-section,.contact-page .contact-section,.services-page .contact-section{padding:2rem 1.5rem}.home-page .contact-section .contact-content,.about-page .contact-section .contact-content,.contact-page .contact-section .contact-content,.services-page .contact-section .contact-content{padding:0 .5rem}.home-page .contact-section .contact-form,.about-page .contact-section .contact-form,.contact-page .contact-section .contact-form,.services-page .contact-section .contact-form{padding:0}.home-page .contact-section .contact-form input,.home-page .contact-section .contact-form textarea,.about-page .contact-section .contact-form input,.about-page .contact-section .contact-form textarea,.contact-page .contact-section .contact-form input,.contact-page .contact-section .contact-form textarea,.services-page .contact-section .contact-form input,.services-page .contact-section .contact-form textarea{width:100%;box-sizing:border-box}.home-page .about-content,.home-page .contact-content,.about-page .about-content,.about-page .contact-content,.contact-page .about-content,.contact-page .contact-content,.services-page .about-content,.services-page .contact-content{grid-template-columns:1fr;gap:2rem}.home-page .services-grid,.about-page .services-grid,.contact-page .services-grid,.services-page .services-grid{grid-template-columns:1fr}.home-page .blog-preview-card,.about-page .blog-preview-card,.contact-page .blog-preview-card,.services-page .blog-preview-card{flex-direction:column!important}.home-page .blog-preview-card .blog-preview-image,.about-page .blog-preview-card .blog-preview-image,.contact-page .blog-preview-card .blog-preview-image,.services-page .blog-preview-card .blog-preview-image{width:100%;min-width:100%;height:220px}.home-page .blog-preview-card .blog-preview-content,.about-page .blog-preview-card .blog-preview-content,.contact-page .blog-preview-card .blog-preview-content,.services-page .blog-preview-card .blog-preview-content{padding:1.5rem}.home-page .about-stats,.about-page .about-stats,.contact-page .about-stats,.services-page .about-stats{grid-template-columns:1fr}.home-page .founder-section-about .founder-container,.about-page .founder-section-about .founder-container,.contact-page .founder-section-about .founder-container,.services-page .founder-section-about .founder-container{grid-template-columns:1fr;gap:2rem}.home-page .founder-section-about .founder-image,.about-page .founder-section-about .founder-image,.contact-page .founder-section-about .founder-image,.services-page .founder-section-about .founder-image{max-width:400px;margin:0 auto;position:relative;top:0}}@media(max-width:480px){.home-page .hero-section,.about-page .hero-section,.contact-page .hero-section,.services-page .hero-section{min-height:auto;padding:2rem 0;justify-content:center}.home-page .hero-section:after,.about-page .hero-section:after,.contact-page .hero-section:after,.services-page .hero-section:after{height:55%;top:20%;transform:none;opacity:.5;background-size:75%;background-position:center top}.home-page .hero-section .hero-content,.about-page .hero-section .hero-content,.contact-page .hero-section .hero-content,.services-page .hero-section .hero-content{padding:1.5rem}.home-page .hero-section .hero-content h1,.about-page .hero-section .hero-content h1,.contact-page .hero-section .hero-content h1,.services-page .hero-section .hero-content h1{font-size:1.7rem;margin-bottom:1rem}.home-page .hero-section .hero-content p,.about-page .hero-section .hero-content p,.contact-page .hero-section .hero-content p,.services-page .hero-section .hero-content p{font-size:1.2rem;margin-bottom:2.5rem}.home-page .hero-section .hero-content .hero-cta-wrapper,.about-page .hero-section .hero-content .hero-cta-wrapper,.contact-page .hero-section .hero-content .hero-cta-wrapper,.services-page .hero-section .hero-content .hero-cta-wrapper{margin-top:1.5rem}.home-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.about-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.contact-page .hero-section .hero-content .hero-cta-wrapper .btn-cta,.services-page .hero-section .hero-content .hero-cta-wrapper .btn-cta{padding:1rem 2rem;font-size:.75rem}.home-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.about-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.contact-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag,.services-page .hero-section .hero-content .hero-cta-wrapper .hero-hashtag{font-size:1rem}.home-page .about-section h2,.home-page .services-preview h2,.home-page .blog-preview h2,.home-page .contact-section h2,.about-page .about-section h2,.about-page .services-preview h2,.about-page .blog-preview h2,.about-page .contact-section h2,.contact-page .about-section h2,.contact-page .services-preview h2,.contact-page .blog-preview h2,.contact-page .contact-section h2,.services-page .about-section h2,.services-page .services-preview h2,.services-page .blog-preview h2,.services-page .contact-section h2{font-size:2rem}.home-page .about-section,.about-page .about-section,.contact-page .about-section,.services-page .about-section{padding:2rem 1rem}.home-page .about-section .about-pillars .pillar,.about-page .about-section .about-pillars .pillar,.contact-page .about-section .about-pillars .pillar,.services-page .about-section .about-pillars .pillar{max-width:100%}.home-page .about-section .about-pillars .pillar p,.about-page .about-section .about-pillars .pillar p,.contact-page .about-section .about-pillars .pillar p,.services-page .about-section .about-pillars .pillar p{text-align:left;font-size:.9rem}.home-page .about-section .about-tagline,.about-page .about-section .about-tagline,.contact-page .about-section .about-tagline,.services-page .about-section .about-tagline{font-size:1rem}.home-page .founder-section-about,.about-page .founder-section-about,.contact-page .founder-section-about,.services-page .founder-section-about{padding:2rem 1rem;min-height:auto}.home-page .founder-section-about .founder-container,.about-page .founder-section-about .founder-container,.contact-page .founder-section-about .founder-container,.services-page .founder-section-about .founder-container{display:flex;flex-direction:column;gap:2rem}.home-page .founder-section-about .founder-image,.about-page .founder-section-about .founder-image,.contact-page .founder-section-about .founder-image,.services-page .founder-section-about .founder-image{order:1;position:relative;top:0;width:100%;max-width:100%;margin:0}.home-page .founder-section-about .founder-content,.about-page .founder-section-about .founder-content,.contact-page .founder-section-about .founder-content,.services-page .founder-section-about .founder-content{order:2}.home-page .founder-section-about .founder-content h1,.about-page .founder-section-about .founder-content h1,.contact-page .founder-section-about .founder-content h1,.services-page .founder-section-about .founder-content h1{font-size:1.7rem;text-align:center;margin-bottom:1rem}.home-page .founder-section-about .founder-content p,.about-page .founder-section-about .founder-content p,.contact-page .founder-section-about .founder-content p,.services-page .founder-section-about .founder-content p{font-size:.95rem;text-align:left}.home-page .founder-section-about .founder-content .founder-mission,.about-page .founder-section-about .founder-content .founder-mission,.contact-page .founder-section-about .founder-content .founder-mission,.services-page .founder-section-about .founder-content .founder-mission{padding:1rem;font-size:.9rem}.home-page .founder-section-about .founder-content .founder-tagline,.about-page .founder-section-about .founder-content .founder-tagline,.contact-page .founder-section-about .founder-content .founder-tagline,.services-page .founder-section-about .founder-content .founder-tagline{font-size:1rem}.home-page .blog-preview-card,.about-page .blog-preview-card,.contact-page .blog-preview-card,.services-page .blog-preview-card{flex-direction:column!important}.home-page .blog-preview-card .blog-preview-image,.about-page .blog-preview-card .blog-preview-image,.contact-page .blog-preview-card .blog-preview-image,.services-page .blog-preview-card .blog-preview-image{width:100%;min-width:100%;height:180px}.home-page .blog-preview-card .blog-preview-content,.about-page .blog-preview-card .blog-preview-content,.contact-page .blog-preview-card .blog-preview-content,.services-page .blog-preview-card .blog-preview-content{padding:1.25rem}.home-page .blog-preview-card .blog-preview-content h3,.about-page .blog-preview-card .blog-preview-content h3,.contact-page .blog-preview-card .blog-preview-content h3,.services-page .blog-preview-card .blog-preview-content h3{font-size:1.2rem}}.services-section-home{padding:3rem 2rem 4rem;background-color:#212c3f;width:100%}.services-section-home .services-header-home{text-align:center;margin-bottom:3rem}.services-section-home .services-header-home h2{font-size:2.5rem;color:#fff;margin:0;font-weight:700;letter-spacing:2px}.services-section-home .services-grid-home{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1400px;margin:0 auto;width:100%}@media(max-width:1024px){.services-section-home .services-grid-home{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services-section-home{padding:2rem 1rem}.services-section-home .services-header-home h2{font-size:2rem}.services-section-home .services-grid-home{grid-template-columns:1fr;gap:2rem}}.about-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));background:#f7f9fc}.founder-section-about{padding:4rem 2rem;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - var(--navbar-height) - var(--footer-height))}.founder-section-about .founder-container{max-width:1200px;width:100%;display:grid;grid-template-columns:400px 1fr;gap:3rem;align-items:start}.founder-section-about .founder-image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0003;position:sticky;top:100px}.founder-section-about .founder-image img{width:100%;height:auto;display:block;object-fit:cover}.founder-section-about .founder-content h1{font-size:2rem;color:#f4bc43;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.founder-section-about .founder-content p{font-size:1rem;color:#002641;line-height:1.7;margin-bottom:1.2rem;text-align:justify}.founder-section-about .founder-content .founder-mission{background:#00264114;padding:1.2rem;border-radius:8px;border-left:4px solid #002641;margin:1.5rem 0}.founder-section-about .founder-content .founder-tagline{font-weight:700;font-size:1.1rem;color:#f4bc43;margin-top:1.5rem;text-align:center;font-style:italic}@media(max-width:768px){.founder-section-about{padding:3rem 1.5rem}.founder-section-about .founder-container{grid-template-columns:1fr;gap:2rem}.founder-section-about .founder-image{position:relative;max-width:400px;margin:0 auto}.founder-section-about .founder-content h1{font-size:1.75rem}}@media(max-width:480px){.founder-section-about{padding:2rem 1rem}.founder-section-about .founder-content h1{font-size:1.5rem}.founder-section-about .founder-content p{font-size:.95rem}.founder-section-about .founder-content .founder-mission{padding:1rem}.founder-section-about .founder-content .founder-tagline{font-size:1rem}}.services-page{padding:3rem 2rem 4rem;background-color:#002641;display:flex;flex-direction:column;flex:1 0 auto;box-sizing:border-box;min-height:auto;overflow:visible}.services-header{text-align:center;margin-bottom:3rem;margin-top:0;flex-shrink:0}.services-header h1{font-size:1.7rem;color:#fff;margin-bottom:0;margin-top:0;font-weight:700;letter-spacing:2px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1400px;margin:0 auto;width:100%;flex:1 1 auto;overflow:visible;padding-top:10px}.service-card{background-color:#212c3f;border-radius:0;padding:1.5rem 1.2rem;text-align:center;box-shadow:none;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center;min-height:650px}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #fc03;border-right-color:#ffcc004d;border-bottom-color:#ffcc004d;border-left-color:#ffcc004d}.service-card .service-icon{width:70px;height:70px;margin-bottom:1rem;flex-shrink:0}.service-card .service-icon img{width:100%;height:100%;object-fit:contain;display:block}.service-card h3{font-size:1rem;color:#fff;margin-bottom:.75rem;margin-top:0;font-weight:700;width:100%;letter-spacing:.5px;line-height:1.2;flex-shrink:0}.service-card .service-subtitle{color:#f7d46c;line-height:1.4;margin-bottom:1.25rem;font-size:.85rem;width:100%;flex-shrink:0}.service-card .process-header-line{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.service-card .process-header-line .process-item{display:flex;align-items:center;gap:.35rem;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px}.service-card .process-header-line .process-item .process-icon-inline{width:14px;height:14px;display:block}.service-card .process-header-line .arrow-icon-inline{color:#fc0;font-size:1.2rem;font-weight:700;line-height:1;display:flex;align-items:center}.service-card .problem-list{list-style:none;padding:0;margin:0 0 1.25rem;color:#ffffffbf;font-size:.8rem;line-height:1.6;text-align:left;width:100%;flex-grow:1}.service-card .problem-list li{margin-bottom:.6rem;padding-left:1.8rem;position:relative;display:flex;align-items:flex-start}.service-card .problem-list li .item-icon-svg{position:absolute;left:0;width:16px;height:16px;margin-top:.1rem}.service-card .pack-section{width:100%;background-color:#081b2c;padding:1rem;border-radius:6px;margin-bottom:1rem;text-align:left;flex-shrink:0}.service-card .pack-section h4{color:#f7d46c;font-size:.75rem;font-weight:700;margin:0 0 .75rem;letter-spacing:.5px}.service-card .pack-section .pack-list{list-style:none;padding:0;margin:0;color:#f7d46c;font-size:.75rem;line-height:1.5}.service-card .pack-section .pack-list li{margin-bottom:.35rem}.service-card .pack-section.servicios-incluidos{background-color:#081b2c}.service-card .pack-section.servicios-incluidos h4{color:#f7d46c}.service-card .service-button{width:100%;padding:.85rem 1.5rem;background-color:#002641;color:#f7d46c;border:2px solid #002641;border-radius:50px;font-size:.65rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:auto;flex-shrink:0;box-shadow:0 4px 15px #0026414d;text-decoration:none;display:block}.service-card .service-button:hover{background-color:#f7d46c;color:#002641;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 25px #f7d46c99}.service-card .service-button:active{transform:translateY(0)}.loading,.error{text-align:center;padding:2rem;color:#fff}.loading h2,.error h2{color:#fff}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services-page{padding:2rem 1rem}.services-grid{grid-template-columns:1fr;gap:2rem}.services-header h1{font-size:2rem}.service-card{padding:1.5rem 1rem;min-height:auto}.service-card .service-icon{width:60px;height:60px}.service-card h3{font-size:.95rem}}.footer-separator{background:#fff;height:3rem;width:100%;margin-top:2rem}.auth-page{min-height:calc(100vh - 83px);display:flex;align-items:center;justify-content:center;padding:0;background:#fff}.auth-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;min-height:calc(100vh - 83px)}.auth-container .auth-image{display:flex;align-items:center;justify-content:center;padding:2rem}.auth-container .auth-image .auth-img{max-width:100%;max-height:420px;width:auto;height:auto;display:block;object-fit:cover;border-radius:8px;box-shadow:0 8px 30px #000}.auth-container .auth-form-section{display:flex;flex-direction:column;justify-content:center;padding:3rem}.auth-container .auth-form-section .auth-header{text-align:center;margin-bottom:3rem}.auth-container .auth-form-section .auth-header h1{font-size:1.9rem;color:#212c3f;margin-bottom:.5rem;font-weight:700}.auth-container .auth-form-section .auth-header p{color:#797979;font-size:1rem}.auth-container .auth-form .form-group{margin-bottom:2rem}.auth-container .auth-form .form-group label{display:block;margin-bottom:.75rem;color:#212c3f;font-weight:500;font-size:1rem}.auth-container .auth-form .form-group input{width:100%;padding:1rem;border:2px solid #adb0b3;border-radius:8px;font-size:1rem;transition:all .3s ease}.auth-container .auth-form .form-group input:focus{outline:none;border-color:#212c3f;box-shadow:0 0 0 3px #212c3f1a}.auth-container .auth-form .form-group input::placeholder{color:#9aa3ad}.auth-container .auth-form .auth-btn{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.auth-container .auth-form .auth-btn:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.auth-container .auth-form .auth-btn:active{transform:translateY(0)}.auth-container .auth-form .auth-btn{width:100%;margin-top:1rem}.auth-container .auth-form .auth-btn:hover{transform:translateY(-2px)}.auth-container .auth-form .error-message{color:#ff6b6b;font-size:.9rem;text-align:center;margin-bottom:1rem}.auth-container .auth-hint{margin-top:1.5rem;text-align:center;font-size:.85rem;color:#797979}@media(max-width:768px){.auth-container{grid-template-columns:1fr;height:auto;margin:1rem}.auth-image{padding:0;min-height:260px}.auth-image .auth-img{width:100%;height:100%;max-height:360px;object-fit:cover}.auth-form-section{padding:2rem}}@media(max-width:480px){.auth-page{margin-top:83px;padding:0}.auth-container{margin:0;height:calc(100vh - 83px)}.auth-form-section{padding:1.5rem}.auth-form-section .auth-header h1{font-size:1.8rem}}.editor-container{background:#fff;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-bottom:1rem}.toolbar{display:flex;gap:4px;padding:8px;background:#f7f9fc;border-bottom:1px solid #e0e0e0}.toolbar .toolbar-item{padding:8px 12px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.toolbar .toolbar-item:hover{background:#212c3f;color:#fff}.toolbar .toolbar-item:active{transform:scale(.95)}.toolbar .toolbar-divider{width:1px;background:#ddd;margin:0 8px}.editor-inner{position:relative;background:#fff}.editor-input{min-height:300px;padding:1rem;font-size:1rem;line-height:1.6;outline:none;color:#0b1220}.editor-input:focus{outline:none}.editor-placeholder{position:absolute;top:1rem;left:1rem;color:#797979;pointer-events:none;font-size:1rem}.editor-paragraph{margin:0 0 1rem}.editor-heading-h1{font-size:2rem;font-weight:700;color:#212c3f;margin:1rem 0}.editor-heading-h2{font-size:1.5rem;font-weight:700;color:#212c3f;margin:1rem 0}.editor-heading-h3{font-size:1.2rem;font-weight:700;color:#212c3f;margin:1rem 0}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-list-ul,.editor-list-ol{margin:1rem 0;padding-left:2rem}.editor-listitem{margin:.5rem 0}.editor-link{color:#fc0;text-decoration:underline;cursor:pointer}.admin-container{padding:2rem;max-width:1200px;margin:0 auto}.admin-container h1{color:#212c3f;margin-bottom:2 rem;text-align:center;font-size:1.7rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.admin-form{background:#f7f9fc;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.admin-form h2{margin-top:0;color:#212c3f;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.admin-form .form-group{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.admin-form .form-actions{display:flex;gap:.5rem}.admin-form .form-input{padding:.75rem;border:1px solid #797979;border-radius:4px;font-size:1rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.admin-form .form-input.wide{flex:1;min-width:250px}.admin-form .form-select{padding:.75rem;border:1px solid #797979;border-radius:4px;font-size:1rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.servicios-list h3{color:#212c3f;margin-bottom:1rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.servicio-card{display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #797979;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background:#fff}.servicio-card .servicio-info{flex:1}.servicio-card .servicio-info h4{margin:0 0 .5rem;color:#212c3f;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif}.servicio-card .servicio-info .servicio-descripcion{color:#797979;margin:0 0 1rem;line-height:1.4}.servicio-card .servicio-info .servicio-meta{display:flex;gap:.5rem;flex-wrap:wrap}.servicio-card .servicio-actions{display:flex;gap:.5rem;flex-direction:column;min-width:120px}.servicio-card .servicio-actions button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif;transition:all .2s ease}.servicio-card .servicio-actions button:first-child{background:#fc0;color:#fff}.servicio-card .servicio-actions button:first-child:hover{background:#cca300}.servicio-card .servicio-actions button:last-child{background:#dc3545;color:#fff}.servicio-card .servicio-actions button:last-child:hover{background:#ba202f}.categoria{background:#797979;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;color:#212c3f}.categoria.reparación{background:#fff;color:#050505}.categoria.instalación{background:#fff;color:#0b0b0b}.categoria.emergencia{background:#fff;color:#060606}.categoria.mantenimiento{background-color:#fbfcfb;color:#070707}.emergencia-tag{background:#f7f7f7;color:#330106;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:700}.btn-dark{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.btn-dark:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.btn-dark:active{transform:translateY(0)}.btn-primary{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.btn-primary:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.btn-primary:active{transform:translateY(0)}.btn-primary{background:#212c3f}.btn-primary:hover{background:#fc0}.btn-secondary{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.btn-secondary:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.btn-secondary:active{transform:translateY(0)}.btn-secondary{background:#797979;color:#212c3f}.btn-secondary:hover{background:#fc0}.btn-edit{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.btn-edit:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.btn-edit:active{transform:translateY(0)}.btn-edit{background:#ffc107;color:#000}.btn-edit:hover{background:#e0a800}btn-danger{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}btn-danger:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}btn-danger:active{transform:translateY(0)}btn-danger{background:#ff6b6b;font-family:white}btn-danger:hover{background:#fff;border-color:#ff6b6b}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.admin-tabs button{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#797979;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.admin-tabs button:hover{color:#212c3f}.admin-tabs button.active{color:#212c3f;border-bottom-color:#fc0}.dropzone{border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s;margin-bottom:1rem}.dropzone.active{border-color:#fc0;background:#ffcc000d}.dropzone:hover{border-color:#212c3f}.dropzone .dropzone-content p{font-size:1.1rem;color:#0b1220;margin-bottom:.5rem}.dropzone .dropzone-content small{color:#797979}.dropzone .image-preview img{max-width:300px;max-height:200px;border-radius:8px;margin-bottom:1rem}.dropzone .image-preview p{color:#797979;font-size:.9rem}.form-textarea{width:100%;padding:.75rem;border:1px solid #797979;border-radius:8px;font-size:1rem;font-family:Myriad Pro,Myriad,Helvetica Neue,Arial,sans-serif;resize:vertical;margin-bottom:1rem}.posts-list h3{color:#212c3f;margin-bottom:1rem}.post-card{display:flex;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1rem;align-items:flex-start}.post-card .post-thumbnail{width:150px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden}.post-card .post-thumbnail img{width:100%;height:100%;object-fit:cover}.post-card .post-info{flex:1}.post-card .post-info h4{color:#212c3f;margin:0 0 .5rem;font-size:1.2rem}.post-card .post-info .post-excerpt{color:#0b1220;margin:0 0 .5rem;font-size:.95rem}.post-card .post-info .post-date{color:#797979;font-size:.85rem}.post-card .post-actions{display:flex;gap:.5rem;flex-direction:column}@media(max-width:768px){.admin-form .form-group{flex-direction:column;align-items:stretch}.servicio-card{flex-direction:column;gap:1rem}.servicio-actions{flex-direction:row!important;justify-content:flex-end}.post-card{flex-direction:column}.post-card .post-thumbnail{width:100%;height:200px}.post-card .post-actions{flex-direction:row}.admin-tabs button{padding:.75rem 1rem;font-size:.9rem}}.blog-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:3rem 2rem;background:#002641}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:1.7rem;color:#f4bc43;margin-bottom:1rem;font-weight:700}.blog-header p{font-size:1.1rem;color:#002641;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.blog-card{background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 15px #0026414d;border:2px solid transparent}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #fc06,0 0 0 2px #fc09;border:2px solid rgba(255,204,0,.8)}.blog-card .blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card .blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card .blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card .blog-card-content h2{font-size:1.4rem;color:#f4bc43;margin-bottom:.5rem;font-weight:700}.blog-card .blog-card-content .blog-card-date{font-size:.85rem;color:#797979;margin-bottom:1rem}.blog-card .blog-card-content .blog-card-excerpt{color:#002641;line-height:1.6;margin-bottom:1rem;flex:1}.blog-card .blog-card-content .blog-card-link{color:#f4bc43;font-weight:500;align-self:flex-start}.no-posts{text-align:center;color:#797979;font-size:1.1rem;margin-top:3rem}.loading-more,.no-more-posts{text-align:center;padding:2rem;margin-top:2rem}.loading-more p,.no-more-posts p{font-size:1rem;color:#797979;font-weight:500}.loading-more p{color:#f4bc43;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.no-more-posts p{color:#fc0}.blog-post-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:2rem;background:#f7f9fc}.back-button{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.back-button:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.back-button:active{transform:translateY(0)}.back-button{margin-bottom:2rem;display:inline-block}.blog-post{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.blog-post .blog-post-header-image{width:100%;height:400px;overflow:hidden}.blog-post .blog-post-header-image img{width:100%;height:100%;object-fit:cover}.blog-post .blog-post-content{padding:3rem}.blog-post .blog-post-content h1{font-size:1.7rem;color:#212c3f;margin-bottom:1rem;font-weight:700}.blog-post .blog-post-content .blog-post-meta{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.blog-post .blog-post-content .blog-post-meta .blog-post-date,.blog-post .blog-post-content .blog-post-meta .blog-post-author{font-size:.9rem;color:#797979}.blog-post .blog-post-content .blog-post-body{font-size:1.1rem;line-height:1.8;color:#002641}.blog-post .blog-post-content .blog-post-body p{margin-bottom:1.5rem}@media(max-width:768px){.blog-header h1{font-size:1.7rem}.blog-grid{grid-template-columns:1fr}.blog-post-header-image{height:250px!important}.blog-post-content{padding:2rem!important}.blog-post-content h1{font-size:1.7rem!important}}.legal-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:4rem 2rem;background:#f7f9fc}.legal-page .container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.legal-page .container h1{color:#212c3f;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.legal-page .container .last-update{color:#666;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-page .container section{margin-bottom:2.5rem}.legal-page .container section h2{color:#0b1220;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;font-weight:700;border-bottom:2px solid #ffcc00;padding-bottom:.5rem}.legal-page .container section h3{color:#0b1220;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem;font-weight:500}.legal-page .container section p{color:#333;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-page .container section ul{margin:1rem 0;padding-left:2rem}.legal-page .container section ul li{color:#333;font-size:1rem;line-height:1.8;margin-bottom:.8rem}.legal-page .container section ul li strong{color:#212c3f;font-weight:500}.legal-page .container section strong{color:#212c3f;font-weight:500}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-page .container{padding:2rem 1.5rem}.legal-page .container h1{font-size:2rem}.legal-page .container section h2{font-size:1.5rem}.legal-page .container section h3{font-size:1.2rem}.legal-page .container section p,.legal-page .container section ul li{font-size:.95rem}}.notfound-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#002641,#212c3f);padding:2rem}.notfound-page .notfound-container{max-width:600px;text-align:center}.notfound-page .notfound-content{background:#fff;border-radius:8px;padding:3rem 2rem;box-shadow:0 10px 40px #0003}.notfound-page .notfound-content .notfound-icon{margin-bottom:1.5rem}.notfound-page .notfound-content .notfound-icon img{width:80px;height:80px;filter:brightness(0) saturate(100%) invert(77%) sepia(58%) saturate(449%) hue-rotate(359deg) brightness(104%) contrast(101%)}.notfound-page .notfound-content h1{font-size:5rem;color:#fc0;margin-bottom:.5rem;font-weight:700;line-height:1}.notfound-page .notfound-content h2{font-size:1.8rem;color:#002641;margin-bottom:1rem;font-weight:700}.notfound-page .notfound-content p{font-size:1.1rem;color:#797979;margin-bottom:2rem;line-height:1.6}.notfound-page .notfound-content .notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.notfound-page .notfound-content .notfound-actions .btn-primary{background:#f7d46c;color:#002641;border:2px solid #f7d46c;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f7d46c66}.notfound-page .notfound-content .notfound-actions .btn-primary:hover{background:transparent;color:#f7d46c;border-color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px #f7d46c80}.notfound-page .notfound-content .notfound-actions .btn-primary:active{transform:translateY(0)}.notfound-page .notfound-content .notfound-actions .btn-primary{text-decoration:none;display:inline-block}.notfound-page .notfound-content .notfound-actions .btn-secondary{background:transparent;color:#002641;border:2px solid #002641;border-radius:999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block}.notfound-page .notfound-content .notfound-actions .btn-secondary:hover{background:#002641;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0026414d}@media(max-width:768px){.notfound-page .notfound-content{padding:2rem 1.5rem}.notfound-page .notfound-content h1{font-size:4rem}.notfound-page .notfound-content h2{font-size:1.5rem}.notfound-page .notfound-content p{font-size:1rem}.notfound-page .notfound-content .notfound-actions{flex-direction:column}.notfound-page .notfound-content .notfound-actions .btn-primary,.notfound-page .notfound-content .notfound-actions .btn-secondary{width:100%}}@media(max-width:480px){.notfound-page{padding:1rem}.notfound-page .notfound-content{padding:1.5rem 1rem}.notfound-page .notfound-content .notfound-icon img{width:60px;height:60px}.notfound-page .notfound-content h1{font-size:3rem}.notfound-page .notfound-content h2{font-size:1.2rem}.notfound-page .notfound-content p{font-size:.95rem}}
