body{font-family:Open Sans,sans-serif;margin:0rem}.header{background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem;position:fixed;top:0;left:0;width:100%;z-index:1000}.container{display:flex;padding-right:25px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-image{width:2.6rem;height:2.6rem;object-fit:contain}.logo-text{font-size:1.15rem;font-weight:800;letter-spacing:.5px;color:#111;white-space:nowrap}.logo-text-accent{color:#ed872d}.menu-icon{display:none;font-size:1.5rem;cursor:pointer;background:none;border:none;position:relative;z-index:1100;color:#1a202c}.nav{display:flex;align-items:center;gap:2rem}.nav-links{list-style:none;display:flex;gap:2rem}.nav-link{position:relative;text-decoration:none;font-size:1rem;font-weight:600;color:#1a202c;cursor:pointer;transition:color .2s ease;padding-bottom:4px}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#ed872d;transition:width .25s ease}.nav-link:hover{color:#ed872d}.nav-link:hover:after{width:100%}.nav-link.active{color:#ed872d}.nav-link.active:after{width:100%}.dropdown-caret{display:inline-block;transition:transform .2s ease;font-size:.8em}.dropdown-caret.open{transform:rotate(180deg)}.nav-link-cta{background:#fdf0e4;border:1.5px solid #ED872D;color:#ed872d!important;padding:.4rem 1rem;border-radius:999px;font-weight:700;transition:background .2s ease,color .2s ease}.nav-link-cta:after{display:none}.nav-link-cta:hover{background:#ed872d;color:#fff!important}.dropdown{position:relative;display:flex;align-items:center;gap:2px}.dropdown-caret-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;color:#1a202c;transition:color .2s ease}.dropdown-caret-btn:hover{color:#ed872d}.dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);background-color:#fff;box-shadow:0 16px 40px #00000026;border:1px solid #ececea;border-top:3px solid #ED872D;border-radius:.75rem;padding:1.1rem;width:480px;z-index:1000}.dropdown-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.dropdown-item{display:flex;align-items:center;gap:12px;padding:.7rem .8rem;text-decoration:none;color:#1a202c;font-size:.87rem;font-weight:600;transition:background-color .2s ease,color .2s ease;background:none;border:none;border-radius:.5rem;width:100%;text-align:left;cursor:pointer;font-family:inherit}.dropdown-item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fdf0e4;color:#ed872d;font-size:.9rem}.dropdown-item:hover{background-color:#fdf0e4;color:#ed872d}.dropdown-item:hover .dropdown-item-icon{background:#ed872d;color:#fff}.dropdown-viewall{display:block;margin-top:10px;padding-top:10px;border-top:1px solid #ececea;text-align:center;font-size:.85rem;font-weight:700;color:#ed872d;text-decoration:none}.dropdown-viewall:hover{color:#c96f1f}@media (max-width: 480px){.logo-text-accent{display:none}}@media (max-width: 768px){.menu-icon{display:block}.nav{position:fixed;top:0;right:-100%;height:100%;width:70%;background-color:#fff;flex-direction:column;padding:1rem;padding-top:30px;padding-right:0;padding-left:0;box-shadow:-4px 0 8px #0000001a;transition:right .6s ease-in-out}.nav-open{display:flex;justify-content:right;padding-left:15px;right:0}.nav-links{padding-left:0;flex-direction:column;gap:2rem}.nav-link{font-size:1.29rem}.dropdown-menu{position:static;transform:none;box-shadow:none;border:none;border-top:none;width:100%;padding:.5rem 0 0}.dropdown-grid{grid-template-columns:1fr}.dropdown-item{font-size:1rem;padding:.6rem .5rem}}.footer-container{background-color:#111;padding:56px 40px 24px}.footer-inner{max-width:640px;margin:0 auto;text-align:center}.footer-logo{height:100px;width:auto;display:block;margin:0 auto 14px}.footer-nav{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:18px}.footer-nav a{color:#e7e7e6;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:#ed872d}.footer-divider{width:48px;height:2px;background:#ed872d;margin:0 auto 18px}.newsletter-form{display:inline-flex;width:100%;max-width:420px;border-radius:999px;overflow:hidden;border:1px solid #333;margin-bottom:16px}.newsletter-input{flex:1;min-width:0;box-sizing:border-box;padding:10px 16px;border:none;background:#1b1b1a;color:#fff;font-size:14px;font-family:inherit}.newsletter-input::placeholder{color:#8a8a88}.newsletter-input:focus{outline:2px solid #ED872D;outline-offset:-2px}.newsletter-button{background:#ed872d;color:#fff;border:none;padding:0 24px;font:700 13px system-ui;cursor:pointer;white-space:nowrap;transition:background .2s ease}.newsletter-button:hover{background:#c96f1f}.footer-social{display:flex;justify-content:center;gap:14px;margin-bottom:20px}.social-circle{width:40px;height:40px;border-radius:50%;border:1px solid #333;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease,border-color .2s ease}.social-circle:hover{background:#ed872d;border-color:#ed872d}.footer-bottom{max-width:640px;margin:0 auto;border-top:1px solid #262625;padding-top:14px;text-align:center;color:#7d7d7b;font-size:13px}@media (max-width: 480px){.footer-container{padding:40px 20px 20px}.footer-logo{height:80px}.footer-nav{gap:16px 20px}.footer-nav a{font-size:13px}}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#000;padding:2rem 1rem;width:100%;box-sizing:border-box;overflow:hidden}.hero-overlay{position:absolute;width:100%;height:100%;background:#00000080;z-index:4;pointer-events:none}.image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.image-container:before{content:"";position:absolute;width:100%;height:100%;background:#0000004d;z-index:2;pointer-events:none}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.1);transition:opacity 1.5s ease-in-out,transform 5s ease-in-out;z-index:1}.hero-image.active{opacity:1;transform:scale(1);z-index:3}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:2}.hero-video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);pointer-events:none;border:none;min-width:100%;min-height:100%;object-fit:cover}.hero-container{position:relative;z-index:5;max-width:1200px;text-align:center;color:#fff}.hero-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;width:100%;color:#fff}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.3;text-transform:uppercase;margin-bottom:1rem}.cta-button{background-color:#f97316;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.benefits{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.benefit{display:flex;align-items:center;gap:.5rem;background:#fff3;padding:.75rem;border-radius:.5rem}.benefit-icon{color:#f97316;font-size:1.5rem}.benefit p{margin:0;font-size:1rem}.bottom-sections{position:absolute;bottom:0;width:100%;display:flex;justify-content:center;gap:1rem;z-index:5;transition:none}.bottom-box{flex:1;padding:1.5rem;text-align:center;font-size:1rem;color:#fff;background-color:#000c}.black{background-color:#1a202c}.orange{background-color:#f97316}@media (max-width: 768px){.hero-container{text-align:center}.hero-text{align-items:center}.benefits{flex-direction:column;align-items:center}.bottom-sections{flex-direction:column}.hide-on-mobile{display:none}}.hero-images{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden}.second-section{width:100%;padding:4rem 0rem;background-color:#1a202c;position:relative}.section-container{max-width:1200px;margin:0 auto}.upper-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.text-content{max-width:100%;color:#fff;position:relative;z-index:2}.section-title,.section-subtitle{color:#f97316}.section-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem;transition:color .3s ease}.section-subtitle{font-size:1.1rem;margin:1rem 1rem 2rem;line-height:1.6;transition:color .3s ease}.fourth-section__subtext{font-size:1.2rem;color:#fff;max-width:600px;line-height:1.8;margin-bottom:1.5rem}.fourth-section__highlight{font-weight:600;color:#fffae3}.cta-button{background-color:#f97316;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#d65a00}.image-content{flex:1;display:flex;justify-content:center;position:relative}.styled-image{width:100%;max-width:500px;border-radius:10px;transition:opacity .3s ease}@media (max-width: 768px){.upper-section{flex-direction:column;text-align:center;position:relative}.text-content{max-width:100%;position:relative;z-index:2}.section-title,.section-subtitle{color:#f97316}.image-content{position:absolute;top:0;left:0;width:100%;height:100%}.styled-image{width:100%;height:100%;object-fit:cover;opacity:.3;filter:brightness(.4);position:absolute;z-index:1;transition:opacity .3s ease,filter .3s ease}}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.feature-item{background-color:#2d3748;padding:1.5rem;border-radius:10px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #f973164d;background-color:#374151}.feature-icon{font-size:2rem;color:#f97316;margin-bottom:1rem}.feature-item h3{font-size:1.3rem;color:#fff;margin-bottom:.5rem}.feature-item p{font-size:1rem;color:#e2e8f0;line-height:1.5}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.third-section{width:100%;padding:4rem 0rem;background:linear-gradient(135deg,#f97316 30%,#1a202c);color:#fff;text-align:center;position:relative;overflow:hidden}.third-section .section-container{max-width:1200px;margin:0 auto;padding:0 1rem}.third-section .section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.third-section .highlight{color:#000}.third-section .section-subtitle{font-size:1.1rem;color:#fefefe;margin-bottom:3rem}.third-section .service-layout{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.third-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2vw;width:100%;max-width:1100px;margin:2rem auto;padding:0 1rem}.third-section .service-item{background:#ffffff1a;padding:1.5rem;border-radius:10px;text-align:center;box-shadow:0 4px 10px #00000026;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;display:flex;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.third-section .service-item:hover{transform:translateY(-5px);background:#ffffff4d;box-shadow:0 6px 15px #0003}.third-section .service-icon{font-size:2rem;color:#000;margin-bottom:1rem;transition:color .3s ease-in-out}.third-section .service-item:hover .service-icon{color:#fff}.third-section .service-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.third-section .service-description{font-size:1rem;color:#fefefe}@media (max-width: 1024px){.third-section .services-grid{grid-template-columns:repeat(2,1fr);gap:4vw}}@media (max-width: 768px){.third-section .services-grid{grid-template-columns:1fr;gap:5vw}.third-section .service-item{background:#fff3}}.fourth-section{position:relative;background-color:#f7f7f6;padding:4.5rem 5% 6rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.fourth-section__background-image{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/serviceConca-cAIGUT1B.png);background-size:cover;background-position:center;opacity:.3;z-index:-1}.fourth-section__container{max-width:1200px;width:100%;display:flex;align-items:center;gap:3rem;text-align:left}.fourth-section__image-container{position:relative;flex:1;max-width:480px}.fourth-section__image-overlay{width:100%;display:block;border-radius:14px;box-shadow:0 10px 30px #00000026}.fourth-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:14px;background:linear-gradient(180deg,#0000 60%,#0000008c)}.fourth-section__orange-box{flex:1;text-align:left;color:#111;width:100%;max-width:620px}.fourth-section__eyebrow{display:inline-block;color:#ed872d;font-size:.85rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px}.fourth-section__title{font-size:2.2rem;font-weight:700;color:#111;margin-bottom:1.2rem}.fourth-section__subtext{font-size:1.05rem;color:#555;line-height:1.8}.fourth-section__highlight{font-weight:700;color:#ed872d}.fourth-section__cta{display:inline-block;margin-top:1.5rem;background:#ed872d;color:#fff;border:none;padding:12px 26px;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s ease}.fourth-section__cta:hover{background:#c96f1f}.fourth-section__stats-container{display:flex;flex-wrap:wrap;gap:1rem}.fourth-section__stats-container--float{position:absolute;left:16px;right:16px;bottom:-28px;flex-wrap:nowrap;z-index:2}.fourth-section__stats-container--inline{display:none;margin-top:2rem}.fourth-section__stat-box{background:#fff;border-radius:12px;padding:1.1rem 1rem;text-align:left;border:2px solid transparent;box-shadow:0 8px 20px #0000001f;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;flex:1;min-width:0}.fourth-section__stat-box:hover{transform:translateY(-4px);border-color:#ed872d;box-shadow:0 12px 28px #00000029}.fourth-section__stat-number{font-size:1.6rem;font-weight:700;color:#ed872d;margin:0;white-space:nowrap}.fourth-section__stat-label{font-size:.82rem;color:#6b7280;margin:4px 0 0}@media (max-width: 900px){.fourth-section__container{flex-direction:column;text-align:center}.fourth-section__orange-box{text-align:center;max-width:100%}.fourth-section__image-container{max-width:100%;margin-bottom:2.5rem}.fourth-section__stats-container--inline{justify-content:center;text-align:center}.fourth-section__stat-box{text-align:center}}@media (max-width: 768px){.fourth-section__background-image{display:block}.fourth-section__image-container{display:none}.fourth-section__stats-container--inline{display:flex}.fourth-section{padding:3.5rem 20px}.fourth-section__title{font-size:1.8rem}}@media (max-width: 480px){.fourth-section__stats-container--inline{flex-direction:column}}.carousel-container{padding:2.5rem 0;width:100%;display:flex;flex-direction:column;align-items:center}.carousel-header{text-align:center;margin-bottom:1.5rem}.carousel-title{font-size:1.875rem;font-weight:700;color:#f97316}.carousel-description{color:#4b5563;max-width:32rem;margin:0 auto}.carousel-wrapper{overflow:hidden;width:100%;max-width:80rem;position:relative;padding:1.25rem 0}.carousel-content{display:flex;flex-wrap:nowrap;gap:1.5rem;min-width:100vw}.carousel-image{width:8rem;height:8rem;object-fit:contain;cursor:pointer;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;background:#fff;padding:.5rem;transition:transform .3s ease-in-out;border:2px solid transparent}.carousel-image:not([src]){border-color:red}.carousel-image:hover{transform:scale(1.1)}.nosotros-page{display:flex;flex-direction:column;align-items:center;background:#f8f9fa}.nosotros-container{position:relative;width:100%;min-height:90vh;background:url(/assets/imgAbout-DmSLBrVX.jpg) no-repeat center center/cover;display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:9rem 8% 4rem;box-sizing:border-box}.nosotros-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#000000d1 30%,#00000059)}.nosotros-overlay{position:relative;z-index:1;max-width:700px;color:#fff}.nosotros-eyebrow{display:inline-block;color:#ed872d;font-size:.85rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}.nosotros-title{font-size:3rem;font-weight:700;margin-bottom:24px;color:#fff}.nosotros-text{font-size:1.15rem;line-height:1.7;margin-bottom:15px;color:#e2e8f0}.nosotros-text strong{color:#ed872d}.mission-vision-container{display:flex;align-items:center;justify-content:center;padding:4.5rem 5%;background:#f7f7f6}.content-container{width:100%;max-width:1300px}.mission-vision-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-title{font-size:2.4rem;font-weight:700;color:#111;margin:0 0 12px}.section-subtitle{font-size:1.05rem;color:#666;line-height:1.6}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{background:#fff;border-radius:14px;padding:2.2rem 1.8rem;box-shadow:0 4px 15px #0000000f;border:2px solid transparent;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;text-align:left}.card:hover{transform:translateY(-6px);border-color:#ed872d;box-shadow:0 10px 30px #0000001a}.icon-wrapper{width:56px;height:56px;border-radius:12px;background:#fdf0e4;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:background .25s ease}.card:hover .icon-wrapper{background:#ed872d}.icon{color:#ed872d;transition:color .25s ease}.card:hover .icon{color:#fff}.card h3{font-size:1.3rem;font-weight:700;color:#111;margin:0 0 10px}.card p{font-size:1rem;color:#666;line-height:1.6;margin:0}.team-section{background:#fff;padding:4.5rem 5%;text-align:center}.team-section-header{max-width:700px;margin:0 auto 3rem}.team-section .section-title{font-size:2.4rem}.team-section .section-subtitle{font-size:1.05rem;color:#666;margin-top:0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1300px;margin:0 auto}.team-member{background:#fff;border-radius:14px;box-shadow:0 4px 15px #0000000f;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden;display:flex;flex-direction:column;border:2px solid transparent}.team-member:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001a;border-color:#ed872d}.team-member-avatar{width:100%;height:160px;display:flex;align-items:center;justify-content:center;background:#111}.team-member-avatar img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0003}.avatar-placeholder{width:90px;height:90px;border-radius:50%;background:#ed872d;display:flex;align-items:center;justify-content:center;border:4px solid rgba(255,255,255,.2)}.avatar-placeholder span{font-size:2rem;font-weight:700;color:#fff;text-transform:uppercase}.team-member-info{padding:22px 20px;text-align:center;flex:1;display:flex;flex-direction:column;gap:8px}.team-member h3{font-size:1.2rem;font-weight:700;color:#111;margin:0}.team-member .role{font-size:.85rem;font-weight:700;color:#ed872d;margin:0 0 4px;display:inline-block;padding:4px 14px;background:#fdf0e4;border-radius:20px;align-self:center}.team-member .description{font-size:.9rem;color:#666;line-height:1.6;text-align:center;margin-top:auto}.services-section{width:100%;padding:4.5rem 5%;background:#f7f7f6;display:flex;justify-content:center}.services-content{display:flex;align-items:center;max-width:1200px;gap:50px}.services-text{flex:1;text-align:left}.services-text h2{font-size:2.2rem;color:#111;margin-bottom:15px}.services-text p{font-size:1.1rem;color:#666;margin-bottom:20px;line-height:1.6}.btn-more{background:#ed872d;color:#fff;padding:12px 26px;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease}.btn-more:hover{background:#c96f1f}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;flex:1}.service-card{background:#fff;padding:26px 20px;border-radius:12px;box-shadow:0 4px 15px #0000000f;border:2px solid transparent;text-align:center;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);border-color:#ed872d;box-shadow:0 10px 30px #0000001a}.service-card .icon-wrapper{width:48px;height:48px;border-radius:10px;background:#fdf0e4;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.icon-service{color:#ed872d}.service-card h3{font-size:1.15rem;margin-bottom:8px;color:#111}.service-card p{font-size:.92rem;color:#666;line-height:1.5;margin:0}@media (max-width: 1024px){.services-content{flex-direction:column;text-align:center}.card-grid{grid-template-columns:repeat(2,1fr)}.services-text{text-align:center;margin-bottom:30px}.services-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr);gap:20px}.team-section .section-title{font-size:2.2rem}.section-subtitle{font-size:1rem}.team-member-avatar{height:150px}.team-member-avatar img,.avatar-placeholder{width:100px;height:100px}.avatar-placeholder span{font-size:2rem}.team-member-info{padding:20px 15px}.team-member h3{font-size:1.2rem}.team-member .role{font-size:.9rem}.team-member .description{font-size:.85rem}}@media (max-width: 768px){.nosotros-container{padding:8rem 6% 3rem}.nosotros-title{font-size:2rem}.nosotros-text{font-size:1rem}.services-text h2{font-size:2rem}.services-text p{font-size:1.1rem}.btn-more{font-size:.9rem;padding:10px 20px}.team-grid{grid-template-columns:1fr;gap:20px;padding:10px}.team-section .section-title{font-size:2rem}.section-subtitle{font-size:.95rem}.team-member-avatar{height:140px}.team-member-avatar img,.avatar-placeholder{width:90px;height:90px}}@media (max-width: 600px){.card-grid{grid-template-columns:1fr}.card{padding:1.8rem 1.5rem}.card h3{font-size:1.2rem}.card p{font-size:1rem}.team-section{padding:50px 15px}.team-section .section-title{font-size:1.8rem}.section-subtitle{font-size:.9rem}.team-grid{gap:15px}.team-member-avatar{height:120px}.team-member-avatar img,.avatar-placeholder{width:80px;height:80px}.avatar-placeholder span{font-size:1.8rem}.team-member-info{padding:15px 12px}.team-member h3{font-size:1.1rem}.team-member .role{font-size:.85rem;padding:4px 12px}.team-member .description{font-size:.8rem}}.contact-section{display:flex;justify-content:center;padding:60px 20px;background:#f0f0ef;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.contact-section *{box-sizing:border-box}.contact-card{width:100%;max-width:1100px;background:#fff;border-radius:16px;box-shadow:0 2px 30px #00000014;overflow:hidden;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-hero{position:relative;background:#111;padding:64px 48px 88px;text-align:center;overflow:hidden}.contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#111 40%,#2a2a29)}.contact-hero-content{position:relative}.contact-hero-content h2{font-weight:800;font-size:2.4rem;color:#fff;margin:0 0 12px}.contact-hero-content p{color:#b5b5b3;font-size:1rem;max-width:560px;margin:0 auto;line-height:1.6}.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 48px;margin-top:-48px;position:relative}.info-card{background:#fff;border-radius:10px;padding:22px 16px;box-shadow:0 10px 28px #0000001f;text-align:center;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.info-card-link{cursor:pointer}.info-card-link:hover{transform:translateY(-4px);box-shadow:0 14px 34px #ed872d33}.info-icon{width:36px;height:36px;border-radius:50%;background:#ed872d;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.info-title{font-size:.85rem;font-weight:700;color:#111;margin-bottom:4px}.info-text{font-size:.78rem;color:#7d7d7b;line-height:1.4;word-break:break-word}.contact-main-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;padding:48px}.contact-form-box{background:#f7f7f6;border-radius:10px;padding:28px}.contact-form-box h3{font-size:1.15rem;color:#111;margin:0 0 6px;font-weight:700}.contact-form-box>p{color:#7d7d7b;font-size:.85rem;margin:0 0 18px;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.contact-form input,.contact-form textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:.9rem;font-family:inherit;transition:all .2s ease}.contact-form textarea{min-height:90px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #ED872D;outline-offset:1px;border-color:#ed872d}.error-input{border-color:#ef4444!important;background:#fef2f2!important}.error-text{color:#ef4444;font-size:.8rem;display:flex;align-items:center;gap:5px}.error-text:before{content:"⚠️";font-size:.85rem}.btn-submit{display:flex;align-items:center;justify-content:center;gap:8px;background:#ed872d;color:#fff;border:none;padding:14px;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease}.btn-submit:hover:not(:disabled){background:#c96f1f}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-side{display:flex;flex-direction:column;gap:14px}.contact-map{border-radius:10px;overflow:hidden;border:1px solid #ececea;flex:1;min-height:180px}.contact-map iframe{width:100%;height:100%;display:block}.directions-btn{background:#111;color:#fff;text-align:center;padding:12px;border-radius:8px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s ease}.directions-btn:hover{background:#2a2a29}.social-row{display:flex;gap:10px}.social-icon-btn{flex:1;background:#f7f7f6;color:#111;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;transition:background .2s ease,color .2s ease}.social-icon-btn:hover{background:#ed872d;color:#fff}@media (max-width: 900px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-section{padding:40px 12px}.contact-hero{padding:48px 24px 72px}.contact-hero-content h2{font-size:1.7rem}.contact-hero-content p{font-size:.9rem}.contact-info-grid{padding:0 20px;gap:12px}.contact-main-grid{grid-template-columns:1fr;padding:32px 20px}.contact-map{min-height:220px}}@media (max-width: 480px){.contact-info-grid{grid-template-columns:1fr}.contact-hero-content h2{font-size:1.4rem}.contact-form-box{padding:20px}}._servicesContainer_ynqc8_1{position:relative;width:100%;padding:0rem 0;text-align:center;background-color:#f7f7f6}._container_ynqc8_9{max-width:1200px;margin:0 auto;padding:3rem 5%;box-sizing:border-box}._textCenter_ynqc8_16{text-align:center;margin-bottom:2rem}._sectionTitle_ynqc8_21{font-size:2.5rem;font-weight:700;color:#ed872d;margin:0}._sectionDescription_ynqc8_28{font-size:1.1rem;color:#666;max-width:700px;margin:1rem auto 0}._gridContainer_ynqc8_35{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){._container_ynqc8_9{padding:2.5rem 20px}._sectionTitle_ynqc8_21{font-size:1.8rem}._sectionDescription_ynqc8_28{font-size:1rem;margin-top:1rem}._gridContainer_ynqc8_35{grid-template-columns:1fr;gap:1.5rem}}._serviceItem_b277p_1{background-color:#fff;padding:1.5rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}._serviceItem_b277p_1:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}._serviceIcon_b277p_15{font-size:2.5rem;color:#ff6a00;margin-bottom:1rem;display:flex;justify-content:center}._serviceTitle_b277p_23{font-size:1.3rem;font-weight:700;color:#333}._serviceDescription_b277p_29{font-size:1rem;color:#666;margin-top:.5rem}@media (max-width: 768px){._serviceItem_b277p_1{padding:1rem}._serviceIcon_b277p_15{font-size:2rem}._serviceTitle_b277p_23{font-size:1.2rem}._serviceDescription_b277p_29{font-size:.9rem}}._heroSection_p4t06_1{position:relative;background:url(/assets/img6-D4jhl7LO.jpg) no-repeat center center/cover;min-height:80vh;display:flex;align-items:center;color:#fff;padding:9rem 5% 3rem;box-sizing:border-box}._heroOverlay_p4t06_12{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}._heroInner_p4t06_22{position:relative;z-index:2;display:flex;flex-direction:column;gap:40px;max-width:1300px;margin:0 auto;width:100%}._heroContent_p4t06_33{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:42rem}._heroTitle_p4t06_41{font-size:48px;font-weight:700;margin-bottom:20px}._heroDescription_p4t06_47{text-align:left;line-height:1.6;font-size:18px;margin-bottom:24px;color:#e2e8f0}._heroButtons_p4t06_55{display:flex;gap:15px}._btnPrimary_p4t06_60{padding:12px 26px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;background:#ed872d;color:#fff;transition:background .2s ease}._btnPrimary_p4t06_60:hover{background:#c96f1f}._btnSecondary_p4t06_76{background:#fff;color:#000;border:1px solid #ED872D}._heroStats_p4t06_83{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;background:#111111b3;border:1px solid rgba(237,135,45,.4);border-radius:12px;padding:24px 20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._statItem_p4t06_96{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;position:relative;flex:1;min-width:140px;padding:0 1rem}._statItem_p4t06_96 h3{font-size:30px;font-weight:700;color:#ed872d;margin:0 0 6px}._statItem_p4t06_96 p{font-size:.9rem;color:#e2e8f0;margin:0}._statItem_p4t06_96:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:10%;height:80%;width:1px;background-color:#fff3}@media (max-width: 1024px){._heroTitle_p4t06_41{font-size:38px}._heroStats_p4t06_83{justify-content:center}}@media (max-width: 768px){._heroSection_p4t06_1{padding:8rem 20px 2.5rem;min-height:auto}._heroContent_p4t06_33{max-width:100%}._heroTitle_p4t06_41{font-size:30px}._heroDescription_p4t06_47{font-size:16px}._heroButtons_p4t06_55{justify-content:center;width:100%}._heroStats_p4t06_83{flex-direction:column;align-items:stretch}._statItem_p4t06_96{padding:10px 0}._statItem_p4t06_96:not(:last-child):after{display:none;border-bottom:1px solid rgba(255,255,255,.15)}._statItem_p4t06_96:not(:last-child){border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:16px}}._surveySection_1ewze_1{width:100%;padding:2.5rem 5%;text-align:center;background-color:#fff;box-sizing:border-box}._sectionHeader_1ewze_10{max-width:800px;margin:0 auto 2.5rem}._sectionTitle_1ewze_15{font-size:2.4rem;font-weight:700;color:#111;margin:0 0 12px}._sectionSubtitle_1ewze_22{font-size:1.1rem;color:#666;line-height:1.6;margin:0}._tabs_1ewze_30{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:2.5rem}._tab_1ewze_30{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#f7f7f6;border:1.5px solid #ececea;cursor:pointer;font-size:15px;font-weight:700;color:#444;border-radius:999px;transition:background .2s ease,color .2s ease,border-color .2s ease}._tab_1ewze_30:hover{background:#fdf0e4;border-color:#ed872d;color:#ed872d}._tab_1ewze_30._active_1ewze_60{background:#ed872d;border-color:#ed872d;color:#fff}._icon_1ewze_67{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#ffffff40;color:inherit;font-size:13px;font-weight:700;border-radius:50%}._tab_1ewze_30:not(._active_1ewze_60) ._icon_1ewze_67{background:#ed872d;color:#fff}._contentCard_1ewze_86{max-width:1300px;margin:0 auto;background:#f7f7f6;border-radius:16px;overflow:hidden}._content_1ewze_86{padding:3rem;display:flex;justify-content:space-between;align-items:center;gap:50px}._text_1ewze_103{flex:1;text-align:left}._text_1ewze_103 h3{font-size:30px;margin:0 0 15px;color:#111}._text_1ewze_103 p{font-size:17px;color:#666;line-height:1.6;margin:0}._image_1ewze_122{flex:1}._image_1ewze_122 img{max-width:100%;width:100%;display:block;border-radius:10px;box-shadow:0 8px 24px #0000001f}@media (max-width: 1024px){._tab_1ewze_30{font-size:14px;padding:10px 16px}._content_1ewze_86{flex-direction:column-reverse;text-align:center;gap:30px;padding:2rem}._text_1ewze_103{text-align:center}._text_1ewze_103 h3{font-size:26px}._text_1ewze_103 p{font-size:16px}}@media (max-width: 640px){._surveySection_1ewze_1{padding:3rem 20px}._sectionTitle_1ewze_15{font-size:1.8rem}._sectionSubtitle_1ewze_22{font-size:1rem}._tabs_1ewze_30{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}._tab_1ewze_30{white-space:nowrap;font-size:13px;padding:9px 14px}._content_1ewze_86{padding:1.5rem}._text_1ewze_103 h3{font-size:22px}._text_1ewze_103 p{font-size:15px}}._servicesSection_1n2tx_1{display:flex;flex-direction:column;align-items:center;gap:30px;padding:3rem 5%;background-color:#111}._sectionHeader_1n2tx_11{text-align:center;max-width:800px}._sectionTitle_1n2tx_16{font-size:42px;font-weight:700;color:#ed872d;margin:0 0 12px}._sectionSubtitle_1n2tx_23{font-size:18px;color:#e2e8f0;max-width:800px;margin:auto}._servicesGrid_1n2tx_31{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;max-width:1300px}._serviceWrapper_1n2tx_39{width:100%;scroll-margin-top:100px}._serviceCard_1n2tx_45{display:flex;flex-direction:column;height:100%;background:#1b1b1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a29;transition:transform .25s ease,border-color .25s ease}._serviceCard_1n2tx_45:hover{transform:translateY(-4px);border-color:#ed872d}._imageContainer_1n2tx_62{width:100%;aspect-ratio:16 / 10;overflow:hidden}._imageContainer_1n2tx_62 img{width:100%;height:100%;object-fit:cover;display:block}._textContainer_1n2tx_76{flex:1;padding:20px;text-align:left}._highlightTitle_1n2tx_83{font-size:18px;margin:0 0 8px;color:#ed872d;font-weight:700}._description_1n2tx_90{font-size:14px;color:#cbd5e0;line-height:1.6;margin:0}@media (max-width: 1024px){._servicesGrid_1n2tx_31{grid-template-columns:repeat(2,1fr)}._sectionTitle_1n2tx_16{font-size:36px}}@media (max-width: 640px){._servicesSection_1n2tx_1{padding:3rem 20px}._servicesGrid_1n2tx_31{grid-template-columns:1fr}._sectionTitle_1n2tx_16{font-size:28px}._sectionSubtitle_1n2tx_23{font-size:16px}._highlightTitle_1n2tx_83{font-size:17px}._description_1n2tx_90{font-size:14px}}.faq-page{width:100%}.faq-hero{background:#111;padding-top:9rem;padding-bottom:48px;width:100%;box-sizing:border-box}.faq-hero-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;max-width:1300px;margin:0 auto;padding:0 5%;box-sizing:border-box}.faq-hero-badge{display:inline-block;color:#ed872d;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.faq-hero-title{font-size:2.6rem;font-weight:800;line-height:1.1;color:#fff;text-transform:uppercase;margin:0}.faq-hero-title span{color:#ed872d}.faq-hero-desc{color:#b5b5b3;font-size:.95rem;line-height:1.6;max-width:360px;margin:0}.faq-body{display:grid;grid-template-columns:260px 1fr;gap:32px;max-width:1300px;margin:0 auto;padding:40px 5%;box-sizing:border-box}.faq-sidebar{display:flex;flex-direction:column;gap:24px}.faq-sidebar-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#999;margin-bottom:10px}.faq-sidebar-label-light{color:#b5b5b3}.faq-categories{display:flex;flex-direction:column;gap:6px}.faq-category-btn{display:flex;justify-content:space-between;align-items:center;width:100%;background:#f2f2f1;border:none;border-radius:8px;padding:12px 14px;font-size:.9rem;font-weight:600;color:#444;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:left}.faq-category-btn:hover{background:#e8e8e6}.faq-category-btn.active{background:#ed872d;color:#fff}.faq-category-btn.highlight{background:#fdf0e4;border:1.5px solid #ED872D;color:#ed872d}.faq-category-btn.highlight:hover{background:#fbe3c9}.faq-category-btn.highlight.active{background:#ed872d;color:#fff;border-color:#ed872d}.faq-category-count{font-size:.8rem;color:#999}.faq-category-btn.active .faq-category-count{color:#fffc}.faq-category-btn.highlight .faq-category-count{color:#ed872d}.faq-category-btn.highlight.active .faq-category-count{color:#fffc}.faq-contact-box{background:#fff;border:1px solid #ececea;border-radius:10px;padding:18px}.faq-contact-item{display:flex;align-items:center;gap:8px;color:#111;font-size:.85rem;font-weight:600;text-decoration:none;margin-top:8px;word-break:break-word}.faq-contact-item svg{color:#ed872d;flex-shrink:0}.faq-contact-item:hover{color:#ed872d}.faq-ports-box{background:#111;border-radius:10px;padding:18px}.faq-ports-list{display:flex;flex-wrap:wrap;gap:8px}.faq-port-pill{background:#ed872d;color:#fff;font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:999px}.faq-main{min-width:0}.faq-category-title{font-size:1.3rem;font-weight:800;text-transform:uppercase;color:#111;border-left:4px solid #ED872D;padding-left:14px;margin:0 0 20px}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #e5e5e3}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;cursor:pointer;padding:18px 0;font-size:1rem;font-weight:600;color:#111;text-align:left;font-family:inherit}.faq-toggle-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#f2f2f1;color:#444;display:flex;align-items:center;justify-content:center}.faq-answer-container{padding:0 0 20px}.faq-answer{color:#666;font-size:.92rem;line-height:1.6;margin:0}.faq-steps{margin:12px 0 0;padding-left:20px;color:#666;font-size:.92rem;line-height:1.8}.faq-cta-box{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;background:#f7f7f6;border-radius:10px;padding:22px 26px;margin-top:24px}.faq-cta-title{font-size:1rem;font-weight:700;color:#111;margin:0 0 4px}.faq-cta-desc{font-size:.85rem;color:#777;margin:0}.faq-cta-btn{background:#ed872d;color:#fff;font-size:.9rem;font-weight:700;padding:12px 24px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .2s ease}.faq-cta-btn:hover{background:#c96f1f}@media (max-width: 900px){.faq-body{grid-template-columns:1fr}.faq-hero-title{font-size:2.1rem}.faq-hero-desc{max-width:100%}}@media (max-width: 480px){.faq-hero{padding:7rem 20px 36px}.faq-body{padding:30px 20px}.faq-cta-box{flex-direction:column;align-items:flex-start}.faq-cta-btn{width:100%;text-align:center}}
