/* ========================================
   RJB Skill Associates
   Dual Theme — Dark Corporate + Light Elegant
   ======================================== */

/* ── DARK THEME (default) ── */
:root,
[data-theme="dark"] {
  --bg-deep:      #080E1A;
  --bg-dark:      #0D1526;
  --bg-card:      #101828;
  --bg-card-hover:#141E32;
  --bg-surface:   #19253A;
  --bg-light:     #0C1422;

  --gold:         #C9A84C;
  --gold-light:   #DBBE78;
  --gold-dim:     rgba(201,168,76,0.13);
  --gold-border:  rgba(201,168,76,0.28);

  --navy:         #0D1A3A;
  --navy-light:   #112248;

  --white:        #FFFFFF;
  --text-primary: #F0EAD6;
  --text-secondary:#A89880;
  --text-muted:   #5C5040;

  --border:       rgba(201,168,76,0.10);
  --border-accent:rgba(201,168,76,0.25);

  --shadow-sm:    0 2px 8px rgba(0,0,0,0.4);
  --shadow:       0 4px 24px rgba(0,0,0,0.5);
  --shadow-lg:    0 12px 48px rgba(0,0,0,0.6);
  --shadow-xl:    0 24px 80px rgba(0,0,0,0.7);
  --shadow-gold:  0 6px 28px rgba(201,168,76,0.22);

  --transition:   all 0.28s cubic-bezier(0.4,0,0.2,1);
  --radius:       10px;
  --radius-lg:    16px;
}

/* ── LIGHT THEME ── */
[data-theme="light"] {
  --bg-deep:      #FCFBF8;
  --bg-dark:      #F5F3EE;
  --bg-card:      #FFFFFF;
  --bg-card-hover:#FAF9F5;
  --bg-surface:   #F0EEE7;
  --bg-light:     #F7F5F0;

  --gold:         #A07828;
  --gold-light:   #B8902E;
  --gold-dim:     rgba(160,120,40,0.08);
  --gold-border:  rgba(160,120,40,0.22);

  --navy:         #0D1A3A;
  --navy-light:   #112248;

  --white:        #FFFFFF;
  --text-primary: #1A1208;
  --text-secondary:#3D2E14;
  --text-muted:   #7A6840;

  --border:       rgba(160,120,40,0.12);
  --border-accent:rgba(160,120,40,0.28);

  --shadow-sm:    0 1px 4px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);
  --shadow:       0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg:    0 8px 32px rgba(0,0,0,0.10);
  --shadow-xl:    0 16px 56px rgba(0,0,0,0.14);
  --shadow-gold:  0 4px 20px rgba(160,120,40,0.20);
}

[data-theme="light"] body {
  background: var(--bg-deep);
  color: var(--text-primary);
}

[data-theme="light"] .navbar {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
[data-theme="light"] .navbar.scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
[data-theme="light"] .logo-name { color: #0F172A; }
[data-theme="light"] .logo-name { color: #1A1208; }
[data-theme="light"] .logo-sub { color: var(--gold); }
[data-theme="light"] .nav-links a { color: #3D2E14; }
[data-theme="light"] .nav-links a:hover { color: #1A1208; background: var(--gold-dim); }
[data-theme="light"] .nav-links a.active { color: #1A1208; }
[data-theme="light"] .hamburger span { background: #1A1208; }

[data-theme="light"] .top-bar {
  background: var(--navy);
  border-bottom: none;
}
[data-theme="light"] .top-left { color: rgba(255,255,255,0.7); }
[data-theme="light"] .top-left i { color: var(--gold-light); }
[data-theme="light"] .top-right a {
  color: rgba(255,255,255,0.6);
  border-color: rgba(201,168,76,0.2);
}
[data-theme="light"] .top-right a:hover {
  color: var(--gold-light);
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.4);
}

[data-theme="light"] .hero-grad {
  background:
    linear-gradient(105deg, rgba(10,15,40,0.94) 0%, rgba(15,23,60,0.88) 40%, rgba(20,30,80,0.68) 75%, rgba(15,25,60,0.5) 100%),
    linear-gradient(to top, rgba(10,15,40,0.95) 0%, transparent 40%);
}
[data-theme="light"] .hero-stats-wrap {
  background: rgba(8,14,26,0.78);
  border-top: 1px solid rgba(201,168,76,0.2);
  backdrop-filter: blur(16px);
}
[data-theme="light"] .stat-num { color: var(--gold-light); }
[data-theme="light"] .stat-plus { color: var(--gold-light); }
[data-theme="light"] .stat-label { color: rgba(255,255,255,0.55); }
[data-theme="light"] .stat { border-right-color: rgba(255,255,255,0.1); }

[data-theme="light"] .presence-strip { background: var(--bg-dark); border-color: rgba(160,120,40,0.15); }
[data-theme="light"] .ps-label { color: var(--gold); }
[data-theme="light"] .preg i { color: var(--gold); }
[data-theme="light"] .preg strong { color: #1A1208; }
[data-theme="light"] .preg span { color: #7A6840; }
[data-theme="light"] .preg-divider { background: rgba(160,120,40,0.15); }

[data-theme="light"] .section { background: var(--bg-deep); }
[data-theme="light"] .section-alt { background: var(--bg-dark); }
[data-theme="light"] .section-header h2 { color: #1A1208; }
[data-theme="light"] .section-tag { color: var(--gold); background: var(--gold-dim); border-color: var(--border-accent); }
[data-theme="light"] .section-header h2::after { background: var(--gold); }
[data-theme="light"] .section-header p { color: #7A6840; }

[data-theme="light"] .about-content h3 { color: #1A1208; }
[data-theme="light"] .about-content p { color: #3D2E14; }
[data-theme="light"] .ah-item { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .ah-item:hover { border-color: var(--border-accent); box-shadow: var(--shadow-sm); }
[data-theme="light"] .ah-item i { color: var(--gold); }
[data-theme="light"] .ah-item strong { color: #1A1208; }
[data-theme="light"] .ah-item span { color: #7A6840; }
[data-theme="light"] .about-image::before { border-color: var(--gold); }
[data-theme="light"] .experience-badge { background: var(--gold); color: #fff; }

[data-theme="light"] .service-card { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .service-card:hover { border-color: var(--border-accent); background: #FDF9EE; }
[data-theme="light"] .sc-icon { background: var(--gold-dim); border-color: var(--border-accent); }
[data-theme="light"] .sc-icon i { color: var(--gold); }
[data-theme="light"] .service-card h3 { color: #1A1208; }
[data-theme="light"] .service-card p { color: #3D2E14; }

[data-theme="light"] .industry-card { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .industry-card:hover { border-color: var(--border-accent); background: #FDF9EE; }
[data-theme="light"] .ic-icon { background: #EDE5C8; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .ic-icon i { color: #7A6840; }
[data-theme="light"] .industry-card:hover .ic-icon { background: var(--gold-dim); border-color: var(--border-accent); }
[data-theme="light"] .industry-card:hover .ic-icon i { color: var(--gold); }
[data-theme="light"] .industry-card h4 { color: #1A1208; }
[data-theme="light"] .industry-card p { color: #7A6840; }

[data-theme="light"] .process { background: var(--bg-light) !important; }
[data-theme="light"] .process .section-header h2 { color: #1A1208; }
[data-theme="light"] .process .section-header p { color: #7A6840; }
[data-theme="light"] .process-step { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .process-step:hover { background: #FDF9EE; border-color: var(--border-accent); }
[data-theme="light"] .ps-num { background: var(--gold); color: #fff; box-shadow: var(--shadow-gold); }
[data-theme="light"] .ps-content h4 { color: #1A1208; }
[data-theme="light"] .ps-content p { color: #3D2E14; }

[data-theme="light"] .why-card { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .why-card:hover { border-color: var(--border-accent); background: #FDF9EE; }
[data-theme="light"] .wc-num { color: rgba(160,120,40,0.07); }
[data-theme="light"] .why-card h4 { color: #1A1208; }
[data-theme="light"] .why-card p { color: #3D2E14; }

[data-theme="light"] .cta-banner {
  background:
    linear-gradient(115deg, rgba(15,23,60,0.96) 0%, rgba(20,30,90,0.88) 100%),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  border-color: rgba(0,0,0,0.08);
}

[data-theme="light"] .ci-card { background: #fff; border-color: rgba(160,120,40,0.12); }
[data-theme="light"] .ci-card:hover { border-color: var(--border-accent); }
[data-theme="light"] .ci-card i { color: var(--gold); }
[data-theme="light"] .ci-card strong { color: #1A1208; }
[data-theme="light"] .ci-card p { color: #3D2E14; }
[data-theme="light"] .ci-card a { color: #3D2E14; }
[data-theme="light"] .ci-card a:hover { color: var(--gold); }
[data-theme="light"] .ci-socials a { background: #EDE5C8; color: var(--gold); border-color: rgba(160,120,40,0.15); }
[data-theme="light"] .ci-socials a:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
[data-theme="light"] .form-tabs { background: #EDE5C8; border-color: rgba(160,120,40,0.15); }
[data-theme="light"] .form-tab { color: #7A6840; }
[data-theme="light"] .form-tab.active { background: var(--navy); color: var(--gold-light); }
[data-theme="light"] .contact-form input,
[data-theme="light"] .contact-form select,
[data-theme="light"] .contact-form textarea {
  background: #fff;
  border-color: rgba(160,120,40,0.18);
  color: #1A1208;
}
[data-theme="light"] .contact-form input::placeholder,
[data-theme="light"] .contact-form textarea::placeholder { color: #A89070; }
[data-theme="light"] .contact-form select option { background: #fff; color: #1A1208; }
[data-theme="light"] .contact-form input:focus,
[data-theme="light"] .contact-form select:focus,
[data-theme="light"] .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(160,120,40,0.12); }

[data-theme="light"] .footer { background: var(--navy); border-top-color: rgba(201,168,76,0.15); }
[data-theme="light"] .footer-grid { border-bottom-color: rgba(255,255,255,0.07); }
[data-theme="light"] .fl-sub { color: #C9A84C; }
[data-theme="light"] .footer-socials a:hover { background: #C9A84C; border-color: #C9A84C; color: var(--navy); }
[data-theme="light"] .footer-links a:hover { color: #C9A84C; }
[data-theme="light"] .footer-contact i { color: #C9A84C; }
[data-theme="light"] .footer-badges span { border-color: rgba(201,168,76,0.3); color: #C9A84C; }

[data-theme="light"] .back-to-top { background: #fff; color: var(--gold); border-color: rgba(160,120,40,0.2); }
[data-theme="light"] .back-to-top:hover { background: var(--gold); color: #fff; }

[data-theme="light"] .nav-links.active { background: #FAF7F0; border-top-color: rgba(160,120,40,0.1); }

/* ── THEME TOGGLE BUTTON ── */
.top-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.15);
  margin: 0 16px;
}
.theme-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  border: none;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: var(--transition);
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(201,168,76,0.4);
}
.top-right .theme-toggle { margin-left: 2px; }
.theme-toggle:hover {
  background: var(--gold-light);
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(201,168,76,0.55);
}
/* top bar stays dark in both themes, so toggle keeps gold treatment */
[data-theme="light"] .theme-toggle {
  background: var(--gold);
  color: var(--navy);
}
[data-theme="light"] .theme-toggle:hover {
  background: var(--gold-light);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.gold { color: var(--gold); }

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 30px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-family: inherit;
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: var(--shadow-gold);
  font-weight: 700;
}
.btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.45);
}
.btn-outline {
  border: 1.5px solid rgba(201,168,76,0.35);
  color: var(--gold-light);
  background: rgba(201,168,76,0.05);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(201,168,76,0.12);
  border-color: var(--gold);
  color: var(--gold);
}
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { background: #1ab855; transform: translateY(-2px); }
.btn-lg { padding: 16px 38px; font-size: 15px; }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }

/* ====== TOP BAR ====== */
.top-bar {
  background: var(--bg-deep);
  padding: 9px 0;
  font-size: 12.5px;
  border-bottom: 1px solid var(--border);
}
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-left { display: flex; gap: 28px; color: var(--text-muted); }
.top-left span { display: flex; align-items: center; gap: 7px; }
.top-left i { color: var(--gold); font-size: 12px; }
.top-right { display: flex; gap: 10px; align-items: center; }
.top-right a {
  color: var(--text-muted);
  font-size: 13px;
  transition: var(--transition);
  text-decoration: none;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.top-right a:hover { color: var(--gold-light); border-color: var(--border-accent); background: var(--gold-dim); }

/* ====== NAVBAR ====== */
.navbar {
  background: rgba(8,14,26,0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
  border-bottom-color: var(--border-accent);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.nav-logo-img { flex-shrink: 0; border-radius: 8px; }
.nav-logo-text { line-height: 1; }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 1.1;
}
.logo-sub {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 3.5px;
  font-weight: 600;
  display: block;
  margin-top: 4px;
  text-transform: uppercase;
}
.nav-links { display: flex; list-style: none; gap: 4px; }
.nav-links a {
  text-decoration: none;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  position: relative;
  display: block;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-links a.active {
  color: var(--white);
  font-weight: 600;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.nav-actions { display: flex; align-items: center; gap: 14px; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
}
.hamburger span { width: 22px; height: 2px; background: var(--white); transition: var(--transition); border-radius: 2px; }

/* ====== HERO (cinematic) ====== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 140px 0 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  transform: scale(1.05);
  animation: heroZoom 24s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.16); }
}
.hero-grad {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10,15,28,0.98) 0%, rgba(10,15,28,0.94) 40%, rgba(10,15,28,0.75) 75%, rgba(10,15,28,0.6) 100%),
    linear-gradient(to top, rgba(10,15,28,0.98) 0%, transparent 40%);
}
.hero-content { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding-bottom: 70px; }
.hero-inner { max-width: 720px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hb-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.3);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(201,168,76,0.3); }
  50% { box-shadow: 0 0 0 6px rgba(201,168,76,0.08); }
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 26px;
  letter-spacing: -1px;
}
.hero h1 .gold { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.55);
  max-width: 560px;
  margin: 0 0 40px;
  line-height: 1.8;
  font-weight: 300;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats-wrap {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(201,168,76,0.15);
  background: rgba(8,14,26,0.85);
  backdrop-filter: blur(16px);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 36px 24px;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-size: 46px;
  font-weight: 700;
  color: var(--gold-light);
  display: inline;
  font-family: 'Playfair Display', serif;
  letter-spacing: -1px;
}
.stat-plus { font-size: 22px; color: var(--gold-light); font-weight: 600; }
.stat-label {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 8px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ====== PRESENCE STRIP ====== */
.presence-strip {
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.presence-inner { display: flex; align-items: center; gap: 24px; justify-content: center; }
.ps-label {
  font-weight: 700;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-shrink: 0;
  opacity: 0.8;
}
.presence-regions { display: flex; align-items: center; }
.preg { display: flex; align-items: center; gap: 11px; padding: 0 18px; }
.preg i { font-size: 20px; color: var(--gold); opacity: 0.7; flex-shrink: 0; }
.preg strong { display: block; font-size: 14px; color: var(--text-primary); font-weight: 700; line-height: 1.1; white-space: nowrap; }
.preg span { display: block; font-size: 12.5px; color: var(--text-secondary); margin-top: 4px; white-space: nowrap; }
.preg-divider { width: 1px; height: 32px; background: var(--border); flex-shrink: 0; }

/* ====== SECTIONS ====== */
.section { padding: 100px 0; background: var(--bg-deep); }
.section-alt { background: var(--bg-dark); }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag {
  display: inline-block;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: var(--gold-dim);
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid var(--border-accent);
}
.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.section-header h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto 0;
  border-radius: 2px;
}
.section-header p { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin: 0 auto; line-height: 1.7; }

/* ====== ABOUT ====== */
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 56px;
  align-items: start;
}
.about-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.3;
}
.about-content p {
  color: var(--text-secondary);
  margin-bottom: 18px;
  line-height: 1.85;
  font-size: 15px;
}
.about-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.ah-item--reg span {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ah-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 26px 18px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  min-height: 150px;
  transition: var(--transition);
}
.ah-item:hover { border-color: var(--border-accent); box-shadow: var(--shadow-sm); }
.ah-item i { font-size: 26px; color: var(--gold); flex-shrink: 0; }
.ah-item div { min-width: 0; width: 100%; }
.ah-item strong { display: block; color: var(--white); font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.ah-item span { font-size: 13px; color: var(--text-secondary); line-height: 1.55; word-break: break-word; }
.about-image { position: relative; margin-top: 60px; }
.about-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: var(--shadow-lg);
}
.about-image::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px;
  width: 100px; height: 100px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius-lg) 0 0 0;
  opacity: 0.4;
}
.experience-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--gold);
  color: var(--white);
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.eb-num {
  font-size: 38px;
  font-weight: 800;
  display: block;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}
.eb-text { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; line-height: 1.4; margin-top: 4px; display: block; }

/* ====== SERVICES ====== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--border-accent); background: var(--bg-card-hover); }
.service-card:hover::before { transform: scaleX(1); }
.sc-icon {
  width: 56px; height: 56px;
  background: var(--gold-dim);
  border: 1px solid var(--border-accent);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.sc-icon i { font-size: 22px; color: var(--gold-light); }
.service-card h3 { font-size: 17px; color: var(--white); margin-bottom: 10px; font-weight: 700; line-height: 1.3; }
.service-card p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.75; }

/* ====== INDUSTRIES ====== */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.industry-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 18px;
  text-align: center;
  transition: var(--transition);
  cursor: default;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-accent);
  background: var(--bg-card-hover);
}
.industry-card:hover .ic-icon {
  background: var(--gold-dim);
  border-color: var(--border-accent);
}
.industry-card:hover .ic-icon i { color: var(--gold-light); }
.ic-icon {
  width: 54px; height: 54px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  transition: var(--transition);
}
.ic-icon i { font-size: 20px; color: var(--text-secondary); transition: var(--transition); }
.industry-card h4 { font-size: 14px; color: var(--white); margin-bottom: 6px; font-weight: 700; }
.industry-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }

/* ====== PROCESS ====== */
.process { background: var(--bg-light) !important; }
.process .section-tag { color: var(--gold-light); background: var(--gold-dim); border-color: var(--border-accent); }
.process .section-header h2 { color: var(--white); }
.process .section-header h2::after { background: var(--gold); }
.process .section-header p { color: var(--text-secondary); }
.process-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.process-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  transition: var(--transition);
}
.process-step:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.ps-num {
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
  width: 44px; height: 44px;
  background: var(--gold);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: -0.5px;
  box-shadow: var(--shadow-gold);
}
.ps-content h4 { font-size: 16px; color: var(--white); margin-bottom: 10px; font-weight: 600; }
.ps-content p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.75; }

/* ====== WHY US ====== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.why-card:hover { border-color: var(--border-accent); transform: translateY(-3px); box-shadow: var(--shadow); background: var(--bg-card-hover); }
.wc-num {
  font-size: 52px;
  font-weight: 800;
  color: rgba(59,130,246,0.06);
  font-family: 'Playfair Display', serif;
  position: absolute;
  top: 12px; right: 18px;
  line-height: 1;
  pointer-events: none;
}
.why-card h4 { font-size: 16px; color: var(--white); margin-bottom: 10px; font-weight: 700; }
.why-card p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.75; }

/* ====== CTA BANNER ====== */
.cta-banner {
  background:
    linear-gradient(115deg, rgba(10,15,28,0.97) 0%, rgba(13,21,38,0.9) 100%),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 50%, rgba(59,130,246,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; gap: 40px; }
.cta-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.cta-text p { color: var(--text-secondary); font-size: 15px; }
.cta-buttons { display: flex; gap: 14px; flex-shrink: 0; }

/* ====== CONTACT ====== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 52px;
}
.ci-card {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 12px;
  transition: var(--transition);
  background: var(--bg-card);
}
.ci-card:hover { border-color: var(--border-accent); box-shadow: var(--shadow-sm); }
.ci-card i { font-size: 18px; color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.ci-card strong { display: block; color: var(--white); margin-bottom: 4px; font-size: 13px; font-weight: 700; letter-spacing: 0.2px; }
.ci-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }
.ci-card a { color: var(--text-secondary); text-decoration: none; transition: var(--transition); }
.ci-card a:hover { color: var(--gold-light); }
.ci-socials { display: flex; gap: 10px; margin-top: 20px; }
.ci-socials a {
  width: 40px; height: 40px;
  border-radius: var(--radius);
  background: var(--bg-surface);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid var(--border);
}
.ci-socials a:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.map-embed { margin-top: 20px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }

.form-tabs {
  display: flex;
  margin-bottom: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-surface);
  padding: 4px;
  gap: 4px;
}
.form-tab {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.form-tab.active { background: var(--gold); color: var(--white); box-shadow: var(--shadow-gold); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14px;
  color: var(--text-primary);
  transition: var(--transition);
  background: var(--bg-surface);
  outline: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-muted); }
.contact-form select option { background: var(--bg-dark); color: var(--text-primary); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.form-success {
  background: rgba(34,197,94,0.08);
  color: #86efac;
  border-left: 3px solid #22c55e;
  padding: 14px 18px;
  border-radius: var(--radius);
  margin-top: 10px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600;
}
.form-error {
  background: rgba(239,68,68,0.08);
  color: #fca5a5;
  border-left: 3px solid #ef4444;
  padding: 14px 18px;
  border-radius: var(--radius);
  margin-top: 10px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600;
}

/* ====== FOOTER ====== */
.footer { background: var(--bg-deep); padding: 64px 0 0; border-top: 1px solid var(--border); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.fl-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 700;
  color: var(--white); display: block; line-height: 1.1;
}
.fl-sub { font-size: 9.5px; color: var(--gold); letter-spacing: 3px; font-weight: 600; display: block; margin-top: 4px; text-transform: uppercase; }
.footer-about p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a {
  width: 34px; height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 13px;
  transition: var(--transition);
}
.footer-socials a:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.footer-links h4, .footer-contact h4 {
  font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.footer-links a {
  display: block;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 0;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--gold); padding-left: 6px; }
.footer-contact p { font-size: 13.5px; color: rgba(255,255,255,0.55); padding: 6px 0; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.footer-contact i { color: var(--gold); font-size: 13px; margin-top: 1px; flex-shrink: 0; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.45); }
.footer-badges { display: flex; gap: 10px; }
.footer-badges span {
  font-size: 11px; padding: 5px 14px;
  border: 1px solid var(--border-accent);
  color: var(--gold-light);
  border-radius: 50px;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

/* ====== FLOATING WHATSAPP ====== */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px; font-weight: 600;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: var(--transition);
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(37,211,102,0.5); }
.whatsapp-float i { font-size: 20px; }

/* ====== BACK TO TOP ====== */
.back-to-top {
  position: fixed; bottom: 90px; right: 28px;
  width: 42px; height: 42px;
  background: var(--bg-card); color: var(--gold-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 15px;
  opacity: 0; visibility: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow); z-index: 998;
  border: 1px solid var(--border);
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ====== SCROLL ANIMATIONS ====== */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .hero h1 { font-size: 50px; }
  .hero-inner { max-width: 100%; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-image { margin-top: 0; }
  .about-img { height: 420px; }
  .about-tiles { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; gap: 28px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .presence-regions { gap: 0; }
  .preg { padding: 0 14px; }
  .preg strong, .preg span { white-space: normal; }
  .stat { padding: 0 32px; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .nav-links { display: none; }
  .nav-links.active {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg-dark);
    padding: 16px; box-shadow: var(--shadow-lg); gap: 4px;
    border-top: 1px solid var(--border);
  }
  .hamburger { display: flex; }
  .nav-actions .btn { display: none; }
  .theme-toggle { display: flex; }
  .navbar .theme-toggle { margin-left: 12px; order: 1; }
  .hero { padding: 110px 0 0; min-height: auto; }
  .hero-content { padding: 40px 0 60px; }
  .hero h1 { font-size: 38px; }
  .hero-sub { font-size: 15px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 16px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .stat:nth-child(2n) { border-right: none; }
  .stat-num { font-size: 38px; }
  .section { padding: 64px 0; }
  .section-header { margin-bottom: 44px; }
  .section-header h2 { font-size: 30px; }
  .services-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .process-timeline { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .presence-inner { flex-direction: column; gap: 16px; }
  .presence-regions { flex-direction: column; gap: 10px; width: 100%; }
  .preg { padding: 10px 16px; background: rgba(255,255,255,0.03); border-radius: 8px; }
  .preg-divider { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 16px; border-radius: 50%; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .experience-badge { bottom: -10px; right: -10px; padding: 16px 20px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 28px; letter-spacing: -0.5px; }
  .hero-sub { font-size: 14px; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .about-tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ah-item { min-height: 120px; padding: 18px 12px; }
  .ah-item i { font-size: 22px; }
  .ah-item strong { font-size: 13px; }
  .ah-item span { font-size: 11px; }
  .ah-item--reg span { font-size: 9.5px; white-space: normal; }
  .section { padding: 52px 0; }
  .section-header h2 { font-size: 26px; }
  .experience-badge { display: none; }
  .cta-text h2 { font-size: 24px; }
  .footer-bottom { font-size: 11px; }
  .footer-badges { flex-direction: column; align-items: center; }
}

/* ── MOBILE: hide theme toggle text on small screens ── */
@media (max-width: 380px) {
  .theme-toggle { width: 34px; height: 34px; font-size: 13px; }
  .hero h1 { font-size: 25px; }
}
