:root{
--orange:#FF6B35;
--orange-d:#E55A2B;
--pink:#FF3C82;
--yellow:#FFD23F;
--yellow-l:#FFF4CC;
--cta-grad:linear-gradient(135deg,#FF6B35 0%,#FF3C82 50%,#FF6B35 100%);
--blue:#0D5F9E;
--blue-2:#1B98E0;
--green:#0D5F9E;
--green-d:#0a4c7e;
--bg:#f8fafc;
--white:#fff;
--text:#0f172a;
--text-l:#475569;
--text-ll:#94a3b8;
--r:16px;
--shadow:0 8px 28px rgba(13,95,158,.14),0 2px 6px rgba(13,95,158,.06);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;padding-bottom:80px}
.section{padding:2rem 1.25rem}
.section-title{font-family:'Fredoka',sans-serif;font-size:1.35rem;font-weight:600;text-align:center;margin-bottom:1.25rem}
.hero{background:linear-gradient(135deg,var(--orange) 0%,#FF8F5E 50%,#FFA970 100%);color:#fff;padding:3rem 1.5rem 3.5rem;text-align:center;position:relative;overflow:hidden}
.hero::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:36px;background:var(--bg);border-radius:50% 50% 0 0}
.hero-badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}
.hero-tagline{margin-top:1rem;font-family:'Fredoka',sans-serif;font-size:1.3rem;font-weight:500;line-height:1.35;opacity:.95}
.hero-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem}
.hero-sub{font-size:.85rem;opacity:.85;font-weight:600}
.trust{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.trust-c{background:var(--white);border-radius:var(--r);padding:1.15rem .75rem;text-align:center;box-shadow:var(--shadow)}
.trust-i{font-size:1.75rem;margin-bottom:.4rem}
.trust-t{font-weight:700;font-size:.85rem;line-height:1.25}
.trust-d{font-size:.72rem;color:var(--text-l);margin-top:3px}
.services{display:flex;flex-direction:column;gap:10px}
.svc{display:flex;align-items:center;gap:.9rem;background:var(--white);border-radius:var(--r);padding:1rem 1.1rem;box-shadow:var(--shadow)}
.svc-i{font-size:2rem;flex-shrink:0}
.svc-n{font-weight:700;font-size:.95rem}
.svc-d{font-size:.8rem;color:var(--text-l);margin-top:2px}
.steps{display:flex;flex-direction:column;gap:.9rem;max-width:400px;margin:0 auto}
.step{display:flex;align-items:center;gap:.9rem}
.step-n{width:40px;height:40px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Fredoka',sans-serif;font-weight:700;font-size:1.1rem;flex-shrink:0}
.step-t{font-size:.92rem;font-weight:600}
.step-t span{display:block;font-weight:400;font-size:.8rem;color:var(--text-l)}
.reviews{display:flex;flex-direction:column;gap:10px}
.rev{background:var(--white);border-radius:var(--r);padding:1.15rem;box-shadow:var(--shadow)}
.rev-s{color:var(--yellow);font-size:.9rem;letter-spacing:2px;margin-bottom:.4rem}
.rev-t{font-size:.85rem;font-style:italic;color:var(--text-l);line-height:1.5}
.rev-n{font-size:.8rem;font-weight:700;margin-top:.5rem}
.faq{background:var(--white);border-radius:20px;margin:0 .5rem;padding:1.5rem 1.25rem;box-shadow:var(--shadow)}
.faq-item{border-bottom:1px solid #f0ece6;padding-bottom:1rem;margin-bottom:1rem}
.faq-item:last-child{border:0;margin:0;padding:0}
.faq-q{font-weight:700;font-size:.92rem;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.faq-q:hover{color:var(--orange)}
.faq-q .arr{transition:transform .2s;font-size:.75rem;color:var(--text-ll)}
.faq-q.open .arr{transform:rotate(180deg)}
.faq-a{font-size:.85rem;color:var(--text-l);margin-top:.6rem;display:none;line-height:1.6}
.faq-a.show{display:block}
.cta-s{text-align:center;padding:2.5rem 1.5rem 2rem}
.cta-s p{font-size:.95rem;color:var(--text-l);margin-bottom:1.25rem}
.wa{display:inline-flex;align-items:center;gap:10px;background:var(--cta-grad);color:#fff;padding:.9rem 2rem;border-radius:50px;font-size:1.05rem;font-weight:700;text-decoration:none;box-shadow:0 4px 20px rgba(37,211,102,.3);transition:all .2s;font-family:'Nunito',sans-serif}
.wa svg{width:22px;height:22px;fill:#fff}
.phone-link{display:block;margin-top:1rem;font-size:.9rem;color:var(--orange);text-decoration:none;font-weight:700}
.phone-link:hover{text-decoration:underline}
footer{text-align:center;padding:1.5rem 1.25rem;font-size:.75rem;color:var(--text-ll)}
footer a{color:var(--orange);text-decoration:none}
.sticky{position:fixed;bottom:0;left:0;right:0;background:var(--white);padding:10px 1.25rem;box-shadow:0 -2px 16px rgba(0,0,0,.08);transform:translateY(120%);transition:transform .3s ease;z-index:100;text-align:center}
.sticky a{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--cta-grad);color:#fff;padding:.75rem;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none}
.sticky a svg{width:20px;height:20px;fill:#fff}
.sticky.show{transform:translateY(0)}
@keyframes tefPulse{0%,100%{transform:scale(1);box-shadow:0 4px 20px rgba(255,60,130,.35)}50%{transform:scale(1.04);box-shadow:0 8px 32px rgba(255,60,130,.55)}}
@keyframes tefShine{0%{background-position:200% 0}100%{background-position:-200% 0}}
.wa,.sticky a{background-size:200% 100%!important;animation:tefShine 3s linear infinite,tefPulse 2.5s ease-in-out infinite}
.wa:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,211,102,.4)}
@media(min-width:640px){
.hero{padding:4rem 2rem 4.5rem}
.hero-tagline{font-size:1.5rem}
.trust{grid-template-columns:repeat(4,1fr)}
.services{flex-direction:row;flex-wrap:wrap}
.svc{flex:1;min-width:220px}
.faq{max-width:800px;margin:0 auto}
.section{padding:2.5rem 2rem;max-width:900px;margin:0 auto}
}
