.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<style>
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

/* Reset e Variáveis */
:root {
  --color-bg: #13151a;
  --color-bg-card: #1a1d24;
  --color-bg-secondary: #1e2128;
  --color-primary: #00d4ff;
  --color-primary-dark: #00b8e0;
  --color-text: #f8fafc;
  --color-text-muted: #94a3b8;
  --color-border: #2d3139;
  --color-ml-yellow: #ffe600;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --shadow-glow: 0 0 40px rgba(0, 212, 255, 0.3);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --gradient-cyan: linear-gradient(135deg, #00d4ff 0%, #00b8e0 100%);
}

/* Base */
.premium-block * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.premium-block {
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.6;
}

.premium-block h1,
.premium-block h2,
.premium-block h3,
.premium-block h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
}

/* Container */
.premium-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .premium-container { padding: 0 24px; }
}

@media (max-width: 1023px) {
  .atacado-hero-image { display: none !important; }
  .atacado-hero-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 767px) {
  .atacado-hero-section { padding: 48px 0 !important; }
  .atacado-hero-title { font-size: 1.75rem !important; }
  .atacado-hero-subtitle { font-size: 16px !important; }
  .atacado-benefit-card { padding: 12px !important; }
  .atacado-benefit-icon { width: 40px !important; height: 40px !important; }
  .atacado-benefit-title { font-size: 14px !important; }
  .atacado-benefit-desc { font-size: 13px !important; }
}


/* Utilitários */
.text-gradient-cyan {
  background: var(--gradient-cyan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-industrial {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

/* Botões */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--color-primary);
  color: var(--color-bg);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 212, 255, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 212, 255, 0.4);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid rgba(0, 212, 255, 0.5) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--color-bg-secondary);
  border-color: var(--color-primary) !important;
}

.btn-mercadolivre {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--color-ml-yellow);
  color: #333;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-mercadolivre:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 230, 0, 0.4);
}

/* Grid Pattern Background */
.bg-grid-pattern {
  background-image: 
    linear-gradient(rgba(45, 49, 57, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 49, 57, 0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
</style>/* End custom CSS */