/* Páginas de nicho — vitrine + mockup desktop */
:root {
  --np-bg: #07080c;
  --np-text: #f4f4f5;
  --np-muted: #a1a1aa;
  --np-accent: #c9a227;
  --np-accent-soft: rgba(201, 162, 39, 0.14);
  --np-border: rgba(255, 255, 255, 0.08);
  --np-radius: 18px;
  --header-total: 118px;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Instrument Serif", Georgia, serif;
  --icet-top: #1a1d21;
  --icet-navy: #0f2744;
  --icet-nav-text: #2d3748;
  --accent: #c9a227;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.page-nicho {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--np-bg);
  color: var(--np-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.page-nicho .noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.035;
  z-index: 1000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-nicho .glow-orb {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.page-nicho .glow-orb--1 { top: -120px; right: -80px; background: var(--np-accent); }
.page-nicho .glow-orb--2 { bottom: 20%; left: -120px; background: #6366f1; opacity: 0.12; }

.nicho-main { position: relative; z-index: 1; }

.nicho-breadcrumb {
  font-size: 0.78rem;
  color: var(--np-muted);
  margin-bottom: 1.25rem;
}
.nicho-breadcrumb a {
  color: var(--np-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nicho-breadcrumb a:hover { color: var(--np-accent); }

.nicho-hero {
  padding: calc(3rem + var(--header-total)) 0 2.5rem;
  max-width: 48rem;
}
.nicho-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--np-accent-soft);
  border: 1px solid rgba(201, 162, 39, 0.28);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--np-accent);
  margin-bottom: 1rem;
}
.nicho-hero__emoji { font-size: 1rem; }
.nicho-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}
.nicho-hero h1 em {
  font-style: italic;
  color: var(--np-accent);
}
.nicho-hero__lead {
  font-size: 1.08rem;
  color: var(--np-muted);
  margin: 0 0 1.75rem;
  line-height: 1.65;
}

.nicho-feats {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.nicho-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #d4d4d8;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nicho-feats li:last-child { border-bottom: none; }
.nicho-feats li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 0.45rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--np-accent);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
}

/* Mockup monitor */
.desk-section-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--np-muted);
  margin: 0 0 1.25rem;
  text-align: center;
}

.desk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.25rem 2rem;
  padding-bottom: 4rem;
}

.desk-device {
  perspective: 1400px;
  perspective-origin: 50% 20%;
}

.desk-frame-outer {
  transform: rotateX(4deg) scale(0.98);
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.desk-device:hover .desk-frame-outer {
  transform: rotateX(0deg) scale(1) translateY(-8px);
}

.desk-monitor {
  background: linear-gradient(160deg, #353842 0%, #1e2028 45%, #14151a 100%);
  border-radius: 14px;
  padding: 10px 10px 6px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.5) inset,
    0 32px 64px rgba(0, 0, 0, 0.55),
    0 8px 24px rgba(0, 0, 0, 0.35);
}

.desk-notch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 16px;
  margin-bottom: 8px;
}
.desk-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3f3f46;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
.desk-dot--r { background: linear-gradient(180deg, #f87171, #dc2626); }
.desk-dot--y { background: linear-gradient(180deg, #facc15, #ca8a04); }
.desk-dot--g { background: linear-gradient(180deg, #4ade80, #16a34a); }

.desk-screen-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #0a0a0c;
  box-shadow:
    inset 0 2px 16px rgba(0, 0, 0, 0.65),
    0 1px 0 rgba(255, 255, 255, 0.06);
}
.desk-screen-wrap--zoom {
  cursor: zoom-in;
  transition: box-shadow 0.25s, transform 0.25s;
}
.desk-screen-wrap--zoom:focus {
  outline: 2px solid var(--np-accent);
  outline-offset: 2px;
}
.desk-screen-wrap--zoom:hover {
  box-shadow:
    inset 0 2px 16px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(201, 162, 39, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.35);
}
.desk-screen-wrap--zoom::after {
  content: "Ampliar";
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0.25rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.desk-screen-wrap--zoom:hover::after { opacity: 1; }

.desk-screen-wrap img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s;
  filter: brightness(0.97) contrast(1.02);
}

.desk-device:hover .desk-screen-wrap img {
  transform: scale(1.04);
  filter: brightness(1.03) contrast(1.05);
}

.desk-shine {
  position: absolute;
  inset: -50%;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.03) 42%,
    rgba(255, 255, 255, 0.14) 48%,
    rgba(255, 255, 255, 0.04) 52%,
    transparent 60%
  );
  pointer-events: none;
  animation: deskShine 7s ease-in-out infinite;
  mix-blend-mode: overlay;
}

@keyframes deskShine {
  0%, 100% { transform: translate(-15%, -10%) rotate(0deg); opacity: 0.5; }
  50% { transform: translate(15%, 10%) rotate(0deg); opacity: 0.85; }
}

.desk-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.45);
  border-radius: 6px;
}

.desk-stand {
  width: 42%;
  height: 12px;
  margin: 2px auto 0;
  background: linear-gradient(180deg, #52525b, #3f3f46);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.desk-base {
  width: 52%;
  height: 7px;
  margin: 0 auto;
  background: linear-gradient(180deg, #27272a, #18181b);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.desk-caption {
  text-align: center;
  font-size: 0.75rem;
  color: var(--np-muted);
  margin-top: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nicho-back-modulos {
  margin: 0 0 1rem;
  font-size: 0.88rem;
}
.nicho-back-modulos a {
  color: var(--np-accent);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s;
}
.nicho-back-modulos a:hover { opacity: 0.85; text-decoration: underline; }
.nicho-foot-cta { margin: 1rem 0 0; }

/* Lightbox tela cheia */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}
.lightbox[hidden] {
  display: none !important;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 8, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: zoom-out;
}
.lightbox__stage {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1600px);
  max-height: 96vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.lightbox__stage > * {
  pointer-events: auto;
}
.lightbox__figure {
  margin: 0;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.lightbox__img {
  max-width: 100%;
  max-height: calc(90vh - 4rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: lbIn 0.25s ease-out;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
.lightbox__cap {
  font-size: 0.88rem;
  color: #d4d4d8;
  text-align: center;
  max-width: 42rem;
}
.lightbox__counter {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #9ca3af;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lightbox__close,
.lightbox__arrow {
  position: absolute;
  z-index: 2;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, transform 0.15s;
}
.lightbox__close:active { transform: scale(0.95); }
.lightbox__close {
  top: 0.75rem;
  right: 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.18); }
.lightbox__arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.lightbox__arrow:hover {
  background: rgba(201, 162, 39, 0.35);
  transform: translateY(-50%) scale(1.04);
}
.lightbox__arrow:active {
  transform: translateY(-50%) scale(0.96);
}
.lightbox__arrow--prev { left: 0.5rem; }
.lightbox__arrow--next { right: 0.5rem; }
@media (max-width: 640px) {
  .lightbox__arrow { width: 42px; height: 42px; font-size: 1.5rem; }
  .lightbox__arrow--prev { left: 0.25rem; }
  .lightbox__arrow--next { right: 0.25rem; }
}

/* Footer ICET (páginas de nicho) */
.site-footer {
  background: #121416;
  color: #f0f0f2;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer a { color: inherit; text-decoration: none; transition: color 0.2s; }
.site-footer a:hover { color: var(--accent); }
.footer-main { padding: 3rem 0 2.5rem; }
.footer-grid-icet {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 2.5rem 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .footer-grid-icet { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-grid-icet { grid-template-columns: 1fr; }
}
.footer-brand__logo {
  display: block;
  margin-bottom: 1.25rem;
}
.footer-brand__logo img {
  height: 48px;
  width: auto;
  display: block;
}
.footer-brand__text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #b4b4bc;
  margin: 0 0 1.25rem;
  max-width: 22rem;
}
.footer-cnpj {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
}
.footer-cnpj svg { flex-shrink: 0; opacity: 0.8; }
.footer-col-icet h4 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  margin: 0 0 1.1rem;
}
.footer-col-icet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col-icet li {
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.footer-col-icet li a { color: #d1d5db; font-weight: 600; }
.footer-col-icet li a.footer-svc {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-transform: uppercase;
}
.footer-svc__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-svc__dot svg { width: 8px; height: 8px; opacity: 0.9; }
.footer-contact-block {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #c4c4cc;
  margin: 0 0 0.85rem;
}
.footer-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-contact-line svg { flex-shrink: 0; margin-top: 3px; opacity: 0.85; }
.footer-social { margin-top: 1rem; }
.footer-social a { display: inline-flex; color: #e5e5e5; }
.footer-social a:hover { color: var(--accent); }
.footer-bar {
  background: #000;
  padding: 0.85rem 1rem;
  text-align: center;
}
.footer-bar p {
  margin: 0;
  font-size: 0.75rem;
  color: #9ca3af;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
}
.btn:active { transform: scale(0.98); }
.btn--primary {
  background: linear-gradient(135deg, #d4af37, #a67c00);
  color: #0a0a0a;
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.25);
}
.btn--primary:hover {
  box-shadow: 0 0 36px rgba(201, 162, 39, 0.4);
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }

@media (max-width: 600px) {
  .desk-grid { grid-template-columns: 1fr; }
}

/* —— Header ICET (compartilhado com landing) —— */
.page-nicho .wrap { position: relative; z-index: 1; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
}
.site-header.scrolled .main-nav {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.top-bar {
  background: var(--icet-top);
  color: #e8e8ea;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-bar a { color: inherit; transition: color 0.2s; }
.top-bar a:hover { color: #fff; }
.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 38px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  flex-wrap: wrap;
}
.top-bar__left,
.top-bar__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}
.top-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.top-bar__item svg { flex-shrink: 0; opacity: 0.85; }
.top-bar__sep { display: none; }
@media (min-width: 900px) {
  .top-bar__sep {
    display: inline;
    opacity: 0.25;
    margin: 0 0.15rem;
    user-select: none;
  }
}
.top-bar__right .top-bar__item {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}
.main-nav {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s;
}
.main-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-nav__logo { display: flex; align-items: center; flex-shrink: 0; }
.main-nav__logo img { height: 44px; width: auto; display: block; }
.main-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav__menu > li > a,
.main-nav__menu > li > button.nav-dd-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--icet-nav-text);
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.main-nav__menu > li > a:hover,
.main-nav__menu > li > button.nav-dd-trigger:hover {
  color: var(--icet-navy);
  background: rgba(0, 0, 0, 0.04);
}
.main-nav__menu > li > a.is-active,
.main-nav__menu > li > button.nav-dd-trigger.is-active {
  background: #e8eaee;
  color: var(--icet-navy);
}
.main-nav__menu .nav-chev {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.65;
  margin-top: 2px;
}
.has-dropdown { position: relative; }
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 50;
}
.nav-dropdown a {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--icet-nav-text);
  text-transform: none;
  letter-spacing: 0;
}
.nav-dropdown a:hover {
  background: #f4f5f7;
  color: var(--icet-navy);
}
.has-dropdown--mp .nav-dropdown--mp {
  min-width: 360px;
  max-width: min(460px, 94vw);
  width: max-content;
  padding: 0.45rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem;
}
.nav-dropdown--mp > li { margin: 0; }
.nav-dropdown--mp > li.nav-dropdown__all {
  grid-column: 1 / -1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}
.nav-dropdown--mp a.nd-mega {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
}
.nav-dropdown--mp a.nd-mega:hover {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(255, 252, 245, 0.98));
  box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.32);
}
.nav-dropdown--mp .nd-mega__ico {
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
}
.nav-dropdown--mp .nd-mega__text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.nav-dropdown--mp .nd-mega__text strong {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--icet-navy);
}
.nav-dropdown--mp .nd-mega__text small {
  font-size: 0.66rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nav-dropdown--mp a.nd-mega--plain {
  display: block;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--icet-navy);
  padding: 0.5rem 0.65rem;
}
.nav-dropdown--sol {
  min-width: 380px;
  max-width: min(520px, 94vw);
  width: max-content;
  padding: 0.45rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
}
.nav-dropdown--sol > li { margin: 0; }
.nav-dropdown--sol a {
  font-size: 0.74rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}
.nav-dropdown a.is-active {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(15, 39, 68, 0.06));
  color: var(--icet-navy);
  font-weight: 700;
}
.btn--painel {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff !important;
  background: var(--icet-top);
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
  text-decoration: none;
}
.btn--painel:hover { background: #2a2e35; color: #fff; }
.btn--painel:active { transform: scale(0.98); }
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--icet-navy);
  border-radius: 1px;
}
@media (max-width: 1100px) {
  .main-nav__inner { flex-wrap: wrap; }
  .main-nav__logo { order: 0; }
  .menu-toggle { order: 1; margin-left: auto; }
  .main-nav__menu,
  .main-nav__inner .btn--painel { display: none; }
  .menu-toggle { display: flex; }
  .site-header.nav-open .main-nav__menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem 1.5rem;
    gap: 0.25rem;
    max-height: calc(100vh - var(--header-total));
    overflow-y: auto;
    order: 3;
    flex-basis: 100%;
  }
  .site-header.nav-open .main-nav__inner .btn--painel {
    display: inline-flex;
    order: 4;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 0.75rem;
  }
  .site-header.nav-open .has-dropdown .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding-left: 0.5rem;
    display: none;
  }
  .site-header.nav-open .has-dropdown.is-open .nav-dropdown { display: block; }
  .site-header.nav-open .nav-dropdown--mp {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0.35rem 0 !important;
  }
  .site-header.nav-open .nav-dropdown--sol {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.35rem 0 !important;
  }
  .main-nav { position: relative; }
}
@media (max-width: 600px) {
  .top-bar__left .top-bar__item span.hide-sm { display: none; }
}

/* Destaque do segmento atual no menu */
body[data-nicho="pizzaria"] .nav-dropdown--mp a[href="nicho-pizzaria.html"],
body[data-nicho="lanchonete"] .nav-dropdown--mp a[href="nicho-lanchonete.html"],
body[data-nicho="adega"] .nav-dropdown--mp a[href="nicho-adega.html"],
body[data-nicho="delivery"] .nav-dropdown--mp a[href="nicho-delivery.html"],
body[data-nicho="autopeca"] .nav-dropdown--mp a[href="nicho-autopeca.html"],
body[data-nicho="lojas"] .nav-dropdown--mp a[href="nicho-lojas.html"],
body[data-nicho="vendasprodutos"] .nav-dropdown--mp a[href="nicho-vendasprodutos.html"] {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(15, 39, 68, 0.08)) !important;
  box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.25);
}
