/* =========================================================
   Vitanium CSS (site fixed)
   Full replacement stylesheet
   ========================================================= */

:root {
  --vtm-navy: #211650;
  --vtm-navy-2: #3C3265;
  --vtm-dark: #0c0a1b;
  --vtm-hot: #FC5D63;
  --vtm-hot-2: #ff7c80;
  --vtm-gold: #D4AF37;
  --vtm-veeam: #00D15F;
  --vtm-accent-2: #6E4AFF;
  --brand-purple: #7318EC;
  --brand-purple-rgb: 115, 24, 236;
  --vtm-canvas: #F3EEEF;
  --text-on-dark: #fff;
  --text-dim-dark: rgba(255, 255, 255, .78);
  --text-muted-dark: rgba(255, 255, 255, .62);
  --vtm-header-height: 116px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #1f2430;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.navbar-brand,
.card-title {
  font-family: "Jost", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.text-accent {
  color: var(--vtm-navy) !important;
}

.text-brand-hot {
  color: var(--vtm-hot) !important;
}

.text-gold {
  color: var(--vtm-gold) !important;
}

.text-veeam {
  color: var(--vtm-veeam) !important;
}

.bg-accent-subtle {
  background: rgba(33, 22, 80, .06);
}

.border-accent {
  border-color: rgba(33, 22, 80, .25) !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* =========================
   Header
   ========================= */
.header-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: transparent;
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.header-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 7, 30, .32) 0%, rgba(9, 7, 30, .12) 55%, rgba(9, 7, 30, 0) 100%);
}

.header-wrap>* {
  position: relative;
  z-index: 1;
}

.header-wrap.is-scrolled {
  background: var(--vtm-navy-2);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(8, 7, 27, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.topbar,
.header-wrap.is-scrolled .topbar {
  min-height: 34px;
  background: var(--vtm-navy-2);
  color: rgba(255, 255, 255, .96);
  font-size: .9rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.topbar .small,
.topbar .small i,
.topbar .small a,
.topbar .small span {
  color: rgba(255, 255, 255, .95) !important;
}

.topbar a {
  text-decoration: none;
}

.topbar a:hover {
  color: #fff !important;
}

.header-wrap .navbar {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.header-wrap.is-scrolled .navbar {
  background: var(--vtm-navy-2);
  border-bottom-color: transparent;
}

.navbar-brand img {
  height: 56px;
  display: block;
}

@media (max-width:575px) {
  .navbar-brand img {
    height: 42px;
  }
}

.header-wrap .navbar-dark .navbar-nav .nav-link,
.header-wrap .navbar-dark .navbar-nav .nav-link.dropdown-toggle,
.header-wrap .navbar-dark .navbar-nav .show > .nav-link,
.header-wrap .navbar-dark .navbar-nav .nav-item > .nav-link {
  position: relative;
  color: #cdbfff !important;
  opacity: 1 !important;
  transition: color .18s ease, transform .18s ease;
}

.header-wrap .navbar-dark .navbar-nav .nav-link::after,
.header-wrap .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
  transition: all .18s ease;
}

.header-wrap .navbar-dark .navbar-nav .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .2rem;
  height: 2px;
  background: var(--vtm-hot);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
  opacity: .95;
}

.header-wrap .navbar-dark .navbar-nav .nav-link:hover,
.header-wrap .navbar-dark .navbar-nav .nav-link:focus,
.header-wrap .navbar-dark .navbar-nav .show > .nav-link,
.header-wrap .navbar-dark .navbar-nav .nav-link[aria-expanded="true"] {
  color: var(--vtm-hot) !important;
  transform: translateY(-1px);
}

.header-wrap .navbar-dark .navbar-nav .nav-link:hover::before,
.header-wrap .navbar-dark .navbar-nav .nav-link:focus::before,
.header-wrap .navbar-dark .navbar-nav .show > .nav-link::before,
.header-wrap .navbar-dark .navbar-nav .nav-link[aria-expanded="true"]::before {
  transform: scaleX(1);
}

.header-wrap .navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, .15);
}

.header-wrap .navbar-dark .dropdown-toggle::after {
  vertical-align: .15em;
}

.dropdown-menu.dropdown-menu-dark {
  background: var(--vtm-navy-2);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, .92);
  border-radius: .7rem;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.dropdown-divider {
  border-color: rgba(255, 255, 255, .1);
}

@media (max-width:991.98px) {
  .navbar-collapse {
    margin-top: .75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--vtm-navy-2);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
  }
}

/* =========================
   Buttons
   ========================= */
.btn-brand {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-purple);
  --bs-btn-border-color: var(--brand-purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6114c7;
  --bs-btn-hover-border-color: #6114c7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4f10a8;
  --bs-btn-active-border-color: #4f10a8;
  --bs-btn-focus-shadow-rgb: 115, 24, 236;
  border-radius: .7rem;
  box-shadow: 0 10px 24px rgba(115, 24, 236, .22);
}

.btn-primary {
  --bs-btn-bg: var(--brand-purple);
  --bs-btn-border-color: var(--brand-purple);
  --bs-btn-hover-bg: #6114c7;
  --bs-btn-hover-border-color: #6114c7;
  --bs-btn-active-bg: #4f10a8;
  --bs-btn-active-border-color: #4f10a8;
  --bs-btn-focus-shadow-rgb: 115, 24, 236;
}

.btn-outline-accent {
  color: var(--vtm-navy);
  border-color: var(--vtm-navy);
}

.btn-outline-accent:hover {
  background: var(--vtm-navy);
  color: #fff;
}

/* =========================
   Hero Section
   ========================= */
.hero-band {
  position: relative;
  overflow: hidden;

  margin-top: calc(var(--vtm-header-height) * -1);
  padding-top: calc(var(--vtm-header-height) + 2rem);
  padding-bottom: 2rem;

  background: linear-gradient(180deg,
      rgba(0, 1, 49, .65) 0%,
      rgba(33, 22, 80, .75) 60%,
      rgba(33, 22, 80, .9) 100%);

  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: -3%;
  z-index: 0;
  background: url("/images/Vitanium_Flair.jpg") center center / cover no-repeat;
  opacity: .55;
  transform: scale(1.05) 
}

.hero-band>* {
  position: relative;
  z-index: 1;
}

.hero-box {
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
  color: #fff;
}

.hero-aside {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .9rem;
}

.hero-aside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}

.hero-aside-grid .item {
  padding: .9rem;
  border-radius: .85rem;
  background: rgba(0, 0, 0, .12);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: transform .15s ease, box-shadow .15s ease;
}

.hero-aside-grid .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.hero-aside-grid .icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(252, 93, 99, .15);
  border: 1px solid rgba(252, 93, 99, .35);
  margin-bottom: .3rem;
}

.hero-aside-grid .icon-wrap i {
  color: var(--vtm-hot);
}

.hero-aside-grid .label {
  font-weight: 600;
  color: #fff;
}

.hero-aside-grid .sub {
  font-size: .85rem;
  color: var(--text-dim-dark);
}

/* =========================
   Content / cards / footer
   ========================= */
.content-panel {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .06);
}

.card-platform {
  transition: transform .15s ease, box-shadow .15s ease;
}

.card-platform:hover {
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.25rem rgba(0, 0, 0, .15);
}

.quote-bubble {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  position: relative;
}

.quote-bubble::after {
  content: "";
  position: absolute;
  left: 2rem;
  top: 100%;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .08) transparent transparent transparent;
}

.quote-bubble::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 100%;
  transform: translateY(-1px);
  border-width: 9px 9px 0 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.quote-bubble .quote-author {
  color: #6c757d;
}

footer.small-footer {
  background: var(--vtm-navy-2);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.small-footer a {
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}

.small-footer a:hover {
  color: #fff;
}

.small-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
}

.small-footer .social-links a:hover {
  background: rgba(255, 255, 255, .12);
}

/* =========================
   Cookie consent
   ========================= */
#cc-main {
  --cc-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --cc-btn-primary-bg: var(--brand-purple);
  --cc-btn-primary-border-color: var(--brand-purple);
  --cc-btn-primary-hover-bg: #6114c7;
  --cc-btn-primary-hover-border-color: #6114c7;
  --cc-btn-primary-color: #fff;
  --cc-btn-secondary-bg: rgba(255, 255, 255, .08);
  --cc-btn-secondary-border-color: rgba(255, 255, 255, .14);
  --cc-btn-secondary-hover-bg: rgba(255, 255, 255, .14);
  --cc-btn-secondary-hover-border-color: rgba(255, 255, 255, .18);
  --cc-btn-secondary-color: #fff;
  --cc-cookie-category-block-bg: rgba(255, 255, 255, .04);
  --cc-cookie-category-block-border: rgba(255, 255, 255, .08);
  --cc-cookie-category-block-hover-bg: rgba(255, 255, 255, .06);
  --cc-cookie-category-block-hover-border: rgba(255, 255, 255, .1);
  --cc-modal-border-color: rgba(255, 255, 255, .08);
  --cc-modal-bg: #211650;
  --cc-overlay-bg: rgba(8, 7, 27, .55);
  --cc-text: #fff;
  --cc-secondary-text: rgba(255, 255, 255, .76);
  --cc-separator-border-color: rgba(255, 255, 255, .08);
  --cc-toggle-on-bg: var(--vtm-hot);
  --cc-toggle-off-bg: #7e779d;
  font-family: var(--cc-font-family);

  --cc-primary-color: #fff;

  /* Category labels */
  --cc-cookie-category-block-bg: rgba(255,255,255,.05);
  --cc-cookie-category-block-border: rgba(255,255,255,.08);

  /* Text colours */
  --cc-text: #fff;
  --cc-secondary-text: rgba(255,255,255,.82);

  /* Toggles */
  --cc-toggle-readonly-bg: #cfcfcf;

  /* Buttons */
  --cc-btn-primary-text: #fff;
  --cc-btn-secondary-text: #fff;
}

#cc-main .cm,
#cc-main .pm,
#cc-main .modal--box {
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32) !important;
}

#cc-main .cm {
  background: linear-gradient(180deg, rgba(33, 22, 80, .98) 0%, rgba(53, 44, 97, .98) 100%) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
}

#cc-main .pm {
  background: linear-gradient(180deg, rgba(25, 19, 54, .98) 0%, rgba(33, 22, 80, .98) 100%) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
}

#cc-main .cm__title,
#cc-main .pm__title,
#cc-main .section__title {
  color: #fff !important;
}

#cc-main .cm__desc,
#cc-main .pm__desc,
#cc-main .section__desc,
#cc-main .cookie__desc,
#cc-main .cookie__table {
  color: rgba(255, 255, 255, .8) !important;
}

#cc-main a {
  color: #ffb0b3 !important;
}

.hero-box-light{
  background:#fff;
  color:#1f2430;
  border:1px solid rgba(33,22,80,.08);
  box-shadow:0 18px 40px rgba(33,22,80,.10);
}

.hero-box-light h1,
.hero-box-light h2,
.hero-box-light h3,
.hero-box-light h4,
.hero-box-light h5,
.hero-box-light h6{
  color:var(--vtm-hot);
}

.hero-box-light p,
.hero-box-light .lead{
  color:#1f2430;
}

.page-endcap{
  border-top:1px solid rgba(33,22,80,.08);
}

/* Universal card used across all feature sections */
.feature-card{
  background:#fff;
  border:1px solid rgba(33,22,80,.08);
  border-radius:.75rem;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* Hover effect */
.feature-card:hover{
  transform:translateY(-6px);
   box-shadow:0 24px 60px rgba(33,22,80,.14);
  border-color:rgba(33,22,80,.18);
}

.feature-card i{
  transition:transform .18s ease;
}

.feature-card:hover i{
  transform:scale(1.1);
}

.section-icon-bg{
  position: relative;
  overflow: hidden;
}

.section-icon-bg > .container{
  position: relative;
  z-index: 1;
}

/* stop using a section-wide motif */
.section-icon-bg::before{
  content: none;
}

/* target the intro text column */
.section-icon-bg .col-lg-4,
.section-icon-bg .col-lg-5{
  position: relative;
  isolation: isolate;
}

/* motif sits behind heading/paragraph area */
.section-icon-bg .col-lg-4::before,
.section-icon-bg .col-lg-5::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(88%, 360px);
  height: 92%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .04;
  pointer-events: none;
  z-index: -1;
}

/* keep text above the motif */
.section-icon-bg h2,
.section-icon-bg p{
  position: relative;
  z-index: 1;
}

/* SVG assignments */
.section-icon-shield .col-lg-4::before,
.section-icon-shield .col-lg-5::before{
  background-image: url("/images/decor/icon-shield.svg");
}

.section-icon-badge .col-lg-4::before,
.section-icon-badge .col-lg-5::before{
  background-image: url("/images/decor/icon-badge.svg");
}

.section-icon-datacentre .col-lg-4::before,
.section-icon-datacentre .col-lg-5::before{
  background-image: url("/images/decor/icon-datacentre.svg");
}

.section-icon-lock .col-lg-4::before,
.section-icon-lock .col-lg-5::before{
  background-image: url("/images/decor/icon-lock.svg");
}

.section-icon-resilience .col-lg-4::before,
.section-icon-resilience .col-lg-5::before{
  background-image: url("/images/decor/icon-resilience.svg");
}

/* slightly stronger on white sections, softer on grey */
.section-icon-bg.bg-light .col-lg-4::before,
.section-icon-bg.bg-light .col-lg-5::before{
  opacity: .03;
}

/* tablet */
@media (max-width: 991.98px){
  .section-icon-bg .col-lg-4::before,
  .section-icon-bg .col-lg-5::before{
    width: min(62vw, 260px);
    height: 180px;
    top: 3.25rem;
    transform: translateX(-50%);
    opacity: .028;
  }

  .section-icon-bg.bg-light .col-lg-4::before,
  .section-icon-bg.bg-light .col-lg-5::before{
    opacity: .022;
  }
}

/* mobile */
@media (max-width: 575.98px){
  .section-icon-bg .col-lg-4,
  .section-icon-bg .col-lg-5{
    padding-top: .35rem;
  }

  .section-icon-bg .col-lg-4::before,
  .section-icon-bg .col-lg-5::before{
    width: min(58vw, 180px);
    height: 130px;
    top: 2.5rem;
    opacity: .02;
  }

  .section-icon-bg.bg-light .col-lg-4::before,
  .section-icon-bg.bg-light .col-lg-5::before{
    opacity: .017;
  }
}

.page-endcap-hero{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg,
      rgba(12, 10, 27, .94) 0%,
      rgba(33, 22, 80, .92) 55%,
      rgba(33, 22, 80, .96) 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-endcap-hero::before{
  content: "";
  position: absolute;
  inset: -3%;
  z-index: 0;
  background: url("/images/Vitanium_Flair.jpg") center center / cover no-repeat;
  opacity: .26;
  transform: scale(1.05)
}

.page-endcap-hero > .container{
  position: relative;
  z-index: 1;
}

.hero-box-endcap p{
  color: rgba(255,255,255,0.9);
}

.hero-box-endcap{
  border-radius: 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  box-shadow: 0 25px 60px rgba(0,0,0,.28);
}

.hero-box-endcap h1,
.hero-box-endcap h2,
.hero-box-endcap h3,
.hero-box-endcap h4,
.hero-box-endcap h5,
.hero-box-endcap h6{
  color: #FC5D63;
}

.hero-box-endcap .lead{
  color: rgba(255,255,255,.82);
}

@media (max-width: 991.98px){
  .page-endcap-hero::before{
    opacity: .22;
  }
}

@media (max-width: 575.98px){
  .page-endcap-hero{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .hero-box-endcap{
    border-radius: 1.1rem;
  }

  .page-endcap-hero::before{
    opacity: .18;
    background-position: center top;
  }
}

.page-endcap-hero .hero-box-endcap{
  margin-bottom: 0;
}

footer{
  margin-top: 0;
}

.hero-box-endcap{
  position: relative;
  z-index: 1;
}

/* Soft glow behind CTA card */
.hero-box-endcap::before{
  content: "";
  position: absolute;
  inset: -40px;
  z-index: -1;

  background:
    radial-gradient(
      circle at 30% 40%,
      rgba(115, 24, 236, 0.35),
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(252, 93, 99, 0.25),
      transparent 65%
    );

  filter: blur(60px);
  opacity: .55;
  pointer-events: none;
}

@media (max-width: 575.98px){
  .hero-box-endcap::before{
    inset: -20px;
    filter: blur(40px);
    opacity: .45;
  }
}

.feature-title{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-weight:600;
  margin-bottom:.35rem;
}

.feature-title i{
  color: var(--vtm-hot);
  background: rgba(252,93,99,.12);
  border: 1px solid rgba(252,93,99,.25);
  border-radius: 6px;
  padding: 4px;
  font-size: .9rem;
  flex-shrink: 0;
}

.location-badge{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.42rem .7rem;
  border-radius:999px;
  background: rgba(33,22,80,.06);
  border: 1px solid rgba(33,22,80,.10);
  color: var(--vtm-navy);
  font-size:.92rem;
  font-weight:500;
}

.location-badge i{
  color: var(--vtm-hot);
}

.dc-image{
  min-height: 260px;
}

@media (max-width: 991.98px){
  .dc-image{
    min-height: 220px;
  }
}

@media (max-width: 575.98px){
  .dc-image{
    min-height: 190px;
  }
}

.location-badge{
  text-decoration: none;
}

.location-badge:hover{
  background: rgba(33,22,80,.1);
  border-color: rgba(33,22,80,.18);
  color: var(--vtm-navy);
}

.location-badge i{
  transition: transform .18s ease;
}

.location-badge:hover i{
  transform: translateY(-1px);
}

/* Green icons for efficiency / sustainability / energy */
.feature-title i.bi-graph-up,
.feature-title i.bi-leaf {
  color: #22c55e; /* nice modern green */
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.25);
}

.uk-hosting-badge__flag{
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 3px;
}

@media (max-width: 575.98px){
  .uk-hosting-badge__flag{
    width: 16px;
    height: 16px;
  }
}

.info-callout{
  border-color: rgba(33,22,80,.10) !important;
}

.feature-title{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-weight:600;
  margin-bottom:.35rem;
}

.feature-title i{
  color: var(--vtm-hot);
  background: rgba(252,93,99,.12);
  border: 1px solid rgba(252,93,99,.25);
  border-radius: 6px;
  padding: 4px;
  font-size: .9rem;
  flex-shrink: 0;
}

.veeam-green{
  color:#00B336;
}

.veeam-badge-wrap{
  display:flex;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
}

.veeam-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.75rem 1rem;
  border-radius:18px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 10px 30px rgba(0,0,0,.14);
}

.veeam-badge img{
  display:block;
  max-height:88px;
  width:auto;
}

.veeam-badge-note{
  color:rgba(255,255,255,.86);
  font-size:.95rem;
  line-height:1.5;
  max-width:28rem;
}

.veeam-inline-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(33,22,80,.08);
  box-shadow:0 14px 35px rgba(33,22,80,.08);
  min-height:100%;
}

.veeam-inline-badge img{
  display:block;
  max-width:100%;
  height:auto;
  max-height:96px;
}

.hero-aside-split{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:1.5rem;
  align-items:center;
}

.veeam-badge-large{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:1.25rem;
  border-radius:20px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  text-align:center;
  max-width:220px;
}

.veeam-badge-large img{
  width:100%;
  max-width:180px;   /* ⬅️ bigger badge */
  height:auto;
  margin-bottom:.5rem;
}

.veeam-badge-large .note{
  font-size:.85rem;
  color:rgba(255,255,255,.85);
  line-height:1.4;
}

/* mobile stack */
@media (max-width: 991px){
  .hero-aside-split{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .veeam-badge-large{
    margin:0 auto;
  }
}

.veeam-green{
  color:#00B336;
}

.veeam-hero-badge-card{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 16px 40px rgba(0,0,0,.16);
}

.veeam-hero-badge{
  max-height:220px;
  width:auto;
}

.veeam-hero-proof-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.veeam-hero-proof-card .text-muted{
  color:rgba(255,255,255,.82) !important;
}

@media (max-width: 991.98px){
  .veeam-hero-badge{
    max-height:180px;
  }
}

.feature-card-modern {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: left;
}

.feature-card-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(252,93,99,.12);
  color: var(--vtm-hot);
  font-size: 1.2rem;
  line-height: 1;
}

.feature-card-modern h3 {
  line-height: 1.4;
}

.feature-card-modern p,
.feature-card-modern li {
  line-height: 1.65;
}

.hero-band .hero-box{
  min-height: 490px;
  display:flex;
  align-items:center;
}

.hero-band .container{
  width: 100%;
}

.hero-band .hero-box > .row{
  width:100%;
}

@media (max-width: 991.98px){
  .hero-band{
    height: auto;
    min-height: 560px;
  }

  .hero-box{
    min-height: auto;
  }
}

.hero-box > .row{
  width: 100%;
}

.hero-box h1.display-3{
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero-aside{
  min-height: 380px;
  display: flex;
  align-items: center;
}

.resource-grid .card{
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.resource-grid .card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(33,22,80,.14) !important;
}

.resource-grid .card-img-top{
  transition: transform .35s ease;
}

.resource-grid .card{
  overflow: hidden;
}

.resource-grid .card:hover .card-img-top{
  transform: scale(1.03);
}

.excerpt{
  font-size: .875rem;
  line-height: 1.45;
  color: #6c757d;
}

/* Category titles */
#cc-main .section__title,
#cc-main .cookie__title,
#cc-main .cm__title {
  color: #fff !important;
}

/* Category descriptions */
#cc-main .section__desc,
#cc-main .cookie__desc {
  color: rgba(255,255,255,.82) !important;
}

/* Toggle labels */
#cc-main .toggle__label {
  color: #fff !important;
}

/* Footer buttons */
#cc-main .btn {
  color: #fff !important;
}

.trust-strip{
  margin-top:-35px;
  position:relative;
  z-index:20;
}

.trust-card{
  background:#fff;
  border:1px solid rgba(33,22,80,.08);
  border-radius:.85rem;
  box-shadow:0 10px 30px rgba(33,22,80,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.trust-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 45px rgba(33,22,80,.12);
  border-color:rgba(33,22,80,.16);
}

.trust-card i{
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:var(--vtm-hot);
  background:rgba(252,93,99,.12);
  border:1px solid rgba(252,93,99,.22);
  font-size:1.2rem;
}

.veeam-partner-card{
    background:#fff;
    border:1px solid rgba(33,22,80,.08);
    border-radius:1rem;
    padding:1rem 1.25rem;
    box-shadow:0 10px 30px rgba(33,22,80,.06);
}

.veeam-badge{
    max-height:90px;
    width:auto;
}

.resource-article {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
}

.resource-article h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.resource-article h3 {
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-weight: 700;
}

.resource-article p {
  margin-bottom: 1.15rem;
}

.resource-article ul,
.resource-article ol {
  margin-bottom: 1.25rem;
  padding-left: 1.4rem;
}

.resource-article li {
  margin-bottom: .45rem;
}

.resource-article img {
  max-width: 100%;
  height: auto;
  border-radius: .75rem;
  margin: 1.5rem 0;
}

.resource-article blockquote {
  border-left: 4px solid var(--bs-primary);
  padding-left: 1rem;
  color: var(--bs-secondary-color);
  margin: 1.5rem 0;
}

.resource-article table {
  width: 100%;
  margin: 1.5rem 0;
}

.resource-article a {
  font-weight: 600;
}

.resource-body {
  position: relative;
}

.resource-container {
  max-width: 1480px;
  margin: 0 auto;
}

.resource-article {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, .09),
    0 2px 8px rgba(0, 0, 0, .04);
  overflow: hidden;
}

.resource-article::before {
  content: "";
  display: block;
  height: 5px;
  margin: -1.5rem -1.5rem 2rem;
  background: var(--vtm-hot);
}

@media (min-width: 992px) {
  .resource-article::before {
    margin: -3rem -3rem 2.5rem;
  }
}

.resource-article-header {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.resource-kicker {
  display: inline-flex;
  align-items: center;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vtm-hot);
}

.resource-article-title {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.15;
  font-weight: 800;
}

.resource-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  color: var(--bs-secondary-color);
  font-size: .95rem;
}

.resource-article-content {
  font-size: 1.1rem;
  line-height: 1.8;
}

.resource-article-content p {
  margin-bottom: 1.4rem;
}

.resource-article-content h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.resource-article-content h3 {
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 750;
  margin-top: 2.25rem;
  margin-bottom: .85rem;
}

.resource-article-content ul,
.resource-article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.4rem;
}

.resource-article-content li {
  margin-bottom: .55rem;
}

.resource-article-content a {
  font-weight: 700;
  text-underline-offset: .18em;
}

.resource-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 1.5rem 0;
}

.resource-article-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 5px solid var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .06);
  border-radius: 0 16px 16px 0;
}

.resource-article-content .ratio {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  background: #fff;
  margin: 2rem 0;
}

@media (max-width: 575.98px) {
  .resource-article {
    border-radius: 20px;
  }

  .resource-article-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}