:root {
  --bg: #f6f3ec;
  --bg-soft: #efe8dc;
  --card: #ffffff;
  --text: #15110c;
  --muted: #6f665c;
  --dark: #18120c;
  --gold: #c79542;
  --gold-strong: #a87324;
  --line: rgba(24, 18, 12, 0.10);
  --shadow: 0 24px 70px rgba(34, 24, 12, 0.13);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(199, 149, 66, 0.20), transparent 32%),
    linear-gradient(135deg, #f8f4ec 0%, #efe4d2 45%, #f7f3eb 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 236, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
  background:
    linear-gradient(145deg, #302113, #090604),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.5), transparent 40%);
  box-shadow: 0 16px 35px rgba(31, 20, 8, 0.22);
}

.brand strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav a {
  color: #4c4236;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 13px;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav .admin-link {
  background: #fff;
  box-shadow: 0 10px 24px rgba(34, 24, 12, 0.08);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0 68px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 24px 4%;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(24, 18, 12, 0.94), rgba(69, 45, 18, 0.88)),
    radial-gradient(circle at 75% 30%, rgba(199, 149, 66, 0.42), transparent 32%);
  box-shadow: var(--shadow);
  z-index: -2;
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 8%;
  top: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 137, 0.34), transparent 62%);
  filter: blur(10px);
  z-index: -1;
  animation: glowPulse 4.5s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 44px;
  min-height: 520px;
}

.hero-copy {
  color: #fff;
  padding: 40px 0;
}

.eyebrow,
.section-heading span,
.cta-box span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a5b17;
  background: rgba(199, 149, 66, 0.15);
  border: 1px solid rgba(199, 149, 66, 0.22);
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy .eyebrow {
  color: #ffe6b8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  margin: 22px 0 22px;
  max-width: 760px;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 620px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #1d1308;
  background: linear-gradient(135deg, #f6d58d, #c79542 48%, #a87324);
  box-shadow: 0 18px 38px rgba(199, 149, 66, 0.28);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.86rem;
}

.hero-panel {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 235, 0.92));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(246, 213, 141, 0.8), transparent, rgba(199, 149, 66, 0.55));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.panel-badge {
  width: max-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #5f3b0a;
  background: rgba(199, 149, 66, 0.16);
  font-size: 0.8rem;
  font-weight: 900;
}

.hero-panel label {
  display: block;
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.search-box {
  display: flex;
  gap: 10px;
  padding: 8px;
  border-radius: 20px;
  background: #f4efe6;
  border: 1px solid rgba(24, 18, 12, 0.08);
}

.search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 10px;
}

.search-box button {
  border: 0;
  color: #fff;
  background: var(--dark);
  border-radius: 15px;
  padding: 12px 16px;
  font-weight: 900;
  cursor: pointer;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.mini-stats div {
  border-radius: 20px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(24, 18, 12, 0.08);
}

.mini-stats strong {
  display: block;
  font-size: 1.25rem;
}

.mini-stats small {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 78px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.52), rgba(239,232,220,0.7));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 14px 0 0;
  max-width: 760px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.filter-select {
  min-height: 48px;
  border: 1px solid rgba(24, 18, 12, 0.12);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: var(--text);
  font-weight: 800;
}

.categories-grid,
.companies-grid,
.plans-grid {
  display: grid;
  gap: 18px;
}

.categories-grid {
  grid-template-columns: repeat(4, 1fr);
}

.companies-grid {
  grid-template-columns: repeat(3, 1fr);
}

.plans-grid {
  grid-template-columns: repeat(3, 1fr);
}

.category-card,
.company-card,
.plan-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 18, 12, 0.08);
  box-shadow: 0 18px 44px rgba(34, 24, 12, 0.08);
  padding: 24px;
}

.category-card:hover,
.company-card:hover,
.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(34, 24, 12, 0.13);
}

.category-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  background: rgba(199, 149, 66, 0.13);
}

.category-card h3,
.company-card h3,
.plan-card h3 {
  margin: 18px 0 8px;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.category-card p,
.company-card p,
.plan-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.company-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  background: #f1eadf;
  color: #6a4512;
}

.badge.premium {
  background: #1f160c;
  color: #ffd98d;
}

.company-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.company-services span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(24, 18, 12, 0.05);
  color: #473b2f;
  font-size: 0.82rem;
  font-weight: 800;
}

.company-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.company-actions .btn {
  flex: 1;
  min-height: 46px;
  font-size: 0.9rem;
}

.btn-dark {
  color: #fff;
  background: var(--dark);
}

.btn-outline {
  color: var(--dark);
  border-color: rgba(24, 18, 12, 0.14);
  background: #fff;
}

.plan-price {
  display: block;
  margin: 16px 0 10px;
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cta-section {
  padding: 72px 0;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(246, 213, 141, 0.28), transparent 28%),
    linear-gradient(135deg, #18120c, #4b3113);
  box-shadow: var(--shadow);
}

.cta-box span {
  color: #ffe3ad;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
}

.cta-box h2 {
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.cta-box p {
  max-width: 720px;
  color: rgba(255,255,255,0.76);
  line-height: 1.7;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner strong {
  color: var(--text);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px dashed rgba(24, 18, 12, 0.18);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.75;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 920px) {
  .header-inner,
  .section-heading.split,
  .cta-box,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .hero-section {
    padding: 42px 0;
  }

  .hero-section::before {
    inset: 10px;
    border-radius: 30px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 28px 0 0;
  }

  .categories-grid,
  .companies-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .company-actions {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: auto;
    padding: 16px 0;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .hero-copy h1 {
    font-size: 2.55rem;
  }

  .hero-panel,
  .cta-box {
    padding: 22px;
    border-radius: 26px;
  }

  .search-box {
    flex-direction: column;
  }

  .section {
    padding: 54px 0;
  }
}



.hero-section {
  padding: 46px 0 48px;
}

.hero-section::before {
  inset: 22px 3.6%;
}

.hero-grid {
  min-height: 420px;
  gap: 34px;
}

.hero-copy h1 {
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  line-height: 0.96;
  max-width: 680px;
}

.hero-copy p {
  font-size: 1.02rem;
  line-height: 1.58;
  max-width: 580px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-copy .btn-secondary {
  color: #1d1308;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.trust-row {
  margin-top: 22px;
}

.hero-panel {
  max-width: 490px;
  justify-self: end;
}

.section {
  padding: 58px 0;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
}

.category-card,
.company-card,
.plan-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.category-card {
  text-align: center;
  min-height: 198px;
}

.category-card .category-icon {
  margin: 0 auto 8px;
}

.category-card strong {
  display: block;
  margin-top: 8px;
  color: #17110b;
}

.company-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.company-description {
  margin-top: 14px !important;
}

.company-actions {
  margin-top: auto;
  padding-top: 16px;
}

.plan-card {
  min-height: 188px;
}

.cta-section {
  padding: 46px 0 64px;
}

.cta-box {
  max-width: 1060px;
}

.site-footer {
  background: rgba(255, 255, 255, 0.34);
}

@media (min-width: 921px) {
  .plans-grid {
    max-width: 1060px;
  }

  .companies-grid {
    align-items: stretch;
  }
}

@media (max-width: 920px) {
  .hero-panel {
    max-width: 100%;
    justify-self: stretch;
  }

  .hero-copy h1 {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }
}



.profile-hero {
  min-height: calc(100vh - 82px);
  padding: 52px 0 74px;
  background:
    radial-gradient(circle at 85% 18%, rgba(199, 149, 66, 0.24), transparent 30%),
    radial-gradient(circle at 10% 70%, rgba(24, 18, 12, 0.08), transparent 32%);
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #5f3b0a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 18, 12, 0.08);
  padding: 11px 15px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(34, 24, 12, 0.08);
}

.profile-card {
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 238, 0.88));
  border: 1px solid rgba(24, 18, 12, 0.09);
  box-shadow: 0 30px 90px rgba(34, 24, 12, 0.16);
}

.profile-main {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 0;
}

.profile-content {
  padding: clamp(28px, 5vw, 58px);
}

.profile-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.profile-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: #6a4512;
  background: rgba(199, 149, 66, 0.14);
  border: 1px solid rgba(199, 149, 66, 0.18);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.profile-content h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.profile-description {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.profile-location {
  display: grid;
  gap: 5px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(24, 18, 12, 0.045);
  border: 1px solid rgba(24, 18, 12, 0.07);
}

.profile-location strong {
  font-size: 1.05rem;
}

.profile-location span {
  color: var(--muted);
  font-weight: 700;
}

.profile-services {
  margin-top: 34px;
}

.profile-services h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.profile-services div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-services span {
  padding: 11px 13px;
  border-radius: 999px;
  color: #3f3326;
  background: #fff;
  border: 1px solid rgba(24, 18, 12, 0.08);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(34, 24, 12, 0.06);
}

.profile-contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.profile-contact-list div {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(24, 18, 12, 0.08);
}

.profile-contact-list small {
  display: block;
  color: var(--muted);
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.profile-contact-list strong {
  display: block;
  line-height: 1.35;
  word-break: break-word;
}

.profile-side {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 218, 150, 0.28), transparent 30%),
    linear-gradient(155deg, #17100a, #3f2810 62%, #8a5b17);
}

.profile-side::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 64%);
}

.side-seal {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  color: #211407;
  font-size: 1.5rem;
  font-weight: 950;
  background: linear-gradient(135deg, #ffe2a1, #c79542);
  box-shadow: 0 18px 42px rgba(0,0,0,0.26);
}

.profile-side h2 {
  position: relative;
  margin: 28px 0 12px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.profile-side p {
  position: relative;
  color: rgba(255,255,255,0.76);
  line-height: 1.7;
  margin-bottom: 26px;
}

.profile-side .btn {
  position: relative;
  width: 100%;
  margin-top: 12px;
}

.profile-whatsapp {
  min-height: 56px;
  font-size: 1rem;
}

@media (max-width: 920px) {
  .profile-main {
    grid-template-columns: 1fr;
  }

  .profile-contact-list {
    grid-template-columns: 1fr;
  }

  .profile-side {
    padding: 28px;
  }
}

@media (max-width: 560px) {
  .profile-hero {
    padding: 28px 0 52px;
  }

  .profile-card {
    border-radius: 28px;
  }

  .profile-content h1 {
    font-size: 2.65rem;
  }
}

.site-visible-link {
  color: #7a4d12;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

.site-visible-link:hover {
  color: #a87324;
}



.profile-main-premium {
  grid-template-columns: 1fr 380px;
}

.profile-side-premium {
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 215, 120, 0.34), transparent 30%),
    linear-gradient(160deg, #120b06, #3c2308 58%, #9c6820);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.profile-side-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.premium-contact-grid {
  grid-template-columns: repeat(3, 1fr);
}

.btn-3d-gold,
.btn-3d-light,
.btn-3d-instagram {
  position: relative;
  border: 0;
  min-height: 56px;
  font-weight: 900;
  border-radius: 999px;
  box-shadow:
    0 14px 28px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-3d-gold:hover,
.btn-3d-light:hover,
.btn-3d-instagram:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.btn-3d-gold {
  color: #1b1208;
  background: linear-gradient(180deg, #f5d37c 0%, #d7a23f 100%);
}

.btn-3d-light {
  color: #20150b;
  background: linear-gradient(180deg, #ffffff 0%, #efeae2 100%);
}

.btn-instagram {
  color: #fff;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 52%, #fcb045 100%);
}

.btn-site {
  color: #20150b;
}

.profile-contact-list div {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-contact-list strong {
  font-size: 1.02rem;
}

.profile-kicker span {
  box-shadow: 0 10px 22px rgba(34, 24, 12, 0.06);
}

.profile-content h1 {
  text-wrap: balance;
}

.site-visible-link {
  display: inline-block;
  color: #8b540f;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

.site-visible-link:hover {
  color: #b06d18;
}

@media (max-width: 1100px) {
  .premium-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .profile-main-premium {
    grid-template-columns: 1fr;
  }

  .premium-contact-grid {
    grid-template-columns: 1fr;
  }
}



.profile-side-buttons .btn {
  min-height: 58px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -0.01em;
  border: 0;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.10);
}

.profile-side-buttons .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

/* WhatsApp verde premium */
.profile-whatsapp.btn-3d-gold {
  color: #ffffff;
  background: linear-gradient(180deg, #31d66b 0%, #16a34a 100%);
  box-shadow:
    0 16px 28px rgba(22, 163, 74, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -2px 0 rgba(0,0,0,0.12);
}

.profile-whatsapp.btn-3d-gold:hover {
  box-shadow:
    0 20px 34px rgba(22, 163, 74, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.30),
    inset 0 -2px 0 rgba(0,0,0,0.14);
}

/* Instagram 3D mais forte */
.btn-instagram.btn-3d-instagram {
  color: #ffffff;
  background: linear-gradient(135deg, #7c3aed 0%, #e11d48 52%, #fb923c 100%);
  box-shadow:
    0 16px 30px rgba(225, 29, 72, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -2px 0 rgba(0,0,0,0.12);
}

/* Site oficial e outras empresas */
.btn-site.btn-3d-light,
.btn-outline.btn-3d-light {
  color: #20150b;
  background: linear-gradient(180deg, #ffffff 0%, #ece6dd 100%);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.72),
    inset 0 -2px 0 rgba(0,0,0,0.08);
}

.btn-site.btn-3d-light:hover,
.btn-outline.btn-3d-light:hover {
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.78),
    inset 0 -2px 0 rgba(0,0,0,0.10);
}



.profile-side-buttons .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 60px;
  border-radius: 999px;
  transform: translateY(0);
  box-shadow:
    0 18px 0 rgba(0, 0, 0, 0.16),
    0 24px 38px rgba(0, 0, 0, 0.24),
    inset 0 2px 0 rgba(255, 255, 255, 0.42),
    inset 0 -5px 0 rgba(0, 0, 0, 0.18);
}

.profile-side-buttons .btn::before {
  content: "";
  position: absolute;
  inset: 4px 10px auto 10px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.04));
  z-index: -1;
  pointer-events: none;
}

.profile-side-buttons .btn::after {
  content: "";
  position: absolute;
  inset: auto 12px 6px 12px;
  height: 18%;
  border-radius: 999px;
  background: rgba(0,0,0,0.10);
  filter: blur(5px);
  z-index: -1;
  pointer-events: none;
}

.profile-side-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 21px 0 rgba(0, 0, 0, 0.15),
    0 30px 46px rgba(0, 0, 0, 0.27),
    inset 0 2px 0 rgba(255, 255, 255, 0.46),
    inset 0 -5px 0 rgba(0, 0, 0, 0.20);
}

.profile-side-buttons .btn:active {
  transform: translateY(4px);
  box-shadow:
    0 9px 0 rgba(0, 0, 0, 0.16),
    0 14px 24px rgba(0, 0, 0, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    inset 0 -3px 0 rgba(0, 0, 0, 0.18);
}

.profile-whatsapp.btn-3d-gold {
  background:
    linear-gradient(180deg, #39e57a 0%, #19bf58 46%, #0f8f3c 100%);
  text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}

.btn-instagram.btn-3d-instagram {
  background:
    linear-gradient(135deg, #8b3ff2 0%, #c026d3 34%, #ef4444 68%, #fb923c 100%);
  text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}

.btn-site.btn-3d-light,
.btn-outline.btn-3d-light {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4efe7 48%, #dfd5c8 100%);
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.profile-side-buttons {
  gap: 18px;
}



.premium-contact-grid {
  gap: 18px;
  align-items: stretch;
}

.premium-contact-grid > div {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f1e8 58%, #ece3d6 100%);
  border: 1px solid rgba(24, 18, 12, 0.08);
  box-shadow:
    0 10px 0 rgba(0, 0, 0, 0.06),
    0 18px 30px rgba(34, 24, 12, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.85),
    inset 0 -2px 0 rgba(0,0,0,0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.premium-contact-grid > div::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 8px;
  height: 34%;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.08));
  pointer-events: none;
}

.premium-contact-grid > div:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 0 rgba(0, 0, 0, 0.06),
    0 22px 34px rgba(34, 24, 12, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 -2px 0 rgba(0,0,0,0.05);
}

.premium-contact-grid small {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #7a5b30;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.premium-contact-grid strong {
  position: relative;
  display: block;
  color: #17110b;
  font-size: 1.02rem;
  line-height: 1.4;
  font-weight: 900;
  word-break: break-word;
}

.premium-contact-grid .site-visible-link {
  display: inline-block;
  color: #8b540f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.premium-contact-grid .site-visible-link:hover {
  color: #b06d18;
}

@media (max-width: 560px) {
  .premium-contact-grid > div {
    min-height: 98px;
    padding: 16px 16px 14px;
  }

  .premium-contact-grid strong {
    font-size: 0.96rem;
  }
}



.profile-contact-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.premium-contact-grid > div {
  padding: 18px 16px 16px;
}

.premium-contact-grid small {
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.premium-contact-grid strong {
  font-size: 0.94rem;
  line-height: 1.32;
  letter-spacing: -0.02em;
  word-break: normal;
  overflow-wrap: anywhere;
}

.premium-contact-grid .site-visible-link {
  max-width: 100%;
  font-size: 0.94rem;
  line-height: 1.32;
  word-break: normal;
  overflow-wrap: anywhere;
}

.premium-contact-grid > div:first-child strong,
.premium-contact-grid > div:nth-child(3) strong,
.premium-contact-grid > div:nth-child(4) strong,
.premium-contact-grid > div:nth-child(5) strong,
.premium-contact-grid > div:nth-child(6) strong {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .premium-contact-grid > div:first-child strong,
  .premium-contact-grid > div:nth-child(3) strong,
  .premium-contact-grid > div:nth-child(4) strong,
  .premium-contact-grid > div:nth-child(5) strong,
  .premium-contact-grid > div:nth-child(6) strong {
    white-space: normal;
  }
}



.premium-contact-grid > div:nth-child(2) strong {
  font-size: 0.82rem;
  line-height: 1.28;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: anywhere;
}



.premium-contact-grid > div:nth-child(2) strong,
.premium-contact-grid > div:nth-child(2) strong a {
  font-size: 0.70rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.055em !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}



.premium-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.premium-contact-grid > div {
  min-height: 118px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.premium-contact-grid small {
  min-height: 18px;
  margin-bottom: 12px;
}

.premium-contact-grid strong,
.premium-contact-grid .site-visible-link {
  display: block;
  min-height: 44px;
  line-height: 1.28;
}

/* padrão dos valores */
.premium-contact-grid strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

/* e-mail com ajuste próprio, mas sem bagunçar a régua */
.premium-contact-grid > div:nth-child(2) strong {
  font-size: 0.76rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  min-height: 44px !important;
}

/* instagram e site um pouco mais encaixados */
.premium-contact-grid > div:nth-child(3) strong,
.premium-contact-grid > div:nth-child(4) strong {
  font-size: 0.92rem;
}

/* status não ficar “pesado” demais */
.premium-contact-grid > div:nth-child(5) strong {
  font-size: 0.94rem;
}

/* mobile */
@media (max-width: 920px) {
  .premium-contact-grid {
    grid-template-columns: 1fr;
  }

  .premium-contact-grid > div {
    min-height: 104px;
  }

  .premium-contact-grid strong,
  .premium-contact-grid .site-visible-link,
  .premium-contact-grid > div:nth-child(2) strong {
    min-height: auto !important;
  }
}



.premium-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.premium-contact-grid > div {
  min-height: 108px !important;
  padding: 20px 22px 18px !important;
  justify-content: center !important;
}

.premium-contact-grid small {
  margin-bottom: 10px !important;
  min-height: auto !important;
  font-size: 0.74rem !important;
}

.premium-contact-grid strong,
.premium-contact-grid .site-visible-link {
  min-height: auto !important;
  font-size: 1rem !important;
  line-height: 1.28 !important;
  letter-spacing: -0.02em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

/* e-mail volta a ficar legível */
.premium-contact-grid > div:nth-child(2) strong {
  font-size: 0.92rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.035em !important;
}

/* status mais elegante */
.premium-contact-grid > div:nth-child(5) strong {
  font-size: 0.96rem !important;
}

@media (max-width: 920px) {
  .premium-contact-grid {
    grid-template-columns: 1fr !important;
  }
}



@media (max-width: 560px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    gap: 14px;
    padding: 14px 0 12px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.75rem;
  }

  .main-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }

  .main-nav a {
    font-size: 0.82rem;
    padding: 8px 7px;
    white-space: nowrap;
  }

  .profile-hero {
    padding: 24px 0 38px;
  }

  .back-link {
    margin-bottom: 18px;
    padding: 10px 14px;
    font-size: 0.92rem;
  }

  .profile-card {
    border-radius: 26px;
  }

  .profile-content {
    padding: 28px 24px 30px;
  }

  .profile-kicker {
    gap: 9px;
    margin-bottom: 20px;
  }

  .profile-kicker span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .profile-content h1 {
    font-size: 2.45rem;
    line-height: 0.96;
    letter-spacing: -0.06em;
  }

  .profile-description {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .profile-location {
    margin-top: 22px;
    padding: 18px;
    border-radius: 22px;
  }

  .profile-services {
    margin-top: 28px;
  }

  .profile-services h2 {
    font-size: 1.28rem;
    margin-bottom: 14px;
  }

  .profile-services div {
    gap: 10px;
  }

  .profile-services span {
    width: max-content;
    max-width: 100%;
    padding: 11px 14px;
    font-size: 0.92rem;
  }

  .premium-contact-grid {
    gap: 16px !important;
  }

  .premium-contact-grid > div {
    min-height: 104px !important;
    padding: 19px 20px 17px !important;
    border-radius: 23px !important;
  }

  .premium-contact-grid small {
    font-size: 0.72rem !important;
    margin-bottom: 9px !important;
  }

  .premium-contact-grid strong,
  .premium-contact-grid .site-visible-link {
    font-size: 0.98rem !important;
    line-height: 1.32 !important;
  }

  .profile-side {
    padding: 30px 26px 34px;
    border-radius: 0 0 26px 26px;
  }

  .side-seal {
    width: 78px;
    height: 78px;
    border-radius: 24px;
  }

  .profile-side h2 {
    margin-top: 28px;
    font-size: 1.85rem;
  }

  .profile-side p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .profile-side-buttons {
    gap: 16px;
  }

  .profile-side-buttons .btn {
    min-height: 58px;
    font-size: 0.98rem;
  }

  .site-footer {
    padding: 24px 0 30px;
  }

  .footer-inner {
    gap: 8px;
  }

  .footer-inner span {
    line-height: 1.4;
  }
}



.admin-login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(199, 149, 66, 0.28), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(24, 18, 12, 0.18), transparent 32%),
    linear-gradient(135deg, #f8f4ec 0%, #efe3cf 48%, #f6f0e7 100%);
}

.admin-login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.admin-login-card {
  width: min(100%, 470px);
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,235,0.92));
  border: 1px solid rgba(24, 18, 12, 0.09);
  box-shadow:
    0 26px 70px rgba(34, 24, 12, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.admin-login-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199,149,66,0.26), transparent 62%);
  pointer-events: none;
}

.admin-login-brand {
  position: relative;
  margin-bottom: 34px;
}

.admin-login-heading {
  position: relative;
  margin-bottom: 24px;
}

.admin-login-heading span {
  display: inline-flex;
  color: #8a5b17;
  background: rgba(199, 149, 66, 0.14);
  border: 1px solid rgba(199, 149, 66, 0.20);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-login-heading h1 {
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 7vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.admin-login-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 700;
}

.admin-login-form {
  position: relative;
  display: grid;
  gap: 16px;
}

.admin-login-form label {
  display: grid;
  gap: 8px;
  color: #3a2c1d;
  font-weight: 900;
}

.admin-login-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(24, 18, 12, 0.10);
  outline: none;
  border-radius: 18px;
  padding: 0 16px;
  background: #fff;
  color: var(--text);
  box-shadow:
    0 10px 20px rgba(34, 24, 12, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.admin-login-form input:focus {
  border-color: rgba(199, 149, 66, 0.65);
  box-shadow:
    0 0 0 4px rgba(199, 149, 66, 0.13),
    0 12px 22px rgba(34, 24, 12, 0.07);
}

.admin-login-btn {
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
  border: 0;
}

.admin-error {
  position: relative;
  margin-bottom: 18px;
  padding: 13px 14px;
  border-radius: 16px;
  color: #8a1f1f;
  background: rgba(255, 80, 80, 0.10);
  border: 1px solid rgba(255, 80, 80, 0.18);
  font-weight: 900;
}

.admin-login-hint {
  position: relative;
  margin-top: 20px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(24, 18, 12, 0.045);
  border: 1px dashed rgba(24, 18, 12, 0.16);
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.admin-login-hint strong {
  color: var(--text);
}

@media (max-width: 560px) {
  .admin-login-wrap {
    padding: 18px;
  }

  .admin-login-card {
    padding: 26px 22px;
    border-radius: 28px;
  }
}



.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(199,149,66,0.20), transparent 30%),
    linear-gradient(135deg, #f8f4ec 0%, #efe4d2 48%, #f7f3eb 100%);
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 243, 236, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24,18,12,0.10);
}

.admin-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.admin-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #24170b;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(34,24,12,0.08);
}

.admin-main {
  padding: 44px 0 80px;
}

.admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(199,149,66,0.22), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,248,235,0.88));
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow: 0 24px 70px rgba(34,24,12,0.12);
}

.admin-hero span {
  display: inline-flex;
  color: #8a5b17;
  background: rgba(199,149,66,0.14);
  border: 1px solid rgba(199,149,66,0.20);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.admin-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 700;
}

.admin-new-btn {
  min-width: 220px;
  min-height: 56px;
  border: 0;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.admin-stats-grid article {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow: 0 18px 44px rgba(34,24,12,0.08);
}

.admin-stats-grid small {
  display: block;
  color: #7a5b30;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.admin-stats-grid strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.admin-stats-grid span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-weight: 800;
}

.admin-company-list {
  display: grid;
  gap: 20px;
}

.admin-company-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(255,248,235,0.90));
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 14px 0 rgba(0,0,0,0.045),
    0 24px 60px rgba(34,24,12,0.12),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.admin-company-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: #16a34a;
}

.admin-company-card.status-a_vencer::before {
  background: #d99a21;
}

.admin-company-card.status-vencida::before {
  background: #dc2626;
}

.admin-company-card.status-inativa::before {
  background: #6b7280;
}

.admin-company-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-category {
  display: inline-flex;
  width: max-content;
  color: #8a5b17;
  background: rgba(199,149,66,0.13);
  border: 1px solid rgba(199,149,66,0.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.admin-company-top h2 {
  margin: 12px 0 8px;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.admin-company-top p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.admin-status-badge {
  min-width: 118px;
  height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f5c2d;
  background: rgba(22,163,74,0.12);
  border: 1px solid rgba(22,163,74,0.22);
  font-weight: 950;
  white-space: nowrap;
}

.status-a_vencer .admin-status-badge {
  color: #805308;
  background: rgba(217,154,33,0.14);
  border-color: rgba(217,154,33,0.24);
}

.status-vencida .admin-status-badge {
  color: #991b1b;
  background: rgba(220,38,38,0.12);
  border-color: rgba(220,38,38,0.22);
}

.status-inativa .admin-status-badge {
  color: #374151;
  background: rgba(107,114,128,0.12);
  border-color: rgba(107,114,128,0.22);
}

.admin-company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.admin-company-grid div {
  min-height: 94px;
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #fff, #f3ece2);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 8px 0 rgba(0,0,0,0.04),
    0 14px 28px rgba(34,24,12,0.08);
}

.admin-company-grid small {
  display: block;
  margin-bottom: 8px;
  color: #7a5b30;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-company-grid strong {
  display: block;
  line-height: 1.3;
  font-size: 0.95rem;
  word-break: break-word;
}

.admin-company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-company-actions .btn {
  min-height: 46px;
  padding: 0 20px;
}

.admin-btn-danger {
  color: #fff;
  background: linear-gradient(180deg, #ef4444, #b91c1c);
}

.admin-btn-success {
  color: #fff;
  background: linear-gradient(180deg, #22c55e, #15803d);
}

@media (max-width: 920px) {
  .admin-header-inner,
  .admin-hero,
  .admin-company-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-stats-grid,
  .admin-company-grid {
    grid-template-columns: 1fr;
  }

  .admin-new-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .admin-main {
    padding: 28px 0 52px;
  }

  .admin-header-inner {
    min-height: auto;
    padding: 14px 0;
  }

  .admin-nav {
    width: 100%;
  }

  .admin-nav a {
    flex: 1;
  }

  .admin-hero,
  .admin-company-card {
    padding: 22px;
    border-radius: 26px;
  }
}



.admin-form-hero {
  margin-bottom: 26px;
}

.admin-company-form {
  display: grid;
  gap: 22px;
  margin-bottom: 80px;
}

.admin-form-card {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(255,248,235,0.90));
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 14px 0 rgba(0,0,0,0.045),
    0 24px 60px rgba(34,24,12,0.11),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.admin-form-section-title {
  margin-bottom: 22px;
}

.admin-form-section-title span {
  display: inline-flex;
  width: max-content;
  color: #8a5b17;
  background: rgba(199,149,66,0.13);
  border: 1px solid rgba(199,149,66,0.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-form-section-title h2 {
  margin: 12px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-field {
  display: grid;
  gap: 9px;
  color: #3a2c1d;
  font-weight: 950;
}

.admin-field-wide {
  grid-column: 1 / -1;
}

.admin-field input,
.admin-field select,
.admin-field textarea {
  width: 100%;
  border: 1px solid rgba(24,18,12,0.11);
  outline: none;
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  font-weight: 800;
  box-shadow:
    0 10px 20px rgba(34,24,12,0.05),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.admin-field input,
.admin-field select {
  min-height: 54px;
  padding: 0 15px;
}

.admin-field textarea {
  min-height: 130px;
  padding: 15px;
  resize: vertical;
  line-height: 1.55;
}

.admin-field input[type="file"] {
  padding: 14px;
  min-height: 54px;
  cursor: pointer;
}

.admin-field input:focus,
.admin-field select:focus,
.admin-field textarea:focus {
  border-color: rgba(199,149,66,0.65);
  box-shadow:
    0 0 0 4px rgba(199,149,66,0.13),
    0 12px 22px rgba(34,24,12,0.07);
}

.admin-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 30;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding: 18px;
  border-radius: 24px 24px 0 0;
  background: rgba(246, 243, 236, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow: 0 -14px 34px rgba(34,24,12,0.10);
}

.admin-form-actions .btn {
  min-width: 170px;
  min-height: 54px;
  border: 0;
}

@media (max-width: 920px) {
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-card {
    padding: 24px;
    border-radius: 26px;
  }

  .admin-form-actions {
    flex-direction: column;
  }

  .admin-form-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .admin-company-form {
    gap: 18px;
  }

  .admin-form-card {
    padding: 20px;
  }

  .admin-field input,
  .admin-field select {
    min-height: 52px;
  }
}



.company-logo-profile {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 10px;
}



.profile-side-premium .side-seal {
  width: 112px;
  height: 112px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2c96d, #d8a949);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 12px 24px rgba(0,0,0,0.18);
}

.company-logo-profile {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  border-radius: 22px;
  background: #ffffff;
}




.profile-side-premium .side-seal {
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: -32px;
  height: 116px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(245,239,230,0.97));
  border-top: 1px solid rgba(255,255,255,0.45);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow:
    0 14px 28px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.7);
  margin-top: 6px;
  margin-bottom: 22px;
}

.company-logo-profile {
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.profile-side-premium .side-seal:not(:has(img)) {
  width: 116px;
  height: 116px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 28px;
  border: 0;
  background: linear-gradient(180deg, #f2c96d, #d8a949);
  color: #1e1409;
  font-weight: 900;
  font-size: 2rem;
}



.profile-side-premium {
  overflow: hidden;
}

.company-brand-strip {
  width: calc(100% + 64px);
  margin: -32px -32px 24px -32px;
  min-height: 112px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(244,238,229,0.97));
  box-shadow:
    0 12px 30px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.75);
  border-radius: 0;
}

.company-brand-logo {
  width: 96px;
  height: 72px;
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo-profile {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.18));
}

.company-brand-fallback {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2c96d, #d8a949);
  color: #1e1409;
  font-weight: 900;
  font-size: 2rem;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 10px 20px rgba(0,0,0,0.16);
}

.company-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.company-brand-copy strong {
  color: #16110b;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.company-brand-copy span {
  color: #8a5b17;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .company-brand-strip {
    width: calc(100% + 48px);
    margin: -24px -24px 20px -24px;
    padding: 18px 18px;
    min-height: 100px;
    gap: 14px;
  }

  .company-brand-logo {
    width: 82px;
    height: 62px;
    flex-basis: 82px;
  }

  .company-brand-fallback {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
    font-size: 1.6rem;
  }

  .company-brand-copy strong {
    font-size: 1.1rem;
  }
}




.profile-side-premium {
  padding-top: 0 !important;
  overflow: hidden !important;
}

.company-brand-strip {
  width: calc(100% + 76px) !important;
  height: 148px !important;
  margin: 0 -38px 28px -38px !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  background: #100b06 !important;
  border-radius: 0 !important;
  box-shadow:
    0 18px 38px rgba(0,0,0,0.28),
    inset 0 -1px 0 rgba(255,255,255,0.08) !important;
}

.company-logo-banner {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: contrast(1.06) saturate(1.08);
}

.company-brand-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    radial-gradient(circle at 50% 70%, rgba(255,255,255,0.12), transparent 38%);
  pointer-events: none;
}

.company-brand-logo,
.company-brand-copy {
  display: none !important;
}

.company-brand-fallback {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f2c96d, #d8a949);
  color: #1e1409;
  font-size: 2.4rem;
  font-weight: 950;
}

@media (max-width: 768px) {
  .company-brand-strip {
    width: calc(100% + 52px) !important;
    height: 132px !important;
    margin: 0 -26px 24px -26px !important;
  }
}



.admin-company-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.admin-company-logo {
  width: 104px;
  height: 78px;
  flex: 0 0 104px;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3ecdf 100%);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 10px 0 rgba(0,0,0,0.045),
    0 16px 28px rgba(34,24,12,0.12),
    inset 0 1px 0 rgba(255,255,255,0.80);
}

.admin-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.admin-company-logo span {
  color: #1e1409;
  font-weight: 950;
  font-size: 1.35rem;
  letter-spacing: -0.05em;
}

@media (max-width: 720px) {
  .admin-company-identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-company-logo {
    width: 100%;
    height: 120px;
    flex-basis: auto;
  }
}




.profile-side-premium {
  padding-top: 0 !important;
  overflow: hidden !important;
}

.auto-brand-strip {
  width: calc(100% + 76px) !important;
  min-height: 128px !important;
  margin: 0 -38px 28px -38px !important;
  padding: 22px 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(244,238,229,0.97)) !important;
  box-shadow:
    0 18px 38px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.75) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.auto-brand-logo-box {
  width: 96px !important;
  height: 82px !important;
  flex: 0 0 96px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f2eee7 100%) !important;
  border: 1px solid rgba(24,18,12,0.08) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.85) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 10px !important;
}

.auto-company-logo {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.12));
}

.auto-brand-logo-box span {
  color: #1e1409;
  font-weight: 950;
  font-size: 1.7rem;
  letter-spacing: -0.06em;
}

.auto-brand-info {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.auto-brand-info strong {
  color: #16110b !important;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  word-break: break-word !important;
}

.auto-brand-info span {
  width: max-content !important;
  max-width: 100% !important;
  color: #8a5b17 !important;
  background: rgba(199,149,66,0.13) !important;
  border: 1px solid rgba(199,149,66,0.18) !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.company-brand-strip::after,
.company-logo-banner,
.company-brand-logo,
.company-brand-copy {
  display: none !important;
}

@media (max-width: 768px) {
  .auto-brand-strip {
    width: calc(100% + 52px) !important;
    margin: 0 -26px 24px -26px !important;
    min-height: 116px !important;
    padding: 20px 22px !important;
    gap: 16px !important;
  }

  .auto-brand-logo-box {
    width: 82px !important;
    height: 72px !important;
    flex-basis: 82px !important;
    border-radius: 18px !important;
    padding: 9px !important;
  }

  .auto-brand-info strong {
    font-size: 1.2rem !important;
  }

  .auto-brand-info span {
    font-size: 0.68rem !important;
  }
}







.profile-side-premium{
  position: relative !important;
  overflow: hidden !important;
  padding: 34px 28px 36px !important;
  background: none !important;
  background-image: var(--profile-bg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.profile-side-premium::before,
.profile-side-premium::after,
.profile-bg-logo,
.side-seal,
.company-logo-profile,
.auto-brand-strip,
.company-brand-strip,
.company-logo-banner,
.auto-brand-logo-box,
.auto-brand-info{
  display:none !important;
  content:none !important;
}

.profile-side-premium h2,
.profile-side-premium p{
  color:#ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.75) !important;
}

.profile-side-premium .btn{
  position: relative !important;
  z-index: 3 !important;
}

@media (max-width:768px){
  .profile-side-premium{
    padding: 28px 22px 32px !important;
    background-position: center center !important;
  }
}

/* =========================================
   CHAMACERTO PERFIL - PAINEL DIREITO FINAL
   A imagem enviada cobre 100% da lateral
========================================= */

.profile-side-premium {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  min-height: 100% !important;
  padding: 34px 28px 36px !important;
  border-radius: 0 34px 34px 0 !important;
  background: #050505 !important;
  color: #ffffff !important;
}

.profile-bg-cover-img {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
}

.profile-side-premium::before,
.profile-side-premium::after,
.profile-bg-logo,
.side-seal,
.company-logo-profile,
.company-brand-strip,
.auto-brand-strip,
.company-logo-banner,
.auto-brand-logo-box,
.auto-brand-info,
.company-brand-logo,
.company-brand-copy {
  display: none !important;
  content: none !important;
  background: none !important;
}

.profile-side-premium > *:not(.profile-bg-cover-img) {
  position: relative !important;
  z-index: 3 !important;
}

.profile-side-premium h2 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 1.7rem !important;
  line-height: 1 !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.95),
    0 0 20px rgba(0,0,0,0.72) !important;
}

.profile-side-premium p {
  max-width: 320px !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.95),
    0 0 18px rgba(0,0,0,0.72) !important;
}

.profile-side-buttons {
  position: relative !important;
  z-index: 4 !important;
  margin-top: 58px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.profile-side-buttons .btn {
  min-height: 58px !important;
}

@media (max-width: 768px) {
  .profile-side-premium {
    min-height: 560px !important;
    padding: 28px 18px 32px !important;
    border-radius: 0 0 34px 34px !important;
  }

  .profile-bg-cover-img {
    object-position: center center !important;
  }

  .profile-side-premium h2 {
    font-size: 1.45rem !important;
  }

  .profile-side-premium p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  .profile-side-buttons {
    margin-top: 52px !important;
    gap: 16px !important;
  }
}

/* Reaplica logo do card admin, porque a limpeza removeu remendos antigos */
.admin-company-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.admin-company-logo {
  width: 104px;
  height: 78px;
  flex: 0 0 104px;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f3ecdf 100%);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 10px 0 rgba(0,0,0,0.045),
    0 16px 28px rgba(34,24,12,0.12),
    inset 0 1px 0 rgba(255,255,255,0.80);
}

.admin-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.admin-company-logo span {
  color: #1e1409;
  font-weight: 950;
  font-size: 1.35rem;
  letter-spacing: -0.05em;
}

@media (max-width: 720px) {
  .admin-company-identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-company-logo {
    width: 100%;
    height: 120px;
    flex-basis: auto;
  }
}

/* =========================================
   AJUSTE FINO - DESCER E CENTRALIZAR BOTOES
========================================= */

.profile-side-buttons {
  width: 100% !important;
  margin-top: 110px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
}

.profile-side-buttons .btn {
  width: min(100%, 260px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 768px) {
  .profile-side-buttons {
    margin-top: 135px !important;
    gap: 16px !important;
  }

  .profile-side-buttons .btn {
    width: min(100%, 272px) !important;
  }
}

/* =========================================
   BOTÃO RENOVAR ADMIN
========================================= */

.admin-btn-renew {
  color: #1b1208;
  background: linear-gradient(180deg, #f5d37c 0%, #c78d2b 100%);
}


/* =========================================
   ADMIN - VOLTAR EXATAMENTE NO CARD ALTERADO
========================================= */

.admin-company-card {
  scroll-margin-top: 110px;
}

.admin-company-card:target {
  outline: 3px solid rgba(199,149,66,0.75);
  box-shadow:
    0 0 0 8px rgba(199,149,66,0.18),
    0 14px 0 rgba(0,0,0,0.045),
    0 24px 60px rgba(34,24,12,0.16),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

/* =========================================
   HOME - CARD BUSCA RAPIDA PREMIUM
========================================= */

.search-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199, 149, 66, 0.16);
  background:
    radial-gradient(circle at 18% 12%, rgba(199,149,66,0.16), transparent 28%),
    radial-gradient(circle at 92% 0%, rgba(255,255,255,0.78), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,240,231,0.96));
  box-shadow:
    0 28px 70px rgba(18, 12, 5, 0.24),
    0 10px 0 rgba(255,255,255,0.16) inset,
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.search-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.58) 34%, transparent 58%);
  transform: translateX(-70%);
  opacity: 0.55;
  animation: searchPanelShine 7s ease-in-out infinite;
}

.search-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(199,149,66,0.18), transparent 66%);
  pointer-events: none;
}

@keyframes searchPanelShine {
  0%, 48% { transform: translateX(-80%); opacity: 0; }
  58% { opacity: 0.55; }
  78%, 100% { transform: translateX(90%); opacity: 0; }
}

.panel-badge {
  position: relative;
  width: max-content;
  padding: 9px 15px;
  border-radius: 999px;
  color: #6d4615;
  background:
    linear-gradient(180deg, #fff8eb 0%, #efe0c5 100%);
  border: 1px solid rgba(199,149,66,0.18);
  box-shadow:
    0 10px 20px rgba(99, 62, 17, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  letter-spacing: 0.02em;
}

.search-panel label {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.search-box {
  position: relative;
  border-radius: 21px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(24,18,12,0.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.85),
    0 10px 24px rgba(24,18,12,0.06);
}

.search-box input {
  min-height: 62px;
  font-size: 1rem;
}

.search-box button {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(180deg, #24170d 0%, #0f0905 100%);
  box-shadow:
    0 12px 0 rgba(0,0,0,0.18),
    0 18px 28px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transform: translateY(-2px);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.search-box button:hover {
  transform: translateY(-4px);
  filter: brightness(1.06);
  box-shadow:
    0 15px 0 rgba(0,0,0,0.18),
    0 24px 34px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.quick-stats {
  position: relative;
  z-index: 2;
  gap: 14px;
  margin-top: 28px;
}

.stat-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.98), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f4eee4 100%);
  border: 1px solid rgba(24,18,12,0.08);
  box-shadow:
    0 10px 0 rgba(0,0,0,0.045),
    0 18px 36px rgba(34,24,12,0.10),
    inset 0 1px 0 rgba(255,255,255,0.90);
  transition: transform .22s ease, box-shadow .22s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 13px 0 rgba(0,0,0,0.045),
    0 26px 44px rgba(34,24,12,0.14),
    inset 0 1px 0 rgba(255,255,255,0.94);
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 0 16px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, rgba(199,149,66,0.58), transparent);
}

.stat-card strong {
  color: #16110b;
  font-size: 1.42rem;
  letter-spacing: -0.04em;
}

.stat-card small {
  margin-top: 3px;
  color: #5d5245;
  font-size: 0.88rem;
  line-height: 1.22;
  font-weight: 800;
}

@media (max-width: 720px) {
  .search-panel {
    border-radius: 28px;
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 78px;
  }

  .search-box {
    gap: 8px;
  }

  .search-box button {
    min-height: 46px;
    padding-inline: 18px;
  }
}

/* =========================================
   HOME - BADGES DE ESTATISTICAS 3D PREMIUM
========================================= */

.quick-stats {
  align-items: stretch;
}

.stat-card {
  min-height: 96px;
  padding: 22px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(199,149,66,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(249,244,235,1) 45%, rgba(235,226,211,1) 100%);
  box-shadow:
    0 11px 0 rgba(105, 78, 39, 0.16),
    0 22px 34px rgba(35, 24, 12, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(130, 91, 35, 0.10);
  transform: translateY(0);
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 12%, rgba(255,255,255,0.98), transparent 34%),
    linear-gradient(120deg, transparent 0%, rgba(199,149,66,0.12) 50%, transparent 100%);
  pointer-events: none;
}

.stat-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, rgba(199,149,66,0.82), transparent);
  box-shadow: 0 -4px 16px rgba(199,149,66,0.22);
}

.stat-card strong,
.stat-card small {
  position: relative;
  z-index: 2;
}

.stat-card strong {
  font-size: 1.55rem;
  font-weight: 950;
  color: #16110b;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.stat-card small {
  margin-top: 6px;
  color: #665745;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 14px 0 rgba(105, 78, 39, 0.16),
    0 30px 48px rgba(35, 24, 12, 0.19),
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(130, 91, 35, 0.10);
}

.stat-card:nth-child(3) strong {
  font-size: 1.38rem;
  letter-spacing: -0.04em;
}

@media (max-width: 720px) {
  .stat-card {
    min-height: 86px;
    padding: 18px 18px 17px;
  }

  .stat-card strong {
    font-size: 1.38rem;
  }

  .stat-card:nth-child(3) strong {
    font-size: 1.28rem;
  }
}

/* =========================================
   HOME - MINI STATS 3D REAL
   Classe correta: .mini-stats div
========================================= */

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199,149,66,0.18);
  background:
    radial-gradient(circle at 18% 10%, rgba(199,149,66,0.16), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(255,255,255,0.72), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,240,230,0.97));
  box-shadow:
    0 28px 70px rgba(18,12,5,0.24),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.panel-badge {
  background: linear-gradient(180deg, #fff8eb 0%, #ead8b8 100%);
  border: 1px solid rgba(199,149,66,0.22);
  box-shadow:
    0 9px 18px rgba(99,62,17,0.10),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mini-stats {
  gap: 16px !important;
  align-items: stretch !important;
}

.mini-stats div {
  position: relative !important;
  overflow: hidden !important;
  min-height: 96px !important;
  padding: 20px 18px 18px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(199,149,66,0.16) !important;
  background:
    radial-gradient(circle at 22% 10%, rgba(255,255,255,1), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #f7f0e5 48%, #e8dcc9 100%) !important;
  box-shadow:
    0 11px 0 rgba(105,78,39,0.16),
    0 22px 34px rgba(35,24,12,0.16),
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(130,91,35,0.10) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

.mini-stats div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 0%, rgba(199,149,66,0.13) 52%, transparent 100%);
  pointer-events: none;
}

.mini-stats div::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, rgba(199,149,66,0.82), transparent);
  box-shadow: 0 -4px 16px rgba(199,149,66,0.22);
}

.mini-stats div:hover {
  transform: translateY(-5px);
  box-shadow:
    0 14px 0 rgba(105,78,39,0.16),
    0 30px 48px rgba(35,24,12,0.19),
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(130,91,35,0.10) !important;
}

.mini-stats strong,
.mini-stats small {
  position: relative;
  z-index: 2;
}

.mini-stats strong {
  font-size: 1.55rem !important;
  font-weight: 950 !important;
  color: #16110b !important;
  letter-spacing: -0.04em !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.mini-stats small {
  margin-top: 6px !important;
  color: #665745 !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
}

.mini-stats div:nth-child(3) strong {
  font-size: 1.38rem !important;
}

@media (max-width: 720px) {
  .mini-stats {
    gap: 12px !important;
  }

  .mini-stats div {
    min-height: 86px !important;
    padding: 18px 16px 17px !important;
  }

  .mini-stats strong {
    font-size: 1.38rem !important;
  }

  .mini-stats div:nth-child(3) strong {
    font-size: 1.28rem !important;
  }
}

/* =========================================
   HOME - MINI STATS CENTRALIZADO
========================================= */

.mini-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.mini-stats div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-width: 0 !important;
  padding: 18px 10px 17px !important;
}

.mini-stats strong {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.02 !important;
  white-space: nowrap !important;
}

.mini-stats small {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.18 !important;
}

.mini-stats div:nth-child(3) strong {
  font-size: 1.22rem !important;
  letter-spacing: -0.055em !important;
}

@media (max-width: 720px) {
  .mini-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .mini-stats div {
    min-height: 82px !important;
    padding: 15px 8px 14px !important;
  }

  .mini-stats strong {
    font-size: 1.26rem !important;
  }

  .mini-stats div:nth-child(3) strong {
    font-size: 1.02rem !important;
  }

  .mini-stats small {
    font-size: 0.78rem !important;
  }
}

/* =========================================
   CHAMACERTO - IDENTIDADE VISUAL OFICIAL
   Plataforma local, verificação, confiança
========================================= */

:root {
  --cc-navy: #061826;
  --cc-navy-2: #0b2538;
  --cc-blue: #0ea5e9;
  --cc-cyan: #22d3ee;
  --cc-green: #19c37d;
  --cc-green-dark: #0f9f64;
  --cc-ice: #f4f8fb;
  --cc-card: #ffffff;
  --cc-text: #101820;
  --cc-muted: #607080;
  --cc-line: rgba(13, 45, 68, 0.11);
  --cc-gold: #f4b63f;
}

/* Fundo geral fora da linguagem do salão */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.13), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(25, 195, 125, 0.12), transparent 30%),
    linear-gradient(180deg, #061826 0%, #0b2538 34%, #f4f8fb 34%, #f4f8fb 100%) !important;
  color: var(--cc-text) !important;
}

/* Header mais plataforma/tech */
.site-header {
  background: rgba(244, 248, 251, 0.92) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13, 45, 68, 0.10) !important;
  box-shadow: 0 12px 34px rgba(6, 24, 38, 0.08) !important;
}

.brand-mark {
  background:
    linear-gradient(135deg, var(--cc-green), var(--cc-blue)) !important;
  color: #ffffff !important;
  box-shadow:
    0 12px 26px rgba(14, 165, 233, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.24) !important;
}

.brand strong,
.main-nav a {
  color: var(--cc-text) !important;
}

.brand small {
  color: var(--cc-muted) !important;
}

.main-nav a:hover {
  color: var(--cc-blue) !important;
}

/* Hero com identidade própria */
.hero-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(34, 211, 238, 0.22), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(25, 195, 125, 0.18), transparent 30%),
    linear-gradient(145deg, #061826 0%, #0b2538 54%, #0f334c 100%) !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), transparent 82%);
  pointer-events: none;
}

.hero-grid,
.hero-copy,
.hero-panel {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-heading span,
.panel-badge {
  color: #075f46 !important;
  background:
    linear-gradient(180deg, rgba(236, 253, 245, 1), rgba(209, 250, 229, 0.96)) !important;
  border: 1px solid rgba(25,195,125,0.22) !important;
  box-shadow:
    0 10px 22px rgba(25,195,125,0.12),
    inset 0 1px 0 rgba(255,255,255,0.82) !important;
}

.hero-copy h1 {
  color: #ffffff !important;
  text-shadow: 0 10px 34px rgba(0,0,0,0.22) !important;
}

.hero-copy p,
.trust-row span {
  color: rgba(255,255,255,0.80) !important;
}

.trust-row span {
  border: 1px solid rgba(34,211,238,0.18) !important;
  background: rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(10px);
}

/* Botões principais */
.btn-primary,
.search-box button,
.admin-new-btn {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, #21d48d 0%, #0fa968 100%) !important;
  box-shadow:
    0 12px 0 rgba(5, 89, 55, 0.55),
    0 24px 34px rgba(25,195,125,0.26),
    inset 0 1px 0 rgba(255,255,255,0.24) !important;
}

.btn-primary:hover,
.search-box button:hover,
.admin-new-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-3px);
}

.btn-secondary,
.btn-outline {
  color: var(--cc-navy) !important;
  background: #ffffff !important;
  border: 1px solid rgba(14,165,233,0.16) !important;
  box-shadow:
    0 10px 24px rgba(6,24,38,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* Card de busca com cara de plataforma */
.hero-panel {
  border: 1px solid rgba(34,211,238,0.18) !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(34,211,238,0.14), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(25,195,125,0.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,251,0.96)) !important;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

.hero-panel label {
  color: var(--cc-text) !important;
}

.search-box {
  background: #ffffff !important;
  border: 1px solid rgba(13,45,68,0.12) !important;
  box-shadow:
    0 16px 36px rgba(6,24,38,0.10),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.search-box input {
  color: var(--cc-text) !important;
}

.search-box input::placeholder {
  color: #7a8995 !important;
}

/* Badges de estatística agora dentro da identidade ChamaCerto */
.mini-stats div {
  border: 1px solid rgba(14,165,233,0.14) !important;
  background:
    radial-gradient(circle at 22% 8%, rgba(34,211,238,0.16), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #f4f8fb 50%, #e8f1f6 100%) !important;
  box-shadow:
    0 10px 0 rgba(6, 24, 38, 0.10),
    0 22px 34px rgba(6, 24, 38, 0.13),
    inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.mini-stats div::after {
  background: linear-gradient(90deg, transparent, rgba(25,195,125,0.88), transparent) !important;
  box-shadow: 0 -4px 18px rgba(25,195,125,0.24) !important;
}

.mini-stats strong {
  color: var(--cc-navy) !important;
}

.mini-stats small {
  color: var(--cc-muted) !important;
}

/* Seções abaixo */
.section,
.section-soft {
  background: var(--cc-ice) !important;
}

.section-heading h2 {
  color: var(--cc-text) !important;
}

.section-heading p {
  color: var(--cc-muted) !important;
}

/* Cards de categorias e empresas */
.category-card,
.company-card,
.plan-card,
.cta-card {
  border: 1px solid rgba(13,45,68,0.10) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(34,211,238,0.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
  box-shadow:
    0 18px 42px rgba(6,24,38,0.10),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.category-card:hover,
.company-card:hover,
.plan-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 26px 60px rgba(6,24,38,0.14),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.badge,
.company-card .badge,
.profile-kicker span {
  color: #075f46 !important;
  background: rgba(209,250,229,0.95) !important;
  border: 1px solid rgba(25,195,125,0.22) !important;
}

.badge.premium {
  color: #064e3b !important;
  background: linear-gradient(180deg, #dcfce7, #bbf7d0) !important;
}

/* Select e inputs */
.filter-select,
input,
textarea,
select {
  border-color: rgba(13,45,68,0.12) !important;
}

/* Footer */
.site-footer {
  background: #061826 !important;
  color: rgba(255,255,255,0.78) !important;
  border-top: 1px solid rgba(34,211,238,0.12) !important;
}

/* Admin também sai da linguagem champagne/marrom */
.admin-body,
.admin-login-body {
  background:
    radial-gradient(circle at 12% 10%, rgba(34,211,238,0.14), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(25,195,125,0.12), transparent 30%),
    linear-gradient(180deg, #061826 0%, #0b2538 34%, #f4f8fb 34%, #f4f8fb 100%) !important;
}

.admin-hero,
.admin-company-card,
.admin-stats-grid article,
.admin-form-card,
.admin-login-card {
  border: 1px solid rgba(13,45,68,0.10) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,211,238,0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
  box-shadow:
    0 22px 56px rgba(6,24,38,0.13),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.admin-status-badge,
.status-em_dia .admin-status-badge {
  color: #075f46 !important;
  background: rgba(209,250,229,0.95) !important;
  border-color: rgba(25,195,125,0.22) !important;
}

.admin-btn-renew {
  color: #063149 !important;
  background: linear-gradient(180deg, #bae6fd 0%, #38bdf8 100%) !important;
}

/* Mobile */
@media (max-width: 720px) {
  body {
    background:
      linear-gradient(180deg, #061826 0%, #0b2538 24%, #f4f8fb 24%, #f4f8fb 100%) !important;
  }

  .hero-section {
    border-radius: 0 0 30px 30px;
  }
}

/* =========================================
   CHAMACERTO - AJUSTE FINO HERO DESKTOP
========================================= */

.hero-section {
  padding-top: 84px !important;
  padding-bottom: 78px !important;
}

.hero-copy h1 {
  max-width: 680px !important;
  font-size: clamp(3.2rem, 5.2vw, 5.15rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.075em !important;
}

.hero-copy p {
  max-width: 640px !important;
  font-size: 1.08rem !important;
  line-height: 1.62 !important;
}

.hero-panel {
  max-width: 490px !important;
  margin-left: auto !important;
  padding: 30px !important;
  border-radius: 30px !important;
}

.hero-panel label {
  font-size: 1.05rem !important;
  margin-bottom: 12px !important;
}

.search-box input {
  font-size: 0.96rem !important;
  padding-right: 8px !important;
}

.search-box input::placeholder {
  font-size: 0.96rem !important;
}

.search-box button {
  min-width: 106px !important;
}

.mini-stats {
  margin-top: 24px !important;
}

.trust-row {
  margin-top: 24px !important;
}

@media (max-width: 920px) {
  .hero-copy h1 {
    font-size: clamp(2.75rem, 10vw, 4.2rem) !important;
    letter-spacing: -0.065em !important;
  }

  .hero-panel {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

/* =========================================
   CHAMACERTO - POLIMENTO MOBILE HOME
========================================= */

@media (max-width: 720px) {
  .site-header {
    padding: 14px 0 12px !important;
  }

  .header-inner {
    gap: 14px !important;
  }

  .brand {
    align-items: center !important;
  }

  .brand-mark {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    font-size: 0.92rem !important;
  }

  .brand strong {
    font-size: 1.05rem !important;
  }

  .brand small {
    font-size: 0.78rem !important;
  }

  .main-nav {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-top: 6px !important;
  }

  .main-nav a {
    text-align: center !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    padding: 9px 6px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.62) !important;
    border: 1px solid rgba(13,45,68,0.08) !important;
    box-shadow: 0 8px 18px rgba(6,24,38,0.06) !important;
  }

  .hero-section {
    padding-top: 58px !important;
    padding-bottom: 38px !important;
    border-radius: 0 0 28px 28px !important;
  }

  .hero-grid {
    gap: 32px !important;
  }

  .eyebrow {
    font-size: 0.72rem !important;
    padding: 9px 13px !important;
    letter-spacing: 0.11em !important;
    line-height: 1.2 !important;
  }

  .hero-copy h1 {
    margin-top: 22px !important;
    font-size: clamp(2.55rem, 11vw, 3.35rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
  }

  .hero-copy p {
    margin-top: 20px !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
    max-width: 100% !important;
  }

  .hero-actions {
    margin-top: 26px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 54px !important;
    justify-content: center !important;
    font-size: 0.98rem !important;
  }

  .trust-row {
    margin-top: 22px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .trust-row span {
    justify-content: center !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    padding: 10px 12px !important;
  }

  .hero-panel {
    margin-top: 2px !important;
    padding: 24px 18px 22px !important;
    border-radius: 28px !important;
  }

  .hero-panel label {
    margin-top: 18px !important;
    font-size: 1rem !important;
  }

  .search-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  .search-box input {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 12px !important;
    text-align: center !important;
    font-size: 0.92rem !important;
  }

  .search-box input::placeholder {
    font-size: 0.88rem !important;
  }

  .search-box button {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 17px !important;
  }

  .mini-stats {
    margin-top: 18px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .mini-stats div {
    min-height: 78px !important;
    border-radius: 18px !important;
    padding: 13px 6px 12px !important;
  }

  .mini-stats strong {
    font-size: 1.15rem !important;
  }

  .mini-stats div:nth-child(3) strong {
    font-size: 0.95rem !important;
    letter-spacing: -0.045em !important;
  }

  .mini-stats small {
    font-size: 0.72rem !important;
    line-height: 1.12 !important;
  }

  .section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.06em !important;
  }
}

/* =========================================
   CHAMACERTO - LAPIDACAO FINAL MOBILE HOME
========================================= */

@media (max-width: 720px) {
  .site-header {
    padding: 10px 0 10px !important;
  }

  .header-inner {
    gap: 10px !important;
  }

  .brand-mark {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
  }

  .brand strong {
    font-size: 1rem !important;
  }

  .brand small {
    font-size: 0.74rem !important;
  }

  .main-nav {
    gap: 7px !important;
    margin-top: 4px !important;
  }

  .main-nav a {
    font-size: 0.78rem !important;
    padding: 8px 5px !important;
  }

  .hero-section {
    padding-top: 46px !important;
    padding-bottom: 32px !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.28rem, 10vw, 3rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.065em !important;
  }

  .hero-copy p {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }

  .hero-actions .btn {
    min-height: 51px !important;
  }

  .trust-row span {
    font-size: 0.84rem !important;
    padding: 9px 10px !important;
  }

  .hero-panel {
    padding: 22px 17px 20px !important;
  }

  .search-box input {
    min-height: 46px !important;
  }

  .search-box button {
    min-height: 48px !important;
  }

  .mini-stats div {
    min-height: 72px !important;
    padding: 11px 5px 10px !important;
  }

  .mini-stats strong {
    font-size: 1.05rem !important;
  }

  .mini-stats div:nth-child(3) strong {
    font-size: 0.88rem !important;
  }

  .mini-stats small {
    font-size: 0.68rem !important;
  }
}
