:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted: #5b5b5b;
  --primary: #0e6dfd;
  --primary-600: #0b59ca;
  --accent: #111827;
  --border: #e5e7eb;
  --card: #f8fafc;
}
*,
*::before,
*::after { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.topbar { background: linear-gradient(90deg, #0e6dfd, #1f9bfd); color: #fff; font-size: 14px; }
.topbar__content { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; }
.topbar__item { opacity: 0.95; display: flex; align-items: center; gap: 8px; }
.topbar__item .icon { width: 16px; height: 16px; display: inline-block; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.8); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--border); }
.nav__content { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav__cta { display: block; }
.logo { font-weight: 700; font-size: 20px; text-decoration: none; color: var(--text); }
.nav__links { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--text); text-decoration: none; padding: 8px 10px; border-radius: 8px; transition: color 120ms ease, background 120ms ease; }
.nav__links a.active { background: var(--card); }
.nav__links a:hover { color: var(--primary); background: #f3f4f6; }
.nav__toggle { display: none; flex-direction: column; gap: 4px; border: none; background: transparent; cursor: pointer; }
.nav__toggle span { width: 22px; height: 2px; background: var(--text); display: block; }
.btn { display: inline-block; padding: 12px 18px; border-radius: 9999px; text-decoration: none; font-weight: 600; transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(14,109,253,.2); }
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-600); }
.btn--ghost { border-color: var(--border); color: var(--text); background: #fff; }
.btn--ghost:hover { border-color: #cbd5e1; background: #fafafa; }
.hero { background: linear-gradient(180deg, #f5f8ff, #ffffff); border-bottom: 1px solid var(--border); }
.hero__content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; padding: 48px 0; align-items: center; }
.hero__text h1 { font-size: 36px; margin: 0 0 10px; }
.hero__text p { margin: 0 0 18px; color: var(--muted); line-height: 1.6; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__image { min-height: 300px; aspect-ratio: 16 / 9; max-width: 520px; border-radius: 16px; overflow: hidden; border: 3px solid transparent; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg,#0e6dfd,#9333ea) border-box; box-shadow: 0 8px 24px rgba(17,24,39,.08); transition: transform 160ms ease, box-shadow 160ms ease; }
.hero__image:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,24,39,.12); }
.hero__image img { width: 100%; height: auto; object-fit: cover; display: block; }
.hero__image video { width: 100%; height: 100%; object-fit: cover; display: block; }
.section-title { font-size: 24px; margin: 28px 0 16px; }
.features .cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px; transition: transform 120ms ease, box-shadow 120ms ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,24,39,.08); }
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.grid__item { border: 1px solid var(--border); border-radius: 14px; padding: 16px; background: #fff; transition: transform 120ms ease, box-shadow 120ms ease; }
.grid__item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,24,39,.06); }
.section-actions { display: flex; gap: 10px; margin: 16px 0 0; }
.section--spaced { padding: 40px 0; }
.headline { font-size: 32px; font-weight: 700; line-height: 1.3; margin: 0 0 12px; }
.headline .accent { color: #e11d48; }
.lead { color: var(--muted); line-height: 1.8; }
.bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.bullets li { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; }
.slider { position: relative; }
.slider__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
.slider__track::-webkit-scrollbar { height: 6px; }
.slider__track::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 8px; }
.slide { scroll-snap-align: start; min-width: 260px; border: 1px solid var(--border); border-radius: 14px; padding: 16px; background: #fff; transition: transform 120ms ease, box-shadow 120ms ease; }
.slide:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,24,39,.06); }
.products { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.product { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #fff; transition: transform 120ms ease, box-shadow 120ms ease; }
.product:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,24,39,.06); }
.product__thumb { height: 110px; background: #f3f4f6; display: grid; place-items: center; }
.product__thumb img { width: 100%; height: 110px; object-fit: cover; display: block; }
.product__info { padding: 12px; }
.price { color: var(--primary-600); font-weight: 700; }
.service-thumb { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); margin-bottom: 8px; }
.footer { border-top: 1px solid var(--border); background: #fafafa; margin-top: 28px; }
.footer__content { display: grid; grid-template-columns: 1.4fr 2fr; gap: 16px; padding: 22px 0; align-items: start; }
.footer__brand p { color: var(--muted); }
.footer__cols { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.footer__links { display: grid; gap: 8px; }
.footer__links a { color: var(--muted); text-decoration: none; }
.footer__links a:hover { color: var(--primary); }
.footer__socials { display: flex; gap: 10px; align-items: center; }
.footer__socials a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--border); background: #fff; transition: transform 120ms ease, box-shadow 120ms ease, border 120ms ease; }
.footer__socials a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,24,39,.06); border-color: #cbd5e1; }
.footer__socials svg { width: 16px; height: 16px; }
.footer__cols h4 { margin: 0 0 8px; }
.footer__bottom { border-top: 1px solid var(--border); padding: 12px 16px; text-align: center; font-size: 14px; color: var(--muted); }
.testimonials .cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.testimonial .avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; display: inline-block; margin-right: 10px; vertical-align: middle; }
.testimonial strong { vertical-align: middle; }
.testimonial p { color: var(--muted); }
.gallery .grid-images { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.gallery .grid-images img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); transition: transform 160ms ease, box-shadow 160ms ease; }
.gallery .grid-images img:hover { transform: scale(1.02); box-shadow: 0 10px 24px rgba(17,24,39,.08); }
.faq details { border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { color: var(--muted); }
.map-embed iframe { width: 100%; height: 280px; border: 0; border-radius: 12px; }
.process .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px; text-align: center; }
.step .num { width: 36px; height: 36px; border-radius: 50%; background: #eef2ff; color: var(--primary); display: grid; place-items: center; font-weight: 700; margin: 0 auto 8px; }
.pricing .cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.price-card h3 { margin: 0 0 8px; }
.price-tag { font-size: 22px; font-weight: 700; color: var(--primary); margin: 6px 0 8px; }
.price-card ul { padding-left: 18px; color: var(--muted); }
.brands .badges { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.badge { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 14px; text-align: center; font-weight: 600; }
.cta-banner { background: linear-gradient(135deg,#0e6dfd,#9333ea); color: #fff; border-radius: 16px; padding: 20px; margin-top: 20px; }
.cta-banner .container { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.cta-banner .btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; background: transparent; }
.cta-banner .btn--ghost:hover { background: rgba(255,255,255,.1); }
@media (max-width: 960px) {
  .topbar__content { justify-content: center; flex-wrap: wrap; }
  .nav { z-index: 999; }
  .hero__content { grid-template-columns: 1fr; }
  .hero__image { max-width: 100%; aspect-ratio: 16 / 9; min-height: 240px; width: 100%; }
  .features .cards { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: 1fr 1fr; }
  .bullets { grid-template-columns: 1fr; }
  .products { grid-template-columns: 1fr 1fr; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav__links { position: fixed; left: 0; right: 0; top: 64px; bottom: 0; background: #fff; flex-direction: column; padding: 16px; border-top: 1px solid var(--border); transform: translateY(-120%); transition: transform 180ms ease; overflow-y: auto; max-height: calc(100vh - 64px); gap: 0; }
  .nav__links li { width: 100%; }
  .nav__links a { display: block; padding: 14px; border-radius: 10px; }
  .nav__links.open { transform: translateY(0); }
  .process .steps, .pricing .cards, .brands .badges { grid-template-columns: 1fr 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .features .cards, .grid, .products, .testimonials .cards, .gallery .grid-images, .process .steps, .pricing .cards, .brands .badges, .bullets, .footer__content { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .hero__text h1 { font-size: 28px; }
}
