/* Minas Calhas — landing industrial premium */

:root {
  --mc-bg: #1b1b1b;
  --mc-bg-card: #242424;
  --mc-bg-light: #f7f7f8;
  --mc-bg-white: #ffffff;
  --mc-yellow: #f5b400;
  --mc-yellow-hover: #d9a000;
  --mc-yellow-soft: rgba(245, 180, 0, 0.1);
  --mc-text: #ffffff;
  --mc-text-muted: #c7c7c7;
  --mc-text-dark: #1b1b1b;
  --mc-text-secondary: #6b6b6b;
  --mc-border: rgba(255, 255, 255, 0.08);
  --mc-border-dark: rgba(0, 0, 0, 0.07);
  --mc-radius: 10px;
  --mc-radius-lg: 12px;
  --mc-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  --mc-shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.06);
  --mc-font: "Inter", system-ui, sans-serif;
  --mc-font-display: "Plus Jakarta Sans", "Inter", sans-serif;
  --mc-header-h: 64px;
  --mc-container: min(1080px, calc(100% - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.mc-landing {
  margin: 0;
  font-family: var(--mc-font);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--mc-text-dark);
  background: var(--mc-bg-white);
  -webkit-font-smoothing: antialiased;
}

body.mc-landing > main {
  overflow-x: clip;
}

body.mc-nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.mc-container {
  width: var(--mc-container);
  margin-inline: auto;
}

.mc-text-accent {
  color: var(--mc-yellow);
}

.mc-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mc-yellow);
}

.mc-kicker--line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.mc-kicker--line::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--mc-yellow);
  border-radius: 1px;
}

.mc-kicker--dash::before,
.mc-kicker--dash::after {
  content: "—";
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.85;
}

.mc-kicker--dash::before {
  margin-right: 0.4rem;
}

.mc-kicker--dash::after {
  margin-left: 0.4rem;
}

.mc-section {
  position: relative;
  padding: clamp(2.75rem, 5vw, 4rem) 0;
}

.mc-section--dark {
  position: relative;
  overflow: hidden;
  color: var(--mc-text);
  background:
    radial-gradient(ellipse 90% 75% at 78% 32%, rgba(245, 180, 0, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 8% 88%, rgba(245, 180, 0, 0.07) 0%, transparent 52%),
    linear-gradient(168deg, #222222 0%, #1b1b1b 48%, #121212 100%);
}

.mc-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.04) 0.85px, transparent 0.85px);
  background-size: 44px 44px, 44px 44px, 14px 14px;
}

.mc-section--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(ellipse 65% 50% at 50% 0%, rgba(245, 180, 0, 0.08) 0%, transparent 58%),
    repeating-linear-gradient(
      -32deg,
      transparent,
      transparent 13px,
      rgba(255, 255, 255, 0.018) 13px,
      rgba(255, 255, 255, 0.018) 14px
    ),
    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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: auto, auto, 180px 180px;
  mix-blend-mode: soft-light;
}

.mc-section--dark > .mc-container {
  position: relative;
  z-index: 1;
}

.mc-section--light {
  background: var(--mc-bg-light);
  color: var(--mc-text-dark);
}

.mc-section--light .mc-section__title {
  color: #111111;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 700;
}

.mc-section--needs {
  background: #f2f2f2;
}

.mc-section--needs::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size: 16px 16px;
}

.mc-section--needs .mc-section__head--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mc-section--needs .mc-section__title {
  color: #111111;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mc-section__head {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.mc-section__head--center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.mc-section__head--left {
  text-align: left;
}

.mc-section__title {
  margin: 0;
  font-family: var(--mc-font-display);
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.mc-section--dark .mc-section__title {
  color: var(--mc-text);
}

.mc-section__subtitle {
  margin: 0.85rem 0 0;
  color: var(--mc-text-muted);
  max-width: 560px;
  margin-inline: auto;
}

/* Buttons */
.mc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mc-btn:hover {
  transform: none;
}

.mc-btn--primary {
  background: var(--mc-yellow);
  color: var(--mc-text-dark);
  box-shadow: none;
}

.mc-btn--primary:hover {
  background: var(--mc-yellow-hover);
}

.mc-btn--outline {
  background: transparent;
  color: var(--mc-text);
  border-color: rgba(255, 255, 255, 0.35);
}

.mc-btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--mc-text);
  background: rgba(255, 255, 255, 0.04);
}

.mc-btn--outline-dark {
  background: transparent;
  color: var(--mc-text-dark);
  border-color: rgba(0, 0, 0, 0.18);
}

.mc-btn--outline-dark:hover {
  border-color: var(--mc-yellow);
  color: var(--mc-text-dark);
  background: rgba(245, 180, 0, 0.08);
}

.mc-btn--lg {
  padding: 0.62rem 1.15rem;
  font-size: 0.875rem;
}

.mc-btn--block {
  width: 100%;
}

/* Header */
.mc-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--mc-header-h);
  background: var(--mc-bg);
  border-bottom: 1px solid var(--mc-border);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mc-header.is-scrolled {
  background: rgba(20, 20, 20, 0.96);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.mc-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: var(--mc-header-h);
}

.mc-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.mc-header__logo-img {
  height: 34px;
  width: auto;
}

.mc-header__toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.mc-header__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--mc-text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mc-header__toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mc-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mc-header__toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mc-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.mc-header__menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-header__menu a,
.mc-header__login-btn {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--mc-text-muted);
  transition: color 0.2s ease, background 0.2s ease;
}

.mc-header__menu a.is-active,
.mc-header__menu a:hover,
.mc-header__login-btn:hover {
  color: var(--mc-text);
  background: rgba(255, 255, 255, 0.06);
}

.mc-header__menu a.is-active {
  color: var(--mc-yellow);
  background: transparent;
}

.mc-header__login-btn {
  border: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.mc-header__menu-login--mobile {
  display: none;
}

.mc-header__aside {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  margin-left: auto;
}

.mc-header__login-desktop {
  display: block;
}

.mc-header__mobile-actions {
  display: none;
}

.mc-header__cta {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.48rem 0.9rem;
  font-size: 0.78rem;
  gap: 0.35rem;
}

.mc-header__cta .bi {
  font-size: 0.95rem;
}

/* Hero */
.mc-hero {
  padding-top: calc(var(--mc-header-h) + 1.75rem);
  padding-bottom: 0;
  min-height: auto;
  display: block;
}

.mc-hero__glow {
  position: absolute;
  inset: auto -12% 8% auto;
  width: min(560px, 62vw);
  height: min(560px, 62vw);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245, 180, 0, 0.16) 0%,
    rgba(245, 180, 0, 0.05) 38%,
    transparent 72%
  );
  filter: blur(2px);
}

.mc-hero__shell {
  position: relative;
  z-index: 1;
}

.mc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.mc-hero__title {
  margin: 0 0 1rem;
  font-family: var(--mc-font-display);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.mc-hero__desc {
  margin: 0 0 1.5rem;
  max-width: 400px;
  color: var(--mc-text-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.mc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.mc-hero__actions .mc-btn--lg {
  min-height: 42px;
  padding-inline: 1.1rem;
}

.mc-hero__actions .mc-btn--primary .bi {
  font-size: 1.05rem;
}

.mc-hero__perks {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-hero-perk__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--mc-yellow);
  border: 1px solid rgba(245, 180, 0, 0.45);
  font-size: 0.9rem;
}

.mc-hero-perk {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.mc-hero-perk strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mc-text);
}

.mc-hero-perk p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* Hero image + callouts */
.mc-hero-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.mc-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 35%, transparent 55%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.mc-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mc-hero-visual__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.mc-hero-visual__line {
  stroke: #f5b400;
  stroke-width: 0.18;
  vector-effect: non-scaling-stroke;
}

.mc-hero-visual__dot {
  fill: #f5b400;
}

.mc-hero-visual__label {
  position: absolute;
  z-index: 3;
  max-width: 118px;
  transform: translateY(-15%);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}

.mc-hero-visual__label--right {
  transform: translate(-100%, -15%);
  text-align: right;
}

.mc-hero-visual__label strong {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.mc-hero-visual__label span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.64rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}

/* Need cards — seção clara */
.mc-needs__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.mc-need-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.15rem;
  min-height: 100%;
}

.mc-need-card__icon {
  position: absolute;
  top: 0;
  left: 1.1rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111111;
  color: var(--mc-yellow);
  border: 2px solid var(--mc-yellow);
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.mc-need-card__panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mc-need-card:hover .mc-need-card__panel {
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.12);
  transform: translateY(-3px);
}

.mc-need-card__content {
  padding: 1.15rem 1.2rem 0.95rem;
  flex: 1 1 auto;
}

.mc-need-card__content h3 {
  margin: 0 0 0.55rem;
  padding: 0.35rem 0 0 3.1rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.32;
  color: #111111;
}

.mc-need-card__content p {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #666666;
}

.mc-need-card__img {
  margin: 0;
  flex-shrink: 0;
}

.mc-need-card__img img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  .mc-need-card__content h3 {
    padding-left: 2.85rem;
    font-size: 0.875rem;
  }
}

/* Service cards — seção escura */
.mc-section--services .mc-section__head {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.mc-services__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.mc-section--services::after {
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(245, 180, 0, 0.1) 0%, transparent 58%),
    repeating-linear-gradient(
      -32deg,
      transparent,
      transparent 13px,
      rgba(255, 255, 255, 0.018) 13px,
      rgba(255, 255, 255, 0.018) 14px
    ),
    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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.mc-service-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1rem 0.9rem 0.9rem;
  background: rgba(36, 36, 36, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  backdrop-filter: blur(6px);
}

.mc-service-card:hover {
  border-color: rgba(245, 180, 0, 0.3);
  transform: translateY(-2px);
}

.mc-service-card__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.mc-service-card__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: transparent;
  color: var(--mc-yellow);
  border: 1px solid rgba(245, 180, 0, 0.65);
  font-size: 0.95rem;
}

.mc-service-card h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.mc-service-card p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #c7c7c7;
  flex: 1;
}

.mc-service-card__img {
  margin-top: auto;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: transparent;
  aspect-ratio: 4 / 3;
  min-height: 118px;
}

.mc-service-card__img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.mc-service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
}

.mc-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mc-yellow);
  transition: gap 0.2s ease;
}

.mc-service-card__link span {
  font-size: 0.85rem;
  line-height: 1;
}

.mc-service-card__link:hover {
  gap: 0.45rem;
}

/* Technical section */
.mc-section--tech {
  background: #f2f2f2;
}

.mc-section--tech::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size: 16px 16px;
}

.mc-tech__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: center;
}

.mc-tech__head {
  margin-bottom: 0.85rem;
}

.mc-tech__head .mc-kicker--line {
  justify-content: flex-start;
  margin-bottom: 0.65rem;
}

.mc-tech__head .mc-section__title {
  max-width: 30rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.mc-tech__intro {
  margin: 0 0 1.15rem;
  max-width: 30rem;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.mc-tech__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
  max-width: 31rem;
}

.mc-tech__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.mc-tech__check {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: var(--mc-yellow);
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1;
}

.mc-tech__checklist p {
  margin: 0;
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.55;
}

.mc-tech__checklist strong {
  color: #111111;
  font-weight: 700;
}

.mc-tech-diagram {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  background: #ffffff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.mc-tech-diagram svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Gallery mosaic */
.mc-gallery-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: repeat(2, 168px);
  gap: 0.75rem;
}

.mc-gallery-mosaic__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--mc-radius);
  box-shadow: var(--mc-shadow-soft);
}

.mc-gallery-mosaic__item--large {
  grid-row: 1 / span 2;
}

.mc-gallery-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mc-gallery-mosaic__item:hover img {
  transform: scale(1.04);
}

.mc-gallery-mosaic__item figcaption {
  position: absolute;
  left: 0.55rem;
  bottom: 0.55rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(27, 27, 27, 0.82);
  color: var(--mc-text);
  font-size: 0.68rem;
  font-weight: 500;
  border: 1px solid var(--mc-border);
}

.mc-gallery__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

/* Process timeline */
.mc-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-process__step {
  position: relative;
  text-align: center;
  padding: 0 0.35rem;
}

.mc-process__icon {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: 0 auto 0.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mc-yellow);
  color: var(--mc-text-dark);
  font-size: 1rem;
  box-shadow: none;
}

.mc-process__icon span {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mc-bg);
  color: var(--mc-yellow);
  font-size: 0.62rem;
  font-weight: 700;
  border: 1px solid var(--mc-yellow);
}

.mc-process__line {
  position: absolute;
  top: 23px;
  left: calc(50% + 23px);
  width: calc(100% - 46px);
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 180, 0, 0.6), rgba(245, 180, 0, 0.15));
  z-index: 1;
}

.mc-process__step h3 {
  margin: 0 0 0.3rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.mc-process__step p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--mc-text-muted);
}

/* CTA + lead form */
.mc-cta__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.mc-cta__desc {
  margin: 0.65rem 0 1.1rem;
  color: var(--mc-text-secondary);
  font-size: 0.875rem;
}

.mc-cta__perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.mc-cta__perks li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.mc-cta__perks i {
  color: var(--mc-yellow);
  font-size: 0.85rem;
}

.mc-cta__form-wrap,
.mc-lead-form {
  background: var(--mc-bg-white);
  border: 1px solid var(--mc-border-dark);
  border-radius: var(--mc-radius-lg);
  padding: 1.15rem;
  box-shadow: none;
}

.mc-lead-form {
  display: grid;
  gap: 0.7rem;
}

.mc-lead-form__group label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mc-text-secondary);
}

.mc-lead-form__group input,
.mc-lead-form__group select {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font: inherit;
  font-size: 0.8125rem;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mc-lead-form__group input:focus,
.mc-lead-form__group select:focus {
  outline: none;
  border-color: var(--mc-yellow);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.15);
}

/* Agendar section + legacy form */
.mc-section--agendar .mc-section__subtitle {
  color: var(--mc-text-muted);
}

.mc-agendar-card {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--mc-bg-card);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-radius-lg);
}

.ac-agendar-card {
  color: var(--mc-text);
}

.ac-agendar-card__desc {
  color: var(--mc-text-muted);
}

.ac-form-group label {
  color: var(--mc-text-muted);
}

.ac-form-group input,
.ac-form-group textarea,
.ac-form-group select {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--mc-border);
  color: var(--mc-text);
}

.ac-form-group input:focus,
.ac-form-group textarea:focus,
.ac-form-group select:focus {
  border-color: var(--mc-yellow);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.15);
}

.ac-btn--primary,
.ac-form-submit {
  background: var(--mc-yellow) !important;
  color: var(--mc-text-dark) !important;
  border-color: transparent !important;
}

.ac-btn--primary:hover,
.ac-form-submit:hover {
  background: var(--mc-yellow-hover) !important;
}

/* Contact band */
.mc-contact-band {
  position: relative;
  overflow: hidden;
  color: var(--mc-text);
  padding: clamp(2.25rem, 4vw, 3rem) 0;
  border-top: 1px solid var(--mc-border);
  background:
    radial-gradient(ellipse 90% 75% at 78% 32%, rgba(245, 180, 0, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 8% 88%, rgba(245, 180, 0, 0.06) 0%, transparent 52%),
    linear-gradient(168deg, #222222 0%, #1b1b1b 48%, #121212 100%);
}

.mc-contact-band::before,
.mc-contact-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.mc-contact-band::before {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.04) 0.85px, transparent 0.85px);
  background-size: 44px 44px, 44px 44px, 14px 14px;
}

.mc-contact-band::after {
  background-image:
    repeating-linear-gradient(
      -32deg,
      transparent,
      transparent 13px,
      rgba(255, 255, 255, 0.018) 13px,
      rgba(255, 255, 255, 0.018) 14px
    ),
    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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: auto, 180px 180px;
  mix-blend-mode: soft-light;
}

.mc-contact-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: center;
}

.mc-contact-band__info h2 {
  margin: 0 0 0.4rem;
  font-family: var(--mc-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--mc-text);
}

.mc-contact-band__info p {
  margin: 0 0 1.25rem;
  color: var(--mc-text-muted);
  font-size: 0.875rem;
}

.mc-contact-band__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.mc-contact-band__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.mc-contact-band__list i {
  flex-shrink: 0;
  color: var(--mc-yellow);
  font-size: 1rem;
}

.mc-contact-band__list a:hover {
  color: var(--mc-yellow);
}

.mc-contact-band__map {
  border-radius: var(--mc-radius);
  overflow: hidden;
  border: 1px solid var(--mc-border);
  min-height: 220px;
}

.mc-contact-band__map iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  display: block;
}

/* Footer */
.mc-footer {
  position: relative;
  overflow: hidden;
  color: var(--mc-text-muted);
  border-top: 1px solid var(--mc-border);
}

.mc-footer__grid,
.mc-footer__bottom {
  position: relative;
  z-index: 1;
}

.mc-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.5rem;
  padding: clamp(2.25rem, 4vw, 3rem) 0 1.75rem;
}

.mc-footer__logo {
  height: 38px;
  width: auto;
  margin-bottom: 0.75rem;
}

.mc-footer__brand p {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  line-height: 1.5;
  max-width: 260px;
}

.mc-footer__social {
  display: flex;
  gap: 0.65rem;
}

.mc-footer__social a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--mc-border);
  color: var(--mc-text);
  font-size: 0.85rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mc-footer__social a:hover {
  background: var(--mc-yellow);
  color: var(--mc-text-dark);
  border-color: var(--mc-yellow);
}

.mc-footer__title {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--mc-text);
}

.mc-footer__links,
.mc-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
  font-size: 0.78rem;
}

.mc-footer__links a:hover,
.mc-footer__contact a:hover {
  color: var(--mc-yellow);
}

.mc-footer__bottom {
  border-top: 1px solid var(--mc-border);
  padding: 1rem 0 1.5rem;
}

.mc-footer__bottom-inner p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(199, 199, 199, 0.75);
}

/* Chat widget — tema industrial */
.ac-chat {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  font-family: var(--mc-font);
}

.ac-chat__mobile-cta {
  display: none;
}

.ac-chat__toggle {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--mc-yellow) 0%, #d9a000 100%);
  color: var(--mc-text-dark);
  font-size: 1.55rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(245, 180, 0, 0.35);
  transition: transform 0.2s ease;
}

.ac-chat__toggle:hover {
  transform: scale(1.06);
}

.ac-chat__icon-close {
  display: none;
}

.ac-chat.is-open .ac-chat__icon-open {
  display: none;
}

.ac-chat.is-open .ac-chat__icon-close {
  display: inline-block;
}

.ac-chat__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.85rem);
  width: min(360px, calc(100vw - 2rem));
  max-height: min(520px, calc(100vh - 6rem));
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--mc-shadow);
}

.ac-chat__panel[hidden] {
  display: none !important;
}

.ac-chat__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem;
  background: linear-gradient(135deg, #f5b400 0%, #d9a000 100%);
  color: #1b1b1b;
}

.ac-chat__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1b1b1b;
  color: var(--mc-yellow);
  font-weight: 700;
}

.ac-chat__status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4ade80;
  border: 2px solid #d9a000;
}

.ac-chat__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1b1b1b;
}

.ac-chat__subtitle {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: rgba(27, 27, 27, 0.72);
}

.ac-chat__close {
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: #1b1b1b;
  cursor: pointer;
}

.ac-chat__body {
  padding: 1rem;
  background: #f4f4f5;
  overflow-y: auto;
}

.ac-chat__bubble--in {
  background: #fff;
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  max-width: 92%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ac-chat__actions {
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ac-chat__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  font-weight: 600;
  cursor: pointer;
}

.ac-chat__action--wa {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
}

/* Login modal */
.ac-login-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ac-login-modal.is-open {
  display: flex;
}

.ac-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.ac-login-modal__dialog {
  position: relative;
  width: min(420px, 100%);
  padding: 2rem;
  border-radius: var(--mc-radius-lg);
  background: var(--mc-bg-card);
  border: 1px solid var(--mc-border);
  color: var(--mc-text);
}

.ac-login-modal__title {
  color: var(--mc-text);
}

.ac-login-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border: none;
  background: transparent;
  color: var(--mc-text-muted);
  cursor: pointer;
}

.ac-agendar-card h2 {
  margin: 0 0 0.5rem;
  color: var(--mc-text);
  font-family: var(--mc-font-display);
  font-size: 1.35rem;
}

.ac-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ac-form-group {
  margin-bottom: 1rem;
}

.ac-form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.ac-form-group input,
.ac-form-group select,
.ac-form-group textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
}

.ac-form-alert {
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.ac-form-alert[hidden] {
  display: none !important;
}

.ac-form-alert--success {
  background: rgba(245, 180, 0, 0.12);
  border: 1px solid rgba(245, 180, 0, 0.35);
  color: #92400e;
}

.ac-form-alert--danger {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
}

.ac-label-opt {
  font-weight: 400;
  font-size: 0.8rem;
  opacity: 0.75;
}

.ac-input-group {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--mc-border);
}

.ac-input-group input {
  flex: 1;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.ac-btn-cep {
  flex-shrink: 0;
  border: none;
  background: var(--mc-yellow);
  color: var(--mc-text-dark);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 1rem;
  cursor: pointer;
  font-family: inherit;
}

.ac-btn-cep:hover {
  background: var(--mc-yellow-hover);
}

.ac-agendar-wa {
  text-align: center;
  font-size: 0.85rem;
  margin: 1rem 0 0;
  color: var(--mc-text-muted);
}

.ac-agendar-wa a {
  color: var(--mc-yellow);
  font-weight: 600;
}

.ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ac-btn--block {
  width: 100%;
}

.ac-btn--lg {
  padding: 0.9rem 1.5rem;
}

.ac-chat__hint {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
}

.ac-chat__pills {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ac-chat__pill {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ac-chat__pill--wa {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
}

.ac-chat__pill--wa:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #ffffff;
}

.ac-chat__pill--agendar {
  background: #ffffff;
  border-color: rgba(245, 180, 0, 0.55);
  color: #1b1b1b;
}

.ac-chat__pill--agendar:hover {
  background: rgba(245, 180, 0, 0.1);
  border-color: var(--mc-yellow);
  color: #1b1b1b;
}

.ac-login-modal__subtitle {
  text-align: center;
  margin: 0 0 1.25rem;
  color: var(--mc-text-muted);
  font-size: 0.9rem;
}

.ac-login-modal__alert {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
}

.ac-login-modal__alert[hidden] {
  display: none !important;
}

.ac-login-modal__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.ac-login-modal__brand img {
  height: 44px;
  width: auto;
}

/* Popup sucesso — agendar visita */
.ac-agendar-success {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ac-agendar-success.is-open {
  display: flex;
}

.ac-agendar-success__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(8, 10, 12, 0.78);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.ac-agendar-success__dialog {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  animation: ac-agendar-success-in 0.28s ease;
}

@keyframes ac-agendar-success-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ac-agendar-success__hero {
  position: relative;
  padding: 1.6rem 1.25rem 1.35rem;
  text-align: center;
  background: linear-gradient(135deg, #24a058 0%, #1a8447 100%);
}

.ac-agendar-success__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #4b5563;
  cursor: pointer;
  font-size: 0.85rem;
}

.ac-agendar-success__close:hover {
  background: #ffffff;
}

.ac-agendar-success__hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 2rem;
}

.ac-agendar-success__body {
  padding: 1.15rem 1.35rem 1.35rem;
  text-align: center;
  color: #1b1b1b;
}

.ac-agendar-success__badge {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #24a058;
}

.ac-agendar-success__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 3.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
}

.ac-agendar-success__text {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #6b7280;
}

.ac-agendar-success__text strong {
  color: #374151;
  font-weight: 700;
}

.ac-agendar-success__steps {
  list-style: none;
  margin: 0;
  padding: 0.85rem 1rem;
  text-align: left;
  border-radius: 12px;
  background: #f0faf4;
  border: 1px solid rgba(36, 160, 88, 0.16);
  counter-reset: ac-agendar-step;
}

.ac-agendar-success__steps li {
  position: relative;
  padding: 0.35rem 0 0.35rem 2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.35;
}

.ac-agendar-success__steps li + li {
  margin-top: 0.15rem;
}

.ac-agendar-success__steps li::before {
  counter-increment: ac-agendar-step;
  content: counter(ac-agendar-step);
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #24a058;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35rem;
  text-align: center;
}

body.ac-agendar-success-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .ac-form-row {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .mc-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .mc-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body.mc-landing > main,
  body.ac-landing > main {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }

  .ac-chat:not(.is-open) {
    left: 0.85rem;
    right: 0.85rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.35rem 0.35rem 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(22, 22, 22, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  }

  .ac-chat.is-open {
    left: auto;
    right: 0.85rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .ac-chat__mobile-cta {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 0;
    padding: 0.62rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }

  .ac-chat__mobile-cta .bi {
    flex-shrink: 0;
    font-size: 0.95rem;
  }

  .ac-chat.is-open .ac-chat__mobile-cta {
    display: none;
  }

  .ac-chat:not(.is-open) .ac-chat__toggle {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
    box-shadow: none;
  }

  .mc-header__backdrop {
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .mc-header__backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mc-header__nav {
    position: fixed;
    inset: var(--mc-header-h) 0 0;
    z-index: 99;
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--mc-bg);
    border-bottom: none;
    padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    transform: translateX(100%);
    opacity: 1;
    pointer-events: none;
    transition: transform 0.28s ease;
    overflow: hidden;
  }

  .mc-header__nav.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .mc-header__menu {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    overflow-y: auto;
    padding-top: 0.35rem;
  }

  .mc-header__menu a,
  .mc-header__login-btn {
    padding: 0.85rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9375rem;
  }

  .mc-header__menu-login--mobile {
    display: block;
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--mc-border);
  }

  .mc-header__login-desktop {
    display: none;
  }

  .mc-header__aside {
    display: none;
  }

  .mc-header__mobile-actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--mc-border);
    flex-shrink: 0;
  }

  .mc-header__toggle {
    display: block;
  }

  .mc-header__cta {
    display: none;
  }

  .mc-hero__grid,
  .mc-tech__grid,
  .mc-contact-band__inner,
  .mc-cta__grid {
    grid-template-columns: 1fr;
  }

  .mc-hero__perks {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .mc-hero-visual {
    border-radius: 14px;
  }

  .mc-hero-visual__label {
    display: none;
  }

  .mc-hero-visual__svg {
    display: none;
  }

  .mc-needs__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mc-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mc-process {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .mc-process__line {
    display: none;
  }

  .mc-gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .mc-gallery-mosaic__item--large {
    grid-row: auto;
  }

  .mc-gallery-mosaic__item img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  :root {
    --mc-container: min(1180px, calc(100% - 1.25rem));
  }

  .mc-needs__grid,
  .mc-services__grid,
  .mc-process {
    grid-template-columns: 1fr;
  }

  .mc-footer__grid {
    grid-template-columns: 1fr;
  }

  .mc-hero__actions {
    flex-direction: column;
  }

  .mc-hero__actions .mc-btn {
    width: 100%;
  }
}

/* Product gallery page */
.mc-prod-gallery-page {
  padding-top: calc(var(--mc-header-h) + 2rem);
  min-height: calc(100vh - var(--mc-header-h));
  background: #ffffff;
  color: var(--mc-text-dark);
}

.mc-prod-gallery-page__head {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.mc-prod-gallery-page__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  color: var(--mc-text-secondary);
}

.mc-prod-gallery-page__crumb a {
  color: var(--mc-text-dark);
  font-weight: 500;
}

.mc-prod-gallery-page__crumb a:hover {
  color: var(--mc-yellow-hover);
}

.mc-prod-gallery-page__lead {
  margin: 0.65rem 0 0;
  max-width: 40rem;
  color: var(--mc-text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.mc-prod-gallery-page .mc-section__title {
  color: #111111;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__item {
  margin: 0;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--mc-border-dark);
  box-shadow: var(--mc-shadow-soft);
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__open img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__open:hover img {
  transform: scale(1.04);
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__zoom {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--mc-yellow-hover);
  font-size: 1rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__open:hover .ac-prod-gallery__zoom {
  opacity: 1;
  transform: translateY(0);
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__item figcaption {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111111;
  text-align: center;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__empty {
  padding: 3rem 1.5rem;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  color: var(--mc-text-secondary);
  text-align: center;
  background: #fff;
}

body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__empty .bi {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.75rem;
  color: var(--mc-yellow);
}

@media (min-width: 768px) {
  body.mc-landing .mc-prod-gallery-page .ac-prod-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
