*{margin:0;padding:0;box-sizing:border-box}.analytics-consent{position:fixed;right:18px;bottom:18px;z-index:2000;width:min(440px,calc(100vw - 36px));padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#10141d;color:#fff;box-shadow:0 18px 60px #0000006b}.analytics-consent p{margin:0 0 14px;color:#ffffffc7;font-size:13px;line-height:1.55}.analytics-consent div{display:flex;justify-content:flex-end;gap:10px}.analytics-consent button{min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer}.analytics-consent button:last-child{border-color:#e7b94e;background:#e7b94e;color:#10141d}:root{--primary-color: #ff4d4d;--secondary-color: #1a1a1a;--text-color: #333;--light-text: #fff;--gray-text: #666;--section-padding: 5rem 0;--transition: all .3s ease}body{font-family:Arial,sans-serif;line-height:1.6;overflow-x:hidden;color:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--primary-color)}.navbar{background-color:var(--secondary-color);padding:1rem 5%;position:fixed;width:100%;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;transition:var(--transition)}.navbar.scrolled{background-color:#1a1a1af2;box-shadow:0 2px 10px #0000001a}.logo h1{color:var(--light-text);font-size:1.8rem;font-weight:700}.nav-links{display:flex;list-style:none;align-items:center;margin:0;padding:0}.nav-links li{margin-left:2rem}.nav-links a{color:var(--light-text);text-decoration:none;font-size:1.1rem;transition:var(--transition);position:relative;white-space:nowrap}.nav-links a:after{content:"";position:absolute;width:0;height:2px;background:var(--primary-color);left:0;bottom:-5px;transition:var(--transition)}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary-color)}.nav-cta{background:var(--primary-color);padding:.8rem 1.5rem;border-radius:5px;margin-left:1rem}.nav-cta:after{display:none}.nav-cta:hover{background:#f33;transform:translateY(-2px)}#hero{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--light-text);padding:0 1rem;margin-top:60px;overflow:hidden;will-change:transform;contain:layout paint}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden;contain:paint;transform-style:preserve-3d}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;will-change:opacity}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem;background:#0000004d;border-radius:10px;backdrop-filter:blur(5px);transform:translateZ(0);will-change:transform}.hero-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;animation:fadeInUp 1s ease}.hero-content p{font-size:clamp(1rem,2.5vw,1.2rem);margin-bottom:2rem;animation:fadeInUp 1s ease .2s;opacity:0;animation-fill-mode:forwards}.hero-buttons{display:flex;justify-content:center;gap:1rem;animation:fadeInUp 1s ease .4s;opacity:0;animation-fill-mode:forwards}.cta-button{display:inline-block;padding:1rem 2rem;background-color:var(--primary-color);color:var(--light-text);text-decoration:none;border-radius:5px;transition:var(--transition);font-weight:700}.cta-button:hover{background-color:#f33;transform:translateY(-2px);box-shadow:0 4px 15px #ff4d4d4d}.secondary-button{display:inline-block;padding:1rem 2rem;background-color:transparent;color:var(--light-text);text-decoration:none;border-radius:5px;border:2px solid var(--light-text);transition:var(--transition);font-weight:700}.secondary-button:hover{background-color:var(--light-text);color:var(--secondary-color);transform:translateY(-2px)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:var(--transition)}.service-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px #0003}.service-card i{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-color)}.service-card p{color:var(--gray-text);font-size:1rem;line-height:1.6}.burger{display:none;padding:0;border:0;background:transparent;cursor:pointer}.burger div{width:25px;height:3px;background-color:#fff;margin:5px;transition:all .3s ease}.burger.toggle .line1{transform:rotate(-45deg) translate(-5px,6px)}.burger.toggle .line2{opacity:0}.burger.toggle .line3{transform:rotate(45deg) translate(-5px,-6px)}.services-tabs{margin-top:3rem}.service-category{margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:var(--transition)}.service-category.active{opacity:1;transform:translateY(0)}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.service-image img{width:100%;border-radius:10px;box-shadow:0 5px 15px #0000001a}.service-details ul{list-style:none;margin-bottom:1.5rem}.service-details li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-details li:before{content:"\2713";color:var(--primary-color);position:absolute;left:0}.project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.8rem 1.5rem;border:none;background:#f5f5f5;border-radius:5px;cursor:pointer;transition:var(--transition);font-size:1rem}.filter-btn.active,.filter-btn:hover{background:var(--primary-color);color:var(--light-text)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:var(--transition);opacity:0;transform:translateY(20px)}.project-card.animate{opacity:1;transform:translateY(0)}.project-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #0003}.project-image{width:100%;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.project-info{padding:1.5rem}.project-info h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--secondary-color)}.project-info p{color:var(--gray-text);font-size:.95rem;line-height:1.6}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text{font-size:1.1rem;color:var(--gray-text);margin-bottom:3rem}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:var(--transition)}.feature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.feature i{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.feature h4{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.feature p{color:var(--gray-text);font-size:.95rem}@media screen and (max-width:768px){.about-features{grid-template-columns:1fr;gap:1.5rem}.about-text{font-size:1rem;margin-bottom:2rem}.feature{padding:1.5rem}.feature i{font-size:2rem}.feature h4{font-size:1.2rem}}@media screen and (min-width:769px)and (max-width:1024px){.about-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{background:#f8f9fa;padding:30px;border-radius:15px;box-shadow:0 5px 15px #0000001a}.contact-info h3{color:#2c3e50;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #eee;font-size:1.4rem;text-align:center}.contact-info p{margin:20px 0;display:flex;align-items:center;padding:12px 15px;background:#fff;border-radius:10px;transition:all .3s ease}.contact-info p:hover{transform:translate(5px);box-shadow:0 3px 10px #0000001a}.contact-info i{margin-right:15px;color:var(--primary-color);width:20px;font-size:1.2rem}.contact-info a{color:#333;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-info a:hover{color:var(--primary-color)}.contact-info .social-links{display:flex;justify-content:center;gap:15px;margin-top:30px;padding-top:25px;border-top:2px solid #eee;flex-wrap:wrap}.contact-info .social-links a{width:45px;height:45px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.2rem;transition:all .3s ease;box-shadow:0 3px 10px #0000001a;margin:0 5px}.contact-info .social-links a:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px) scale(1.1);box-shadow:0 5px 15px #ff4d4d4d}.contact-info .social-links a i{margin:0;width:auto}.contact-info .social-links a.facebook:hover{background:#1877f2;box-shadow:0 5px 15px #1877f24d}.contact-info .social-links a.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 5px 15px #dc27434d}.contact-info .social-links a.youtube:hover{background:red;box-shadow:0 5px 15px #ff00004d}.contact-info .social-links a.whatsapp:hover{background:#25d366;box-shadow:0 5px 15px #25d3664d}@media(max-width:768px){.contact-info{padding:20px;margin-bottom:30px}.contact-info h3{font-size:1.3rem;margin-bottom:20px}.contact-info p{padding:10px;margin:15px 0}.contact-info .social-links{gap:10px;margin-top:25px}.contact-info .social-links a{width:40px;height:40px;font-size:1.1rem}}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #ff4d4d1a}.form-group textarea{height:150px;resize:vertical}.submit-button{background:var(--primary-color);color:var(--light-text);padding:1rem 2rem;border:none;border-radius:5px;cursor:pointer;transition:var(--transition);font-size:1rem;width:100%}.submit-button:hover{background:#f33;transform:translateY(-2px)}.map-container{margin-top:3rem;height:400px;border-radius:10px;overflow:hidden}footer{background-color:var(--secondary-color);color:var(--light-text);padding:4rem 5%}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-info h3{font-size:1.8rem;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--light-text);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--primary-color);padding-left:5px}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:var(--light-text);font-size:1.5rem;transition:var(--transition)}.social-links a:hover{color:var(--primary-color);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media screen and (max-width:768px){.navbar{padding:1rem}.nav-links{position:fixed;right:-100%;top:70px;background-color:var(--secondary-color);width:100%;height:calc(100vh - 70px);flex-direction:column;align-items:center;padding:2rem 0;transition:right .3s ease;margin:0}.nav-links.nav-active{right:0}.nav-links li{margin:1.5rem 0;opacity:0;width:100%;text-align:center}.nav-links a{display:block;padding:.5rem 1rem}.nav-cta{margin:0;display:inline-block;padding:.8rem 2rem}.burger{display:block}.service-content,.about-content,.contact-content,.about-features,.contact-info{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.hero-buttons{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0 auto}.hero-buttons a{width:100%}.section-title{font-size:2rem}#hero{height:calc(100vh - 60px);margin-top:60px;padding:1rem;background-position:center center;background-size:cover;background-attachment:scroll}.hero-content{padding:1.5rem;width:90%;margin:0 auto;background:#0009}.hero-content h1{font-size:clamp(1.8rem,4vw,2.5rem)}.hero-content p{font-size:clamp(.9rem,2vw,1.1rem)}}@media screen and (min-width:769px)and (max-width:1024px){.nav-links li{margin-left:1rem}.nav-links a{font-size:1rem}.service-content,.about-content{gap:2rem}.footer-content,.about-features{grid-template-columns:repeat(2,1fr)}#hero{height:calc(100vh - 60px);margin-top:60px;background-size:cover;background-position:center}.hero-content{width:80%;padding:2rem}.hero-content h1{font-size:clamp(2.2rem,4.5vw,3rem)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes navLinkFade{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.loading{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--secondary-color);display:flex;justify-content:center;align-items:center;z-index:2000}.loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading.fade-out{opacity:0;visibility:hidden;transition:all .5s ease}.scroll-to-top{position:fixed;bottom:20px;right:20px;background:var(--primary-color);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--light-text);cursor:pointer;opacity:0;visibility:hidden;transition:var(--transition);z-index:1000}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:hover{background:#f33;transform:translateY(-3px)}.logo{display:flex;align-items:center;padding:5px 0}.logo a{display:flex;align-items:center;text-decoration:none}.logo-img{height:50px;width:auto;min-width:50px;max-width:200px;transition:var(--transition);object-fit:contain;filter:brightness(0) invert(1)}.logo-text-container{display:flex;flex-direction:column;margin-left:.5rem}.logo-text{color:var(--light-text);font-size:1.8rem;font-weight:700;letter-spacing:1px;transition:var(--transition);line-height:1.2}.logo-subtitle{color:var(--light-text);font-size:.8rem;opacity:.9;letter-spacing:.5px;transition:var(--transition);margin-left:.75rem;position:relative}.logo:hover .logo-text,.logo:hover .logo-subtitle{color:var(--primary-color)}@media screen and (max-width:768px){.logo-img{height:40px;min-width:40px;max-width:160px}.logo-text{font-size:1.4rem}.logo-subtitle{font-size:.7rem;margin-left:1.5rem}.logo a{gap:.5rem}}@media screen and (min-width:769px)and (max-width:1024px){.logo-img{height:45px;min-width:45px;max-width:180px}.logo-text{font-size:1.6rem}.logo-subtitle{font-size:.75rem;margin-left:1.8rem}}@media screen and (min-width:1025px){#hero{background-position:center;background-size:cover}.hero-content{width:70%;max-width:1000px}}.service-img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:var(--transition)}.service-img:hover{transform:scale(1.02);box-shadow:0 8px 25px #0003}@media screen and (max-width:768px){.service-img{height:300px}}@media screen and (min-width:769px)and (max-width:1024px){.service-img{height:350px}}.service-img-placeholder{width:100%;height:400px;background:linear-gradient(45deg,var(--primary-color),#ff8080);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:var(--transition);box-shadow:0 5px 15px #0000001a}.service-img-placeholder i{font-size:4rem;margin-bottom:1rem}.service-img-placeholder span{font-size:1.5rem;font-weight:700}.service-img-placeholder:hover{transform:scale(1.02);box-shadow:0 8px 25px #0003}@media screen and (max-width:768px){.service-img-placeholder{height:300px}.service-img-placeholder i{font-size:3rem}.service-img-placeholder span{font-size:1.2rem}}@media screen and (min-width:769px)and (max-width:1024px){.service-img-placeholder{height:350px}}.client-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding:1rem;max-width:1000px;margin-left:auto;margin-right:auto}.logo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(45deg,var(--primary-color),#ff8080);border-radius:10px;color:#fff;width:100%;height:150px}.logo-placeholder i{font-size:3rem;margin-bottom:1rem}.logo-placeholder span{font-size:1.2rem;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:var(--transition)}.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.contact-card i{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.contact-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.contact-card p{color:var(--gray-text);margin-bottom:.5rem}.contact-button{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background-color:var(--primary-color);color:var(--light-text);text-decoration:none;border-radius:5px;transition:var(--transition);font-size:.9rem}.contact-button:hover{background-color:#f33;transform:translateY(-2px)}.social-contact{text-align:center;padding:3rem 0}.social-contact h3{font-size:1.8rem;margin-bottom:2rem;color:var(--secondary-color)}.social-icons{display:flex;justify-content:center;gap:2rem}.social-icon{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.5rem;transition:var(--transition);box-shadow:0 5px 15px #0000001a}.social-icon:hover{background:var(--primary-color);color:var(--light-text);transform:translateY(-5px);box-shadow:0 8px 25px #0003}@media screen and (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:1.5rem}.social-icons{gap:1rem;flex-wrap:wrap}.social-icon{width:50px;height:50px;font-size:1.3rem}}.ref-logo{width:auto;height:auto;max-width:180px;max-height:100px;object-fit:contain;transition:var(--transition)}.client-logo{display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:var(--transition);height:130px;width:100%}.client-logo:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.client-logo:hover .ref-logo{transform:scale(1.05)}@media screen and (max-width:768px){.client-logos{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.client-logo{height:100px;padding:1rem}.ref-logo{max-width:140px;max-height:80px}}@media screen and (min-width:769px)and (max-width:1024px){.client-logos{grid-template-columns:repeat(2,1fr);gap:1.5rem}.client-logo{height:120px}.ref-logo{max-width:160px;max-height:90px}}.page-hero{background:#171717;padding:150px 0;color:#fff;text-align:center;margin-bottom:50px;position:relative;margin-top:70px;overflow:hidden}.page-hero__media,.page-hero__media:after,.page-hero__image{position:absolute;inset:0;width:100%;height:100%}.page-hero__media{z-index:0}.page-hero__media:after{content:"";background:#000000bf}.page-hero__image{object-fit:cover;object-position:center}.page-hero:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none;z-index:1}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-size:3.8rem;margin-bottom:25px;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2;font-weight:700}.hero-subtitle{font-size:1.5rem;opacity:.95;line-height:1.6;margin-bottom:30px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px}.hero-buttons .cta-button{padding:15px 35px;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background:var(--primary-color);color:#fff;border:none}.hero-buttons .secondary-button{padding:15px 35px;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background:transparent;color:#fff;border:2px solid white}.hero-buttons .cta-button:hover{background:#f33;transform:translateY(-3px);box-shadow:0 5px 15px #ff4d4d4d}.hero-buttons .secondary-button:hover{background:#fff;color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px #ffffff4d}@media(max-width:768px){.page-hero{padding:100px 0;margin-top:60px}.page-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;padding:0 15px}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.hero-buttons .cta-button,.hero-buttons .secondary-button{width:100%;max-width:280px;padding:12px 25px;font-size:1rem}}@media(min-width:769px)and (max-width:1024px){.page-hero h1{font-size:3.2rem}.hero-subtitle{font-size:1.3rem}}.content-section{padding:50px 0;background:#fff}.content-section .container{display:grid;grid-template-columns:7fr 3fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}.main-content{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000001a}.main-content h2{color:#333;font-size:2rem;margin:30px 0 20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.main-content h2:first-child{margin-top:0}.service-list{list-style:none;padding:0}.service-list li{padding:15px 20px;margin:10px 0;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;transition:all .3s ease}.service-list li:hover{transform:translate(10px);background:#f0f0f0}.service-list li strong{color:#2c3e50;margin-right:10px}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin:30px 0}.equipment-item{background:#f8f9fa;padding:25px;border-radius:10px;transition:all .3s ease}.equipment-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.equipment-item h3{color:#2c3e50;margin-bottom:15px;font-size:1.3rem}.equipment-item ul{list-style:none;padding:0}.equipment-item ul li{padding:8px 0;border-bottom:1px solid #eee;color:#666}.equipment-item ul li:last-child{border-bottom:none}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin:30px 0}.benefit-item{text-align:center;padding:30px;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.benefit-item i{font-size:2.5rem;color:#007bff;margin-bottom:20px}.benefit-item h3{color:#2c3e50;margin-bottom:15px}.considerations ul{background:#f8f9fa;padding:25px 40px;border-radius:10px}.considerations ul li{margin:15px 0;color:#666}.considerations ul li strong{color:#2c3e50}.sidebar{position:sticky;top:20px;align-self:start}.cta-section{background:linear-gradient(45deg,var(--primary-color),#ff8080);padding:40px;border-radius:10px;text-align:center;color:#fff;margin-top:50px;box-shadow:0 5px 15px #ff4d4d33;transition:all .3s ease}.cta-section:hover{box-shadow:0 8px 25px #ff4d4d4d;transform:translateY(-3px)}.cta-section h2{color:#fff!important;border:none!important;font-size:2.2rem;margin-bottom:20px;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.cta-section p{margin:20px 0;font-size:1.1rem;opacity:.95;line-height:1.6}.cta-section .cta-button{display:inline-block;padding:15px 35px;background:#fff;color:var(--primary-color);text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s ease;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent}.cta-section .cta-button:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #fff3}@media(max-width:768px){.content-section .container{grid-template-columns:1fr}.page-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.equipment-grid,.benefits{grid-template-columns:1fr}.sidebar{position:static;margin-top:30px}}.service-buttons{margin-top:20px;display:flex;justify-content:flex-start;align-items:center}.service-buttons .cta-button{margin-right:10px;min-width:120px;text-align:center}@media(max-width:768px){.hero-background{height:100%;object-position:center;transform:translateZ(0);width:100%;max-width:100%;max-height:100vh;will-change:transform;contain:paint layout size;content-visibility:auto;contain-intrinsic-size:100vh;image-rendering:optimizeSpeed;backface-visibility:hidden;perspective:1000;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}#hero{height:calc(100vh - 60px);margin-top:60px;padding:1rem;transform:translateZ(0);will-change:transform;contain:layout paint size;content-visibility:auto;isolation:isolate;z-index:1}.hero-content{transform:translateZ(0);will-change:transform;backdrop-filter:none;background:#0009;z-index:2;contain:layout style}.hero-overlay{background:#00000080;position:absolute;inset:0;z-index:1;will-change:opacity;contain:strict}.navbar{transform:translateZ(0);will-change:transform;contain:layout style}.container{contain:layout style}.section{content-visibility:auto;contain-intrinsic-size:700px}}.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:32px 0 46px}.blog-card{display:flex;min-height:280px;padding:28px;flex-direction:column;border:1px solid #e4e7eb;border-top:4px solid var(--primary-color);border-radius:8px;color:#333;background:#f8f9fa;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.blog-card:first-child{grid-column:1 / -1}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.blog-card>span,.article-meta{color:#67717e;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-card h3{margin:24px 0 14px;color:#20252b;font-size:1.7rem;line-height:1.15}.blog-card p{color:#5d6670}.blog-card b{margin-top:auto;padding-top:24px;color:var(--primary-color)}.article-lead{margin:26px 0 32px;padding-left:20px;border-left:4px solid var(--primary-color);color:#2d333a;font-size:1.25rem;line-height:1.65}.article-toc,.article-callout{margin:30px 0;padding:24px 28px;border-radius:8px;background:#f3f5f7}.article-toc ol{margin-bottom:0;padding-left:22px}.article-toc a,.blog-article a,.blog-index a{color:#b93721;text-decoration:underline;text-underline-offset:3px}.blog-card,.blog-card:hover,.cta-button,.cta-button:hover{text-decoration:none}.comparison-table{margin:28px 0;overflow-x:auto}.comparison-table table{width:100%;min-width:640px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:14px 16px;border:1px solid #dfe3e7;text-align:left;vertical-align:top}.comparison-table th{color:#fff;background:#2c3e50}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-card:first-child{grid-column:auto}.blog-card{min-height:240px}.article-lead{font-size:1.08rem}}@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(../fonts/manrope-latin-ext.woff2?v=20260716-1) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF}@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(../fonts/manrope-latin.woff2?v=20260716-1) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+20AC,U+2122}.site-shell-skip{position:fixed;top:12px;left:12px;z-index:7000;padding:10px 16px;background:#fbf8f2;color:#191b1f;font:700 14px/1.4 Manrope,Arial,sans-serif;text-decoration:none;transform:translateY(-180%);transition:transform .18s ease}.site-shell-skip:focus-visible{transform:translateY(0)}.site-shell-header,.site-shell-footer{--site-shell-bg: #080a0f;--site-shell-bg-soft: #0d1119;--site-shell-line: rgba(255, 255, 255, .14);--site-shell-line-strong: rgba(255, 255, 255, .26);--site-shell-text: #f5f7fa;--site-shell-muted: #b4becc;--site-shell-signal: #ff6b35;--site-shell-signal-soft: #ff956e;box-sizing:border-box;color:var(--site-shell-text);font-family:Manrope,Arial,sans-serif;line-height:1.5}.site-shell-header *,.site-shell-footer *,.site-shell-header *:before,.site-shell-header *:after,.site-shell-footer *:before,.site-shell-footer *:after{box-sizing:border-box}.site-shell-header a,.site-shell-footer a{color:inherit;text-decoration:none}.site-shell-header a:focus-visible,.site-shell-header button:focus-visible,.site-shell-footer a:focus-visible{outline:3px solid var(--site-shell-signal-soft);outline-offset:4px}.site-shell-header{position:sticky;top:0;z-index:5000;width:100%;border-bottom:1px solid var(--site-shell-line);background:#080a0ff5;box-shadow:0 10px 32px #00000029;backdrop-filter:blur(18px)}.site-shell-header+main>.page-hero:first-child{margin-top:0}.site-shell-container{width:min(1280px,calc(100% - 64px));margin-inline:auto}.site-shell-utility{border-bottom:1px solid var(--site-shell-line);background:#05070a;color:var(--site-shell-muted);font-size:11px;font-weight:700;letter-spacing:.1em}.site-shell-utility__inner{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:20px}.site-shell-utility__meta{margin:0;text-transform:uppercase}.site-shell-utility__links{display:flex;align-items:center;gap:12px}.site-shell-utility__links a{transition:color .18s ease}.site-shell-utility__links a:hover{color:var(--site-shell-text)}.site-shell-utility__email{text-transform:none}.site-shell-nav{position:relative;display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:28px}.site-shell-brand{display:inline-flex;min-width:156px;min-height:48px;align-items:center}.site-shell-brand img{display:block;width:168px;height:auto;max-width:100%;filter:brightness(0) invert(1);opacity:.92}.site-shell-nav__links{display:flex;margin:0;padding:0;align-items:center;gap:clamp(12px,1.35vw,22px);list-style:none}.site-shell-nav__links a{position:relative;display:inline-flex;min-height:44px;align-items:center;color:var(--site-shell-muted);font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap;transition:color .18s ease}.site-shell-nav__links a:hover,.site-shell-nav__links a[aria-current=page]{color:var(--site-shell-text)}.site-shell-nav__links a[aria-current=page]:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--site-shell-signal);content:""}.site-shell-nav__links .site-shell-nav__cta{min-height:46px;padding-inline:18px;border:1px solid var(--site-shell-signal);background:var(--site-shell-signal);color:#080a0f}.site-shell-nav__links .site-shell-nav__cta:hover{background:var(--site-shell-signal-soft);color:#080a0f}.site-shell-menu-toggle{display:none;width:48px;height:48px;padding:0 12px;border:1px solid var(--site-shell-line-strong);background:transparent;color:var(--site-shell-text);cursor:pointer}.site-shell-menu-toggle span{display:block;width:100%;height:2px;margin:5px 0;background:currentColor;transition:transform .18s ease,opacity .18s ease}.site-shell-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.site-shell-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-shell-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.site-shell-footer{position:relative;z-index:1;border-top:1px solid var(--site-shell-line);background:#05070a}.site-shell-footer__grid{display:grid;padding-block:56px 48px;grid-template-columns:minmax(230px,1.35fr) repeat(3,minmax(145px,.75fr));align-items:start;gap:clamp(30px,4vw,64px)}.site-shell-footer__brand{display:inline-flex;margin-bottom:18px}.site-shell-footer__brand img{width:168px;height:auto;filter:brightness(0) invert(1);opacity:.92}.site-shell-footer p{margin:0;color:var(--site-shell-muted);font-size:13px}.site-shell-footer__summary{max-width:360px}.site-shell-footer__contact{display:grid;margin-top:22px;gap:8px}.site-shell-footer__contact a{width:fit-content;color:var(--site-shell-text);font-size:13px;font-weight:700}.site-shell-footer__contact a:hover{color:var(--site-shell-signal-soft)}.site-shell-footer h2{margin:0 0 16px;color:var(--site-shell-text);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-shell-footer nav{display:grid;gap:9px}.site-shell-footer nav a{width:fit-content;min-height:30px;color:var(--site-shell-muted);font-size:13px;font-weight:700}.site-shell-footer nav a:hover{color:var(--site-shell-text)}.site-shell-social{display:flex;margin-top:22px;gap:10px}.site-shell-social a{display:inline-flex;width:44px;height:44px;border:1px solid var(--site-shell-line-strong);align-items:center;justify-content:center;color:var(--site-shell-muted);transition:border-color .18s ease,color .18s ease,transform .18s ease}.site-shell-social a:hover{border-color:var(--site-shell-signal);color:var(--site-shell-text);transform:translateY(-2px)}.site-shell-social svg{width:20px;height:20px}.site-shell-footer__bottom{display:flex;padding-block:18px;border-top:1px solid var(--site-shell-line);align-items:center;justify-content:space-between;gap:24px}.site-shell-footer__bottom a{color:var(--site-shell-muted);text-decoration:underline;text-underline-offset:3px}.site-shell-footer__bottom a:hover{color:var(--site-shell-text)}.site-breadcrumb{display:flex;width:min(1200px,calc(100% - 48px));margin:18px auto -4px;gap:9px;color:#667085;font:700 12px/1.4 Manrope,Arial,sans-serif}.site-breadcrumb a{color:#344054;text-decoration:none}.site-breadcrumb a:hover{text-decoration:underline}.page-hero__answer{max-width:760px;margin:0 auto 28px;color:#ffffffe6;font-size:clamp(16px,2vw,20px);line-height:1.6}.service-quote{padding:clamp(56px,8vw,104px) 24px;background:#080a0f;color:#f5f7fa;font-family:Manrope,Arial,sans-serif}.service-quote *,.service-quote *:before,.service-quote *:after{box-sizing:border-box}.service-quote__inner{display:grid;width:min(1120px,100%);margin:0 auto;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(34px,7vw,92px);align-items:start}.service-quote__intro{position:sticky;top:130px}.service-quote__intro>p:first-child{margin:0 0 12px;color:#ff956e;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.service-quote__intro h2{margin:0;font:800 clamp(30px,4vw,52px)/1.02 "Barlow Condensed","Manrope",sans-serif;letter-spacing:.01em;text-transform:uppercase}.service-quote__intro>p:last-child{max-width:360px;margin:24px 0 0;color:#b4becc;font-size:15px;line-height:1.7}.service-quote__form{padding:clamp(22px,4vw,42px);border:1px solid rgba(255,255,255,.18);background:#0d1119;box-shadow:16px 16px #ffffff06}.service-quote fieldset{min-width:0;margin:0;padding:0;border:0}.service-quote legend{width:100%;margin-bottom:20px;color:#f5f7fa;font:800 21px/1.15 Barlow Condensed,Manrope,sans-serif;letter-spacing:.04em;text-transform:uppercase}.service-quote__steps{display:grid;grid-template-columns:1fr 1fr;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.16)}.service-quote__steps button{min-height:48px;border:0;border-bottom:2px solid transparent;background:transparent;color:#9ca8b8;font:800 11px/1 Manrope,Arial,sans-serif;letter-spacing:.08em;text-align:left;text-transform:uppercase;cursor:pointer}.service-quote__steps button.is-active{border-color:#ff6b35;color:#f5f7fa}.service-quote__steps span{display:inline-grid;width:22px;height:22px;margin-right:8px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:10px}.service-quote__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-quote__grid label,.service-quote__checks label{display:grid;gap:7px}.service-quote__grid label>span,.service-quote__services legend{color:#d8dee7;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.service-quote__grid input,.service-quote__grid select,.service-quote__grid textarea{width:100%;min-height:46px;padding:11px 12px;border:1px solid rgba(255,255,255,.22);border-radius:0;outline:0;background:#080a0f;color:#f5f7fa;font:500 14px/1.4 Manrope,Arial,sans-serif}.service-quote__grid textarea{min-height:104px;resize:vertical}.service-quote__grid input:focus-visible,.service-quote__grid select:focus-visible,.service-quote__grid textarea:focus-visible{border-color:#ff956e;box-shadow:0 0 0 3px #ff6b352e}.service-quote__wide{grid-column:1 / -1}.service-quote__services{margin-top:26px!important}.service-quote__services legend{margin-bottom:12px;font-family:Manrope,Arial,sans-serif}.service-quote__checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.service-quote__checks label{min-height:44px;padding:10px;border:1px solid rgba(255,255,255,.14);grid-template-columns:auto 1fr;align-items:center;color:#d8dee7;font-size:13px;cursor:pointer}.service-quote__checks input{width:16px;height:16px;accent-color:#ff6b35}.service-quote__checks label:has(input:checked){border-color:#ff6b35;background:#ff6b351a;color:#fff}.service-quote__error{min-height:20px;margin:10px 0 0;color:#ff9b93;font-size:12px}.service-quote__button,.service-quote__actions button{min-height:48px;padding:0 16px;border:1px solid #ff6b35;border-radius:0;background:#ff6b35;color:#080a0f;font:800 12px/1 Manrope,Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.service-quote__step>.service-quote__button{width:100%;margin-top:24px}.service-quote__actions{display:grid;grid-template-columns:auto 1fr 1fr;gap:8px;margin-top:20px}.service-quote__actions button:first-child{border-color:#ffffff4d;background:transparent;color:#f5f7fa}.service-quote__actions button:nth-child(2){border-color:#ffffff4d;background:#171c26;color:#f5f7fa}.service-quote__button:hover,.service-quote__actions button:hover{filter:brightness(1.12);transform:translateY(-1px)}.service-quote__recaptcha{margin-top:20px;color:#b4becc;font-size:13px}.service-quote__note,.service-quote__status{margin:18px 0 0;color:#b4becc;font-size:12px;line-height:1.65}.service-quote__note a,.service-quote__status a{color:#ffb193;text-underline-offset:3px}.service-quote__status.is-error{color:#ffaaa3}.service-quote__status.is-success{color:#aee8bd}.service-quote__trap{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.related-links{padding:56px 24px;border-top:1px solid var(--site-shell-line);background:var(--site-shell-bg-soft);color:var(--site-shell-text);font-family:Manrope,Arial,sans-serif}.related-links__inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:start}.related-links__eyebrow{margin:0 0 10px;color:var(--site-shell-signal);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.related-links h2{max-width:560px;margin:0;color:var(--site-shell-text);font:700 clamp(24px,3vw,38px)/1.12 "Manrope",Arial,sans-serif;letter-spacing:-.03em}.related-links__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.related-links__grid a{min-height:58px;padding:14px 16px;border:1px solid var(--site-shell-line);color:var(--site-shell-text);text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:14px;font-weight:700}.related-links__grid a:hover{border-color:var(--site-shell-signal);background:#ff6b3514}.related-links__grid span{color:var(--site-shell-signal);font-size:18px}@media(max-width:760px){.site-breadcrumb{width:calc(100% - 32px)}.service-quote{padding-inline:16px}.service-quote__inner{grid-template-columns:1fr;gap:34px}.service-quote__intro{position:static}.service-quote__grid,.service-quote__checks,.service-quote__actions{grid-template-columns:1fr}.service-quote__actions button:first-child{order:3}.related-links{padding:44px 16px}.related-links__inner,.related-links__grid{grid-template-columns:1fr}.related-links__inner{gap:26px}}@media(max-width:1120px){.site-shell-menu-toggle{display:block;flex:0 0 auto}.site-shell-nav__links{position:absolute;top:100%;right:-32px;left:-32px;display:none;padding:16px 32px 28px;border-top:1px solid var(--site-shell-line);border-bottom:1px solid var(--site-shell-line);background:var(--site-shell-bg-soft);box-shadow:0 24px 40px #00000052;flex-direction:column;align-items:stretch;gap:2px}.site-shell-nav__links.is-open{display:flex}.site-shell-nav__links a{min-height:48px;padding-inline:10px}.site-shell-nav__links a[aria-current=page]:after{inset:10px auto 10px 0;width:3px;height:auto}.site-shell-nav__links .site-shell-nav__cta{margin-top:8px;justify-content:center}}@media(max-width:900px){.site-shell-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-shell-container{width:calc(100% - 32px)}.site-shell-utility{display:none}.site-shell-nav{min-height:70px}.site-shell-brand img{width:150px}.site-shell-nav__links{right:-16px;left:-16px;padding-inline:16px}.site-shell-footer__grid{padding-block:42px 36px;grid-template-columns:1fr;gap:32px}.site-shell-footer__bottom{flex-direction:column;align-items:flex-start;gap:5px}}@media(prefers-reduced-motion:reduce){.site-shell-header *,.site-shell-footer *,.site-shell-skip{scroll-behavior:auto!important;transition-duration:.01ms!important}}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/barlow-condensed-700-latin-ext.woff2?v=20260716-1) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/barlow-condensed-700-latin.woff2?v=20260716-1) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html[data-service-detail]{background:#080a0f;color-scheme:dark}body[data-service-detail]{--service-bg: #080a0f;--service-bg-soft: #0d1119;--service-surface: #111521;--service-surface-raised: #171c28;--service-line: rgba(255, 255, 255, .14);--service-line-strong: rgba(255, 255, 255, .28);--service-text: #f5f7fa;--service-muted: #b4becc;--service-signal: #ff6b35;--service-signal-soft: #ffb193;min-width:320px;background:var(--service-bg);color:var(--service-text);font-family:Manrope,Arial,sans-serif;line-height:1.65;-webkit-tap-highlight-color:rgba(255,107,53,.24)}body[data-service-detail] *,body[data-service-detail] *:before,body[data-service-detail] *:after{box-sizing:border-box}body[data-service-detail] main{overflow:clip;background:var(--service-bg)}body[data-service-detail] .container{width:min(1200px,calc(100% - 48px));max-width:none;padding:0}body[data-service-detail] a:focus-visible,body[data-service-detail] button:focus-visible,body[data-service-detail] input:focus-visible,body[data-service-detail] select:focus-visible,body[data-service-detail] textarea:focus-visible{outline:3px solid var(--service-signal-soft);outline-offset:3px}body[data-service-detail] .page-hero{display:grid;min-height:clamp(520px,56vw,680px);margin:0;padding:clamp(86px,12vw,156px) 0 clamp(74px,10vw,126px);align-items:end;isolation:isolate;overflow:hidden;background:var(--service-bg);color:var(--service-text);text-align:left}body[data-service-detail] .page-hero__media{z-index:-2}body[data-service-detail] .page-hero__media:after{background:linear-gradient(90deg,#05070af5,#05070ac7 48%,#05070a61)}body[data-service-detail] .page-hero:before{inset:auto 0 0;z-index:-1;height:42%;background:linear-gradient(0deg,var(--service-bg) 0%,rgba(8,10,15,0) 100%)}body[data-service-detail] .page-hero .container{z-index:1}body[data-service-detail] .page-hero h1{max-width:980px;margin:0;color:var(--service-text);font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(50px,7.2vw,104px);font-weight:700;letter-spacing:.005em;line-height:.9;text-shadow:none;text-transform:uppercase;text-wrap:balance}body[data-service-detail] .page-hero__answer{max-width:720px;margin:28px 0 0;color:#f3f5f8;font-size:clamp(16px,1.8vw,20px);line-height:1.65}body[data-service-detail] .hero-subtitle{max-width:700px;margin:18px 0 0;padding:0;color:var(--service-muted);font-size:clamp(14px,1.4vw,17px);line-height:1.7;opacity:1;text-shadow:none}body[data-service-detail] .hero-buttons{display:flex;margin-top:34px;justify-content:flex-start;gap:12px}body[data-service-detail] .cta-button{display:inline-flex;min-height:48px;padding:0 20px;border:1px solid var(--service-signal);border-radius:0;align-items:center;justify-content:center;background:var(--service-signal);color:#080a0f;font-size:12px;font-weight:800;letter-spacing:.07em;line-height:1;text-decoration:none;text-transform:uppercase;touch-action:manipulation;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}body[data-service-detail] .hero-buttons .cta-button:first-child:not(:last-child){background:#080a0f2e;color:var(--service-text)}body[data-service-detail] .cta-button:hover{border-color:var(--service-signal-soft);background:var(--service-signal-soft);color:#080a0f;transform:translateY(-2px)}body[data-service-detail] .hero-buttons .cta-button:first-child:not(:last-child):hover{background:var(--service-text);color:var(--service-bg)}body[data-service-detail] .site-breadcrumb{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:20px 0 0;color:var(--service-muted);font-family:Manrope,Arial,sans-serif}body[data-service-detail] .site-breadcrumb a{color:var(--service-text)}body[data-service-detail] .site-breadcrumb a:hover{color:var(--service-signal-soft)}body[data-service-detail] .content-section{padding:clamp(36px,5vw,70px) 0 clamp(72px,9vw,128px);background:var(--service-bg)}body[data-service-detail] .content-section .container{display:grid;width:min(1200px,calc(100% - 48px));grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:clamp(24px,4vw,56px);align-items:start}body[data-service-detail] .main-content{min-width:0;padding:clamp(24px,4vw,54px);border:1px solid var(--service-line);border-radius:0;background:var(--service-bg-soft);box-shadow:none}body[data-service-detail] .main-content>nav[aria-label="Sayfa yolu"]{display:none}body[data-service-detail] .main-content h2{max-width:840px;margin:58px 0 20px;padding:18px 0 0;border-top:1px solid var(--service-line);border-bottom:0;color:var(--service-text);font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(29px,3.4vw,46px);font-weight:700;letter-spacing:.015em;line-height:.98;text-transform:uppercase;text-wrap:balance;scroll-margin-top:138px}body[data-service-detail] .main-content h2:first-of-type{margin-top:0;padding-top:0;border-top:0}body[data-service-detail] .main-content h3{margin:30px 0 12px;color:var(--service-text);font-size:clamp(17px,1.8vw,22px);line-height:1.3;scroll-margin-top:138px}body[data-service-detail] .main-content p{max-width:78ch;margin:0 0 18px;color:var(--service-muted);font-size:16px;line-height:1.78}body[data-service-detail] .main-content a{color:var(--service-signal-soft);font-weight:700;text-decoration-color:#ffb1938f;text-decoration-thickness:1px;text-underline-offset:3px}body[data-service-detail] .main-content a:hover{color:#fff}body[data-service-detail] .main-content ul{padding-left:22px}body[data-service-detail] .service-list{display:grid;margin:24px 0;padding:0;gap:8px;list-style:none}body[data-service-detail] .service-list li{display:block;margin:0;padding:14px 16px;border:1px solid var(--service-line);border-left:3px solid var(--service-signal);border-radius:0;background:var(--service-surface);color:var(--service-muted);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}body[data-service-detail] .service-list li:hover{border-color:var(--service-signal);background:var(--service-surface-raised);transform:translate(3px)}body[data-service-detail] .service-list li strong,body[data-service-detail] .considerations li strong{color:var(--service-text)}body[data-service-detail] .equipment-grid,body[data-service-detail] .benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));margin:28px 0;gap:12px}body[data-service-detail] .equipment-item,body[data-service-detail] .benefit-item{padding:24px;border:1px solid var(--service-line);border-radius:0;background:var(--service-surface);box-shadow:none;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}body[data-service-detail] .equipment-item:hover,body[data-service-detail] .benefit-item:hover{border-color:var(--service-line-strong);background:var(--service-surface-raised);box-shadow:none;transform:translateY(-2px)}body[data-service-detail] .equipment-item h3{display:flex;margin:0 0 16px;align-items:flex-start;gap:10px;color:var(--service-text);font-size:18px}body[data-service-detail] .equipment-item ul{margin:0;padding:0;list-style:none}body[data-service-detail] .equipment-item ul li{padding:9px 0;border-bottom:1px solid var(--service-line);color:var(--service-muted);font-size:14px}body[data-service-detail] .equipment-item ul li:last-child{border-bottom:0}body[data-service-detail] .benefit-item{text-align:left}body[data-service-detail] .benefit-item>.service-detail-icon{width:34px;height:34px;margin-bottom:18px}body[data-service-detail] .benefit-item h3{margin:0 0 10px;color:var(--service-text);font-size:19px}body[data-service-detail] .benefit-item p{margin:0;font-size:14px}body[data-service-detail] .service-detail-icon{width:1.15em;height:1.15em;flex:0 0 auto;color:var(--service-signal);vertical-align:-.18em}body[data-service-detail] .considerations ul{margin:24px 0;padding:18px 20px 18px 38px;border:1px solid var(--service-line);border-left:3px solid var(--service-signal);border-radius:0;background:var(--service-surface)}body[data-service-detail] .considerations ul li{margin:10px 0;color:var(--service-muted);line-height:1.65}body[data-service-detail] .cta-section{margin-top:54px;padding:clamp(28px,5vw,48px);border:1px solid var(--service-signal);border-radius:0;background:var(--service-signal);box-shadow:none;color:#080a0f;text-align:left}body[data-service-detail] .cta-section:hover{box-shadow:none;transform:none}body[data-service-detail] .cta-section h2{max-width:780px;margin:0;padding:0;border:0;color:#080a0f!important;font-size:clamp(32px,4vw,54px);text-shadow:none}body[data-service-detail] .cta-section p{max-width:66ch;margin:16px 0 24px;color:#11151f;font-size:16px;opacity:1}body[data-service-detail] .cta-section .cta-button{border-color:#080a0f;background:#080a0f;color:var(--service-text)}body[data-service-detail] .cta-section .cta-button:hover{border-color:#080a0f;background:transparent;color:#080a0f;box-shadow:none}body[data-service-detail] .sidebar.service-contact{position:sticky;top:118px;align-self:start}body[data-service-detail] .service-contact__panel{padding:24px;border:1px solid var(--service-line-strong);background:var(--service-surface)}body[data-service-detail] .service-contact__eyebrow{margin:0 0 9px;color:var(--service-signal-soft);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}body[data-service-detail] .service-contact h2{margin:0;color:var(--service-text);font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:34px;font-weight:700;letter-spacing:.02em;line-height:.95;text-transform:uppercase}body[data-service-detail] .service-contact__intro{margin:16px 0 20px;color:var(--service-muted);font-size:13px;line-height:1.7}body[data-service-detail] .service-contact__items{display:grid;gap:8px}body[data-service-detail] .service-contact__item{display:grid;min-width:0;min-height:56px;padding:11px 12px;border:1px solid var(--service-line);grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;background:#080a0f6b;color:var(--service-text);font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease}body[data-service-detail] .service-contact__item:not(.service-contact__item--static):hover{border-color:var(--service-signal);background:#ff6b351a;color:#fff}body[data-service-detail] .service-contact__item .service-detail-icon{width:20px;height:20px}body[data-service-detail] .service-contact__item span{min-width:0}body[data-service-detail] .service-contact__item small{display:block;margin-bottom:2px;color:var(--service-muted);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}body[data-service-detail] .service-contact__social{display:grid;margin-top:16px;padding-top:16px;border-top:1px solid var(--service-line);grid-template-columns:repeat(4,minmax(44px,1fr));gap:8px}body[data-service-detail] .service-contact__social-link{display:inline-flex;min-width:44px;min-height:44px;border:1px solid var(--service-line-strong);align-items:center;justify-content:center;background:transparent;color:var(--service-muted);text-decoration:none;touch-action:manipulation;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}body[data-service-detail] .service-contact__social-link svg{width:20px;height:20px}body[data-service-detail] .service-contact__social-link:hover{border-color:var(--service-signal);background:#ff6b351a;color:var(--service-text);transform:translateY(-2px)}body[data-service-detail] .service-contact__social-link.facebook:hover{border-color:#5b9cff;color:#b9d3ff}body[data-service-detail] .service-contact__social-link.instagram:hover{border-color:#f48997;color:#ffc0d0}body[data-service-detail] .service-contact__social-link.youtube:hover{border-color:#ff7b7b;color:#ffd0d0}body[data-service-detail] .service-contact__social-link.whatsapp:hover{border-color:#63e993;color:#aaf3c3}body[data-service-detail] .analytics-consent{z-index:6000;border-color:var(--service-line-strong);border-radius:0;background:#0d1119;color:var(--service-text)}body[data-service-detail] .analytics-consent p{color:#d6dde8}body[data-service-detail] .analytics-consent p a{color:#ffd0bd;font-weight:700;text-underline-offset:3px}body[data-service-detail] .analytics-consent button{min-height:44px;border-radius:0;touch-action:manipulation}body[data-service-detail] .analytics-consent button:last-child{border-color:var(--service-signal);background:var(--service-signal);color:#080a0f}@media(min-width:721px){body[data-service-detail] .analytics-consent{inset:128px auto auto 18px;width:min(640px,calc(100vw - 36px));max-width:none;padding:12px 18px;display:flex;align-items:center;gap:24px}body[data-service-detail] .analytics-consent p{flex:1 1 auto;margin:0}body[data-service-detail] .analytics-consent div{display:flex;flex:0 0 auto}}@media(max-width:980px){body[data-service-detail] .content-section .container{grid-template-columns:minmax(0,1fr)}body[data-service-detail] .sidebar.service-contact{position:static}body[data-service-detail] .service-contact__panel{max-width:680px}}@media(max-width:720px){body[data-service-detail] .container,body[data-service-detail] .content-section .container,body[data-service-detail] .site-breadcrumb{width:calc(100% - 32px)}body[data-service-detail] .page-hero{min-height:0;padding:78px 0 72px}body[data-service-detail] .page-hero__media:after{background:#05070acc}body[data-service-detail] .page-hero h1{font-size:clamp(46px,15vw,72px)}body[data-service-detail] .page-hero__answer{margin-top:22px}body[data-service-detail] .hero-buttons{display:grid;grid-template-columns:1fr}body[data-service-detail] .hero-buttons .cta-button{width:100%}body[data-service-detail] .main-content{padding:22px 18px}body[data-service-detail] .main-content h2{margin-top:46px}body[data-service-detail] .main-content p{font-size:15px}body[data-service-detail] .equipment-item,body[data-service-detail] .benefit-item{padding:20px}body[data-service-detail] .considerations ul{padding:16px 16px 16px 31px}body[data-service-detail] .service-contact__panel{padding:20px}body[data-service-detail] .analytics-consent{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;width:auto;padding:16px}body[data-service-detail] .analytics-consent div{display:grid;grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){body[data-service-detail] *,body[data-service-detail] *:before,body[data-service-detail] *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
