body{margin:0}:root{--color-light-bg-1: #fff8f0;--color-dark-text: #333333;--color-custom-orange: #ff6600;--color-custom-orange-light: #fff8f0;--color-custom-orange-darker: #e65c00;--color-custom-red: #ff0000;--color-custom-red-dark: #cc0000;--white: #ffffff;--border: #f0e0d0;--text-muted: #777777;--shadow: 0 4px 20px rgba(255, 102, 0, .1);--shadow-hover: 0 8px 30px rgba(255, 102, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--color-dark-text);background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.section{padding:40px 20px}.bg-light{background:var(--color-light-bg-1)}.about.section .container{max-width:1100px;margin:0 auto}.contact.section .container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}.container-center{max-width:1100px;margin:0 auto;text-align:center}.section-tag{color:var(--color-custom-orange);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;display:block}.section-title{font-size:2.2rem;color:var(--color-custom-orange);margin-bottom:12px}.section-sub{color:var(--text-muted);font-size:1rem;margin-bottom:40px}.btn{display:inline-block;padding:13px 30px;border-radius:50px;font-weight:700;font-size:.95rem;transition:all .3s;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker));color:var(--white);box-shadow:0 4px 15px #ff660059}.btn-primary:hover{background:linear-gradient(135deg,var(--color-custom-orange-darker),var(--color-custom-red-dark));transform:translateY(-2px);box-shadow:0 6px 20px #ff660073}.btn-outline{border:2px solid var(--color-custom-orange);color:var(--color-custom-orange);background:transparent}.btn-outline:hover{background:var(--color-custom-orange);color:var(--white);transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:var(--white);margin-left:12px;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{background:#1ebe5d;transform:translateY(-2px)}.full-width{width:100%;text-align:center}.marquee-bar{position:fixed;top:0;left:0;right:0;z-index:999;background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker));color:var(--white);padding:10px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-block;animation:marquee 28s linear infinite;font-size:1rem;font-weight:600;letter-spacing:.3px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.info-bar{position:fixed;top:40px;left:0;right:0;z-index:998;background:var(--color-custom-red-dark);color:var(--white);text-align:center;padding:12px 20px;font-size:1.05rem;font-weight:700;letter-spacing:.3px;line-height:1.5;overflow:hidden}.navbar{position:fixed;top:82px;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:14px 40px;background:transparent}.navbar.scrolled{background:var(--white);padding:12px 40px;box-shadow:0 4px 16px #ff660026;border-bottom:2px solid var(--color-custom-orange)}.navbar.scrolled .nav-logo{color:var(--color-custom-orange)}.navbar.scrolled .nav-links li{color:var(--color-dark-text)}.navbar.scrolled .nav-links li:hover{color:var(--color-custom-orange)}.navbar.scrolled .hamburger span{background:var(--color-custom-orange)}.nav-logo{cursor:pointer;display:flex;align-items:center}.nav-logo-img{height:52px;width:auto;object-fit:contain;transition:opacity .2s}.nav-logo-img:hover{opacity:.85}.nav-links{display:flex;align-items:center;gap:28px}.nav-links li{color:var(--color-dark-text);cursor:pointer;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links li:hover{color:var(--color-custom-orange)}.nav-cta{background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker))!important;color:var(--white)!important;padding:8px 20px;border-radius:50px;font-weight:700;transition:all .3s!important}.nav-close{display:none}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.hamburger span{width:25px;height:2px;background:var(--color-custom-orange);display:block;transition:.3s}.hero{min-height:40vh;background:var(--color-light-bg-1);display:flex;align-items:center;justify-content:center;position:relative;padding-top:150px}.hero-overlay{display:none}.hero-content{text-align:center;max-width:800px}.hero-tag{color:var(--color-custom-orange);font-size:.95rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}.hero-content h1{font-size:clamp(1.5rem,6vw,3rem);color:var(--color-dark-text);font-weight:800;line-height:1.6;margin-bottom:16px}.hero-sub{color:var(--color-custom-orange-darker);font-size:1.1rem;margin-bottom:20px;letter-spacing:1px;font-weight:600}.hero-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}.hero-availability{display:inline-flex;align-items:center;gap:8px;background:#ff660014;color:var(--color-custom-orange-darker);font-size:.95rem;font-weight:700;padding:10px 16px;border-radius:8px;margin-top:12px;border-left:4px solid var(--color-custom-orange);font-style:italic;margin-bottom:30px}.hero-note{color:var(--color-custom-orange-darker);font-size:1rem;font-weight:700;line-height:1.7;margin:16px auto 24px;max-width:640px}.hero-btns{margin-bottom:50px}.hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;border-top:2px solid var(--border);padding-top:30px}.hero-stats div{text-align:center}.hero-stats span{display:block;font-size:2rem;font-weight:800;color:var(--color-custom-orange)}.hero-stats p{color:var(--text-muted);font-size:.85rem;margin-top:4px}.about{background:var(--white)}.about .container{padding:0 20px}.about-img{display:flex;flex-direction:column;align-items:center;gap:16px}.astro-avatar{width:320px;height:380px;border-radius:20px;overflow:hidden;border:4px solid var(--color-custom-orange);box-shadow:0 8px 40px #f603}.astro-avatar img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.about-badge{background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker));color:var(--white);padding:8px 22px;border-radius:50px;font-weight:700;font-size:.9rem}.about-text h2{font-size:2rem;color:var(--color-dark-text);margin-bottom:16px}.about-text p{color:var(--text-muted);line-height:1.8;margin-bottom:14px}.about-text strong{color:var(--color-custom-orange-darker)}.about-note{margin-top:14px;color:var(--color-custom-red);font-size:.92rem;font-weight:600;margin-bottom:20px}.about-list li{padding:7px 0;color:var(--color-dark-text);font-size:1.1rem;margin-bottom:5px;border-bottom:1px solid var(--border)}.about-list{margin-bottom:15px}.about-list li:last-child{border-bottom:none}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;margin-top:10px}.service-card{background:var(--white);border-radius:16px;overflow:hidden;text-align:center;box-shadow:var(--shadow);transition:all .3s;border:1px solid var(--border)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--color-custom-orange)}.service-img-wrap{width:100%;height:180px;overflow:hidden}.service-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-card:hover .service-img-wrap img{transform:scale(1.06)}.service-card h3{font-size:1.05rem;color:var(--color-dark-text);margin:16px 16px 8px;font-weight:700}.service-list{list-style:none;text-align:left;margin:0 16px 14px;padding:0}.service-list li{color:var(--text-muted);font-size:1.1rem;line-height:1.6;padding:4px 0;border-bottom:1px solid var(--border)}.service-list li:last-child{border-bottom:none}.service-list li:before{content:"✦ ";color:var(--color-custom-orange);font-size:.7rem}.service-link{display:inline-block;color:var(--color-custom-orange);font-weight:700;font-size:.88rem;transition:color .2s;margin:0 16px 20px}.service-link:hover{color:var(--color-custom-red-dark)}.why{background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:10px}.why-card{background:var(--color-light-bg-1);border-radius:16px;padding:30px 24px;text-align:center;border:1px solid var(--border);border-left:4px solid var(--color-custom-orange);transition:all .3s}.why-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-left-color:var(--color-custom-red)}.why-icon{font-size:2.5rem;margin-bottom:14px}.why-card h3{color:var(--color-custom-orange-darker);font-size:1.05rem;margin-bottom:10px;font-weight:700}.why-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.testimonial-featured{background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker));border-radius:20px;padding:40px;max-width:700px;margin:0 auto 24px;box-shadow:var(--shadow-hover)}.stars{font-size:1.2rem;margin-bottom:16px}.stars.small{font-size:.8rem;margin-bottom:8px}.testimonial-text{color:var(--white);font-size:1.05rem;line-height:1.8;font-style:italic;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:14px}.author-avatar{width:50px;height:50px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;color:var(--color-custom-orange)}.testimonial-author strong{display:block;color:var(--white);font-size:1rem}.testimonial-author span{color:#fffc;font-size:.85rem}.testimonial-dots{display:flex;justify-content:center;gap:8px;margin-bottom:30px}.dot{width:10px;height:10px;border-radius:50%;background:#ddd;transition:all .3s;border:none}.dot.active{background:var(--color-custom-orange);width:24px;border-radius:5px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.t-card{background:var(--white);border-radius:12px;padding:20px;cursor:pointer;border:2px solid var(--border);transition:all .3s;box-shadow:var(--shadow);text-align:left}.t-card:hover,.t-card.active{border-color:var(--color-custom-orange)}.t-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6;margin-bottom:10px;font-style:italic}.t-card strong{color:var(--color-dark-text);font-size:.85rem}.contact{background:var(--color-light-bg-1)}.contact .container{padding:0 20px}.contact-info h2{font-size:2rem;color:var(--color-dark-text);margin-bottom:14px}.contact-info>p{color:var(--text-muted);line-height:1.7;margin-bottom:28px}.contact-items{display:flex;flex-direction:column;gap:14px}.contact-item{display:flex;align-items:center;gap:16px;padding:16px 18px;background:var(--white);border-radius:12px;transition:all .3s;border-left:4px solid var(--color-custom-orange);box-shadow:var(--shadow)}.contact-item:hover{transform:translate(4px);box-shadow:var(--shadow-hover)}.contact-item span{font-size:1.5rem}.contact-item strong{display:block;color:var(--color-dark-text);font-size:.9rem;margin-bottom:2px}.contact-item p{color:var(--text-muted);font-size:1.22rem;font-weight:700;margin:0}.contact-form-wrap{background:var(--white);border-radius:20px;padding:40px;box-shadow:var(--shadow-hover);border-top:4px solid var(--color-custom-orange)}.contact-form h3{font-size:1.4rem;color:var(--color-dark-text);margin-bottom:24px;text-align:center}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 16px;border:2px solid var(--border);border-radius:10px;font-size:.95rem;font-family:inherit;margin-bottom:14px;transition:border-color .2s;background:var(--color-light-bg-1);color:var(--color-dark-text)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-custom-orange);background:var(--white)}.form-field{display:flex;flex-direction:column;margin-bottom:14px}.form-field input,.form-field textarea{margin-bottom:0}.input-error{border-color:var(--color-custom-red)!important;background:#fff5f5!important}.error-msg{color:var(--color-custom-red);font-size:.82rem;margin-top:5px;font-weight:500}.success-msg{text-align:center;padding:40px 20px}.success-icon{font-size:4rem;margin-bottom:16px}.success-msg h3{font-size:1.8rem;color:var(--color-custom-orange-darker);margin-bottom:10px}.success-msg p{color:var(--text-muted)}.footer{background:var(--color-custom-orange-darker);color:var(--white)}.footer-top{max-width:1100px;margin:0 auto;padding:60px 20px 40px;display:grid;grid-template-columns:1.5fr 1fr 2fr 1.5fr;gap:40px}.footer-brand h3{color:var(--white);font-size:1.2rem;margin-bottom:14px}.footer-brand p{font-size:.9rem;line-height:1.7;margin-bottom:20px;color:#fffc}.social-links{display:flex;gap:10px}.social-links a{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s}.social-links a:hover{background:var(--white)}.footer-links h4,.footer-services h4,.footer-contact h4{color:var(--white);font-size:1rem;margin-bottom:16px;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:8px}.footer-links ul li,.footer-services ul li{margin-bottom:10px;font-size:.9rem}.footer-links button{color:#ffffffd9;font-size:.9rem;transition:color .2s}.footer-links button:hover{color:var(--white);text-decoration:underline}.footer-services ul li{color:#fffc}.footer-services ul li button{color:#fffc;font-size:.9rem;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-align:left}.footer-services ul li button:hover{color:var(--white);text-decoration:underline}.footer-contact p{font-size:1.22rem;font-weight:700;margin-bottom:10px;color:#ffffffd9}.footer-result-badge{display:flex;align-items:flex-start;gap:6px;background:var(--color-custom-red-dark);color:var(--white)!important;font-size:1.55rem!important;font-weight:600;padding:10px 12px;border-radius:8px;margin-top:12px;border-left:3px solid var(--color-light-bg-1);line-height:1.5;font-style:italic}.footer-contact a{color:#ffffffd9;transition:color .2s}.footer-contact a:hover{color:var(--white);text-decoration:underline}.footer-bottom{background:var(--color-custom-red-dark);text-align:center;font-size:.85rem;color:#ffffffd9;display:flex;justify-content:space-between;max-width:100%;padding:18px 40px}@media(max-width:900px){.contact.section .container{grid-template-columns:1fr;gap:40px}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:768px){.marquee-bar{font-size:.85rem;padding:8px 0}.info-bar{font-size:.92rem;padding:8px 12px;top:36px;line-height:1.4}.navbar{top:90px;padding:16px 20px}.hero{padding-top:120px}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:40px;font-size:1.2rem}.nav-links.open{display:flex}.nav-links li{color:var(--color-dark-text)!important}.nav-links li:hover{color:var(--color-custom-orange)!important}.nav-cta{background:linear-gradient(135deg,var(--color-custom-orange),var(--color-custom-orange-darker))!important;color:var(--white)!important}.hamburger{display:flex}.hamburger.hidden{display:none}.nav-close{display:block;position:absolute;top:20px;right:24px;font-size:1.6rem;color:var(--color-custom-orange);background:none;border:none;cursor:pointer;line-height:1}.section-title{font-size:1.8rem}.hero-stats{gap:20px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:6px;text-align:center}.contact-form-wrap,.testimonial-featured{padding:24px}}@media(max-width:480px){.hero-btns .btn{display:block;margin:8px auto;max-width:275px}.btn-whatsapp{margin-left:0}.astro-avatar{width:200px;height:200px;font-size:5rem}}.floating-side-btns{position:fixed;bottom:24px;left:0;right:0;z-index:999;display:flex;justify-content:space-between;padding:0 24px;pointer-events:none}.floating-side-btn{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 16px #00000040;transition:transform .2s,box-shadow .2s;pointer-events:all}.floating-side-btn:hover{animation-play-state:paused;transform:scale(1.18)}.floating-side-call{background:linear-gradient(135deg,var(--color-custom-red),var(--color-custom-red-dark));animation:pulse 1.2s ease-in-out infinite}.floating-side-wa{background:#25d366;animation:pulse 1.2s ease-in-out infinite .3s}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #00000040,0 0 #ffffff80}50%{transform:scale(1.15);box-shadow:0 8px 24px #00000059,0 0 0 12px #fff0}}
