/* ═══════════════════════════════════════════════════
   PKC CONSULTANCY — MASTER STYLESHEET v4.0
   Themes: light (default) | dark | slate | warm
═══════════════════════════════════════════════════ */

/* ─── THEME: LIGHT (default, white) ─── */
[data-theme="light"] {
  --navy:         #0d1b2a;
  --navy-mid:     #112240;
  --navy-light:   #1a3a6b;
  --gold:         #c9a84c;
  --gold-light:   #e4c97a;
  --gold-pale:    rgba(201,168,76,0.09);
  --white:        #ffffff;
  --cream:        #faf8f4;
  --hero-bg:      linear-gradient(135deg,#0d1b2a 0%,#14263a 60%,#1a3248 100%);
  --surface:      #faf8f4;
  --surface-alt:  #f3f0ea;
  --section-alt:  #f6f4ef;
  --why-bg:       linear-gradient(135deg,#0d1b2a,#162236);
  --why-card:     rgba(255,255,255,0.04);
  --why-border:   rgba(201,168,76,0.12);
  --border:       #e6e0d4;
  --border-light: rgba(13,27,42,0.08);
  --shadow:       rgba(13,27,42,0.12);
  --text:         #1a1a1a;
  --text-muted:   #6b7280;
  --nav-bg:       rgba(255,255,255,0.97);
  --nav-border:   rgba(0,0,0,0.08);
  --nav-text:     #0d1b2a;
  --nav-shadow:   0 1px 20px rgba(13,27,42,0.08);
  --footer-bg:    #0d1b2a;
  --tag-bg:       rgba(201,168,76,0.10);
  --tag-color:    #7a5c18;
  --input-bg:     #ffffff;
  --input-border: #d1c9b8;
  --card-bg:      #ffffff;
  --mono:         'DM Mono', monospace;
}

/* ─── THEME: DARK ─── */
[data-theme="dark"] {
  --navy:         #e8dcc8;
  --navy-mid:     #d4c8b0;
  --navy-light:   #b8a888;
  --gold:         #e0b060;
  --gold-light:   #f0cc88;
  --gold-pale:    rgba(224,176,96,0.10);
  --white:        #111827;
  --cream:        #1a2332;
  --hero-bg:      linear-gradient(135deg,#060e18 0%,#0d1b2a 60%,#111f30 100%);
  --surface:      #111827;
  --surface-alt:  #1a2332;
  --section-alt:  #1e2d40;
  --why-bg:       linear-gradient(135deg,#060e18,#0a1520);
  --why-card:     rgba(255,255,255,0.03);
  --why-border:   rgba(224,176,96,0.10);
  --border:       rgba(255,255,255,0.10);
  --border-light: rgba(255,255,255,0.06);
  --shadow:       rgba(0,0,0,0.4);
  --text:         #e0d8c8;
  --text-muted:   #8a96a8;
  --nav-bg:       rgba(10,17,28,0.97);
  --nav-border:   rgba(255,255,255,0.06);
  --nav-text:     #e0d8c8;
  --nav-shadow:   0 1px 20px rgba(0,0,0,0.4);
  --footer-bg:    #060e18;
  --tag-bg:       rgba(224,176,96,0.12);
  --tag-color:    #e0b060;
  --input-bg:     #1a2332;
  --input-border: rgba(255,255,255,0.12);
  --card-bg:      #1e2d40;
  --mono:         'DM Mono', monospace;
}

/* ─── THEME: SLATE (EY-inspired) ─── */
[data-theme="slate"] {
  --navy:         #1a1a2e;
  --navy-mid:     #16213e;
  --navy-light:   #0f3460;
  --gold:         #d4a000;
  --gold-light:   #f0c030;
  --gold-pale:    rgba(212,160,0,0.09);
  --white:        #ffffff;
  --cream:        #f8f8fc;
  --hero-bg:      linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);
  --surface:      #f8f8fc;
  --surface-alt:  #f0f0f8;
  --section-alt:  #eeeef6;
  --why-bg:       linear-gradient(135deg,#1a1a2e,#16213e);
  --why-card:     rgba(255,255,255,0.04);
  --why-border:   rgba(212,160,0,0.15);
  --border:       #dddde8;
  --border-light: rgba(26,26,46,0.08);
  --shadow:       rgba(26,26,46,0.12);
  --text:         #1a1a2e;
  --text-muted:   #6b7280;
  --nav-bg:       rgba(255,255,255,0.97);
  --nav-border:   rgba(26,26,46,0.08);
  --nav-text:     #1a1a2e;
  --nav-shadow:   0 1px 20px rgba(26,26,46,0.08);
  --footer-bg:    #1a1a2e;
  --tag-bg:       rgba(212,160,0,0.10);
  --tag-color:    #7a5800;
  --input-bg:     #ffffff;
  --input-border: #c8c8d8;
  --card-bg:      #ffffff;
  --mono:         'DM Mono', monospace;
}

/* ─── THEME: WARM ─── */
[data-theme="warm"] {
  --navy:         #2c1810;
  --navy-mid:     #3d2418;
  --navy-light:   #5a3020;
  --gold:         #d4622a;
  --gold-light:   #e8845a;
  --gold-pale:    rgba(212,98,42,0.08);
  --white:        #fffdf9;
  --cream:        #fdf5ec;
  --hero-bg:      linear-gradient(135deg,#2c1810 0%,#3d2418 60%,#4a2d1e 100%);
  --surface:      #fdf5ec;
  --surface-alt:  #f8ede0;
  --section-alt:  #f4e6d4;
  --why-bg:       linear-gradient(135deg,#2c1810,#3d2418);
  --why-card:     rgba(255,255,255,0.04);
  --why-border:   rgba(212,98,42,0.15);
  --border:       #ddd0be;
  --border-light: rgba(44,24,16,0.08);
  --shadow:       rgba(44,24,16,0.12);
  --text:         #2c1810;
  --text-muted:   #7a6050;
  --nav-bg:       rgba(255,253,249,0.97);
  --nav-border:   rgba(44,24,16,0.08);
  --nav-text:     #2c1810;
  --nav-shadow:   0 1px 20px rgba(44,24,16,0.08);
  --footer-bg:    #2c1810;
  --tag-bg:       rgba(212,98,42,0.10);
  --tag-color:    #a04820;
  --input-bg:     #fffdf9;
  --input-border: #c8b8a0;
  --card-bg:      #fffdf9;
  --mono:         'DM Mono', monospace;
}

/* ═══════════════ RESET & BASE ═══════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  transition: background 0.3s, color 0.3s;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; }

h1,h2,h3,h4 { font-family: 'Cormorant Garamond', 'Playfair Display', serif; }
h2 { font-size: clamp(28px,3.5vw,44px); font-weight: 600; color: var(--navy); line-height: 1.15; }
h2 em { font-style: italic; color: var(--gold); }

/* ═══════════════ TICKER ═══════════════ */
#site-ticker {
  background: var(--gold); padding: 9px 0; overflow: hidden;
  white-space: nowrap; position: relative; z-index: 990;
}
.ticker-inner {
  display: inline-flex; gap: 56px; animation: ticker 30s linear infinite;
}
.ticker-inner span { font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: 0.5px; }
.ticker-inner span::before { content: '◆ '; font-size: 8px; opacity: 0.6; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════ NAVIGATION ═══════════════ */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: var(--nav-shadow);
  backdrop-filter: blur(14px);
  transition: background 0.3s;
  height: 68px;
  display: flex; align-items: center;
  padding: 0 5vw;
  gap: 36px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 21px; font-weight: 700;
  color: var(--nav-text);
  white-space: nowrap;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: 0.3px;
}
.nav-logo .logo-dot { color: var(--gold); }
.nav-links {
  display: flex; align-items: center; gap: 2px; flex: 1;
}
.nav-link {
  font-size: 13px; font-weight: 500; color: var(--nav-text);
  padding: 7px 13px; border-radius: 7px; transition: all 0.2s;
  white-space: nowrap; position: relative;
}
.nav-link:hover, .nav-link.active { color: var(--gold); background: var(--gold-pale); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 4px; }
.nav-dropdown-toggle::after { content: '▾'; font-size: 10px; opacity: 0.6; }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--nav-bg); border: 1px solid var(--border);
  border-radius: 12px; min-width: 230px;
  box-shadow: 0 16px 40px var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: all 0.2s; z-index: 1001; padding: 8px;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-item {
  display: block; padding: 10px 14px; border-radius: 8px;
  font-size: 13px; color: var(--nav-text);
  transition: all 0.2s;
}
.nav-dropdown-item:hover { background: var(--gold-pale); color: var(--gold); }

.nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }

/* Theme switcher */
.theme-switcher {
  display: flex; gap: 4px; background: var(--surface-alt);
  border: 1px solid var(--border); border-radius: 20px;
  padding: 4px; align-items: center;
}
.theme-btn {
  width: 24px; height: 24px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer; transition: all 0.2s;
  font-size: 0; position: relative;
}
.theme-btn[data-theme="light"] { background: linear-gradient(135deg,#faf8f4,#e8d8b8); }
.theme-btn[data-theme="dark"]  { background: linear-gradient(135deg,#0d1b2a,#1a2332); }
.theme-btn[data-theme="slate"] { background: linear-gradient(135deg,#1a1a2e,#d4a000 180%); }
.theme-btn[data-theme="warm"]  { background: linear-gradient(135deg,#2c1810,#d4622a 160%); }
.theme-btn.active, .theme-btn:hover { border-color: var(--gold); transform: scale(1.15); }

.nav-cta {
  background: var(--gold); color: #fff; font-size: 13px; font-weight: 600;
  padding: 9px 20px; border-radius: 8px; border: none;
  transition: all 0.2s; white-space: nowrap; display: inline-block;
}
.nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }

/* Mobile */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--nav-text); border-radius: 2px; transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: var(--nav-bg); border-bottom: 1px solid var(--border);
  z-index: 999; padding: 20px 5vw 28px; flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu .nav-link { display: block; padding: 12px 16px; }
.mobile-menu .theme-switcher { margin-top: 12px; justify-content: center; }

@media (max-width: 900px) {
  .nav-links, .nav-right .theme-switcher, .nav-right .nav-cta { display: none; }
  .hamburger { display: flex; margin-left: auto; }
}

/* ═══════════════ PAGE HERO ═══════════════ */
.page-hero {
  min-height: 380px; background: var(--hero-bg);
  display: flex; align-items: flex-end;
  padding: 120px 6vw 60px;
  position: relative; overflow: hidden;
  margin-top: 68px;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 70% at 80% 50%, rgba(201,168,76,0.09) 0%, transparent 60%);
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-content { position: relative; z-index: 2; max-width: 800px; }
.page-hero-content h1 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(30px, 4.5vw, 60px);
  font-weight: 600; color: #fff; line-height: 1.1;
  margin: 12px 0 18px;
}
.page-hero-content h1 em { font-style: italic; color: var(--gold-light); }
.page-hero-desc { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.8; max-width: 600px; }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.4);
  margin-bottom: 12px;
}
.breadcrumb a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span:last-child { color: var(--gold-light); }

/* ═══════════════ SECTIONS ═══════════════ */
section { padding: 90px 6vw; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 6vw; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--tag-color); background: var(--tag-bg);
  padding: 5px 14px; border-radius: 50px; margin-bottom: 12px;
}
.section-subtitle { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-top: 14px; }

/* ═══════════════ BUTTONS ═══════════════ */
.btn-primary {
  display: inline-block; background: var(--gold); color: #fff;
  font-size: 14px; font-weight: 600; padding: 13px 28px;
  border-radius: 8px; border: 2px solid var(--gold); transition: all 0.25s;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }

.btn-outline {
  display: inline-block; background: transparent; color: var(--navy);
  font-size: 14px; font-weight: 600; padding: 13px 28px;
  border-radius: 8px; border: 2px solid var(--border); transition: all 0.25s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.btn-outline-white {
  display: inline-block; background: transparent; color: #fff;
  font-size: 14px; font-weight: 600; padding: 13px 28px;
  border-radius: 8px; border: 2px solid rgba(255,255,255,0.3); transition: all 0.25s;
}
.btn-outline-white:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════ CTA BAND ═══════════════ */
.cta-band {
  background: var(--why-bg);
  padding: 80px 6vw; text-align: center;
}
.cta-band h2 { color: #fff; margin: 12px 0 16px; }
.cta-band h2 em { color: var(--gold); font-style: italic; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,0.50); max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
.cta-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ═══════════════ FORMS ═══════════════ */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: var(--input-bg); border: 1.5px solid var(--input-border);
  border-radius: 10px; padding: 12px 16px;
  font-size: 14px; color: var(--text); font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-pale);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-submit {
  width: 100%; background: var(--gold); color: #fff; border: none;
  font-size: 15px; font-weight: 600; padding: 14px 24px;
  border-radius: 10px; letter-spacing: 0.3px;
  transition: all 0.25s;
}
.form-submit:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }
@media (max-width:600px) { .form-row { grid-template-columns: 1fr; } }

/* ═══════════════ SOCIAL ICONS ═══════════════ */
.social-icon {
  width: 40px; height: 40px; border-radius: 10px;
  border: 1.5px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all 0.2s;
}
.social-icon svg { width: 16px; height: 16px; fill: currentColor; }
.social-icon:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }

/* ═══════════════ FOOTER ═══════════════ */
#site-footer {
  background: var(--footer-bg);
  padding: 60px 6vw 0;
  color: rgba(255,255,255,0.50);
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand .nav-logo { font-size: 20px; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.8; max-width: 280px; }
.footer-col h4 {
  font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 400;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-col a {
  display: block; font-size: 13px; color: rgba(255,255,255,0.40);
  margin-bottom: 8px; transition: color 0.2s; font-weight: 300;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; font-size: 12px; flex-wrap: wrap; gap: 8px;
  color: rgba(255,255,255,0.25);
}
.footer-bottom a { color: var(--gold); }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }

@media (max-width:960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width:600px) { .footer-grid { grid-template-columns: 1fr; } }

/* ═══════════════ WHATSAPP FLOAT ═══════════════ */
#wa-float a {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
  transition: transform 0.2s;
}
#wa-float a:hover { transform: scale(1.08); }
#wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ═══════════════ BACK TO TOP ═══════════════ */
#back-top {
  position: fixed; bottom: 92px; right: 28px; z-index: 900;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--nav-bg); border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-size: 16px; cursor: pointer;
  opacity: 0; pointer-events: none; transition: all 0.3s;
  box-shadow: 0 4px 16px var(--shadow);
}
#back-top.show { opacity: 1; pointer-events: all; }
#back-top:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

/* ═══════════════ REVEAL ANIMATION ═══════════════ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════ CAPABILITY/SERVICE CARDS (shared) ═══════════════ */
.cap-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 16px; padding: 36px 30px; transition: all 0.3s;
  display: block; color: inherit; position: relative; overflow: hidden;
}
.cap-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light));
  opacity: 0; transition: opacity 0.3s;
}
.cap-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px var(--shadow); }
.cap-card:hover::before { opacity: 1; }
.cap-number { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: 2px; margin-bottom: 20px; display: block; }
.cap-icon-wrap { width: 52px; height: 52px; background: var(--gold-pale); border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.cap-icon-wrap svg { width: 26px; height: 26px; stroke: var(--navy); fill: none; stroke-width: 1.5; }
.cap-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.cap-desc { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.cap-link { font-size: 12px; color: var(--gold); font-weight: 600; letter-spacing: 0.5px; }
.cap-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.cap-tag { font-size: 11px; background: var(--gold-pale); border: 1px solid rgba(201,168,76,0.2); color: var(--tag-color); padding: 3px 10px; border-radius: 4px; font-family: 'DM Mono', monospace; }

/* ═══════════════ DELIVERABLES LIST ═══════════════ */
.del-list { list-style: none; }
.del-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); }
.del-item:last-child { border-bottom: none; }
.del-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.del-title { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.del-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; font-weight: 300; }

/* ═══════════════ TOOL ROW ═══════════════ */
.tool-row { background: var(--surface-alt); border: 1px solid var(--border); border-radius: 10px; padding: 20px 24px; margin-top: 24px; }
.tool-row-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; font-family: 'DM Mono', monospace; }
.tools { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-chip { font-size: 11px; background: var(--navy); color: rgba(255,255,255,0.55); padding: 5px 12px; border-radius: 4px; letter-spacing: 0.5px; font-family: 'DM Mono', monospace; }

/* ═══════════════ INDUSTRY GRID ═══════════════ */
.industry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 18px; }
.industry-card {
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: 12px; padding: 24px 20px; text-align: center;
  transition: all 0.3s;
}
.industry-card:hover { background: var(--gold-pale); border-color: rgba(201,168,76,0.3); transform: translateY(-3px); }
.industry-card .ind-icon { font-size: 30px; margin-bottom: 10px; }
.industry-card h4 { font-size: 14px; font-weight: 600; color: var(--navy); }

/* ═══════════════ MARQUEE DIVIDER ═══════════════ */
.marquee-div {
  background: var(--navy); padding: 24px 0;
  overflow: hidden; white-space: nowrap;
}
[data-theme="dark"] .marquee-div { background: #060e18; }
.marquee-text { display: inline-flex; gap: 48px; animation: ticker 22s linear infinite; }
.marquee-word { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.13); letter-spacing: 1px; }
.marquee-word.accent { color: rgba(201,168,76,0.3); }

/* ═══════════════ ACCORDION ═══════════════ */
.accordion-item {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 12px; margin-bottom: 10px; overflow: hidden;
  transition: box-shadow 0.2s;
}
.accordion-item.open { box-shadow: 0 8px 24px var(--shadow); }
.accordion-trigger {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 20px 24px; display: flex; justify-content: space-between;
  align-items: flex-start; gap: 16px; text-align: left;
  font-family: inherit;
}
.accordion-q { font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.accordion-icon {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: var(--gold-pale); border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--gold); transition: transform 0.3s;
  margin-top: 1px;
}
.accordion-item.open .accordion-icon { transform: rotate(45deg); background: var(--gold); color: #fff; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.accordion-body-inner { padding: 0 24px 22px; font-size: 14px; color: var(--text-muted); line-height: 1.8; }
.accordion-body-inner a { color: var(--gold); font-weight: 600; }

/* ═══════════════ BLOG CARDS ═══════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 24px; }
.blog-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden; transition: all 0.3s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px var(--shadow); }
.blog-card-img { height: 170px; background: var(--hero-bg); display: flex; align-items: center; justify-content: center; font-size: 44px; }
.blog-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.blog-card-body h3 { font-family: 'Cormorant Garamond', 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 10px; line-height: 1.35; }
.blog-card-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; flex: 1; }
.blog-card-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 12px; color: var(--text-muted);
}

/* ═══════════════ CONTACT ═══════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-item-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--gold-pale); border: 1px solid var(--border);
  border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.contact-item-text h4 { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; font-family: 'DM Mono', monospace; }
.contact-item-text p, .contact-item-text a { font-size: 15px; color: var(--navy); font-weight: 500; }
.contact-item-text a:hover { color: var(--gold); }
.contact-form-panel { background: var(--surface-alt); border: 1px solid var(--border); border-radius: 18px; padding: 44px 36px; }
.contact-form-panel h3 { font-family: 'Cormorant Garamond', 'Playfair Display', serif; font-size: 26px; color: var(--navy); margin-bottom: 6px; }
.contact-form-panel .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }

@media (max-width:900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }
