:root{
  --brand:#ff5f6d;
  --brand2:#ffc371;
  --ink:#16181d;
  --muted:#6b7280;
  --bg:#f7f8fb;
  --card:#ffffff;
  --soft:0 10px 30px rgba(0,0,0,.08);
}

*{font-family:'Poppins',sans-serif}
html,body{background:var(--bg); color:#222; scroll-behavior:smooth}


.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");

}
/* Topbar */
.topbar{background:#0f172a;color:#e2e8f0;font-size:.9rem;padding:.4rem 0}
.topbar a{color:#cbd5e1;text-decoration:none}
.topbar a:hover{color:#fff}
.topbar i{color:#facc15;margin-right:.4rem}

/* Navbar */
.navbar-blur{
  background:rgba(255,255,255,.7);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom:1px solid #eef0f4;
}
.navbar .nav-link{color:#2b2f36; font-weight:500}
.navbar .nav-link:hover{color:var(--brand)}
.brand-accent{color:var(--brand)}

/* Hero */
.hero{
  position:relative;
  padding:84px 0 40px;
  background: radial-gradient(1000px 600px at 20% -20%, rgba(255,95,109,.25), transparent),
             radial-gradient(900px 500px at 120% 20%, rgba(255,195,113,.2), transparent);
}
.hero-kicker{
  display:inline-flex; gap:.5rem; align-items:center;
  padding:.35rem .8rem; border-radius:999px;
  background:#fff; color:#111; font-weight:600; box-shadow:var(--soft)
}
.text-grad{background:linear-gradient(45deg,var(--brand),var(--brand2));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent}
.hero .lead{max-width:48ch}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:22px}
.btn-brand{background:var(--brand); color:#fff; border:none}
.btn-brand:hover{background:#e14d5c}
.hero-media{position:relative}
.hero-img{width:100%; max-width:540px; border-radius:20px; box-shadow:0 20px 50px rgba(0,0,0,.2)}
.hero-badge{
  position:absolute; bottom:-12px; right:-12px; background:#fff; border-radius:14px;
  padding:10px 14px; display:flex; align-items:center; gap:10px; box-shadow:var(--soft)
}
.hero-badge i{color:#f59e0b}
.hero-badge b{display:block; line-height:1}
.hero-badge span{display:block; font-size:.8rem; color:var(--muted)}
.hero-wave{
  height:40px; background:linear-gradient(180deg, transparent, rgba(0,0,0,.03));
  margin-top:30px
}

/* Quote box */
.quote-box{
  margin-top:28px; background:#fff; border-radius:16px; padding:20px;
  box-shadow:var(--soft)
}

/* Brands marquee */
.brands{padding:18px 0; background:#fff; border-top:1px solid #eef0f4; border-bottom:1px solid #eef0f4}
.brand-track{display:flex; gap:18px; align-items:center}
.brands-marquee{display:flex; gap:32px; overflow:hidden; position:relative}
.brands-marquee img{opacity:.7; filter:grayscale(1); transition:.3s}
.brands-marquee img:hover{opacity:1; filter:none}

/* Sections */
.section{padding:80px 0}
.section.alt{background:#fff}
.section-head{text-align:center; margin-bottom:36px}
.section-head h2{font-weight:700}
.section-head p{color:var(--muted)}

/* Steps */
.step-card{
  background:#fff; border-radius:16px; padding:26px; box-shadow:var(--soft);
  height:100%; transition:.3s; text-align:center
}
.step-card:hover{transform:translateY(-8px)}
.step-card i{font-size:28px; color:var(--brand); margin-bottom:10px}

/* Service cards */
.service-card{
  background:#fff; border-radius:16px; overflow:hidden; box-shadow:var(--soft); height:100%;
  transition:transform .3s
}
.service-card:hover{transform:translateY(-8px)}
.service-card img{width:100%; height:220px; object-fit:cover}
.service-info{padding:16px}
.service-info p{color:var(--muted); margin:.3rem 0 .8rem}
.service-meta{display:flex; align-items:center; justify-content:space-between}
.service-meta .price{color:var(--brand); font-weight:700}
.service-meta .link{font-weight:600; text-decoration:none}
.service-meta .link:hover{color:var(--brand)}

/* Benefits strip */
.benefits{display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:24px}
@media(min-width:992px){ .benefits{grid-template-columns:repeat(4,1fr)} }
.benefit{
  background:#fff; padding:12px 14px; border-radius:12px; box-shadow:var(--soft);
  display:flex; gap:.6rem; align-items:center; color:#374151
}
.benefit i{color:#22c55e}

/* Counters */
.counters{background:linear-gradient(45deg,#fff, #f3f5f9)}
.counter{
  font-size:2.6rem; font-weight:800; color:var(--brand); line-height:1
}
.counter-label{color:#6b7280; margin-top:.2rem}

/* Pricing */
.pricing-card{
  background:#fff; border-radius:18px; padding:24px; box-shadow:var(--soft); height:100%;
  position:relative; transition:.25s
}
.pricing-card:hover{transform:translateY(-6px)}
.pricing-card.featured{border:2px solid transparent; background:
  linear-gradient(#fff,#fff) padding-box,
  linear-gradient(45deg,var(--brand),var(--brand2)) border-box;}
.badge-popular{
  position:absolute; top:-12px; right:16px; background:linear-gradient(45deg,var(--brand),var(--brand2));
  color:#fff; font-size:.75rem; padding:.25rem .6rem; border-radius:999px; box-shadow:var(--soft)
}
.pricing-head h3{margin:0}
.pricing-head .price{font-size:1.8rem; font-weight:800; color:var(--ink)}
.pricing-head .price span{font-size:.9rem; color:var(--muted); font-weight:600}
.pricing-list{list-style:none; padding:0; margin:14px 0 20px}
.pricing-list li{margin:.4rem 0; color:#374151}
.pricing-list i{color:#22c55e; margin-right:.5rem}

/* Before/After */
.before-after{position:relative; border-radius:18px; overflow:hidden; box-shadow:var(--soft); background:#fff}
.before-after img{display:block; width:100%; height:420px; object-fit:cover}
.before-after .after{position:absolute; top:0; left:0; width:50%; height:100%; overflow:hidden; clip-path:inset(0 50% 0 0)}
.before-after .slider{position:absolute; left:0; bottom:16px; width:100%}

/* Gallery */
.gallery img{border-radius:14px; width:100%; height:160px; object-fit:cover; box-shadow:var(--soft)}

/* Testimonials */
.review{max-width:800px; margin:0 auto; text-align:center}
.review i{color:var(--brand); font-size:1.2rem}
.review p{font-size:1.1rem; margin:.6rem 0}
.review-meta{color:var(--muted)}

/* Contact card */
.contact-card{background:#fff; border-radius:18px; padding:24px}

/* Tick list */
.tick-list{list-style:none; padding-left:0}
.tick-list li{margin:.4rem 0}
.tick-list li::before{content:'\\f00c'; font-family:'Font Awesome 6 Free'; font-weight:900; color:#22c55e; margin-right:.6rem}

/* Partners */
.partners{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.partners span{color:var(--muted); margin-right:6px}
.partners img{opacity:.8; filter:grayscale(1)}

/* CTA */
.cta-wrap{padding:60px 0}
.cta{
  background:linear-gradient(45deg,var(--brand),var(--brand2));
  color:#fff; border-radius:18px; padding:28px 28px;
  display:flex; align-items:center; justify-content:space-between; gap:18px
}
.cta h3{margin:0}
.cta p{margin:0}

/* Footer */
footer{background:#0f172a; color:#cbd5e1; padding-top:40px}
.footer-brand{font-size:1.6rem; font-weight:800; margin-bottom:6px}
.footer-links{list-style:none; padding-left:0}
.footer-links li{margin:.4rem 0}
.footer-links a{color:#cbd5e1; text-decoration:none}
.footer-links a:hover{color:#fff}
.socials a{color:#94a3b8; margin-right:10px; font-size:1.2rem}
.socials a:hover{color:#fff}
.footer-bottom{text-align:center; border-top:1px solid #1f2937; margin-top:24px; padding:14px 0}

/* Back to top */
.back-to-top{
  position:fixed; bottom:24px; right:24px; border:none; border-radius:50%; width:46px; height:46px;
  background:#111; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--soft); opacity:0; visibility:hidden; transform:translateY(8px); transition:.25s
}
.back-to-top.show{opacity:1; visibility:visible; transform:translateY(0)}
