@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&display=swap');

:root {
  --bg: #fff1e8;
  --bg-elev: #ffffff;
  --bg-soft: #fff7f3;
  --text: #2f1507;
  --muted: #7a5542;
  --brand: #ff6600;
  --brand-dark: #d85600;
  --border: rgba(255, 102, 0, 0.24);
  --shadow: 0 18px 40px rgba(130, 56, 12, 0.14);
  --radius: 18px;
  --radius-sm: 10px;
  --container: 1240px;
  --header-bg: linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(255, 243, 234, 0.94));
  --header-border: rgba(255, 102, 0, 0.12);
  --header-shadow: 0 14px 28px rgba(130, 56, 12, 0.07);
  --hero-bg:
    linear-gradient(180deg, rgba(255, 102, 0, 0.2), rgba(255, 220, 198, 0.2)),
    radial-gradient(circle at center, rgba(255, 148, 72, 0.46), rgba(255, 255, 255, 0.08) 34%, rgba(0,0,0,0) 62%),
    linear-gradient(115deg, rgba(255,255,255,0.48), transparent 30%, rgba(255,255,255,0.16) 70%, transparent 100%),
    #fff1e5;
  --hero-before:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent),
    linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.12), transparent);
  --hero-after: radial-gradient(circle at center, rgba(255,255,255,0.34), transparent 24%);
  --hero-kicker: rgba(76, 39, 15, 0.68);
  --hero-copy: rgba(70, 34, 14, 0.78);
  --panel-bg: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,248,242,0.9));
  --panel-border: rgba(255, 102, 0, 0.11);
  --input-bg: rgba(255, 255, 255, 0.82);
  --input-border: rgba(255, 102, 0, 0.16);
  --nav-link: #7a5542;
  --nav-link-hover: var(--brand);
  --hero-nav-bg: rgba(255, 248, 241, 0.9);
  --hero-nav-border: rgba(255, 102, 0, 0.18);
  --hero-nav-text: #8a4b22;
  --eyebrow-bg: rgba(255, 102, 0, 0.16);
  --eyebrow-text: #a34b10;
  --eyebrow-border: rgba(255, 102, 0, 0.24);
  --card-cta-bg: rgba(255, 102, 0, 0.08);
  --card-cta-border: rgba(255, 102, 0, 0.22);
  --card-cta-text: #8f4717;
  --card-cta-hover-text: #6d340d;
  --select-option-bg: #fff4ec;
  --select-option-text: #56260c;
  --modal-overlay: rgba(255, 234, 220, 0.72);
  --modal-bg: linear-gradient(180deg, rgba(255, 252, 249, 0.98), rgba(255, 244, 236, 0.98));
  --modal-border: rgba(255, 102, 0, 0.14);
  --modal-close-bg: rgba(255, 255, 255, 0.82);
  --modal-close-border: rgba(255, 102, 0, 0.18);
  --modal-close-text: #7a3e18;
  --card-overlay: linear-gradient(180deg, rgba(255, 102, 0, 0.08), transparent 48%);
  --card-media-bg: linear-gradient(135deg, rgba(255, 102, 0, 0.08), rgba(255,255,255,0.7));
  --card-placeholder-text: rgba(111, 61, 31, 0.72);
  --card-placeholder-bg: radial-gradient(circle at center, rgba(255, 102, 0, 0.2), transparent 60%);
  --chip-bg: rgba(255, 102, 0, 0.12);
  --chip-border: rgba(255, 102, 0, 0.18);
  --chip-text: #9b521f;
  --info-item-bg: rgba(255, 255, 255, 0.8);
  --info-item-border: rgba(255, 102, 0, 0.1);
  --info-item-icon-bg: rgba(255, 102, 0, 0.12);
  --info-item-icon-text: #b05a1b;
  --about-highlight-bg:
    radial-gradient(circle at top left, rgba(255, 102, 0, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 245, 237, 0.92));
  --about-highlight-border: rgba(255, 102, 0, 0.12);
  --about-kicker-text: #b05a1b;
  --about-divider: rgba(255, 102, 0, 0.12);
  --store-link-bg: rgba(255, 255, 255, 0.74);
  --store-link-border: rgba(255, 102, 0, 0.1);
  --modal-image-bg: rgba(255,255,255,0.74);
  --modal-image-border: rgba(255,102,0,0.12);
  --thumb-bg: rgba(255,255,255,0.72);
  --thumb-border: rgba(255,102,0,0.12);
  --footer-border: rgba(255, 102, 0, 0.16);
  --footer-link: #b05a1b;
  --footer-dev-bg: rgba(45, 22, 10, 0.06);
  --footer-dev-border: rgba(255, 102, 0, 0.12);
  --footer-dev-text: var(--muted);
  --footer-dev-link: #a34b10;
}

body[data-theme='dark'] {
  --bg: #060606;
  --bg-elev: #101010;
  --bg-soft: #161616;
  --text: #f5f5f5;
  --muted: #b7b7b7;
  --border: rgba(255, 102, 0, 0.22);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --header-bg: linear-gradient(180deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.84));
  --header-border: rgba(255, 255, 255, 0.05);
  --header-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  --hero-bg:
    linear-gradient(180deg, rgba(255, 102, 0, 0.12), rgba(0, 0, 0, 0.35)),
    radial-gradient(circle at center, rgba(164, 38, 255, 0.55), rgba(0, 0, 0, 0.25) 34%, rgba(0,0,0,0) 60%),
    linear-gradient(115deg, rgba(255,255,255,0.08), transparent 30%, rgba(255,255,255,0.02) 70%, transparent 100%),
    #080808;
  --hero-before:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent),
    linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.12), transparent);
  --hero-after: radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 24%);
  --hero-kicker: rgba(255, 255, 255, 0.68);
  --hero-copy: rgba(255, 255, 255, 0.78);
  --panel-bg: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  --panel-border: rgba(255, 255, 255, 0.08);
  --input-bg: rgba(255, 255, 255, 0.04);
  --input-border: rgba(255, 255, 255, 0.1);
  --nav-link: #b7b7b7;
  --nav-link-hover: var(--brand);
  --hero-nav-bg: rgba(255, 255, 255, 0.05);
  --hero-nav-border: rgba(255, 255, 255, 0.1);
  --hero-nav-text: #fff;
  --eyebrow-bg: rgba(255, 102, 0, 0.08);
  --eyebrow-text: #ffb380;
  --eyebrow-border: rgba(255, 102, 0, 0.22);
  --card-cta-bg: rgba(255, 255, 255, 0.03);
  --card-cta-border: rgba(255, 255, 255, 0.18);
  --card-cta-text: #fff;
  --card-cta-hover-text: #fff;
  --select-option-bg: #171717;
  --select-option-text: #f5f5f5;
  --modal-overlay: rgba(4, 4, 4, 0.84);
  --modal-bg: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(11, 11, 11, 0.98));
  --modal-border: rgba(255, 255, 255, 0.08);
  --modal-close-bg: rgba(0, 0, 0, 0.55);
  --modal-close-border: rgba(255, 255, 255, 0.1);
  --modal-close-text: #fff;
  --card-overlay: linear-gradient(180deg, rgba(255, 102, 0, 0.08), transparent 48%);
  --card-media-bg: linear-gradient(135deg, rgba(255, 102, 0, 0.12), rgba(255,255,255,0.02));
  --card-placeholder-text: rgba(255, 255, 255, 0.72);
  --card-placeholder-bg: radial-gradient(circle at center, rgba(255, 102, 0, 0.2), transparent 60%);
  --chip-bg: rgba(255, 102, 0, 0.14);
  --chip-border: rgba(255, 102, 0, 0.18);
  --chip-text: #ffbe90;
  --info-item-bg: rgba(255, 255, 255, 0.025);
  --info-item-border: rgba(255, 255, 255, 0.06);
  --info-item-icon-bg: rgba(255, 102, 0, 0.14);
  --info-item-icon-text: #ffb380;
  --about-highlight-bg:
    radial-gradient(circle at top left, rgba(255, 102, 0, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
  --about-highlight-border: rgba(255, 255, 255, 0.07);
  --about-kicker-text: #ffb380;
  --about-divider: rgba(255, 255, 255, 0.07);
  --store-link-bg: rgba(255, 255, 255, 0.03);
  --store-link-border: rgba(255, 255, 255, 0.08);
  --modal-image-bg: rgba(255,255,255,0.035);
  --modal-image-border: rgba(255,255,255,0.06);
  --thumb-bg: rgba(255,255,255,0.04);
  --thumb-border: rgba(255,255,255,0.1);
  --footer-border: rgba(255, 255, 255, 0.08);
  --footer-link: #ffb380;
  --footer-dev-bg: rgba(0, 0, 0, 0.35);
  --footer-dev-border: rgba(255, 255, 255, 0.06);
  --footer-dev-text: rgba(255, 255, 255, 0.62);
  --footer-dev-link: #ffbe90;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top center, rgba(255, 102, 0, 0.2), transparent 34%),
    linear-gradient(180deg, #ffe2ce 0%, #fff2e7 42%, #fff8f4 100%);
  line-height: 1.5;
}

body[data-theme='dark'] {
  background:
    radial-gradient(circle at top center, rgba(255, 102, 0, 0.22), transparent 34%),
    linear-gradient(180deg, #040404 0%, #0b0b0b 38%, #050505 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--header-border);
  box-shadow: var(--header-shadow);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
}

.brand-icon {
  width: 54px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(255, 102, 0, 0.12));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-family: 'Baloo 2', Inter, Arial, Helvetica, sans-serif;
  margin-left: -1px;
}

.brand-line {
  display: block;
}

.brand-line-bottom {
  font-size: 1.92rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.brand-quero {
  color: var(--text);
}

.brand-clique {
  color: var(--brand);
}

.desktop-nav,
.mobile-nav-panel {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-nav a,
.mobile-nav-panel a {
  position: relative;
  color: var(--nav-link);
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.desktop-nav a::after,
.mobile-nav-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.desktop-nav a:hover,
.mobile-nav-panel a:hover,
.desktop-nav a.active,
.mobile-nav-panel a.active {
  color: var(--nav-link-hover);
}

body:not([data-theme='dark']) .desktop-nav a,
body:not([data-theme='dark']) .mobile-nav-panel a {
  opacity: 0.9;
}

body:not([data-theme='dark']) .desktop-nav a:hover,
body:not([data-theme='dark']) .mobile-nav-panel a:hover,
body:not([data-theme='dark']) .desktop-nav a.active,
body:not([data-theme='dark']) .mobile-nav-panel a.active {
  opacity: 1;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px 0 14px;
  border-radius: 999px;
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(130, 56, 12, 0.06);
}

.theme-toggle-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 46px;
  height: 26px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 102, 0, 0.16);
  border: 1px solid rgba(255, 102, 0, 0.22);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.theme-toggle-thumb {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #ffe6d4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
  transform: translateX(0);
  transition: transform 0.18s ease, background 0.18s ease;
}

.theme-toggle[aria-pressed='true'] .theme-toggle-switch {
  background: rgba(255, 102, 0, 0.32);
}

.theme-toggle[aria-pressed='true'] .theme-toggle-thumb {
  transform: translateX(20px);
}

body[data-theme='dark'] .theme-toggle-switch {
  background: rgba(255, 102, 0, 0.24);
  border-color: rgba(255, 255, 255, 0.12);
}

body[data-theme='dark'] .theme-toggle-thumb {
  background: linear-gradient(180deg, #fff3eb, #ffc592);
}

.theme-toggle-mobile {
  justify-content: center;
  width: 100%;
}

.desktop-nav a:hover::after,
.mobile-nav-panel a:hover::after,
.desktop-nav a.active::after,
.mobile-nav-panel a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 102, 0, 0.08);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  padding-bottom: 14px;
}

.mobile-nav-panel {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
}

.hero {
  padding: 9px 0 34px;
  scroll-margin-top: 90px;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 300px;
  border: 1px solid var(--panel-border);
  background: var(--hero-bg);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 38px 24px;
}

body:not([data-theme='dark']) .hero-shell {
  box-shadow: 0 26px 54px rgba(130, 56, 12, 0.12);
}

.hero-banner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-banner-slide {
  display: none;
}

.hero-banner-slide.active {
  display: flex;
  justify-content: center;
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-shell::before {
  background: var(--hero-before);
  transform: skewY(-8deg) scale(1.4);
  opacity: 0.65;
}

.hero-shell::after {
  background: var(--hero-after);
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

body:not([data-theme='dark']) .hero-content {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-banner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.hero-banner-arrow,
.hero-banner-dot {
  border: 1px solid var(--hero-nav-border);
  background: var(--hero-nav-bg);
  color: var(--hero-nav-text);
  cursor: pointer;
}

.hero-banner-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.1rem;
}

.hero-banner-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  padding: 0;
}

.hero-banner-arrow:hover,
.hero-banner-dot:hover,
.hero-banner-dot.active {
  background: rgba(255, 102, 0, 0.16);
  border-color: rgba(255, 102, 0, 0.34);
}

.hero-kicker {
  color: var(--hero-kicker);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.hero p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--hero-copy);
  font-size: 1.02rem;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 18px 28px rgba(255, 102, 0, 0.18);
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.hero-actions .btn-whatsapp {
  border-radius: 12px;
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 102, 0, 0.32);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 12px 24px rgba(255, 102, 0, 0.16);
  border-radius: 12px;
}

.btn-whatsapp {
  color: #fff;
  border: 1px solid rgba(31, 168, 85, 0.34);
  background: linear-gradient(135deg, #1fa855, #1c9a4f);
  box-shadow: 0 12px 24px rgba(22, 116, 57, 0.22);
  border-radius: 12px;
}

.btn-guia {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #2a78ff, #1e62db);
  box-shadow: 0 12px 24px rgba(22, 90, 182, 0.26);
  border-radius: 12px;
}

.btn-icon {
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
}

.contact-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.contact-link-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

main {
  padding-bottom: 48px;
}

.section {
  padding: 30px 0;
  scroll-margin-top: 90px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-sticky-cta {
  position: sticky;
  top: 96px;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin: -4px 0 12px;
  pointer-events: none;
}

.section-sticky-cta-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #2a78ff, #1e62db);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(22, 90, 182, 0.26);
}

.section-sticky-cta-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #236fe6, #1a58c4);
}

.section-sticky-cta-btn .section-header-cta-icon {
  color: #d7e7ff;
  background: rgba(255, 255, 255, 0.22);
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid var(--eyebrow-border);
  border-radius: 999px;
  color: var(--eyebrow-text);
  background: var(--eyebrow-bg);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section h2 {
  margin: 10px 0 4px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.section p.section-copy {
  margin: 0;
  color: var(--muted);
  max-width: 820px;
  text-wrap: balance;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.section-header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 11px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #12673a;
  background: linear-gradient(135deg, #ddf8e8, #ccf2dd);
  border: 1px solid rgba(18, 103, 58, 0.2);
  box-shadow: 0 6px 16px rgba(17, 90, 53, 0.15);
}

.section-header-cta-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #d2f4df, #bfeecf);
}

.section-header-cta-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #198754;
  background: rgba(25, 135, 84, 0.18);
}

.section-header-cta-icon svg {
  width: 1rem;
  height: 1rem;
}

.toolbar select,
.toolbar input {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--input-border);
  background: var(--input-bg);
  color: var(--text);
  min-width: 220px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.toolbar select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffb380 50%),
    linear-gradient(135deg, #ffb380 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.toolbar select:hover,
.toolbar input:hover {
  border-color: rgba(255, 102, 0, 0.3);
}

.toolbar select:hover {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffb380 50%),
    linear-gradient(135deg, #ffb380 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.055));
}

.toolbar input:hover {
  background: rgba(255, 255, 255, 0.055);
}

.toolbar select:focus,
.toolbar input:focus {
  border-color: rgba(255, 102, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.12);
}

.toolbar select:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffb380 50%),
    linear-gradient(135deg, #ffb380 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
}

.toolbar input:focus {
  background: rgba(255, 255, 255, 0.06);
}

.toolbar select option {
  color: var(--select-option-text);
  background: var(--select-option-bg);
}

.toolbar .spacer {
  flex: 1 1 auto;
}

.status-line {
  color: var(--muted);
  font-size: 0.9rem;
  display: none;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.panel,
.download-panel,
.info-panel,
.detail-modal {
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

body:not([data-theme='dark']) .panel,
body:not([data-theme='dark']) .download-panel,
body:not([data-theme='dark']) .info-panel,
body:not([data-theme='dark']) .detail-modal {
  box-shadow: 0 18px 34px rgba(130, 56, 12, 0.1);
}

.app-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--card-overlay);
}

.card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: var(--card-media-bg);
}

.card-media-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card-media-trigger:focus,
.card-media-trigger:focus-visible {
  border: 0;
  outline: none;
  box-shadow: none;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--card-media-bg);
}

.card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--card-placeholder-text);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--card-placeholder-bg);
}

.card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  flex: 1;
}

.card-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.72rem;
  color: var(--chip-text);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
}

.app-card h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.18;
}

.card-location,
.card-secondary,
.card-description {
  color: var(--muted);
  font-size: 0.95rem;
}

.card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.2em;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 6px;
  color: #fff;
  white-space: nowrap;
}

.badge-open { background: var(--badge-open-bg); }
.badge-closed { background: var(--badge-closed-bg); }
.badge-neutral { background: var(--badge-neutral-bg); }

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.card-cta button {
  color: var(--card-cta-text);
  background: var(--card-cta-bg);
  border: 1px solid var(--card-cta-border);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.card-cta button:hover {
  color: var(--card-cta-hover-text);
  background: rgba(255, 102, 0, 0.12);
  border-color: rgba(255, 102, 0, 0.38);
  transform: translateY(-1px);
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.empty-state,
.error-state {
  padding: 28px;
  text-align: center;
  color: var(--muted);
}

.loading-state {
  padding: 28px;
  text-align: center;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.loading-spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255, 102, 0, 0.24);
  border-top-color: var(--brand);
  animation: qcSpin 0.9s linear infinite;
}

@keyframes qcSpin {
  to { transform: rotate(360deg); }
}

.error-state button {
  margin-top: 14px;
}

.download-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.download-panel {
  padding: 24px;
}

.download-links {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.store-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--store-link-border);
  background: var(--store-link-bg);
}

.store-link strong {
  display: block;
  font-size: 1rem;
}

.store-link span {
  color: var(--muted);
  font-size: 0.9rem;
}

.download-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 100%;
  overflow: hidden;
}

.download-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 102, 0, 0.18), transparent 52%);
  pointer-events: none;
}

.download-visual img {
  position: relative;
  width: min(300px, 65%);
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(255, 102, 0, 0.18));
}

.home-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}


.info-panel {
  padding: 24px;
}

.info-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 16px;
  background: var(--info-item-bg);
  border: 1px solid var(--info-item-border);
}

.info-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--info-item-icon-bg);
  color: var(--info-item-icon-text);
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.about-shell {
  padding: 26px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: start;
}

.about-highlight {
  padding: 24px;
  border-radius: 22px;
  background: var(--about-highlight-bg);
  border: 1px solid var(--about-highlight-border);
}

.about-kicker {
  color: var(--about-kicker-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-highlight h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.about-highlight p,
.about-copy p,
.about-footer p {
  color: var(--muted);
  font-size: 0.98rem;
}

.about-copy {
  display: grid;
  gap: 10px;
}

.about-copy p {
  margin: 0;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.about-values .info-item {
  min-height: 100%;
}

.about-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--about-divider);
}

.about-footer p {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: var(--modal-overlay);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 100;
}

.modal-backdrop.open {
  display: flex;
}

.detail-modal {
  position: relative;
  width: min(1040px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  padding: 24px;
  padding-top: 72px;
  background: var(--modal-bg);
  border: 1px solid var(--modal-border);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--modal-close-border);
  background: var(--modal-close-bg);
  color: var(--modal-close-text);
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  z-index: 2;
}

body:not([data-theme='dark']) .modal-close {
  background: rgba(255, 250, 246, 0.96);
  border-color: rgba(255, 102, 0, 0.22);
  box-shadow: 0 8px 18px rgba(130, 56, 12, 0.12);
}

.modal-close:hover {
  transform: translateY(-1px);
}

body:not([data-theme='dark']) .modal-close:hover {
  background: rgba(255, 247, 241, 0.98);
  border-color: rgba(255, 102, 0, 0.3);
  box-shadow: 0 10px 20px rgba(130, 56, 12, 0.16);
}

body[data-theme='dark'] .modal-close {
  background: rgba(255, 102, 0, 0.16);
  border-color: rgba(255, 102, 0, 0.34);
  color: #ffb380;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

body[data-theme='dark'] .modal-close:hover {
  background: rgba(255, 102, 0, 0.24);
  border-color: rgba(255, 102, 0, 0.48);
  color: #ffd1ad;
}

.modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 20px;
  align-items: start;
}

.modal-gallery {
  display: grid;
  gap: 12px;
}

.modal-main-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.modal-main-image {
  width: 100%;
  height: 430px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  background: var(--modal-image-bg);
  border: 1px solid var(--modal-image-border);
}

.thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thumb-row button {
  border: 1px solid var(--thumb-border);
  background: var(--thumb-bg);
  padding: 0;
  width: 78px;
  height: 78px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--thumb-bg);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--lightbox-bg);
  backdrop-filter: blur(6px);
}

.image-lightbox.open {
  display: flex;
}

.image-lightbox-img {
  max-width: min(96vw, 1400px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

.image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--lightbox-close-border);
  background: var(--lightbox-close-bg);
  color: var(--lightbox-close-text);
  cursor: pointer;
}

.modal-content h3 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  line-height: 1.1;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.detail-meta .chip {
  color: var(--detail-chip-text);
  font-size: 0.72rem;
}

.detail-copy,
.detail-list {
  color: var(--muted);
  white-space: pre-line;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.detail-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--detail-item-bg);
  border: 1px solid var(--detail-item-border);
}

.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.detail-links .btn {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
  gap: 7px;
  box-shadow: none;
}

.detail-links .btn-primary,
.detail-links .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--panel-border);
  color: var(--text);
}

body:not([data-theme='dark']) .detail-links .btn-primary,
body:not([data-theme='dark']) .detail-links .btn-secondary {
  background: rgba(255, 255, 255, 0.82);
}

.detail-links .btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 102, 0, 0.35);
}

.detail-links .contact-link-icon {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.detail-links .contact-link-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.detail-links .contact-link-icon-phone {
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.18);
}

.detail-links .contact-link-icon-whatsapp {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.18);
}

.detail-links .contact-link-icon-email {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.18);
}

.detail-links .contact-link-icon-instagram {
  color: #f97316;
  background: rgba(249, 115, 22, 0.18);
}

.detail-links .contact-link-icon-site {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.18);
}

.footer {
  padding: 28px 0 38px;
  border-top: 1px solid var(--footer-border);
  color: var(--muted);
}

body:not([data-theme='dark']) .footer {
  background: linear-gradient(180deg, rgba(255, 247, 241, 0.5), rgba(255, 241, 232, 0.78));
}

.footer a {
  color: var(--footer-link);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 20px;
}

.footer h4 {
  margin-top: 0;
  color: var(--text);
}

.footer-developer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--footer-dev-border);
  background: var(--footer-dev-bg);
  padding-bottom: 4px;
}

.footer-developer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  padding: 12px 16px 16px;
  font-size: 0.82rem;
  color: var(--footer-dev-text);
  text-align: center;
  line-height: 1.45;
}

.footer-developer-lead strong {
  color: var(--text);
  font-weight: 700;
}

body[data-theme='dark'] .footer-developer-lead strong {
  color: #fff;
}

.footer-developer-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-developer-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--footer-dev-link);
  background: var(--bg-elev);
  border: 1px solid var(--footer-dev-border);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.footer-developer-icon-link:hover {
  color: var(--brand);
  border-color: rgba(255, 102, 0, 0.35);
  transform: translateY(-1px);
}

body[data-theme='dark'] .footer-developer-icon-link {
  background: rgba(255, 255, 255, 0.04);
}

.footer-developer-icon {
  width: 22px;
  height: 22px;
  display: block;
}

/* Publicidade (API /api/v1/publicidades/ativas — localizacao 1 e 2) */
.section-ad {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section-ad:not(.hidden) {
  scroll-margin-top: 90px;
}

.ad-carousel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.ad-carousel-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 160;
  max-height: min(20vh, 180px);
  min-height: 56px;
  background: var(--card-media-bg);
}

.ad-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--hero-nav-border);
  background: var(--hero-nav-bg);
  color: var(--hero-nav-text);
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ad-carousel-arrow:hover {
  background: rgba(255, 102, 0, 0.16);
  border-color: rgba(255, 102, 0, 0.34);
}

.ad-carousel-arrow-prev {
  left: 10px;
}

.ad-carousel-arrow-next {
  right: 10px;
}

.ad-slide {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.ad-slide.active {
  display: flex;
}

.ad-slide-hit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a.ad-slide-hit:hover img {
  opacity: 0.94;
}

.ad-slide-hit img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.ad-slide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 22px 18px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: var(--card-cta-text);
  background: var(--card-cta-bg);
  border: 1px dashed var(--chip-border);
  border-radius: var(--radius-sm);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

a.ad-slide-cta:hover {
  background: rgba(255, 102, 0, 0.12);
  border-color: rgba(255, 102, 0, 0.35);
  color: var(--card-cta-hover-text);
}

.ad-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 8px 8px;
  flex-wrap: wrap;
}

.ad-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--chip-border);
  background: var(--chip-bg);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.ad-carousel-dot.active {
  background: rgba(255, 102, 0, 0.42);
  border-color: rgba(255, 102, 0, 0.4);
  transform: scale(1.15);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 140;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  background: #1fa855;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.floating-whatsapp:hover {
  transform: translateY(-1px);
  background: #1c9a4f;
}

.floating-whatsapp-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}

.floating-whatsapp-icon svg {
  width: 18px;
  height: 18px;
}

.floating-whatsapp-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
  font-size: 0.75rem;
}

.floating-whatsapp-text strong {
  margin-top: 2px;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

@media (max-width: 560px) {
  .ad-carousel-viewport {
    aspect-ratio: 16 / 5;
    max-height: min(18vh, 110px);
    min-height: 48px;
  }

  .ad-carousel-arrow {
    width: 30px;
    height: 30px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 9px 11px 9px 9px;
    gap: 8px;
  }

  .floating-whatsapp-text {
    font-size: 0.7rem;
  }

  .floating-whatsapp-text strong {
    font-size: 0.82rem;
  }
}

.hidden { display: none !important; }

@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid,
  .about-values,
  .download-shell,
  .home-grid,
  .modal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .modal-main-image {
    height: 390px;
  }
}

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { display: block; }
  .site-nav { min-height: 78px; }
  .brand { gap: 10px; }
  .brand-icon { width: 46px; }
  .brand { gap: 2px; }
  .brand-line-bottom { font-size: 1.5rem; }
  .hero-shell { min-height: 300px; padding: 38px 20px; }
  .section-header { flex-direction: column; align-items: flex-start; }
  .section-header-actions { width: 100%; }
  .section-header-cta-btn { width: 100%; }
  .section-sticky-cta { top: 82px; margin-bottom: 10px; }
  .section-sticky-cta-btn { width: 100%; }
  .toolbar { align-items: stretch; }
  .toolbar select,
  .toolbar input,
  .toolbar button { width: 100%; }
  .toolbar .spacer { display: none; }
  .cards-grid { grid-template-columns: 1fr; }
  .card-media { height: 210px; }
  .detail-modal {
    padding: 18px;
    padding-top: 64px;
  }
  .modal-main-image { height: 320px; }
  .about-shell { padding: 20px; }
  .about-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-copy {
    line-height: 0.94;
  }

  .brand-icon {
    width: 40px;
  }

  .brand-line-bottom {
    font-size: 1.18rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .brand-copy {
    margin-left: -1px;
  }
}

/* Guia de serviços — drill-down (categoria → cidade → cartões) */
.guia-drilldown {
  margin: 0 0 1.1rem;
}

.guia-drilldown-inner,
.guia-drilldown-summary,
.guia-drilldown-loading {
  padding: 1rem 1.1rem;
}

.guia-drilldown-loading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.guia-drill-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--text);
}

.guia-drill-hint,
.guia-drill-sub,
.guia-drilldown-hint {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.45;
}

.guia-drill-sub strong,
.guia-drilldown-hint strong {
  color: var(--text);
}

.guia-drill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.guia-drill-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-align: left;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--text);
  font: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.guia-drill-item:hover {
  border-color: var(--brand);
  background: var(--select-option-bg);
}

.guia-drill-label {
  flex: 1;
  min-width: 0;
}

.guia-drill-count {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  font-size: 0.92rem;
}

.guia-drilldown-summary .btn {
  margin-top: 0.25rem;
}

.guia-grid-browse-placeholder {
  text-align: center;
  line-height: 1.5;
}
