/* Industries Landing Page — v1 */

:root {
  --ind-cyan:   #00D4FF;
  --ind-blue:   #0A4AFF;
  --ind-green:  #22C55E;
  --ind-amber:  #F59E0B;
  --ind-red:    #EF4444;
  --ind-bg:     #020610;
  --ind-bg2:    #040814;
  --ind-card:   #060C1A;
}

/* ── SHARED ── */
.ind-section-header { text-align: center; max-width: 820px; margin: 0 auto 64px; }
.ind-section-header h2 { font-size: 44px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.ind-section-header p { font-size: 17px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.ind-accent { background: linear-gradient(135deg, var(--ind-cyan) 0%, var(--ind-blue) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ── BUTTONS ── */
.ind-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; background: linear-gradient(135deg, var(--ind-blue), var(--ind-cyan)); color: #fff !important; -webkit-text-fill-color: #fff !important; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 30px rgba(0,212,255,0.25); text-decoration: none; align-self: center; width: auto; }
.ind-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,212,255,0.4); }
.ind-cta-btn i { color: #fff !important; -webkit-text-fill-color: #fff !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; transition: transform 0.2s; }
.ind-cta-btn:hover i { transform: translateX(4px); }
.ind-cta-large { font-size: 17px; padding: 20px 44px; }

/* ── HERO ── */
.ind-hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; background: var(--ind-bg); padding: 130px 60px 80px; overflow: hidden; text-align: center; }
.ind-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.ind-hero-inner { position: relative; z-index: 10; max-width: 900px; width: 100%; display: flex; flex-direction: column; align-items: center; }
.ind-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border: 1px solid rgba(0,212,255,0.35); border-radius: 50px; font-size: 12px; font-weight: 600; color: var(--ind-cyan); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 28px; }
.ind-hero-badge i { color: var(--ind-cyan) !important; -webkit-text-fill-color: var(--ind-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ind-hero-title { font-size: 64px; font-weight: 900; color: #fff; line-height: 1.06; margin-bottom: 24px; letter-spacing: -2.5px; }
.ind-hero-sub { font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 760px; margin-bottom: 48px; }

/* ── IMPACT BAR ── */
.ind-impact { background: var(--ind-bg2) !important; padding: 72px 60px; border-top: 1px solid rgba(0,212,255,0.06); border-bottom: 1px solid rgba(0,212,255,0.06); }
.ind-impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1200px; margin: 0 auto; }
.ind-impact-item { text-align: center; padding: 20px 24px; border-right: 1px solid rgba(0,212,255,0.08); }
.ind-impact-item:last-child { border-right: none; }
.ind-impact-num { font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -3px; background: linear-gradient(135deg, var(--ind-cyan), var(--ind-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
.ind-impact-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.5); line-height: 1.5; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── SECTOR STICKY SCROLL ── */
.ind-sectors { background: var(--ind-bg) !important; padding: 100px 0; }
.ind-sectors-inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

.ind-sector-row { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; padding: 80px 0; border-bottom: 1px solid rgba(0,212,255,0.05); }
.ind-sector-row:last-child { border-bottom: none; }

/* Left sticky pin */
.ind-sector-pin { position: sticky; top: 110px; }
.ind-sector-icon-wrap { width: 64px; height: 64px; background: linear-gradient(135deg, var(--ind-blue), var(--ind-cyan)); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 0 40px rgba(0,212,255,0.2); }
.ind-sector-icon-wrap i { font-size: 26px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; display: block !important; }
.ind-sector-name { font-size: 22px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 10px; }
.ind-sector-tag { display: inline-block; padding: 4px 12px; background: rgba(0,212,255,0.07); border: 1px solid rgba(0,212,255,0.2); border-radius: 50px; font-size: 10px; font-weight: 700; color: var(--ind-cyan); text-transform: uppercase; letter-spacing: 1px; }

/* Right content */
.ind-sector-content { }
.ind-sector-mandate { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--ind-cyan); opacity: 0.6; margin-bottom: 14px; font-family: 'Courier New', monospace; }
.ind-sector-content h3 { font-size: 26px; font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 16px; }
.ind-sector-content p { font-size: 15px; color: rgba(255,255,255,0.58); line-height: 1.85; margin-bottom: 28px; }

.ind-caps-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ind-cap-chip { padding: 6px 14px; background: rgba(0,212,255,0.06); border: 1px solid rgba(0,212,255,0.18); border-radius: 50px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); }

.ind-proof-strip { background: rgba(0,212,255,0.04); border: 1px solid rgba(0,212,255,0.12); border-radius: 14px; padding: 22px 26px; display: flex; align-items: flex-start; gap: 16px; }
.ind-proof-strip-icon { width: 36px; height: 36px; background: rgba(0,212,255,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ind-proof-strip-icon i { font-size: 14px; color: var(--ind-cyan) !important; -webkit-text-fill-color: var(--ind-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; display: block !important; }
.ind-proof-strip-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--ind-cyan); opacity: 0.6; margin-bottom: 6px; font-family: 'Courier New', monospace; }
.ind-proof-strip p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; margin: 0; font-style: italic; }

/* ── FINAL CTA ── */
.ind-final-cta { position: relative; padding: 130px 60px; text-align: center; overflow: hidden; background: #020408 !important; border-top: 1px solid rgba(0,212,255,0.07); }
.ind-cta-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.ind-final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 25% 50%, rgba(10,74,255,0.12) 0%, transparent 55%), radial-gradient(circle at 75% 50%, rgba(0,212,255,0.08) 0%, transparent 55%); pointer-events: none; }
.ind-final-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.ind-final-cta h2 { font-size: 52px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1.5px; }
.ind-final-cta p { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 44px; }

/* ── LIGHT THEME ── */
body.light-theme section.ind-hero { background: #ffffff !important; }
body.light-theme section.ind-impact { background: #f4f6ff !important; border-color: rgba(0,0,0,0.06) !important; }
body.light-theme section.ind-sectors { background: #ffffff !important; }
body.light-theme section.ind-final-cta { background: #ffffff !important; border-top-color: rgba(0,0,0,0.06) !important; }
body.light-theme section.ind-final-cta::before { background: radial-gradient(circle at 25% 50%, rgba(10,74,255,0.06) 0%, transparent 55%), radial-gradient(circle at 75% 50%, rgba(0,212,255,0.04) 0%, transparent 55%) !important; }

body.light-theme .ind-accent { background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
body.light-theme .ind-hero-title { color: #1a1f3a !important; }
body.light-theme .ind-hero-sub { color: rgba(26,31,58,0.65) !important; }
body.light-theme .ind-hero-badge { border-color: rgba(255,123,0,0.4) !important; color: var(--original-orange) !important; }
body.light-theme .ind-hero-badge i { color: var(--original-orange) !important; -webkit-text-fill-color: var(--original-orange) !important; }
body.light-theme .ind-section-header h2 { color: #1a1f3a !important; }
body.light-theme .ind-section-header p { color: rgba(26,31,58,0.6) !important; }
body.light-theme .ind-cta-btn { background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; box-shadow: 0 8px 30px rgba(255,123,0,0.3) !important; }
body.light-theme .ind-cta-btn i { color: #fff !important; -webkit-text-fill-color: #fff !important; }

body.light-theme .ind-impact-item { border-right-color: rgba(0,0,0,0.08) !important; }
body.light-theme .ind-impact-num { background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
body.light-theme .ind-impact-label { color: rgba(26,31,58,0.55) !important; }

body.light-theme .ind-sector-row { border-bottom-color: rgba(0,0,0,0.07) !important; }
body.light-theme .ind-sector-icon-wrap { background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important; box-shadow: 0 0 40px rgba(255,123,0,0.2) !important; }
body.light-theme .ind-sector-name { color: #1a1f3a !important; }
body.light-theme .ind-sector-tag { background: rgba(255,123,0,0.07) !important; border-color: rgba(255,123,0,0.2) !important; color: var(--original-orange) !important; }
body.light-theme .ind-sector-mandate { color: var(--original-orange) !important; }
body.light-theme .ind-sector-content h3 { color: #1a1f3a !important; }
body.light-theme .ind-sector-content p { color: rgba(26,31,58,0.62) !important; }
body.light-theme .ind-cap-chip { background: rgba(255,123,0,0.06) !important; border-color: rgba(255,123,0,0.18) !important; color: rgba(26,31,58,0.6) !important; }
body.light-theme .ind-proof-strip { background: rgba(255,123,0,0.04) !important; border-color: rgba(255,123,0,0.14) !important; }
body.light-theme .ind-proof-strip-icon { background: rgba(255,123,0,0.1) !important; }
body.light-theme .ind-proof-strip-icon i { color: var(--original-orange) !important; -webkit-text-fill-color: var(--original-orange) !important; }
body.light-theme .ind-proof-strip-label { color: var(--original-orange) !important; }
body.light-theme .ind-proof-strip p { color: rgba(26,31,58,0.7) !important; }

body.light-theme .ind-final-cta h2 { color: #1a1f3a !important; }
body.light-theme .ind-final-cta p { color: rgba(26,31,58,0.65) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .ind-sector-row { grid-template-columns: 1fr; gap: 32px; }
  .ind-sector-pin { position: static; }
  .ind-impact-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-impact-item:nth-child(2) { border-right: none; }
  .ind-impact-item:nth-child(3) { border-top: 1px solid rgba(0,212,255,0.08); }
  .ind-impact-item:nth-child(4) { border-top: 1px solid rgba(0,212,255,0.08); border-right: none; }
}
@media (max-width: 700px) {
  .ind-hero-title { font-size: 38px; }
  .ind-section-header h2 { font-size: 32px; }
  .ind-final-cta h2 { font-size: 32px; }
  .ind-impact-num { font-size: 48px; }
  .ind-hero, .ind-impact, .ind-sectors-inner, .ind-final-cta { padding-left: 24px; padding-right: 24px; }
  .ind-impact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .ind-hero-title { font-size: 28px; }
  .ind-section-header h2 { font-size: 24px; }
  .ind-final-cta h2 { font-size: 24px; }
  .ind-impact-num { font-size: 36px; }
  .ind-impact-grid { grid-template-columns: 1fr; }
  .ind-impact-item { border-right: none !important; border-bottom: 1px solid rgba(0,212,255,0.08); }
  .ind-hero, .ind-impact, .ind-sectors-inner, .ind-final-cta { padding-left: 16px; padding-right: 16px; }
}


/* ── LIGHT THEME ICON FIXES — override global light-theme.css icon rule ── */
body.light-theme .ind-sector-icon-wrap i,
body.light-theme .ind-sector-icon-wrap i.fas,
body.light-theme .ind-sector-icon-wrap i.far,
body.light-theme .ind-sector-icon-wrap i.fab {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

body.light-theme .ind-hero-badge i,
body.light-theme .ind-proof-strip-icon i {
  color: var(--original-orange) !important;
  -webkit-text-fill-color: var(--original-orange) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

body.light-theme .ind-cta-btn i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* ── Deep Dive CTA link (sector pages) ── */
.ind-sector-deepdive {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; padding: 10px 22px;
  background: rgba(0,212,255,0.07); border: 1px solid rgba(0,212,255,0.2);
  border-radius: 8px; font-size: 14px; font-weight: 700;
  color: var(--ind-cyan) !important; -webkit-text-fill-color: var(--ind-cyan) !important;
  text-decoration: none; transition: all 0.3s ease;
}
.ind-sector-deepdive:hover { background: rgba(0,212,255,0.14); border-color: rgba(0,212,255,0.4); transform: translateX(4px); }
.ind-sector-deepdive i { color: var(--ind-cyan) !important; -webkit-text-fill-color: var(--ind-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; transition: transform 0.2s; }
.ind-sector-deepdive:hover i { transform: translateX(4px); }
