:root {
  --bg: #faf8f4;
  --surface: rgba(255,255,255,0.82);
  --card: #ffffff;
  --text: #0f172a;
  --muted: #5b6475;
  --line: rgba(15, 23, 42, 0.08);
  --brand: #0f172a;
  --brand-soft: #fff7ed;
  --accent: #d97706;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
.orb-1 {
  width: 340px; height: 340px; top: 40px; right: -100px;
  background: rgba(245, 158, 11, 0.2);
}
.orb-2 {
  width: 320px; height: 320px; top: 420px; left: -120px;
  background: rgba(59, 130, 246, 0.1);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: inline-grid; place-items: center;
  background: linear-gradient(135deg, #111827, #374151);
  color: white; font-weight: 800;
  box-shadow: var(--shadow);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  color: #334155;
}
.nav a:hover { color: #000; }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark {
  background: var(--brand);
  color: white;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}
.btn-light {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand);
}
.btn-light-solid {
  background: #fff;
  color: var(--brand);
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.22);
  color: white;
}

.hero {
  padding: 72px 0 40px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  color: var(--accent);
  border: 1px solid rgba(217,119,6,0.16);
  font-size: .87rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1,
.section-head h2,
.copy-block h2,
.contact-copy h2 {
  margin: 18px 0 14px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.hero p,
.section-head p,
.copy-block p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.mini-cards article,
.stats-grid article,
.highlight-grid article {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.8);
  box-shadow: var(--shadow);
}
.mini-cards article {
  padding: 18px;
  border-radius: 22px;
}
.mini-cards strong,
.stats-grid strong { display: block; margin-bottom: 6px; }
.mini-cards span,
.stats-grid span { color: var(--muted); font-size: .95rem; }

.hero-card {
  position: relative;
}
.placeholder-card {
  min-height: 420px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, #fff7ed);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-lg);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
}
.placeholder-card h2 { margin: 10px 0; font-size: 2rem; }
.placeholder-card p { color: var(--muted); max-width: 480px; }
.placeholder-tag {
  display: inline-block;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 800;
  font-size: .8rem;
}

.stats { padding: 10px 0 22px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stats-grid article {
  padding: 22px;
  border-radius: 26px;
}

.section { padding: 84px 0; }
.section-alt {
  background: rgba(255,255,255,0.62);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.row-head {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 24px;
  align-items: end;
}
.center-head {
  text-align: center;
  margin-inline: auto;
}

.service-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card,
.review-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.service-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.service-card h3,
.review-card p,
.copy-block h2,
.contact-copy h2 { margin-top: 16px; }
.service-card p,
.review-card p { color: var(--muted); }
.service-card a {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(217,119,6,.4);
  text-underline-offset: 4px;
}
.chip {
  display: inline-block;
  background: var(--brand-soft);
  color: var(--accent);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.about-photo { min-height: 360px; }
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.highlight-grid article {
  padding: 18px;
  border-radius: 20px;
  color: #334155;
}

.review-card span {
  font-size: 3.4rem;
  line-height: 1;
  color: var(--accent);
}
.review-card strong { display: block; margin-top: 16px; }

.narrow { max-width: 920px; }
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.82);
  border-radius: 24px;
  padding: 20px 22px;
  box-shadow: var(--shadow);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.contact-card {
  background: #0f172a;
  color: white;
  border-radius: 34px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 28px;
  box-shadow: var(--shadow-lg);
}
.contact-copy p { color: #cbd5e1; }
.contact-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #e2e8f0;
}
.map-card {
  min-height: 320px;
  background: rgba(255,255,255,0.06);
  color: #cbd5e1;
  box-shadow: none;
  border-color: rgba(255,255,255,0.08);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  background: #16a34a;
  color: white;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(22,163,74,0.26);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
}
.footer-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
}
.footer-wrap nav {
  display: flex;
  gap: 18px;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .contact-card,
  .row-head,
  .service-grid,
  .review-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .mini-cards,
  .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav {
    position: absolute;
    top: 80px;
    right: 16px;
    left: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.95);
    box-shadow: var(--shadow-lg);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open { display: flex; }
  .menu-toggle { display: inline-flex; }
}

@media (max-width: 640px) {
  .hero { padding-top: 48px; }
  .container { width: min(100% - 20px, 1180px); }
  .mini-cards,
  .highlight-grid { grid-template-columns: 1fr; }
  .placeholder-card,
  .contact-card,
  .service-card,
  .review-card,
  .stats-grid article,
  .faq-list details {
    border-radius: 24px;
  }
  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo {
  height: 52px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-brand strong {
  font-size: 24px;
  line-height: 1.1;
}

.hero-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  margin-top: 14px;
}

.map-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 24px;
  display: block;
}
