/**
 * cgp-business-page.css
 *
 * Business Charging page shell — recharge.gr/business/
 *
 * Scope: hero, advantages, use-case tabs, infrastructure,
 *        tier cards, operational support, client logos,
 *        charger levels, FAQ.
 * Does NOT contain: global type/buttons (style.css),
 *                   calculator components
 * Complements:      style.css :root tokens
 *
 * Visual language: "confident, professional, scalable"
 *   — Mirrors residential page design tokens (cgp-res-*)
 *   — Geologica (display) + system-font (body)
 *   — Action blue (#1665D8) for CTAs to unify the flow
 *
 * Changelog v1.4.2 (2026-06-09):
 *   — Tier footnote: CSS pseudo-element via .cgp-biz-tier-footnote-ref
 *   — Removed sup from HTML (WP-safe approach)
 *
 * Changelog v1.4.1 (2026-06-09):
 *   — Tier card footnote: margin-bottom 16px (sits above CTA)
 *   — Tier list sup: tightened vertical-align
 *
 * Changelog v1.4.0 (2026-06-09):
 *   — All sections white except cgp-biz-infra (tint; cards white-on-tint)
 *   — Removed WP block gap reset block (no longer needed)
 *   — Removed all border-top between sections (spacing alone)
 *   — Code cleanup: no special-case backgrounds
 *
 * Changelog v1.3.5 (2026-06-09):
 *   — Broad WP block gap reset on all cgp-biz sections
 *   — Logo max-height permanently fixed to 100px important
 *
 * Changelog v1.3.4 (2026-06-09):
 *   — Revenue section bg: white → #F8FAFB (ties with calculator)
 *   — FAQ: removed border-top (levels→FAQ spacing sufficient)
 *   — Levels + Adv: added margin-top:0 alongside margin-block-start:0
 *
 * Changelog v1.3.3 (2026-06-09):
 *   — margin-block-start:0 on adv + levels (WP block gap reset)
 *   — Removed border-top from infra + levels (bg change sufficient)
 *
 * Changelog v1.3.2 (2026-06-09):
 *   — Removed border-top from ops, clients, revenue sections
 *     (same-colour white sections; spacing alone provides separation)
 *   — Levels and FAQ keep border-top (white/tint transitions)
 *
 * Changelog v1.3.0 (2026-06-09):
 *   — Logos strip: grid 6-col → 4-col → 3-col, 160px fixed width per cell
 *   — Mobile hero: background-position 60% → 82% (keeps charger in frame)
 *   — Added .cgp-biz-audience-strip + children (inline audience indicator)
 *
 * Changelog v1.2.0 (2026-06-09):
 *   — Removed .cgp-biz-emsp-section (standalone strip deleted)
 *   — Added .cgp-biz-roaming-apps + children (icons in card)
 *   — Logos strip: height 20px → 28px, removed grayscale filter
 *   — Ops + clients section headings: color now inherits ink
 *     (inline style removed from HTML)
 *   — Removed "Λύση 01/02" eyebrow from tier cards (HTML only)
 *   — Removed who-is-it-for strip from panels (HTML only)
 *
 * Changelog v1.1.0 (2026-06-09):
 *   — Tier card: added .cgp-biz-tier-img (toggle-aware image)
 *   — Tier card: added .cgp-biz-tier-note (footnote style)
 *   — Infrastructure grid: margin-bottom reduced 64px → 32px
 *   — Added .cgp-biz-emsp-section wrapper padding
 *   — Removed stats section (kept CSS class — no harm)
 *   — gov.gr badge moved to Advantages section
 *
 * @version 1.4.2
 * @date    2026-06-09
 */

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700&family=Nunito+Sans:wght@800&display=swap');

/* ============================================================
 * Token bridge (mirrors cgp-residential-page.css)
 * ============================================================ */

:root {
  --biz-ink:          #0F2237;
  --biz-navy:         #2B435E;
  --biz-action:       #1665D8;
  --biz-action-deep:  #0E4FB2;
  --biz-blue:         #527FB3;
  --biz-text:         #243C58;
  --biz-text-soft:    #5C708A;
  --biz-text-faint:   #94A0AE;
  --biz-border:       #DDE5EE;
  --biz-border-soft:  #EDF1F6;
  --biz-surface:      #FFFFFF;
  --biz-tint:         #F4F8FD;
  --biz-tint-soft:    #F8FAFB;
  --biz-r-card:       18px;
  --biz-r-pill:       9999px;
  --biz-r-btn:        12px;
  --biz-shadow-sm:    0 2px 12px rgba(15, 34, 55, 0.07);
  --biz-shadow-md:    0 6px 24px rgba(15, 34, 55, 0.10);
  --biz-shadow-lg:    0 12px 40px rgba(15, 34, 55, 0.13);
  --biz-shadow-cta:   0 6px 20px rgba(22, 101, 216, 0.30);
  --biz-f-display:    'Geologica', Helvetica, Arial, sans-serif;
  --biz-f-body:       'Helvetica Neue', Helvetica, Arial, sans-serif;
  --biz-t:            all 0.20s ease;
  --biz-section-v:    88px;
}

/* ============================================================
 * Layout — container + shared primitives
 * ============================================================ */

.cgp-biz-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.cgp-biz-section-eyebrow {
  display: block;
  font-family: var(--biz-f-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
  margin-bottom: 12px;
}

.cgp-biz-section-title {
  font-family: var(--biz-f-display);
  font-weight: 700;
  font-size: clamp(1.55rem, 2.7vw, 2.3rem);
  color: var(--biz-ink);
  line-height: 1.14;
  letter-spacing: -0.022em;
  margin: 0 0 14px;
}

.cgp-biz-section-title .accent { color: var(--biz-action); }

.cgp-biz-section-lede {
  font-family: var(--biz-f-body);
  font-size: 1.03rem;
  color: var(--biz-text-soft);
  line-height: 1.70;
  margin: 0;
}

/* ============================================================
 * Buttons — page-level
 * ============================================================ */

.cgp-biz-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--biz-r-btn);
  padding: 14px 28px;
  font-family: var(--biz-f-display);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: var(--biz-t);
  border: 1.5px solid transparent;
  line-height: 1;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.cgp-biz-page-btn-primary {
  background: var(--biz-action);
  color: #fff;
  border-color: var(--biz-action);
  box-shadow: var(--biz-shadow-cta);
}

.cgp-biz-page-btn-primary:hover {
  background: var(--biz-action-deep);
  border-color: var(--biz-action-deep);
  box-shadow: 0 6px 26px rgba(22, 101, 216, 0.42);
  text-decoration: none;
  color: #fff;
}

.cgp-biz-page-btn-ghost {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.90);
  border-color: rgba(255, 255, 255, 0.30);
}

.cgp-biz-page-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
 * HERO
 * ============================================================ */

.cgp-biz-hero {
  position: relative;
  min-height: 100vh;
  background-image: url('https://charge.guide/wp-content/uploads/business-hero.webp');
  background-size: cover;
  background-position: 70% center;
  display: flex;
  align-items: center;
}

.cgp-biz-hero-img-mobile { display: none; }

.cgp-biz-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 18, 32, 0.97) 0%,
    rgba(8, 18, 32, 0.88) 32%,
    rgba(8, 18, 32, 0.40) 58%,
    rgba(8, 18, 32, 0.10) 78%,
    transparent 92%
  );
  pointer-events: none;
  z-index: 0;
}

.cgp-biz-hero-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
  padding: 88px 48px;
}

.cgp-biz-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--biz-f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(172, 218, 255, 0.92);
  margin-bottom: 22px;
  padding: 6px 13px;
  border: 1px solid rgba(113, 176, 246, 0.25);
  border-radius: var(--biz-r-pill);
  background: rgba(22, 101, 216, 0.16);
}

.cgp-biz-hero-title {
  font-family: var(--biz-f-display);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  letter-spacing: -0.026em;
  margin: 0 0 24px;
}

.cgp-biz-hero-title .hero-accent { color: #71B0F6; }

.cgp-biz-hero-sub {
  font-family: var(--biz-f-body);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 0 0 40px;
  max-width: 450px;
}

.cgp-biz-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================================
 * ADVANTAGES — 4-card grid
 * ============================================================ */

.cgp-biz-adv {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-adv-head {
  text-align: center;
  margin-bottom: 48px;
}

.cgp-biz-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cgp-biz-adv-card {
  background: var(--biz-surface);
  border-radius: var(--biz-r-card);
  padding: 20px;
  border: 1px solid var(--biz-border-soft);
  box-shadow: var(--biz-shadow-sm);
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: start;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.cgp-biz-adv-card:hover {
  box-shadow: var(--biz-shadow-md);
  transform: translateY(-2px);
}

.cgp-biz-adv-icon    { grid-column: 1; grid-row: 1; margin-top: 3px; }
.cgp-biz-adv-heading { grid-column: 2; grid-row: 1; align-self: center; }
.cgp-biz-adv-body    { grid-column: 1 / -1; grid-row: 2; }

/* gov.gr badge inside adv card sits in row 3, full width */
.cgp-biz-adv-card .cgp-biz-govgr {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 4px;
}

.cgp-biz-adv-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--biz-tint);
  border-radius: 10px;
  color: var(--biz-action);
  flex-shrink: 0;
}

.cgp-biz-adv-heading {
  font-family: var(--biz-f-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.cgp-biz-adv-body {
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text-soft);
  line-height: 1.65;
}

/* ============================================================
 * gov.gr badge (shared — used in adv card + infra card)
 * ============================================================ */

.cgp-biz-govgr {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  line-height: 1;
}

.cgp-biz-govgr .gov { color: #003366; }
.cgp-biz-govgr .gr  { color: #00AEEF; }

/* ============================================================
 * USE-CASE TOGGLE (Workplace / Commercial)
 * ============================================================ */

.cgp-biz-usecase {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-usecase-head {
  margin-bottom: 40px;
}

/* Toggle row */
.cgp-biz-toggle-eyebrow {
  display: block;
  text-align: center;
  font-family: var(--biz-f-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
  margin-bottom: 14px;
}

.cgp-biz-toggle-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
}

.cgp-biz-toggle-label {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  max-width: 180px;
  user-select: none;
}

.cgp-biz-toggle-label.cgp-biz-right {
  align-items: flex-start;
}

.cgp-biz-toggle-label-main {
  font-family: var(--biz-f-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--biz-text-faint);
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color 0.18s ease;
  cursor: pointer;
}

.cgp-biz-toggle-label-sub {
  font-family: var(--biz-f-body);
  font-size: 0.78rem;
  color: var(--biz-text-faint);
  transition: color 0.18s ease;
}

.cgp-biz-toggle-label.active .cgp-biz-toggle-label-main {
  color: var(--biz-action);
}

.cgp-biz-toggle-label.active .cgp-biz-toggle-label-sub {
  color: var(--biz-text-soft);
}

/* Toggle switch */
.cgp-biz-switch {
  position: relative;
  width: 54px;
  height: 30px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 4px;
}

.cgp-biz-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cgp-biz-switch-track {
  position: absolute;
  inset: 0;
  background: var(--biz-border);
  border-radius: 30px;
  transition: background 0.2s ease;
}

.cgp-biz-switch input:checked + .cgp-biz-switch-track {
  background: var(--biz-action);
}

.cgp-biz-switch-track::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 4px;
  top: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s cubic-bezier(.34,1.56,.64,1);
}

.cgp-biz-switch input:checked + .cgp-biz-switch-track::before {
  transform: translateX(24px);
}

/* Panels */
.cgp-biz-panel { display: none; }
.cgp-biz-panel.active { display: block; }

/* "For:" audience strip — lightweight inline, above feature cards */
.cgp-biz-audience-strip {
  display: flex;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 0 2px;
}

.cgp-biz-audience-label {
  font-family: var(--biz-f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
  margin-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cgp-biz-audience-item {
  font-family: var(--biz-f-display);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--biz-text-soft);
  white-space: nowrap;
}

.cgp-biz-audience-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--biz-border);
  flex-shrink: 0;
  margin: 0 10px;
  display: inline-block;
}

  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
  padding: 14px 20px;
  background: var(--biz-tint);
  border-radius: 10px;
  border: 1px solid var(--biz-border-soft);
}

.cgp-biz-who-label {
  font-family: var(--biz-f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
  white-space: nowrap;
}

.cgp-biz-who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px 24px;
  flex-wrap: wrap;
}

.cgp-biz-who-list li {
  font-family: var(--biz-f-display);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--biz-text-soft);
  display: flex;
  align-items: center;
  gap: 7px;
}

.cgp-biz-who-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--biz-action);
  flex-shrink: 0;
}

/* Feature grid inside panel */
.cgp-biz-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.cgp-biz-feature-card {
  background: var(--biz-tint-soft);
  border-radius: var(--biz-r-card);
  padding: 24px 26px;
  border: 1px solid var(--biz-border-soft);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.cgp-biz-feature-card:hover {
  box-shadow: var(--biz-shadow-sm);
  transform: translateY(-1px);
}

.cgp-biz-feature-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--biz-surface);
  border-radius: 9px;
  color: var(--biz-action);
  flex-shrink: 0;
  border: 1px solid var(--biz-border-soft);
}

.cgp-biz-feature-title {
  font-family: var(--biz-f-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
  margin: 0;
}

.cgp-biz-feature-body {
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text-soft);
  line-height: 1.68;
  margin: 0;
}

/* ============================================================
 * INFRASTRUCTURE DESIGN + TIER CARDS
 * ============================================================ */

.cgp-biz-infra {
  padding: var(--biz-section-v) 0;
  background: var(--biz-tint-soft);
}

.cgp-biz-infra-head {
  margin-bottom: 48px;
}

.cgp-biz-infra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px; /* reduced from 64px — tier cards follow directly */
}

.cgp-biz-infra-card {
  background: var(--biz-surface);
  border-radius: var(--biz-r-card);
  padding: 28px 26px;
  border: 1px solid var(--biz-border-soft);
  box-shadow: var(--biz-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cgp-biz-infra-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--biz-tint);
  border-radius: 10px;
  color: var(--biz-action);
}

.cgp-biz-infra-title {
  font-family: var(--biz-f-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
  margin: 0;
}

.cgp-biz-infra-body {
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text-soft);
  line-height: 1.68;
  margin: 0;
}

/* Tier cards grid */
.cgp-biz-tiers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 32px auto 0;
}

.cgp-biz-tier-card {
  background: var(--biz-surface);
  border-radius: var(--biz-r-card);
  padding: 32px 32px 28px;
  border: 1px solid var(--biz-border-soft);
  box-shadow: var(--biz-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cgp-biz-tier-eyebrow {
  font-family: var(--biz-f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
}

.cgp-biz-tier-title {
  font-family: var(--biz-f-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.3;
}

/* Toggle-aware image inside tier card */
.cgp-biz-tier-img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  max-height: 200px;
}

.cgp-biz-tier-for {
  font-family: var(--biz-f-body);
  font-size: 0.85rem;
  color: var(--biz-text-soft);
  line-height: 1.6;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--biz-border-soft);
}

.cgp-biz-tier-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cgp-biz-tier-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--biz-border-soft);
  gap: 8px;
}

.cgp-biz-tier-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cgp-biz-tier-check {
  color: var(--biz-blue);
  font-size: 15px;
  flex-shrink: 0;
}

.cgp-biz-tier-cta {
  margin-top: auto;
}

/* Tier card footnote */
.cgp-biz-tier-note {
  font-family: var(--biz-f-body);
  font-size: 0.76rem;
  color: var(--biz-text-faint);
  line-height: 1.5;
  margin: 0 0 16px;
  padding-top: 4px;
}

.cgp-biz-tier-list sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
}

/* Footnote marker injected via CSS — WP cannot strip pseudo-elements */
.cgp-biz-tier-footnote-ref .cgp-biz-tier-item-label::after {
  content: '*';
  font-size: 0.65em;
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
  color: var(--biz-text-faint);
}

/* ============================================================
 * ROAMING APP ICONS — inside the Roaming feature card
 * ============================================================ */

.cgp-biz-roaming-apps {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cgp-biz-roaming-apps-label {
  font-family: var(--biz-f-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
}

.cgp-biz-roaming-apps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.cgp-biz-roaming-apps-grid img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 9px;
  opacity: 0.80;
  transition: opacity 0.18s ease, transform 0.18s ease;
  flex-shrink: 0;
}

.cgp-biz-roaming-apps-grid img:hover {
  opacity: 1;
  transform: scale(1.10);
}

/* ============================================================
 * OPERATIONAL SUPPORT
 * ============================================================ */

.cgp-biz-ops {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-ops-head { margin-bottom: 48px; }

.cgp-biz-ops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cgp-biz-ops-card {
  background: var(--biz-tint-soft);
  border-radius: var(--biz-r-card);
  padding: 28px 26px;
  border: 1px solid var(--biz-border-soft);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.cgp-biz-ops-card:hover {
  box-shadow: var(--biz-shadow-md);
  transform: translateY(-2px);
}

.cgp-biz-ops-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--biz-tint);
  border-radius: 10px;
  color: var(--biz-action);
}

.cgp-biz-ops-title {
  font-family: var(--biz-f-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
  margin: 0;
}

.cgp-biz-ops-body {
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text-soft);
  line-height: 1.68;
  margin: 0;
}

/* ============================================================
 * STATS BAR (kept for reference — not rendered in current page)
 * ============================================================ */

.cgp-biz-stats {
  padding: 72px 0;
  background: var(--biz-tint);
  border-top: 1px solid var(--biz-border-soft);
  border-bottom: 1px solid var(--biz-border-soft);
}

.cgp-biz-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
  align-items: center;
}

.cgp-biz-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cgp-biz-stat-item + .cgp-biz-stat-item {
  border-left: 1px solid var(--biz-border-soft);
}

.cgp-biz-stat-value {
  font-family: var(--biz-f-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--biz-ink);
  letter-spacing: -0.04em;
  line-height: 1;
}

.cgp-biz-stat-label {
  font-family: var(--biz-f-body);
  font-size: 0.88rem;
  color: var(--biz-text-soft);
  line-height: 1.5;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  text-align: center;
}

/* ============================================================
 * CLIENT LOGOS
 * ============================================================ */

.cgp-biz-clients {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-clients-head {
  text-align: center;
  margin-bottom: 48px;
}

.cgp-biz-logos-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 24px;
  align-items: center;
  justify-items: center;
}

.cgp-biz-logos-strip img {
  width: 160px;
  height: auto;
  max-height: 100px !important;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.22s ease;
}

.cgp-biz-logos-strip img:hover {
  opacity: 1;
}

/* ============================================================
 * REVENUE CALCULATOR
 * ============================================================ */

.cgp-biz-revenue {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-revenue-head {
  margin-bottom: 0;
}

/* ============================================================
 * CHARGER LEVELS (Τι πρέπει να γνωρίζετε)
 * ============================================================ */

.cgp-biz-levels {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-levels-head { margin-bottom: 52px; }

.cgp-biz-levels-subtitle {
  font-family: var(--biz-f-display);
  font-weight: 300;
  font-size: 1.3rem;
  color: var(--biz-blue);
  margin: 16px 0 14px;
  letter-spacing: -0.01em;
}

.cgp-biz-level-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 52px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--biz-border-soft);
}

.cgp-biz-level-item:first-of-type { border-top: none; padding-top: 0; }

.cgp-biz-level-item img {
  width: 100%;
  border-radius: var(--biz-r-card);
  display: block;
  max-height: 300px;
  object-fit: cover;
}

.cgp-biz-level-badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--biz-f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--biz-text-faint);
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--biz-tint);
  border-radius: var(--biz-r-pill);
  border: 1px solid var(--biz-border-soft);
}

.cgp-biz-level-title {
  font-family: var(--biz-f-display);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--biz-ink);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}

.cgp-biz-level-subtitle {
  font-family: var(--biz-f-display);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--biz-text-faint);
  margin: 0 0 16px;
}

.cgp-biz-level-body {
  font-family: var(--biz-f-body);
  font-size: 0.92rem;
  color: var(--biz-text-soft);
  line-height: 1.72;
  margin: 0;
}

/* ============================================================
 * FAQ
 * ============================================================ */

.cgp-biz-faq {
  padding: var(--biz-section-v) 0;
  background: var(--biz-surface);
}

.cgp-biz-faq-head { margin-bottom: 40px; }

.cgp-biz-faq-list { max-width: 760px; }

.cgp-biz-faq-item { border-top: 1px solid var(--biz-border-soft); }

.cgp-biz-faq-item:last-child { border-bottom: 1px solid var(--biz-border-soft); }

.cgp-biz-faq-q {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: 0;
  font-family: var(--biz-f-display);
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--biz-ink);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  letter-spacing: -0.005em;
  transition: color 0.15s ease;
}

.cgp-biz-faq-q:hover { color: var(--biz-action); }

.cgp-biz-faq-icon {
  flex-shrink: 0;
  color: var(--biz-text-faint);
  transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), color 0.15s ease;
}

.cgp-biz-faq-item.open .cgp-biz-faq-icon {
  transform: rotate(45deg);
  color: var(--biz-action);
}

.cgp-biz-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, padding-bottom 0.22s ease;
}

.cgp-biz-faq-item.open .cgp-biz-faq-a {
  max-height: 600px;
  padding-bottom: 20px;
}

.cgp-biz-faq-a p {
  font-family: var(--biz-f-body);
  font-size: 0.91rem;
  color: var(--biz-text-soft);
  line-height: 1.72;
  margin: 0;
}

/* ============================================================
 * RESPONSIVE
 * ============================================================ */

@media (max-width: 1024px) {
  .cgp-biz-hero { background-position: 72% center; }
}

@media (max-width: 900px) {
  .cgp-biz-adv-grid   { grid-template-columns: repeat(2, 1fr); }
  .cgp-biz-infra-grid { grid-template-columns: repeat(2, 1fr); }
  .cgp-biz-logos-strip { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  :root { --biz-section-v: 60px; }

  .cgp-biz-container { padding: 0 22px; }

  .cgp-biz-hero-content { padding: 60px 28px 48px; }

  .cgp-biz-features-grid { grid-template-columns: 1fr; }
  .cgp-biz-tiers          { grid-template-columns: 1fr; }
  .cgp-biz-ops-grid       { grid-template-columns: 1fr; }
  .cgp-biz-infra-grid     { grid-template-columns: 1fr; }

  .cgp-biz-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .cgp-biz-stat-item + .cgp-biz-stat-item { border-left: none; }

  .cgp-biz-level-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cgp-biz-level-item img { max-height: 220px; }
}

@media (max-width: 640px) {
  .cgp-biz-hero {
    background: none;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
  }

  .cgp-biz-hero-img-mobile {
    display: block;
    position: absolute;
    inset: 0;
    background-image: url('https://charge.guide/wp-content/uploads/business-hero.webp');
    background-size: cover;
    background-position: 82% center;
  }

  .cgp-biz-hero-overlay {
    background: linear-gradient(
      to top,
      rgba(8, 18, 32, 0.97) 0%,
      rgba(8, 18, 32, 0.85) 40%,
      rgba(8, 18, 32, 0.15) 70%,
      transparent 85%
    );
  }

  .cgp-biz-hero-content {
    padding: 32px 24px 48px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .cgp-biz-hero-title { font-size: 1.85rem; }
  .cgp-biz-hero-sub   { font-size: 0.95rem; }

  .cgp-biz-adv-grid   { grid-template-columns: 1fr; }
  .cgp-biz-stats-grid { grid-template-columns: 1fr; text-align: left; }
  .cgp-biz-logos-strip { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }

  .cgp-biz-panel-who { flex-direction: column; align-items: flex-start; }
}
