/* ═══════════════════════════════════════════════════════════════════════════
   MUELLER — Seções da Home
   Estilos de cada seção seguindo a hierarquia do briefing.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════════════ */

#inicio {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--mueller-aubergine);
  overflow: hidden;
  padding-top: var(--header-height);
}

/* Fundo geométrico abstrato */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(166,226,46,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 10% 80%, rgba(124,194,65,0.05) 0%, transparent 50%),
    linear-gradient(160deg, #9E9A93 0%, #7d7a73 50%, #5e5b56 100%);
}

/* Círculos decorativos sutis */
.hero-bg-circle-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(166,226,46,0.08);
  right: -150px;
  top: -100px;
}

.hero-bg-circle-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(166,226,46,0.05);
  right: 50px;
  top: 50px;
}

.hero-bg-circle-3 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(166,226,46,0.10);
  right: 150px;
  top: 150px;
}

/* Grid de pontos */
.hero-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(166,226,46,0.10) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 80% 30%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 80% 30%, black 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-block: var(--space-20);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

/* Coluna de texto */
.hero-text-col {}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(166, 226, 46, 0.15);
  border: 1px solid rgba(166, 226, 46, 0.30);
  border-radius: var(--radius-full);
  padding: var(--space-2) var(--space-4);
  margin-bottom: var(--space-6);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mueller-lime);
  animation: pulse 2.5s ease-in-out infinite;
}

.hero-badge-text {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mueller-lime);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: var(--weight-black);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: var(--space-6);
}

.hero-title-accent {
  color: var(--mueller-lime);
  display: block;
}

.hero-sub {
  font-size: clamp(var(--text-base), 1.5vw, var(--text-md));
  color: #1D1C1B;
  font-weight: var(--weight-medium);
  line-height: var(--leading-loose);
  max-width: 520px;
  margin-bottom: var(--space-8);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
}

/* Coluna visual */
.hero-visual-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

/* Painel Tecnológico de Infraestrutura 24x7 */
.hero-tech-panel {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: rgba(30, 28, 26, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(246, 244, 239, 0.14);
  border-top: 1px solid rgba(166, 226, 46, 0.40);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  animation: techPanelEntry 0.7s cubic-bezier(0.16, 1, 0.3, 1) both, float 4s ease-in-out infinite 0.7s;
}

/* Fundo decorativo sutil com microgrid */
.tech-panel-backdrop {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(166, 226, 46, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.85;
}

/* Cabeçalho do Painel */
.tech-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding-bottom: var(--space-3);
  margin-bottom: var(--space-3);
  border-bottom: 1px solid rgba(246, 244, 239, 0.08);
  position: relative;
  z-index: 1;
}

.tech-panel-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tech-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mueller-lime);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(166, 226, 46, 0.6);
  animation: pulse 2.5s ease-in-out infinite;
}

.tech-panel-title {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tech-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(166, 226, 46, 0.12);
  border: 1px solid rgba(166, 226, 46, 0.28);
  border-radius: var(--radius-full);
  padding: 2px 8px;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--mueller-lime);
  flex-shrink: 0;
}

.tech-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mueller-lime);
  animation: pulse-dot 2s infinite;
}

/* Lista de Indicadores de Status */
.tech-status-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 1;
}

.tech-status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 7px 12px;
  background: rgba(246, 244, 239, 0.04);
  border: 1px solid rgba(246, 244, 239, 0.07);
  border-radius: var(--radius-md);
  transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.tech-status-item:hover {
  background: rgba(246, 244, 239, 0.07);
  border-color: rgba(166, 226, 46, 0.22);
  transform: translateX(2px);
}

.tech-status-lead {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mueller-lime);
  flex-shrink: 0;
  animation: statusPulse 3s ease-in-out infinite;
}

.tech-status-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(166, 226, 46, 0.10);
  color: var(--mueller-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tech-status-name {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.tech-status-val {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--mueller-lime);
  text-align: right;
  white-space: nowrap;
}

/* Divisor Tecnológico */
.tech-panel-divider {
  margin: var(--space-4) 0 10px;
  border-top: 1px solid rgba(246, 244, 239, 0.09);
  position: relative;
  text-align: center;
  z-index: 1;
}

.tech-divider-label {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(246, 244, 239, 0.60);
  background: #242220;
  padding: 1px 9px;
  border-radius: 9999px;
  position: relative;
  top: -9px;
  display: inline-block;
  border: 1px solid rgba(246, 244, 239, 0.06);
}

/* Diagrama de Fluxo Tecnológico */
.tech-flow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-top: 2px;
  position: relative;
  z-index: 1;
}

.tech-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.tech-step-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(246, 244, 239, 0.05);
  border: 1px solid rgba(246, 244, 239, 0.12);
  color: var(--mueller-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.tech-step-icon:hover {
  background: rgba(166, 226, 46, 0.12);
  border-color: rgba(166, 226, 46, 0.35);
  transform: translateY(-2px);
}

.tech-step-label {
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(246, 244, 239, 0.88);
  letter-spacing: 0.01em;
}

.tech-flow-connector {
  flex: 1;
  height: 2px;
  background: rgba(246, 244, 239, 0.12);
  position: relative;
  min-width: 10px;
  margin-bottom: 18px;
  border-radius: 2px;
  overflow: hidden;
}

.tech-flow-line {
  position: absolute;
  inset: 0;
  background: rgba(246, 244, 239, 0.10);
}

.tech-flow-pulse {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background: linear-gradient(90deg, transparent, var(--mueller-lime), transparent);
  animation: flowBeam 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Diferenciais e Credibilidade do Hero */
.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
  margin-top: var(--space-8);
}

.hero-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  color: #111111;
  transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.hero-service-tag strong {
  font-weight: var(--weight-bold);
  color: #000000;
}

.hero-service-tag svg {
  color: #1F3C00;
  flex-shrink: 0;
}

.hero-service-tag:hover {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.28);
  color: #000000;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════════════════════
   SOLUÇÕES
   ══════════════════════════════════════════════════════════════════════ */

#solucoes {
  background: var(--mueller-offwhite);
}

.solucoes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-12);
}

/* ══════════════════════════════════════════════════════════════════════
   INTELIGÊNCIA ARTIFICIAL
   ══════════════════════════════════════════════════════════════════════ */

#ia {
  background: var(--mueller-aubergine);
  position: relative;
  overflow: hidden;
}

#ia::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 226, 46, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.ia-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.ia-text {}

.ia-title {
  color: #000000;
  font-weight: 900;
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.ia-desc {
  color: #1F1E1C;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: var(--space-8);
}

.ia-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

.ia-feature-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.ia-feature-item:hover {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.ia-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(166, 226, 46, 0.18);
  border: 1px solid rgba(166, 226, 46, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1F3C00;
}

.ia-feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.ia-feature-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 3px;
}

.ia-feature-text span {
  font-size: 0.875rem;
  color: #2D2A26;
  font-weight: 400;
  line-height: 1.5;
}

/* Visual de IA */
.ia-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ia-visual-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  width: 100%;
  max-width: 400px;
}

.ia-visual-header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.ia-visual-dots {
  display: flex;
  gap: 6px;
}

.ia-visual-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ia-visual-dots span:nth-child(1) { background: rgba(0, 0, 0, 0.30); }
.ia-visual-dots span:nth-child(2) { background: rgba(0, 0, 0, 0.15); }
.ia-visual-dots span:nth-child(3) { background: #7CC241; }

.ia-visual-title {
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ia-visual-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.ia-visual-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.ia-visual-item-label {
  font-size: 0.825rem;
  color: #111111;
  font-weight: 700;
  font-family: var(--font-display);
  min-width: 130px;
}

.ia-visual-item-bar-wrap {
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.ia-visual-item-bar {
  height: 100%;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--mueller-green), var(--mueller-lime));
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ══════════════════════════════════════════════════════════════════════
   DESENVOLVIMENTO
   ══════════════════════════════════════════════════════════════════════ */

#desenvolvimento {
  background: var(--mueller-light);
}

.dev-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-16);
  align-items: center;
  margin-top: var(--space-12);
}

.dev-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.dev-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.dev-mini-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 125px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.dev-mini-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: rgba(166, 226, 46, 0.40);
}

.dev-mini-card svg {
  width: 34px;
  height: 34px;
  color: #1F3C00;
  stroke-width: 1.8;
  margin-bottom: 2px;
}

.dev-mini-card-label {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
}

/* ══════════════════════════════════════════════════════════════════════
   HOSPEDAGEM
   ══════════════════════════════════════════════════════════════════════ */

#hospedagem {
  background: var(--mueller-offwhite);
}

.hosting-hero-bar {
  background: #2D2B28;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-bottom: var(--space-12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.hosting-hero-text h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: var(--space-1);
}

.hosting-hero-text p {
  font-size: 0.95rem;
  color: rgba(246, 244, 239, 0.85);
  line-height: 1.5;
}

.hosting-sla {
  text-align: center;
}

.hosting-sla-number {
  font-family: var(--font-display);
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--mueller-lime);
  line-height: 1;
  display: block;
}

.hosting-sla-label {
  font-size: 0.72rem;
  color: rgba(246, 244, 239, 0.75);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.hosting-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-bottom: var(--space-10);
}

.hosting-feature-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 210px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.hosting-feature-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
  border-color: rgba(166, 226, 46, 0.40);
}

.hosting-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(166, 226, 46, 0.14);
  border: 1px solid rgba(166, 226, 46, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
  color: #1F3C00;
  transition: all 180ms ease;
}

.hosting-feature-card:hover .hosting-feature-icon {
  background: var(--mueller-lime);
  color: #000000;
  transform: scale(1.04);
}

.hosting-feature-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.hosting-feature-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: var(--space-2);
}

.hosting-feature-desc {
  font-size: 0.85rem;
  color: #4A4742;
  line-height: 1.55;
}

/* Data centers */
.hosting-datacenters {
  background: #E7E5DB;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  display: flex;
  align-items: center;
  gap: var(--space-8);
  flex-wrap: wrap;
}

.hosting-datacenters-text h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: var(--space-2);
}

.hosting-datacenters-text p {
  font-size: 0.925rem;
  color: #3A3632;
  max-width: 520px;
  line-height: 1.6;
}

.hosting-dc-flags {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  flex-shrink: 0;
}

.hosting-dc-flag {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-5);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.hosting-dc-flag-emoji {
  font-size: 1.4rem;
  line-height: 1;
}

/* ══════════════════════════════════════════════════════════════════════
   INFRAESTRUTURA
   ══════════════════════════════════════════════════════════════════════ */

#infraestrutura {
  background: var(--mueller-aubergine);
  position: relative;
  overflow: hidden;
}

#infraestrutura::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 226, 46, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.infra-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-16);
  align-items: center;
  position: relative;
  z-index: 1;
}

.infra-text .section-title { color: #000000; font-weight: 900; }
.infra-text .section-desc  { color: #1F1E1C; font-weight: 500; font-size: 1.05rem; line-height: 1.7; }

.infra-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.infra-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}

.infra-item:hover {
  background: #FFFFFF;
}

.infra-item::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mueller-lime);
  box-shadow: 0 0 6px rgba(166, 226, 46, 0.7);
  flex-shrink: 0;
}

.infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

/* ══════════════════════════════════════════════════════════════════════
   SEGURANÇA
   ══════════════════════════════════════════════════════════════════════ */

#seguranca {
  background: var(--mueller-light);
}

.sec-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-20);
  align-items: stretch;
  margin-top: var(--space-12);
}

.sec-layers {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.sec-layer {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--mueller-lime);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.sec-layer:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateX(4px);
  background: #FFFFFF;
}

.sec-layer-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(166, 226, 46, 0.18);
  border: 1px solid rgba(166, 226, 46, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1F3C00;
}

.sec-layer-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.sec-layer-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2px;
}

.sec-layer-text span {
  font-size: 0.85rem;
  color: #3A3632;
  line-height: 1.5;
}

.sec-card {
  background: #2C2A28;
  border: 1px solid rgba(166, 226, 46, 0.25);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  min-height: 420px;
}

.sec-card .card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(166, 226, 46, 0.14);
  border: 1px solid rgba(166, 226, 46, 0.28);
  color: var(--mueller-lime);
  margin-bottom: var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-card .card-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: var(--space-3);
  line-height: 1.25;
}

.sec-card .card-desc {
  font-size: 0.95rem;
  color: rgba(246, 244, 239, 0.85);
  line-height: 1.65;
  margin-bottom: var(--space-6);
}

.sec-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* ══════════════════════════════════════════════════════════════════════
   ATENDIMENTO PERSONALIZADO
   ══════════════════════════════════════════════════════════════════════ */

#atendimento {
  background: var(--mueller-offwhite);
}

.attend-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-20);
  align-items: center;
}

.attend-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.attend-feature {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-5);
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.attend-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.attend-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2D2B28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mueller-lime);
  margin-bottom: var(--space-2);
}

.attend-feature-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.attend-feature strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
}

.attend-feature span {
  font-size: 0.85rem;
  color: #4A4742;
  line-height: 1.5;
}

.attend-highlight {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-5);
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.attend-highlight::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 226, 46, 0.20) 0%, rgba(166, 226, 46, 0.04) 50%, transparent 70%);
  pointer-events: none;
}

.attend-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(166, 226, 46, 0.20);
  border: 1px solid rgba(166, 226, 46, 0.40);
  border-radius: var(--radius-full);
  padding: var(--space-1) var(--space-3);
  font-size: 0.72rem;
  font-weight: 800;
  color: #1F3C00;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
}

.attend-highlight h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.3;
}

.attend-highlight p {
  font-size: 0.95rem;
  color: #2D2A26;
  font-weight: 400;
  line-height: 1.7;
}

.attend-highlight .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* ══════════════════════════════════════════════════════════════════════
   40 ANOS DE EXPERIÊNCIA
   ══════════════════════════════════════════════════════════════════════ */

section#empresa {
  background: linear-gradient(160deg, #9E9A93 0%, #7A7670 100%);
  position: relative;
  overflow: hidden;
}

section#empresa::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(166, 226, 46, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.exp-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-16);
  align-items: center;
}

.exp-number-block {
  text-align: center;
  padding: var(--space-10) var(--space-12);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-2xl);
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

.exp-number {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  font-weight: 900;
  color: var(--mueller-lime);
  line-height: 0.95;
  display: block;
}

.exp-number-suffix {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--mueller-lime);
  display: block;
  margin-top: var(--space-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exp-text {}

.exp-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 900;
  color: #000000;
  margin-bottom: var(--space-5);
  line-height: 1.2;
}

.exp-desc {
  font-size: 1.05rem;
  color: #1F1E1C;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: var(--space-8);
  max-width: 580px;
}

.exp-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.exp-pillar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
}

.exp-pillar svg {
  width: 14px;
  height: 14px;
  color: #1F3C00;
  flex-shrink: 0;
  stroke-width: 2.5;
}

/* ══════════════════════════════════════════════════════════════════════
   CLIENTES
   ══════════════════════════════════════════════════════════════════════ */

#clientes {
  background: var(--mueller-offwhite);
}

.clientes-note {
  font-size: 0.85rem;
  color: #6E6B66;
  margin-top: var(--space-8);
  text-align: center;
  font-style: italic;
}

/* ══════════════════════════════════════════════════════════════════════
   MISSÃO
   ══════════════════════════════════════════════════════════════════════ */

#missao {
  background: var(--mueller-light);
}

.missao-inner {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.missao-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 800;
  color: #000000;
  line-height: 1.35;
  margin-bottom: var(--space-6);
  position: relative;
  padding: var(--space-4) var(--space-6);
}

.missao-quote::before {
  content: '"';
  font-size: 6rem;
  font-family: Georgia, serif;
  color: var(--mueller-lime);
  opacity: 0.35;
  position: absolute;
  top: -20px;
  left: 0;
  line-height: 1;
}

.missao-desc {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: var(--leading-loose);
  max-width: 640px;
  margin: 0 auto var(--space-8);
}

.missao-commitments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

/* ══════════════════════════════════════════════════════════════════════
   CTA FINAL
   ══════════════════════════════════════════════════════════════════════ */

#cta-final {
  background: var(--mueller-aubergine);
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(166, 226, 46, 0.07) 0%, transparent 70%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-inline: auto;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #000000;
  margin-bottom: var(--space-5);
  line-height: 1.25;
}

.cta-desc {
  font-size: 1.05rem;
  color: #1F1E1C;
  font-weight: 500;
  margin-bottom: var(--space-10);
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: center;
}

.cta-buttons .btn-outline-light {
  background: rgba(255, 255, 255, 0.90);
  color: #000000;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  font-weight: 600;
}

.cta-buttons .btn-outline-light:hover {
  background: #FFFFFF;
  border-color: #000000;
  color: #000000;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════════════════════
   CONTATO
   ══════════════════════════════════════════════════════════════════════ */

#contato {
  background: var(--mueller-offwhite);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-16);
  align-items: start;
  margin-top: var(--space-10);
}

.contact-info {}

.contact-info-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: #000000;
  margin-bottom: var(--space-3);
}

.contact-info-desc {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}

/* Cards de contato direto */
.contact-direct-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.contact-direct-item {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--color-text);
  transition: all var(--transition-fast);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.contact-direct-item[href]:hover {
  border-color: rgba(166, 226, 46, 0.40);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transform: translateX(3px);
}

.contact-direct-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #2D2B28;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--mueller-lime);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.contact-direct-item[href]:hover .contact-direct-icon {
  background: var(--mueller-lime);
  color: #000000;
}

.contact-direct-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-direct-label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6E6B66;
}

.contact-direct-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
  line-height: var(--leading-snug);
}

.contact-support-note {
  font-size: 0.875rem;
  color: #1F3C00;
  line-height: var(--leading-snug);
  padding: var(--space-3) var(--space-4);
  background: rgba(166, 226, 46, 0.16);
  border: 1px solid rgba(166, 226, 46, 0.35);
  border-radius: var(--radius-md);
  margin-top: var(--space-4);
}

.contact-form-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

/* ══════════════════════════════════════════════════════════════════════
   ESPAÇADOR PARA O HEADER FIXO
   ══════════════════════════════════════════════════════════════════════ */
.header-spacer {
  height: var(--header-height);
}
