/* =============================================
   GBP OPTIMIERUNG — Page-Specific Design Layer
   Loaded after global-polish.css
   ============================================= */


/* ── 1. HERO ───────────────────────────────── */

.gbp-hero {
  position: relative;
  padding: 82px 0 68px;
  overflow: hidden;
}

.gbp-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, rgba(27, 109, 132, 0.10) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.gbp-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184, 138, 76, 0.06) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.gbp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.gbp-hero-copy {
  max-width: 640px;
}

.gbp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-700);
}

.gbp-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-gold), var(--brand-600));
}

.gbp-hero h1 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
}

.gbp-hero h1 .accent {
  background: linear-gradient(135deg, var(--brand-800), var(--brand-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gbp-hero .lead {
  font-size: 17.5px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 0 24px;
}

.gbp-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.gbp-hero-meta {
  margin-top: 16px;
  font-size: 13.5px;
  color: rgba(21, 39, 52, 0.56);
  line-height: 1.55;
}

.gbp-hero-meta a {
  color: var(--brand-700);
  font-weight: 600;
}


/* Hero Panel (scope visual) */
.gbp-hero-panel {
  position: relative;
  align-self: start;
}

.gbp-scope {
  position: relative;
  min-height: 380px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(27, 109, 132, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(236, 243, 247, 0.78));
  box-shadow: 0 24px 72px rgba(11, 28, 39, 0.12);
}

.gbp-scope-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(21, 39, 52, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

.gbp-scope-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(27, 109, 132, 0.14);
}

.gbp-scope-ring-lg { inset: 10%; }
.gbp-scope-ring-md { inset: 22%; }
.gbp-scope-ring-sm { inset: 34%; }

.gbp-scope-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-900), rgba(21, 84, 110, 0.96));
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(11, 28, 39, 0.24);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
}

.gbp-scope-hub span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.7;
}

.gbp-scope-hub strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-family: "Newsreader", Georgia, serif;
}

.gbp-scope-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(21, 39, 52, 0.10);
  color: var(--brand-800);
  box-shadow: 0 6px 18px rgba(11, 28, 39, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.gbp-scope-node:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(11, 28, 39, 0.14);
}

.gbp-node-categories { top: 10%; left: 52%; }
.gbp-node-content { top: 30%; right: 6%; }
.gbp-node-reviews { bottom: 24%; right: 8%; }
.gbp-node-nap { bottom: 8%; left: 48%; }
.gbp-node-tracking { left: 8%; top: 42%; }
.gbp-node-signals { left: 10%; bottom: 14%; }


/* ── 2. TRUST STRIP ─────────────────────────── */

.gbp-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.gbp-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.80);
  border: 1px solid rgba(21, 39, 52, 0.07);
  box-shadow: 0 4px 14px rgba(11, 28, 39, 0.04);
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.gbp-trust-item:hover {
  background: rgba(255, 252, 247, 0.96);
  border-color: rgba(27, 109, 132, 0.16);
  transform: translateY(-1px);
}

.gbp-trust-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.12), rgba(27, 109, 132, 0.08));
  display: grid;
  place-items: center;
  color: var(--brand-700);
}

.gbp-trust-text {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}


/* ── 3. DARK "PROBLEMS" SECTION ──────────────── */

.gbp-problems {
  position: relative;
  background: linear-gradient(168deg, #0a2431 0%, #0d3445 55%, #15546e 100%);
  color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.gbp-problems::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 20% 20%, rgba(184, 138, 76, 0.08), transparent 70%),
    radial-gradient(500px 300px at 80% 80%, rgba(136, 206, 217, 0.06), transparent 60%);
  pointer-events: none;
}

.gbp-problems .section-head h2 {
  color: white;
}

.gbp-problems .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.gbp-problems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.gbp-problem-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

/* Initial hidden state for stagger */
.gbp-problems-grid .gbp-problem-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.44s cubic-bezier(.2, .8, .2, 1),
              transform 0.44s cubic-bezier(.2, .8, .2, 1),
              background 0.28s ease,
              border-color 0.28s ease;
}

.gbp-problem-card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.gbp-problem-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 166, 0, 0.16);
  display: grid;
  place-items: center;
  color: rgba(255, 180, 60, 0.9);
}

.gbp-problem-text {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.gbp-problem-text strong {
  color: rgba(255, 255, 255, 0.98);
}


/* ── 4. SERVICE CARDS ────────────────────────── */

.gbp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.gbp-service-card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.88));
  border: 1px solid rgba(21, 39, 52, 0.07);
  box-shadow: 0 8px 24px rgba(11, 28, 39, 0.05);
  transition: transform 0.32s var(--ease),
              box-shadow 0.32s var(--ease),
              border-color 0.32s var(--ease);
}

/* Initial hidden state for stagger (children animate individually) */
.gbp-services-grid .gbp-service-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.52s cubic-bezier(.2, .8, .2, 1),
              transform 0.52s cubic-bezier(.2, .8, .2, 1),
              box-shadow 0.32s var(--ease),
              border-color 0.32s var(--ease);
}

.gbp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(11, 28, 39, 0.12);
  border-color: rgba(27, 109, 132, 0.22);
}

.gbp-service-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.14), rgba(27, 109, 132, 0.10));
  display: grid;
  place-items: center;
  color: var(--brand-700);
  margin-bottom: 16px;
}

.gbp-service-card h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.2;
}

.gbp-service-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.gbp-service-card .bullets {
  font-size: 13.5px;
  margin-top: 8px;
}

.gbp-service-card .bullets li {
  margin: 5px 0;
}


/* ── 5. PROCESS TIMELINE ─────────────────────── */

.gbp-process {
  position: relative;
}

.gbp-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  position: relative;
}

.gbp-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 16.67%;
  right: 16.67%;
  height: 3px;
  background: linear-gradient(90deg,
    rgba(184, 138, 76, 0.3),
    rgba(27, 109, 132, 0.4) 50%,
    rgba(13, 52, 69, 0.5));
  border-radius: 999px;
  z-index: 0;
}

.gbp-phase {
  position: relative;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.gbp-phase-marker {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.gbp-phase:hover .gbp-phase-marker {
  transform: scale(1.06);
}

.gbp-phase-1 .gbp-phase-marker {
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.18), rgba(184, 138, 76, 0.08));
  color: var(--accent-gold);
  border: 2px solid rgba(184, 138, 76, 0.25);
  box-shadow: 0 8px 24px rgba(184, 138, 76, 0.12);
}

.gbp-phase-2 .gbp-phase-marker {
  background: linear-gradient(135deg, rgba(27, 109, 132, 0.15), rgba(27, 109, 132, 0.06));
  color: var(--brand-700);
  border: 2px solid rgba(27, 109, 132, 0.22);
  box-shadow: 0 8px 24px rgba(27, 109, 132, 0.10);
}

.gbp-phase-3 .gbp-phase-marker {
  background: linear-gradient(135deg, rgba(13, 52, 69, 0.18), rgba(13, 52, 69, 0.08));
  color: var(--brand-900);
  border: 2px solid rgba(13, 52, 69, 0.25);
  box-shadow: 0 8px 24px rgba(13, 52, 69, 0.12);
}

.gbp-phase h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.gbp-phase-body {
  text-align: left;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.80);
  border: 1px solid rgba(21, 39, 52, 0.07);
  min-height: 180px;
}

.gbp-phase-body .bullets {
  margin: 0;
  padding-left: 16px;
  font-size: 14px;
}

.gbp-phase-body .bullets li {
  margin: 6px 0;
  line-height: 1.5;
  color: var(--muted);
}

.gbp-phase-summary {
  margin-top: 32px;
  padding: 24px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 52, 69, 0.06), rgba(27, 109, 132, 0.04));
  border: 1px solid rgba(27, 109, 132, 0.12);
  text-align: center;
}

.gbp-phase-summary p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}


/* ── 6. CASES ────────────────────────────────── */

.gbp-cases-section {
  background: linear-gradient(180deg, rgba(249, 243, 233, 0.45), rgba(255, 252, 247, 0.70));
  border-top: 1px solid rgba(184, 138, 76, 0.08);
}

.gbp-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.gbp-case-card {
  padding: 26px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.88));
  border: 1px solid rgba(21, 39, 52, 0.07);
  box-shadow: 0 8px 24px rgba(11, 28, 39, 0.05);
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
  display: flex;
  flex-direction: column;
}

.gbp-case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(11, 28, 39, 0.10);
}

.gbp-case-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: rgba(27, 109, 132, 0.10);
  color: var(--brand-700);
  border: 1px solid rgba(27, 109, 132, 0.16);
}

.gbp-case-card h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.gbp-case-stages {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gbp-case-stage {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.gbp-case-stage strong {
  color: var(--text);
  font-weight: 700;
}

.gbp-case-result {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 39, 52, 0.07);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-700);
  line-height: 1.5;
}


/* ── 7. QUICK WINS / CROSS-LINKS ─────────────── */

.gbp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
}

.gbp-split-card {
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid rgba(21, 39, 52, 0.07);
  box-shadow: 0 8px 22px rgba(11, 28, 39, 0.05);
}

.gbp-split-card h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 21px;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.gbp-split-neutral {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.88));
}

.gbp-split-card-alt,
.gbp-split-accent {
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.96), rgba(255, 252, 247, 0.92));
  border-color: rgba(27, 109, 132, 0.12);
}


/* ── 7b. QUICK WINS SECTION ──────────────────── */

.gbp-quickwins {
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.55) 0%, rgba(249, 243, 233, 0.35) 100%);
  border-top: 1px solid rgba(27, 109, 132, 0.07);
  border-bottom: 1px solid rgba(27, 109, 132, 0.07);
}


/* ── 8. CTA FINAL ────────────────────────────── */

.gbp-cta-final {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #0a2431, #0d3445 40%, #15546e);
  color: white;
  overflow: hidden;
  text-align: center;
}

.gbp-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 350px at 30% 30%, rgba(184, 138, 76, 0.10), transparent 70%),
    radial-gradient(400px 300px at 70% 70%, rgba(136, 206, 217, 0.08), transparent 60%);
  pointer-events: none;
}

.gbp-cta-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

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

.gbp-cta-final h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -0.03em;
  color: white;
  margin: 0 0 16px;
  line-height: 1.08;
}

.gbp-cta-final p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 32px;
  line-height: 1.65;
}

.gbp-cta-final .btn-primary {
  background: white;
  color: var(--brand-900);
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 16px 36px;
  font-weight: 700;
}

.gbp-cta-final .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.20);
}

.gbp-cta-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.gbp-cta-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.gbp-cta-badge svg {
  color: rgba(136, 206, 217, 0.8);
}

.gbp-cta-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.gbp-cta-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.gbp-split-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}


/* ── 9. FAQ ENHANCEMENTS ─────────────────────── */

.gbp-faq-intro {
  margin-top: 32px;
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.06), rgba(27, 109, 132, 0.04));
  border: 1px solid rgba(27, 109, 132, 0.10);
}

.gbp-faq-intro p {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}


/* ── 10. GLOSSARY NOTE ───────────────────────── */

.gbp-glossary {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.90);
  border: 1px solid rgba(21, 39, 52, 0.07);
}

.gbp-glossary-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(184, 138, 76, 0.12);
  display: grid;
  place-items: center;
  color: var(--accent-gold);
  margin-top: 1px;
}

.gbp-glossary-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.gbp-glossary-text strong {
  color: var(--text);
}


/* ── 11. SCROLL REVEAL ANIMATIONS ────────────── */

.gbp-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.72s cubic-bezier(.2, .8, .2, 1),
    transform 0.72s cubic-bezier(.2, .8, .2, 1);
}

.gbp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gbp-reveal-d1 { transition-delay: 80ms; }
.gbp-reveal-d2 { transition-delay: 160ms; }
.gbp-reveal-d3 { transition-delay: 240ms; }
.gbp-reveal-d4 { transition-delay: 320ms; }
.gbp-reveal-d5 { transition-delay: 400ms; }

/* Staggered card reveals */
.gbp-services-grid .gbp-service-card:nth-child(1) { transition-delay: 0ms; }
.gbp-services-grid .gbp-service-card:nth-child(2) { transition-delay: 80ms; }
.gbp-services-grid .gbp-service-card:nth-child(3) { transition-delay: 160ms; }
.gbp-services-grid .gbp-service-card:nth-child(4) { transition-delay: 240ms; }
.gbp-services-grid .gbp-service-card:nth-child(5) { transition-delay: 320ms; }
.gbp-services-grid .gbp-service-card:nth-child(6) { transition-delay: 400ms; }

.gbp-services-grid.is-visible .gbp-service-card {
  opacity: 1;
  transform: translateY(0);
}

.gbp-problems-grid.is-visible .gbp-problem-card {
  opacity: 1;
  transform: translateY(0);
}

.gbp-problems-grid .gbp-problem-card:nth-child(1) { transition-delay: 0ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(2) { transition-delay: 60ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(3) { transition-delay: 120ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(4) { transition-delay: 180ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(5) { transition-delay: 240ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(6) { transition-delay: 300ms; }
.gbp-problems-grid .gbp-problem-card:nth-child(7) { transition-delay: 360ms; }

/* Scope hub pulse */
@keyframes gbp-scope-pulse {
  0%, 100% { box-shadow: 0 20px 50px rgba(11, 28, 39, 0.24); }
  50% { box-shadow: 0 20px 50px rgba(11, 28, 39, 0.24), 0 0 0 14px rgba(27, 109, 132, 0.08); }
}

.gbp-scope-hub {
  animation: gbp-scope-pulse 3.5s ease-in-out infinite;
}

/* Scope node float */
@keyframes gbp-node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.gbp-scope-node:nth-child(1) { animation: gbp-node-float 4s ease-in-out 0.0s infinite; }
.gbp-scope-node:nth-child(2) { animation: gbp-node-float 4s ease-in-out 0.5s infinite; }
.gbp-scope-node:nth-child(3) { animation: gbp-node-float 4s ease-in-out 1.0s infinite; }
.gbp-scope-node:nth-child(4) { animation: gbp-node-float 4s ease-in-out 1.5s infinite; }
.gbp-scope-node:nth-child(5) { animation: gbp-node-float 4s ease-in-out 2.0s infinite; }
.gbp-scope-node:nth-child(6) { animation: gbp-node-float 4s ease-in-out 2.5s infinite; }


/* ── 12. RESPONSIVE: TABLET ─────────────────── */

/* At ≤860px the site-header becomes position:fixed — compensate */
@media (max-width: 860px) {
  .gbp-hero {
    padding-top: calc(var(--header-offset, 90px) + 28px);
  }
}

@media (max-width: 981px) {
  .gbp-hero {
    padding-bottom: 56px;
  }

  .gbp-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gbp-hero-panel {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .gbp-scope {
    min-height: 320px;
  }

  .gbp-problems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gbp-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gbp-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gbp-timeline::before {
    top: 36px;
    bottom: 36px;
    left: 36px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .gbp-phase {
    text-align: left;
    padding: 0 0 28px 84px;
    position: relative;
  }

  .gbp-phase:last-child {
    padding-bottom: 0;
  }

  .gbp-phase-marker {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 64px;
    height: 64px;
  }

  .gbp-phase-body {
    min-height: 0;
  }

  .gbp-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gbp-cases-grid .gbp-case-card:last-child {
    grid-column: 1 / -1;
    max-width: 460px;
    margin: 0 auto;
  }

  .gbp-split {
    grid-template-columns: 1fr;
  }
}


/* ── 12b. RESPONSIVE: SMALL TABLET ──────────── */

@media (max-width: 720px) {
  .gbp-trust-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gbp-problems-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .gbp-services-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .gbp-cases-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .gbp-cases-grid .gbp-case-card:last-child {
    grid-column: auto;
    max-width: none;
    margin: 0;
  }
}


/* ── 13. RESPONSIVE: MOBILE ──────────────────── */

@media (max-width: 600px) {
  .gbp-hero {
    padding-bottom: 42px;
  }

  .gbp-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .gbp-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .gbp-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .gbp-scope {
    min-height: 260px;
  }

  .gbp-scope-hub {
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .gbp-scope-hub strong {
    font-size: 15px;
  }

  .gbp-scope-node {
    font-size: 10px;
    padding: 6px 10px;
  }

  .gbp-node-content { right: 3%; }
  .gbp-node-reviews { right: 4%; }

  .gbp-trust-strip {
    gap: 8px;
  }

  .gbp-trust-item {
    padding: 12px 14px;
  }

  .gbp-problem-card {
    padding: 16px;
  }

  .gbp-service-card {
    padding: 22px 20px;
  }

  .gbp-phase {
    padding-left: 72px;
  }

  .gbp-phase-marker {
    width: 52px;
    height: 52px;
    font-size: 12px;
  }

  .gbp-timeline::before {
    left: 26px;
  }

  .gbp-phase-body {
    padding: 16px;
  }

  .gbp-cta-final {
    padding: 60px 0;
  }

  .gbp-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gbp-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .gbp-cta-badges {
    gap: 14px 20px;
  }

  .gbp-split-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gbp-split-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .gbp-split-card {
    padding: 22px 20px;
  }
}


/* ── 13b. RESPONSIVE: VERY SMALL ─────────────── */

@media (max-width: 420px) {
  .gbp-hero h1 {
    font-size: clamp(26px, 7.5vw, 34px);
  }

  .gbp-scope {
    min-height: 220px;
  }

  .gbp-scope-hub {
    width: 86px;
    height: 86px;
    padding: 10px;
  }

  .gbp-scope-hub span {
    font-size: 9px;
  }

  .gbp-scope-hub strong {
    font-size: 13px;
    margin-top: 3px;
  }

  .gbp-scope-node {
    font-size: 9px;
    padding: 5px 8px;
  }

  .gbp-node-categories { top: 6%; left: 50%; }
  .gbp-node-nap { bottom: 4%; left: 46%; }
  .gbp-node-tracking { left: 4%; top: 40%; }
  .gbp-node-signals { left: 5%; bottom: 10%; }

  .gbp-eyebrow {
    font-size: 11px;
    letter-spacing: 0.10em;
  }

  .gbp-trust-item {
    padding: 10px 12px;
  }

  .gbp-trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .gbp-trust-text {
    font-size: 12.5px;
  }

  .gbp-phase {
    padding-left: 62px;
  }

  .gbp-phase-marker {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .gbp-timeline::before {
    left: 22px;
  }

  .gbp-cta-final h2 {
    font-size: clamp(24px, 6vw, 32px);
  }

  .gbp-cta-final p {
    font-size: 15px;
  }

  .gbp-glossary {
    padding: 14px 16px;
    gap: 12px;
  }

  .gbp-glossary-text {
    font-size: 13px;
  }
}


/* ── 14. REDUCED MOTION ──────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .gbp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gbp-scope-hub {
    animation: none;
  }

  .gbp-scope-node {
    animation: none;
  }

  .gbp-problem-card,
  .gbp-service-card,
  .gbp-case-card,
  .gbp-trust-item,
  .gbp-phase-marker {
    transition: none;
  }

  .gbp-services-grid .gbp-service-card,
  .gbp-problems-grid .gbp-problem-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
