*{margin:0;padding:0;box-sizing:border-box}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes flame-flicker{0%{transform:scaleY(1)}50%{transform:scaleY(1.2)}to{transform:scaleY(1)}}@keyframes smoke-drift{0%{transform:translateY(0) scale(1);opacity:.8}to{transform:translateY(-100px) scale(2);opacity:0}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.7;color:#1a1a1a;background:linear-gradient(-45deg,rgba(255,107,53,.1),rgba(59,130,246,.1),rgba(245,158,11,.1),rgba(16,185,129,.1));background-size:400% 400%;animation:gradient-shift 15s ease infinite;background-attachment:fixed;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1.05rem;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;letter-spacing:.01em}.btn:disabled{opacity:.8;cursor:not-allowed;background:linear-gradient(135deg,rgba(255,107,53,.8),rgba(234,88,12,.8));transform:none!important}.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.1);transform:translateY(100%);transition:transform .3s ease;z-index:-1}.btn:hover:before{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,rgba(255,107,53,1),rgba(234,88,12,1));color:white;box-shadow:0 4px 15px rgba(255,107,53,.3);font-weight:600}.btn-primary:hover{background:linear-gradient(135deg,#ea580c,#FF6B35);box-shadow:0 6px 20px rgba(255,107,53,.4);transform:translateY(-2px)}.btn-secondary{background:transparent;color:#FF6B35;border:2px solid #ff6b35}.btn-secondary:hover{background:#FF6B35;color:white}.btn-white{background:white;color:#FF6B35;border:2px solid white}.btn-white:hover{background:transparent;color:white}.btn-outline-white{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.btn-outline-white:hover{background:rgba(255,255,255,.2);color:white;border-color:rgba(255,255,255,.8);box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-2px)}.header{position:fixed;top:0;left:0;right:0;height:80px;background:linear-gradient(120deg,rgba(255,255,255,.85),rgba(250,250,250,.9),rgba(255,255,255,.95));background-size:200% 200%;animation:header-gradient-shift 15s ease infinite;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px rgba(0,0,0,.03);z-index:1000;transition:all .3s ease}@keyframes header-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.header.scrolled{height:70px;background:linear-gradient(120deg,rgba(255,255,255,.95),rgba(252,252,252,.98),rgba(255,255,255,.95));background-size:200% 200%;animation:header-gradient-shift 10s ease infinite;box-shadow:0 4px 20px rgba(0,0,0,.08);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%}.header-actions{display:flex;align-items:center;gap:16px}.logo{font-size:24px;font-weight:700;color:#FF6B35;cursor:pointer}.nav-desktop{display:flex;align-items:center;gap:32px;height:100%}.nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:1.05rem;padding:0 15px;transition:color .3s ease;line-height:80px;position:relative;letter-spacing:.01em}.nav-link.active,.nav-link:hover{color:#FF6B35}.dropdown{position:relative;height:100%;display:flex;align-items:center}.dropdown-content{position:absolute;top:100%;left:0;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1);min-width:240px;padding:15px 0;z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:12px 20px;color:#1a1a1a;text-decoration:none;transition:all .3s ease;font-size:1.05rem;font-weight:500}.dropdown-item:hover{background:rgba(255,107,53,.1);color:#FF6B35;padding:14px 20px;font-size:16px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#333;padding:8px;border-radius:4px;margin-left:auto}.mobile-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background:rgba(255,255,255,.9);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:20px;transform:translateX(100%);transition:transform .3s ease;z-index:2000;overflow-y:auto;border-left:1px solid rgba(255,255,255,.3);box-shadow:-10px 0 30px rgba(0,0,0,.05)}.mobile-menu.open{transform:translateX(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:10px 0}.mobile-nav-link{display:block;padding:16px 0;color:#666;text-decoration:none;font-size:18px;font-weight:500;border-bottom:1px solid rgba(243,244,246,.5);transition:all .3s ease}.mobile-nav-link:hover{color:#FF6B35;transform:translateX(5px)}.mobile-cta{width:100%;margin-top:32px;display:flex;justify-content:center;padding:14px 20px;font-size:16px}@keyframes hero-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero{background:linear-gradient(-45deg,rgba(255,247,237,.8),rgba(255,255,255,.8),rgba(255,240,230,.8),rgba(255,235,225,.8));background-size:300% 300%;animation:hero-gradient-shift 20s ease infinite;padding:140px 0 80px;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-align:center}.hero:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='url(%23heroGradient1)' stroke-width='1.5' d='M10,10 L90,10 L90,90 L10,90 Z'/%3E%3Cdefs%3E%3ClinearGradient id='heroGradient1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,107,53,0.2)'/%3E%3Cstop offset='100%25' stop-color='rgba(59,130,246,0.2)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");animation:patternMove 30s linear infinite}.hero:after,.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.7;z-index:0}.hero:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='20' fill='none' stroke='url(%23heroGradient2)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='heroGradient2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(59,130,246,0.2)'/%3E%3Cstop offset='100%25' stop-color='rgba(245,158,11,0.2)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");animation:patternMove 20s linear infinite reverse}@keyframes patternMove{0%{background-position:0 0}to{background-position:100px 100px}}.hero .container{position:relative;z-index:1}.hero-title{font-size:3.75rem;font-weight:800;margin-bottom:1.75rem;color:#1a1a1a;letter-spacing:-.03em;line-height:1.15;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.4rem;margin-bottom:2.25rem;color:#333;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400}.hero .slogan{font-size:28px;font-weight:600;color:#FF6B35;margin-bottom:32px}.hero .description{font-size:18px;color:#666;max-width:700px;margin:0 auto 40px;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:600px;margin:0 auto}.stat{text-align:center}.stat-number{font-size:24px;font-weight:700;color:#FF6B35;margin-bottom:8px}.stat-label{font-size:14px;color:#666}@keyframes services-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.services-section{background:linear-gradient(-45deg,rgba(255,255,255,.95),rgba(250,250,250,.95),rgba(248,249,250,.95),rgba(255,255,255,.95));background-size:300% 300%;animation:services-gradient-shift 25s ease infinite;padding:100px 0;position:relative;overflow:hidden}.services-section:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M30,30 L90,30 M30,60 L90,60 M30,90 L90,90' stroke='url(%23servicesGradient)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='servicesGradient' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,107,53,0.1)'/%3E%3Cstop offset='50%25' stop-color='rgba(59,130,246,0.1)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,107,53,0.1)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");opacity:.8;animation:servicePattern 60s linear infinite}.services-section:after,.services-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.services-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpolygon points='40,10 65,30 55,60 25,60 15,30' fill='none' stroke='url(%23servicesGradient2)' stroke-width='1'/%3E%3Cdefs%3E%3ClinearGradient id='servicesGradient2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(16,185,129,0.05)'/%3E%3Cstop offset='100%25' stop-color='rgba(59,130,246,0.05)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");opacity:.5;animation:servicePattern2 45s linear infinite reverse}@keyframes servicePattern2{0%{background-position:0 0}to{background-position:80px 80px}}@keyframes servicePattern{0%{background-position:0 0}to{background-position:120px 120px}}.services-section .container{position:relative;z-index:1}.section{padding:80px 0}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:36px;font-weight:700;margin-bottom:16px;color:#1a1a1a}.section-subtitle{font-size:18px;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.service-card{background:linear-gradient(120deg,rgba(255,255,255,.75),rgba(252,252,252,.85),rgba(255,255,255,.8));background-size:200% 200%;animation:service-card-gradient 15s ease infinite;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:transform .3s ease,box-shadow .3s ease}@keyframes service-card-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);background:linear-gradient(120deg,rgba(255,255,255,.85),rgba(252,252,252,.95),rgba(255,255,255,.9))}.service-header{gap:16px}.service-header,.service-icon{display:flex;align-items:center;margin-bottom:20px}.service-icon{width:70px;height:70px;border-radius:50%;justify-content:center;font-size:28px;color:#FF6B35;background:rgba(255,255,255,.7);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.5);box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.service-title{font-size:1.4rem;font-weight:600;margin:1.2rem 0;line-height:1.3;letter-spacing:-.01em}.service-subtitle{font-size:16px;font-weight:500;color:#FF6B35;margin-bottom:12px}.service-description{color:#444;font-size:1.05rem;line-height:1.7}.service-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.feature-badge{background:rgba(255,107,53,.1);color:#FF6B35;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,107,53,.2)}.quality-section{background:#f8f9fa}.commitments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.commitment{display:flex;align-items:flex-start;gap:16px}.commitment-icon{color:#FF6B35;margin-top:4px}.commitment-text{color:#666;line-height:1.6}.motto{text-align:center;font-style:italic;font-size:18px;color:#666;margin-top:40px}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.advantage{text-align:center}.advantage-icon{font-size:48px;margin-bottom:20px}.advantage-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.advantage-description{color:#666;line-height:1.6}@keyframes cta-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cta-section{background:linear-gradient(-45deg,rgba(255,107,53,.9),rgba(234,88,12,.9),rgba(245,101,43,.9),rgba(255,107,53,.9));background-size:300% 300%;animation:cta-gradient-shift 15s ease infinite;color:white;text-align:center;position:relative;overflow:hidden;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cta-section:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M20,20 L60,20 L60,60 L20,60 Z' fill='none' stroke='url(%23ctaGradient)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='ctaGradient' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,255,255,0.3)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0.1)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");opacity:.8;animation:floatPattern 40s linear infinite}.cta-section:after,.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.cta-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='10' fill='none' stroke='url(%23ctaGradient2)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='ctaGradient2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,255,255,0.25)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0.05)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");opacity:.7;animation:floatPattern 30s linear infinite reverse}@keyframes floatPattern{0%{background-position:0 0}to{background-position:80px 80px}}.cta-section .container{position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.cta-subtitle{font-size:20px;margin-bottom:8px}.cta-description{color:rgba(255,255,255,.9);margin-bottom:40px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.blog-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-2px)}.blog-image{width:100%;height:200px;object-fit:cover}.blog-content{padding:24px}.blog-title{font-size:16px;font-weight:600;margin-bottom:12px;line-height:1.4;color:#1a1a1a}.blog-excerpt{color:#666;font-size:14px;margin-bottom:16px;line-height:1.5}.blog-meta{display:flex;justify-content:space-between;font-size:12px;color:#999}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.contact-form{background:rgba(255,255,255,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.08);position:relative;overflow:hidden;transition:all .4s ease}.contact-form:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF6B35,#ea580c,#FF6B35);background-size:200% 100%;animation:gradient-shift 8s ease infinite}.contact-form:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.12)}.form-group{margin-bottom:24px;position:relative}.form-label{display:block;margin-bottom:10px;font-weight:600;color:#333;font-size:1rem;letter-spacing:.01em;transition:all .3s ease}.form-group:focus-within .form-label{color:#FF6B35;transform:translateY(-2px)}.form-control,.form-input,.form-select{width:100%;padding:14px 18px;border:1.5px solid rgba(0,0,0,.08);border-radius:10px;font-size:1.05rem;transition:all .3s ease;background:rgba(255,255,255,.7);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#333;font-weight:400;box-shadow:0 2px 5px rgba(0,0,0,.02)}.form-control:focus,.form-input:focus,.form-select:focus{outline:none;border-color:#FF6B35;box-shadow:0 0 0 4px rgba(255,107,53,.15);background:rgba(255,255,255,.95);transform:translateY(-2px)}.form-input.error{border-color:#e53e3e;box-shadow:0 0 0 2px rgba(229,62,62,.1)}.form-input.focused{border-color:#FF6B35}.form-error{color:#e53e3e;font-size:.85rem;margin-top:6px;font-weight:500;padding-left:2px;display:flex;align-items:center;overflow:hidden}.form-control::placeholder,.form-input::placeholder,.form-select::placeholder{color:#999;font-weight:300;opacity:.8}.form-textarea{resize:vertical;min-height:150px;line-height:1.6;padding-top:16px}.contact-info{display:flex;flex-direction:column;gap:32px}.contact-item{background:rgba(255,255,255,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 25px rgba(0,0,0,.05);transition:all .3s ease}.contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.08);background:rgba(255,255,255,.8)}.contact-item-icon{color:#FF6B35;background:rgba(255,107,53,.1);padding:10px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:12px;transition:all .3s ease}.contact-item:hover .contact-item-icon{background:rgba(255,107,53,.2);transform:scale(1.1)}.contact-item-title{font-weight:600;margin-bottom:10px;font-size:1.15rem;color:#333}.contact-item-content p{color:#555;font-size:1rem;line-height:1.6;margin:0 0 5px}.contact-item-content p:last-child{margin-bottom:0}.testimonial-card{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:32px;box-shadow:0 15px 35px rgba(0,0,0,.08);margin-bottom:24px;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.12);background:rgba(255,255,255,.9)}.zones-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}.zone{text-align:center}.zone-icon{font-size:32px;margin-bottom:16px}.zone-title{font-weight:600;margin-bottom:8px;color:#1a1a1a}.zone-description{color:#666;font-size:14px}@keyframes footer-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.footer{background:linear-gradient(135deg,rgba(26,26,26,.92),rgba(38,38,38,.95),rgba(32,32,32,.93),rgba(28,28,28,.94));background-size:300% 300%;animation:footer-gradient-shift 20s ease infinite;color:white;padding:80px 0 40px;position:relative;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.15);box-shadow:0 -4px 30px rgba(0,0,0,.1);overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cpath d='M0,75 L150,75 M75,0 L75,150' stroke='url(%23footerGradient)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='footerGradient' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,255,255,0.08)'/%3E%3Cstop offset='50%25' stop-color='rgba(255,107,53,0.05)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0.08)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");opacity:.6;z-index:0;animation:footerPattern 80s linear infinite}@keyframes footerPattern{0%{background-position:0 0}to{background-position:150px 150px}}.footer .container{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}.footer-section h4{color:#FFB366;margin-bottom:20px;font-size:18px}.footer-section a,.footer-section p{color:#bbb;text-decoration:none;margin-bottom:8px;display:block}.footer-section a:hover{color:#FF6B35}.footer-bottom{border-top:1px solid #555;padding-top:20px;color:#999;display:flex;justify-content:space-between;align-items:center}.social-media-links{display:flex;gap:15px;margin-top:1.5rem}.social-icon{display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;cursor:pointer}.social-icon:hover{color:#FF6B35}.footer-social-mobile{display:none;gap:15px}.notification{background:linear-gradient(135deg,#4CAF50,#3d9140);color:white;padding:18px 24px;border-radius:10px;display:flex;align-items:center;gap:14px;margin-bottom:32px;box-shadow:0 10px 25px rgba(76,175,80,.25);font-size:1.05rem;font-weight:500;border-left:5px solid #388e3c}.notification.error{background:linear-gradient(135deg,#e53e3e,#c53030);box-shadow:0 10px 25px rgba(229,62,62,.25);border-left:5px solid #c53030}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{display:inline-block;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:spin .8s linear infinite;margin-right:10px}.rocket-container{position:fixed;bottom:50px;right:50px;width:60px;height:120px;z-index:99;pointer-events:none}.rocket{position:relative;width:60px;height:120px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}.rocket-flames{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:20px;height:30px;overflow:hidden}.flame{position:absolute;bottom:0;left:0;right:0;animation:flame-flicker .2s ease-in-out infinite alternate}.flame-main{height:100%;background:linear-gradient(0deg,#ff9d00,#ff0000)}.flame-main,.flame-secondary{border-radius:50% 50% 20% 20%}.flame-secondary{height:70%;background:linear-gradient(0deg,#ffdd00,#ff9d00);opacity:.7}.rocket-smoke{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:40px;height:40px}.smoke-particle{position:absolute;width:10px;height:10px;background-color:rgba(255,255,255,.8);border-radius:50%;animation:smoke-drift 2s ease-out infinite}.particle-1{left:0;bottom:0;animation-delay:0s}.particle-2{left:10px;bottom:5px;animation-delay:.2s}.particle-3{left:20px;bottom:0;animation-delay:.4s}.particle-4{left:30px;bottom:5px;animation-delay:.6s}.particle-5{left:40px;bottom:0;animation-delay:.8s}@media (max-width:768px){.rocket-container{bottom:30px;right:20px;transform:scale(.8)}}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:32px;padding-top:100px}.breadcrumb-link{color:#666;text-decoration:none;cursor:pointer}.breadcrumb-link:hover{color:#FF6B35}.breadcrumb-separator{color:#ccc}.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:32px}.service-detail-section h4{font-weight:600;margin-bottom:16px;color:#1a1a1a}.service-detail-list{list-style:none}.service-detail-list li{margin-bottom:8px;color:#666;font-size:14px}.tech-badges{display:flex;flex-wrap:wrap;gap:8px}.tech-badge{background:#fff7ed;color:#FF6B35;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500}.article-header{margin-bottom:40px;padding-top:100px}.article-title{font-size:36px;font-weight:700;line-height:1.3;margin-bottom:24px;color:#1a1a1a}.article-meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;color:#666}.article-image{width:100%;border-radius:12px;margin-bottom:32px}.article-content{line-height:1.7;font-size:16px;color:#333}.article-footer{margin-top:60px;padding-top:40px;border-top:1px solid #eee}.share-buttons{display:flex;gap:12px;margin-top:16px}.share-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.share-btn:hover{transform:translateY(-2px)}.share-facebook{background:#1877f2;color:white}.share-twitter{background:#1da1f2;color:white}.share-linkedin{background:#0077b5;color:white}@media (max-width:768px){.container,.header-content{padding:0 20px}.contact-form{padding:30px 20px}.header{height:70px}.desktop-cta,.nav-desktop{display:none}.mobile-menu-btn{display:block}.hero h1{font-size:36px}.hero .slogan{font-size:24px}.section-title{font-size:28px}.stats-grid{gap:24px}.advantages-grid,.blog-grid,.commitments-grid,.contact-grid,.services-grid,.stats-grid{grid-template-columns:1fr}.contact-grid{gap:40px;margin-bottom:40px}.contact-form{order:1}.contact-info{order:2}.footer-grid,.zones-grid{grid-template-columns:1fr}.footer-grid{gap:32px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}.footer-social-mobile{display:flex}.social-media-links{display:none}.service-detail-grid{grid-template-columns:1fr}.cta-buttons,.hero-buttons{flex-direction:column;align-items:center}}