*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.btn{border:none;border-radius:25px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem}.btn-primary{background:linear-gradient(45deg,#3498db,#2980b9);box-shadow:0 4px 15px #3498db4d}.btn-primary:hover{box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}.btn-secondary{border:2px solid #3498db;color:#3498db}.btn-secondary:hover{background:#3498db;color:#fff;transform:translateY(-2px)}section{padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}p{margin-bottom:1rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}section{padding:3rem 0}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #3498db;outline-offset:2px}.loading{opacity:.7;pointer-events:none}.message{border-radius:8px;margin-bottom:1rem;padding:1rem}.message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:1.8rem;font-weight:700;margin:0}.tagline{color:#7f8c8d;display:block;font-size:.8rem;font-weight:400}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#2c3e50;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3498db}.nav-link:after{background:#3498db;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-contact{align-items:center;display:flex}.phone-link{border:2px solid #3498db;border-radius:25px;color:#2c3e50;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.phone-link:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:#2c3e50;height:3px;transition:all .3s ease;width:25px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background:#0000}.hamburger.active:before{top:0;transform:rotate(45deg)}.hamburger.active:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.header-container{padding:0 1rem}.logo h1{font-size:1.4rem}.tagline{font-size:.7rem}.nav{background:#fff;box-shadow:0 2px 20px #0000001a;left:0;opacity:0;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:1rem;padding:2rem}.header-contact{display:none}.mobile-menu-btn{display:block}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-title{animation:fadeInUp 1s ease-out;color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin:0 0 1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f39c12,#e74c3c);-webkit-background-clip:text;background-clip:text}.hero-subtitle{animation:fadeInUp 1s ease-out .2s both;color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 0 2rem}.hero-features{animation:fadeInUp 1s ease-out .4s both;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature{align-items:center;color:#fff;display:flex;font-weight:500;gap:.5rem}.feature-icon{font-size:1.5rem}.hero-buttons{animation:fadeInUp 1s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1rem}.btn{border-radius:50px;display:inline-block;font-weight:600;min-width:180px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#f39c12,#e74c3c);box-shadow:0 4px 15px #f39c1266;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #f39c1299;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-image{align-items:center;animation:fadeInRight 1s ease-out .8s both;display:flex;justify-content:center}.moving-truck{animation:truckMove 3s ease-in-out infinite;height:150px;position:relative;width:300px}.truck-body{height:100%;position:relative;width:100%}.truck-cab{background:#e74c3c;border-radius:10px 0 0 10px;box-shadow:0 4px 8px #0000004d;height:60px;left:0;position:absolute;top:20px;width:80px}.truck-cab:before{background:#3498db;border-radius:5px;content:"";height:30px;left:15px;position:absolute;top:10px;width:50px}.truck-trailer{background:#f39c12;border-radius:0 10px 10px 0;box-shadow:0 4px 8px #0000004d;height:80px;left:70px;position:absolute;top:30px;width:200px}.wheels{bottom:0;display:flex;justify-content:space-between;left:20px;position:absolute;right:20px}.wheel{animation:wheelRotate 2s linear infinite;background:#2c3e50;border:3px solid #34495e;border-radius:50%;height:30px;width:30px}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes wheelRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.btn{min-width:150px;padding:.8rem 1.5rem}.moving-truck{height:100px;width:200px}.truck-cab{height:40px;width:60px}.truck-trailer{height:60px;left:50px;width:120px}}.services{background:#f8f9fa;padding:5rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 2rem}.services-header{margin-bottom:4rem;text-align:center}.services-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:700;margin:0 0 1rem}.services-subtitle{color:#7f8c8d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.service-card{animation:fadeInUp .6s ease-out both;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(45deg,#3498db,#2980b9);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{display:block;font-size:3rem;margin-bottom:1rem}.service-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.service-description{color:#7f8c8d;line-height:1.6;margin:0 0 1.5rem}.service-features{list-style:none;margin:0 0 1.5rem;padding:0}.service-feature{align-items:center;color:#2c3e50;display:flex;font-weight:500;gap:.5rem;margin-bottom:.5rem}.feature-check{color:#27ae60;font-size:1.1rem;font-weight:700}.service-btn{background:linear-gradient(45deg,#3498db,#2980b9);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.service-btn:hover{box-shadow:0 5px 15px #3498db66;transform:translateY(-2px)}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:2rem;padding:3rem;text-align:center}.cta-content h3{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-content p{font-size:1.1rem;margin:0 0 2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{border-radius:50px;display:inline-block;font-weight:600;min-width:180px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.cta-buttons .btn-primary{background:#fff;color:#667eea}.cta-buttons .btn-primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-3px)}.cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services{padding:3rem 0}.services-container{padding:0 1rem}.services-title{font-size:2.5rem}.services-subtitle{font-size:1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.services-cta{padding:2rem 1.5rem}.cta-content h3{font-size:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{min-width:200px}}.about{background:#fff;padding:5rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:700;margin:0 0 1.5rem}.about-subtitle{color:#7f8c8d;font-size:1.3rem;font-weight:500;line-height:1.6;margin:0 0 2rem}.about-description p{color:#2c3e50;font-size:1.1rem;line-height:1.8;margin:0 0 1.5rem}.owner-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #3498db;border-radius:15px;margin:2rem 0;padding:2rem}.owner-info h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.owner-details{display:flex;flex-direction:column;gap:.5rem}.owner-name{color:#3498db;font-size:1.3rem;font-weight:700}.owner-title{color:#7f8c8d;font-size:1rem;font-weight:600;margin-bottom:1rem}.owner-info p{color:#2c3e50;font-size:1rem;line-height:1.6;margin:0}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.stat-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.9rem;font-weight:500;opacity:.9}.about-image{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;height:300px;overflow:hidden;position:relative;width:400px}.moving-scene{height:100%;padding:2rem;position:relative;width:100%}.house{background:#e74c3c;border-radius:10px 10px 0 0;height:60px;position:absolute;width:80px}.house:before{border-bottom:20px solid #c0392b;border-left:15px solid #0000;border-right:15px solid #0000;content:"";height:0;left:50%;position:absolute;top:-10px;transform:translateX(-50%);width:0}.house-1{bottom:40px;left:20px}.house-2{background:#3498db;bottom:40px;right:20px}.house-2:before{border-bottom-color:#2980b9}.truck{animation:truckMove 4s ease-in-out infinite;background:#f39c12;border-radius:20px;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.truck:before{background:#e67e22;border-radius:15px;content:"";height:30px;left:-20px;position:absolute;top:5px;width:30px}.road{background:#34495e;border-radius:4px;bottom:20px;height:8px;left:0;position:absolute;right:0}@keyframes truckMove{0%,to{transform:translate(-50%,-50%) translateX(0)}50%{transform:translate(-50%,-50%) translateX(60px)}}.advantages-section{margin-top:4rem}.advantages-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0 0 3rem;text-align:center}.advantages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.advantage-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.advantage-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.advantage-icon{display:block;font-size:3rem;margin-bottom:1rem}.advantage-title{color:#2c3e50;font-size:1.3rem;font-weight:700;margin:0 0 1rem}.advantage-description{color:#7f8c8d;line-height:1.6;margin:0}.certification-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:4rem;padding:3rem}.certification-content h3{font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center}.certifications{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.certification{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:1rem}.cert-icon{font-size:2rem}@media (max-width:768px){.about{padding:3rem 0}.about-container{padding:0 1rem}.about-content{gap:2rem;grid-template-columns:1fr}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.owner-info{padding:1.5rem}.owner-name{font-size:1.2rem}.about-stats{gap:1rem;grid-template-columns:1fr}.image-placeholder{height:200px;width:100%}.advantages-title{font-size:2rem}.advantages-grid{grid-template-columns:1fr}.certification-section{padding:2rem 1.5rem}.certifications{align-items:center;flex-direction:column}}.contact{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-header p{color:#6c757d;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contact-form-section h3,.contact-info-section h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-form{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px 24px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-top:1rem;padding:1rem}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-top:1rem;padding:1rem}.contact-info-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{align-items:flex-start;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-method:hover{background:#f8f9fa;transform:translateX(5px)}.contact-icon{font-size:1.5rem;min-width:40px;text-align:center}.contact-details h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.contact-details a{color:#3498db;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#2980b9;text-decoration:underline}.contact-details p{color:#6c757d;font-size:.9rem;margin:.25rem 0 0}.emergency-contact{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left:4px solid #f39c12;border-radius:10px;margin-top:2rem;padding:1.5rem}.emergency-contact h4{color:#856404;font-size:1.1rem;margin:0 0 .5rem}.emergency-contact p{color:#856404;font-size:.9rem;margin:0 0 .5rem}.emergency-phone{color:#e74c3c;font-size:1.1rem;font-weight:600;text-decoration:none}.emergency-phone:hover{text-decoration:underline}.map-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center}.map-section h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.map-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:10px;padding:2rem}.map-placeholder p{color:#6c757d;font-size:1rem;margin:.5rem 0}@media (max-width:768px){.contact{padding:2rem 0}.contact-container{padding:0 1rem}.contact-header h2{font-size:2rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form,.contact-info-section{padding:1.5rem}.contact-method{flex-direction:column;text-align:center}.contact-icon{margin-bottom:.5rem}}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#3498db;font-size:1.2rem;font-weight:700;margin:0 0 1rem}.footer-logo h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.footer-logo p{color:#bdc3c7;line-height:1.6;margin:0 0 1rem}.owner-footer{margin-top:.5rem}.owner-footer span{color:#3498db;font-size:.9rem;font-weight:600}.social-links{display:flex;gap:1rem}.social-link{background:#3498db33;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:1.2rem;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#3498db;transform:translateY(-2px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}.footer-contact p{color:#bdc3c7;font-size:.95rem;line-height:1.5;margin:0 0 .5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:#95a5a6;font-size:.9rem;margin:0}.footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-legal a{color:#95a5a6;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#3498db}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{justify-content:center}}.whatsapp-button-container{bottom:20px;position:fixed;right:20px;z-index:1000}.whatsapp-button{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50px;box-shadow:0 4px 20px #25d3664d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.whatsapp-button:hover{background:linear-gradient(135deg,#128c7e,#075e54);box-shadow:0 6px 25px #25d36666;transform:translateY(-2px)}.whatsapp-button:active{transform:translateY(0)}.whatsapp-icon{animation:bounce 2s infinite;font-size:20px}.whatsapp-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@keyframes pulse{0%{box-shadow:0 4px 20px #25d3664d}50%{box-shadow:0 4px 20px #25d36699}to{box-shadow:0 4px 20px #25d3664d}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}@media (max-width:768px){.whatsapp-button-container{bottom:15px;right:15px}.whatsapp-button{font-size:14px;padding:10px 16px}.whatsapp-icon{font-size:18px}.whatsapp-text{display:none}}@media (min-width:769px) and (max-width:1024px){.whatsapp-button{font-size:15px;padding:11px 18px}}.whatsapp-button:focus{outline:2px solid #25d366;outline-offset:2px}@media (prefers-color-scheme:dark){.whatsapp-button{box-shadow:0 4px 20px #25d36666}}.datenschutz-container{box-sizing:border-box;color:#334155;font-family:system-ui,-apple-system,sans-serif;line-height:1.7;margin:0 auto;max-width:1000px;padding:4rem 1.5rem 6rem;width:100%}.datenschutz-content{background:#fff}.datenschutz-content h1{border-bottom:3px solid #0284c7;color:#0284c7;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.datenschutz-section{margin-bottom:2rem}.datenschutz-section h2{color:#0284c7;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.datenschutz-section h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.datenschutz-section li,.datenschutz-section p{color:#475569;font-size:1rem}.datenschutz-section ul{padding-left:1.25rem}.company-details{background-color:#f8fafc;border-left:4px solid #0284c7;border-radius:0 6px 6px 0;margin:1rem 0;padding:1rem 1.25rem}.impressum-container{box-sizing:border-box;color:#334155;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;margin:0 auto;max-width:1000px;padding:4rem 1.5rem 6rem;width:100%}.impressum-container h1{border-bottom:3px solid #0284c7;color:#0284c7;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.impressum-section{margin-bottom:2rem}.impressum-section h2{color:#0284c7;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.impressum-section p{color:#475569;font-size:1rem;margin-bottom:.75rem}.impressum-section a{color:#0284c7;text-decoration:none;transition:color .2s ease}.impressum-section a:hover{color:#0369a1;text-decoration:underline}.company-details-box{background-color:#f8fafc;border-left:4px solid #0284c7;border-radius:0 8px 8px 0;box-shadow:0 1px 3px #0000000d;margin:1rem 0;padding:1.25rem 1.5rem}.company-details-box p{color:#334155;margin:0 0 .4rem}.company-details-box p:last-child{margin-bottom:0}@media (max-width:640px){.impressum-container{padding:2.5rem 1rem 4rem}.impressum-container h1{font-size:1.8rem}.impressum-section h2{font-size:1.25rem}}.agb-container{color:#333;line-height:1.6;margin:0 auto;max-width:900px;padding:40px 20px}.agb-container h1{color:#111;font-size:2rem;text-align:center}.agb-container h1,.agb-section{margin-bottom:24px}.agb-section h2{border-bottom:2px solid #eaeaea;color:#222;font-size:1.25rem;margin-bottom:12px;padding-bottom:6px}.agb-section p{margin-bottom:8px}.agb-section ul{margin-bottom:12px;margin-top:8px;padding-left:20px}.agb-section li{margin-bottom:4px}
/*# sourceMappingURL=main.1bb7f07a.css.map*/