/*
 * 6-Month Growth Journey — Enhanced Page Styles v2
 * Scoped under .gj-page-wrapper
 * Devebyte brand | Section-specific accent colors
 */

/* ============================================
   RESET & CSS VARIABLES
============================================ */
.gj-page-wrapper *,
.gj-page-wrapper *::before,
.gj-page-wrapper *::after {
  box-sizing: border-box;
}

.gj-page-wrapper {
  /* Global brand tokens */
  --gj-bg:         #06060f;
  --gj-bg-2:       #0a0a1a;
  --gj-bg-3:       #0e0e22;
  --gj-blue:       #028DD2;
  --gj-cyan:       #00c4ff;
  --gj-purple:     #7c3aed;
  --gj-violet:     #a855f7;
  --gj-text:       #dcdcf0;
  --gj-text-dim:   #6a6a90;
  --gj-border:     rgba(255,255,255,0.07);
  --gj-glass:      rgba(255,255,255,0.028);
  --gj-radius:     14px;
  --gj-ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --gj-transition: 0.35s var(--gj-ease);
  /* Default accent — overridden per section */
  --gj-accent:     #00c4ff;
  --gj-accent-rgb: 0, 196, 255;

  background-color: var(--gj-bg);
  color: var(--gj-text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ============================================
   SECTION-SPECIFIC ACCENT COLORS
============================================ */
.gj-stats-bar {
  --gj-accent: #00c4ff;
  --gj-accent-rgb: 0, 196, 255;
}
.gj-problem {
  --gj-accent: #f59e0b;
  --gj-accent-rgb: 245, 158, 11;
}
.gj-framework,
.gj-results,
.gj-included {
  --gj-accent: #028DD2;
  --gj-accent-rgb: 2, 141, 210;
}
.gj-phase-detail--1 {
  --gj-accent: #00c4ff;
  --gj-accent-rgb: 0, 196, 255;
}
.gj-phase-detail--2 {
  --gj-accent: #a855f7;
  --gj-accent-rgb: 168, 85, 247;
}
.gj-phase-detail--3 {
  --gj-accent: #10b981;
  --gj-accent-rgb: 16, 185, 129;
}
.gj-fit {
  --gj-accent: #028DD2;
  --gj-accent-rgb: 2, 141, 210;
}
.gj-final-cta {
  --gj-accent: #00c4ff;
  --gj-accent-rgb: 0, 196, 255;
}

/* ============================================
   LAYOUT
============================================ */
.gj-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 44px;
}
.gj-container--narrow {
  max-width: 700px;
}
.gj-section {
  padding: 100px 0;
  position: relative;
}

/* ============================================
   SHARED TYPOGRAPHY
============================================ */
.gj-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gj-accent);
  margin-bottom: 16px;
}
.gj-section__label::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gj-accent);
  opacity: 0.7;
}
.gj-section__headline {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 24px;
  letter-spacing: -0.025em;
}

/* ============================================
   BUTTON
============================================ */
.gj-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: 9px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform var(--gj-transition),
              box-shadow var(--gj-transition),
              background var(--gj-transition);
}
.gj-btn--primary {
  background: var(--gj-blue);
  color: #ffffff;
  box-shadow: 0 4px 28px rgba(2, 141, 210, 0.3);
}
.gj-btn--primary:hover,
.gj-btn--primary:focus {
  background: #029ee8;
  box-shadow: 0 8px 40px rgba(2, 141, 210, 0.5);
  transform: translateY(-2px) scale(1.02);
  color: #ffffff;
  text-decoration: none;
}
.gj-btn--ghost {
  background: transparent;
  color: var(--gj-cyan);
  border: 1px solid rgba(0, 196, 255, 0.3);
}
.gj-btn--ghost:hover {
  background: rgba(0, 196, 255, 0.07);
  border-color: rgba(0, 196, 255, 0.5);
  color: #fff;
}
.gj-btn--large {
  padding: 19px 54px;
  font-size: 17px;
}

/* ============================================
   HERO
============================================ */
.gj-hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: center;
  background: var(--gj-bg);
  overflow: hidden;
}

/* Floating orbs */
.gj-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  will-change: transform;
}
.gj-orb--1 {
  width: 700px; height: 700px;
  top: -220px; right: -180px;
  background: radial-gradient(circle, rgba(2,141,210,0.18), rgba(0,196,255,0.06) 60%, transparent);
  animation: gjFloat1 14s ease-in-out infinite;
}
.gj-orb--2 {
  width: 500px; height: 500px;
  bottom: -180px; left: -120px;
  background: radial-gradient(circle, rgba(124,58,237,0.14), rgba(168,85,247,0.04) 60%, transparent);
  animation: gjFloat2 11s ease-in-out infinite 3s;
}
.gj-orb--3 {
  width: 320px; height: 320px;
  top: 35%; left: 42%;
  background: radial-gradient(circle, rgba(0,196,255,0.08), transparent 65%);
  animation: gjFloat1 9s ease-in-out infinite 6s;
}
.gj-orb--4 {
  width: 240px; height: 240px;
  top: 60%; right: 20%;
  background: radial-gradient(circle, rgba(168,85,247,0.07), transparent);
  animation: gjFloat2 13s ease-in-out infinite 1s;
}

@keyframes gjFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(28px, -36px) scale(1.04); }
  66%       { transform: translate(-18px, 24px) scale(0.97); }
}
@keyframes gjFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(-32px, 28px) scale(1.06); }
  70%       { transform: translate(22px, -18px) scale(0.96); }
}

/* Grid pattern */
.gj-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(2, 141, 210, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 141, 210, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 70% 70% at 60% 40%, rgba(0,0,0,0.8), transparent 80%);
}

/* Diagonal accent line */
.gj-hero__accent-line {
  position: absolute;
  top: 0; right: 18%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0,196,255,0.12) 30%, rgba(0,196,255,0.06) 70%, transparent);
  pointer-events: none;
}
.gj-hero__accent-line::after {
  content: '';
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gj-cyan);
  box-shadow: 0 0 12px var(--gj-cyan);
}

.gj-hero__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

/* Badge */
.gj-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(2, 141, 210, 0.1);
  border: 1px solid rgba(2, 141, 210, 0.25);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gj-cyan);
  margin-bottom: 28px;
  opacity: 0;
}
.gj-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gj-cyan);
  box-shadow: 0 0 8px var(--gj-cyan);
  animation: gjBlink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes gjBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

.gj-hero__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gj-cyan);
  margin-bottom: 18px;
  opacity: 0;
}
.gj-hero__headline {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(40px, 5.6vw, 74px);
  font-weight: 800;
  line-height: 1.04;
  color: #ffffff;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  opacity: 0;
}
.gj-hero__headline em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gj-cyan), var(--gj-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gj-hero__sub {
  font-size: 18px;
  color: var(--gj-text-dim);
  max-width: 560px;
  line-height: 1.8;
  margin: 0 0 40px;
  opacity: 0;
}
.gj-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
}
.gj-hero__note {
  font-size: 12px;
  color: var(--gj-text-dim);
  opacity: 0.6;
}

/* Scroll indicator */
.gj-hero__scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.gj-hero__scroll-indicator span {
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gj-cyan), transparent);
  animation: gjPulse 2.4s ease-in-out infinite;
}
@keyframes gjPulse {
  0%, 100% { opacity: 0.2; transform: scaleY(1); }
  50%       { opacity: 0.8; transform: scaleY(1.08); }
}

/* ============================================
   STATS BAR
============================================ */
.gj-stats-bar {
  background: #07071a;
  border-top: 1px solid var(--gj-border);
  border-bottom: 1px solid var(--gj-border);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.gj-stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(2,141,210,0.04), transparent);
  pointer-events: none;
}
.gj-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}
.gj-stat {
  padding: 0 40px;
  border-right: 1px solid var(--gj-border);
  text-align: center;
}
.gj-stat:last-child { border-right: none; }
.gj-stat__figure {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 10px;
  line-height: 1;
}
.gj-stat__num {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
}
.gj-stat__unit {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gj-accent);
  padding-top: 8px;
}
.gj-stat__label {
  font-size: 13px;
  color: var(--gj-text-dim);
  line-height: 1.55;
  max-width: 160px;
  margin: 0 auto;
}
.gj-stat__source {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  margin-top: 6px;
  letter-spacing: 0.04em;
}

/* ============================================
   PROBLEM SECTION
============================================ */
.gj-problem {
  background: var(--gj-bg-2);
  position: relative;
}
.gj-problem__bg-text {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: rgba(245,158,11,0.03);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}
.gj-problem__intro {
  font-size: 17px;
  color: var(--gj-text-dim);
  max-width: 560px;
  margin-bottom: 48px;
  line-height: 1.75;
}
.gj-problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gj-problem__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gj-border);
  opacity: 0;
  transform: translateX(-20px);
}
.gj-problem__item:last-child { border-bottom: none; }
.gj-problem__icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245,158,11,0.1);
  border: 1px solid rgba(245,158,11,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.gj-problem__icon {
  font-size: 16px;
  line-height: 1;
}
.gj-problem__text h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}
.gj-problem__text p {
  font-size: 14px;
  color: var(--gj-text-dim);
  margin: 0;
  line-height: 1.6;
}
.gj-section-divider {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(var(--gj-accent-rgb),0.25), transparent);
}

/* ============================================
   FRAMEWORK / PHASE CARDS
============================================ */
.gj-framework { background: var(--gj-bg); }
.gj-framework__sub {
  font-size: 17px;
  color: var(--gj-text-dim);
  margin: -8px 0 60px;
  max-width: 500px;
}
.gj-phases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gj-phase-card {
  background: var(--gj-glass);
  border: 1px solid var(--gj-border);
  border-radius: var(--gj-radius);
  padding: 36px 28px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--gj-transition),
              box-shadow var(--gj-transition),
              transform var(--gj-transition);
  opacity: 0;
  transform: translateY(28px);
  cursor: default;
}
/* Per-card accent */
.gj-phase-card[data-phase="1"] { --card-accent: #00c4ff; --card-accent-rgb: 0,196,255; }
.gj-phase-card[data-phase="2"] { --card-accent: #a855f7; --card-accent-rgb: 168,85,247; }
.gj-phase-card[data-phase="3"] { --card-accent: #10b981; --card-accent-rgb: 16,185,129; }

.gj-phase-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--card-accent), transparent);
  opacity: 0;
  transition: opacity var(--gj-transition);
}
.gj-phase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(var(--card-accent-rgb),0.06), transparent);
  opacity: 0;
  transition: opacity var(--gj-transition);
  pointer-events: none;
}
.gj-phase-card:hover {
  border-color: rgba(var(--card-accent-rgb),0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(var(--card-accent-rgb),0.12);
  transform: translateY(-6px);
}
.gj-phase-card:hover::before,
.gj-phase-card:hover::after { opacity: 1; }

.gj-phase-card__number {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: var(--card-accent);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.05em;
}
.gj-phase-card__title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}
.gj-phase-card__months {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--card-accent);
  margin: 0 0 14px;
  font-weight: 600;
}
.gj-phase-card__desc {
  font-size: 14px;
  color: var(--gj-text-dim);
  line-height: 1.65;
  margin: 0 0 16px;
}
.gj-phase-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.gj-phase-card__tag {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(var(--card-accent-rgb), 0.08);
  border: 1px solid rgba(var(--card-accent-rgb), 0.2);
  color: var(--card-accent);
  font-weight: 500;
}
.gj-phase-card__expand {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s var(--gj-ease), opacity 0.3s ease;
}
.gj-phase-card--open .gj-phase-card__expand {
  max-height: 220px;
  opacity: 1;
}
.gj-phase-card__expand-content {
  font-size: 13px;
  color: var(--gj-text-dim);
  line-height: 1.85;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid var(--gj-border);
}
.gj-phase-card__toggle {
  background: none;
  border: none;
  color: var(--card-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  transition: opacity 0.2s;
}
.gj-phase-card__toggle:hover { opacity: 0.7; }
.gj-toggle-arrow {
  transition: transform 0.3s var(--gj-ease);
  display: inline-block;
  font-style: normal;
}
.gj-phase-card--open .gj-toggle-arrow {
  transform: rotate(180deg);
}

/* ============================================
   PHASE DETAIL SECTIONS
============================================ */
.gj-phase-detail { position: relative; }
.gj-phase-detail--1 { background: var(--gj-bg-2); }
.gj-phase-detail--2 { background: var(--gj-bg-3); }
.gj-phase-detail--3 {
  background: var(--gj-bg-2);
  overflow: hidden;
}
.gj-phase-detail--3::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 70% at 85% 50%, rgba(16,185,129,0.05), transparent);
  pointer-events: none;
}

/* Decorative background number */
.gj-phase-detail__bg-num {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 260px;
  font-weight: 900;
  color: var(--gj-accent);
  opacity: 0.025;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.06em;
}

.gj-phase-detail__inner {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 60px;
  align-items: start;
}

/* Timeline marker */
.gj-phase-detail__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  height: 100%;
}
.gj-marker-line {
  width: 1px;
  min-height: 48px;
  flex: 1;
  background: linear-gradient(to bottom, rgba(var(--gj-accent-rgb),0.3), transparent);
}
.gj-marker-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gj-accent);
  box-shadow: 0 0 16px rgba(var(--gj-accent-rgb),0.7);
  margin: 8px 0;
  flex-shrink: 0;
}
.gj-marker-dot::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(var(--gj-accent-rgb),0.3);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.gj-marker-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--gj-accent-rgb),0.55);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-top: 10px;
  font-weight: 700;
}

.gj-phase-detail__intro {
  font-size: 17px;
  color: var(--gj-text-dim);
  margin: 0 0 36px;
  max-width: 520px;
  line-height: 1.8;
}

/* Checklist */
.gj-checklist,
.gj-included__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 36px;
}
.gj-checklist__item,
.gj-included__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  color: var(--gj-text);
  opacity: 0;
  transform: translateX(-16px);
  line-height: 1.5;
}
.gj-checklist__item-text h5 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 2px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
}
.gj-checklist__item-text p {
  font-size: 13px;
  color: var(--gj-text-dim);
  margin: 0;
  line-height: 1.55;
}
.gj-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(var(--gj-accent-rgb), 0.1);
  border: 1px solid rgba(var(--gj-accent-rgb), 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-top: 2px;
}
.gj-check-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 4px;
  border-left: 1.5px solid var(--gj-accent);
  border-bottom: 1.5px solid var(--gj-accent);
  transform: rotate(-45deg) translate(1px, -1px);
}

/* Outcome box */
.gj-outcome-box {
  background: rgba(var(--gj-accent-rgb), 0.05);
  border: 1px solid rgba(var(--gj-accent-rgb), 0.18);
  border-radius: var(--gj-radius);
  padding: 24px 28px;
  margin-top: 8px;
}
.gj-outcome-box__label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gj-accent);
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gj-outcome-box__label::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: var(--gj-accent);
}
.gj-outcome-box p {
  font-size: 15px;
  color: var(--gj-text-dim);
  line-height: 1.7;
  margin: 0;
}

/* Callout (Phase 2) */
.gj-callout {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  background: rgba(var(--gj-accent-rgb), 0.07);
  border-left: 2px solid var(--gj-accent);
  border-radius: 0 10px 10px 0;
  margin-bottom: 28px;
}
.gj-callout__text {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gj-accent);
  margin: 0;
}

/* Growth curve (Phase 2) */
.gj-growth-curve {
  margin: 32px 0;
  padding: 24px;
  background: rgba(var(--gj-accent-rgb), 0.04);
  border: 1px solid rgba(var(--gj-accent-rgb), 0.12);
  border-radius: var(--gj-radius);
  overflow: hidden;
}
.gj-growth-curve__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.gj-growth-curve__title {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--gj-accent-rgb),0.6);
  font-weight: 600;
}
.gj-growth-curve__tag {
  font-size: 10px;
  color: var(--gj-accent);
  background: rgba(var(--gj-accent-rgb),0.1);
  border: 1px solid rgba(var(--gj-accent-rgb),0.2);
  padding: 3px 10px;
  border-radius: 100px;
}
.gj-growth-curve__svg {
  width: 100%;
  height: 100px;
  overflow: visible;
}
.gj-curve__bg {
  fill: url(#curveGrad);
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
.gj-curve__bg--visible {
  opacity: 0.15;
}
.gj-curve__path {
  fill: none;
  stroke: var(--gj-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-curve__path--visible {
  stroke-dashoffset: 0;
}
.gj-growth-curve__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.gj-growth-curve__labels span {
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
}

/* KPI Row (Phase 3) */
.gj-kpi-row {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
}
.gj-kpi {
  flex: 1;
  background: rgba(var(--gj-accent-rgb), 0.05);
  border: 1px solid rgba(var(--gj-accent-rgb), 0.15);
  border-radius: var(--gj-radius);
  padding: 22px 16px;
  text-align: center;
  transition: border-color var(--gj-transition), background var(--gj-transition),
              transform var(--gj-transition);
}
.gj-kpi:hover {
  border-color: rgba(var(--gj-accent-rgb),0.35);
  background: rgba(var(--gj-accent-rgb),0.09);
  transform: translateY(-2px);
}
.gj-kpi__value {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--gj-accent);
  margin-bottom: 6px;
}
.gj-kpi__label {
  font-size: 11px;
  color: var(--gj-text-dim);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ============================================
   RESULTS GRID
============================================ */
.gj-results { background: var(--gj-bg); }
.gj-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.gj-result-card {
  background: var(--gj-glass);
  border: 1px solid var(--gj-border);
  border-radius: var(--gj-radius);
  padding: 32px 24px;
  transition: border-color var(--gj-transition),
              box-shadow var(--gj-transition),
              transform var(--gj-transition);
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  overflow: hidden;
}
.gj-result-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gj-accent), transparent);
  opacity: 0;
  transition: opacity var(--gj-transition);
}
.gj-result-card:hover {
  border-color: rgba(var(--gj-accent-rgb),0.22);
  box-shadow: 0 10px 32px rgba(0,0,0,0.22);
  transform: translateY(-4px) !important;
}
.gj-result-card:hover::before { opacity: 0.5; }
.gj-result-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(var(--gj-accent-rgb),0.1);
  border: 1px solid rgba(var(--gj-accent-rgb),0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 18px;
}
.gj-result-card h3 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
}
.gj-result-card p {
  font-size: 14px;
  color: var(--gj-text-dim);
  line-height: 1.65;
  margin: 0;
}

/* ============================================
   INCLUDED SECTION
============================================ */
.gj-included { background: var(--gj-bg-2); }
.gj-included__item {
  font-size: 17px;
  padding: 4px 0;
}
.gj-included__item .gj-check-icon {
  background: rgba(2,141,210,0.1);
  border-color: rgba(2,141,210,0.35);
}
.gj-included__item .gj-check-icon::after {
  border-color: var(--gj-blue);
}
.gj-investment {
  border-top: 1px solid var(--gj-border);
  padding-top: 32px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gj-investment__line {
  font-size: 16px;
  color: var(--gj-text-dim);
  margin: 0;
}
.gj-investment__line strong {
  color: #ffffff;
  font-weight: 700;
}
.gj-investment__note {
  font-size: 13px;
  color: var(--gj-text-dim);
  opacity: 0.6;
  margin-top: 8px;
  font-style: italic;
}

/* ============================================
   FIT FILTER
============================================ */
.gj-fit { background: var(--gj-bg); }
.gj-fit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 52px;
}
.gj-fit__col {
  background: var(--gj-glass);
  border: 1px solid var(--gj-border);
  border-radius: var(--gj-radius);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.gj-fit__col--yes {
  border-color: rgba(2,141,210,0.18);
}
.gj-fit__col--yes::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--gj-blue), var(--gj-cyan));
}
.gj-fit__col-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gj-border);
}
.gj-fit__col--yes .gj-fit__col-title { color: var(--gj-cyan); }
.gj-fit__col--no  .gj-fit__col-title { color: var(--gj-text-dim); }
.gj-fit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gj-fit__list li {
  font-size: 15px;
  color: var(--gj-text-dim);
  padding: 10px 14px;
  border-radius: 7px;
  cursor: default;
  transition: background 0.2s, color 0.2s;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gj-fit__list li::before {
  content: '';
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.gj-fit__col--yes .gj-fit__list li::before { background: var(--gj-cyan); }
.gj-fit__col--no  .gj-fit__list li::before { background: rgba(255,255,255,0.15); }
.gj-fit__col--yes .gj-fit__list li:hover {
  background: rgba(2,141,210,0.07);
  color: var(--gj-text);
}
.gj-fit__col--no .gj-fit__list li:hover {
  background: rgba(255,255,255,0.03);
  color: var(--gj-text);
}

/* ============================================
   FINAL CTA
============================================ */
.gj-final-cta {
  background: var(--gj-bg-2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gj-final-cta__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(2,141,210,0.1), transparent 65%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(124,58,237,0.07), transparent);
  pointer-events: none;
}
.gj-final-cta__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(2,141,210,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,141,210,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}
.gj-final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}
.gj-final-cta__headline {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.028em;
  line-height: 1.08;
  margin: 0 0 18px;
}
.gj-final-cta__sub {
  font-size: 17px;
  color: var(--gj-text-dim);
  line-height: 1.8;
  margin: 0 0 44px;
}
.gj-final-cta__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.gj-final-cta__footnote {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}

/* ============================================
   RESPONSIVE — TABLET
============================================ */
@media (max-width: 960px) {
  .gj-container { padding: 0 28px; }
  .gj-section { padding: 76px 0; }
  .gj-phases-grid { grid-template-columns: 1fr; gap: 14px; }
  .gj-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .gj-stat:nth-child(2) { border-right: none; }
  .gj-stat { padding: 32px 24px; border-bottom: 1px solid var(--gj-border); }
  .gj-stat:nth-child(3),
  .gj-stat:nth-child(4) { border-bottom: none; }
  .gj-phase-detail__inner { grid-template-columns: 1fr; gap: 22px; }
  .gj-phase-detail__marker {
    flex-direction: row;
    align-items: center;
    height: auto;
    padding-top: 0;
    gap: 12px;
  }
  .gj-marker-line {
    width: 36px; min-height: 1px; height: 1px; flex: 0 0 36px;
    background: linear-gradient(to right, rgba(var(--gj-accent-rgb),0.3), transparent);
  }
  .gj-marker-label { writing-mode: horizontal-tb; transform: none; margin-top: 0; }
  .gj-results-grid { grid-template-columns: 1fr 1fr; }
  .gj-fit__grid { grid-template-columns: 1fr; }
  .gj-kpi-row { flex-direction: column; gap: 10px; }
  .gj-phase-detail__bg-num { font-size: 160px; opacity: 0.015; }
}

/* ============================================
   RESPONSIVE — MOBILE
============================================ */
@media (max-width: 600px) {
  .gj-hero { min-height: 90vh; }
  .gj-hero__scroll-indicator { display: none; }
  .gj-hero__accent-line { display: none; }
  .gj-results-grid { grid-template-columns: 1fr; }
  .gj-container--narrow { max-width: 100%; }
  .gj-stats-grid { grid-template-columns: 1fr 1fr; }
  .gj-stat { padding: 24px 16px; }
  .gj-stat__num { font-size: 40px; }
  .gj-stat:nth-child(2) { border-right: 1px solid var(--gj-border); }
  .gj-stat:nth-child(3) { border-bottom: 1px solid var(--gj-border); }
  .gj-final-cta__ctas { flex-direction: column; align-items: center; }
}

/* ============================================
   REDUCED MOTION
============================================ */
@media (prefers-reduced-motion: reduce) {
  .gj-orb { animation: none; }
  .gj-hero__badge-dot { animation: none; }
  .gj-hero__scroll-indicator span { animation: none; }
  .gj-hero__badge,
  .gj-hero__eyebrow,
  .gj-hero__headline,
  .gj-hero__sub,
  .gj-hero__ctas,
  .gj-problem__item,
  .gj-phase-card,
  .gj-checklist__item,
  .gj-included__item,
  .gj-result-card {
    opacity: 1 !important;
    transform: none !important;
  }
}
