
/* Hero overrides */
.gbp-hero { background: #0a0f1e; position: relative; overflow: hidden; padding: 100px 0 80px; }
.gbp-hero .hero-glow1 { position:absolute;top:-120px;left:-180px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(6,214,160,.18) 0%,transparent 70%);pointer-events:none; }
.gbp-hero .hero-glow2 { position:absolute;bottom:-100px;right:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(67,97,238,.15) 0%,transparent 70%);pointer-events:none; }

/* Lead funnel visual */
.gbp-funnel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 28px 24px; backdrop-filter: blur(10px); }
.funnel-header { display:flex; align-items:center; gap:10px; margin-bottom:20px; }
.funnel-dots span { display:inline-block; width:9px; height:9px; border-radius:50%; margin-right:5px; }
.funnel-title { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.78rem; color:rgba(255,255,255,.5); letter-spacing:.08em; }
.funnel-live { margin-left:auto; background:rgba(6,214,160,.15); color:#06d6a0; font-size:.7rem; font-weight:700; letter-spacing:.1em; padding:2px 8px; border-radius:99px; border:1px solid rgba(6,214,160,.3); }
.funnel-stages { display:flex; flex-direction:column; gap:10px; }
.funnel-stage { display:flex; align-items:center; gap:12px; }
.funnel-icon { width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.funnel-stage-text { flex:1; }
.funnel-stage-name { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.85rem; font-weight:600; color:#fff; }
.funnel-stage-sub { font-size:.75rem; color:rgba(255,255,255,.4); margin-top:2px; }
.funnel-bar-wrap { width:100%; height:5px; background:rgba(255,255,255,.08); border-radius:99px; margin-top:6px; overflow:hidden; }
.funnel-bar-fill { height:100%; border-radius:99px; animation: barGrow 1.4s cubic-bezier(.4,0,.2,1) both; }
@keyframes barGrow { from{width:0} }
.funnel-result { margin-top:18px; background: linear-gradient(135deg,rgba(6,214,160,.15),rgba(6,214,160,.05)); border:1px solid rgba(6,214,160,.25); border-radius:12px; padding:12px 16px; display:flex; align-items:center; justify-content:space-between; }
.funnel-result-label { font-size:.8rem; color:rgba(255,255,255,.6); }
.funnel-result-val { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:1.1rem; font-weight:700; color:#06d6a0; }

/* Stat bar */
.gbp-stat-bar { background:#111827; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); padding:24px 0; }
.gbp-stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.gbp-stat-item { text-align:center; padding:8px 16px; border-right:1px solid rgba(255,255,255,.08); }
.gbp-stat-item:last-child { border-right:none; }
.gbp-stat-num { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:clamp(1.5rem,3vw,2.2rem); font-weight:800; color:#06d6a0; letter-spacing:-.04em; line-height:1; }
.gbp-stat-lbl { font-size:.75rem; color:rgba(255,255,255,.45); margin-top:4px; letter-spacing:.04em; }

/* Section layouts */
.gbp-sec { padding: 80px 0; }
.gbp-sec.sec-dark { background: #0a0f1e; }
.gbp-sec.sec-ink { background: #0d1526; }
.gbp-sec.sec-light { background: #fff; }
.gbp-sec.sec-soft { background: #f6f9ff; }

.gbp-wrap { width:100%; max-width:1160px; margin-inline:auto; padding-inline:20px; }
.gbp-grid2 { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.gbp-grid2.flip { direction:rtl; }
.gbp-grid2.flip > * { direction:ltr; }

/* Eyebrow / kicker */
.gbp-kicker { display:inline-flex; align-items:center; gap:8px; font-family:'DM Mono',monospace; font-size:.8rem; font-weight:500; letter-spacing:.12em; text-transform:uppercase; color:#06d6a0; margin-bottom:14px; }
.gbp-kicker-dot { width:7px; height:7px; border-radius:50%; background:#06d6a0; box-shadow:0 0 8px rgba(6,214,160,.7); display:inline-block; }
.gbp-kicker.on-light { color:#059669; }
.gbp-kicker.on-light .gbp-kicker-dot { background:#059669; box-shadow:0 0 8px rgba(5,150,105,.5); }

/* Headings */
.gbp-h1 { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:var(--h1); font-weight:800; line-height:1.05; letter-spacing:-.04em; color:#fff; margin-bottom:20px; }
.gbp-h1 em { font-style:normal; background:linear-gradient(135deg,#06d6a0,#4cc9f0); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.gbp-h2 { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:var(--h2); font-weight:800; line-height:1.1; letter-spacing:-.04em; color:#fff; margin-bottom:16px; }
.gbp-h2.on-light { color:#0a0f1e; }
.gbp-h2 em, .gbp-h3 em { font-style:normal; background:linear-gradient(135deg,#059669,#06d6a0); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.gbp-h3 { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:var(--h3); font-weight:700; line-height:1.15; letter-spacing:-.03em; color:#fff; margin-bottom:14px; }
.gbp-h3.on-light { color:#0a0f1e; }

/* Body text */
.gbp-body { font-size:.95rem; line-height:1.75; color:rgba(255,255,255,.65); margin-bottom:14px; }
.gbp-body.on-light { color:rgba(10,15,30,.65); }
.gbp-body:last-of-type { margin-bottom:0; }

/* Buttons */
.gbp-btn { display:inline-flex; align-items:center; gap:8px; padding:13px 28px; border-radius:99px; font-size:.875rem; font-weight:600; letter-spacing:-.01em; transition:all .25s cubic-bezier(.4,0,.2,1); white-space:nowrap; cursor:pointer; border:none; }
.gbp-btn--primary { background:#06d6a0; color:#0a0f1e; box-shadow:0 8px 28px rgba(6,214,160,.35); }
.gbp-btn--primary:hover { transform:translateY(-2px); box-shadow:0 14px 40px rgba(6,214,160,.45); }
.gbp-btn--ghost { background:transparent; color:rgba(255,255,255,.8); border:1.5px solid rgba(255,255,255,.2); }
.gbp-btn--ghost:hover { border-color:#06d6a0; color:#06d6a0; background:rgba(6,214,160,.06); }
.gbp-btn--green { background:linear-gradient(135deg,#059669,#06d6a0); color:#fff; box-shadow:0 8px 28px rgba(6,214,160,.3); }
.gbp-btn--green:hover { transform:translateY(-2px); box-shadow:0 14px 40px rgba(6,214,160,.45); }
.gbp-ctas { display:flex; flex-wrap:wrap; gap:14px; margin-top:24px; }

/* CTA arrow svg */
.btn-arrow { width:14px; height:14px; flex-shrink:0; }

/* Pricing card */
.gbp-pricing-card { background:linear-gradient(135deg,#e33e2b,#c0392b); border-radius:20px; padding:28px 24px; color:#fff; }
.gbp-pricing-title { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:1.1rem; font-weight:700; text-align:center; display:block; margin-bottom:18px; color:#fff; text-decoration:none; }
.gbp-pricing-list { list-style:none; padding:0; margin:0 0 16px; }
.gbp-pricing-list li { font-size:.85rem; line-height:1.6; padding:5px 0; padding-left:22px; position:relative; color:rgba(255,255,255,.9); border-bottom:1px solid rgba(255,255,255,.1); }
.gbp-pricing-list li:last-child { border-bottom:none; }
.gbp-pricing-list li::before { content:"✓"; position:absolute; left:0; color:#ffde73; font-weight:700; }
.gbp-pricing-list li.no::before { content:"✕"; color:rgba(255,255,255,.4); }
.gbp-pricing-from { text-align:center; font-size:.8rem; color:rgba(255,255,255,.6); margin-bottom:4px; }
.gbp-pricing-rate { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:2.4rem; font-weight:800; text-align:center; color:#ffde73; letter-spacing:-.04em; margin-bottom:0; }

/* One-time cost section visual */
.gbp-oc-visual { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:28px; }
.gbp-oc-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(6,214,160,.12); border:1px solid rgba(6,214,160,.25); border-radius:99px; padding:6px 14px; font-size:.78rem; color:#06d6a0; font-weight:600; letter-spacing:.06em; margin-bottom:18px; }
.gbp-oc-steps { display:flex; flex-direction:column; gap:12px; }
.gbp-oc-step { display:flex; align-items:flex-start; gap:14px; padding:12px 16px; background:rgba(255,255,255,.04); border-radius:12px; border:1px solid rgba(255,255,255,.07); }
.gbp-oc-step-num { width:32px; height:32px; border-radius:99px; background:linear-gradient(135deg,#06d6a0,#4361ee); display:flex; align-items:center; justify-content:center; font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.8rem; font-weight:700; color:#fff; flex-shrink:0; }
.gbp-oc-step-text strong { display:block; font-size:.9rem; font-weight:600; color:#fff; }
.gbp-oc-step-text span { font-size:.78rem; color:rgba(255,255,255,.45); }

/* Lead gen visual card */
.gbp-lead-card { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:20px; overflow:hidden; }
.gbp-lead-card-header { display:flex; align-items:center; gap:8px; padding:14px 18px; background:rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.08); }
.gbp-lead-card-header .term-dot { width:9px; height:9px; border-radius:50%; }
.gbp-lead-card-title { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.75rem; color:rgba(255,255,255,.45); margin-left:6px; flex:1; }
.gbp-lead-chart { padding:20px 18px 0; }
.gbp-lead-chart svg { width:100%; }
.gbp-lead-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.gbp-lead-metric { text-align:center; padding:16px 8px; border-right:1px solid rgba(255,255,255,.07); }
.gbp-lead-metric:last-child { border-right:none; }
.gbp-lead-metric-num { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:1.4rem; font-weight:800; color:#06d6a0; }
.gbp-lead-metric-lbl { font-size:.72rem; color:rgba(255,255,255,.4); margin-top:3px; }

/* Walk-ins visual */
.gbp-walkins-visual { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.gbp-wi-card { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:20px 16px; text-align:center; }
.gbp-wi-icon { font-size:2rem; margin-bottom:10px; }
.gbp-wi-num { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:1.6rem; font-weight:800; color:#06d6a0; letter-spacing:-.04em; line-height:1; }
.gbp-wi-lbl { font-size:.75rem; color:rgba(255,255,255,.45); margin-top:4px; }

/* Maps visual */
.gbp-maps-card { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:20px; overflow:hidden; }
.gbp-maps-search { background:rgba(255,255,255,.08); padding:12px 16px; display:flex; align-items:center; gap:10px; border-bottom:1px solid rgba(255,255,255,.08); }
.gbp-maps-search svg { width:14px; height:14px; color:rgba(255,255,255,.4); flex-shrink:0; stroke:rgba(255,255,255,.4); fill:none; stroke-width:2; }
.gbp-maps-search span { font-size:.82rem; color:rgba(255,255,255,.5); }
.gbp-maps-list { padding:4px 0; }
.gbp-maps-row { display:flex; align-items:center; gap:12px; padding:12px 18px; border-bottom:1px solid rgba(255,255,255,.05); transition:background .2s; }
.gbp-maps-row:hover { background:rgba(255,255,255,.03); }
.gbp-maps-row:last-child { border-bottom:none; }
.gbp-maps-rank { width:26px; height:26px; border-radius:99px; display:flex; align-items:center; justify-content:center; font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.8rem; font-weight:700; flex-shrink:0; }
.gbp-maps-rank.top { background:linear-gradient(135deg,#06d6a0,#059669); color:#fff; }
.gbp-maps-rank.sec { background:rgba(255,255,255,.1); color:rgba(255,255,255,.5); }
.gbp-maps-info { flex:1; }
.gbp-maps-name { font-size:.88rem; font-weight:600; color:#fff; }
.gbp-maps-meta { font-size:.75rem; color:rgba(255,255,255,.4); margin-top:2px; }
.gbp-maps-stars { font-size:.8rem; color:#fbbf24; }

/* Algorithm visual */
.gbp-algo-visual { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:24px; }
.gbp-algo-title { font-family:'DM Mono',monospace; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:#06d6a0; margin-bottom:16px; }
.gbp-algo-rows { display:flex; flex-direction:column; gap:10px; }
.gbp-algo-row { display:flex; align-items:center; gap:12px; }
.gbp-algo-label { font-size:.82rem; color:rgba(255,255,255,.6); width:140px; flex-shrink:0; }
.gbp-algo-bar-wrap { flex:1; height:7px; background:rgba(255,255,255,.08); border-radius:99px; overflow:hidden; }
.gbp-algo-bar-fill { height:100%; border-radius:99px; background:linear-gradient(90deg,#06d6a0,#4361ee); animation:barGrow 1.6s cubic-bezier(.4,0,.2,1) both; }
.gbp-algo-val { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.82rem; font-weight:700; color:#06d6a0; width:30px; text-align:right; flex-shrink:0; }
.gbp-algo-result { margin-top:16px; background:linear-gradient(135deg,rgba(6,214,160,.12),rgba(67,97,238,.08)); border:1px solid rgba(6,214,160,.2); border-radius:12px; padding:12px 16px; display:flex; align-items:center; justify-content:space-between; }
.gbp-algo-result-lbl { font-size:.8rem; color:rgba(255,255,255,.55); }
.gbp-algo-result-val { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-weight:800; color:#06d6a0; }

/* Reverse engineering visual */
.gbp-reverse-visual { display:flex; flex-direction:column; gap:12px; }
.gbp-rev-step { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:14px 16px; }
.gbp-rev-step-icon { width:40px; height:40px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.gbp-rev-step-content strong { display:block; font-size:.88rem; font-weight:600; color:#fff; }
.gbp-rev-step-content span { font-size:.75rem; color:rgba(255,255,255,.4); }
.gbp-rev-connector { width:2px; height:16px; background:linear-gradient(180deg,rgba(6,214,160,.4),rgba(67,97,238,.2)); margin-left:35px; border-radius:99px; }

/* Data-backed adjustments visual */
.gbp-data-visual { background:#fff; border-radius:20px; padding:24px; box-shadow:0 6px 30px rgba(10,15,30,.08); }
.gbp-data-title { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.85rem; font-weight:700; color:#0a0f1e; margin-bottom:16px; }
.gbp-data-rows { display:flex; flex-direction:column; gap:10px; }
.gbp-data-row { display:flex; align-items:center; gap:12px; }
.gbp-data-label { font-size:.8rem; color:rgba(10,15,30,.55); width:130px; flex-shrink:0; }
.gbp-data-bar-wrap { flex:1; height:7px; background:#e8edf8; border-radius:99px; overflow:hidden; }
.gbp-data-bar-fill { height:100%; border-radius:99px; animation:barGrow 1.4s cubic-bezier(.4,0,.2,1) both; }
.gbp-data-val { font-size:.8rem; font-weight:700; color:#059669; width:32px; text-align:right; flex-shrink:0; }
.gbp-data-trend { margin-top:16px; display:flex; align-items:center; justify-content:space-between; padding:12px 16px; background:linear-gradient(135deg,rgba(5,150,105,.08),rgba(6,214,160,.04)); border-radius:12px; border:1px solid rgba(5,150,105,.15); }
.gbp-data-trend-lbl { font-size:.8rem; color:rgba(10,15,30,.55); }
.gbp-data-trend-val { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.95rem; font-weight:800; color:#059669; }

/* Expert section */
.gbp-expert-visual { background:#fff; border-radius:20px; padding:28px; box-shadow:0 6px 30px rgba(10,15,30,.08); }
.gbp-expert-img-wrap { width:100%; aspect-ratio:4/3; border-radius:16px; overflow:hidden; background:linear-gradient(135deg,#e8f5f1,#d1fae5); display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.gbp-expert-img-wrap img { width:100%; height:100%; object-fit:cover; }
.gbp-expert-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.gbp-expert-stat { text-align:center; padding:12px 8px; background:#f6f9ff; border-radius:10px; }
.gbp-expert-stat-num { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:1.2rem; font-weight:800; color:#059669; }
.gbp-expert-stat-lbl { font-size:.7rem; color:rgba(10,15,30,.5); margin-top:2px; }

/* Case studies carousel */
.gbp-carousel { overflow:hidden; position:relative; }
.gbp-carousel-track { display:flex; gap:20px; animation:carouselSlide 30s linear infinite; }
.gbp-carousel-track:hover { animation-play-state:paused; }
@keyframes carouselSlide { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.gbp-slide { flex-shrink:0; width:280px; height:200px; border-radius:16px; overflow:hidden; position:relative; border:1px solid rgba(10,15,30,.08); cursor:pointer; }
.gbp-slide img { width:100%; height:100%; object-fit:cover; }
.gbp-slide-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(10,15,30,.75) 0%,transparent 55%); }
.gbp-slide-info { position:absolute; bottom:0; left:0; right:0; padding:14px; }
.gbp-slide-badge { display:inline-block; background:rgba(6,214,160,.9); color:#0a0f1e; font-size:.65rem; font-weight:700; letter-spacing:.08em; padding:2px 8px; border-radius:99px; margin-bottom:5px; }
.gbp-slide-name { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.9rem; font-weight:700; color:#fff; }
.gbp-slide-meta { font-size:.72rem; color:rgba(255,255,255,.6); margin-top:2px; }
.gbp-carousel-fade-l,.gbp-carousel-fade-r { position:absolute; top:0; bottom:0; width:80px; pointer-events:none; z-index:2; }
.gbp-carousel-fade-l { left:0; background:linear-gradient(to right,var(--carousel-bg,#fff),transparent); }
.gbp-carousel-fade-r { right:0; background:linear-gradient(to left,var(--carousel-bg,#fff),transparent); }

/* GBP expert list */
.gbp-feature-list { list-style:none; padding:0; margin:16px 0 0; display:flex; flex-direction:column; gap:10px; }
.gbp-feature-list li { display:flex; align-items:flex-start; gap:10px; font-size:.9rem; line-height:1.6; color:rgba(10,15,30,.65); }
.gbp-feature-list li::before { content:"✦"; color:#059669; font-size:.75rem; margin-top:4px; flex-shrink:0; }
.gbp-feature-list li strong { color:#0a0f1e; }

/* FAQ */
.gbp-faq-wrap { display:flex; flex-direction:column; gap:12px; }
.gbp-faq-item { background:#fff; border:1px solid #e8edf8; border-radius:14px; overflow:hidden; }
.gbp-faq-question { width:100%; display:flex; align-items:center; gap:14px; padding:16px 20px; cursor:pointer; background:none; border:none; text-align:left; }
.gbp-faq-icon { width:28px; height:28px; border-radius:8px; background:#f0f9f5; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .2s; }
.gbp-faq-icon svg { width:14px; height:14px; stroke:#059669; fill:none; stroke-width:2.5; transition:transform .3s; }
.gbp-faq-question[aria-expanded="true"] .gbp-faq-icon { background:linear-gradient(135deg,#06d6a0,#059669); }
.gbp-faq-question[aria-expanded="true"] .gbp-faq-icon svg { stroke:#fff; transform:rotate(90deg); }
.gbp-faq-q-text { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.95rem; font-weight:600; color:#0a0f1e; }
.gbp-faq-answer { display:none; padding:0 20px 18px 62px; font-size:.88rem; line-height:1.7; color:rgba(10,15,30,.6); }
.gbp-faq-answer.open { display:block; }

/* FAQ visual */
.gbp-faq-visual { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.gbp-fq-card { border-radius:14px; padding:18px 16px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:8px; }
.gbp-fq-card .fq-icon { font-size:1.6rem; }
.gbp-fq-card .fq-title { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-size:.85rem; font-weight:700; color:#0a0f1e; }
.gbp-fq-card .fq-sub { font-size:.75rem; color:rgba(10,15,30,.5); line-height:1.5; }

/* Section header center */
.gbp-sec-head { text-align:center; margin-bottom:48px; }
.gbp-sec-eyebrow { display:inline-flex; align-items:center; gap:8px; font-family:'DM Mono',monospace; font-size:.75rem; font-weight:500; letter-spacing:.12em; text-transform:uppercase; color:#06d6a0; margin-bottom:12px; }
.gbp-pulse { width:7px; height:7px; border-radius:50%; background:#06d6a0; display:inline-block; animation:pulse 1.8s ease-in-out infinite; box-shadow:0 0 0 0 rgba(6,214,160,.7); }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(6,214,160,.5)} 50%{box-shadow:0 0 0 6px rgba(6,214,160,0)} }

/* Strategic growth visual on light bg */
.gbp-strategic-visual { display:flex; flex-direction:column; gap:12px; }
.gbp-sg-step { display:flex; align-items:center; gap:14px; background:#fff; border:1px solid #e8edf8; border-radius:14px; padding:14px 16px; box-shadow:0 2px 8px rgba(10,15,30,.04); }
.gbp-sg-step-icon { width:40px; height:40px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; }
.gbp-sg-step-content strong { display:block; font-size:.88rem; font-weight:600; color:#0a0f1e; }
.gbp-sg-step-content span { font-size:.75rem; color:rgba(10,15,30,.45); }
.gbp-sg-connector { width:2px; height:14px; background:linear-gradient(180deg,#06d6a0,#e8edf8); margin-left:35px; border-radius:99px; }

/* Responsive */
@media(max-width:900px){
  .gbp-grid2,.gbp-grid2.flip{grid-template-columns:1fr;gap:40px;direction:ltr;}
  .gbp-stat-grid{grid-template-columns:repeat(2,1fr);}
  .gbp-stat-item{border-bottom:1px solid rgba(255,255,255,.08);}
  .gbp-stat-item:nth-child(2n){border-right:none;}
  .gbp-stat-item:nth-child(3),.gbp-stat-item:nth-child(4){border-bottom:none;}
  .gbp-walkins-visual{grid-template-columns:1fr 1fr;}
  .gbp-faq-visual{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .gbp-h1{font-size:2rem;}
  .gbp-h2{font-size:1.5rem;}
  .gbp-stat-grid{grid-template-columns:repeat(2,1fr);}
  .gbp-slide{width:240px;height:170px;}
  .gbp-walkins-visual{grid-template-columns:1fr 1fr;}
  .gbp-faq-visual{grid-template-columns:1fr;}
}