/*
Theme Name: BlueCloud Systems V5.9.14 Approved Logo Force
Theme URI: https://www.bluecloud.com.gr
Author: BlueCloud Systems
Description: Premium bilingual WordPress theme based on the approved BlueCloud mockup. Greek default, English /en/, clean menu, no blog.
Version: 5.9.14
Text Domain: bluecloud-systems
*/

:root{
  --bg:#030b16;
  --bg2:#06172b;
  --panel:rgba(10,29,52,.74);
  --panel2:rgba(9,25,45,.88);
  --border:rgba(66,153,255,.26);
  --text:#f7fbff;
  --muted:#b8c8db;
  --blue:#0b8cff;
  --blue2:#27c7ff;
  --shadow:0 22px 70px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:15px}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.bcs-container{width:min(1320px,calc(100% - 64px));margin:0 auto}

/* Header */
.bcs-header{position:sticky;top:0;z-index:1000;background:rgba(3,10,20,.94);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.admin-bar .bcs-header{top:32px}
.bcs-header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.bcs-logo{display:flex;align-items:center;gap:12px;min-width:205px}
.bcs-logo img,.custom-logo{max-height:52px;width:auto}
.bcs-logo-cloud{width:58px;height:34px;position:relative}
.bcs-logo-cloud:before{content:"";position:absolute;left:5px;bottom:3px;width:46px;height:24px;border:4px solid var(--blue);border-top-left-radius:26px;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:18px}
.bcs-logo-cloud:after{content:"";position:absolute;left:15px;top:1px;width:28px;height:28px;border:4px solid var(--blue);border-bottom:0;border-radius:50% 50% 0 0}
.bcs-logo-text strong{display:block;font-size:1.35rem;line-height:.92;letter-spacing:-.02em}
.bcs-logo-text strong span{color:var(--blue)}
.bcs-logo-text small{display:block;margin-top:6px;font-size:.6rem;letter-spacing:.42em;font-weight:800;color:#fff}
.bcs-nav{display:flex;align-items:center;gap:31px;font-size:.79rem;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.bcs-nav a{opacity:.92}
.bcs-nav a:hover,.bcs-nav a.active{color:var(--blue)}
.bcs-lang{display:flex;gap:8px;align-items:center;margin-left:2px}
.bcs-lang a.active{color:var(--blue2)}
.bcs-header-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border-radius:7px;background:linear-gradient(135deg,var(--blue),#0567ff);box-shadow:0 12px 34px rgba(11,140,255,.28);font-weight:800;font-size:.83rem}
.bcs-menu-toggle{display:none}

/* Hero */
.bcs-hero{position:relative;min-height:590px;overflow:hidden;background:linear-gradient(90deg,#030b16 0%,#06172b 64%,#061d3c 100%);border-bottom:1px solid rgba(255,255,255,.08)}
.bcs-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,10,20,.96) 0%,rgba(3,10,20,.82) 38%,rgba(3,10,20,.18) 70%,rgba(3,10,20,.02) 100%)}
.bcs-hero-visual{position:absolute;right:0;top:0;bottom:0;width:64%;background-image:url("assets/images/hero-v5.jpg");background-size:cover;background-position:center right;opacity:.98}
.bcs-hero-content{position:relative;z-index:2;min-height:590px;display:flex;align-items:center;padding:68px 0 44px}
.bcs-hero-copy{max-width:585px}
.bcs-eyebrow{margin-bottom:18px;color:var(--blue2);font-size:.82rem;line-height:1.3;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.bcs-hero h1{margin:0;font-size:clamp(2.8rem,4vw,4.25rem);line-height:1.06;letter-spacing:-.045em;text-shadow:0 10px 30px rgba(0,0,0,.35)}
.bcs-hero h1 span{color:var(--blue)}
.bcs-hero p{margin:22px 0 28px;max-width:540px;color:#d9e7f5;font-size:.98rem;line-height:1.72}
.bcs-actions{display:flex;flex-wrap:wrap;gap:14px}
.bcs-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 20px;border-radius:7px;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:.86rem;font-weight:850;cursor:pointer;background:transparent}
.bcs-btn-primary{border-color:transparent;background:linear-gradient(135deg,var(--blue),#0567ff);box-shadow:0 14px 34px rgba(11,140,255,.24)}
.bcs-trust{margin-top:39px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:610px}
.bcs-trust-item{display:flex;align-items:center;gap:10px;min-height:42px;padding-right:18px;margin-right:18px;border-right:1px solid rgba(255,255,255,.15);color:#dce9f8;font-size:.76rem;font-weight:800}
.bcs-trust-item:last-child{border-right:0}
.bcs-trust svg{width:25px;height:25px;stroke:var(--blue);stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

/* Sections */
.bcs-section{position:relative;padding:48px 0;background:linear-gradient(180deg,#061325 0%,#07172b 100%);border-bottom:1px solid rgba(255,255,255,.07)}
.bcs-section-head{display:grid;grid-template-columns:1fr 1.25fr auto;gap:28px;align-items:end;margin-bottom:28px}
.bcs-mini{color:var(--blue2);text-transform:uppercase;font-size:.78rem;font-weight:900;letter-spacing:.04em;margin-bottom:8px}
.bcs-section-head h2{margin:0;font-size:1.75rem;line-height:1.2;letter-spacing:-.02em}
.bcs-section-head p{margin:0;color:var(--muted);max-width:520px;line-height:1.65;font-size:.92rem}
.bcs-view-all{color:var(--blue);font-size:.82rem;font-weight:850}
.bcs-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.bcs-card{min-height:218px;padding:25px 19px;border-radius:10px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(12,34,58,.75),rgba(7,20,36,.82));box-shadow:0 18px 45px rgba(0,0,0,.18)}
.bcs-card:hover{border-color:rgba(11,140,255,.62);transform:translateY(-2px);transition:.2s ease}
.bcs-card-icon{width:54px;height:54px;margin-bottom:17px;border-radius:12px;border:1px solid rgba(39,199,255,.35);background:rgba(11,140,255,.08);display:grid;place-items:center;color:var(--blue2)}
.bcs-card-icon svg{width:31px;height:31px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.bcs-card h3{margin:0 0 10px;font-size:1rem;line-height:1.22}
.bcs-card p{margin:0;color:var(--muted);font-size:.79rem;line-height:1.6}
.bcs-card a{display:inline-block;margin-top:15px;color:var(--blue);font-size:.76rem;font-weight:800}

/* Why */
.bcs-why{background:radial-gradient(circle at 35% 50%,rgba(0,135,255,.18),transparent 40%),linear-gradient(90deg,#051224,#071a31)}
.bcs-why-grid{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:24px;align-items:center}
.bcs-why-intro h2{font-size:1.8rem;line-height:1.16;margin:0 0 12px}
.bcs-why-intro p{color:var(--muted);font-size:.9rem;line-height:1.65}
.bcs-stat{text-align:center;padding:10px}
.bcs-stat-icon{width:66px;height:66px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(11,140,255,.45);color:var(--blue);background:rgba(11,140,255,.08)}
.bcs-stat-icon svg{width:32px;height:32px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.bcs-stat h3{font-size:1.75rem;margin:0 0 6px}
.bcs-stat strong{display:block;font-size:1rem;margin-bottom:8px}
.bcs-stat p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}

/* Process */
.bcs-process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
.bcs-step{text-align:center;padding:20px}
.bcs-step-num{width:42px;height:42px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(11,140,255,.55);background:linear-gradient(135deg,#0b8cff,#004eea);font-weight:900}
.bcs-step h3{font-size:.95rem;margin:0 0 8px}
.bcs-step p{font-size:.78rem;color:var(--muted);line-height:1.5;margin:0}

/* Partners */
.bcs-partners{padding:40px 0;background:#04101f;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.bcs-partners-grid{display:grid;grid-template-columns:1.1fr 4fr;gap:28px;align-items:center}
.bcs-partners h2{margin:0;font-size:1.45rem;line-height:1.2}
.bcs-logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.bcs-partner{height:56px;display:flex;align-items:center;justify-content:center;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.035);color:#fff;font-size:.82rem;font-weight:800;text-align:center;opacity:.92}
.bcs-partner .ms{display:inline-grid;grid-template-columns:repeat(2,10px);gap:2px;margin-right:8px}
.bcs-partner .ms span{width:10px;height:10px;display:block}
.bcs-partner .ms span:nth-child(1){background:#f25022}.bcs-partner .ms span:nth-child(2){background:#7fba00}.bcs-partner .ms span:nth-child(3){background:#00a4ef}.bcs-partner .ms span:nth-child(4){background:#ffb900}
.bcs-partner:hover{border-color:var(--blue);color:var(--blue)}

/* Footer */
.bcs-footer{background:radial-gradient(circle at 87% 36%,rgba(11,140,255,.18),transparent 18%),#030a14;padding:48px 0 24px}
.bcs-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1.2fr 1.2fr;gap:32px}
.bcs-footer h3{margin:0 0 14px;font-size:.85rem;text-transform:uppercase}
.bcs-footer p,.bcs-footer li,.bcs-footer a{color:#b6c5d5;font-size:.8rem;line-height:1.78}
.bcs-footer ul{list-style:none;padding:0;margin:0}
.bcs-footer .bcs-logo{transform:scale(.82);transform-origin:left top;margin-bottom:8px}
.bcs-social{display:flex;gap:10px;margin-top:16px}
.bcs-social span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--blue);font-size:.72rem;font-weight:900}
.bcs-copy{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#7f90a3;font-size:.76rem}

/* Popup */
.bcs-modal{position:fixed;inset:0;z-index:3000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(0,0,0,.74)}
.bcs-modal.is-open{display:flex}
.bcs-modal-card{width:min(520px,100%);border:1px solid rgba(255,255,255,.18);border-radius:14px;background:linear-gradient(180deg,rgba(10,30,52,.98),rgba(5,16,29,.98));padding:26px;box-shadow:var(--shadow)}
.bcs-modal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}
.bcs-modal-head h2{margin:0 0 7px;font-size:1.25rem}
.bcs-modal-head p{margin:0;color:var(--muted);font-size:.82rem}
.bcs-close{background:none;border:0;color:#fff;font-size:1.5rem;cursor:pointer}
.bcs-form{display:grid;gap:11px}
.bcs-form input,.bcs-form select,.bcs-form textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.065);color:#fff;border-radius:6px;min-height:43px;padding:12px 13px;font:inherit;font-size:.82rem}
.bcs-form textarea{min-height:102px;resize:vertical}
.bcs-form option{color:#071426}
.bcs-check{display:flex;align-items:flex-start;gap:8px;color:#c9d7e7;font-size:.75rem;line-height:1.35}

@media(max-width:1180px){.bcs-nav{gap:14px}.bcs-services-grid{grid-template-columns:repeat(2,1fr)}.bcs-why-grid{grid-template-columns:1fr 1fr}.bcs-logo-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
  .admin-bar .bcs-header{top:46px}.bcs-container{width:min(100% - 34px,1240px)}.bcs-header-inner{min-height:68px}
  .bcs-menu-toggle{display:inline-flex;background:transparent;border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:8px;padding:9px 12px}
  .bcs-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:flex-start;background:rgba(3,10,20,.98);padding:20px 27px}
  .bcs-nav.is-open{display:flex}.bcs-header-cta{display:none}
  .bcs-hero,.bcs-hero-content{min-height:auto}.bcs-hero-visual{opacity:.45;width:100%;background-position:center right}.bcs-hero:before{background:rgba(3,10,20,.72)}.bcs-hero-content{padding:84px 0 56px}.bcs-hero h1{font-size:2.45rem}
  .bcs-section-head,.bcs-partners-grid,.bcs-footer-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  html{font-size:14px}.bcs-services-grid,.bcs-process-row,.bcs-logo-row,.bcs-why-grid{grid-template-columns:1fr}.bcs-trust{grid-template-columns:1fr}.bcs-trust-item{border:0}.bcs-actions .bcs-btn{width:100%}.bcs-copy{flex-direction:column}
}


/* V5.2 - Services section closer to approved mockup */
.bcs-section#services{
    padding-top:50px !important;
    padding-bottom:58px !important;
}

.bcs-services-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:22px !important;
}

.bcs-card{
    min-height:300px !important;
    padding:34px 30px 30px !important;
    border-radius:13px !important;
    border:1px solid rgba(52,140,255,.34) !important;
    background:
      radial-gradient(circle at 50% 8%, rgba(30,167,255,.10), transparent 34%),
      linear-gradient(180deg,rgba(8,26,48,.92),rgba(4,17,31,.94)) !important;
    box-shadow:
      0 20px 55px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.bcs-card:hover{
    border-color:rgba(30,167,255,.75) !important;
    box-shadow:
      0 24px 65px rgba(0,0,0,.26),
      0 0 36px rgba(30,167,255,.16),
      inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.bcs-card-icon{
    width:82px !important;
    height:82px !important;
    background:none !important;
    border:none !important;
    margin-bottom:30px !important;
    display:grid !important;
    place-items:center !important;
    color:#1ea7ff !important;
}

.bcs-card-icon:before{
    display:none !important;
}

.bcs-card-icon svg{
    width:78px !important;
    height:78px !important;
    stroke:#1ea7ff !important;
    stroke-width:1.35 !important;
    fill:none !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    filter:
      drop-shadow(0 0 8px rgba(30,167,255,.58))
      drop-shadow(0 0 18px rgba(30,167,255,.30)) !important;
}

.bcs-card h3{
    font-size:1.12rem !important;
    line-height:1.25 !important;
    margin-bottom:15px !important;
    letter-spacing:-.01em !important;
}

.bcs-card p{
    font-size:.90rem !important;
    line-height:1.72 !important;
    color:#c9d8e8 !important;
}

.bcs-card a{
    margin-top:20px !important;
    color:#1ea7ff !important;
    font-size:.86rem !important;
    font-weight:800 !important;
}

.bcs-section-head{
    margin-bottom:36px !important;
}

.bcs-section-head h2{
    font-size:2rem !important;
}

.bcs-section-head p{
    font-size:1rem !important;
    color:#d4dfec !important;
}

@media(max-width:1180px){
  .bcs-services-grid{
      grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:620px){
  .bcs-services-grid{
      grid-template-columns:1fr !important;
  }
  .bcs-card{
      min-height:260px !important;
      padding:28px !important;
  }
  .bcs-card-icon{
      width:70px !important;
      height:70px !important;
  }
  .bcs-card-icon svg{
      width:66px !important;
      height:66px !important;
  }
}


/* V5.3 - hero visual, service icons and process section refinements */

/* Smaller hero visual with subtle floating effect */
.bcs-hero-visual{
  width:56% !important;
  right:3% !important;
  top:7% !important;
  bottom:7% !important;
  background-size:contain !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
  opacity:.96 !important;
  animation:bcsHeroFloat 5.5s ease-in-out infinite !important;
  transform:translateY(0);
  will-change:transform;
}

@keyframes bcsHeroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}

/* Service icons: smaller, centered and inside cards */
.bcs-card{
  min-height:278px !important;
  padding:30px 28px 28px !important;
}

.bcs-card-icon{
  width:66px !important;
  height:66px !important;
  margin:0 auto 24px !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  background:transparent !important;
  border:none !important;
}

.bcs-card-icon:before{
  display:none !important;
}

.bcs-card-icon svg{
  width:58px !important;
  height:58px !important;
  stroke:#1ea7ff !important;
  stroke-width:1.35 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:
    drop-shadow(0 0 7px rgba(30,167,255,.55))
    drop-shadow(0 0 15px rgba(30,167,255,.25)) !important;
}

.bcs-card h3,
.bcs-card p,
.bcs-card a{
  text-align:left !important;
}

/* Process section matching approved mockup */
#process.bcs-section{
  padding:50px 0 54px !important;
  background:
    radial-gradient(circle at 55% 50%,rgba(0,135,255,.13),transparent 45%),
    linear-gradient(180deg,#061325 0%,#06172b 100%) !important;
}

#process .bcs-section-head{
  display:block !important;
  margin-bottom:18px !important;
}

#process .bcs-section-head h2{
  font-size:1.75rem !important;
}

.bcs-process-row{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  padding-top:36px !important;
}

.bcs-process-row:before{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  top:74px;
  height:1px;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.65) 0 4px,
    transparent 4px 10px
  );
  opacity:.9;
}

.bcs-step{
  position:relative !important;
  text-align:center !important;
  padding:0 18px !important;
}

.bcs-step-num{
  width:44px !important;
  height:44px !important;
  margin:0 auto 12px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-weight:900 !important;
  background:linear-gradient(135deg,#0b8cff,#0068ff) !important;
  border:1px solid rgba(118,202,255,.62) !important;
  box-shadow:
    0 0 0 7px rgba(11,140,255,.12),
    0 0 20px rgba(11,140,255,.45) !important;
  position:relative !important;
  z-index:3 !important;
}

.bcs-step-icon{
  width:48px;
  height:48px;
  margin:0 auto 12px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#1ea7ff;
  border:1px solid rgba(30,167,255,.35);
  background:rgba(11,140,255,.07);
  box-shadow:0 0 20px rgba(30,167,255,.20);
  position:relative;
  z-index:2;
}

.bcs-step-icon svg{
  width:25px;
  height:25px;
  stroke:currentColor;
  stroke-width:1.6;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.45));
}

.bcs-step h3{
  font-size:.95rem !important;
  margin:0 0 7px !important;
}

.bcs-step p{
  max-width:180px;
  margin:0 auto !important;
  font-size:.76rem !important;
  line-height:1.5 !important;
  color:#b8c8db !important;
}

@media(max-width:900px){
  .bcs-hero-visual{
    width:100% !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    background-size:cover !important;
    opacity:.45 !important;
    animation:none !important;
  }
  .bcs-process-row{
    grid-template-columns:1fr 1fr !important;
    gap:34px 18px !important;
  }
  .bcs-process-row:before{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-card-icon{
    width:60px !important;
    height:60px !important;
  }
  .bcs-card-icon svg{
    width:52px !important;
    height:52px !important;
  }
  .bcs-process-row{
    grid-template-columns:1fr !important;
  }
}


/* V5.4 - final refinements: hero, services, process, partners, footer */

/* Hero visual: smaller, better positioned, softer floating */
.bcs-hero-visual{
  width:52% !important;
  right:5% !important;
  top:10% !important;
  bottom:10% !important;
  background-size:contain !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
  opacity:.98 !important;
  animation:bcsHeroFloatV54 6.5s ease-in-out infinite !important;
  will-change:transform;
}

@keyframes bcsHeroFloatV54{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* Hero copy slightly tighter */
.bcs-hero h1{
  max-width:560px !important;
}

.bcs-hero p{
  max-width:520px !important;
}

/* Services: more premium cards, cleaner internal icon alignment */
#services.bcs-section{
  padding-top:48px !important;
  padding-bottom:56px !important;
}

.bcs-services-grid{
  grid-template-columns:repeat(4,1fr) !important;
  gap:20px !important;
}

.bcs-card{
  min-height:270px !important;
  padding:30px 28px 28px !important;
  border-radius:13px !important;
  border:1px solid rgba(52,140,255,.34) !important;
  background:
    radial-gradient(circle at 50% 4%, rgba(30,167,255,.10), transparent 38%),
    linear-gradient(180deg,rgba(8,26,48,.92),rgba(4,17,31,.95)) !important;
  box-shadow:
    0 18px 50px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.bcs-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(30,167,255,.78) !important;
  box-shadow:
    0 24px 68px rgba(0,0,0,.30),
    0 0 34px rgba(30,167,255,.18),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bcs-card-icon{
  width:62px !important;
  height:62px !important;
  margin:0 0 22px 0 !important;
  background:transparent !important;
  border:none !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
}

.bcs-card-icon:before{
  display:none !important;
}

.bcs-card-icon svg{
  width:56px !important;
  height:56px !important;
  stroke:#1ea7ff !important;
  stroke-width:1.32 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:
    drop-shadow(0 0 7px rgba(30,167,255,.58))
    drop-shadow(0 0 15px rgba(30,167,255,.30)) !important;
}

.bcs-card h3{
  font-size:1.08rem !important;
  margin-bottom:12px !important;
  line-height:1.24 !important;
}

.bcs-card p{
  font-size:.84rem !important;
  line-height:1.66 !important;
  color:#c9d8e8 !important;
}

.bcs-card a{
  margin-top:18px !important;
  color:#1ea7ff !important;
  font-size:.82rem !important;
}

/* Process: closer to the reference mockup */
#process.bcs-section{
  padding-top:44px !important;
  padding-bottom:48px !important;
  background:
    radial-gradient(circle at 52% 52%,rgba(0,135,255,.14),transparent 44%),
    linear-gradient(180deg,#061325 0%,#06172b 100%) !important;
}

#process .bcs-section-head{
  display:block !important;
  margin-bottom:12px !important;
}

#process .bcs-mini{
  margin-bottom:8px !important;
}

#process .bcs-section-head h2{
  font-size:1.72rem !important;
}

.bcs-process-row{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:24px !important;
  padding-top:28px !important;
  align-items:start !important;
}

.bcs-process-row:before{
  content:"";
  position:absolute;
  left:14%;
  right:14%;
  top:70px;
  height:1px;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.70) 0 4px,
    transparent 4px 11px
  );
  opacity:.95;
}

.bcs-step{
  position:relative !important;
  text-align:center !important;
  padding:0 14px !important;
}

.bcs-step-num{
  width:42px !important;
  height:42px !important;
  margin:0 auto 9px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg,#0b8cff,#0066ff) !important;
  border:1px solid rgba(125,205,255,.68) !important;
  box-shadow:
    0 0 0 6px rgba(11,140,255,.12),
    0 0 18px rgba(11,140,255,.45) !important;
  font-size:.82rem !important;
  z-index:3 !important;
  position:relative !important;
}

.bcs-step-icon{
  width:44px !important;
  height:44px !important;
  margin:0 auto 10px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.38) !important;
  background:rgba(11,140,255,.07) !important;
  box-shadow:0 0 18px rgba(30,167,255,.20) !important;
  position:relative !important;
  z-index:2 !important;
}

.bcs-step-icon svg{
  width:23px !important;
  height:23px !important;
  stroke:currentColor !important;
  stroke-width:1.6 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.45)) !important;
}

.bcs-step h3{
  font-size:.92rem !important;
  margin:0 0 6px !important;
}

.bcs-step p{
  max-width:165px !important;
  margin:0 auto !important;
  font-size:.74rem !important;
  line-height:1.45 !important;
  color:#b8c8db !important;
}

/* Partner cards: more logo-like, cleaner */
.bcs-partners{
  padding:36px 0 !important;
}

.bcs-logo-row{
  grid-template-columns:repeat(6,1fr) !important;
  gap:12px !important;
}

.bcs-partner{
  height:58px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(11,140,255,.08), transparent 45%),
    rgba(255,255,255,.035) !important;
  border-radius:9px !important;
  font-size:.86rem !important;
  font-weight:850 !important;
  letter-spacing:-.01em !important;
}

.bcs-partner:hover{
  border-color:rgba(30,167,255,.72) !important;
  color:#1ea7ff !important;
  box-shadow:0 0 24px rgba(30,167,255,.14) !important;
}

/* Footer tighter and cleaner */
.bcs-footer{
  padding:42px 0 22px !important;
}

.bcs-footer-grid{
  grid-template-columns:1.35fr .95fr 1.18fr 1.18fr !important;
  gap:28px !important;
}

.bcs-footer .bcs-logo{
  transform:scale(.78) !important;
  transform-origin:left top !important;
  margin-bottom:4px !important;
}

.bcs-footer p,
.bcs-footer li,
.bcs-footer a{
  font-size:.79rem !important;
  line-height:1.72 !important;
}

.bcs-copy{
  margin-top:30px !important;
  padding-top:18px !important;
}

/* Responsive */
@media(max-width:1180px){
  .bcs-services-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  .bcs-logo-row{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

@media(max-width:900px){
  .bcs-hero-visual{
    width:100% !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    background-size:cover !important;
    opacity:.42 !important;
    animation:none !important;
  }
  .bcs-process-row{
    grid-template-columns:1fr 1fr !important;
    gap:34px 18px !important;
  }
  .bcs-process-row:before{
    display:none !important;
  }
  .bcs-footer-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:620px){
  .bcs-services-grid,
  .bcs-logo-row,
  .bcs-process-row{
    grid-template-columns:1fr !important;
  }
  .bcs-card{
    min-height:245px !important;
    padding:26px !important;
  }
  .bcs-card-icon{
    width:58px !important;
    height:58px !important;
  }
  .bcs-card-icon svg{
    width:52px !important;
    height:52px !important;
  }
}


/* V5.5 - Services section corrected closer to original mockup */

/* Overall section: less heavy, more like the approved mockup */
#services.bcs-section{
  padding-top:46px !important;
  padding-bottom:52px !important;
}

#services .bcs-section-head{
  margin-bottom:30px !important;
  display:grid !important;
  grid-template-columns:1fr 1.25fr auto !important;
  gap:28px !important;
  align-items:end !important;
}

#services .bcs-mini{
  font-size:.76rem !important;
  letter-spacing:.045em !important;
}

#services .bcs-section-head h2{
  font-size:1.72rem !important;
  line-height:1.18 !important;
}

#services .bcs-section-head p{
  font-size:.90rem !important;
  line-height:1.62 !important;
  color:#b8c8db !important;
  max-width:520px !important;
}

#services .bcs-view-all{
  font-size:.80rem !important;
}

/* Grid: 4 columns desktop, same rhythm as mockup */
.bcs-services-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}

/* Cards: shorter, lighter, cleaner */
.bcs-card{
  min-height:238px !important;
  padding:26px 22px 24px !important;
  border-radius:11px !important;
  border:1px solid rgba(66,153,255,.28) !important;
  background:
    linear-gradient(180deg,rgba(9,28,50,.76),rgba(5,18,32,.88)) !important;
  box-shadow:
    0 16px 42px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.bcs-card:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(30,167,255,.62) !important;
  box-shadow:
    0 20px 52px rgba(0,0,0,.24),
    0 0 24px rgba(30,167,255,.12),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

/* Icons: smaller, top-left like original mockup, not oversized */
.bcs-card-icon{
  width:54px !important;
  height:54px !important;
  margin:0 0 20px 0 !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
  border:none !important;
  color:#1ea7ff !important;
}

.bcs-card-icon:before{
  display:none !important;
}

.bcs-card-icon svg{
  width:50px !important;
  height:50px !important;
  stroke:#1ea7ff !important;
  stroke-width:1.35 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:
    drop-shadow(0 0 5px rgba(30,167,255,.52))
    drop-shadow(0 0 12px rgba(30,167,255,.22)) !important;
}

/* Text proportions closer to mockup */
.bcs-card h3{
  font-size:1.02rem !important;
  line-height:1.24 !important;
  margin:0 0 10px !important;
  letter-spacing:-.01em !important;
}

.bcs-card p{
  font-size:.79rem !important;
  line-height:1.58 !important;
  color:#b9c9dc !important;
  margin:0 !important;
}

.bcs-card a{
  display:inline-block !important;
  margin-top:14px !important;
  color:#1ea7ff !important;
  font-size:.76rem !important;
  font-weight:800 !important;
}

/* Keep process/hero refinements from V5.4 but make services override win */
@media(max-width:1180px){
  .bcs-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  #services .bcs-section-head{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
}

@media(max-width:620px){
  .bcs-services-grid{
    grid-template-columns:1fr !important;
  }
  .bcs-card{
    min-height:220px !important;
    padding:24px !important;
  }
  .bcs-card-icon{
    width:50px !important;
    height:50px !important;
    margin-bottom:18px !important;
  }
  .bcs-card-icon svg{
    width:46px !important;
    height:46px !important;
  }
}


/* V5.6 - requested refinements */

/* Services: centered SVG icons, narrower cards, wider gaps */
.bcs-services-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:30px !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.bcs-card{
  min-height:245px !important;
  padding:28px 22px 24px !important;
  max-width:270px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:left !important;
}

.bcs-card-icon{
  width:58px !important;
  height:58px !important;
  margin:0 auto 22px auto !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
  border:none !important;
  color:#1ea7ff !important;
}

.bcs-card-icon svg{
  width:52px !important;
  height:52px !important;
  stroke:#1ea7ff !important;
  stroke-width:1.35 !important;
  fill:none !important;
  filter:
    drop-shadow(0 0 6px rgba(30,167,255,.55))
    drop-shadow(0 0 14px rgba(30,167,255,.25)) !important;
}

/* Keep text left, icon centered */
.bcs-card h3,
.bcs-card p,
.bcs-card a{
  text-align:left !important;
}

/* Process section: closer to original mockup */
#process.bcs-section{
  padding-top:52px !important;
  padding-bottom:58px !important;
  background:
    radial-gradient(circle at 50% 45%,rgba(0,135,255,.16),transparent 45%),
    linear-gradient(180deg,#061325 0%,#06172b 100%) !important;
}

#process .bcs-section-head{
  display:block !important;
  text-align:center !important;
  margin-bottom:28px !important;
}

#process .bcs-mini{
  color:#27c7ff !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  margin-bottom:10px !important;
}

#process .bcs-section-head h2{
  font-size:1.95rem !important;
  line-height:1.15 !important;
  margin:0 !important;
}

.bcs-process-row{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:24px !important;
  max-width:1080px !important;
  margin:0 auto !important;
  padding-top:28px !important;
}

.bcs-process-row:before{
  content:"" !important;
  position:absolute !important;
  left:12% !important;
  right:12% !important;
  top:52px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.78) 0 5px,
    transparent 5px 13px
  ) !important;
  opacity:.95 !important;
  z-index:0 !important;
}

.bcs-step{
  position:relative !important;
  text-align:center !important;
  padding:0 18px !important;
  z-index:2 !important;
}

.bcs-step-num{
  width:44px !important;
  height:44px !important;
  margin:0 auto 20px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg,#0b8cff,#0066ff) !important;
  border:1px solid rgba(125,205,255,.72) !important;
  color:#fff !important;
  font-size:.82rem !important;
  font-weight:900 !important;
  box-shadow:
    0 0 0 7px rgba(11,140,255,.12),
    0 0 20px rgba(11,140,255,.48) !important;
  position:relative !important;
  z-index:3 !important;
}

.bcs-step-icon{
  width:54px !important;
  height:54px !important;
  margin:0 auto 14px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.38) !important;
  background:rgba(11,140,255,.075) !important;
  box-shadow:
    0 0 18px rgba(30,167,255,.22),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.bcs-step-icon svg{
  width:28px !important;
  height:28px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.48)) !important;
}

.bcs-step h3{
  font-size:1rem !important;
  margin:0 0 8px !important;
}

.bcs-step p{
  max-width:190px !important;
  margin:0 auto !important;
  font-size:.78rem !important;
  line-height:1.5 !important;
  color:#b8c8db !important;
}

/* Responsive */
@media(max-width:1180px){
  .bcs-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:720px !important;
    gap:26px !important;
  }
}

@media(max-width:900px){
  .bcs-process-row{
    grid-template-columns:repeat(2,1fr) !important;
    gap:38px 22px !important;
  }
  .bcs-process-row:before{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-services-grid{
    grid-template-columns:1fr !important;
    max-width:320px !important;
    gap:22px !important;
  }
  .bcs-card{
    max-width:100% !important;
  }
  .bcs-process-row{
    grid-template-columns:1fr !important;
  }
}


/* V5.7 - Process section rebuilt to match approved mockup */
.bcs-process-section{
  padding:54px 0 62px !important;
  background:
    radial-gradient(circle at 50% 48%,rgba(0,135,255,.16),transparent 46%),
    linear-gradient(180deg,#061325 0%,#07172b 100%) !important;
  overflow:hidden !important;
}

.bcs-process-heading{
  text-align:center !important;
  margin-bottom:34px !important;
}

.bcs-process-heading .bcs-mini{
  color:#27c7ff !important;
  text-transform:uppercase !important;
  letter-spacing:.065em !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  margin-bottom:9px !important;
}

.bcs-process-heading h2{
  margin:0 !important;
  color:#fff !important;
  font-size:1.95rem !important;
  line-height:1.15 !important;
  letter-spacing:-.02em !important;
}

.bcs-process-line{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:28px !important;
  max-width:1080px !important;
  margin:0 auto !important;
  padding-top:4px !important;
}

.bcs-process-line:before{
  content:"" !important;
  position:absolute !important;
  left:11.5% !important;
  right:11.5% !important;
  top:24px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.82) 0 5px,
    transparent 5px 13px
  ) !important;
  z-index:0 !important;
  opacity:.95 !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.35)) !important;
}

.bcs-process-step{
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
  padding:0 12px !important;
}

.bcs-process-step .bcs-step-num{
  width:46px !important;
  height:46px !important;
  margin:0 auto 12px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg,#0b8cff,#0066ff) !important;
  color:#fff !important;
  border:1px solid rgba(125,205,255,.72) !important;
  box-shadow:
    0 0 0 7px rgba(11,140,255,.11),
    0 0 20px rgba(11,140,255,.48) !important;
  font-size:.82rem !important;
  font-weight:900 !important;
  position:relative !important;
  z-index:3 !important;
}

.bcs-step-pin{
  width:1px !important;
  height:28px !important;
  margin:0 auto 12px !important;
  background:linear-gradient(180deg,rgba(30,167,255,.85),rgba(30,167,255,.05)) !important;
  box-shadow:0 0 10px rgba(30,167,255,.45) !important;
}

.bcs-process-step .bcs-step-icon{
  width:58px !important;
  height:58px !important;
  margin:0 auto 16px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.42) !important;
  background:
    radial-gradient(circle at center,rgba(30,167,255,.14),rgba(11,140,255,.04)) !important;
  box-shadow:
    0 0 18px rgba(30,167,255,.24),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bcs-process-step .bcs-step-icon svg{
  width:29px !important;
  height:29px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.48)) !important;
}

.bcs-process-step h3{
  margin:0 0 8px !important;
  color:#fff !important;
  font-size:1rem !important;
  line-height:1.25 !important;
}

.bcs-process-step p{
  max-width:185px !important;
  margin:0 auto !important;
  color:#b8c8db !important;
  font-size:.78rem !important;
  line-height:1.5 !important;
}

/* Disable old process styles if still present */
.bcs-process-row{
  display:none !important;
}

@media(max-width:900px){
  .bcs-process-line{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:38px 20px !important;
  }
  .bcs-process-line:before{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-process-line{
    grid-template-columns:1fr !important;
  }
}


/* V5.8 - Process section exactly in the requested mockup direction */

/* Hide older process layouts that may still be affected by previous CSS */
.bcs-process-section,
#process .bcs-process-row,
#process .bcs-process-line{
  display:none !important;
}

.bcs-process-mockup{
  padding:66px 0 76px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(0,135,255,.14), transparent 45%),
    linear-gradient(180deg,#051224 0%,#06172b 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}

.bcs-process-mockup-head{
  text-align:center !important;
  margin:0 auto 58px !important;
}

.bcs-process-mockup-head .bcs-mini{
  color:#27c7ff !important;
  font-size:.82rem !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  margin-bottom:14px !important;
}

.bcs-process-mockup-head h2{
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(2.15rem,3vw,3.15rem) !important;
  line-height:1.12 !important;
  letter-spacing:-.035em !important;
}

.bcs-process-mockup-head p{
  max-width:620px !important;
  margin:18px auto 0 !important;
  color:#c2cede !important;
  font-size:1.05rem !important;
  line-height:1.65 !important;
}

.bcs-process-mockup-line{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:48px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

.bcs-process-mockup-line:before{
  content:"" !important;
  position:absolute !important;
  left:11.5% !important;
  right:11.5% !important;
  top:42px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.82) 0 5px,
    transparent 5px 13px
  ) !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.45)) !important;
  z-index:0 !important;
}

.bcs-process-mockup-step{
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
  padding:0 10px !important;
}

.bcs-process-number{
  width:78px !important;
  height:78px !important;
  margin:0 auto !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-size:1.55rem !important;
  font-weight:900 !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(74,181,255,.35), transparent 38%),
    linear-gradient(135deg,#0b8cff,#063ebd) !important;
  border:1px solid rgba(125,205,255,.72) !important;
  box-shadow:
    0 0 0 10px rgba(11,140,255,.10),
    0 0 28px rgba(11,140,255,.52),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  position:relative !important;
  z-index:3 !important;
}

.bcs-process-connector{
  width:1px !important;
  height:62px !important;
  margin:0 auto !important;
  background:linear-gradient(180deg,rgba(30,167,255,.92),rgba(30,167,255,.05)) !important;
  box-shadow:0 0 12px rgba(30,167,255,.48) !important;
}

.bcs-process-icon{
  width:76px !important;
  height:76px !important;
  margin:0 auto 28px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.55) !important;
  background:
    radial-gradient(circle at center, rgba(30,167,255,.16), rgba(11,140,255,.05) 62%, transparent) !important;
  box-shadow:
    0 0 24px rgba(30,167,255,.24),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bcs-process-icon svg{
  width:38px !important;
  height:38px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:
    drop-shadow(0 0 8px rgba(30,167,255,.55))
    drop-shadow(0 0 18px rgba(30,167,255,.25)) !important;
}

.bcs-process-mockup-step h3{
  margin:0 0 13px !important;
  color:#fff !important;
  font-size:1.3rem !important;
  line-height:1.22 !important;
  letter-spacing:-.02em !important;
}

.bcs-process-mockup-step p{
  max-width:235px !important;
  margin:0 auto !important;
  color:#c0ccdc !important;
  font-size:.94rem !important;
  line-height:1.62 !important;
}

/* Partners closer below process like the requested image */
.bcs-partners{
  padding-top:34px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
}

@media(max-width:980px){
  .bcs-process-mockup-line{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:58px 28px !important;
  }
  .bcs-process-mockup-line:before{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-process-mockup{
    padding:54px 0 60px !important;
  }
  .bcs-process-mockup-line{
    grid-template-columns:1fr !important;
    gap:48px !important;
  }
  .bcs-process-mockup-head p{
    font-size:.95rem !important;
  }
}


/* V5.9 - Process Mockup EXACT layout override */

/* kill all old process renderings */
#process.bcs-section,
.bcs-process-section,
#process .bcs-section-head,
#process .bcs-process-row,
#process .bcs-process-line,
#process .bcs-process-mockup-line,
.bcs-process-row,
.bcs-process-line{
  all:unset;
}

.bcs-process-mockup{
  display:block !important;
  padding:70px 0 78px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(0,135,255,.14), transparent 46%),
    linear-gradient(180deg,#051224 0%,#06172b 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}

.bcs-process-mockup-head{
  text-align:center !important;
  max-width:760px !important;
  margin:0 auto 60px !important;
}

.bcs-process-kicker{
  color:#27c7ff !important;
  font-size:.82rem !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  margin-bottom:14px !important;
}

.bcs-process-mockup-head h2{
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(2.25rem,3.2vw,3.25rem) !important;
  line-height:1.1 !important;
  letter-spacing:-.035em !important;
}

.bcs-process-mockup-head p{
  max-width:650px !important;
  margin:20px auto 0 !important;
  color:#c2cede !important;
  font-size:1.06rem !important;
  line-height:1.65 !important;
}

.bcs-process-track{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:48px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

.bcs-process-track:before{
  content:"" !important;
  position:absolute !important;
  left:11.5% !important;
  right:11.5% !important;
  top:42px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.85) 0 5px,
    transparent 5px 13px
  ) !important;
  filter:drop-shadow(0 0 8px rgba(30,167,255,.45)) !important;
  z-index:0 !important;
}

.bcs-process-item{
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
  padding:0 10px !important;
}

.bcs-process-number{
  width:78px !important;
  height:78px !important;
  margin:0 auto !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-size:1.55rem !important;
  font-weight:900 !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(74,181,255,.35), transparent 38%),
    linear-gradient(135deg,#0b8cff,#063ebd) !important;
  border:1px solid rgba(125,205,255,.72) !important;
  box-shadow:
    0 0 0 10px rgba(11,140,255,.10),
    0 0 28px rgba(11,140,255,.52),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  position:relative !important;
  z-index:3 !important;
}

.bcs-process-vertical{
  width:1px !important;
  height:62px !important;
  margin:0 auto !important;
  background:linear-gradient(180deg,rgba(30,167,255,.92),rgba(30,167,255,.05)) !important;
  box-shadow:0 0 12px rgba(30,167,255,.48) !important;
}

.bcs-process-icon{
  width:76px !important;
  height:76px !important;
  margin:0 auto 28px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.55) !important;
  background:
    radial-gradient(circle at center, rgba(30,167,255,.16), rgba(11,140,255,.05) 62%, transparent) !important;
  box-shadow:
    0 0 24px rgba(30,167,255,.24),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bcs-process-icon svg{
  width:38px !important;
  height:38px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:
    drop-shadow(0 0 8px rgba(30,167,255,.55))
    drop-shadow(0 0 18px rgba(30,167,255,.25)) !important;
}

.bcs-process-item h3{
  margin:0 0 13px !important;
  color:#fff !important;
  font-size:1.3rem !important;
  line-height:1.22 !important;
  letter-spacing:-.02em !important;
}

.bcs-process-item p{
  max-width:235px !important;
  margin:0 auto !important;
  color:#c0ccdc !important;
  font-size:.94rem !important;
  line-height:1.62 !important;
}

@media(max-width:980px){
  .bcs-process-track{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:58px 28px !important;
  }
  .bcs-process-track:before{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-process-mockup{
    padding:54px 0 60px !important;
  }
  .bcs-process-track{
    grid-template-columns:1fr !important;
    gap:48px !important;
  }
  .bcs-process-mockup-head p{
    font-size:.95rem !important;
  }
}


/* V5.9.1 FINAL - horizontal process exactly as requested:
   number on the left, icon on the same row, dotted line from icon to next number */
#process.bcs-process-horizontal{
  display:block !important;
  padding:46px 0 50px !important;
  background:
    radial-gradient(circle at 50% 46%,rgba(0,135,255,.12),transparent 45%),
    linear-gradient(180deg,#061325 0%,#07172b 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}

.bcs-process-horizontal-head{
  display:block !important;
  text-align:left !important;
  margin:0 0 34px !important;
}

.bcs-process-horizontal-head .bcs-mini{
  color:#27c7ff !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  letter-spacing:.045em !important;
  text-transform:uppercase !important;
  margin:0 0 8px !important;
}

.bcs-process-horizontal-head h2{
  margin:0 !important;
  color:#fff !important;
  font-size:2rem !important;
  line-height:1.1 !important;
  letter-spacing:-.025em !important;
}

.bcs-process-horizontal-track{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:30px !important;
  position:relative !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

.bcs-process-horizontal-item{
  position:relative !important;
  min-height:150px !important;
  text-align:left !important;
}

/* dotted connection: starts after icon and goes to next number */
.bcs-process-horizontal-item:not(:last-child)::after{
  content:"" !important;
  position:absolute !important;
  top:22px !important;
  left:104px !important;
  right:-22px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.78) 0 4px,
    transparent 4px 10px
  ) !important;
  filter:drop-shadow(0 0 6px rgba(30,167,255,.35)) !important;
  z-index:0 !important;
}

.bcs-process-topline{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  height:52px !important;
  position:relative !important;
  z-index:2 !important;
}

.bcs-process-number-left{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 44px !important;
  color:#fff !important;
  font-size:.95rem !important;
  font-weight:900 !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(74,181,255,.35), transparent 38%),
    linear-gradient(135deg,#0b8cff,#063ebd) !important;
  border:1px solid rgba(125,205,255,.70) !important;
  box-shadow:
    0 0 0 5px rgba(11,140,255,.10),
    0 0 20px rgba(11,140,255,.45),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.bcs-process-icon-right{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 48px !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.48) !important;
  background:
    radial-gradient(circle at center,rgba(30,167,255,.12),rgba(11,140,255,.04) 62%,transparent) !important;
  box-shadow:
    0 0 18px rgba(30,167,255,.22),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bcs-process-icon-right svg{
  width:25px !important;
  height:25px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 7px rgba(30,167,255,.48)) !important;
}

.bcs-process-copy{
  margin-left:58px !important;
  margin-top:4px !important;
  max-width:190px !important;
}

.bcs-process-copy h3{
  margin:0 0 7px !important;
  color:#fff !important;
  font-size:.96rem !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}

.bcs-process-copy p{
  margin:0 !important;
  color:#b8c8db !important;
  font-size:.74rem !important;
  line-height:1.5 !important;
}

@media(max-width:980px){
  .bcs-process-horizontal-track{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:34px 24px !important;
  }
  .bcs-process-horizontal-item::after{
    display:none !important;
  }
}

@media(max-width:620px){
  .bcs-process-horizontal-track{
    grid-template-columns:1fr !important;
  }
  .bcs-process-copy{
    margin-left:0 !important;
    max-width:none !important;
  }
}


/* V5.9.2 FIXED PROCESS - unique classes, no dependency on old process CSS */
.bc59-process-fixed{
  display:block !important;
  padding:46px 0 48px !important;
  background:
    radial-gradient(circle at 50% 44%,rgba(0,135,255,.12),transparent 44%),
    linear-gradient(180deg,#061325 0%,#07172b 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}

.bc59-process-head{
  text-align:left !important;
  margin:0 0 30px !important;
}

.bc59-kicker{
  color:#27c7ff !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  letter-spacing:.045em !important;
  text-transform:uppercase !important;
  margin-bottom:8px !important;
}

.bc59-process-head h2{
  margin:0 !important;
  color:#fff !important;
  font-size:2rem !important;
  line-height:1.1 !important;
  letter-spacing:-.025em !important;
}

.bc59-process-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:30px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

.bc59-process-step{
  position:relative !important;
  min-height:145px !important;
  text-align:left !important;
}

/* dotted line starts from icon area and reaches next number */
.bc59-process-step:not(:last-child)::after{
  content:"" !important;
  position:absolute !important;
  top:24px !important;
  left:104px !important;
  right:-24px !important;
  height:1px !important;
  background:repeating-linear-gradient(
    90deg,
    rgba(30,167,255,.80) 0 4px,
    transparent 4px 10px
  ) !important;
  filter:drop-shadow(0 0 6px rgba(30,167,255,.35)) !important;
  z-index:0 !important;
}

.bc59-toprow{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  height:52px !important;
  position:relative !important;
  z-index:2 !important;
}

.bc59-num{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  flex:0 0 44px !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-size:.95rem !important;
  font-weight:900 !important;
  background:
    radial-gradient(circle at 35% 28%,rgba(74,181,255,.35),transparent 38%),
    linear-gradient(135deg,#0b8cff,#063ebd) !important;
  border:1px solid rgba(125,205,255,.70) !important;
  box-shadow:
    0 0 0 5px rgba(11,140,255,.10),
    0 0 20px rgba(11,140,255,.45),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.bc59-icon{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  flex:0 0 48px !important;
  display:grid !important;
  place-items:center !important;
  color:#1ea7ff !important;
  border:1px solid rgba(30,167,255,.48) !important;
  background:
    radial-gradient(circle at center,rgba(30,167,255,.12),rgba(11,140,255,.04) 62%,transparent) !important;
  box-shadow:
    0 0 18px rgba(30,167,255,.22),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.bc59-icon svg{
  width:25px !important;
  height:25px !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 7px rgba(30,167,255,.48)) !important;
}

.bc59-copy{
  margin-left:58px !important;
  margin-top:4px !important;
  max-width:190px !important;
}

.bc59-copy h3{
  margin:0 0 7px !important;
  color:#fff !important;
  font-size:.96rem !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}

.bc59-copy p{
  margin:0 !important;
  color:#b8c8db !important;
  font-size:.74rem !important;
  line-height:1.5 !important;
}

@media(max-width:980px){
  .bc59-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:34px 24px !important;
  }
  .bc59-process-step::after{
    display:none !important;
  }
}

@media(max-width:620px){
  .bc59-process-grid{
    grid-template-columns:1fr !important;
  }
  .bc59-copy{
    margin-left:0 !important;
    max-width:none !important;
  }
}


/* V5.9.7 - Final resized lower-resolution logo */
.bcs-header .bcs-logo{
  min-width:245px !important;
  max-width:245px !important;
  flex:0 0 245px !important;
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  transform:none !important;
}

.bcs-theme-logo-final{
  display:block !important;
  height:56px !important;
  max-height:56px !important;
  width:auto !important;
  max-width:230px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:none !important;
  box-shadow:none !important;
}

.bcs-header .bcs-theme-logo-final{
  height:56px !important;
  max-height:56px !important;
  max-width:230px !important;
}

.bcs-footer .bcs-logo{
  transform:none !important;
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  margin-bottom:16px !important;
}

.bcs-footer .bcs-theme-logo-final-footer{
  height:60px !important;
  max-height:60px !important;
  max-width:250px !important;
}


/* V5.9.9 REAL LOGO FIX - prevent header logo clipping */
.bcs-header .bcs-header-inner{
    overflow:visible !important;
}

.bcs-header .bcs-logo,
.bcs-logo{
    flex:0 0 330px !important;
    width:330px !important;
    max-width:330px !important;
    min-width:330px !important;
    overflow:visible !important;
    white-space:nowrap !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
}

.bcs-header .bcs-logo img,
.bcs-header .custom-logo,
.bcs-header img.bcs-theme-logo-final,
.bcs-header img.bcs-theme-logo,
.bcs-logo img,
.custom-logo{
    display:block !important;
    width:auto !important;
    height:56px !important;
    max-height:56px !important;
    max-width:none !important;
    min-width:0 !important;
    object-fit:contain !important;
    object-position:left center !important;
    overflow:visible !important;
    clip-path:none !important;
    filter:none !important;
    box-shadow:none !important;
}

.bcs-header .bcs-nav{
    flex:1 1 auto !important;
    min-width:0 !important;
}

/* Footer logo should also never clip */
.bcs-footer .bcs-logo{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    overflow:visible !important;
}

.bcs-footer .bcs-logo img,
.bcs-footer .custom-logo,
.bcs-footer img.bcs-theme-logo-final,
.bcs-footer img.bcs-theme-logo{
    width:auto !important;
    height:60px !important;
    max-height:60px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    overflow:visible !important;
    clip-path:none !important;
}

/* Responsive: allow normal wrapping on smaller screens */
@media(max-width:900px){
    .bcs-header .bcs-logo,
    .bcs-logo{
        flex:0 0 auto !important;
        width:auto !important;
        max-width:240px !important;
        min-width:0 !important;
    }
    .bcs-header .bcs-logo img,
    .bcs-header .custom-logo,
    .bcs-logo img{
        height:46px !important;
        max-height:46px !important;
        max-width:240px !important;
    }
}


/* V5.9.10 - use smaller actual logo image file */
.bcs-header .bcs-logo{
    flex:0 0 190px !important;
    width:190px !important;
    max-width:190px !important;
    min-width:190px !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
}

.bcs-theme-logo-small,
.bcs-header .bcs-theme-logo-small{
    display:block !important;
    width:170px !important;
    height:auto !important;
    max-width:170px !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:none !important;
    box-shadow:none !important;
}

.bcs-footer .bcs-logo{
    transform:none !important;
    width:auto !important;
    max-width:none !important;
    overflow:visible !important;
}

.bcs-footer .bcs-theme-logo-small-footer{
    width:190px !important;
    height:auto !important;
    max-width:190px !important;
}


/* V5.9.11 - Padded logo PNG, no cloud crop */
.bcs-header .bcs-logo{
    flex:0 0 205px !important;
    width:205px !important;
    max-width:205px !important;
    min-width:205px !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    transform:none !important;
}

.bcs-header .bcs-logo img.bcs-logo-padded,
.bcs-logo-padded{
    display:block !important;
    width:190px !important;
    height:auto !important;
    max-width:190px !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:none !important;
    box-shadow:none !important;
    clip-path:none !important;
}

.bcs-footer .bcs-logo{
    transform:none !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
}

.bcs-footer .bcs-logo-padded-footer{
    width:220px !important;
    height:auto !important;
    max-width:220px !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:none !important;
    box-shadow:none !important;
    clip-path:none !important;
}

@media(max-width:900px){
    .bcs-header .bcs-logo{
        flex:0 0 185px !important;
        width:185px !important;
        max-width:185px !important;
        min-width:185px !important;
    }
    .bcs-header .bcs-logo img.bcs-logo-padded,
    .bcs-logo-padded{
        width:175px !important;
        max-width:175px !important;
    }
}


/* V5.9.12 logo height fix */
.bcs-header .bcs-logo img.bcs-logo-padded,
.bcs-logo-padded{
    width:190px !important;
    height:auto !important;
}

.bcs-footer .bcs-logo-padded-footer{
    width:220px !important;
    height:auto !important;
}


/* V5.9.14 - Force approved uploaded logo in header and footer */
.bcs-header .bcs-logo{
    flex:0 0 230px !important;
    width:230px !important;
    max-width:230px !important;
    min-width:230px !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    transform:none !important;
}

.bcs-header .bcs-logo img.bcs-approved-logo,
.bcs-approved-logo{
    display:block !important;
    width:190px !important;
    height:auto !important;
    max-width:190px !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    overflow:visible !important;
    clip-path:none !important;
    filter:none !important;
    box-shadow:none !important;
}

.bcs-footer .bcs-logo{
    transform:none !important;
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    margin-bottom:16px !important;
}

.bcs-footer .bcs-approved-logo-footer{
    width:230px !important;
    height:auto !important;
    max-width:230px !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    overflow:visible !important;
    clip-path:none !important;
    filter:none !important;
    box-shadow:none !important;
}

@media(max-width:900px){
    .bcs-header .bcs-logo{
        flex:0 0 205px !important;
        width:205px !important;
        max-width:205px !important;
        min-width:205px !important;
    }
    .bcs-header .bcs-logo img.bcs-approved-logo,
    .bcs-approved-logo{
        width:175px !important;
        max-width:175px !important;
    }
}
