    .belit-clients-v7{
      --navy:#051f3e; --blue:#128bcc; --red:#ed1c27; --white:#ffffff;
      --ink:#071a33; --muted:rgba(5,31,62,.70); --line:rgba(5,31,62,.12);
      --shadow: 0 18px 60px rgba(5,31,62,.10);
      --shadow2: 0 28px 90px rgba(5,31,62,.14);
      --dark1:#041a34; --dark2:#051f3e;

      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color:var(--ink); background:var(--white);
      overflow-x:hidden; isolation:isolate;
    }
    .belit-clients-v7 *{ box-sizing:border-box; }
    .belit-clients-v7--embed{
      background:transparent;
      overflow:visible;
    }
    .belit-clients-v7 a{ color:inherit; text-decoration:none; }
    .belit-clients-v7 img{ max-width:100%; display:block; }
    .bc7-wrap{ max-width:1180px; margin:0 auto; padding:0 20px; }
    .bc7-sec{ padding:86px 0; position:relative; }
    @media (max-width: 900px){ .bc7-sec{ padding:66px 0; } }

    /* Hide default WP/Hello page titles ONLY on this page */
    .belit-clients-v7 .entry-title,
    .belit-clients-v7 .page-title,
    .belit-clients-v7 .page-header,
    .belit-clients-v7 header.page-header{
      display:none !important;
    }

    /* Hide “pill” section labels ONLY on this page */
    .belit-clients-v7 .bc7-kicker,
    .belit-clients-v7 .bc7-eyebrow,
    .belit-clients-v7 .bc7-testKicker{
      display:none !important;
    }

    /* ===== HERO (copy left + v2 illustration as section background) ===== */
    .bc7-pagehero{
      position:relative;
      min-height:100vh;
      min-height:100dvh;
      display:flex;
      align-items:flex-start;
      padding:var(--blt-hero-pad-top) 0 var(--blt-hero-pad-bottom);
      background:
        radial-gradient(1100px 520px at 12% -8%, rgba(18,139,204,.20), transparent 58%),
        radial-gradient(900px 480px at 88% 18%, rgba(237,28,39,.08), transparent 62%),
        linear-gradient(180deg, rgba(18,139,204,.05) 0%, rgba(255,255,255,1) 78%);
      border-bottom:1px solid rgba(5,31,62,.08);
      overflow:hidden;
    }
    .bc7-pagehero::before{
      content:"";
      position:absolute; inset:0;
      background-image:
        linear-gradient(rgba(5,31,62,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5,31,62,.04) 1px, transparent 1px);
      background-size:48px 48px;
      mask-image:linear-gradient(180deg, #000 0%, transparent 92%);
      -webkit-mask-image:linear-gradient(180deg, #000 0%, transparent 92%);
      pointer-events:none;
      opacity:.65;
    }
    .bc7-hero-bg{
      position:absolute; inset:0;
      z-index:1;
      pointer-events:none;
      overflow:hidden;
    }
    .bc7-hero-bg-img{
      position:absolute;
      right:0;
      top:50%;
      transform:translateY(-50%);
      width:min(72%, 760px);
      height:auto;
      max-height:min(92%, 440px);
      object-fit:contain;
      object-position:right center;
    }
    .bc7-hero-bg-fade{
      position:absolute; inset:0;
      z-index:1;
      pointer-events:none;
      background:linear-gradient(90deg,
        #fff 0%,
        #fff 28%,
        rgba(255,255,255,.92) 38%,
        rgba(255,255,255,.55) 50%,
        transparent 68%
      );
    }
    .bc7-hero-orbs{
      position:absolute; inset:0;
      pointer-events:none;
      overflow:hidden;
      z-index:0;
    }
    .bc7-orb{
      position:absolute;
      border-radius:50%;
      filter:blur(60px);
      opacity:.55;
    }
    .bc7-orb--blue{
      width:420px; height:420px;
      top:-120px; right:8%;
      background:rgba(18,139,204,.28);
    }
    .bc7-orb--red{
      width:280px; height:280px;
      bottom:-80px; left:6%;
      background:rgba(237,28,39,.14);
    }
    .bc7-pagehero > .bc7-wrap{
      width:100%;
      position:relative;
      z-index:2;
    }
    .bc7-hero-grid{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:clamp(20px, 3vw, 28px);
      width:100%;
    }
    .bc7-hero-copy{
      max-width:min(54ch, 48%);
    }
    @media (max-width: 980px){
      .bc7-hero-copy{ max-width:none; }
      .bc7-hero-bg-img{
        width:min(100%, 520px);
        right:50%;
        transform:translate(50%, -42%);
        top:auto;
        bottom:0;
        opacity:.55;
      }
      .bc7-hero-bg-fade{
        background:linear-gradient(180deg,
          #fff 0%,
          #fff 42%,
          rgba(255,255,255,.75) 58%,
          transparent 78%
        );
      }
    }
    .bc7-hero-copy{
      position:relative;
      display:flex;
      flex-direction:column;
    }
    .bc7-pagehero .bc7-h1{ margin-top:0; }
    .bc7-pagehero .bc7-kicker{
      align-self:center;
      width:fit-content;
      max-width:100%;
    }
    .bc7-kicker{
      display:inline-flex; align-items:center; flex-wrap:wrap; gap:10px;
      padding:10px 16px; border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.82);
      backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
      font-size:13px; font-weight:900;
      color:rgba(5,31,62,.80);
      letter-spacing:.02em;
    }
    .bc7-kicker .dot{
      width:9px; height:9px; border-radius:50%;
      background:var(--red);
      box-shadow:0 0 0 4px rgba(237,28,39,.16);
      animation:bc7-pulse 2.4s ease-in-out infinite;
    }
    .bc7-kicker-sep{
      width:1px; height:14px;
      background:rgba(5,31,62,.16);
    }
    .bc7-kicker-sub{
      font-weight:700;
      color:rgba(5,31,62,.62);
    }
    @keyframes bc7-pulse{
      0%,100%{ box-shadow:0 0 0 4px rgba(237,28,39,.16); }
      50%{ box-shadow:0 0 0 8px rgba(237,28,39,.06); }
    }
    .bc7-pagehero .bc7-h1{
      text-align:left;
      max-width:none;
      margin:0 0 18px;
      color:var(--navy);
      font-size:clamp(42px, 5.4vw, 76px);
      line-height:1.02;
      letter-spacing:-.04em;
    }
    .bc7-accent{
      display:block;
      background:linear-gradient(135deg, var(--blue) 0%, #0a6fa8 45%, var(--navy) 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .bc7-lead{
      margin:0;
      max-width:58ch;
      font-size:clamp(17px, 1.35vw, 20px);
      line-height:1.72;
      color:var(--muted);
      font-weight:500;
    }
    .bc7-hero-nav{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:10px;
      width:100%;
      max-width:480px;
      margin-top:clamp(28px, 4vw, 44px);
    }
    @media (max-width: 980px){
      .bc7-hero-nav{ max-width:none; }
    }
    .belit-clients-v7 .bc7-hero-nav-link{
      display:flex; align-items:center; justify-content:center;
      min-height:44px; padding:0 12px;
      border-radius:5px;
      border:1px solid var(--blue);
      background:transparent;
      box-shadow:none;
      font-size:clamp(12px, 1.1vw, 13.5px); font-weight:500;
      color:var(--navy);
      text-align:center;
      transition:border-color .2s ease, background .2s ease, color .2s ease;
    }
    .belit-clients-v7 .bc7-hero-nav-link:hover{
      border-color:var(--blue);
      background:rgba(18,139,204,.06);
      color:var(--navy);
    }
    .bc7-sub{ margin:0 auto; color:var(--muted); line-height:1.85; font-size:clamp(15px,1.2vw,17px); max-width:78ch; }
    .bc7-line{
      height:3px; width:150px; border-radius:999px;
      background:linear-gradient(90deg, transparent, rgba(237,28,39,.82), transparent);
      margin:14px auto 0;
    }
    @media (max-width: 768px){
      .bc7-pagehero{ padding:120px 0 72px; }
      .bc7-pagehero .bc7-h1{ font-size:clamp(36px, 9vw, 52px); }
    }

    /* ===== Reveal (safe; never blank on mobile) ===== */
    .belit-clients-v7 .bc7-reveal{ opacity:1; transform:none; filter:none; }
    .belit-clients-v7.bc7-anim .bc7-observe .bc7-reveal{
      opacity:0;
      transform: translateY(20px) scale(.985);
      filter: blur(12px);
      transition:
        opacity .9s cubic-bezier(.18,.9,.2,1),
        transform .9s cubic-bezier(.18,.9,.2,1),
        filter .9s cubic-bezier(.18,.9,.2,1);
      will-change: opacity, transform, filter;
    }
    .belit-clients-v7.bc7-anim .bc7-observe.bc7-in .bc7-reveal{
      opacity:1; transform:none; filter:none;
    }
    @media (prefers-reduced-motion: reduce){
      .belit-clients-v7.bc7-anim .bc7-reveal{
        transition:none !important; transform:none !important; filter:none !important; opacity:1 !important;
      }
    }

    /* ===== DARK “approach” band ===== */
    .bc7-dark{
      background:
        radial-gradient(1000px 520px at 25% 10%, rgba(18,139,204,.22), transparent 62%),
        radial-gradient(900px 520px at 80% 70%, rgba(237,28,39,.14), transparent 60%),
        linear-gradient(180deg, var(--dark1) 0%, var(--dark2) 55%, var(--dark1) 100%);
      color:rgba(255,255,255,.92);
    }
    .bc7-centerhead{ max-width: 920px; margin: 0 auto 26px; text-align:center; }
    @media (max-width: 980px){ .bc7-centerhead{ text-align:left; margin-left:0; margin-right:auto; } }

    .bc7-eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px; border-radius:999px;
      border:1px solid rgba(255,255,255,.20);
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.86);
      backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
      font-size:13px; font-weight:850;
      max-width:100%;
    }
    .bc7-eyebrow:before{
      content:""; width:10px; height:10px; border-radius:3px;
      background:linear-gradient(135deg, rgba(237,28,39,.95), rgba(18,139,204,.55));
      box-shadow:0 10px 24px rgba(237,28,39,.14);
      flex:0 0 auto;
    }
    .bc7-h2{
      margin:14px 0 10px;
      font-size:clamp(26px, 3.0vw, 42px);
      line-height:1.12;
      letter-spacing:-.03em;
      color:#fff;
    }
    .bc7-sub2{
      margin:0;
      color:rgba(255,255,255,.78);
      line-height:1.85;
      font-size:clamp(14px, 1.1vw, 16px);
      max-width: 78ch;
    }

    .bc7-approachGrid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:16px;
      align-items:stretch;
      margin-top:18px;
    }
    @media (max-width: 980px){ .bc7-approachGrid{ grid-template-columns:1fr; } }

    .bc7-panel{
      border-radius:26px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      box-shadow: 0 18px 60px rgba(0,0,0,.18);
      padding:18px;
      position:relative;
    }
    .bc7-panel h3{
      margin:8px 0 8px;
      color:#fff;
      letter-spacing:-.01em;
      font-size:18px;
    }
    .bc7-panel p{
      margin:0;
      color:rgba(255,255,255,.78);
      line-height:1.85;
      font-size:14px;
    }
    .bc7-steps{ display:grid; gap:10px; margin-top:12px; }
    .bc7-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px; border-radius:20px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
    }
    .bc7-num{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(18,139,204,.10);
      display:grid; place-items:center;
      font-weight:980;
      color: rgba(255,255,255,.88);
      flex:0 0 auto;
    }
    .bc7-step b{
      display:block;
      font-weight:980;
      color:#fff;
      letter-spacing:-.01em;
      font-size:14px;
      line-height:1.25;
    }
    .bc7-step p{ margin:4px 0 0; color: rgba(255,255,255,.78); font-size:13px; line-height:1.75; }

    .bc7-bullets{ margin-top:12px; display:grid; gap:10px; }
    .bc7-bullet{
      display:flex; align-items:flex-start; gap:12px;
      padding:14px; border-radius:20px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
    }
    .bc7-dot{
      width:10px; height:10px; border-radius:3px;
      background: linear-gradient(135deg, rgba(237,28,39,.95), rgba(18,139,204,.55));
      box-shadow: 0 12px 28px rgba(237,28,39,.18);
      margin-top:6px;
      flex:0 0 auto;
    }
    .bc7-bullet b{ display:block; color:#fff; font-weight:980; font-size:14px; letter-spacing:-.01em; }
    .bc7-bullet span{ display:block; margin-top:4px; color:rgba(255,255,255,.78); font-size:13px; line-height:1.75; }

    /* ===== Carousel sections ===== */
    .bc7-logos{ background:#fff; }
    .bc7-logosAlt{
      background:
        radial-gradient(900px 520px at 80% 10%, rgba(18,139,204,.10), transparent 60%),
        linear-gradient(180deg, rgba(5,31,62,.02), transparent 62%);
    }
    .bc7-logosDark{
      background:
        radial-gradient(900px 520px at 20% 10%, rgba(18,139,204,.18), transparent 60%),
        radial-gradient(900px 520px at 90% 90%, rgba(237,28,39,.12), transparent 62%),
        linear-gradient(180deg, #041a34 0%, #051f3e 60%, #041a34 100%);
      color:rgba(255,255,255,.92);
    }
    .bc7-logosDark .bc7-centerhead .bc7-h2{ color:#fff; }
    .bc7-logosDark .bc7-centerhead .bc7-sub3{ color:rgba(255,255,255,.78); }
    .bc7-sub3{ margin:0 auto; color:var(--muted); line-height:1.85; font-size:clamp(14px,1.1vw,16px); max-width:78ch; }
    @media (max-width: 980px){ .bc7-sub3{ margin-left:0; } }

    .bc7-car{
      border-radius:26px;
      border:1px solid rgba(5,31,62,.10);
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .bc7-logosDark .bc7-car{
      border-color: rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      box-shadow: 0 18px 60px rgba(0,0,0,.18);
    }

    .bc7-carTop{
      padding:16px 16px 14px;
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:12px; flex-wrap:wrap;
      border-bottom:1px solid rgba(5,31,62,.08);
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(18,139,204,.10), transparent 65%),
        linear-gradient(180deg, rgba(5,31,62,.02), rgba(255,255,255,0));
    }
    .bc7-logosDark .bc7-carTop{
      border-bottom-color: rgba(255,255,255,.14);
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(18,139,204,.16), transparent 65%),
        radial-gradient(520px 220px at 90% 100%, rgba(237,28,39,.10), transparent 70%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    }

    .bc7-carK{
      display:inline-flex; align-items:center; gap:10px;
      font-size:12px; font-weight:900; letter-spacing:.10em; text-transform:uppercase;
      color: rgba(5,31,62,.62);
    }
    .bc7-carK:before{ content:""; width:10px; height:10px; border-radius:3px; background: rgba(237,28,39,.70); }
    .bc7-logosDark .bc7-carK{ color: rgba(255,255,255,.76); }
    .bc7-logosDark .bc7-carK:before{ background: rgba(18,139,204,.75); }

    .bc7-carH{
      margin:10px 0 0;
      font-size:clamp(18px,1.8vw,24px);
      letter-spacing:-.02em;
      color: var(--navy);
      line-height:1.2;
      font-weight:980;
    }
    .bc7-logosDark .bc7-carH{ color:#fff; }

    .bc7-carNote{ margin:6px 0 0; color:var(--muted); font-size:14px; line-height:1.7; max-width:72ch; }
    .bc7-logosDark .bc7-carNote{ color: rgba(255,255,255,.76); }

    .bc7-nav{ display:flex; align-items:center; gap:8px; user-select:none; }
    .bc7-navBtn{
      width:44px; height:44px;
      border-radius: 14px;
      border:1px solid rgba(5,31,62,.14);
      background: rgba(255,255,255,.78);
      cursor:pointer;
      transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, border-color .18s ease, background .18s ease;
      display:grid; place-items:center;
      color: rgba(5,31,62,.76);
      font-weight:950;
    }
    .bc7-navBtn:hover{ transform: translateY(-1px); box-shadow: 0 18px 46px rgba(5,31,62,.10); border-color: rgba(18,139,204,.22); }
    .bc7-navBtn:active{ transform: translateY(0px) scale(.99); }
    .bc7-navBtn[disabled]{ opacity:.45; cursor:not-allowed; box-shadow:none; transform:none; }

    .bc7-logosDark .bc7-navBtn{
      border-color: rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.86);
    }
    .bc7-logosDark .bc7-navBtn:hover{
      box-shadow: 0 26px 86px rgba(0,0,0,.24);
      border-color: rgba(237,28,39,.24);
      background: rgba(255,255,255,.10);
    }

    .bc7-arrow{
      width:10px; height:10px;
      border-right:2px solid currentColor;
      border-bottom:2px solid currentColor;
      transform: rotate(135deg);
    }
    .bc7-navBtn.next .bc7-arrow{ transform: rotate(-45deg); }

    .bc7-track{
      display:flex;
      gap:14px;
      padding: 16px;
      overflow:auto;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .bc7-track::-webkit-scrollbar{ display:none; }

    /* LOGO CARD (always light, even in dark sections) */
    .bc7-logoCard{
      scroll-snap-align: start;
      flex: 0 0 auto;
      width: 220px;
      border-radius: 18px;
      border:1px solid rgba(5,31,62,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92)),
        radial-gradient(420px 220px at 20% 0%, rgba(18,139,204,.06), transparent 60%),
        radial-gradient(420px 220px at 90% 110%, rgba(237,28,39,.04), transparent 55%);
      box-shadow: 0 18px 50px rgba(5,31,62,.08);
      padding: 14px;
      display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
      position:relative; overflow:hidden;
      transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, border-color .18s ease;
    }
    @media (hover:hover){
      .bc7-logoCard:hover{ transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(18,139,204,.22); }
    }
    .bc7-logoCard:after{
      content:"";
      position:absolute; inset:-40%;
      background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.22) 45%, transparent 58%);
      transform: translateX(-60%) rotate(8deg);
      transition: transform .65s cubic-bezier(.2,.8,.2,1);
      pointer-events:none;
      opacity:0;
    }
    @media (hover:hover){
      .bc7-logoCard:hover:after{ transform: translateX(40%) rotate(8deg); opacity:1; }
    }

    /* In dark sections: keep logo area LIGHT/WHITE for visibility */
    .bc7-logosDark .bc7-logoCard{
      background:
        linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.94)),
        radial-gradient(420px 220px at 20% 0%, rgba(18,139,204,.08), transparent 60%),
        radial-gradient(420px 220px at 90% 110%, rgba(237,28,39,.06), transparent 55%);
      border-color: rgba(5,31,62,.10);
      box-shadow: 0 18px 60px rgba(0,0,0,.20);
    }

    .bc7-logoCard img{ max-width: 180px; max-height: 92px; width:auto; height:auto; }
    .bc7-cap{
      font-size:12px; font-weight:950;
      color: rgba(5,31,62,.66);
      letter-spacing:-.01em; line-height:1.2;
      text-align:center;
      opacity:.0; transform: translateY(6px);
      transition: opacity .18s ease, transform .18s cubic-bezier(.2,.8,.2,1);
      max-width: 24ch;
    }
    @media (hover:hover){
      .bc7-logoCard:hover .bc7-cap{ opacity:1; transform: translateY(0); }
    }
    @media (max-width: 860px){
      .bc7-cap{ opacity:1; transform:none; }
    }
    @media (max-width: 640px){
      .bc7-logoCard{ width: 200px; }
      .bc7-logoCard img{ max-width: 170px; }
    }

    .bc7-progress{
      padding: 0 16px 16px;
      display:flex; align-items:center; gap:12px;
    }
    .bc7-rail{
      flex: 1 1 auto;
      height: 8px;
      border-radius: 999px;
      background: rgba(5,31,62,.08);
      overflow:hidden;
      position:relative;
      border:1px solid rgba(5,31,62,.06);
    }
    .bc7-rail span{
      display:block; height:100%; width:0%;
      border-radius:999px;
      background: linear-gradient(90deg, rgba(18,139,204,.55), rgba(237,28,39,.55));
      transform-origin:left center;
    }
    .bc7-logosDark .bc7-rail{
      background: rgba(255,255,255,.10);
      border-color: rgba(255,255,255,.14);
    }
    .bc7-hint{
      color: rgba(5,31,62,.55);
      font-size:12px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      white-space:nowrap;
      display:flex; align-items:center; gap:10px;
    }
    .bc7-hint:before{
      content:"";
      width:10px; height:10px; border-radius:3px;
      background: linear-gradient(135deg, rgba(237,28,39,.85), rgba(18,139,204,.45));
    }
    .bc7-logosDark .bc7-hint{ color: rgba(255,255,255,.72); }

    /* ===== Testimonials ===== */
    .bc7-test{
      position:relative;
      background:
        radial-gradient(1100px 560px at 12% 0%, rgba(18,139,204,.10), transparent 58%),
        radial-gradient(900px 520px at 92% 100%, rgba(237,28,39,.07), transparent 62%),
        linear-gradient(180deg, #f7fafc 0%, #fff 42%, #fff 100%);
      border-top:1px solid rgba(5,31,62,.06);
      overflow:hidden;
    }
    .bc7-test::before{
      content:"";
      position:absolute; inset:0;
      background-image:
        linear-gradient(rgba(5,31,62,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5,31,62,.03) 1px, transparent 1px);
      background-size:64px 64px;
      mask-image:linear-gradient(180deg, #000 0%, transparent 85%);
      -webkit-mask-image:linear-gradient(180deg, #000 0%, transparent 85%);
      pointer-events:none;
    }
    .bc7-testLayout{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:clamp(28px, 3.5vw, 44px);
    }
    .bc7-testHead{
      max-width:720px;
      margin-inline:auto;
      text-align:center;
      display:flex;
      flex-direction:column;
      align-items:center;
    }
    .bc7-testBody{
      display:grid;
      grid-template-columns:minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap:clamp(32px, 4vw, 56px);
      align-items:start;
    }
    @media (max-width: 980px){
      .bc7-testBody{ grid-template-columns:1fr; }
    }
    .bc7-testAside{
      position:relative;
      max-width:520px;
      text-align:left;
    }
    .bc7-testMain{
      display:flex;
      flex-direction:column;
      gap:20px;
      min-width:0;
    }
    .bc7-testKicker{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 14px; border-radius:999px;
      border:1px solid rgba(5,31,62,.10);
      background:rgba(255,255,255,.82);
      backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
      font-size:12px; font-weight:900; letter-spacing:.08em;
      text-transform:uppercase; color:rgba(5,31,62,.62);
    }
    .bc7-testKicker::before{
      content:"";
      width:8px; height:8px; border-radius:50%;
      background:var(--red);
      box-shadow:0 0 0 4px rgba(237,28,39,.14);
    }
    .bc7-testTitle{
      margin:0 0 clamp(12px, 1.5vw, 18px);
      color:var(--navy);
      font-size:clamp(28px,3.2vw,44px);
      line-height:1.08;
      letter-spacing:-.03em;
    }
    .bc7-testSub{
      margin:0;
      max-width:42ch;
      color:var(--muted);
      font-size:clamp(15px,1.15vw,17px);
      line-height:1.8;
    }
    .bc7-testControls{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:flex-end;
      gap:16px;
    }
    .bc7-testNav{
      display:flex;
      gap:8px;
    }
    .bc7-testBtn{
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(5,31,62,.12);
      background:rgba(255,255,255,.88);
      color:rgba(5,31,62,.76);
      cursor:pointer;
      display:grid; place-items:center;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .bc7-testBtn:hover:not(:disabled){
      transform:translateY(-1px);
      border-color:rgba(18,139,204,.28);
      box-shadow:0 12px 32px rgba(5,31,62,.10);
    }
    .bc7-testBtn:disabled{
      opacity:.4;
      cursor:not-allowed;
    }
    .bc7-testBtn.next .bc7-testArrow{ transform:rotate(-45deg); }
    .bc7-testBtn.prev .bc7-testArrow{ transform:rotate(135deg); }
    .bc7-testArrow{
      width:10px; height:10px;
      border-right:2px solid currentColor;
      border-bottom:2px solid currentColor;
      transform:rotate(-45deg);
    }
    .bc7-testDots{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .bc7-testDot{
      width:10px; height:10px;
      padding:0;
      border:0;
      border-radius:999px;
      background:rgba(5,31,62,.14);
      cursor:pointer;
      transition:width .22s ease, background .22s ease;
    }
    .bc7-testDot.is-active{
      width:28px;
      background:linear-gradient(90deg, var(--blue), rgba(18,139,204,.55));
    }
    .bc7-testDot:focus-visible{
      outline:2px solid rgba(18,139,204,.55);
      outline-offset:2px;
    }

    .bc7-testSlider{
      position:relative;
      min-width:0;
    }
    .bc7-testViewport{
      overflow:hidden;
      min-height:300px;
    }
    .bc7-testTrack{
      display:flex;
      transition:transform .55s cubic-bezier(.2,.8,.2,1);
      will-change:transform;
    }
    .bc7-testSlide{
      flex:0 0 100%;
      min-width:0;
    }
    @media (prefers-reduced-motion: reduce){
      .bc7-testTrack{ transition:none; }
    }

    .bc7-quote{
      position:relative;
      border-radius:28px;
      border:1px solid rgba(5,31,62,.08);
      background:
        linear-gradient(165deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 100%);
      box-shadow:
        0 1px 0 rgba(255,255,255,.9) inset,
        0 18px 50px rgba(5,31,62,.07);
      overflow:hidden;
      padding:28px 26px 24px;
      display:flex; flex-direction:column;
      gap:0;
      min-height:300px;
    }
    .bc7-quote::before{
      content:"";
      position:absolute; inset:0 auto 0 0;
      width:4px;
      background:linear-gradient(180deg, rgba(18,139,204,.95), rgba(18,139,204,.35));
      pointer-events:none;
    }
    .bc7-quote--red::before{
      background:linear-gradient(180deg, rgba(237,28,39,.95), rgba(237,28,39,.35));
    }
    .bc7-quote::after{
      content:"";
      position:absolute; top:-40px; right:-40px;
      width:140px; height:140px; border-radius:50%;
      background:radial-gradient(circle, rgba(18,139,204,.08) 0%, transparent 68%);
      pointer-events:none;
    }
    .bc7-quote--red::after{
      background:radial-gradient(circle, rgba(237,28,39,.08) 0%, transparent 68%);
    }
    .bc7-qTop{ margin-bottom:14px; }
    .bc7-qMark{
      display:inline-grid; place-items:center;
      width:48px; height:48px; border-radius:16px;
      background:rgba(18,139,204,.08);
      color:rgba(18,139,204,.72);
    }
    .bc7-quote--red .bc7-qMark{
      background:rgba(237,28,39,.08);
      color:rgba(237,28,39,.78);
    }
    .bc7-qText{
      margin:0 0 24px;
      padding:0;
      border:0;
      color:rgba(5,31,62,.84);
      font-size:15px;
      line-height:1.75;
      letter-spacing:-.01em;
      flex:1 1 auto;
    }
    .bc7-qFoot{
      display:flex; gap:14px; align-items:center;
      margin-top:auto;
      padding:16px 16px 14px;
      margin-left:-10px; margin-right:-10px; margin-bottom:-4px;
      border-radius:20px;
      background:linear-gradient(180deg, rgba(5,31,62,.03), rgba(5,31,62,.05));
      border:1px solid rgba(5,31,62,.06);
    }
    .bc7-avatar{
      width:52px; height:52px; border-radius:50%;
      overflow:hidden; flex:0 0 auto;
      padding:2px;
      background:linear-gradient(135deg, rgba(18,139,204,.75), rgba(237,28,39,.55));
    }
    .bc7-quote--red .bc7-avatar{
      background:linear-gradient(135deg, rgba(237,28,39,.80), rgba(18,139,204,.45));
    }
    .bc7-avatar img{
      width:100%; height:100%; object-fit:cover;
      border-radius:50%;
      border:2px solid #fff;
    }
    .bc7-personName{
      display:block;
      font-style:normal;
      font-weight:900; color:var(--navy);
      letter-spacing:-.01em; font-size:14px; line-height:1.25;
    }
    .bc7-personRole{
      display:block; margin-top:4px;
      color:rgba(5,31,62,.56);
      font-weight:600; font-size:12px;
      line-height:1.45;
    }

    .belit-clients-v7 [id]{ scroll-margin-top: 90px; }

    /* ===== WALL OF LOGOS (FILTRABLE) ===== */
    .bc7-wallSec{
      background:
        radial-gradient(900px 520px at 15% 0%, rgba(18,139,204,.10), transparent 60%),
        radial-gradient(900px 520px at 90% 100%, rgba(237,28,39,.06), transparent 62%),
        linear-gradient(180deg, rgba(5,31,62,.02), rgba(255,255,255,1) 65%);
    }
    .bc7-wallSec.bc7-dark{
      background:
        radial-gradient(1000px 520px at 25% 10%, rgba(18,139,204,.22), transparent 62%),
        radial-gradient(900px 520px at 80% 70%, rgba(237,28,39,.14), transparent 60%),
        linear-gradient(180deg, var(--dark1) 0%, var(--dark2) 55%, var(--dark1) 100%);
      color:rgba(255,255,255,.92);
    }
    .bc7-wallSec.bc7-dark .bc7-chip{
      color:rgba(255,255,255,.72);
      font-size:14px;
      padding:8px 14px;
    }
    .bc7-wallSec.bc7-dark .bc7-chip:hover{
      background:rgba(255,255,255,.10);
      color:#fff;
    }
    .bc7-wallSec.bc7-dark .bc7-chip.is-active{
      background:#fff;
      color:var(--navy);
    }
    .bc7-wallSec.bc7-dark .bc7-chipCount{
      background:rgba(255,255,255,.12);
      color:rgba(255,255,255,.70);
      min-width:18px;
      height:18px;
      font-size:11px;
    }
    .bc7-wallSec.bc7-dark .bc7-chip.is-active .bc7-chipCount{
      background:rgba(5,31,62,.10);
      color:rgba(5,31,62,.65);
    }
    .bc7-wallSec.bc7-dark .bc7-wallCard{
      border-color:transparent;
      box-shadow:none;
    }
    .bc7-wallSec .bc7-centerhead{ margin-bottom:18px; }
    .bc7-wallSec .bc7-centerhead .bc7-sub2{ margin-left:auto; margin-right:auto; }
    .bc7-wallSec.bc7-dark .bc7-wallEmpty{
      color:rgba(255,255,255,.62);
    }

    .bc7-filters{
      display:flex; flex-wrap:wrap; justify-content:center;
      gap:6px; margin:10px auto 28px; max-width:1100px;
    }
    .bc7-chip{
      display:inline-flex; align-items:center; gap:6px;
      padding:6px 11px; border-radius:999px;
      border:none;
      background: transparent;
      color: rgba(5,31,62,.62);
      font-family: inherit; font-size:12px; font-weight:600;
      letter-spacing:-.005em;
      cursor:pointer;
      transition: background .18s ease, color .18s ease;
    }
    .bc7-chip .bc7-chipDot{ display:none !important; }
    .bc7-chip:hover{
      background: rgba(5,31,62,.06);
      color: var(--navy);
    }
    .bc7-chip:focus-visible{
      outline:2px solid rgba(18,139,204,.55); outline-offset:2px;
    }
    .bc7-chip.is-active{
      background: var(--navy);
      color:#fff;
    }
    .bc7-chipCount{
      display:inline-grid; place-items:center;
      min-width:16px; height:16px; padding:0 4px;
      border-radius:999px;
      background: rgba(5,31,62,.08);
      color: rgba(5,31,62,.55);
      font-size:10px; font-weight:800;
      letter-spacing:0;
    }
    .bc7-chip.is-active .bc7-chipCount{
      background: rgba(255,255,255,.20);
      color: rgba(255,255,255,.92);
    }
    @media (max-width: 640px){
      .bc7-filters{ justify-content:flex-start; gap:4px; }
      .bc7-wallSec.bc7-dark .bc7-chip{ padding:7px 12px; font-size:13px; }
    }

    .bc7-wall{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
      align-items:stretch;
      position:relative;
    }
    @media (max-width: 860px){ .bc7-wall{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
    @media (max-width: 560px){ .bc7-wall{ grid-template-columns: repeat(2, minmax(0,1fr)); gap:10px; } }

    .bc7-wallCard{
      position:relative;
      display:flex; flex-direction:column;
      gap:10px;
      height:100%;
      transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        opacity .35s ease;
      will-change: transform, opacity;
    }
    .bc7-wallVisual{
      flex:1 1 auto;
      display:grid; place-items:center;
      min-height:190px;
      padding:24px 18px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.16);
      background:transparent;
      box-shadow:none;
      overflow:hidden;
      transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
    }
    .bc7-wallCard img{
      max-width: 92%;
      max-height: 142px;
      width:auto; height:auto;
      filter: grayscale(1) contrast(.95);
      opacity:.78;
      transition: filter .35s ease, opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
    }
    .bc7-wallFoot{
      position:relative;
      display:flex;
      justify-content:center;
      align-items:center;
      gap:8px;
      min-height:calc(13px * 1.35 * 2);
      padding:0 34px;
      text-align:center;
    }
    .bc7-wallName{
      flex:0 1 auto;
      min-width:0;
      font-size:13px;
      font-weight:600;
      line-height:1.35;
      letter-spacing:-.01em;
      text-align:center;
      color:rgba(255,255,255,.92);
    }
    .bc7-wallLink{
      position:absolute;
      right:2px;
      top:50%;
      flex:0 0 auto;
      display:grid; place-items:center;
      width:28px; height:28px;
      margin-top:0;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.22);
      color:rgba(255,255,255,.88);
      transform:translateY(-50%);
      transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
    }
    .bc7-wallLink:hover{
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.36);
      color:#fff;
      transform:translateY(calc(-50% - 1px));
    }
    .bc7-wallLink:focus-visible{
      outline:2px solid rgba(18,139,204,.55);
      outline-offset:2px;
    }
    .bc7-wallLinkIcon{ display:block; }
    @media (hover:hover){
      .bc7-wallCard:hover{
        transform: translateY(-4px);
      }
      .bc7-wallCard:hover .bc7-wallVisual{
        transform: translateY(-2px);
        border-color: rgba(255,255,255,.28);
      }
      .bc7-wallCard:hover img{
        filter: grayscale(0) contrast(1);
        opacity:1;
        transform: scale(1.04);
      }
    }
    @media (max-width: 860px){
      .bc7-wallVisual{ min-height:150px; padding:18px 12px; }
      .bc7-wallCard img{ filter:none; opacity:1; max-height:112px; }
      .bc7-wallFoot{ gap:6px; min-height:calc(12px * 1.35 * 2); }
      .bc7-wallName{ font-size:12px; font-weight:600; }
      .bc7-wallLink{ width:26px; height:26px; }
    }

    /* Filter states */
    .bc7-wallCard.is-hidden{
      opacity:0;
      transform: scale(.92);
      pointer-events:none;
      position:absolute;
      visibility:hidden;
    }

    .bc7-wallEmpty{
      grid-column: 1 / -1;
      text-align:center;
      padding:36px 16px;
      color: rgba(5,31,62,.55);
      font-weight:900;
      font-size:14px;
      letter-spacing:.01em;
    }

    /* ===== Full-width marquee (2 rows, infinite) ===== */
    .bc7-marquee{
      width:100vw;
      margin-left:calc(50% - 50vw);
      margin-right:calc(50% - 50vw);
      padding:18px 0 6px;
      position:relative;
      overflow:hidden;
      border:0;
      background:transparent;
    }

    .bc7-marqueeRow{
      position:relative;
      overflow:hidden;
      padding:12px 0;
    }

    .bc7-marqueeTrack{
      display:flex;
      width:max-content;
      will-change:transform;
      animation: bc7-mq-left 42s linear infinite;
    }
    .bc7-marqueeRow--bottom .bc7-marqueeTrack{
      animation-name: bc7-mq-right;
      animation-duration: 48s;
    }

    .bc7-marqueeSet{
      display:flex;
      align-items:center;
      gap:0;
      padding:0 24px;
    }

    .bc7-mqSep{
      flex:0 0 36px;
      width:36px;
      height:12px;
      position:relative;
      align-self:center;
      opacity:.95;
      background:linear-gradient(90deg, var(--red), rgba(237,28,39,.55));
      background-size:calc(100% - 20px) 2px;
      background-position:center;
      background-repeat:no-repeat;
    }
    .bc7-mqSep::before,
    .bc7-mqSep::after{
      content:"";
      position:absolute;
      top:50%;
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--red);
      transform:translateY(-50%);
      box-shadow:0 0 12px rgba(237,28,39,.35);
    }
    .bc7-mqSep::before{ left:0; }
    .bc7-mqSep::after{ right:0; }

    .bc7-mqItem{
      flex:0 0 auto;
      width:460px;
      height:170px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    @media (max-width: 860px){
      .bc7-mqItem{ width:360px; height:140px; }
      .bc7-mqSep{ flex-basis:28px; width:28px; }
      .bc7-mqSep::before,
      .bc7-mqSep::after{ width:8px; height:8px; }
      .bc7-mqSep{
        background-size:calc(100% - 16px) 2px;
      }
      .bc7-marqueeTrack{ animation-duration: 34s; }
      .bc7-marqueeRow--bottom .bc7-marqueeTrack{ animation-duration: 38s; }
    }

    .bc7-mqLink{
      width:100%;
      height:100%;
      display:grid;
      place-items:center;
      background:transparent;
      border:0;
      box-shadow:none;
      padding:0;
      transition: transform .18s cubic-bezier(.2,.8,.2,1);
    }
    @media (hover:hover){
      a.bc7-mqLink:hover{
        transform: translateY(-2px);
      }
    }

    .bc7-mqImg{
      max-width: 420px;
      max-height: 130px;
      width:auto;
      height:auto;
      filter: grayscale(1) contrast(.96);
      opacity:.92;
      transition: filter .35s ease, opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
    }
    @media (max-width: 860px){
      .bc7-mqImg{ max-width: 330px; max-height: 108px; }
    }
    @media (hover:hover){
      a.bc7-mqLink:hover .bc7-mqImg{
        filter:none;
        opacity:1;
        transform: scale(1.03);
      }
    }

    .bc7-marquee::before,
    .bc7-marquee::after{
      display:none;
    }

    @keyframes bc7-mq-left{
      0%{ transform: translateX(0); }
      100%{ transform: translateX(-50%); }
    }
    @keyframes bc7-mq-right{
      0%{ transform: translateX(-50%); }
      100%{ transform: translateX(0); }
    }

    .bc7-marquee:hover .bc7-marqueeTrack{
      animation-play-state: paused;
    }
    @media (prefers-reduced-motion: reduce){
      .bc7-marqueeTrack{ animation:none !important; transform:none !important; }
    }
