/* ---------------------------------------------
   DiPStrategy -- Industries Page
   style/industries.css
   --------------------------------------------- */

/* --- HERO --- */
.ind-hero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 180px 56px 80px;
}

.ind-hero-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.5; z-index: 0;
  pointer-events: none;
}

.ind-hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.2) 60%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1; pointer-events: none;
}

.ind-hero-content {
  position: relative; z-index: 2;
  max-width: 900px;
}

.ind-kicker {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block; margin-bottom: 32px;
}

.ind-headline {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.05; margin-bottom: 28px;
}

.ind-headline .hl-light {
  display: block; font-weight: 200;
  font-size: clamp(28px, 4.5vw, 64px);
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.85);
}

.ind-headline .hl-bold {
  display: block; font-weight: 900;
  font-size: clamp(32px, 5vw, 72px);
  letter-spacing: -0.04em;
  color: #fff;
}

.ind-subline {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 15px; line-height: 1.8;
  color: rgba(255,255,255,0.6);
  max-width: 640px; margin-bottom: 36px;
}

.ind-cta-group {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.ind-cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #093564; background: #DEFF2D;
  border: none; border-radius: 999px;
  padding: 14px 28px; text-decoration: none; cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}

.ind-cta-primary:hover { background: #f0ff50; transform: translateY(-2px); }

.ind-cta-secondary {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  display: flex; align-items: center; gap: 6px;
  transition: color 0.2s;
}

.ind-cta-secondary:hover { color: #DEFF2D; }

.ind-data-note {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 12px;
  color: rgba(255,255,255,0.3);
  font-style: italic;
}

/* --- INDUSTRY LIST SECTION --- */
.ind-list-section {
  position: relative;
  background: #f0f0e6;
  padding: 96px 56px;
  overflow: hidden;
}

.ind-list-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.2; z-index: 0;
  pointer-events: none;
}

.ind-list-inner {
  position: relative; z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}

.ind-list-header {
  margin-bottom: 56px;
  max-width: 700px;
}

.ind-list-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #093564;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.ind-list-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite; flex-shrink: 0;
}

.ind-list-headline {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
}

.ind-list-headline .hl-light {
  display: block; font-weight: 200;
  font-size: clamp(24px, 2.8vw, 40px);
  color: #093564; letter-spacing: -0.02em;
}

.ind-list-headline .hl-bold {
  display: block; font-weight: 900;
  font-size: clamp(26px, 3vw, 44px);
  color: #093564; letter-spacing: -0.03em;
}

/* --- INDUSTRY CARDS --- */
.ind-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ind-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(9,53,100,0.06);
}

.ind-card-header {
  padding: 28px 36px;
  background: var(--ind-color, #093564);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ind-card-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: clamp(18px, 2vw, 24px);
  color: var(--ind-text, #fff);
  letter-spacing: -0.01em;
}

.ind-card-services {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--ind-text, #fff);
  opacity: 0.85;
}

.ind-card-body {
  padding: 36px;
}

/* Data points row */
.ind-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}

.ind-data-point {
  padding-right: 20px;
}

.ind-data-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 2.6vw, 34px);
  color: #093564;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.ind-data-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; 
  font-size: clamp(14px, 1.3vw, 19px);
  color: #093564;
  margin-bottom: 8px;
  line-height: 1.4;
}

.ind-data-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(12px, 1.2vw, 18px); 
  line-height: 1.35;
  color: rgba(9,53,100,0.85);
  margin-bottom: 6px;
}

.ind-data-source {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 11px;
  font-style: italic;
  color: rgba(9,53,100,0.65);
}

/* Context (qualitative, when no quantitative data) */
.ind-context {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 14px; line-height: 1.35;
  color: rgba(9,53,100,0.65);
  margin-bottom: 28px;
  padding: 20px 24px;
  background: rgba(9,53,100,0.04);
  border-radius: 10px;
  border-left: 3px solid var(--ind-color, #093564);
}

/* Potensi Pengembangan Digital (semua industri) */
.ind-potential-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #093564;
  margin-bottom: 16px;
}

.ind-potential-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 28px;
}

.ind-potential-list li {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(13.5px, 1.1vw, 17px); 
  line-height: 1.35;
  color: rgba(9,53,100,0.85);
  display: flex; align-items: flex-start; gap: 10px;
  padding-left: 0;
}

.ind-potential-list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--ind-color, #093564);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}

/* Clients */
.ind-clients {
  display: flex; flex-direction: column; gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(9,53,100,0.08);
}

.ind-clients-row {
  display: flex; align-items: baseline; gap: 10px;
  flex-wrap: wrap;
}

.ind-clients-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 600; font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(9,53,100,0.4);
  flex-shrink: 0;
}

.ind-clients-names {
  font-family: 'Barlow', sans-serif;
  font-weight: 400; font-size: 13px;
  color: rgba(9,53,100,0.7);
  line-height: 1.6;
}

/* --- CTA SECTION --- */
.ind-cta-section {
  background: #080808;
  padding: 80px 56px;
  position: relative; overflow: hidden; text-align: center;
}

.ind-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat; opacity: 0.04; pointer-events: none;
}

.ind-cta-inner {
  position: relative; z-index: 1;
  max-width: 640px; margin: 0 auto;
}

.ind-cta-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #DEFF2D;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.ind-cta-star { width: 14px; height: 14px; animation: spin 12s linear infinite; }

.ind-cta-headline { font-family: 'Montserrat', sans-serif; margin-bottom: 16px; }

.ind-cta-headline .hl-light {
  display: block; font-weight: 200;
  font-size: clamp(22px, 2.8vw, 38px);
  color: #fff; letter-spacing: -0.02em;
}

.ind-cta-headline .hl-bold {
  display: block; font-weight: 900;
  font-size: clamp(24px, 3vw, 42px);
  color: #DEFF2D; letter-spacing: -0.03em;
}

.ind-cta-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 14px; line-height: 1.75;
  color: rgba(255,255,255,0.45);
  margin-bottom: 36px;
}

.ind-cta-download {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #080808; background: #DEFF2D;
  border-radius: 999px; padding: 16px 32px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-bottom: 24px;
}

.ind-cta-download:hover { background: #f0ff50; transform: translateY(-2px); }
.ind-cta-download svg { width: 16px; height: 16px; }

.ind-cta-microcopy {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 12px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 28px;
}

.ind-cta-note {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.ind-cta-note a { color: rgba(255,255,255,0.5); text-decoration: none; }
.ind-cta-note a:hover { color: #DEFF2D; }

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .ind-cards { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .ind-hero            { padding: 140px 24px 64px; }
  .ind-list-section    { padding: 64px 24px; }
  .ind-card-header     { padding: 24px; flex-direction: column; align-items: flex-start; }
  .ind-card-body       { padding: 24px; }
  .ind-data-grid       { grid-template-columns: 1fr; gap: 20px; }
  .ind-cta-section     { padding: 64px 24px; }
}
