
:root{--accent:#0b7a4d;--muted:#6b7280;--bg:#f7f7fb;--card:#fff}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif;margin:0;background:var(--bg);color:#0f172a}
a{color:var(--accent);text-decoration:none}
.header{background:linear-gradient(90deg,#ecfdf5,#ffffff);padding:20px 16px;box-shadow:0 2px 6px rgba(2,6,23,.05)}
.container{max-width:1100px;margin:0 auto;padding:16px}
.nav{display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;gap:12px;align-items:center}
.logo img{width:48px;height:48px;border-radius:8px;object-fit:cover}
.brand{font-weight:700}
.tag{font-size:13px;color:var(--muted)}
.hero{display:flex;gap:24px;align-items:center;padding:28px 0}
.hero-left{flex:1}
.hero-right{width:360px}
.hero-right img{width:100%;border-radius:12px;object-fit:cover}
h1{font-size:28px;margin:0 0 8px}
h2{margin:12px 0}
.lead{color:var(--muted);margin:0 0 16px}
.cta{display:flex;gap:12px}
.btn{background:var(--accent);color:white;padding:10px 16px;border-radius:8px;font-weight:600;display:inline-block}
.btn-outline{border:2px solid var(--accent);color:var(--accent);padding:8px 14px;border-radius:8px;display:inline-block}
.card{background:var(--card);padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.facts ul{margin:8px 0 0 18px;color:var(--muted)}
.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:10px}
.service{background:linear-gradient(180deg,#ffffff,#f8fafc)}
.two-col{display:grid;grid-template-columns:1fr 420px;gap:20px;margin-top:10px}
.muted{color:var(--muted)}
.mini{font-size:13px;color:var(--muted)}
label{display:block;font-size:14px;margin-bottom:6px;color:#374151}
input,textarea,select{width:100%;padding:10px;border-radius:8px;border:1px solid #e6e9ef;margin-bottom:12px;font-size:14px;background:#fff}
.help{font-size:12px;color:var(--muted);margin-top:10px}
.faq p{color:var(--muted)}
.pricing{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.footer{padding:24px 0;color:var(--muted);font-size:14px}
.foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(2,6,23,.12);color:#fff;font-size:24px}
.hidden{display:none}
.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:8px}
.section{margin-top:16px}
ul.check li::marker{content:"✔️ "}
@media(max-width:880px){.two-col{grid-template-columns:1fr}.hero{flex-direction:column}.logo img{width:42px;height:42px}.hero-right{width:100%}}


/* === Sliding Banner (Swiper) === */
.banner-wrap { background:#fff; }
.banner-wrap .swiper { width:100%; height: 360px; }
.banner-wrap img { width:100%; height:100%; object-fit:cover; border-radius:12px; }
@media (max-width: 880px){
  .banner-wrap .swiper { height:220px; }
}

