/* =========================================
   Digital Growth Page — Styles
   ========================================= */

/* Active nav link */
.nav-active { color: var(--gold) !important; }

/* Space Grotesk headline override for this page */
.dg-hero-headline,
.dg-section-headline {
  font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif !important;
  letter-spacing: -0.02em;
}

/* Shared section headline with Space Grotesk */
.dg-services .section-headline,
.dg-for .section-headline,
.dg-process .section-headline {
  font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif !important;
  letter-spacing: -0.02em;
}

/* --- Hero --- */
.dg-hero {
  min-height: 100vh;
  background: var(--navy);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.dg-hero-content {
  text-align: center;
  max-width: 860px;
  padding: 80px 24px;
  position: relative;
  z-index: 1;
}

/* Staggered fade-in for hero elements */
.fade-loaded {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-loaded.loaded {
  opacity: 1;
  transform: translateY(0);
}

.dg-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.dg-hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.dg-hero-sub {
  font-size: 19px;
  color: rgba(255,255,255,0.62);
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

.dg-hero-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.dg-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(201,168,76,0.2);
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 0;
}

.dg-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}

.dg-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}

.dg-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dg-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(201,168,76,0.25);
}

/* --- Services Section --- */
.dg-services {
  background: var(--navy2);
  padding: 100px 40px;
}

.dg-services-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.dg-services-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  max-width: 580px;
  margin: 0 auto 56px;
  line-height: 1.75;
}

.dg-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dg-svc-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.15);
  border-top: 3px solid var(--gold);
  padding: 40px 32px;
  text-align: left;
  transition: background 0.2s, transform 0.2s;
}
.dg-svc-card:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-4px);
}

.dg-svc-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(201,168,76,0.15);
  line-height: 1;
  margin-bottom: 16px;
}

.dg-svc-icon {
  width: 48px;
  height: 48px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dg-svc-icon svg { width: 22px; height: 22px; }

.dg-svc-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.dg-svc-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 20px;
}

.dg-svc-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid rgba(201,168,76,0.15);
  padding-top: 16px;
}
.dg-svc-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dg-svc-list li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* --- Process Section --- */
.dg-process {
  background: var(--white);
  padding: 100px 40px;
}

.dg-process-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.dg-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  flex-wrap: wrap;
}

.dg-step {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  text-align: center;
  padding: 0 16px;
}

.dg-step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.dg-step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.dg-step p {
  font-size: 13px;
  color: #5a6a7e;
  line-height: 1.75;
}

.dg-step-arrow {
  display: flex;
  align-items: center;
  padding-top: 26px;
  flex-shrink: 0;
}
.dg-step-arrow svg { width: 32px; height: 12px; }

/* --- Who It's For --- */
.dg-for {
  background: var(--navy);
  padding: 100px 40px;
}

.dg-for-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.dg-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.dg-for-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 40px 32px;
  transition: border-color 0.2s, background 0.2s;
}
.dg-for-card:hover {
  border-color: rgba(201,168,76,0.4);
  background: rgba(255,255,255,0.07);
}

.dg-for-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.dg-for-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.dg-for-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 768px) {
  .dg-hero-headline { font-size: 44px; }
  .dg-services { padding: 64px 20px; }
  .dg-services-grid { grid-template-columns: 1fr; }
  .dg-process { padding: 64px 20px; }
  .dg-steps { flex-direction: column; align-items: center; }
  .dg-step { max-width: 100%; }
  .dg-step-arrow { transform: rotate(90deg); padding: 0; margin: 8px 0; }
  .dg-for { padding: 64px 20px; }
  .dg-for-grid { grid-template-columns: 1fr; }
  .dg-hero-stats { gap: 24px; }
  .dg-stat-divider { display: none; }
  .dg-stat { padding: 0 16px; }
}

@media (max-width: 480px) {
  .dg-hero-headline { font-size: 36px; }
}

/* --- Social Proof Bar --- */
.dg-proof-bar {
  background: #060e1a;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 36px 40px;
}

.dg-proof-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.dg-proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 52px;
}

.dg-proof-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.dg-proof-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.dg-proof-divider {
  width: 1px;
  height: 48px;
  background: rgba(201,168,76,0.2);
  flex-shrink: 0;
}

/* --- Pricing Section --- */
.dg-pricing {
  background: var(--white);
  padding: 100px 40px;
}

.dg-pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.dg-section-headline {
  font-size: 42px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}

.dg-pricing-sub {
  font-size: 16px;
  color: #5a6a7e;
  max-width: 560px;
  margin: 0 auto 56px;
  line-height: 1.75;
}

.dg-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 40px;
}

.dg-price-card {
  background: var(--white);
  border: 1px solid rgba(10,22,40,0.1);
  border-top: 3px solid rgba(10,22,40,0.15);
  border-radius: 4px;
  padding: 40px 32px;
  text-align: left;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.dg-price-card:hover {
  box-shadow: 0 12px 40px rgba(10,22,40,0.1);
  transform: translateY(-4px);
}

.dg-price-featured {
  background: var(--navy);
  border-top: 3px solid var(--gold);
  border-color: var(--navy);
  transform: translateY(-8px);
}
.dg-price-featured:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(10,22,40,0.3);
}

.dg-price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.dg-price-tier {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.dg-price-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}

.dg-price-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.dg-price-featured .dg-price-num { color: var(--white); }

.dg-price-per {
  font-size: 14px;
  color: #8a9bb0;
  font-weight: 400;
}
.dg-price-featured .dg-price-per { color: rgba(255,255,255,0.45); }

.dg-price-desc {
  font-size: 14px;
  color: #5a6a7e;
  line-height: 1.75;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10,22,40,0.08);
}
.dg-price-featured .dg-price-desc {
  color: rgba(255,255,255,0.55);
  border-bottom-color: rgba(255,255,255,0.1);
}

.dg-price-features {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.dg-price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #3a4a5e;
  padding: 7px 0;
}
.dg-price-featured .dg-price-features li { color: rgba(255,255,255,0.75); }
.dg-price-features svg { width: 14px; height: 14px; flex-shrink: 0; }

.dg-price-btn {
  display: block;
  text-align: center;
  padding: 14px 24px;
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.dg-price-btn:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-1px);
}

.dg-price-btn-featured {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.dg-price-btn-featured:hover {
  background: #d4b360;
  border-color: #d4b360;
  color: var(--navy);
  transform: translateY(-1px);
}

.dg-pricing-note {
  font-size: 14px;
  color: #5a6a7e;
}
.dg-pricing-note a { color: var(--gold); font-weight: 600; }
.dg-pricing-note a:hover { text-decoration: underline; }

/* --- Live Portfolio Section --- */
.dg-portfolio {
  background: var(--navy);
  padding: 100px 40px;
}
.dg-portfolio-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.dg-portfolio-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  max-width: 620px;
  margin: 0 auto 56px;
  line-height: 1.75;
}
.dg-portfolio-totals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 32px 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.dg-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 48px;
}
.dg-total-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.dg-total-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.dg-total-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.12);
}
.dg-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.dg-channel-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 24px 28px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  text-align: left;
}
.dg-channel-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.dg-channel-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dg-channel-icon svg { width: 22px; height: 22px; }
.dg-channel-icon.philosophy { background: rgba(139,92,246,0.15); color: #a78bfa; }
.dg-channel-icon.fintech     { background: rgba(201,168,76,0.15); color: var(--gold); }
.dg-channel-icon.ai          { background: rgba(56,189,248,0.15); color: #38bdf8; }
.dg-channel-icon.biblical    { background: rgba(52,211,153,0.15); color: #34d399; }
.dg-channel-icon.investor    { background: rgba(251,191,36,0.15); color: #fbbf24; }
.dg-channel-info { flex: 1; }
.dg-channel-info h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 4px;
}
.dg-channel-niche {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin: 0 0 8px;
}
.dg-channel-stats {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  flex-wrap: wrap;
}
.dg-channel-stats .dot { color: rgba(255,255,255,0.25); }
.dg-channel-badge {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
}
.dg-channel-arrow { color: rgba(255,255,255,0.25); flex-shrink: 0; }
.dg-channel-arrow svg { width: 16px; height: 16px; }
.dg-channel-card:hover .dg-channel-arrow { color: var(--gold); }
.dg-portfolio-note {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}
.dg-portfolio-note a { color: var(--gold); font-weight: 600; }
.dg-portfolio-note a:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .dg-channel-grid { grid-template-columns: 1fr; }
  .dg-portfolio-totals { padding: 24px 20px; }
  .dg-total { padding: 8px 20px; }
  .dg-total-divider { display: none; }
  .dg-total-num { font-size: 28px; }
}

/* --- Proof bar responsive --- */
@media (max-width: 768px) {
  .dg-proof-bar { padding: 32px 20px; }
  .dg-proof-stat { padding: 12px 20px; }
  .dg-proof-num { font-size: 28px; }
  .dg-proof-divider { display: none; }
  .dg-proof-inner { gap: 8px; }
}

/* --- Pricing responsive --- */
@media (max-width: 900px) {
  .dg-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .dg-price-featured { transform: none; }
  .dg-price-featured:hover { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .dg-pricing { padding: 64px 20px; }
  .dg-section-headline { font-size: 32px; }
}
