/* ===== BIZCORE SYSTEMS — DESIGN SYSTEM ===== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --navy:        #081033;
  --navy-mid:    #0d1b4b;
  --navy-light:  #132060;
  --accent:      #1a6fe8;     /* brand blue */
  --accent-dark: #1558c0;
  --accent-light:#e8f0fe;
  --green:       #25D366;     /* WhatsApp */
  --green-dark:  #1da851;
  --orange:      #f6a623;
  --card-bg:     #ffffff;
  --muted:       #f4f6fb;
  --muted-dark:  #e8edf5;
  --text:        #1e293b;
  --text-muted:  #64748b;
  --border:      #e2e8f0;
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow:      0 4px 16px rgba(8,16,51,0.10);
  --shadow-lg:   0 8px 32px rgba(8,16,51,0.15);
  --radius:      10px;
  --radius-sm:   6px;
  --radius-lg:   16px;
  --transition:  0.22s ease;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: var(--text);
  margin: 0;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-dark); }
h1,h2,h3,h4,h5,h6 { line-height: 1.25; margin: 0 0 0.5em; font-weight: 700; }
p { margin: 0 0 1em; }

/* ===== LAYOUT ===== */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }

/* ===== GRID ===== */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* ===== PAGE HEADER (inner pages) ===== */
.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  color: #fff;
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 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.025'%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");
}
.page-header .container { position: relative; z-index: 1; }
.page-header h1 { font-size: clamp(1.8rem, 4vw, 2.75rem); margin: 0 0 10px; font-weight: 800; }
.page-header p { color: rgba(255,255,255,0.78); font-size: 1.05rem; margin: 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.35); }

/* ===== TOP BAR ===== */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  padding: 7px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar a { color: rgba(255,255,255,0.8); text-decoration: none; margin-left: 14px; transition: color var(--transition); }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; align-items: center; gap: 4px; }
.topbar-left svg { opacity: 0.7; }

/* ===== HEADER ===== */
.site-header {
  background: var(--navy-mid);
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 70px;
}

/* Brand */
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-icon {
  width: 44px; height: 44px;
  background: var(--accent);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px; color: #fff; letter-spacing: -0.5px;
  flex-shrink: 0;
}
.brand-text h1 { margin: 0; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: 0.5px; line-height: 1.2; }
.brand-text span { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; display: block; }

/* Search */
.search-box { display: flex; align-items: center; flex: 1; max-width: 280px; }
.search-box input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1.5px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all var(--transition);
}
.search-box input::placeholder { color: rgba(255,255,255,0.45); }
.search-box input:focus { border-color: var(--accent); background: rgba(255,255,255,0.12); }

/* Navigation */
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav > a, .nav-dropdown > a {
  color: rgba(255,255,255,0.85);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all var(--transition);
  display: inline-block;
}
.site-nav > a:hover, .nav-dropdown > a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.site-nav > a.active { color: #fff; background: rgba(255,255,255,0.12); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown .menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: none;
  min-width: 200px;
  z-index: 200;
  border: 1px solid var(--border);
  padding: 6px 0;
  animation: dropIn 0.15s ease;
}
@keyframes dropIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nav-dropdown:hover .menu { display: block; }
.nav-dropdown .menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  transition: background var(--transition);
}
.nav-dropdown .menu a:hover { background: var(--muted); color: var(--accent); }
.nav-dropdown .menu a svg { flex-shrink: 0; opacity: 0.7; }

/* Header CTA Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 14px; font-weight: 600;
  cursor: pointer; border: none; outline: none;
  transition: all var(--transition);
  text-decoration: none;
  line-height: 1.4;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(26,111,232,0.35); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); color: #fff; }
.btn-sm { padding: 6px 14px; font-size: 13px; }
.btn-lg { padding: 14px 28px; font-size: 16px; border-radius: 28px; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-light); color: #fff; }

/* Mobile hamburger */
.nav-toggle {
  display: none;
  flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 6px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #0f2070 100%);
  color: #fff;
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(26,111,232,0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(26,111,232,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,111,232,0.18);
  border: 1px solid rgba(26,111,232,0.3);
  color: #8bb8ff;
  font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 24px;
  margin-bottom: 20px; letter-spacing: 0.5px;
}
.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800; line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}
.hero-title .highlight { color: #4da3ff; }
.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.72); margin: 0 0 32px; max-width: 480px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero product cards / promo area */
.hero-right { position: relative; }
.promo-carousel { display: flex; flex-direction: column; gap: 16px; }
.product-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 18px;
  backdrop-filter: blur(12px);
  position: relative;
  transition: all var(--transition);
}
.product-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.product-card-inner { display: flex; gap: 14px; align-items: flex-start; }
.product-card img { width: 80px; height: 60px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.product-card-body { flex: 1; }
.product-card h4 { margin: 0 0 4px; color: #fff; font-size: 15px; font-weight: 600; }
.product-card p { margin: 0 0 10px; color: rgba(255,255,255,0.65); font-size: 13px; line-height: 1.5; }
.order-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 20px;
  background: rgba(37,211,102,0.15);
  border: 1.5px solid rgba(37,211,102,0.4);
  color: #4ade80; font-size: 13px; font-weight: 600;
  transition: all var(--transition);
}
.order-cta:hover { background: rgba(37,211,102,0.25); color: #4ade80; }
.price-badge {
  position: absolute; right: 14px; top: 14px;
  background: var(--orange); color: var(--navy);
  padding: 4px 10px; border-radius: 14px;
  font-weight: 700; font-size: 13px;
}
.hot-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(246,166,35,0.15);
  border: 1px solid rgba(246,166,35,0.3);
  color: var(--orange); font-size: 12px; font-weight: 700;
  padding: 4px 10px; border-radius: 20px; margin-bottom: 12px;
}

/* Stats bar */
.stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
  box-shadow: var(--shadow-sm);
}
.stats-bar .container { display: flex; justify-content: center; gap: 0; }
.stat-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 0 40px;
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-number { font-size: 2rem; font-weight: 800; color: var(--accent); line-height: 1; }
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; text-align: center; }

/* ===== SECTION HEADERS ===== */
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag {
  display: inline-block;
  background: var(--accent-light); color: var(--accent);
  font-size: 12px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px;
  letter-spacing: 0.8px; text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--navy); margin: 0 0 12px; }
.section-desc { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: 1rem; }

/* ===== SERVICE CARDS ===== */
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #4da3ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 52px; height: 52px;
  background: var(--accent-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.service-icon svg { color: var(--accent); }
.service-card h2, .service-card h3 { font-size: 1.15rem; color: var(--navy); margin: 0 0 10px; }
.service-card p { color: var(--text-muted); font-size: 14px; margin: 0 0 16px; line-height: 1.65; }
.service-card .features-list, .service-card .benefits-list {
  list-style: none; padding: 0; margin: 0 0 16px;
}
.service-card .features-list li, .service-card .benefits-list li {
  padding: 4px 0 4px 20px;
  position: relative; font-size: 13px; color: var(--text-muted);
}
.service-card .features-list li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--accent); font-weight: 700;
}
.card-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent); font-size: 14px; font-weight: 600;
  transition: gap var(--transition);
}
.card-link:hover { gap: 10px; }

/* ===== GENERIC CARD ===== */
.card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: var(--radius-lg);
  transition: all var(--transition);
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }

/* ===== PRODUCT CARDS (public pages) ===== */
.product-list-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.product-list-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.product-list-card-img { width: 100%; height: 180px; object-fit: cover; background: var(--muted); }
.product-list-card-body { padding: 20px; }
.product-list-card-body h2 { font-size: 1.1rem; color: var(--navy); margin: 0 0 8px; }
.product-list-card-body p { color: var(--text-muted); font-size: 14px; margin: 0 0 16px; }

/* ===== PORTFOLIO CARD ===== */
.portfolio-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
  border-left: 4px solid var(--accent);
}
.portfolio-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.portfolio-badge {
  display: inline-block;
  background: var(--accent-light); color: var(--accent);
  font-size: 12px; font-weight: 600;
  padding: 3px 10px; border-radius: 14px;
  margin-bottom: 12px;
}
.portfolio-card h2 { font-size: 1.1rem; color: var(--navy); margin: 0 0 8px; }
.portfolio-card p { color: var(--text-muted); font-size: 14px; margin: 0; }

/* ===== PROMO / ADVERTISING CARDS ===== */
.promo {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.promo:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.promo img { width: 100%; height: 200px; object-fit: cover; }
.promo-body { padding: 20px; }
.promo-body h3 { font-size: 1.05rem; color: var(--navy); margin: 0 0 8px; }
.promo-body p { color: var(--text-muted); font-size: 14px; margin: 0; }
.promo-featured { border-top: 3px solid var(--orange); }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--muted); }
blockquote {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 0;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  position: relative;
}
blockquote::before {
  content: '\201C';
  position: absolute; top: 12px; left: 20px;
  font-size: 60px; color: var(--accent); opacity: 0.15;
  font-family: Georgia, serif; line-height: 1;
}
blockquote p { font-style: italic; color: var(--text); margin: 0 0 16px; position: relative; z-index: 1; }
blockquote cite {
  display: flex; align-items: center; gap: 10px;
  font-style: normal; font-weight: 600; color: var(--navy); font-size: 14px;
}
blockquote cite::before {
  content: '';
  display: block; width: 32px; height: 2px;
  background: var(--accent);
}

/* ===== CONTACT ===== */
.contact-section { padding: 64px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.contact-card {
  background: #fff;
  padding: 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.contact-info-card {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
}
.contact-info-card h3 { color: #fff; margin: 0 0 8px; font-size: 1.25rem; }
.contact-info-card p { color: rgba(255,255,255,0.72); font-size: 14px; margin: 0 0 24px; }
.contact-detail {
  display: flex; gap: 14px; align-items: flex-start;
  margin-bottom: 20px;
}
.contact-detail-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-detail-icon svg { opacity: 0.85; }
.contact-detail-text strong { display: block; color: #fff; font-size: 13px; margin-bottom: 3px; }
.contact-detail-text span { color: rgba(255,255,255,0.65); font-size: 14px; }
.contact-whatsapp {
  display: flex; align-items: center; gap: 10px;
  background: rgba(37,211,102,0.15);
  border: 1.5px solid rgba(37,211,102,0.3);
  border-radius: var(--radius);
  padding: 14px 18px;
  color: #4ade80; font-weight: 600; font-size: 14px;
  margin-top: 8px; transition: all var(--transition);
}
.contact-whatsapp:hover { background: rgba(37,211,102,0.25); color: #4ade80; }

/* Forms */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 7px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 14px; font-family: inherit; color: var(--text);
  background: #fff; outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(26,111,232,0.12);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== ALERTS ===== */
.alert { padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; font-size: 14px; font-weight: 500; }
.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.errors { color: #b91c1c; background: #fef2f2; padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; font-size: 14px; border: 1px solid #fecaca; }
.success { color: #166534; background: #f0fdf4; padding: 12px 16px; border-radius: var(--radius-sm); border: 1px solid #bbf7d0; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand h2 { color: #fff; margin: 0 0 8px; font-size: 18px; font-weight: 800; letter-spacing: 0.5px; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 14px; margin: 0 0 20px; }
.footer-subscribe { display: flex; gap: 8px; margin-top: 4px; }
.footer-subscribe input {
  flex: 1; padding: 11px 16px; border-radius: 24px; border: none;
  font-size: 14px; outline: none;
}
.footer-subscribe button {
  background: var(--orange); color: var(--navy);
  padding: 11px 20px; border-radius: 24px; border: none;
  font-weight: 700; font-size: 14px; cursor: pointer; white-space: nowrap;
  transition: all var(--transition);
}
.footer-subscribe button:hover { background: #e8941a; transform: translateY(-1px); }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-cols h4 { color: #fff; font-size: 14px; font-weight: 700; margin: 0 0 16px; letter-spacing: 0.3px; }
.footer-cols a {
  display: block; color: rgba(255,255,255,0.6);
  font-size: 14px; margin-bottom: 10px; transition: color var(--transition);
}
.footer-cols a:hover { color: #fff; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; opacity: 0.6; }
.footer-contact-item span { font-size: 13px; color: rgba(255,255,255,0.6); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 20px 0;
}
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.4); }
.social-icons { display: flex; gap: 8px; }
.social-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.social-icon:hover { background: rgba(255,255,255,0.14); transform: translateY(-2px); }
.social-icon svg { opacity: 0.8; }

/* Subscribe feedback */
.subscribe-feedback {
  font-size: 13px; font-weight: 600; margin-top: 8px;
  opacity: 0; transform: translateY(4px); transition: all .25s ease;
  display: block; min-height: 20px;
}
.subscribe-feedback.visible { opacity: 1; transform: translateY(0); }
.subscribe-feedback.success { color: #4ade80; }
.subscribe-feedback.error { color: #f87171; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px;
  background: var(--green);
  color: #fff; width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 999; transition: all var(--transition);
}
.whatsapp-float:hover { background: var(--green-dark); color: #fff; transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 28px; height: 28px; }

/* ===== ADMIN ===== */
.admin-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f1f5f9 0%, #e8edf5 100%); }
.login-card { width: 440px; max-width: calc(100vw - 32px); background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 36px; }
.login-card h2 { margin: 0 0 4px; font-size: 22px; color: var(--navy); }
.login-card p.lead { color: var(--text-muted); margin: 0 0 24px; font-size: 14px; }
.login-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.login-logo .brand-icon { width: 48px; height: 48px; font-size: 20px; }
.login-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.small-link { font-size: 13px; color: var(--accent); }

.admin-header { background: var(--navy); color: #fff; padding: 14px 0; }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; }
.admin-nav a { color: rgba(255,255,255,0.8); font-size: 14px; margin-left: 4px; padding: 7px 12px; border-radius: var(--radius-sm); font-weight: 500; transition: all var(--transition); }
.admin-nav a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.admin-nav a.active { background: var(--accent); color: #fff; }
.admin-nav a.danger { color: #f87171; }
.admin-nav a.danger:hover { background: rgba(248,113,113,0.1); }

.admin-main { padding: 36px 0; min-height: calc(100vh - 140px); }
.admin-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 24px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th { background: var(--muted); padding: 10px 14px; text-align: left; font-weight: 600; color: var(--navy); border-bottom: 2px solid var(--border); font-size: 13px; }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid var(--border); vertical-align: top; color: var(--text); }
.admin-table tr:hover td { background: var(--muted); }
.admin-table tr:last-child td { border-bottom: none; }
.badge { display: inline-block; padding: 2px 8px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.badge-blue { background: var(--accent-light); color: var(--accent); }
.badge-green { background: #f0fdf4; color: #166534; }
.badge-gray { background: var(--muted); color: var(--text-muted); }
.admin-actions { display: flex; gap: 8px; }
.btn-danger { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; padding: 5px 12px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--transition); }
.btn-danger:hover { background: #b91c1c; color: #fff; }
.btn-edit { background: var(--accent-light); color: var(--accent); border: 1px solid rgba(26,111,232,0.2); padding: 5px 12px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--transition); text-decoration: none; display: inline-block; }
.btn-edit:hover { background: var(--accent); color: #fff; }
.form-section { background: var(--muted); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; border: 1px solid var(--border); }
.form-section h3 { color: var(--navy); margin: 0 0 18px; font-size: 16px; }

/* ===== TABLE (generic) ===== */
table { width: 100%; border-collapse: collapse; }
table th, table td { border: 1px solid var(--border); padding: 10px 14px; text-align: left; font-size: 14px; }
table th { background: var(--muted); font-weight: 600; color: var(--navy); }

/* ===== UTILITY ===== */
.mt-0 { margin-top: 0; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; }
.mb-16 { margin-bottom: 16px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; }
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.text-muted { color: var(--text-muted); }
.text-navy { color: var(--navy); }
.text-accent { color: var(--accent); }

/* Horizontal divider */
.divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }

/* Empty state */
.empty-state { text-align: center; padding: 64px 24px; color: var(--text-muted); }
.empty-state svg { opacity: 0.25; margin: 0 auto 16px; display: block; }
.empty-state h3 { color: var(--navy); margin: 0 0 8px; }
.empty-state p { margin: 0 0 20px; font-size: 14px; }

/* CTA section */
.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: #fff; padding: 64px 0; text-align: center;
}
.cta-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; }
.cta-section p { color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.cta-section .btn-primary { font-size: 15px; padding: 14px 32px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 0 24px; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .header-right { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--navy-mid); padding: 16px; flex-direction: column; align-items: stretch; gap: 8px; border-top: 1px solid rgba(255,255,255,0.08); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
  .header-right.open { display: flex; }
  .search-box { max-width: none; }
  .search-box input { width: 100%; }
  .site-nav { flex-direction: column; align-items: stretch; margin-left: 0; }
  .site-nav > a, .nav-dropdown > a { padding: 10px 12px; border-radius: var(--radius-sm); }
  .nav-dropdown .menu { position: static; box-shadow: none; border: 1px solid var(--border); margin-top: 4px; display: none; }
  .nav-dropdown:hover .menu { display: none; }
  .nav-dropdown.open .menu { display: block; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .hero { padding: 52px 0 44px; }
  .section { padding: 48px 0; }
  .stats-bar .container { flex-wrap: wrap; justify-content: flex-start; gap: 16px; }
  .stat-item { border-right: none; padding: 8px 16px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: 1.8rem; }
  .topbar .topbar-right { display: none; }
  .login-card { padding: 24px; }
  .footer-subscribe { flex-direction: column; }
  .footer-subscribe input, .footer-subscribe button { width: 100%; }
}
