body {
  font-family: "Roboto", sans-serif;
  background-color: #83909E;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: initial;
}

.order-btn,
.order-btn:hover,
.order-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/* ================= HEADER ================= */

.hero_area {
  position: relative;
  background-color: #020230;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ✅ FIX: sub pages MUST NOT force viewport height */
body.sub_page .hero_area {
  min-height: unset;
  height: auto;
  padding-bottom: 0;
}

/* ✅ HARD FIX: remove the ghost layout box on sub pages (navbar only) */
body.sub_page .hero_area {
  display: contents;
}

body.sub_page .header_section {
  position: relative;
  z-index: 10;
  background-color: #020230;
}

.header_section {
  color: #020230;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.discord-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: auto;
}

.discord-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
}

/* ================= SECTIONS ================= */

.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 45px 0 90px;
  background-color: #0B1444;
}

body:not(.sub_page) .slider_section .detail-box h1,
body:not(.sub_page) .slider_section .detail-box p,
body:not(.sub_page) .slider_section .detail-box span {
  color: #ffffff;
}

body.sub_page .slider_section .detail-box h1,
body.sub_page .slider_section .detail-box p,
body.sub_page .slider_section .detail-box span {
  color: #0c0c0c;
}

.slider_section .detail-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s;
}

.slider_section .detail-box .btn-1 {
  background-color: #03a7d3;
  border: 1px solid #03a7d3;
}

.slider_section .detail-box .btn-2 {
  background-color: #ff4646;
  border: 1px solid #ff4646;
}

.slider_section .detail-box .btn-1:hover {
  background-color: #ffffff;
  color: #03a7d3;
}

.slider_section .detail-box .btn-2:hover {
  background-color: #ffffff;
  color: #ff4646;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.service_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  height: 100%;
  box-sizing: border-box;
  background-color: #0B1444;
  border-radius: 15%;
}

.service_section .box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

/* ================= CONTACT ================= */

.contact_section {
  position: relative;
  padding-bottom: 60px; /* ✅ FIX: prevents footer gap */
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
}

.contact_section .form_container textarea.message-box {
  width: 100%;
  height: 200px;
  padding: 15px;
  resize: vertical;
  box-sizing: border-box;
}

.datacenter-section {
  background: #83909e;
}

.datacenter-section .heading_container h2,
.datacenter-section .heading_container p {
  color: #0c0c0c;
}

.datacenter-section .dc-card {
  background-color: #eef1f4;
  border: 1px solid #d8dbe0;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.datacenter-section .dc-card h5,
.datacenter-section .dc-card p {
  color: #0c0c0c;
}

.dc-card {
  text-align: center;
}

/* ================= SHARED HOSTING ================= */
.sharedhosting_hero {
  background: #0B1444;
  width: 100%;
}

.slider_section.sharedhosting_hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}

body.sub_page .slider_section.sharedhosting_hero .detail-box h1,
body.sub_page .slider_section.sharedhosting_hero .detail-box p,
.sharedhosting_hero .detail-box h1,
.sharedhosting_hero .detail-box p {
  color: #ffffff;
  margin-bottom: 10px;
}

.sharedhosting_hero .detail-box p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* ================= DATACENTER HERO ================= */
.datacenter_hero {
  background: #0B1444;
  width: 100%;
}

.slider_section.datacenter_hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}

body.sub_page .slider_section.datacenter_hero .detail-box h1,
body.sub_page .slider_section.datacenter_hero .detail-box p,
.datacenter_hero .detail-box h1,
.datacenter_hero .detail-box p {
  color: #ffffff;
  margin-bottom: 10px;
}

.datacenter_hero .detail-box p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* ================= DATACENTER MAP & BLIPS ================= */
.datacenter-map {
  position: relative;
  max-width: 1100px;
  margin: 0px auto 0px;
}
.datacenter-map__img {
  width: 100%;
  height: auto;
  display: block;
}
.dc-blip {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f6b21a;
  border: 2px solid rgba(255,255,255,0.9);
  transform: translate(-50%, -50%) scale(1);
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
}
.dc-blip--hover,
.dc-blip:focus {
  transform: translate(-50%, -50%) scale(1.45);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* ================= DATACENTER POPUP MODAL ================= */
.dc-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dc-popup-overlay--visible {
  display: flex;
}

.dc-popup {
  position: relative;
  width: 100%;
  max-width: 700px;
  max-height: 85vh;
  overflow-y: auto;
  background: #020230;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  padding: 30px;
  box-sizing: border-box;
}

.dc-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
}

.dc-popup__content {
  padding-top: 8px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #ffffff;
}

.dc-popup__content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
}

.dc-popup__content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #ffffff;
}

.dc-popup__content ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
  color: #ffffff;
}

.dc-popup__content li {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .datacenter-map { margin: 20px auto 30px; }
  .dc-blip { width: 18px; height: 18px; }
}

/* ================= ABOUT PAGE HERO ================= */
.about_section {
  background: #0B1444;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}

.about_section .detail-box h2,
.about_section .detail-box p {
  color: #ffffff;
}

/* ================= WHY / DATACENTER CARDS ================= */
.datacenter-section .row > [class*="col-"] {
  display: flex;
}

.datacenter-section .row {
  row-gap: 2.5rem;
  align-items: stretch;
}

.datacenter-section .dc-card {
  background-color: #eef1f4;
  border: 1px solid #d8dbe0;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 767.98px) {
  .datacenter-section .row > [class*="col-"] {
    display: block;
  }

  .datacenter-section .dc-card {
    width: auto;
    height: auto;
  }
}

.datacenter-section .dc-card h5,
.datacenter-section .dc-card p {
  color: #0c0c0c;
}

/* make headings inside why section consistent spacing */
.datacenter-section .heading_container h2,
.datacenter-section .heading_container p {
  color: #0c0c0c;
}

/* ================= INFRASTRUCTURE SECTION ================= */
.infrastructure-section,
.infrastructure-section .detail-box,
.infrastructure-section .heading_container h2,
.infrastructure-section p {
  color: #0c0c0c;
}

/* visually remove white background by blending the image with the section */
.infrastructure-section .img-fluid {
  background: transparent;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ================= PRICING ================= */

.price_section .price_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
}

.price_section .price_container .box {
  margin: 0;
}

.price_section .price_container .box .detail-box {
  width: 100%;
  padding: 40px 20px;
  background-color: #020230;
  border-radius: 25px;
}

.price_container h2,h3,h4,p,ul {
  color: #ffffff;
}

.price_container h3,h4,p.text-muted {
  text-align: center;
}

.heading_container p.hosting_subtitle {
  color: #000;
}

/* ================= FOOTER ================= */

.footer_section {
  background-color: #020230;
  text-align: center;
  margin-top: auto; /* ✅ FIX: no ghost space */
}

.footer_section p {
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
}

/* === Dedicated Servers Card (Blue Theme) === */
.dedicated-table {
  background: linear-gradient(180deg, #0b1444, #0a0f2e);
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(3,167,211,0.25);
}

.dedicated-table thead {
  background: rgba(255,255,255,0.05);
}

.dedicated-table th {
  color: #9fdfff;
}

.dedicated-table td {
  color: #ffffff;
}

/* === Dedicated Servers FULL BLUE SECTION FIX === */
.dedicated-section {
  background: linear-gradient(180deg, #0b1444, #0a0f2e);
  padding: 90px 0;
}

/* Remove white background feeling */
.dedicated-section .container {
  background: transparent;
}

/* === HERO VISIBILITY FIX (NO LAYOUT CHANGES) === */
.game-hero {
  background: #0b1444;
  padding: 90px 0;
  text-align: center;
}

.game-hero h1,
.game-hero p {
  color: #ffffff;
}

.game-card {
  background: #83909e;
}

.game-card .game-image {
  width: 100%;
  max-width: 220px;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.game-card .card-title {
  color: #ffffff;
}
.game-card .game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 10px 0;
  border-radius: 12px;
}

.game-card .game-card-inner {
  background: #020230;
}

/* ✅ Dedicated Servers spacing + lag fix (wrapper + table sizing) */
.dedicated-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.dedicated-table-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
}

.dedicated-table {
  width: 100%;
  border-collapse: collapse;
}

/* ================= UI REFINEMENT LAYER ================= */

:root {
  --color-navy-950: #020230;
  --color-navy-900: #020230;
  --color-primary: #007bff;
  --color-primary-hover: #0069d9;
  --color-primary-hover-border: #0062cc;
  --color-primary-active: #0062cc;
  --color-primary-active-border: #005cbf;
  --color-link: #336699;
  --color-link-hover: #204060;
  --color-secondary: #dc3545;
  --color-secondary-hover: #c82333;
  --color-secondary-hover-border: #bd2130;
  --color-success: #28a745;
  --color-success-hover: #218838;
  --color-success-hover-border: #1e7e34;
  --color-info: #17a2b8;
  --color-warning: #ffc107;
  --color-text: #0c0c0c;
  --color-text-muted: #6c757d;
  --color-surface: #ffffff;
  --color-surface-muted: #f8f8f8;
  --color-border: #dee2e6;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 0 5px rgba(0, 0, 0, 0.15);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.15);
  --focus-ring: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  --transition-fast: 160ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  background: var(--color-surface-muted);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.35rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 1.85rem); }

p,
ul,
ol {
  color: inherit;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

a {
  color: var(--color-link);
  text-underline-offset: 0.18em;
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

a:hover {
  color: var(--color-link-hover);
}

a:not([class]):hover {
  text-decoration: underline;
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid var(--color-primary) !important;
  outline-offset: 3px;
  box-shadow: var(--focus-ring) !important;
}

button,
input,
textarea,
select {
  font: inherit;
}

.btn,
.slider_section .detail-box .btn-box a,
.order-btn,
.action-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.btn:hover,
.slider_section .detail-box .btn-box a:hover,
.order-btn:hover,
.action-link:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn:active,
.slider_section .detail-box .btn-box a:active,
.order-btn:active,
.action-link:active {
  transform: translateY(0);
}

.btn-primary,
.slider_section .detail-box .btn-1 {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-primary:hover,
.slider_section .detail-box .btn-1:hover {
  color: #ffffff;
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover-border);
}

.btn-primary:active,
.slider_section .detail-box .btn-1:active {
  color: #ffffff;
  background: var(--color-primary-active);
  border-color: var(--color-primary-active-border);
}

.slider_section .detail-box .btn-2,
.btn-danger {
  color: #ffffff;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.slider_section .detail-box .btn-2:hover,
.btn-danger:hover {
  color: #ffffff;
  background: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover-border);
}

.btn-light {
  color: var(--color-navy-950);
  background: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover {
  color: var(--color-navy-950);
  background: #e9ecef;
  border-color: #e9ecef;
}

.order-btn {
  color: #ffffff;
  background: var(--color-navy-900);
  border-color: var(--color-navy-900);
}

.order-btn:hover {
  color: #ffffff;
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.action-link--success {
  color: #ffffff;
  background: var(--color-success);
  border-color: var(--color-success);
}

.action-link--success:hover {
  color: #ffffff;
  background: var(--color-success-hover);
  border-color: var(--color-success-hover-border);
}

.btn.disabled,
.btn:disabled,
.order-btn.disabled,
button:disabled,
input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.layout_padding { padding: clamp(64px, 7vw, 90px) 0; }
.layout_padding2 { padding: clamp(56px, 6vw, 75px) 0; }
.layout_padding-top { padding-top: clamp(64px, 7vw, 90px); }
.layout_padding-bottom { padding-bottom: clamp(64px, 7vw, 90px); }

.heading_container {
  gap: 0.65rem;
}

.heading_container h2,
.heading_container p {
  max-width: 720px;
}

.heading_container p {
  margin-top: 0;
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.header_section {
  color: #ffffff;
  background: var(--color-navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom_nav-container {
  min-height: 72px;
  padding: 8px 0;
}

.custom_nav-container .navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 9px 5px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
}

.custom_nav-container .navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.1);
}

.custom_nav-container .navbar-toggler span,
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform var(--transition-fast), top var(--transition-fast), opacity var(--transition-fast);
}

.custom_nav-container .navbar-toggler span {
  position: relative;
  margin: 0 auto;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
}

.custom_nav-container .navbar-toggler span::before { top: -9px; }
.custom_nav-container .navbar-toggler span::after { top: 9px; }

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(90deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  top: 0;
  opacity: 0;
}

.navbar-brand span {
  letter-spacing: 0.035em;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 5px;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.custom_nav-container .navbar-nav .nav-item:not(.active) > .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.custom_nav-container .navbar-nav .nav-item.active > .nav-link {
  color: #ffffff;
  background: rgba(0, 123, 255, 0.16);
  box-shadow: inset 0 -2px 0 var(--color-primary);
}

.custom_nav-container .navbar-nav .nav-item:last-child .nav-link {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item:last-child .nav-link:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.discord-logo {
  min-width: 44px;
  min-height: 44px;
  margin: 4px 2px;
  padding: 8px;
  border-radius: var(--radius-sm);
}

.discord-logo:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
  margin-top: 0.4rem;
  padding: 0.45rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.dropdown-item {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  color: var(--color-text);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--color-navy-950);
  background: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  background: var(--color-primary);
}

.slider_section {
  min-height: calc(100vh - 72px);
  padding: 64px 0;
}

.slider_section .detail-box p,
.game-hero p {
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.slider_section .detail-box .btn-box {
  margin: 1.5rem -5px 0;
}

.slider_section .detail-box .btn-box a {
  width: auto;
  min-width: 180px;
}

.service_section {
  background: var(--color-surface-muted);
}

.service_section .box,
.dc-card,
.plan-card,
.price_section .price_container .box .detail-box,
.game-card .game-card-inner {
  border-radius: var(--radius-lg);
}

.service_section .box {
  margin-top: 0;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-sm);
}

.service_section .box h3,
.service_section .box h4,
.service_section .box p {
  color: #ffffff;
}

.service_section .box p {
  color: #e5e5e5;
}

.service_section .box .img-box {
  height: 150px;
}

.about_section {
  min-height: auto;
  padding: clamp(70px, 8vw, 110px) 0;
}

.about_section .detail-box p {
  max-width: 62ch;
  color: #e5e5e5;
}

.datacenter-section {
  background: var(--color-surface-muted);
}

.datacenter-section + .datacenter-section {
  border-top: 1px solid rgba(23, 32, 51, 0.1);
}

.datacenter-section .dc-card,
.dc-card {
  background: var(--color-surface);
  border-color: var(--color-border);
  box-shadow: var(--shadow-sm);
}

.dc-card h2,
.dc-card h3,
.dc-card h5 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.dc-card p {
  color: var(--color-text-muted);
}

.form-control,
.contact_section .form_container input,
.contact_section .form_container textarea.message-box {
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  color: var(--color-text);
  background: #ffffff;
  border: 1px solid #495057;
  border-radius: var(--radius-sm);
  box-shadow: inset 0 1px 2px rgba(2, 2, 48, 0.03);
}

.form-control::placeholder,
textarea::placeholder,
input::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:focus,
.contact_section .form_container input:focus,
.contact_section .form_container textarea.message-box:focus {
  color: var(--color-text);
  background: #ffffff;
  border-color: var(--color-primary);
  box-shadow: var(--focus-ring);
}

.game-search-section {
  padding: clamp(64px, 7vw, 80px) 0;
  background: var(--color-navy-900);
}

.game-search {
  max-width: 420px;
}

.game-card {
  background: transparent;
}

.game-card .game-card-inner {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-sm) !important;
}

.game-card .game-image {
  max-width: none;
  height: 230px;
  border-radius: 0;
}

.game-card .game-image img {
  margin: 0;
  border-radius: 0;
}

.game-card .card-body p,
.game-card .text-muted {
  color: #e5e5e5 !important;
}

.game-hero {
  padding: clamp(64px, 8vw, 96px) 0;
}

.game-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: #e5e5e5;
  list-style: none;
}

.game-features li {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}

.game-hero-img {
  max-height: 440px;
  object-fit: contain;
}

.plan-card {
  height: 100%;
  padding: 1.75rem;
  color: #ffffff;
  background: var(--color-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-sm);
}

.plan-card ul,
.price_features {
  display: grid;
  gap: 0;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li,
.price_features li {
  padding: 0.62rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.plan-card li:last-child,
.price_features li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.plan-card .price {
  color: #9fdfff;
  font-size: 1.15rem;
  font-weight: 700;
}

.faq_section {
  padding: clamp(64px, 7vw, 90px) 0;
  background: var(--color-surface-muted);
}

.faq {
  max-width: 820px;
  margin: 2rem auto 0;
}

.faq details {
  margin-bottom: 0.75rem;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.faq summary {
  padding: 1rem 1.2rem;
  color: var(--color-text);
  font-weight: 700;
  cursor: pointer;
}

.faq details[open] summary {
  border-bottom: 1px solid var(--color-border);
}

.faq details p {
  padding: 1rem 1.2rem;
  color: var(--color-text-muted);
}

.panel-difference {
  color: #ffffff;
  background: var(--color-navy-900);
}

.panel-difference .heading_container p {
  color: #e5e5e5;
}

.section-eyebrow {
  color: #9fdfff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-difference__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.panel-feature {
  position: relative;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
}

.panel-feature__number {
  display: block;
  margin-bottom: 1.25rem;
  color: #9fdfff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.panel-feature h3 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.25rem;
}

.panel-feature p {
  color: #e5e5e5;
  line-height: 1.75;
}

.dc-popup__content ul {
  display: grid;
  gap: 0;
  padding-left: 0;
  list-style: none;
}

.dc-popup__content li {
  padding: 0.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.price_section .price_container .box,
.price_section .price_container .box .detail-box {
  height: 100%;
}

.price_section .price_container .box .detail-box {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-sm);
}

.price_container h3,
.price_container h4,
.price_container p,
.price_container ul {
  color: #ffffff;
}

.price_container p.text-muted {
  color: #e5e5e5 !important;
}

.price_container .btn-box {
  margin-top: auto;
  padding-top: 1rem;
}

.support-card {
  padding: 2rem;
  color: #ffffff;
  background: var(--color-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.support-card h4,
.support-card p {
  color: #ffffff;
}

.support-card__note {
  margin-top: 1.25rem;
  color: #e5e5e5 !important;
  font-size: 0.9rem;
}

.support-response-time {
  margin-top: 1rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.company-hero {
  color: #ffffff;
  background: var(--color-navy-950);
}

.company-hero h1 {
  max-width: 860px;
  margin: 0.65rem auto 1rem;
}

.company-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: #e5e5e5;
  font-size: 1.08rem;
}

.company-links {
  background: var(--color-surface-muted);
}

.company-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.company-link-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 2rem;
  color: #ffffff;
  background: var(--color-navy-950);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.company-link-card__number {
  margin-bottom: 1.2rem;
  color: #9fdfff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.company-link-card h2 {
  font-size: 1.45rem;
}

.company-link-card p {
  flex: 1;
  margin: 0.8rem 0 1.5rem;
  color: #e5e5e5;
}

.datacenter-map {
  margin-top: 2rem;
}

.dc-blip {
  width: 18px;
  height: 18px;
  padding: 0;
}

.dc-blip {
  background: var(--color-warning);
}

.dc-popup-overlay {
  background: rgba(2, 2, 24, 0.76);
  backdrop-filter: blur(3px);
}

.dc-popup {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
}

.dc-popup__close {
  width: 44px;
  height: 44px;
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.dc-popup__close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.dedicated-table-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.dedicated-table {
  min-width: 980px;
  overflow: hidden;
  box-shadow: none;
}

.dedicated-table th,
.dedicated-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: middle;
}

.dedicated-table th {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dedicated-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.055);
}

.dedicated-table td[colspan] {
  color: #ffb2b8 !important;
  white-space: normal;
}

.dedicated-table th:nth-last-child(-n + 3),
.dedicated-table td:nth-last-child(-n + 3) {
  text-align: right;
}

.dedicated-table-wrapper::-webkit-scrollbar {
  height: 10px;
}

.dedicated-table-wrapper::-webkit-scrollbar-thumb {
  background: #6c757d;
  border: 2px solid #f8f8f8;
  border-radius: 999px;
}

.footer_section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_section p {
  padding: 1.25rem 0;
  color: #e5e5e5;
  font-size: 0.9rem;
}

/* Exact palette sync with the live WHMCS theme. */
.slider_section,
.sharedhosting_hero,
.datacenter_hero,
.about_section,
.game-hero,
.game-search-section,
.panel-difference,
.service_section .box,
.plan-card,
.game-card .game-card-inner,
.support-card,
.price_section .price_container .box .detail-box,
.dedicated-table,
.dedicated-section {
  background: var(--color-navy-950);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
