
/* ==========================================================================
   CYBROHOST PRODUCT BODY SECTIONS
   Additive stylesheet only. Existing hero, highlight strip, plans, header and
   footer components are intentionally untouched.
   ========================================================================== */

.cybx-body-sections{
  --cybx-blue: var(--cyb-primary,#1169EE);
  --cybx-navy: var(--cyb-text-dark,#061B51);
  --cybx-muted: var(--cyb-text-muted,rgba(6,27,81,.68));
  --cybx-line: rgba(17,105,238,.13);
  --cybx-soft: rgba(17,105,238,.055);
  --cybx-soft-2: rgba(17,105,238,.085);
  --cybx-shadow: 0 18px 45px rgba(6,27,81,.075);
  --cybx-radius: 22px;
  color: var(--cybx-navy);
  background:#fff;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif);
}
.cybx-body-sections *{box-sizing:border-box}
.cybx-section{position:relative;padding:70px 0;overflow:hidden;background:#fff}
.cybx-section--soft{background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%)}
.cybx-container{width:min(1180px,calc(100% - 48px));margin:0 auto;position:relative;z-index:2}
.cybx-head{max-width:760px;margin:0 auto 34px;text-align:center}
.cybx-head--left{margin-left:0;text-align:left}
.cybx-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;color:var(--cybx-blue);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.cybx-eyebrow::before{content:"";width:18px;height:1px;background:currentColor}
.cybx-head h2{margin:0;color:var(--cybx-navy);font-size:clamp(26px,2.55vw,34px);font-weight:600;line-height:1.23;letter-spacing:-.026em}
.cybx-head p{max-width:690px;margin:11px auto 0;color:var(--cybx-muted);font-size:15px;font-weight:400;line-height:1.72}
.cybx-head--left p{margin-left:0}
.cybx-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--cybx-line);border-radius:13px;background:#fff;color:var(--cybx-blue);font-size:18px;box-shadow:0 8px 22px rgba(6,27,81,.045)}
.cybx-card-title{margin:0;color:var(--cybx-navy);font-size:17px;font-weight:600;line-height:1.38}
.cybx-card-copy{margin:7px 0 0;color:var(--cybx-muted);font-size:13.5px;line-height:1.68}
.cybx-chip{display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:0 10px;border:1px solid var(--cybx-line);border-radius:999px;background:#fff;color:rgba(6,27,81,.72);font-size:10.5px;font-weight:600;white-space:nowrap}
.cybx-chip i{color:var(--cybx-blue)}

/* Linux VPS — terminal / infrastructure layout */
.cybx-linux-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:34px;align-items:center}
.cybx-linux-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.cybx-linux-point{padding:18px;border:1px solid var(--cybx-line);border-radius:17px;background:#fff}
.cybx-linux-point .cybx-icon{width:36px;height:36px;border-radius:11px;font-size:15px}
.cybx-linux-point h3{margin:12px 0 0;font-size:15px;font-weight:600;line-height:1.35}
.cybx-linux-point p{margin:5px 0 0;color:var(--cybx-muted);font-size:12.5px;line-height:1.6}
.cybx-terminal{position:relative;min-height:405px;padding:0;border:1px solid rgba(6,27,81,.14);border-radius:22px;background:#071a43;box-shadow:0 24px 58px rgba(6,27,81,.18);overflow:hidden}
.cybx-terminal__bar{height:50px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b2354}
.cybx-terminal__dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35)}
.cybx-terminal__name{margin-left:7px;color:rgba(255,255,255,.62);font-size:10px;letter-spacing:.04em}
.cybx-terminal__body{padding:23px 24px 25px}
.cybx-terminal__line{display:flex;gap:10px;margin:0 0 13px;color:rgba(255,255,255,.75);font:500 12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}
.cybx-terminal__line b{color:#76aaff;font-weight:600}
.cybx-terminal__line em{color:#fff;font-style:normal}
.cybx-terminal__metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.cybx-terminal__metric{padding:13px 14px;border:1px solid rgba(118,170,255,.18);border-radius:13px;background:rgba(255,255,255,.045)}
.cybx-terminal__metric span{display:block;color:rgba(255,255,255,.43);font-size:8.5px;letter-spacing:.09em;text-transform:uppercase}
.cybx-terminal__metric strong{display:block;margin-top:4px;color:#fff;font-size:13px;font-weight:600}
.cybx-linux-workloads{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.cybx-work-card{min-height:190px;padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.cybx-work-card:hover{transform:translateY(-3px);border-color:rgba(17,105,238,.25);box-shadow:0 14px 34px rgba(6,27,81,.07)}
.cybx-work-card .cybx-icon{margin-bottom:17px}
.cybx-deploy-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--cybx-line);border-radius:20px;background:#fff;box-shadow:var(--cybx-shadow)}
.cybx-deploy-step{position:relative;padding:24px 22px;min-height:154px;border-right:1px solid var(--cybx-line)}
.cybx-deploy-step:last-child{border-right:0}
.cybx-deploy-step b{display:grid;place-items:center;width:29px;height:29px;margin-bottom:14px;border-radius:50%;background:var(--cybx-soft-2);color:var(--cybx-blue);font-size:10px;font-weight:700}
.cybx-deploy-step strong{display:block;font-size:14px;font-weight:600}
.cybx-deploy-step span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:12.5px;line-height:1.6}

/* Windows VPS — remote workspace / tile layout */
.cybx-windows-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.cybx-windows-board{position:relative;min-height:410px;padding:17px;border:1px solid var(--cybx-line);border-radius:24px;background:linear-gradient(145deg,#f7faff,#fff);box-shadow:var(--cybx-shadow)}
.cybx-window{height:100%;min-height:374px;border:1px solid rgba(17,105,238,.13);border-radius:17px;background:#fff;overflow:hidden}
.cybx-window__title{height:47px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid rgba(17,105,238,.1);background:#fbfdff}
.cybx-window__title span{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:600;color:#27426d}
.cybx-window__title i{color:var(--cybx-blue)}
.cybx-window__controls{display:flex;gap:8px}.cybx-window__controls b{display:block;width:8px;height:8px;border-radius:50%;background:#d9e5f8}
.cybx-window__desktop{display:grid;grid-template-columns:105px 1fr;min-height:326px}
.cybx-window__side{padding:15px 11px;background:#071a43;color:#fff}
.cybx-window__side strong{display:block;margin-bottom:15px;font-size:10px}
.cybx-window__side span{display:flex;align-items:center;gap:7px;padding:8px 5px;color:rgba(255,255,255,.6);font-size:8.5px}
.cybx-window__side i{color:#79adff;font-size:10px}
.cybx-window__main{padding:19px;background-image:radial-gradient(rgba(17,105,238,.09) 1px,transparent 1px);background-size:19px 19px}
.cybx-win-status{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}
.cybx-win-status .cybx-chip{font-size:9px}
.cybx-win-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cybx-win-panel>div{padding:14px;border:1px solid rgba(17,105,238,.12);border-radius:13px;background:rgba(255,255,255,.95)}
.cybx-win-panel span{display:block;color:rgba(6,27,81,.5);font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.cybx-win-panel strong{display:block;margin-top:5px;color:var(--cybx-navy);font-size:12px;font-weight:600}
.cybx-win-copy-list{display:grid;gap:10px;margin-top:23px}
.cybx-win-copy-item{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:14px 15px;border:1px solid var(--cybx-line);border-radius:16px;background:#fff}
.cybx-win-copy-item .cybx-icon{width:40px;height:40px}
.cybx-win-copy-item h3{margin:1px 0 0;font-size:14px;font-weight:600}.cybx-win-copy-item p{margin:4px 0 0;color:var(--cybx-muted);font-size:12.3px;line-height:1.55}
.cybx-win-workload-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:14px}
.cybx-win-feature{min-height:302px;padding:27px;border:1px solid var(--cybx-line);border-radius:22px;background:linear-gradient(145deg,#fff,#f7faff);display:flex;flex-direction:column;justify-content:flex-end}
.cybx-win-feature .cybx-icon{margin-bottom:auto;width:50px;height:50px;font-size:21px}
.cybx-win-feature h3{margin:26px 0 0;font-size:22px;font-weight:600;line-height:1.25}.cybx-win-feature p{margin:8px 0 0;color:var(--cybx-muted);font-size:13.5px;line-height:1.65}
.cybx-win-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cybx-win-mini{min-height:144px;padding:18px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff}
.cybx-win-mini i{display:block;color:var(--cybx-blue);font-size:18px}.cybx-win-mini strong{display:block;margin-top:13px;font-size:14px;font-weight:600}.cybx-win-mini span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:12px;line-height:1.55}

/* SMTP Linux — mail-flow / infrastructure layout */
.cybx-mailflow{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:center}
.cybx-mail-feature-list{display:grid;gap:10px;margin-top:22px}
.cybx-mail-feature{display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid var(--cybx-line);border-radius:14px;background:#fff}
.cybx-mail-feature .cybx-icon{flex:0 0 auto;width:37px;height:37px;border-radius:11px;font-size:15px}.cybx-mail-feature strong{display:block;font-size:13.5px;font-weight:600}.cybx-mail-feature span{display:block;margin-top:2px;color:var(--cybx-muted);font-size:11.5px;line-height:1.5}
.cybx-mail-diagram{position:relative;min-height:380px;padding:24px;border:1px solid var(--cybx-line);border-radius:23px;background:linear-gradient(145deg,#fbfdff,#f5f9ff);box-shadow:var(--cybx-shadow);overflow:hidden}
.cybx-mail-diagram::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(17,105,238,.11) 1px,transparent 1px);background-size:20px 20px;opacity:.6}
.cybx-mail-route{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:center;margin-top:45px}
.cybx-mail-node{position:relative;min-height:119px;padding:16px 11px;border:1px solid rgba(17,105,238,.15);border-radius:16px;background:#fff;text-align:center}
.cybx-mail-node::after{content:"";position:absolute;top:50%;right:-11px;width:11px;height:1px;background:rgba(17,105,238,.35)}.cybx-mail-node:last-child::after{display:none}
.cybx-mail-node i{font-size:20px;color:var(--cybx-blue)}.cybx-mail-node strong{display:block;margin-top:11px;font-size:12px;font-weight:600}.cybx-mail-node span{display:block;margin-top:4px;color:var(--cybx-muted);font-size:9.5px;line-height:1.45}
.cybx-mail-dns{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:28px}
.cybx-mail-dns div{padding:11px;border:1px solid rgba(17,105,238,.12);border-radius:12px;background:rgba(255,255,255,.88);text-align:center}.cybx-mail-dns strong{display:block;color:var(--cybx-blue);font-size:10px}.cybx-mail-dns span{display:block;margin-top:3px;color:rgba(6,27,81,.58);font-size:8.8px}
.cybx-setup-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--cybx-line);border-radius:20px;background:#fff;overflow:hidden}
.cybx-setup-step{position:relative;padding:23px 17px;min-height:183px;border-right:1px solid var(--cybx-line)}.cybx-setup-step:last-child{border-right:0}.cybx-setup-step b{display:grid;place-items:center;width:31px;height:31px;margin-bottom:15px;border-radius:10px;background:var(--cybx-soft-2);color:var(--cybx-blue);font-size:10px}.cybx-setup-step strong{display:block;font-size:13px;font-weight:600}.cybx-setup-step span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:11.5px;line-height:1.55}
.cybx-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.cybx-use-card{padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff}.cybx-use-card i{color:var(--cybx-blue);font-size:19px}.cybx-use-card strong{display:block;margin-top:14px;font-size:14px;font-weight:600}.cybx-use-card p{margin:6px 0 0;color:var(--cybx-muted);font-size:12px;line-height:1.6}
.cybx-policy-note{margin-top:15px;padding:14px 16px;border-left:3px solid var(--cybx-blue);border-radius:0 12px 12px 0;background:var(--cybx-soft);color:rgba(6,27,81,.7);font-size:12px;line-height:1.62}

/* SMTP Windows — panel + RDP split layout */
.cybx-smtpwin-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.cybx-smtpwin-console{padding:16px;border:1px solid var(--cybx-line);border-radius:23px;background:linear-gradient(145deg,#fff,#f5f9ff);box-shadow:var(--cybx-shadow)}
.cybx-smtpwin-bar{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 12px;border:1px solid rgba(17,105,238,.11);border-radius:12px 12px 0 0;background:#fff}.cybx-smtpwin-bar strong{display:flex;align-items:center;gap:7px;font-size:10px}.cybx-smtpwin-bar i{color:var(--cybx-blue)}.cybx-smtpwin-bar span{color:rgba(6,27,81,.47);font-size:8.5px}
.cybx-smtpwin-screen{display:grid;grid-template-columns:92px 1fr;min-height:330px;border:1px solid rgba(17,105,238,.11);border-top:0;border-radius:0 0 14px 14px;background:#fff;overflow:hidden}.cybx-smtpwin-nav{padding:16px 9px;background:#071a43}.cybx-smtpwin-nav span{display:flex;align-items:center;gap:6px;padding:8px 4px;color:rgba(255,255,255,.55);font-size:8px}.cybx-smtpwin-nav span:first-child{color:#fff}.cybx-smtpwin-nav i{color:#79adff}.cybx-smtpwin-main{padding:17px}.cybx-smtpwin-main>span{font-size:9px;color:rgba(6,27,81,.5);text-transform:uppercase;letter-spacing:.08em}.cybx-smtpwin-cards{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:11px}.cybx-smtpwin-cards div{padding:12px;border:1px solid rgba(17,105,238,.11);border-radius:12px;background:#fbfdff}.cybx-smtpwin-cards i{color:var(--cybx-blue);font-size:14px}.cybx-smtpwin-cards strong{display:block;margin-top:7px;font-size:10.5px}.cybx-smtpwin-cards small{display:block;margin-top:2px;color:rgba(6,27,81,.52);font-size:8px}
.cybx-smtpwin-copy{display:grid;gap:11px}.cybx-smtpwin-copy>div{display:grid;grid-template-columns:40px 1fr;gap:13px;padding:15px;border:1px solid var(--cybx-line);border-radius:16px;background:#fff}.cybx-smtpwin-copy .cybx-icon{width:39px;height:39px;font-size:15px}.cybx-smtpwin-copy strong{display:block;font-size:13.5px}.cybx-smtpwin-copy span{display:block;margin-top:4px;color:var(--cybx-muted);font-size:11.8px;line-height:1.55}
.cybx-rdp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.cybx-rdp-step{padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff}.cybx-rdp-step b{display:block;color:var(--cybx-blue);font-size:11px;font-weight:700}.cybx-rdp-step strong{display:block;margin-top:11px;font-size:14px}.cybx-rdp-step span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:11.8px;line-height:1.58}

/* Shared hosting — modular/bento layout */
.cybx-shared-bento{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:repeat(2,175px);gap:14px}
.cybx-bento-card{position:relative;padding:21px;border:1px solid var(--cybx-line);border-radius:20px;background:#fff;overflow:hidden}.cybx-bento-card--main{grid-row:1/3;background:linear-gradient(150deg,#fff,#f4f8ff)}.cybx-bento-card .cybx-icon{margin-bottom:22px}.cybx-bento-card h3{margin:0;font-size:16px;font-weight:600}.cybx-bento-card p{margin:7px 0 0;color:var(--cybx-muted);font-size:12.2px;line-height:1.6}.cybx-bento-card--main h3{font-size:22px}.cybx-bento-stack{display:grid;gap:8px;margin-top:25px}.cybx-bento-stack span{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border:1px solid rgba(17,105,238,.11);border-radius:11px;background:rgba(255,255,255,.85);color:#203a69;font-size:10px}.cybx-bento-stack i{color:var(--cybx-blue)}
.cybx-site-path{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cybx-site-step{min-height:215px;padding:22px;border:1px solid var(--cybx-line);border-radius:20px;background:#fff}.cybx-site-step__top{display:flex;align-items:center;justify-content:space-between}.cybx-site-step b{color:rgba(17,105,238,.28);font-size:28px;font-weight:600;line-height:1}.cybx-site-step h3{margin:28px 0 0;font-size:16px;font-weight:600}.cybx-site-step p{margin:7px 0 0;color:var(--cybx-muted);font-size:12.5px;line-height:1.65}.cybx-fit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cybx-fit{padding:18px;border:1px solid var(--cybx-line);border-radius:17px;background:#fff}.cybx-fit i{color:var(--cybx-blue);font-size:18px}.cybx-fit strong{display:block;margin-top:13px;font-size:13.5px}.cybx-fit span{display:block;margin-top:5px;color:var(--cybx-muted);font-size:11.5px;line-height:1.55}

/* Dedicated server — hardware / resource layout */
.cybx-dedicated-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.cybx-rack{position:relative;min-height:398px;padding:24px;border:1px solid var(--cybx-line);border-radius:24px;background:linear-gradient(150deg,#f9fbff,#fff);box-shadow:var(--cybx-shadow)}.cybx-rack-frame{position:absolute;left:24px;top:24px;bottom:24px;width:152px;padding:14px;border-radius:17px;background:#071a43}.cybx-rack-unit{height:57px;margin-bottom:9px;padding:10px 11px;border:1px solid rgba(121,173,255,.17);border-radius:10px;background:rgba(255,255,255,.045)}.cybx-rack-unit span{display:block;color:rgba(255,255,255,.46);font-size:7.5px;text-transform:uppercase;letter-spacing:.08em}.cybx-rack-unit strong{display:block;margin-top:4px;color:#fff;font-size:10px}.cybx-rack-unit i{float:right;color:#79adff;font-size:9px}.cybx-rack-stats{margin-left:174px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.cybx-rack-stat{padding:15px;border:1px solid rgba(17,105,238,.12);border-radius:14px;background:#fff}.cybx-rack-stat i{color:var(--cybx-blue);font-size:16px}.cybx-rack-stat span{display:block;margin-top:11px;color:rgba(6,27,81,.5);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.cybx-rack-stat strong{display:block;margin-top:3px;font-size:12px}.cybx-dedicated-list{display:grid;gap:10px;margin-top:22px}.cybx-dedicated-item{display:grid;grid-template-columns:39px 1fr;gap:13px;padding:14px;border:1px solid var(--cybx-line);border-radius:15px;background:#fff}.cybx-dedicated-item .cybx-icon{width:38px;height:38px;font-size:15px}.cybx-dedicated-item strong{display:block;font-size:13.5px}.cybx-dedicated-item span{display:block;margin-top:3px;color:var(--cybx-muted);font-size:11.8px;line-height:1.55}.cybx-dedicated-workloads{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.cybx-dedicated-workload{min-height:185px;padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff}.cybx-dedicated-workload i{color:var(--cybx-blue);font-size:20px}.cybx-dedicated-workload strong{display:block;margin-top:19px;font-size:14px}.cybx-dedicated-workload span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:11.8px;line-height:1.58}

/* 10Gbps dedicated — network throughput layout */
.cybx-speed-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}.cybx-speed-board{position:relative;min-height:390px;padding:23px;border:1px solid var(--cybx-line);border-radius:24px;background:linear-gradient(145deg,#fbfdff,#f5f9ff);box-shadow:var(--cybx-shadow);overflow:hidden}.cybx-speed-board::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,105,238,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(17,105,238,.055) 1px,transparent 1px);background-size:28px 28px}.cybx-speed-core{position:absolute;left:50%;top:47%;width:124px;height:124px;transform:translate(-50%,-50%);display:grid;place-items:center;border:1px solid rgba(17,105,238,.2);border-radius:50%;background:#fff;box-shadow:0 0 0 18px rgba(17,105,238,.04)}.cybx-speed-core div{text-align:center}.cybx-speed-core strong{display:block;color:var(--cybx-blue);font-size:24px;font-weight:600}.cybx-speed-core span{display:block;margin-top:3px;color:var(--cybx-muted);font-size:9px}.cybx-speed-node{position:absolute;width:122px;padding:13px;border:1px solid var(--cybx-line);border-radius:14px;background:#fff}.cybx-speed-node i{color:var(--cybx-blue);font-size:16px}.cybx-speed-node strong{display:block;margin-top:8px;font-size:10.5px}.cybx-speed-node span{display:block;margin-top:2px;color:var(--cybx-muted);font-size:8.5px}.cybx-speed-node--a{left:25px;top:35px}.cybx-speed-node--b{right:25px;top:35px}.cybx-speed-node--c{left:25px;bottom:35px}.cybx-speed-node--d{right:25px;bottom:35px}.cybx-speed-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(17,105,238,.38),transparent);transform-origin:left center}.cybx-speed-line--a{left:137px;top:90px;width:115px;transform:rotate(20deg)}.cybx-speed-line--b{right:137px;top:90px;width:115px;transform:rotate(-20deg)}.cybx-speed-line--c{left:137px;bottom:88px;width:115px;transform:rotate(-20deg)}.cybx-speed-line--d{right:137px;bottom:88px;width:115px;transform:rotate(20deg)}.cybx-speed-points{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:23px}.cybx-speed-point{padding:16px;border:1px solid var(--cybx-line);border-radius:16px;background:#fff}.cybx-speed-point i{color:var(--cybx-blue);font-size:17px}.cybx-speed-point strong{display:block;margin-top:11px;font-size:13.5px}.cybx-speed-point span{display:block;margin-top:4px;color:var(--cybx-muted);font-size:11.5px;line-height:1.52}.cybx-throughput-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cybx-throughput-card{padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff}.cybx-throughput-card i{color:var(--cybx-blue);font-size:19px}.cybx-throughput-card strong{display:block;margin-top:16px;font-size:14px}.cybx-throughput-card span{display:block;margin-top:6px;color:var(--cybx-muted);font-size:11.8px;line-height:1.58}

/* Shared FAQ design — intentionally identical on every product page */
.cybx-faq{padding:70px 0 78px;background:#fff}.cybx-faq__wrap{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start}.cybx-faq__intro{position:sticky;top:28px}.cybx-faq__intro .cybx-eyebrow{margin-bottom:10px}.cybx-faq__intro h2{margin:0;font-size:clamp(26px,2.4vw,33px);font-weight:600;line-height:1.23;letter-spacing:-.026em}.cybx-faq__intro p{margin:10px 0 0;color:var(--cybx-muted);font-size:13.5px;line-height:1.68}.cybx-faq__list{border-top:1px solid rgba(6,27,81,.16)}.cybx-faq details{border-bottom:1px solid rgba(6,27,81,.16)}.cybx-faq summary{position:relative;display:flex;align-items:center;min-height:72px;padding:18px 46px 18px 0;cursor:pointer;list-style:none;color:var(--cybx-navy);font-size:15px;font-weight:600;line-height:1.45}.cybx-faq summary::-webkit-details-marker{display:none}.cybx-faq summary::after{content:"+";position:absolute;right:2px;top:50%;width:28px;height:28px;transform:translateY(-50%);display:grid;place-items:center;border:1px solid var(--cybx-line);border-radius:50%;color:var(--cybx-blue);font-size:19px;font-weight:400;line-height:1}.cybx-faq details[open] summary{color:var(--cybx-blue)}.cybx-faq details[open] summary::after{content:"−"}.cybx-faq__answer{padding:0 42px 21px 0;color:var(--cybx-muted);font-size:13px;line-height:1.72}.cybx-faq__answer p{margin:0}.cybx-faq__answer a{color:var(--cybx-blue);font-weight:600;text-decoration:none}.cybx-faq__answer a:hover{text-decoration:underline}

@media(max-width:991.98px){
  .cybx-section,.cybx-faq{padding:60px 0}.cybx-container{width:min(100% - 32px,1180px)}
  .cybx-linux-grid,.cybx-windows-grid,.cybx-mailflow,.cybx-smtpwin-grid,.cybx-dedicated-grid,.cybx-speed-grid{grid-template-columns:1fr;gap:26px}
  .cybx-linux-workloads,.cybx-dedicated-workloads,.cybx-throughput-strip,.cybx-fit-strip{grid-template-columns:1fr 1fr}
  .cybx-deploy-strip{grid-template-columns:1fr 1fr}.cybx-deploy-step:nth-child(2){border-right:0}.cybx-deploy-step:nth-child(-n+2){border-bottom:1px solid var(--cybx-line)}
  .cybx-win-workload-layout{grid-template-columns:1fr}.cybx-win-feature{min-height:235px}
  .cybx-setup-timeline{grid-template-columns:1fr 1fr}.cybx-setup-step{border-bottom:1px solid var(--cybx-line)}.cybx-setup-step:nth-child(even){border-right:0}.cybx-setup-step:last-child{grid-column:1/-1;border-bottom:0}
  .cybx-rdp-steps{grid-template-columns:1fr 1fr}.cybx-shared-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.cybx-bento-card--main{grid-row:auto;grid-column:1/-1}.cybx-site-path{grid-template-columns:1fr 1fr}.cybx-site-step:last-child{grid-column:1/-1}
  .cybx-faq__wrap{grid-template-columns:1fr;gap:24px}.cybx-faq__intro{position:static;max-width:680px}
}
@media(max-width:767.98px){
  .cybx-section,.cybx-faq{padding:52px 0}.cybx-head{margin-bottom:27px}.cybx-head h2,.cybx-faq__intro h2{font-size:26px}.cybx-head p{font-size:14px}.cybx-container{width:min(100% - 28px,1180px)}
  .cybx-linux-points,.cybx-linux-workloads,.cybx-win-mini-grid,.cybx-mail-dns,.cybx-use-grid,.cybx-rdp-steps,.cybx-site-path,.cybx-fit-strip,.cybx-dedicated-workloads,.cybx-throughput-strip,.cybx-speed-points{grid-template-columns:1fr}
  .cybx-terminal{min-height:auto}.cybx-terminal__metrics{grid-template-columns:1fr 1fr}.cybx-window__desktop{grid-template-columns:80px 1fr}.cybx-window__main{padding:14px}.cybx-windows-board{padding:12px;min-height:auto}.cybx-window{min-height:350px}.cybx-win-panel{grid-template-columns:1fr}.cybx-win-feature{min-height:220px}
  .cybx-mail-diagram{min-height:auto}.cybx-mail-route{grid-template-columns:1fr 1fr;margin-top:10px}.cybx-mail-node::after{display:none}.cybx-setup-timeline{grid-template-columns:1fr}.cybx-setup-step{border-right:0;border-bottom:1px solid var(--cybx-line);min-height:0}.cybx-setup-step:last-child{grid-column:auto}
  .cybx-smtpwin-screen{grid-template-columns:76px 1fr}.cybx-smtpwin-cards{grid-template-columns:1fr}.cybx-shared-bento{grid-template-columns:1fr}.cybx-bento-card--main{grid-column:auto}.cybx-site-step:last-child{grid-column:auto}
  .cybx-rack{min-height:520px}.cybx-rack-frame{left:20px;right:20px;top:20px;bottom:auto;width:auto;height:195px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.cybx-rack-unit{margin:0;height:auto}.cybx-rack-stats{margin:218px 0 0;grid-template-columns:1fr 1fr}
  .cybx-speed-board{min-height:470px}.cybx-speed-core{top:50%}.cybx-speed-node--a{left:15px;top:25px}.cybx-speed-node--b{right:15px;top:25px}.cybx-speed-node--c{left:15px;bottom:25px}.cybx-speed-node--d{right:15px;bottom:25px}.cybx-speed-line{display:none}
  .cybx-deploy-strip{grid-template-columns:1fr}.cybx-deploy-step{border-right:0;border-bottom:1px solid var(--cybx-line)}.cybx-deploy-step:nth-child(2){border-right:0}.cybx-deploy-step:last-child{border-bottom:0}
  .cybx-faq summary{min-height:66px;font-size:14px}.cybx-faq__answer{font-size:12.7px}
}
@media(max-width:480px){
  .cybx-terminal__metrics,.cybx-rack-stats{grid-template-columns:1fr}.cybx-terminal__body{padding:19px 16px}.cybx-terminal__line{font-size:10.5px}.cybx-window__desktop{grid-template-columns:1fr}.cybx-window__side{display:none}.cybx-smtpwin-screen{grid-template-columns:1fr}.cybx-smtpwin-nav{display:none}.cybx-speed-node{width:106px;padding:11px}.cybx-speed-core{width:105px;height:105px}.cybx-speed-core strong{font-size:21px}
}


/* CYBX SEO EXPANSION + ALTERNATING BACKGROUNDS
   Added only to the additive product-section stylesheet. Existing site styles remain untouched. */
.cybx-section--dots{
  background-color:#fff;
  background-image:radial-gradient(circle,rgba(17,105,238,.28) 1.05px,transparent 1.45px);
  background-size:18px 18px;
  background-position:0 0;
}
.cybx-section--dots::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.06) 45%,rgba(255,255,255,.18));
}
.cybx-section--dots .cybx-head > *,
.cybx-section--dots .cybx-seo-copy > *{
  text-shadow:0 1px 0 rgba(255,255,255,.96),0 0 9px rgba(255,255,255,.92);
}

/* Match the established hero/plan typography and improve body readability. */
.cybx-body-sections,
.cybx-body-sections button,
.cybx-body-sections input,
.cybx-body-sections select,
.cybx-body-sections textarea{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif);
}
.cybx-eyebrow{font-size:12.8px;font-weight:600;letter-spacing:.07em;line-height:1.25}
.cybx-head h2,.cybx-faq__intro h2,.cybx-seo-copy h2{
  font-size:clamp(28px,2.55vw,39px);
  font-weight:600;
  line-height:1.18;
  letter-spacing:-.028em;
}
.cybx-head p,.cybx-faq__intro p,.cybx-seo-copy p{font-size:15px;line-height:1.68;font-weight:400}
.cybx-card-title,.cybx-body-sections .cybx-section h3{font-size:16px;font-weight:600;line-height:1.38;letter-spacing:-.012em}
.cybx-card-copy,
.cybx-linux-point p,
.cybx-work-card p,
.cybx-deploy-step span,
.cybx-win-copy-item p,
.cybx-win-feature p,
.cybx-win-mini span,
.cybx-mail-feature span,
.cybx-dedicated-item span,
.cybx-dedicated-workload span,
.cybx-speed-point span,
.cybx-throughput-card span,
.cybx-site-step p,
.cybx-bento-card p,
.cybx-fit-card p,
.cybx-use-card p,
.cybx-rdp-step p,
.cybx-setup-step p{
  font-size:13.8px;
  line-height:1.65;
}
.cybx-faq summary{font-size:15.5px;line-height:1.5}
.cybx-faq__answer{font-size:14px;line-height:1.72}

/* SEO expansion components */
.cybx-seo-section{padding-top:72px;padding-bottom:72px}
.cybx-seo-compare{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.cybx-seo-compare article{
  min-height:285px;
  display:flex;
  flex-direction:column;
  padding:25px;
  border:1px solid var(--cybx-line);
  border-radius:20px;
  background:rgba(255,255,255,.97);
  box-shadow:0 12px 32px rgba(6,27,81,.055);
}
.cybx-seo-compare article .cybx-icon{margin-bottom:20px}
.cybx-seo-compare article h3{margin:0;color:var(--cybx-navy)}
.cybx-seo-compare article p{margin:9px 0 0;color:var(--cybx-muted);font-size:14px;line-height:1.68}
.cybx-seo-compare__featured{border-color:rgba(17,105,238,.30)!important;box-shadow:0 16px 36px rgba(17,105,238,.10)!important}
.cybx-seo-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:22px;color:var(--cybx-blue);font-size:13.5px;font-weight:600;text-decoration:none}
.cybx-seo-link:hover{text-decoration:underline}
.cybx-seo-link i{font-size:13px}

.cybx-seo-split{display:grid;grid-template-columns:.83fr 1.17fr;gap:52px;align-items:center}
.cybx-seo-copy{max-width:500px}
.cybx-seo-copy h2{margin:0;color:var(--cybx-navy)}
.cybx-seo-copy p{margin:14px 0 0;color:var(--cybx-muted)}
.cybx-seo-checks{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cybx-seo-checks article{display:grid;grid-template-columns:45px 1fr;gap:14px;min-height:150px;padding:20px;border:1px solid var(--cybx-line);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(6,27,81,.045)}
.cybx-seo-checks article>i{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--cybx-line);border-radius:13px;background:var(--cybx-soft);color:var(--cybx-blue);font-size:18px}
.cybx-seo-checks h3{margin:1px 0 0;color:var(--cybx-navy)}
.cybx-seo-checks p{margin:6px 0 0;color:var(--cybx-muted);font-size:13.8px;line-height:1.65}

.cybx-seo-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.cybx-seo-grid-4 article{min-height:230px;padding:22px;border:1px solid var(--cybx-line);border-radius:19px;background:rgba(255,255,255,.97);box-shadow:0 10px 28px rgba(6,27,81,.05)}
.cybx-seo-grid-4 .cybx-icon{margin-bottom:18px}
.cybx-seo-grid-4 h3{margin:0;color:var(--cybx-navy)}
.cybx-seo-grid-4 p{margin:8px 0 0;color:var(--cybx-muted);font-size:13.8px;line-height:1.67}

@media(max-width:991.98px){
  .cybx-seo-section{padding-top:60px;padding-bottom:60px}
  .cybx-seo-split{grid-template-columns:1fr;gap:28px}
  .cybx-seo-copy{max-width:720px}
  .cybx-seo-grid-4{grid-template-columns:1fr 1fr}
}
@media(max-width:767.98px){
  .cybx-eyebrow{font-size:11.8px}
  .cybx-head h2,.cybx-faq__intro h2,.cybx-seo-copy h2{font-size:27px;line-height:1.22}
  .cybx-head p,.cybx-faq__intro p,.cybx-seo-copy p{font-size:14.5px}
  .cybx-seo-compare{grid-template-columns:1fr}
  .cybx-seo-compare article{min-height:0;padding:21px}
  .cybx-seo-checks{grid-template-columns:1fr}
  .cybx-seo-checks article{min-height:0}
  .cybx-seo-grid-4{grid-template-columns:1fr}
  .cybx-seo-grid-4 article{min-height:0}
  .cybx-faq summary{font-size:14.5px}
  .cybx-faq__answer{font-size:13.6px}
}
/* ======================================================================
   CYBX POLISH UPDATE — consistency, readability, icons, backgrounds
   User-requested refinements only. Existing site code remains untouched.
   ====================================================================== */

/* Alternate section backgrounds: white + warm neutral only (no dotted blue). */
.cybx-section{background:#ffffff}
.cybx-section--soft{
  background:linear-gradient(180deg,#fbfaf7 0%,#f3efe8 100%);
}
.cybx-section--dots{
  background:linear-gradient(180deg,#f8f6f1 0%,#f1ede6 100%);
  background-image:none;
}
.cybx-section--dots::before{content:none}
.cybx-section--dots .cybx-head > *,
.cybx-section--dots .cybx-seo-copy > *{text-shadow:none}

/* Typography consistency and clearer reading. */
.cybx-head h2,
.cybx-faq__intro h2,
.cybx-seo-copy h2{
  font-size:clamp(29px,2.5vw,38px);
  line-height:1.16;
  letter-spacing:-.028em;
}
.cybx-head p,
.cybx-faq__intro p,
.cybx-seo-copy p,
.cybx-card-copy,
.cybx-linux-point p,
.cybx-work-card p,
.cybx-deploy-step span,
.cybx-win-copy-item p,
.cybx-win-feature p,
.cybx-win-mini span,
.cybx-mail-feature span,
.cybx-dedicated-item span,
.cybx-dedicated-workload span,
.cybx-speed-point span,
.cybx-throughput-card span,
.cybx-site-step p,
.cybx-bento-card p,
.cybx-fit-card p,
.cybx-use-card p,
.cybx-rdp-step span,
.cybx-setup-step span,
.cybx-seo-compare article p,
.cybx-seo-grid-4 p,
.cybx-seo-checks p{
  font-size:14.4px;
  line-height:1.72;
}
.cybx-card-title,
.cybx-body-sections .cybx-section h3,
.cybx-linux-point h3,
.cybx-win-copy-item h3,
.cybx-mail-feature strong,
.cybx-dedicated-item strong,
.cybx-dedicated-workload strong,
.cybx-speed-point strong,
.cybx-throughput-card strong,
.cybx-use-card strong,
.cybx-rdp-step strong,
.cybx-site-step h3,
.cybx-seo-compare article h3,
.cybx-seo-grid-4 h3,
.cybx-seo-checks h3,
.cybx-fit-card h3,
.cybx-bento-card h3,
.cybx-setup-step strong{
  font-size:17px;
  font-weight:600;
  line-height:1.38;
  letter-spacing:-.012em;
}
.cybx-bento-card--main h3,
.cybx-win-feature h3{
  font-size:24px;
  line-height:1.24;
}
.cybx-faq summary{font-size:15px;line-height:1.48}
.cybx-faq__answer{font-size:14px;line-height:1.72}

/* Clearer icons across all blocks. */
.cybx-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfbfa 100%);
  border:1px solid rgba(17,105,238,.18);
  box-shadow:0 8px 20px rgba(6,27,81,.05);
}
.cybx-icon i{
  font-size:20px;
  line-height:1;
  color:var(--cybx-blue);
  -webkit-text-stroke:.15px currentColor;
}
.cybx-linux-point .cybx-icon,
.cybx-win-copy-item .cybx-icon,
.cybx-mail-feature .cybx-icon,
.cybx-dedicated-item .cybx-icon{width:48px;height:48px;flex-basis:48px}

/* Fix common clarity / overflow issues. */
.cybx-dedicated-item,
.cybx-win-copy-item{grid-template-columns:48px 1fr;align-items:start;gap:15px}
.cybx-mail-feature{align-items:flex-start;padding:16px 16px}
.cybx-dedicated-item{padding:16px}

.cybx-shared-bento{
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:repeat(2,minmax(205px,auto));
  align-items:stretch;
}
.cybx-bento-card{
  overflow:visible;
  height:100%;
  padding:24px;
}
.cybx-bento-card--main{
  background:linear-gradient(150deg,#ffffff 0%,#f7f4ee 100%);
}
.cybx-bento-stack{gap:10px;margin-top:24px}
.cybx-bento-stack span{
  min-height:48px;
  padding:12px 14px;
  font-size:13px;
  line-height:1.4;
  white-space:normal;
}

/* Consistent readability for smaller technical visual cards. */
.cybx-rack-stat span,
.cybx-win-panel span,
.cybx-smtpwin-cards small,
.cybx-rack-unit span{font-size:10px;letter-spacing:.08em}
.cybx-rack-stat strong,
.cybx-win-panel strong,
.cybx-smtpwin-cards strong,
.cybx-rack-unit strong{font-size:14px;line-height:1.35}
.cybx-smtpwin-cards div,
.cybx-rack-stat,
.cybx-win-panel > div{padding:14px}

/* Gentle visual cleanup for neutral-background sections. */
.cybx-seo-compare article,
.cybx-seo-grid-4 article,
.cybx-seo-checks article,
.cybx-work-card,
.cybx-win-mini,
.cybx-dedicated-workload,
.cybx-throughput-card,
.cybx-fit-card,
.cybx-use-card,
.cybx-rdp-step,
.cybx-site-step,
.cybx-linux-point,
.cybx-speed-point,
.cybx-mail-feature,
.cybx-dedicated-item,
.cybx-bento-card{
  box-shadow:0 12px 28px rgba(6,27,81,.045);
}

@media(max-width:991.98px){
  .cybx-shared-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}
}
@media(max-width:767.98px){
  .cybx-head h2,.cybx-faq__intro h2,.cybx-seo-copy h2{font-size:27px;line-height:1.2}
  .cybx-head p,.cybx-faq__intro p,.cybx-seo-copy p,.cybx-card-copy,.cybx-seo-compare article p,.cybx-seo-grid-4 p,.cybx-seo-checks p{font-size:14px;line-height:1.68}
  .cybx-card-title,
  .cybx-body-sections .cybx-section h3,
  .cybx-mail-feature strong,
  .cybx-dedicated-item strong,
  .cybx-dedicated-workload strong,
  .cybx-speed-point strong,
  .cybx-throughput-card strong,
  .cybx-use-card strong,
  .cybx-rdp-step strong,
  .cybx-site-step h3,
  .cybx-seo-compare article h3,
  .cybx-seo-grid-4 h3,
  .cybx-seo-checks h3,
  .cybx-fit-card h3,
  .cybx-bento-card h3,
  .cybx-setup-step strong{font-size:16px}
  .cybx-bento-card--main h3,.cybx-win-feature h3{font-size:22px}
  .cybx-bento-card{padding:20px}
  .cybx-bento-stack span{font-size:12.6px}
}
@media(max-width:480px){
  .cybx-icon{width:44px;height:44px;flex-basis:44px}
  .cybx-icon i{font-size:18px}
  .cybx-dedicated-item,.cybx-win-copy-item{grid-template-columns:44px 1fr;gap:13px}
}

/* ======================================================================
   CYBX FINAL CONSISTENCY PASS
   White section backgrounds, unified typography, balanced Windows cards.
   ====================================================================== */

/* Every additive body section uses the same clean white canvas. */
.cybx-body-sections,
.cybx-section,
.cybx-section--soft,
.cybx-section--dots,
.cybx-faq{
  background:#fff !important;
  background-image:none !important;
}
.cybx-section--dots::before{display:none !important}
.cybx-section--dots .cybx-head > *,
.cybx-section--dots .cybx-seo-copy > *{text-shadow:none !important}

/* Remove the warm/orange tint from the shared-hosting feature card. */
.cybx-bento-card,
.cybx-bento-card--main{
  background:#fff !important;
}

/* One typography system for every added section. */
.cybx-head h2,
.cybx-faq__intro h2,
.cybx-seo-copy h2{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:clamp(30px,2.45vw,38px) !important;
  font-weight:600 !important;
  line-height:1.18 !important;
  letter-spacing:-.028em !important;
}
.cybx-eyebrow{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  letter-spacing:.075em !important;
}

/* Standard card/subheading style: same size and weight everywhere. */
.cybx-card-title,
.cybx-linux-point h3,
.cybx-work-card h3,
.cybx-win-copy-item h3,
.cybx-win-feature h3,
.cybx-bento-card h3,
.cybx-site-step h3,
.cybx-seo-compare article h3,
.cybx-seo-grid-4 article h3,
.cybx-seo-checks article h3,
.cybx-mail-feature strong,
.cybx-use-card strong,
.cybx-deploy-step strong,
.cybx-win-mini strong,
.cybx-rdp-step strong,
.cybx-setup-step strong,
.cybx-fit-card strong,
.cybx-dedicated-item strong,
.cybx-dedicated-workload strong,
.cybx-speed-point strong,
.cybx-throughput-card strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:16px !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  letter-spacing:-.012em !important;
}

/* Remove former oversized feature-card titles. */
.cybx-bento-card--main h3,
.cybx-win-feature h3{
  font-size:16px !important;
  line-height:1.4 !important;
}

/* Standard body-copy rhythm. */
.cybx-head p,
.cybx-faq__intro p,
.cybx-seo-copy p,
.cybx-card-copy,
.cybx-linux-point p,
.cybx-work-card p,
.cybx-deploy-step span,
.cybx-win-copy-item p,
.cybx-win-feature p,
.cybx-win-mini span,
.cybx-mail-feature span,
.cybx-use-card p,
.cybx-rdp-step span,
.cybx-setup-step span,
.cybx-fit-card p,
.cybx-dedicated-item span,
.cybx-dedicated-workload span,
.cybx-speed-point span,
.cybx-throughput-card span,
.cybx-site-step p,
.cybx-bento-card p,
.cybx-seo-compare article p,
.cybx-seo-grid-4 article p,
.cybx-seo-checks article p{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
}

/* Windows VPS workload section: balanced cards instead of one oversized box. */
.cybx-win-workload-layout{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
}
.cybx-win-mini-grid{
  display:contents !important;
}
.cybx-win-feature,
.cybx-win-mini{
  min-height:220px !important;
  height:100% !important;
  padding:23px !important;
  border:1px solid var(--cybx-line) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 12px 28px rgba(6,27,81,.045) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}
.cybx-win-feature .cybx-icon{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  margin:0 0 22px !important;
}
.cybx-win-feature h3{margin:0 !important}
.cybx-win-feature p{margin:8px 0 0 !important}
.cybx-win-mini > i{
  width:48px !important;
  height:48px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 0 22px !important;
  border:1px solid rgba(17,105,238,.18) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--cybx-blue) !important;
  font-size:20px !important;
  box-shadow:0 8px 20px rgba(6,27,81,.05) !important;
}
.cybx-win-mini strong{margin:0 !important}
.cybx-win-mini span{margin-top:8px !important}

/* Shared-hosting bento: eliminate tint and keep cards aligned/readable. */
.cybx-shared-bento{
  grid-template-rows:repeat(2,minmax(215px,auto)) !important;
}
.cybx-bento-card{
  padding:24px !important;
  overflow:visible !important;
}
.cybx-bento-card .cybx-icon{margin-bottom:22px !important}
.cybx-bento-card h3{margin:0 !important}
.cybx-bento-card p{margin:8px 0 0 !important}
.cybx-bento-stack{
  margin-top:24px !important;
  gap:10px !important;
}
.cybx-bento-stack span{
  min-height:46px !important;
  padding:11px 14px !important;
  background:#fff !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

/* Keep icons strong and consistent. */
.cybx-icon{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  border-radius:14px !important;
  background:#fff !important;
  border:1px solid rgba(17,105,238,.18) !important;
}
.cybx-icon i{
  font-size:20px !important;
  line-height:1 !important;
  color:var(--cybx-blue) !important;
}

/* FAQ: max 8 entries are kept in HTML; typography aligned with rest. */
.cybx-faq summary{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.5 !important;
}
.cybx-faq__answer{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  line-height:1.72 !important;
}

@media(max-width:991.98px){
  .cybx-win-workload-layout{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .cybx-win-feature,.cybx-win-mini{min-height:205px !important}
}
@media(max-width:767.98px){
  .cybx-head h2,.cybx-faq__intro h2,.cybx-seo-copy h2{
    font-size:27px !important;
    line-height:1.2 !important;
  }
  .cybx-win-workload-layout{grid-template-columns:1fr !important}
  .cybx-win-feature,.cybx-win-mini{min-height:0 !important}
  .cybx-shared-bento{grid-template-rows:auto !important}
}

/* Shared-hosting fit cards follow the same subheading/body scale. */
.cybx-fit strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:16px !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  letter-spacing:-.012em !important;
}
.cybx-fit span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
}

/* ======================================================================
   CYBX DEEP TYPOGRAPHY + ICON ALIGNMENT AUDIT
   Final audit of every additive product section. Existing site code is not
   changed; these rules only normalize the CYBX body-section components.
   ====================================================================== */

.cybx-body-sections{
  --cybx-section-title:38px;
  --cybx-subtitle:16px;
  --cybx-copy:14.5px;
  --cybx-small:12.5px;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
}

/* All section canvases stay pure white. */
.cybx-body-sections .cybx-section,
.cybx-body-sections .cybx-section--soft,
.cybx-body-sections .cybx-section--dots,
.cybx-body-sections .cybx-faq{
  background:#fff !important;
  background-image:none !important;
}
.cybx-body-sections .cybx-section--dots::before{display:none !important}

/* One section-heading system everywhere. */
.cybx-body-sections .cybx-head h2,
.cybx-body-sections .cybx-seo-copy h2,
.cybx-body-sections .cybx-faq__intro h2{
  margin:0 !important;
  color:var(--cybx-navy) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:clamp(30px,2.45vw,var(--cybx-section-title)) !important;
  font-weight:600 !important;
  line-height:1.18 !important;
  letter-spacing:-.028em !important;
}
.cybx-body-sections .cybx-eyebrow{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  letter-spacing:.07em !important;
}
.cybx-body-sections .cybx-head p,
.cybx-body-sections .cybx-seo-copy p,
.cybx-body-sections .cybx-faq__intro p{
  color:var(--cybx-muted) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:15.5px !important;
  font-weight:400 !important;
  line-height:1.68 !important;
}

/* Normal card/subheadings — exactly one scale throughout all products. */
.cybx-body-sections .cybx-card-title,
.cybx-body-sections .cybx-linux-point h3,
.cybx-body-sections .cybx-work-card h3,
.cybx-body-sections .cybx-win-copy-item h3,
.cybx-body-sections .cybx-win-feature h3,
.cybx-body-sections .cybx-win-mini strong,
.cybx-body-sections .cybx-mail-feature strong,
.cybx-body-sections .cybx-use-card strong,
.cybx-body-sections .cybx-deploy-step strong,
.cybx-body-sections .cybx-rdp-step strong,
.cybx-body-sections .cybx-setup-step strong,
.cybx-body-sections .cybx-bento-card h3,
.cybx-body-sections .cybx-site-step h3,
.cybx-body-sections .cybx-fit-card strong,
.cybx-body-sections .cybx-dedicated-item strong,
.cybx-body-sections .cybx-dedicated-workload strong,
.cybx-body-sections .cybx-speed-point strong,
.cybx-body-sections .cybx-throughput-card strong,
.cybx-body-sections .cybx-seo-compare article h3,
.cybx-body-sections .cybx-seo-grid-4 article h3,
.cybx-body-sections .cybx-seo-checks article h3,
.cybx-body-sections .cybx-smtpwin-copy strong{
  margin-top:0 !important;
  color:var(--cybx-navy) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:var(--cybx-subtitle) !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  letter-spacing:-.012em !important;
}

/* Normal body copy. */
.cybx-body-sections .cybx-card-copy,
.cybx-body-sections .cybx-linux-point p,
.cybx-body-sections .cybx-work-card p,
.cybx-body-sections .cybx-win-copy-item p,
.cybx-body-sections .cybx-win-feature p,
.cybx-body-sections .cybx-win-mini span,
.cybx-body-sections .cybx-mail-feature span,
.cybx-body-sections .cybx-use-card p,
.cybx-body-sections .cybx-deploy-step span,
.cybx-body-sections .cybx-rdp-step span,
.cybx-body-sections .cybx-setup-step span,
.cybx-body-sections .cybx-bento-card p,
.cybx-body-sections .cybx-site-step p,
.cybx-body-sections .cybx-fit-card p,
.cybx-body-sections .cybx-dedicated-item span,
.cybx-body-sections .cybx-dedicated-workload span,
.cybx-body-sections .cybx-speed-point span,
.cybx-body-sections .cybx-throughput-card span,
.cybx-body-sections .cybx-seo-compare article p,
.cybx-body-sections .cybx-seo-grid-4 article p,
.cybx-body-sections .cybx-seo-checks article p,
.cybx-body-sections .cybx-smtpwin-copy span{
  color:var(--cybx-muted) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:var(--cybx-copy) !important;
  font-weight:400 !important;
  line-height:1.68 !important;
}

/* Generic icon holders: exact centering and no baseline drift. */
.cybx-body-sections .cybx-icon{
  width:50px !important;
  height:50px !important;
  min-width:50px !important;
  flex:0 0 50px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:1px solid rgba(17,105,238,.18) !important;
  border-radius:14px !important;
  background:#fff !important;
  box-shadow:0 7px 18px rgba(6,27,81,.045) !important;
  color:var(--cybx-blue) !important;
  line-height:1 !important;
}
.cybx-body-sections .cybx-icon i{
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  color:var(--cybx-blue) !important;
  font-size:20px !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

/* ----------------------------------------------------------------------
   Linux SMTP hero section — align left icons and normalize mail-flow nodes.
   ---------------------------------------------------------------------- */
.cybx-body-sections .cybx-mail-feature{
  display:grid !important;
  grid-template-columns:50px minmax(0,1fr) !important;
  align-items:center !important;
  gap:16px !important;
  min-height:116px !important;
  padding:18px 20px !important;
}
.cybx-body-sections .cybx-mail-feature .cybx-icon{
  align-self:center !important;
  justify-self:start !important;
}
.cybx-body-sections .cybx-mail-feature strong{display:block !important}
.cybx-body-sections .cybx-mail-feature span{display:block !important;margin-top:5px !important}

.cybx-body-sections .cybx-mail-node{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  padding:20px 12px 18px !important;
}
.cybx-body-sections .cybx-mail-node > i{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto 13px !important;
  border:1px solid rgba(17,105,238,.17) !important;
  border-radius:13px !important;
  background:#fff !important;
  color:var(--cybx-blue) !important;
  font-size:20px !important;
  line-height:1 !important;
}
.cybx-body-sections .cybx-mail-node strong{
  display:block !important;
  margin:0 !important;
  color:var(--cybx-navy) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-mail-node span{
  display:block !important;
  margin-top:6px !important;
  color:var(--cybx-muted) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:11.5px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}
.cybx-body-sections .cybx-mail-dns strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-mail-dns span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10.5px !important;
  line-height:1.4 !important;
}

/* ----------------------------------------------------------------------
   Windows SMTP — panel icons and right-side feature icons line up exactly.
   ---------------------------------------------------------------------- */
.cybx-body-sections .cybx-smtpwin-grid{align-items:center !important}
.cybx-body-sections .cybx-smtpwin-copy{gap:13px !important}
.cybx-body-sections .cybx-smtpwin-copy > div{
  grid-template-columns:50px minmax(0,1fr) !important;
  align-items:center !important;
  gap:16px !important;
  min-height:118px !important;
  padding:18px 20px !important;
}
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon{
  width:50px !important;
  height:50px !important;
  justify-self:start !important;
  align-self:center !important;
}
.cybx-body-sections .cybx-smtpwin-copy span{display:block !important;margin-top:5px !important}

.cybx-body-sections .cybx-smtpwin-bar strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:12px !important;
  font-weight:600 !important;
}
.cybx-body-sections .cybx-smtpwin-bar span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
}
.cybx-body-sections .cybx-smtpwin-nav span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-smtpwin-main > span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
  font-weight:500 !important;
}
.cybx-body-sections .cybx-smtpwin-cards div{
  min-height:122px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  padding:15px !important;
}
.cybx-body-sections .cybx-smtpwin-cards i{
  width:38px !important;
  height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 12px !important;
  border:1px solid rgba(17,105,238,.16) !important;
  border-radius:11px !important;
  background:#fff !important;
  color:var(--cybx-blue) !important;
  font-size:16px !important;
  line-height:1 !important;
}
.cybx-body-sections .cybx-smtpwin-cards strong{
  margin:0 !important;
  color:var(--cybx-navy) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-smtpwin-cards small{
  display:block !important;
  margin-top:4px !important;
  color:var(--cybx-muted) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
}

/* ----------------------------------------------------------------------
   Dedicated first section — left icons vertically centered, right stats get
   proper icon holders rather than floating glyphs.
   ---------------------------------------------------------------------- */
.cybx-body-sections .cybx-dedicated-item{
  grid-template-columns:50px minmax(0,1fr) !important;
  align-items:center !important;
  gap:17px !important;
  min-height:132px !important;
  padding:18px 20px !important;
}
.cybx-body-sections .cybx-dedicated-item .cybx-icon{
  align-self:center !important;
  justify-self:start !important;
}
.cybx-body-sections .cybx-dedicated-item span{display:block !important;margin-top:5px !important}

.cybx-body-sections .cybx-rack-stat{
  min-height:124px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  padding:15px 16px !important;
}
.cybx-body-sections .cybx-rack-stat > i{
  width:38px !important;
  height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 11px !important;
  border:1px solid rgba(17,105,238,.16) !important;
  border-radius:11px !important;
  background:#fff !important;
  color:var(--cybx-blue) !important;
  font-size:16px !important;
  line-height:1 !important;
}
.cybx-body-sections .cybx-rack-stat span{
  margin:0 !important;
  color:rgba(6,27,81,.55) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  letter-spacing:.07em !important;
}
.cybx-body-sections .cybx-rack-stat strong{
  display:block !important;
  margin-top:5px !important;
  color:var(--cybx-navy) !important;
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-rack-unit span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:9px !important;
  line-height:1.25 !important;
}
.cybx-body-sections .cybx-rack-unit strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
}

/* FAQ stays capped at 8 in HTML and uses the same font family. */
.cybx-body-sections .cybx-faq summary{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.5 !important;
}
.cybx-body-sections .cybx-faq__answer{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.72 !important;
}

@media(max-width:991.98px){
  .cybx-body-sections{--cybx-section-title:34px}
  .cybx-body-sections .cybx-mail-feature,
  .cybx-body-sections .cybx-smtpwin-copy > div,
  .cybx-body-sections .cybx-dedicated-item{min-height:0 !important}
}
@media(max-width:767.98px){
  .cybx-body-sections{--cybx-subtitle:16px;--cybx-copy:14px}
  .cybx-body-sections .cybx-head h2,
  .cybx-body-sections .cybx-seo-copy h2,
  .cybx-body-sections .cybx-faq__intro h2{font-size:27px !important;line-height:1.2 !important}
  .cybx-body-sections .cybx-head p,
  .cybx-body-sections .cybx-seo-copy p,
  .cybx-body-sections .cybx-faq__intro p{font-size:14.5px !important}
  .cybx-body-sections .cybx-mail-feature,
  .cybx-body-sections .cybx-smtpwin-copy > div,
  .cybx-body-sections .cybx-dedicated-item{
    grid-template-columns:46px minmax(0,1fr) !important;
    gap:14px !important;
    padding:16px !important;
  }
  .cybx-body-sections .cybx-icon{width:46px !important;height:46px !important;min-width:46px !important;flex-basis:46px !important}
  .cybx-body-sections .cybx-icon i{font-size:19px !important}
  .cybx-body-sections .cybx-mail-route{grid-template-columns:1fr 1fr !important;gap:10px !important}
}


/* Small remaining component roles audited after the main pass. */
.cybx-body-sections .cybx-fit strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:var(--cybx-subtitle) !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  letter-spacing:-.012em !important;
}
.cybx-body-sections .cybx-fit span,
.cybx-body-sections .cybx-policy-note{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.65 !important;
}
.cybx-body-sections .cybx-bento-stack span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}
.cybx-body-sections .cybx-rdp-step b,
.cybx-body-sections .cybx-setup-step b{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
}
.cybx-body-sections .cybx-window__title span,
.cybx-body-sections .cybx-terminal__name{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-win-panel strong,
.cybx-body-sections .cybx-terminal__metric strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-win-panel span,
.cybx-body-sections .cybx-terminal__metric span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
}
.cybx-body-sections .cybx-speed-node strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.cybx-body-sections .cybx-speed-node span,
.cybx-body-sections .cybx-speed-core span{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
}
.cybx-body-sections .cybx-speed-core strong{
  font-family:var(--cyb-font-primary,"Poppins",Arial,sans-serif) !important;
  font-size:23px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
}



/* ======================================================================
   CYBX FINAL ICON APPEARANCE REFINEMENT
   Extra cleanup after screenshot review: unify icon boxes and simple icons
   across every additive section.
   ====================================================================== */

/* Slightly stronger icon holders for the left-side list cards. */
.cybx-body-sections .cybx-mail-feature,
.cybx-body-sections .cybx-smtpwin-copy > div,
.cybx-body-sections .cybx-dedicated-item{
  grid-template-columns:58px minmax(0,1fr) !important;
  gap:18px !important;
}
.cybx-body-sections .cybx-icon{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  flex-basis:54px !important;
  border-color:rgba(17,105,238,.20) !important;
  border-radius:15px !important;
  box-shadow:0 8px 18px rgba(6,27,81,.05) !important;
}
.cybx-body-sections .cybx-icon i{
  font-size:21px !important;
}
.cybx-body-sections .cybx-mail-feature .cybx-icon,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon,
.cybx-body-sections .cybx-dedicated-item .cybx-icon{
  place-self:center start !important;
}

/* Any section that uses a bare icon gets the same box treatment. */
.cybx-body-sections .cybx-work-card > i,
.cybx-body-sections .cybx-win-mini > i,
.cybx-body-sections .cybx-use-card > i,
.cybx-body-sections .cybx-speed-point > i,
.cybx-body-sections .cybx-throughput-card > i,
.cybx-body-sections .cybx-fit > i,
.cybx-body-sections .cybx-dedicated-workload > i{
  width:42px !important;
  height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 14px !important;
  border:1px solid rgba(17,105,238,.18) !important;
  border-radius:12px !important;
  background:#fff !important;
  box-shadow:0 6px 15px rgba(6,27,81,.04) !important;
  color:var(--cybx-blue) !important;
  font-size:17px !important;
  line-height:1 !important;
}

/* Cards that use those simple icons keep one consistent stack rhythm. */
.cybx-body-sections .cybx-work-card,
.cybx-body-sections .cybx-win-mini,
.cybx-body-sections .cybx-use-card,
.cybx-body-sections .cybx-speed-point,
.cybx-body-sections .cybx-throughput-card,
.cybx-body-sections .cybx-fit,
.cybx-body-sections .cybx-dedicated-workload{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
}
.cybx-body-sections .cybx-work-card .cybx-icon,
.cybx-body-sections .cybx-bento-card .cybx-icon,
.cybx-body-sections .cybx-seo-compare article .cybx-icon,
.cybx-body-sections .cybx-seo-grid-4 article .cybx-icon{
  margin-bottom:16px !important;
}

/* Mail-flow and control-panel stat icons become more balanced. */
.cybx-body-sections .cybx-mail-node > i,
.cybx-body-sections .cybx-smtpwin-cards i,
.cybx-body-sections .cybx-rack-stat > i,
.cybx-body-sections .cybx-seo-checks article > i{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  border-radius:12px !important;
  border:1px solid rgba(17,105,238,.18) !important;
  background:#fff !important;
  box-shadow:0 6px 15px rgba(6,27,81,.04) !important;
  color:var(--cybx-blue) !important;
  font-size:17px !important;
  line-height:1 !important;
}
.cybx-body-sections .cybx-mail-node > i{margin:0 auto 14px !important}
.cybx-body-sections .cybx-smtpwin-cards i,
.cybx-body-sections .cybx-rack-stat > i,
.cybx-body-sections .cybx-seo-checks article > i{margin:0 0 14px !important}

/* Improve the icon row feel in dedicated comparison strip. */
.cybx-body-sections .cybx-fit-strip{
  overflow:hidden !important;
}
.cybx-body-sections .cybx-fit{
  min-height:190px !important;
  padding:22px 20px !important;
}

/* Make the smaller top meta labels consistent too. */
.cybx-body-sections .cybx-rack-stat span,
.cybx-body-sections .cybx-smtpwin-main > span,
.cybx-body-sections .cybx-smtpwin-nav span,
.cybx-body-sections .cybx-smtpwin-bar span,
.cybx-body-sections .cybx-window__title span,
.cybx-body-sections .cybx-terminal__name,
.cybx-body-sections .cybx-mail-dns span,
.cybx-body-sections .cybx-mail-node span{
  letter-spacing:.01em !important;
}

@media(max-width:767.98px){
  .cybx-body-sections .cybx-mail-feature,
  .cybx-body-sections .cybx-smtpwin-copy > div,
  .cybx-body-sections .cybx-dedicated-item{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:14px !important;
  }
  .cybx-body-sections .cybx-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    flex-basis:48px !important;
  }
  .cybx-body-sections .cybx-icon i{font-size:19px !important}
  .cybx-body-sections .cybx-work-card > i,
  .cybx-body-sections .cybx-win-mini > i,
  .cybx-body-sections .cybx-use-card > i,
  .cybx-body-sections .cybx-speed-point > i,
  .cybx-body-sections .cybx-throughput-card > i,
  .cybx-body-sections .cybx-fit > i,
  .cybx-body-sections .cybx-dedicated-workload > i,
  .cybx-body-sections .cybx-mail-node > i,
  .cybx-body-sections .cybx-smtpwin-cards i,
  .cybx-body-sections .cybx-rack-stat > i,
  .cybx-body-sections .cybx-seo-checks article > i{
    width:40px !important;
    height:40px !important;
    font-size:16px !important;
  }
}



/* ======================================================================
   CYBX HERO-STYLE ICON REBUILD
   Rebuild icon presentation to match the cleaner hero-side icon language:
   same size, same holder pattern, centered glyphs, no tiny leftovers.
   ====================================================================== */

/* Normalize Bootstrap icon glyph rendering itself. */
.cybx-body-sections i.bi::before{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  font-size:inherit !important;
}

/* Main icon box pattern for all reusable icon holders. */
.cybx-body-sections .cybx-icon{
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  flex:0 0 56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:1px solid rgba(17,105,238,.18) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 8px 18px rgba(6,27,81,.045) !important;
  overflow:hidden !important;
}
.cybx-body-sections .cybx-icon i{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--cybx-blue) !important;
  font-size:24px !important;
  line-height:1 !important;
  transform:none !important;
}

/* Left-list sections get the exact same icon spacing and alignment. */
.cybx-body-sections .cybx-mail-feature,
.cybx-body-sections .cybx-smtpwin-copy > div,
.cybx-body-sections .cybx-dedicated-item{
  grid-template-columns:56px minmax(0,1fr) !important;
  gap:18px !important;
  align-items:center !important;
}
.cybx-body-sections .cybx-mail-feature .cybx-icon,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon,
.cybx-body-sections .cybx-dedicated-item .cybx-icon{
  justify-self:start !important;
  align-self:center !important;
}

/* Rebuild simple free-standing icons with the same hero-style box. */
.cybx-body-sections .cybx-work-card > i,
.cybx-body-sections .cybx-win-mini > i,
.cybx-body-sections .cybx-use-card > i,
.cybx-body-sections .cybx-speed-point > i,
.cybx-body-sections .cybx-throughput-card > i,
.cybx-body-sections .cybx-fit > i,
.cybx-body-sections .cybx-dedicated-workload > i,
.cybx-body-sections .cybx-mail-node > i,
.cybx-body-sections .cybx-smtpwin-cards i,
.cybx-body-sections .cybx-rack-stat > i,
.cybx-body-sections .cybx-seo-checks article > i{
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 16px !important;
  padding:0 !important;
  border:1px solid rgba(17,105,238,.18) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 8px 18px rgba(6,27,81,.045) !important;
  color:var(--cybx-blue) !important;
  font-size:24px !important;
  line-height:1 !important;
  overflow:hidden !important;
}

/* Center the special placements exactly. */
.cybx-body-sections .cybx-mail-node > i{
  margin:0 auto 16px !important;
}
.cybx-body-sections .cybx-smtpwin-cards i,
.cybx-body-sections .cybx-rack-stat > i,
.cybx-body-sections .cybx-seo-checks article > i,
.cybx-body-sections .cybx-fit > i,
.cybx-body-sections .cybx-work-card > i,
.cybx-body-sections .cybx-win-mini > i,
.cybx-body-sections .cybx-use-card > i,
.cybx-body-sections .cybx-speed-point > i,
.cybx-body-sections .cybx-throughput-card > i,
.cybx-body-sections .cybx-dedicated-workload > i{
  justify-self:start !important;
  align-self:flex-start !important;
}

/* Slightly rebalance card rhythm where bigger icons are used. */
.cybx-body-sections .cybx-smtpwin-cards div,
.cybx-body-sections .cybx-rack-stat,
.cybx-body-sections .cybx-fit,
.cybx-body-sections .cybx-work-card,
.cybx-body-sections .cybx-win-mini,
.cybx-body-sections .cybx-use-card,
.cybx-body-sections .cybx-speed-point,
.cybx-body-sections .cybx-throughput-card,
.cybx-body-sections .cybx-dedicated-workload{
  padding-top:20px !important;
}

@media(max-width:767.98px){
  .cybx-body-sections .cybx-icon{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    flex-basis:50px !important;
    border-radius:14px !important;
  }
  .cybx-body-sections .cybx-icon i{
    width:22px !important;
    height:22px !important;
    font-size:22px !important;
  }
  .cybx-body-sections .cybx-mail-feature,
  .cybx-body-sections .cybx-smtpwin-copy > div,
  .cybx-body-sections .cybx-dedicated-item{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:14px !important;
  }
  .cybx-body-sections .cybx-work-card > i,
  .cybx-body-sections .cybx-win-mini > i,
  .cybx-body-sections .cybx-use-card > i,
  .cybx-body-sections .cybx-speed-point > i,
  .cybx-body-sections .cybx-throughput-card > i,
  .cybx-body-sections .cybx-fit > i,
  .cybx-body-sections .cybx-dedicated-workload > i,
  .cybx-body-sections .cybx-mail-node > i,
  .cybx-body-sections .cybx-smtpwin-cards i,
  .cybx-body-sections .cybx-rack-stat > i,
  .cybx-body-sections .cybx-seo-checks article > i{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    border-radius:14px !important;
    font-size:22px !important;
  }
}



/* ======================================================================
   CYBX EXACT HERO ICON SYSTEM
   Uses the site's existing hero icon measurements exactly:
   42px holder / 19px glyph / 12px radius / light-blue fill.
   ====================================================================== */

/* Existing CYBX icon wrappers now match .cyx-card__icon exactly. */
.cybx-body-sections .cybx-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  flex:0 0 42px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(17,105,238,.16) !important;
  border-radius:12px !important;
  background:rgba(17,105,238,.075) !important;
  box-shadow:none !important;
  color:var(--cybx-blue) !important;
  line-height:1 !important;
  overflow:hidden !important;
  text-align:center !important;
}
.cybx-body-sections .cybx-icon > i{
  width:19px !important;
  height:19px !important;
  min-width:19px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--cybx-blue) !important;
  font-size:19px !important;
  line-height:19px !important;
  text-align:center !important;
  transform:none !important;
}
.cybx-body-sections .cybx-icon > i.bi::before{
  display:block !important;
  width:19px !important;
  height:19px !important;
  margin:0 !important;
  padding:0 !important;
  font-size:19px !important;
  line-height:19px !important;
  text-align:center !important;
  vertical-align:middle !important;
  transform:none !important;
}

/* Newly rebuilt standalone feature icon boxes. */
.cybx-body-sections i.cybx-hero-icon-box,
.cybx-body-sections b.cybx-hero-icon-box{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  flex:0 0 42px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(17,105,238,.16) !important;
  border-radius:12px !important;
  background:rgba(17,105,238,.075) !important;
  box-shadow:none !important;
  color:var(--cybx-blue) !important;
  font-size:19px !important;
  font-weight:400 !important;
  line-height:19px !important;
  text-align:center !important;
  overflow:hidden !important;
  transform:none !important;
}
.cybx-body-sections i.cybx-hero-icon-box.bi::before{
  display:block !important;
  width:19px !important;
  height:19px !important;
  margin:0 !important;
  padding:0 !important;
  font-size:19px !important;
  line-height:19px !important;
  text-align:center !important;
  vertical-align:middle !important;
  transform:none !important;
}
.cybx-body-sections b.cybx-hero-icon-box > i{
  width:19px !important;
  height:19px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--cybx-blue) !important;
  font-size:19px !important;
  line-height:19px !important;
  text-align:center !important;
}
.cybx-body-sections b.cybx-hero-icon-box > i.bi::before{
  display:block !important;
  width:19px !important;
  height:19px !important;
  margin:0 !important;
  padding:0 !important;
  font-size:19px !important;
  line-height:19px !important;
  text-align:center !important;
  vertical-align:middle !important;
}

/* Keep rows aligned to the smaller hero-sized holder. */
.cybx-body-sections .cybx-mail-feature,
.cybx-body-sections .cybx-smtpwin-copy > div,
.cybx-body-sections .cybx-dedicated-item{
  grid-template-columns:42px minmax(0,1fr) !important;
  gap:16px !important;
  align-items:center !important;
}
.cybx-body-sections .cybx-mail-feature .cybx-icon,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon,
.cybx-body-sections .cybx-dedicated-item .cybx-icon{
  align-self:center !important;
  justify-self:start !important;
}

/* Icon-bearing four-column strips use the exact hero size too. */
.cybx-body-sections .cybx-deploy-step > b.cybx-hero-icon-box{
  margin-bottom:14px !important;
}
.cybx-body-sections .cybx-mail-node > i.cybx-hero-icon-box{
  margin:0 auto 13px !important;
}
.cybx-body-sections .cybx-smtpwin-cards i.cybx-hero-icon-box,
.cybx-body-sections .cybx-rack-stat > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-seo-checks article > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-work-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-win-mini > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-use-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-speed-point > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-throughput-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-fit > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-dedicated-workload > i.cybx-hero-icon-box{
  margin:0 0 14px !important;
  align-self:flex-start !important;
  justify-self:start !important;
}

/* Hero uses the same 42px holder on mobile, so do not enlarge/shrink it. */
@media(max-width:767.98px){
  .cybx-body-sections .cybx-icon,
  .cybx-body-sections i.cybx-hero-icon-box,
  .cybx-body-sections b.cybx-hero-icon-box{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    flex-basis:42px !important;
    border-radius:12px !important;
  }
  .cybx-body-sections .cybx-mail-feature,
  .cybx-body-sections .cybx-smtpwin-copy > div,
  .cybx-body-sections .cybx-dedicated-item{
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:14px !important;
  }
}

/* Exact-size specificity lock: prevents older component rules from enlarging any rebuilt icon. */
.cybx-body-sections .cybx-mail-feature .cybx-icon,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon,
.cybx-body-sections .cybx-dedicated-item .cybx-icon,
.cybx-body-sections .cybx-win-feature .cybx-icon,
.cybx-body-sections .cybx-work-card .cybx-icon,
.cybx-body-sections .cybx-bento-card .cybx-icon,
.cybx-body-sections .cybx-seo-compare article .cybx-icon,
.cybx-body-sections .cybx-seo-grid-4 article .cybx-icon,
.cybx-body-sections .cybx-site-step .cybx-icon,
.cybx-body-sections .cybx-linux-point .cybx-icon,
.cybx-body-sections .cybx-win-copy-item .cybx-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  flex:0 0 42px !important;
  border-radius:12px !important;
}

.cybx-body-sections .cybx-mail-node > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-smtpwin-cards div > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-rack-stat > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-seo-checks article > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-work-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-win-mini > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-use-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-speed-point > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-throughput-card > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-fit > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-dedicated-workload > i.cybx-hero-icon-box,
.cybx-body-sections .cybx-deploy-step > b.cybx-hero-icon-box{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  flex:0 0 42px !important;
  border-radius:12px !important;
  background:rgba(17,105,238,.075) !important;
  border:1px solid rgba(17,105,238,.16) !important;
  box-shadow:none !important;
}



/* ======================================================================
   CYBX TARGETED ICON CENTER FIX
   Only for the 3 flagged sections: Linux SMTP left cards, Windows SMTP
   right-side cards, and Dedicated left feature cards.
   ====================================================================== */
.cybx-body-sections .cybx-mail-feature .cybx-icon,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon,
.cybx-body-sections .cybx-dedicated-item .cybx-icon{
  position:relative !important;
  display:block !important;
  overflow:hidden !important;
}

.cybx-body-sections .cybx-mail-feature .cybx-icon > i,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon > i,
.cybx-body-sections .cybx-dedicated-item .cybx-icon > i{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

.cybx-body-sections .cybx-mail-feature .cybx-icon > i.bi::before,
.cybx-body-sections .cybx-smtpwin-copy .cybx-icon > i.bi::before,
.cybx-body-sections .cybx-dedicated-item .cybx-icon > i.bi::before{
  display:block !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
}



/* ======================================================================
   CYBX SECTION BACKGROUND RHYTHM
   Final theme rhythm: alternate soft neutral (#F7F7F7) with the hero-tint
   (#F9FBFF) for every content section. This prevents adjacent sections from
   visually merging while staying consistent with the existing navy/blue theme.
   No dots, gradients, or section shadows.
   ====================================================================== */
.cybx-body-sections .cybx-section,
.cybx-body-sections .cybx-section--soft,
.cybx-body-sections .cybx-section--dots,
.cybx-body-sections .cybx-faq{
  background:#F7F7F7 !important;
  background-image:none !important;
}
.cybx-body-sections .cybx-section--dots::before{display:none !important}

.cybx-body-sections .cybx-section--contrast{
  background:#F9FBFF !important;
  background-image:none !important;
  box-shadow:none !important;
}
.cybx-body-sections .cybx-section--contrast::before,
.cybx-body-sections .cybx-section--contrast::after{
  content:none !important;
  display:none !important;
}
.cybx-body-sections .cybx-section--contrast > .cybx-container{
  position:relative !important;
  z-index:2 !important;
}

/* Use the normal hero text colors on the light hero-tint sections. */
.cybx-body-sections .cybx-section--contrast .cybx-head h2,
.cybx-body-sections .cybx-section--contrast .cybx-seo-copy h2{
  color:var(--cybx-navy) !important;
  text-shadow:none !important;
}
.cybx-body-sections .cybx-section--contrast .cybx-head p,
.cybx-body-sections .cybx-section--contrast .cybx-seo-copy p{
  color:var(--cybx-muted) !important;
  text-shadow:none !important;
}
.cybx-body-sections .cybx-section--contrast .cybx-eyebrow{
  color:var(--cybx-blue) !important;
  text-shadow:none !important;
}
.cybx-body-sections .cybx-section--contrast .cybx-eyebrow::before{
  background:var(--cybx-blue) !important;
}



/* ======================================================================
   CYBX UNIFORM POST-PLANS BACKGROUND
   All additive product sections after plans use one consistent background.
   ====================================================================== */
.cybx-body-sections .cybx-section,
.cybx-body-sections .cybx-section--soft,
.cybx-body-sections .cybx-section--dots,
.cybx-body-sections .cybx-section--contrast,
.cybx-body-sections .cybx-faq{
  background:#F7F7F7 !important;
  background-image:none !important;
}
.cybx-body-sections .cybx-section--dots::before,
.cybx-body-sections .cybx-section--contrast::before{
  content:none !important;
  display:none !important;
}



/* ======================================================================
   CYBX POST-PLANS BACKGROUND GROUPING — FINAL USER PATTERN
   Plans background color + next section match, then one gray section, then two
   sections matching the Plans color, then gray, then repeat. Existing cards/icons/
   typography/layout are untouched.
   ====================================================================== */

/* Reset all additive sections first. */
.cybx-body-sections > .cybx-section,
.cybx-body-sections > .cybx-faq{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
}
.cybx-body-sections > .cybx-section::before,
.cybx-body-sections > .cybx-section::after,
.cybx-body-sections > .cybx-faq::before,
.cybx-body-sections > .cybx-faq::after{
  content:none !important;
  display:none !important;
}

/* Same family as the existing Plans section, but color only — no dots. */
.cybx-body-sections > .cybx-section:nth-of-type(1),
.cybx-body-sections > .cybx-section:nth-of-type(3),
.cybx-body-sections > .cybx-section:nth-of-type(4),
.cybx-body-sections > .cybx-section:nth-of-type(6),
.cybx-body-sections > .cybx-faq:nth-of-type(7){
  background:#F9FBFF !important;
  background-image:none !important;
}

/* Single gray separator after each two-section Plans-background group. */
.cybx-body-sections > .cybx-section:nth-of-type(2),
.cybx-body-sections > .cybx-section:nth-of-type(5){
  background:#F7F7F7 !important;
  background-image:none !important;
}


/* ======================================================================
   CYBX TWO-COLOR SITE BACKGROUND SYSTEM
   Uses only the existing header white (#FFFFFF) and hero tint (#F9FBFF).
   Keeps the approved post-plans grouping and removes gray from the palette.
   ====================================================================== */
.cybx-body-sections > .cybx-section,
.cybx-body-sections > .cybx-faq{
  background:#FFFFFF !important;
  background-image:none !important;
}
.cybx-body-sections > .cybx-section::before,
.cybx-body-sections > .cybx-section::after,
.cybx-body-sections > .cybx-faq::before,
.cybx-body-sections > .cybx-faq::after{
  content:none !important;
  display:none !important;
}

/* Plans-color groups: hero tint only, no dots. */
.cybx-body-sections > .cybx-section:nth-of-type(1),
.cybx-body-sections > .cybx-section:nth-of-type(3),
.cybx-body-sections > .cybx-section:nth-of-type(4),
.cybx-body-sections > .cybx-section:nth-of-type(6),
.cybx-body-sections > .cybx-faq:nth-of-type(7){
  background:#F9FBFF !important;
  background-image:none !important;
}

/* Separator sections: exact header background. */
.cybx-body-sections > .cybx-section:nth-of-type(2),
.cybx-body-sections > .cybx-section:nth-of-type(5){
  background:#FFFFFF !important;
  background-image:none !important;
}


/* ======================================================================
   CYBX LIGHT DIVIDER LINES BETWEEN BACKGROUND CHANGES
   Adds a subtle divider only where the post-plans background color changes.
   ====================================================================== */
.cybx-body-sections > .cybx-section,
.cybx-body-sections > .cybx-faq{
  position:relative !important;
}

.cybx-body-sections > .cybx-section:nth-of-type(2),
.cybx-body-sections > .cybx-section:nth-of-type(3),
.cybx-body-sections > .cybx-section:nth-of-type(5),
.cybx-body-sections > .cybx-section:nth-of-type(6){
  border-top:1px solid rgba(6,27,81,.075) !important;
}

/* If FAQ follows a different-color section in future variants, keep it ready. */
.cybx-body-sections > .cybx-faq{
  border-top:0 !important;
}


/* ======================================================================
   CYBX BLUE SHOWCASE PASS
   Add at least one dark-blue visual box after plans on each product page.
   ====================================================================== */
:root{--cybx-showcase-blue:#082567;--cybx-showcase-blue-2:#0b2d7a;--cybx-showcase-line:rgba(156,196,255,.18)}

/* Linux VPS */
.cybx-terminal{box-shadow:none!important;background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a286f 100%)!important;border-color:transparent!important}
.cybx-terminal__bar{background:rgba(255,255,255,.05)!important;border-bottom-color:rgba(255,255,255,.08)!important}
.cybx-terminal__body{position:relative}
.cybx-terminal__body::after{content:"";position:absolute;right:24px;top:20px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 68%)}

/* Windows VPS */
.cybx-windows-board{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-window{background:#fff!important;border-color:rgba(156,196,255,.16)!important;box-shadow:0 12px 28px rgba(0,0,0,.08)}

/* SMTP Linux */
.cybx-mail-diagram{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-mail-diagram::before{background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px)!important;background-size:22px 22px!important;opacity:.45!important}
.cybx-mail-node,.cybx-mail-dns>div{border-color:var(--cybx-showcase-line)!important;box-shadow:0 10px 22px rgba(0,0,0,.08)}

/* SMTP Windows */
.cybx-smtpwin-console{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-smtpwin-bar{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important}
.cybx-smtpwin-bar strong,.cybx-smtpwin-bar strong i{color:#fff!important}.cybx-smtpwin-bar span{color:rgba(255,255,255,.72)!important}
.cybx-smtpwin-screen{border-color:rgba(255,255,255,.10)!important;background:#fff!important}

/* Shared hosting */
.cybx-bento-card--main{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-bento-card--main h3,.cybx-bento-card--main p,.cybx-bento-card--main .cybx-icon i{color:#fff!important}
.cybx-bento-card--main .cybx-icon{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important}
.cybx-bento-card--main .cybx-bento-stack span{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}
.cybx-bento-card--main .cybx-bento-stack i{color:#8ec0ff!important}

/* Dedicated */
.cybx-rack{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-rack-frame{background:#061b51!important}
.cybx-rack-stats>div{box-shadow:0 10px 22px rgba(0,0,0,.08)}

/* 10Gbps */
.cybx-speed-board{background:linear-gradient(180deg,var(--cybx-showcase-blue) 0%,#0a2a73 100%)!important;border-color:transparent!important;box-shadow:none!important}
.cybx-speed-board::before{background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px)!important;opacity:.4!important}
.cybx-speed-core{background:#fff!important;box-shadow:0 0 0 18px rgba(255,255,255,.08)!important}
.cybx-speed-node{box-shadow:0 10px 22px rgba(0,0,0,.08)}


/* ======================================================================
   CYBX SHOWCASE DESIGN REFINEMENT
   Gives each blue section a more intentional custom design, not just color.
   ====================================================================== */
.cybx-terminal,.cybx-windows-board,.cybx-mail-diagram,.cybx-smtpwin-console,.cybx-bento-card--main,.cybx-rack,.cybx-speed-board{position:relative;overflow:hidden;isolation:isolate}
.cybx-terminal::before,.cybx-windows-board::before,.cybx-mail-diagram::after,.cybx-smtpwin-console::before,.cybx-bento-card--main::before,.cybx-rack::before,.cybx-speed-board::after{content:"";position:absolute;inset:auto;z-index:0;pointer-events:none}

.cybx-terminal::before{top:-36px;right:-44px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%)}
.cybx-terminal::after{content:"LINUX VPS";position:absolute;left:24px;top:18px;color:rgba(142,192,255,.85);font-size:10px;font-weight:700;letter-spacing:.14em;z-index:1}
.cybx-terminal__bar,.cybx-terminal__body{position:relative;z-index:1}
.cybx-terminal__metrics>div{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.1)!important}

.cybx-windows-board::before{top:24px;right:26px;content:"WINDOWS VPS";color:rgba(142,192,255,.85);font-size:10px;font-weight:700;letter-spacing:.14em;z-index:1}
.cybx-windows-board::after{content:"";position:absolute;right:-40px;bottom:-40px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 68%);z-index:0}
.cybx-window{position:relative;z-index:1}

.cybx-mail-diagram::after{top:20px;left:24px;content:"SMTP FLOW";color:rgba(142,192,255,.85);font-size:10px;font-weight:700;letter-spacing:.14em;z-index:1;background:none;width:auto;height:auto}
.cybx-mail-route,.cybx-mail-dns{position:relative;z-index:1}
.cybx-mail-node::before{content:"";position:absolute;inset:-1px;border-radius:16px;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}

.cybx-smtpwin-console::before{top:16px;right:18px;content:"WINDOWS SMTP CONTROL";color:rgba(142,192,255,.85);font-size:10px;font-weight:700;letter-spacing:.14em;z-index:1;width:auto;height:auto;background:none}
.cybx-smtpwin-console::after{content:"";position:absolute;left:-42px;bottom:-48px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%);z-index:0}
.cybx-smtpwin-bar,.cybx-smtpwin-screen{position:relative;z-index:1}

.cybx-bento-card--main::before{left:24px;top:18px;content:"POPULAR SHARED HOSTING";color:rgba(142,192,255,.88);font-size:10px;font-weight:700;letter-spacing:.14em;background:none;width:auto;height:auto;z-index:1}
.cybx-bento-card--main::after{content:"HOST";position:absolute;right:12px;top:10px;font-size:108px;line-height:1;font-weight:700;letter-spacing:-.04em;color:rgba(255,255,255,.06);z-index:0}
.cybx-bento-card--main>*{position:relative;z-index:1}
.cybx-bento-card--main h3{margin-top:52px!important;font-size:34px!important;line-height:1.05}

.cybx-rack::before{left:24px;top:18px;content:"BARE-METAL INFRASTRUCTURE";color:rgba(142,192,255,.88);font-size:10px;font-weight:700;letter-spacing:.14em;background:none;width:auto;height:auto;z-index:1}
.cybx-rack::after{content:"";position:absolute;right:-40px;top:-35px;width:175px;height:175px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%);z-index:0}
.cybx-rack-frame,.cybx-rack-stats{position:relative;z-index:1}
.cybx-rack-stats{padding-top:22px}
.cybx-rack-stat{border-color:rgba(156,196,255,.18)!important;box-shadow:0 12px 22px rgba(0,0,0,.08)}

.cybx-speed-board::after{left:24px;top:18px;content:"HIGH-THROUGHPUT NETWORK";color:rgba(142,192,255,.88);font-size:10px;font-weight:700;letter-spacing:.14em;background:none;width:auto;height:auto;z-index:1}
.cybx-speed-board::before{opacity:.33!important}
.cybx-speed-core{z-index:1}
.cybx-speed-node{box-shadow:0 10px 22px rgba(0,0,0,.08);z-index:1}


/* ======================================================================
   CYBX TARGETED BLUE SECTION REDESIGN
   Redesigns the dark-blue showcase boxes to better match each section topic.
   ====================================================================== */

/* Shared hosting — cleaner hero card */
.cybx-bento-card--main{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:26px 30px 30px!important;border-radius:28px!important;min-height:560px!important;background:linear-gradient(135deg,#082567 0%,#12398f 100%)!important}
.cybx-bento-card--main::before{left:30px!important;top:22px!important;color:#8ec0ff!important}
.cybx-bento-card--main::after{content:"HOST"!important;right:18px!important;top:14px!important;font-size:118px!important;color:rgba(255,255,255,.08)!important}
.cybx-bento-card--main .cybx-icon{width:50px!important;height:50px!important;margin:20px 0 24px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important}
.cybx-bento-card--main .cybx-icon i{font-size:24px!important;color:#fff!important}
.cybx-bento-card--main h3{margin:0 0 10px!important;padding-right:110px;font-size:38px!important;line-height:1.08!important;color:#fff!important}
.cybx-bento-card--main p{max-width:560px;font-size:18px!important;line-height:1.7!important;color:rgba(255,255,255,.82)!important}
.cybx-bento-stack{margin-top:30px!important;gap:14px!important}
.cybx-bento-card--main .cybx-bento-stack span{padding:15px 18px!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;font-size:18px!important;font-weight:500!important;backdrop-filter:blur(4px)}
.cybx-bento-card--main .cybx-bento-stack i{font-size:18px!important;color:#8ec0ff!important}

/* Linux VPS — make the terminal panel feel more intentional */
.cybx-terminal{padding-top:0!important;border-radius:28px!important;background:linear-gradient(135deg,#082567 0%,#103788 100%)!important}
.cybx-terminal::before{top:-24px!important;right:-26px!important;width:210px!important;height:210px!important;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 68%)!important}
.cybx-terminal::after{content:"LINUX VPS CONSOLE"!important;right:24px!important;top:18px!important;left:auto!important;color:#8ec0ff!important;font-size:10px!important;font-weight:700!important;letter-spacing:.14em!important;z-index:2}
.cybx-terminal__bar{height:56px!important;padding:0 18px!important;background:rgba(255,255,255,.05)!important}
.cybx-terminal__body{padding:32px 28px 28px!important}
.cybx-terminal__line{font-size:16px!important;line-height:1.65!important}
.cybx-terminal__metrics{margin-top:28px!important;gap:14px!important}
.cybx-terminal__metrics>div{padding:16px 18px!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.14)!important}
.cybx-terminal__metrics strong{font-size:13px!important;letter-spacing:.08em!important;color:#8ec0ff!important}
.cybx-terminal__metrics span{font-size:28px!important;color:#fff!important;font-weight:600!important}

/* Windows SMTP — stronger app-frame layout */
.cybx-smtpwin-console{padding:18px!important;border-radius:28px!important;background:linear-gradient(135deg,#082567 0%,#12398f 100%)!important}
.cybx-smtpwin-console::before{top:18px!important;right:22px!important;font-size:10px!important;letter-spacing:.14em!important;color:#8ec0ff!important}
.cybx-smtpwin-console::after{left:auto!important;right:-42px!important;bottom:-42px!important;width:170px!important;height:170px!important;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%)!important}
.cybx-smtpwin-bar{height:54px!important;padding:0 16px!important;border-radius:16px 16px 0 0!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.12)!important}
.cybx-smtpwin-bar strong{font-size:14px!important;font-weight:600!important}
.cybx-smtpwin-bar span{font-size:12px!important}
.cybx-smtpwin-screen{grid-template-columns:116px 1fr!important;min-height:410px!important;border-radius:0 0 20px 20px!important;border:1px solid rgba(255,255,255,.12)!important;border-top:0!important;background:#fdfefe!important}
.cybx-smtpwin-nav{padding:20px 12px!important;background:#071a43!important}
.cybx-smtpwin-nav span{padding:11px 6px!important;font-size:13px!important;border-radius:10px!important}
.cybx-smtpwin-nav span:first-child{background:rgba(255,255,255,.08)!important}
.cybx-smtpwin-main{padding:24px!important}
.cybx-smtpwin-main>span{font-size:11px!important;letter-spacing:.12em!important}
.cybx-smtpwin-cards{gap:12px!important;margin-top:14px!important}
.cybx-smtpwin-cards div{padding:18px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(17,105,238,.12)!important;box-shadow:0 10px 24px rgba(6,27,81,.05)!important}
.cybx-smtpwin-cards strong{font-size:20px!important;margin-top:12px!important;line-height:1.25!important}
.cybx-smtpwin-cards small{font-size:13px!important;line-height:1.55!important;margin-top:6px!important;color:rgba(6,27,81,.64)!important}

/* Dedicated servers — refined infrastructure board */
.cybx-rack{padding:28px!important;border-radius:28px!important;min-height:470px!important;background:linear-gradient(135deg,#082567 0%,#12398f 100%)!important}
.cybx-rack::before{left:28px!important;top:20px!important;color:#8ec0ff!important}
.cybx-rack::after{content:"METAL"!important;right:16px!important;top:10px!important;width:auto!important;height:auto!important;border-radius:0!important;background:none!important;font-size:102px!important;font-weight:700!important;line-height:1!important;color:rgba(255,255,255,.06)!important;z-index:0!important}
.cybx-rack-frame{left:28px!important;top:56px!important;bottom:28px!important;width:185px!important;padding:16px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.08)!important;background:rgba(5,22,63,.66)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important}
.cybx-rack-unit{height:66px!important;margin-bottom:12px!important;padding:12px 14px!important;border-radius:14px!important;border:1px solid rgba(156,196,255,.20)!important;background:rgba(255,255,255,.05)!important}
.cybx-rack-unit span{font-size:10px!important;color:rgba(255,255,255,.48)!important}
.cybx-rack-unit strong{font-size:16px!important;line-height:1.3!important;margin-top:6px!important}
.cybx-rack-unit i{font-size:11px!important}
.cybx-rack-stats{margin-left:214px!important;padding-top:30px!important;gap:12px!important}
.cybx-rack-stat{padding:18px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(17,105,238,.12)!important;box-shadow:0 10px 24px rgba(6,27,81,.06)!important}
.cybx-rack-stat span{font-size:11px!important;margin-top:14px!important}
.cybx-rack-stat strong{font-size:19px!important;line-height:1.25!important}

/* 10Gbps — cleaner network map */
.cybx-speed-board{min-height:450px!important;padding:28px!important;border-radius:28px!important;background:linear-gradient(135deg,#082567 0%,#12398f 100%)!important}
.cybx-speed-board::after{left:28px!important;top:20px!important;color:#8ec0ff!important}
.cybx-speed-board::before{background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px)!important;background-size:32px 32px!important;opacity:.35!important}
.cybx-speed-core{top:50%!important;width:150px!important;height:150px!important;background:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 0 0 24px rgba(255,255,255,.08)!important}
.cybx-speed-core strong{font-size:34px!important;line-height:1.05!important}
.cybx-speed-core span{font-size:14px!important;line-height:1.4!important}
.cybx-speed-node{width:150px!important;padding:18px 16px!important;border-radius:20px!important;background:#fff!important;border:1px solid rgba(17,105,238,.12)!important;box-shadow:0 12px 24px rgba(6,27,81,.08)!important}
.cybx-speed-node strong{margin-top:10px!important;font-size:17px!important;line-height:1.3!important}
.cybx-speed-node span{margin-top:5px!important;font-size:13px!important;line-height:1.55!important;color:rgba(6,27,81,.64)!important}
.cybx-speed-node--a{left:32px!important;top:58px!important}.cybx-speed-node--b{right:32px!important;top:58px!important}.cybx-speed-node--c{left:32px!important;bottom:44px!important}.cybx-speed-node--d{right:32px!important;bottom:44px!important}
.cybx-speed-line{height:2px!important;background:linear-gradient(90deg,transparent,rgba(120,179,255,.52),transparent)!important}
.cybx-speed-line--a{left:180px!important;top:132px!important;width:120px!important;transform:rotate(18deg)!important}.cybx-speed-line--b{right:180px!important;top:132px!important;width:120px!important;transform:rotate(-18deg)!important}.cybx-speed-line--c{left:180px!important;bottom:117px!important;width:120px!important;transform:rotate(-18deg)!important}.cybx-speed-line--d{right:180px!important;bottom:117px!important;width:120px!important;transform:rotate(18deg)!important}

/* Tablet/mobile safety */
@media (max-width: 991.98px){
  .cybx-bento-card--main{min-height:auto!important;padding:24px!important}
  .cybx-bento-card--main h3{font-size:30px!important;padding-right:70px!important}
  .cybx-bento-card--main p{font-size:16px!important}
  .cybx-terminal__line{font-size:14px!important}
  .cybx-smtpwin-screen{grid-template-columns:92px 1fr!important;min-height:360px!important}
  .cybx-rack{min-height:560px!important}
  .cybx-rack-frame{width:170px!important}.cybx-rack-stats{margin-left:196px!important}
  .cybx-speed-board{min-height:500px!important}.cybx-speed-node{width:136px!important}
}
@media (max-width: 767.98px){
  .cybx-bento-card--main::after,.cybx-rack::after{font-size:72px!important}
  .cybx-bento-card--main h3{font-size:26px!important;padding-right:0!important}
  .cybx-bento-card--main p{font-size:15px!important}
  .cybx-bento-card--main .cybx-bento-stack span{font-size:15px!important}
  .cybx-terminal__bar{height:52px!important}.cybx-terminal__body{padding:24px 20px 20px!important}.cybx-terminal__line{font-size:12px!important}
  .cybx-smtpwin-screen{grid-template-columns:1fr!important;min-height:auto!important}.cybx-smtpwin-nav{display:none!important}.cybx-smtpwin-main{padding:18px!important}.cybx-smtpwin-cards strong{font-size:17px!important}.cybx-smtpwin-cards small{font-size:12px!important}
  .cybx-rack{min-height:auto!important;padding:22px!important}.cybx-rack-frame{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.cybx-rack-stats{margin:18px 0 0!important;grid-template-columns:1fr 1fr!important;padding-top:0!important}
  .cybx-speed-board{min-height:520px!important;padding:22px!important}.cybx-speed-core{width:126px!important;height:126px!important}.cybx-speed-core strong{font-size:28px!important}.cybx-speed-core span{font-size:12px!important}.cybx-speed-node{width:122px!important;padding:14px!important}.cybx-speed-node strong{font-size:15px!important}.cybx-speed-node span{font-size:12px!important}
}


/* ======================================================================
   CYBX BLUE SHOWCASES V3 — FULL COMPONENT REBUILD
   ====================================================================== */
.cybx-showcase-kicker{display:flex;align-items:center;gap:9px;color:#8ec0ff;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.cybx-showcase-dot{width:7px;height:7px;border-radius:50%;background:#79adff;box-shadow:0 0 0 5px rgba(121,173,255,.10)}

.cybx-showcase-shared,.cybx-showcase-linux,.cybx-showcase-winmail,.cybx-showcase-dedicated,.cybx-showcase-10g{position:relative;overflow:hidden;border:0!important;border-radius:28px!important;background:linear-gradient(135deg,#082567 0%,#12398f 100%)!important;box-shadow:none!important;color:#fff}
.cybx-showcase-shared::after,.cybx-showcase-linux::after,.cybx-showcase-winmail::after,.cybx-showcase-dedicated::after,.cybx-showcase-10g::after{content:"";position:absolute;width:230px;height:230px;right:-75px;top:-85px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 68%);pointer-events:none}

/* Shared */
.cybx-showcase-shared{grid-row:1/3!important;padding:28px!important;min-height:520px!important;display:flex!important;flex-direction:column!important}
.cybx-showcase-shared__headline{display:grid;grid-template-columns:50px 1fr;gap:16px;align-items:center;margin-top:32px}
.cybx-showcase-shared__headline .cybx-icon{width:50px!important;height:50px!important;margin:0!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.14)!important}.cybx-showcase-shared__headline .cybx-icon i{color:#fff!important}
.cybx-showcase-shared__headline strong{display:block;font-size:30px;line-height:1.08;color:#fff}.cybx-showcase-shared__headline small{display:block;margin-top:8px;max-width:440px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55}
.cybx-showcase-shared__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.cybx-showcase-shared__grid>div{min-height:110px;padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07)}.cybx-showcase-shared__grid i{font-size:20px;color:#8ec0ff}.cybx-showcase-shared__grid span{display:block;margin-top:12px;color:rgba(255,255,255,.55);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.cybx-showcase-shared__grid strong{display:block;margin-top:3px;color:#fff;font-size:16px}
.cybx-showcase-shared__footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:24px}.cybx-showcase-shared__footer span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);font-size:11px}

/* Linux */
.cybx-showcase-linux{min-height:430px;padding:28px}.cybx-showcase-linux__top{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-top:28px}.cybx-showcase-linux__hero span{display:block;color:rgba(255,255,255,.11);font-size:78px;font-weight:700;line-height:.9;letter-spacing:-.05em}.cybx-showcase-linux__hero strong{display:block;margin-top:9px;font-size:25px;line-height:1.15}.cybx-showcase-linux__hero small{display:block;margin-top:8px;max-width:360px;color:rgba(255,255,255,.70);font-size:13px;line-height:1.55}.cybx-showcase-linux__status{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;white-space:nowrap}.cybx-showcase-linux__status i{color:#79adff}
.cybx-showcase-linux__resources{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:28px}.cybx-showcase-linux__resources>div{padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07)}.cybx-showcase-linux__resources i{font-size:19px;color:#8ec0ff}.cybx-showcase-linux__resources span{display:block;margin-top:10px;color:rgba(255,255,255,.52);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.cybx-showcase-linux__resources strong{display:block;margin-top:4px;font-size:15px;color:#fff}
.cybx-showcase-linux__bar{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.cybx-showcase-linux__bar span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.74);font-size:10px}

/* Windows SMTP */
.cybx-showcase-winmail{min-height:430px;padding:26px}.cybx-showcase-winmail__top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.10)}.cybx-showcase-winmail__top span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600}.cybx-showcase-winmail__top span i{color:#8ec0ff}.cybx-showcase-winmail__top b{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:#8ec0ff;font-size:9px;letter-spacing:.08em}
.cybx-showcase-winmail__hero{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;margin-top:25px}.cybx-showcase-winmail__hero strong{display:block;margin-top:7px;max-width:390px;font-size:26px;line-height:1.15}.cybx-showcase-winmail__hero small{display:block;margin-top:8px;max-width:420px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}.cybx-showcase-winmail__signal{display:grid;place-items:center;width:82px;height:82px;border-radius:22px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07)}.cybx-showcase-winmail__signal i{font-size:23px;color:#8ec0ff}.cybx-showcase-winmail__signal span{font-size:9px;color:rgba(255,255,255,.65)}
.cybx-showcase-winmail__tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:26px}.cybx-showcase-winmail__tiles>div{padding:14px 12px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.07)}.cybx-showcase-winmail__tiles .cybx-icon{width:42px!important;height:42px!important;background:#fff!important;border-color:transparent!important}.cybx-showcase-winmail__tiles .cybx-icon i{color:#1169ee!important}.cybx-showcase-winmail__tiles small{display:block;margin-top:12px;color:rgba(255,255,255,.45);font-size:8px;letter-spacing:.08em}.cybx-showcase-winmail__tiles strong{display:block;margin-top:3px;color:#fff;font-size:12px;line-height:1.3}
.cybx-showcase-winmail__footer{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.cybx-showcase-winmail__footer span{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:10px}.cybx-showcase-winmail__footer i{color:#8ec0ff}

/* Dedicated */
.cybx-showcase-dedicated{min-height:455px;padding:28px}.cybx-showcase-dedicated__hero{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding:20px 22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06)}.cybx-showcase-dedicated__hero strong{display:block;font-size:54px;line-height:.9;color:#fff}.cybx-showcase-dedicated__hero span{display:block;margin-top:8px;font-size:15px;font-weight:600}.cybx-showcase-dedicated__hero small{display:block;margin-top:4px;color:rgba(255,255,255,.55);font-size:11px}.cybx-showcase-dedicated__hero>i{font-size:58px;color:rgba(142,192,255,.55)}
.cybx-showcase-dedicated__specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.cybx-showcase-dedicated__specs>div{position:relative;display:grid;grid-template-columns:26px 30px 1fr;grid-template-rows:auto auto;gap:1px 9px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06)}.cybx-showcase-dedicated__specs span{grid-row:1/3;color:rgba(255,255,255,.24);font-size:12px;font-weight:700}.cybx-showcase-dedicated__specs i{grid-row:1/3;color:#8ec0ff;font-size:17px}.cybx-showcase-dedicated__specs b{color:rgba(255,255,255,.45);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.cybx-showcase-dedicated__specs strong{font-size:12px;color:#fff}
.cybx-showcase-dedicated__bottom{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.cybx-showcase-dedicated__bottom span{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.74);font-size:10px}.cybx-showcase-dedicated__bottom i{color:#8ec0ff}

/* 10Gbps */
.cybx-showcase-10g{min-height:445px;padding:28px}.cybx-showcase-10g__main{display:grid;grid-template-columns:190px 1fr;gap:30px;align-items:center;margin-top:32px}.cybx-showcase-10g__speed{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;border-radius:32px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07)}.cybx-showcase-10g__speed strong{font-size:76px;line-height:.8;letter-spacing:-.06em}.cybx-showcase-10g__speed>span{margin-top:10px;font-size:23px;font-weight:600}.cybx-showcase-10g__speed small{margin-top:5px;color:rgba(255,255,255,.55);font-size:10px}
.cybx-showcase-10g__meter{display:grid;gap:8px}.cybx-showcase-10g__meter>div{display:flex;justify-content:space-between;gap:15px;color:rgba(255,255,255,.66);font-size:11px}.cybx-showcase-10g__meter b{color:#fff;font-weight:600}.cybx-showcase-10g__meter>i{height:7px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.cybx-showcase-10g__meter em{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#5e9dff,#9bc5ff)}
.cybx-showcase-10g__uses{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.cybx-showcase-10g__uses>div{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06)}.cybx-showcase-10g__uses i{color:#8ec0ff;font-size:18px}.cybx-showcase-10g__uses strong{display:block;margin-top:9px;font-size:13px;color:#fff}.cybx-showcase-10g__uses span{display:block;margin-top:3px;color:rgba(255,255,255,.52);font-size:9px}

@media(max-width:991.98px){.cybx-showcase-winmail__tiles{grid-template-columns:1fr 1fr}.cybx-showcase-10g__main{grid-template-columns:160px 1fr}.cybx-showcase-dedicated__hero strong{font-size:46px}}
@media(max-width:767.98px){.cybx-showcase-shared{min-height:auto!important}.cybx-showcase-shared__grid,.cybx-showcase-linux__resources,.cybx-showcase-dedicated__specs,.cybx-showcase-10g__uses{grid-template-columns:1fr}.cybx-showcase-linux__top,.cybx-showcase-winmail__hero{grid-template-columns:1fr!important;display:grid!important}.cybx-showcase-linux__status,.cybx-showcase-winmail__signal{justify-self:start}.cybx-showcase-winmail__tiles{grid-template-columns:1fr 1fr}.cybx-showcase-10g__main{grid-template-columns:1fr}.cybx-showcase-10g__speed{width:180px;justify-self:center}.cybx-showcase-dedicated__hero strong{font-size:42px}.cybx-showcase-shared__headline strong{font-size:25px}}


/* ======================================================================
   CYBX SHOWCASE SOLID BLUE CLEANUP
   Removes corner glow/white fade and uses one solid blue surface.
   ====================================================================== */
.cybx-showcase-shared,
.cybx-showcase-linux,
.cybx-showcase-winmail,
.cybx-showcase-dedicated,
.cybx-showcase-10g{
  background:#0B2D73 !important;
  background-image:none !important;
  box-shadow:none !important;
}
.cybx-showcase-shared::after,
.cybx-showcase-linux::after,
.cybx-showcase-winmail::after,
.cybx-showcase-dedicated::after,
.cybx-showcase-10g::after{
  content:none !important;
  display:none !important;
  background:none !important;
}


/* Shared hosting showcase text overlap fix */
.cybx-bento-card--main::before{content:none !important;}
