:root {
  color-scheme: light dark;
  font-family: 'Poppins', sans-serif;
  --bg: #0e1116;
  --card: #161b22;
  --accent: #f4c430;
  --accent-dark: #d7a507;
  --text: #f5f7fb;
  --muted: #b6bdcc;
  --border: rgba(255,255,255,0.08);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: linear-gradient(180deg,#050607 0%,#0c1118 35%,#0f141b 100%);
  color: var(--text);
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}
.btn img {
  width: 20px;
  height: 20px;
  margin-right: 0.6rem;
}
.btn.primary {
  background: var(--accent);
  color: #1a1200;
}
.btn.primary:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}
.btn.secondary {
  background: rgba(255,255,255,0.1);
  border-color: var(--border);
}
.btn.secondary:hover {
  transform: translateY(-2px);
}
.btn.outline {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}
.btn.whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn.whatsapp:hover {
  transform: translateY(-2px);
  background: #1EBE56;
  border-color: #1EBE56;
}
.top-alert {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255,255,255,0.05);
  font-size: 0.95rem;
}
.top-alert .cta-link {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
}
.main-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(5,6,7,0.9);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent);
  color: #111;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.brand-label {
  font-weight: 600;
}
.brand-sub {
  color: var(--muted);
  font-size: 0.85rem;
}
.nav {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
.nav a {
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}
.nav a:hover {
  color: var(--text);
}
.header-cta {
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text);
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 2rem;
  align-items: center;
}
.badge {
  display: inline-flex;
  background: rgba(255,255,255,0.08);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.hero h1 {
  font-size: clamp(2rem,4vw,3.1rem);
  line-height: 1.2;
  margin-top: 1rem;
}
.hero p {
  margin-top: 1rem;
  color: var(--muted);
}
.hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.hero-list {
  margin-top: 1.5rem;
  color: var(--muted);
  display: grid;
  gap: 0.5rem;
}
.hero-list li::before {
  content: '•';
  color: var(--accent);
  margin-right: 0.5rem;
}
.metrics {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  gap: 1rem;
}
.metric {
  font-size: 1.8rem;
  font-weight: 600;
}
.hero-card {
  background: var(--card);
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid var(--border);
}
.hero-card .card-title {
  color: var(--muted);
}
.hero-card .card-value {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.hero-card ul {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}
.trust {
  background: rgba(255,255,255,0.03);
  padding: 2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  display: grid;
  gap: 1.5rem;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 1.5rem;
}
.section-head {
  display: grid;
  gap: 0.35rem;
}
.eyebrow {
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.process-grid,
.service-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  gap: 1.5rem;
}
.process-grid div,
.service-grid article,
.testimonials-grid article {
  background: var(--card);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--border);
}
.step-number {
  font-size: 2rem;
  color: var(--accent);
  font-weight: 700;
}
.service-grid h3 {
  margin-bottom: 1rem;
}
.service-grid li {
  color: var(--muted);
  margin-bottom: 0.6rem;
}
.coverage-content {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 2rem;
  align-items: center;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.tags li {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.9rem;
}
.map-wrapper iframe {
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--border);
  border-radius: 18px;
}
.coverage-locations {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.faq-list {
  display: grid;
  gap: 1rem;
}
.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.faq-item span.icon {
  font-size: 1.5rem;
  color: var(--accent);
  transition: transform 0.2s ease;
}
.faq-item.active span.icon {
  transform: rotate(45deg);
}
.faq-item span {
  display: block;
  font-size: 0.95rem;
  color: var(--muted);
}
.testimonials-grid article {
  position: relative;
  padding-top: 2.5rem;
}
.testimonials-grid article::before {
  content: '“';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 2rem;
  color: var(--accent);
}
.testimonials-grid .author {
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 600;
}
.cta {
  background: linear-gradient(125deg,#f4c430,#f97316);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  color: #1b1500;
}
.cta .btn.primary {
  background: #111;
  color: var(--text);
}
footer {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
.floating-buttons a {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}
.floating-phone {
  background: rgba(255,255,255,0.1);
  color: var(--text);
}
.floating-phone:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.2);
}
.floating-whatsapp {
  background: #25D366;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
  background: #1EBE56;
}
.floating-whatsapp .whatsapp-icon {
  width: 26px;
  height: 26px;
}
@media (max-width: 900px) {
  .nav {
    display: none;
  }
  .header-cta {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
  }
  .header-cta .btn {
    padding: 0.7rem 1rem;
  }
  .menu-toggle {
    display: none;
  }
  .brand-label,
  .brand-sub {
    display: none;
  }
  .nav.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 1.5rem;
    background: rgba(0,0,0,0.9);
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid var(--border);
  }
}