/*
Theme Name: BGJ Soluções TI
Theme URI: https://bgjsolucoes.com.br
Author: BGJ Soluções
Author URI: https://bgjsolucoes.com.br
Description: Tema profissional para empresa de Tecnologia da Informação BGJ Soluções. Compatível com Elementor Page Builder. Design moderno com foco em conversão.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bgj-solucoes
Tags: elementor, one-page, business, technology, responsive, custom-colors, custom-menu, featured-images, full-width-template

BGJ Soluções Theme - Tecnologia da Informação
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
:root {
  --bgj-primary:       #0066CC;
  --bgj-primary-dark:  #004A99;
  --bgj-primary-light: #3388DD;
  --bgj-secondary:     #00C2FF;
  --bgj-accent:        #FF6B00;
  --bgj-dark:          #0A0F1E;
  --bgj-dark2:         #111827;
  --bgj-white:         #ffffff;
  --bgj-gray-light:    #F8FAFC;
  --bgj-gray:          #6B7280;
  --bgj-gray-dark:     #374151;
  --bgj-green:         #22C55E;
  --bgj-font:          'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--bgj-font);
  color: var(--bgj-dark2);
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2;
  color: var(--bgj-dark2);
}

.bgj-gradient-text {
  background: linear-gradient(90deg, #fff 0%, #3388DD 50%, #00C2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.bgj-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.bgj-section {
  padding: 96px 0;
}

/* ============================================================
   SECTION TAGS
   ============================================================ */
.bgj-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EEF4FF;
  color: var(--bgj-primary);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.bgj-tag.dark {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.bgj-btn,
.elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: var(--bgj-font);
}

.bgj-btn-primary,
.elementor-button-primary {
  background: linear-gradient(135deg, var(--bgj-primary), var(--bgj-secondary));
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(0,102,204,0.4);
}

.bgj-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,102,204,0.6);
  color: #fff !important;
}

.bgj-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.5);
}

.bgj-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  transform: translateY(-3px);
}

/* ============================================================
   NAVBAR
   ============================================================ */
#bgj-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  padding: 18px 0;
  transition: all 0.35s ease;
}

#bgj-navbar.scrolled {
  background: rgba(10,15,30,0.97);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 2px 24px rgba(0,102,204,0.25);
}

.bgj-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.bgj-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.bgj-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--bgj-primary), var(--bgj-secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.bgj-logo-text .name {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}

.bgj-logo-text .name span { color: #66B3FF; }

.bgj-logo-text .sub {
  color: #93C5FD;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}

.bgj-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.bgj-nav-links a {
  color: #93C5FD;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  text-decoration: none;
}

.bgj-nav-links a:hover { color: #fff; }

/* Mobile nav toggle */
.bgj-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
  z-index: 10001;
}

.bgj-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,15,30,0.98);
  z-index: 10000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.bgj-mobile-nav.open { display: flex; }
.bgj-mobile-nav a {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s;
}
.bgj-mobile-nav a:hover { color: var(--bgj-secondary); }

.bgj-mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* ============================================================
   HERO
   ============================================================ */
#bgj-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0A0F1E 0%, #0A1A3A 40%, #0D2B5A 70%, #0A0F1E 100%);
}

.bgj-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,102,204,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,102,204,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.bgj-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(0,102,204,0.18) 0%, transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(0,194,255,0.12) 0%, transparent 45%);
  pointer-events: none;
  animation: bgj-glow-pulse 8s ease-in-out infinite;
}

@keyframes bgj-glow-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.bgj-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.bgj-hero-content .bgj-tag {
  background: rgba(0,102,204,0.22);
  color: #93C5FD;
}

.bgj-hero-content h1 {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.bgj-hero-content p {
  color: #93C5FD;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 500px;
}

.bgj-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bgj-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.bgj-hero-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #93C5FD;
  font-size: 14px;
}

.bgj-hero-badge-item i { color: var(--bgj-green); }

/* Dashboard card */
.bgj-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgj-dashboard {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 32px;
  width: 100%;
  max-width: 420px;
  position: relative;
}

.bgj-dashboard-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.bgj-dot-online {
  width: 12px; height: 12px;
  background: var(--bgj-green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--bgj-green);
  flex-shrink: 0;
}

.bgj-dashboard-header span { color: rgba(255,255,255,0.5); font-size: 14px; }

.bgj-status-list { display: flex; flex-direction: column; gap: 12px; }

.bgj-status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
}

.bgj-status-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bgj-status-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.bgj-status-left span { color: #fff; font-size: 14px; font-weight: 500; }

.bgj-status-badge {
  color: var(--bgj-green);
  font-size: 12px;
  font-weight: 600;
}

.bgj-dashboard-uptime {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,102,204,0.3), rgba(0,194,255,0.2));
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.bgj-floating-badge {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bgj-floating-badge.top-right {
  top: -20px; right: -20px;
  animation: bgj-float 3s ease-in-out infinite;
}

.bgj-floating-badge.bottom-left {
  bottom: -20px; left: -20px;
  animation: bgj-float 3s ease-in-out infinite 1.5s;
}

@keyframes bgj-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.bgj-badge-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

.bgj-badge-text .title { font-weight: 700; font-size: 13px; color: #1F2937; line-height: 1; }
.bgj-badge-text .sub   { font-size: 11px; color: #9CA3AF; }

/* Scroll down */
.bgj-scroll-down {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #93C5FD;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: bgj-bounce 2s ease-in-out infinite;
}

@keyframes bgj-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

/* Particles */
.bgj-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0,194,255,0.5);
  animation: bgj-particle-float linear infinite;
  pointer-events: none;
}

@keyframes bgj-particle-float {
  0%   { transform: translateY(100vh); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(-100px); opacity: 0; }
}

/* ============================================================
   SERVICES
   ============================================================ */
#bgj-services {
  background: #F8FAFC;
  padding: 96px 0;
}

.bgj-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.bgj-section-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  color: var(--bgj-dark2);
  margin-bottom: 16px;
}

.bgj-section-title span { color: var(--bgj-primary); }

.bgj-section-subtitle {
  color: var(--bgj-gray);
  font-size: 17px;
  max-width: 580px;
  margin: 0 auto;
}

.bgj-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bgj-service-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px;
  border: 1px solid #E5EAF0;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: default;
}

.bgj-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--bgj-primary), var(--bgj-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.bgj-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,102,204,0.14);
  border-color: transparent;
}

.bgj-service-card:hover::before { transform: scaleX(1); }

.bgj-service-icon {
  width: 62px; height: 62px;
  background: linear-gradient(135deg, #EEF4FF, #D6E8FF);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--bgj-primary);
  margin-bottom: 20px;
  transition: all 0.35s ease;
}

.bgj-service-card:hover .bgj-service-icon {
  background: linear-gradient(135deg, var(--bgj-primary), var(--bgj-secondary));
  color: #fff;
  transform: rotate(5deg) scale(1.1);
}

.bgj-service-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bgj-dark2);
  margin-bottom: 10px;
}

.bgj-service-card p {
  color: var(--bgj-gray);
  font-size: 14px;
  line-height: 1.65;
}

.bgj-progress {
  height: 4px;
  background: #E5EAF0;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 16px;
}

.bgj-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bgj-primary), var(--bgj-secondary));
  border-radius: 2px;
  width: 0;
  transition: width 1.5s ease;
}

/* ============================================================
   ABOUT / DIFERENCIAIS
   ============================================================ */
#bgj-about {
  padding: 96px 0;
  background: linear-gradient(180deg, #fff 0%, #F0F7FF 100%);
}

.bgj-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.bgj-diff-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.bgj-diff-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.bgj-diff-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, #EEF4FF, #D6E8FF);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--bgj-primary);
  flex-shrink: 0;
}

.bgj-diff-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.bgj-diff-item p {
  font-size: 14px;
  color: var(--bgj-gray);
}

.bgj-about-visual {
  display: flex;
  justify-content: center;
}

.bgj-visual-card {
  width: 320px;
  height: 320px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--bgj-primary), var(--bgj-secondary));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: relative;
}

.bgj-visual-card i.main-icon {
  font-size: 56px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}

.bgj-visual-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.bgj-visual-card p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  margin-top: 8px;
}

/* ============================================================
   COUNTER / NÚMEROS
   ============================================================ */
#bgj-counter {
  padding: 96px 0;
  background: linear-gradient(135deg, var(--bgj-primary) 0%, #004A99 50%, #002F6B 100%);
  position: relative;
  overflow: hidden;
}

#bgj-counter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.bgj-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.bgj-counter-item { text-align: center; }

.bgj-counter-number {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  display: block;
}

.bgj-counter-suffix {
  font-size: 32px;
  font-weight: 900;
  color: rgba(255,255,255,0.6);
}

.bgj-counter-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.bgj-counter-sub {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin-top: 4px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
#bgj-testimonials {
  padding: 96px 0;
  background: #F8FAFC;
}

.bgj-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bgj-testimonial-card {
  background: #fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.bgj-testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 26px;
  font-size: 110px;
  color: #EEF4FF;
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.bgj-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0,102,204,0.1);
}

.bgj-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.bgj-stars i { color: #FBBF24; font-size: 15px; }

.bgj-testimonial-card p {
  color: #4B5563;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.bgj-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bgj-author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.bgj-author-name { font-weight: 700; font-size: 15px; color: #1F2937; }
.bgj-author-role { font-size: 13px; color: #9CA3AF; }

/* ============================================================
   PARTNERS
   ============================================================ */
#bgj-partners {
  padding: 80px 0;
  background: #fff;
}

.bgj-partners-wrapper { overflow: hidden; }

.bgj-partners-track {
  display: flex;
  gap: 32px;
  animation: bgj-scroll-partners 22s linear infinite;
  width: max-content;
}

.bgj-partners-wrapper:hover .bgj-partners-track {
  animation-play-state: paused;
}

@keyframes bgj-scroll-partners {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.bgj-partner-logo {
  background: #fff;
  border: 1px solid #E5EAF0;
  border-radius: 14px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  filter: grayscale(1);
  transition: all 0.3s ease;
  cursor: default;
}

.bgj-partner-logo:hover { filter: grayscale(0); transform: scale(1.05); }
.bgj-partner-logo i { font-size: 30px; }
.bgj-partner-logo span { font-weight: 700; color: #374151; font-size: 15px; }

/* ============================================================
   CONTACT
   ============================================================ */
#bgj-contact {
  padding: 96px 0;
  background: linear-gradient(180deg, #F0F7FF 0%, #fff 100%);
}

.bgj-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
}

.bgj-contact-cards { display: flex; flex-direction: column; gap: 20px; }

.bgj-contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #E5EAF0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
}

.bgj-contact-card:hover {
  box-shadow: 0 8px 30px rgba(0,102,204,0.1);
  border-color: transparent;
}

.bgj-contact-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.bgj-contact-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1F2937;
}

.bgj-contact-card p {
  font-size: 13px;
  color: #9CA3AF;
  margin-bottom: 8px;
}

.bgj-contact-card a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.bgj-contact-card a:hover { opacity: 0.75; }

/* Form */
.bgj-form-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  border: 1px solid #E5EAF0;
}

.bgj-form-wrapper h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 28px;
  color: #1F2937;
}

.bgj-form { display: flex; flex-direction: column; gap: 18px; }

.bgj-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bgj-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.bgj-form input,
.bgj-form select,
.bgj-form textarea {
  width: 100%;
  padding: 13px 18px;
  border: 2px solid #E5EAF0;
  border-radius: 12px;
  font-size: 14px;
  font-family: var(--bgj-font);
  transition: all 0.3s ease;
  outline: none;
  color: #1F2937;
  background: #fff;
}

.bgj-form input:focus,
.bgj-form select:focus,
.bgj-form textarea:focus {
  border-color: var(--bgj-primary);
  box-shadow: 0 0 0 4px rgba(0,102,204,0.1);
}

.bgj-form textarea { resize: vertical; min-height: 110px; }

.bgj-form-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--bgj-primary), var(--bgj-secondary));
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--bgj-font);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0,102,204,0.35);
}

.bgj-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,102,204,0.5);
}

.bgj-form-msg {
  display: none;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}

.bgj-form-msg.success {
  display: block;
  background: #F0FDF4;
  color: #16A34A;
  border: 1px solid #BBF7D0;
}

.bgj-form-msg.error {
  display: block;
  background: #FEF2F2;
  color: #DC2626;
  border: 1px solid #FECACA;
}

/* ============================================================
   FOOTER
   ============================================================ */
#bgj-footer {
  background: var(--bgj-dark);
  color: #fff;
  padding: 72px 0 32px;
}

.bgj-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 32px;
}

.bgj-footer-brand p {
  color: #9CA3AF;
  font-size: 14px;
  line-height: 1.7;
  max-width: 300px;
  margin: 16px 0 24px;
}

.bgj-footer-social {
  display: flex;
  gap: 12px;
}

.bgj-social-link {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  transition: all 0.2s;
  text-decoration: none;
}

.bgj-social-link:hover { color: #fff; background: rgba(255,255,255,0.12); }
.bgj-social-link.whatsapp { background: #25D366; color: #fff; }

.bgj-footer-col h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bgj-footer-links { display: flex; flex-direction: column; gap: 10px; }
.bgj-footer-links a { color: #9CA3AF; font-size: 14px; text-decoration: none; transition: color 0.2s; }
.bgj-footer-links a:hover { color: #60A5FA; }

.bgj-footer-contact { display: flex; flex-direction: column; gap: 12px; }

.bgj-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #9CA3AF;
}

.bgj-footer-contact-item i {
  margin-top: 2px;
  flex-shrink: 0;
}

.bgj-footer-hours {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.bgj-footer-hours-title {
  color: #6B7280;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.bgj-footer-hours p { color: #D1D5DB; font-size: 14px; font-weight: 500; }
.bgj-footer-hours .emergency {
  color: var(--bgj-green);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.bgj-footer-hours .emergency::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--bgj-green);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--bgj-green);
  flex-shrink: 0;
}

.bgj-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.bgj-footer-bottom p { color: #6B7280; font-size: 13px; }
.bgj-footer-bottom a { color: #6B7280; font-size: 13px; text-decoration: none; }
.bgj-footer-bottom a:hover { color: #60A5FA; }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.bgj-whatsapp-float {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 9998;
  animation: bgj-bounce-btn 2.5s ease-in-out infinite;
  text-decoration: none;
}

@keyframes bgj-bounce-btn {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.bgj-whatsapp-float .bgj-wa-btn {
  width: 62px; height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: all 0.3s ease;
}

.bgj-whatsapp-float:hover .bgj-wa-btn { transform: scale(1.1); }

/* ============================================================
   SCROLL REVEAL ANIMATION
   ============================================================ */
.bgj-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.bgj-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   ELEMENTOR OVERRIDES
   ============================================================ */
.elementor-page .bgj-reveal { opacity: 1; transform: none; }
.elementor-editor-active .bgj-reveal { opacity: 1 !important; transform: none !important; }
.elementor-section { position: relative; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .bgj-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .bgj-hero-visual { display: none; }
  .bgj-services-grid { grid-template-columns: repeat(2, 1fr); }
  .bgj-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .bgj-counter-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .bgj-testimonials-grid { grid-template-columns: 1fr; }
  .bgj-contact-grid { grid-template-columns: 1fr; }
  .bgj-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .bgj-nav-links { display: none; }
  .bgj-nav-toggle { display: block; }
  .bgj-services-grid { grid-template-columns: 1fr; }
  .bgj-counter-grid { grid-template-columns: repeat(2, 1fr); }
  .bgj-footer-grid { grid-template-columns: 1fr; }
  .bgj-form-row { grid-template-columns: 1fr; }
  .bgj-section { padding: 64px 0; }
  #bgj-hero { min-height: auto; padding-top: 120px; padding-bottom: 64px; }
  .bgj-hero-content h1 { font-size: 32px; }
  .bgj-counter-number { font-size: 48px; }
}

@media (max-width: 480px) {
  .bgj-container { padding: 0 16px; }
  .bgj-hero-cta { flex-direction: column; }
  .bgj-btn { width: 100%; justify-content: center; }
  .bgj-counter-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .bgj-form-wrapper { padding: 24px 20px; }
}
