:root {
  --cz-green: #22c55e;
  --cz-green-dark: #16a34a;
  --cz-black: #111111;
  --cz-dark: #1b1b1b;
  --cz-white: #ffffff;
  --cz-gray-100: #f5f5f5;
  --cz-gray-200: #e5e7eb;
  --cz-gray-400: #9ca3af;
  --cz-radius: 22px;
  --cz-radius-pill: 999px;
  --cz-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  --cz-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cz-black);
  background: var(--cz-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.cz-container { width: min(100% - 32px, var(--cz-container)); margin-inline: auto; }
.page-section, .home-section { padding: 56px 0; }
.home-section--muted { background: var(--cz-gray-100); }
.cz-grid { display: grid; gap: 24px; }
.cz-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cz-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cz-panel, .cz-card {
  background: var(--cz-white);
  border: 1px solid var(--cz-gray-200);
  border-radius: var(--cz-radius);
  box-shadow: var(--cz-shadow);
}
.cz-panel { padding: 28px; }
.cz-card { padding: 22px; }
.cz-card .entry-title, .cz-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.cz-card p { margin: 0 0 16px; }
.section-heading { margin-bottom: 26px; }
.section-heading h2, .archive-header h1, .entry-header h1, .hero-section h1 { margin: 0 0 12px; line-height: 1.1; }
.hero-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}
.hero-section__grid,
.site-header__inner,
.prestador-layout,
.site-footer__grid,
.prestador-hero,
.hero-actions,
.card-actions,
.prestador-actions,
.cz-copy-box,
.prestador-meta-row {
  display: flex;
  gap: 16px;
}
.hero-section__grid { align-items: center; justify-content: space-between; }
.hero-section__grid > * { flex: 1; }
.hero-section h1 { font-size: clamp(2.2rem, 4vw, 4rem); max-width: 12ch; }
.cz-search-form { display: grid; gap: 16px; }
.cz-search-form label { display: grid; gap: 8px; font-weight: 600; }
.cz-search-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--cz-gray-200);
  border-radius: 16px;
  font: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cz-gray-200);
}
.site-header__inner { align-items: center; justify-content: space-between; min-height: 82px; }
.site-title { font-weight: 800; font-size: 1.4rem; color: var(--cz-black); }
.main-navigation { display: flex; align-items: center; gap: 18px; }
.main-navigation ul { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; }
.main-navigation a { font-weight: 600; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: var(--cz-gray-100);
}
.menu-toggle span { display: block; height: 2px; background: var(--cz-black); margin: 6px 0; }
.cz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--cz-radius-pill);
  background: var(--cz-green);
  color: var(--cz-white);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.cz-btn:hover { background: var(--cz-green-dark); transform: translateY(-1px); }
.cz-btn-secondary { background: var(--cz-black); }
.cz-btn-secondary:hover { background: #2b2b2b; }
.cz-btn-outline {
  background: transparent;
  color: var(--cz-green-dark);
  border: 2px solid var(--cz-green);
}
.cz-btn-outline:hover { background: var(--cz-green); color: var(--cz-white); }
.cz-badge, .cz-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--cz-radius-pill);
  background: #effcf3;
  color: var(--cz-green-dark);
  font-size: .92rem;
  font-weight: 700;
}
.cz-badge--top { background: #111111; color: #ffffff; }
.cz-card-location { color: #4b5563; font-weight: 600; }
.card-thumb { margin: -22px -22px 18px; overflow: hidden; border-radius: 22px 22px 0 0; }
.card-thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cz-top-highlight { margin-bottom: 30px; }
.prestador-single { display: grid; gap: 24px; }
.prestador-hero { align-items: stretch; }
.prestador-hero__media,
.prestador-hero__content,
.prestador-main,
.prestador-sidebar { flex: 1; }
.prestador-hero__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.prestador-layout { align-items: flex-start; }
.prestador-main { display: grid; gap: 24px; }
.prestador-sidebar { max-width: 360px; }
.cz-social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.cz-social-link {
  display: inline-flex;
  padding: 10px 16px;
  background: var(--cz-gray-100);
  border-radius: var(--cz-radius-pill);
  font-weight: 700;
}
.cz-copy-input {
  flex: 1;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--cz-gray-200);
  border-radius: 16px;
  font: inherit;
}
.cz-note { color: #4b5563; font-size: .95rem; }
.cz-pix-qr img { max-width: 180px; border-radius: 16px; margin-top: 12px; }
.cz-list-clean { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.archive-header { margin-bottom: 28px; }
.site-footer { background: var(--cz-black); color: var(--cz-white); margin-top: 56px; }
.site-footer__grid { padding: 48px 0; align-items: flex-start; justify-content: space-between; }
.site-footer__grid > * { flex: 1; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__bottom p { margin: 0; padding: 18px 0; color: rgba(255,255,255,.75); }
.widget-title { margin-top: 0; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 1024px) {
  .cz-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cz-grid--3,
  .hero-section__grid,
  .prestador-hero,
  .prestador-layout,
  .site-footer__grid { grid-template-columns: 1fr; flex-direction: column; }
  .prestador-sidebar { max-width: none; width: 100%; }
}

@media (max-width: 768px) {
  .main-navigation {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    background: var(--cz-white);
    border: 1px solid var(--cz-gray-200);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--cz-shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .main-navigation.is-open { display: flex; }
  .main-navigation ul { flex-direction: column; }
  .header-cta, .cz-btn, .cz-btn-secondary, .cz-btn-outline { width: 100%; }
  .menu-toggle { display: inline-block; }
  .hero-section { padding: 56px 0; }
  .hero-actions, .card-actions, .prestador-actions, .cz-copy-box { flex-direction: column; }
  .cz-grid--3, .cz-grid--4 { grid-template-columns: 1fr; }
  .page-section, .home-section { padding: 42px 0; }
}
