.bg-dark-blue {
    background-color: #080e1a !important;
}

.fugu--btn.fugu--menu-btn4 {
    color: black;
    padding: 10px 20px;
    background-size: 200% auto !important;
    background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
    border-radius: 5px;
    min-width: unset;
}
.fugu--btn.fugu--menu-btn4:hover {
    background-position: left center;
}

.fugu--btn.fugu--menu-btn5 {
    color: black;
    padding: 10px 20px;
    border: 1px solid #ecb400;
    border-radius: 5px;
    min-width: unset;
}

.fugu--text-slider-data span {
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
    line-height: 36px;
}
@media (max-width: 991px) {
    .fugu--text-slider-data span {
        font-size: 16px;
    }
}

.fugu--counter-wrap3 .fugu--counter-data h3:before {
    left: 0;
    top: -15px;
    z-index: -1;
    width: 90px;
    height: 90px;
    position: absolute;
    background-color: #ecb400;
    transform: rotate(45deg);
}

.fugu--btn.bg-gold {
    border-radius: 5px;
    color: var(--gray-800);
    background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
}
.fugu--btn.bg-gold:hover {
    color: var(--gray-800);
    box-shadow: 5px 5px 0px 0px var(--gray-800);
}
.fugu--btn.bg-gold:before {
    content: none;
}

.fugu-footer-menu h5 {
    line-height: 28px;
    margin-bottom: 25px;
    display: block;
    color: var(--gray-10);
}
@media (max-width: 575px) {
    .fugu-footer-menu h5 {
        margin-bottom: 20px;
    }
}

.fugu-footer-menu ul li {
    margin-bottom: 0% !important;
}

.fugu-footer-menu ul li a {
    font-size: 14px;
    opacity: 0.5;
}

.fugu-breadcrumb-section {
    background-image: url("/images/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fugu--section-title {
    max-width: 800px;
}

.bg-transparent-gold {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    color: var(--gray-800);
    border: 1px solid #ecb400;
}

.fugu--btn.bg-transparent-gold:before {
    background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
}

.fugu--btn.bg-transparent-gold:hover {
    color: var(--gray-800);
    box-shadow: 5px 5px 0px 0px var(--gray-800);
}

.fugu--iconbox-wrap:before {
    background-image: url("../../images/dotted.png");
    right: -200px;
    top: 38px;
    width: 370px;
}

@media (max-width: 1200px) {
    .fugu--iconbox-wrap:before {
        background-image: none !important;
        content: "";
    }
}

.no-before-bg::before {
    background-image: none !important;
    content: "";
}

.fugu--counter-wrap3 .fugu--counter-data h2:before {
    height: 85px;
    width: 85px;
    background-color: unset;
    background-image: url("../../images/rectangle.png");
}

.fugu--btn:before {
    border-radius: 5px;
    background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
}

.list-style-none {
    list-style: none;
}

.button-size {
    width: 15%;
  }
  
  @media (max-width: 576px) {
    .button-size {
      width: 30%;
    }
  }

  @media (max-width: 768px) {
    .button-size {
      width: 20%;
    }
  }

/* =========================
   VPS page (namespaced)
   ========================= */
.vps-page {
  width: 100%;
  overflow-x: hidden;
}

.vps-email-instruction {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vps-hero {
  position: relative;
  background: #0a0b0e;
  color: #fff;
  padding: 90px 0;
  overflow: hidden;
}

.vps-hero::before {
  content: "";
  position: absolute;
  inset: -240px -200px -240px -200px;
  background-image: url("/images/vps/bg.png");
  background-repeat: no-repeat;
  background-position: 29% 17%;
  background-size: 135% 527%;
  filter: blur(12.5px);
  opacity: 0.75;
  pointer-events: none;
}

.vps-hero .container {
  position: relative;
  z-index: 1;
}

.vps-hero h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vps-hero p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  max-width: 640px;
}

.vps-hero-image {
  width: 360px;
  height: 360px;
  object-fit: cover;
}

.vps-section-dark {
  background: #000;
  color: #fff;
}

.vps-intro {
  padding: 120px 0;
  text-align: center;
}

.vps-intro h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vps-intro p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin: 0 auto;
  max-width: 760px;
}

.vps-features {
  padding: 0 0 120px 0;
}

.vps-feature-card {
  border: 0.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  background: transparent;
}

.vps-feature-card h3 {
  color: #f3eee9;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 18px 0 18px 0;
}

.vps-feature-card p {
  color: #c5c5c5;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.vps-feature-icon {
  width: 48px;
  height: 48px;
}

.vps-about {
  position: relative;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
  /* Match Figma style: scaled + offset image so the pattern fills the whole section */
  background-color: #000;
  background-image: url("/images/vps/bg.png");
  background-repeat: no-repeat;
  background-position: 29% 17%;
  background-size: 135% 527%;
}

.vps-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.vps-about .container {
  position: relative;
  z-index: 1;
}

.vps-about h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin: 0;
}

.vps-about p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

.vps-plans {
  background: #080e1a;
  padding: 120px 0;
  color: #fff;
}

.vps-plans h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 80px 0;
}

.vps-plan {
  border: 1px solid rgba(145, 150, 158, 0.4);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  background: transparent;
}

.vps-plan.featured {
  background: #080500;
  border-color: #ffe4af;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.vps-plan-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 32px 0;
}

.vps-price {
  margin: 0 0 6px 0;
  font-size: 0;
}

.vps-price strong {
  font-size: 30px;
  line-height: 26px;
  font-weight: 600;
}

.vps-price span {
  font-size: 18px;
  line-height: 26px;
}

.vps-billed {
  color: #ffdc9e;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 32px 0;
}

.vps-plan-pricing {
  margin: 0 0 32px 0;
}

.vps-plan-price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.vps-plan-subrow {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.vps-price-free {
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.vps-fee-note {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.vps-plan ul {
  color: #91969e;
  margin: 0;
}

.vps-plan ul li {
  line-height: 26px;
  margin-bottom: 6px;
}

.vps-btn-outline {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #ffe4af;
  text-align: center;
  background: transparent;
}

.vps-btn-outline span {
  background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.vps-btn-fill {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(to left, #ffe4af 0%, #ffca63 100%);
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.vps-request {
  background: #fff;
  padding: 120px 0;
}

.vps-request h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vps-request p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

@media (max-width: 991px) {
  .vps-hero {
    padding: 70px 0;
  }

  .vps-hero h1 {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
  }

  .vps-hero p {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .vps-hero-image {
    width: 260px;
    height: 260px;
  }

  .vps-plan-price-row,
  .vps-plan-subrow {
    gap: 12px;
  }

  .vps-price-free {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  .vps-hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
