/* ============================================================
   HostMeerkat — Base CSS
   Brand colours, structural layout, components.
   Loads before theme.css and components.css.
   ============================================================ */

/* ── BRAND COLOUR TOKENS ─────────────────────────────────── */
:root {
  --dark:       #101213;
  --light-dark: #1a1c1e;
  --semi-dark:  #2b2f32;
  --blue:       #1873d3;
  --gray:       #686a6b;
  --white:      #fff;
  --light:      #e6e8e9;
  --yellow:     #EECA02;
  --red:        #E94B35;

  /* Generic design tokens */
  --primary:          #3B82F6;
  --primary-gradient: linear-gradient(135deg, #3B82F6, #06B6D4);
  --radius:           14px;
  --shadow-soft:      0 10px 30px rgba(0,0,0,0.25);
}

.navbar .nav-link.active {
  background: rgba(47, 134, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(47, 134, 255, .28);
  border-radius: 9px;
  color: #fff !important
}

/* ── BASE ────────────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--dark);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
}

/* Reserve image space and prevent tiny screens from producing horizontal overflow. */
img, svg { max-width: 100%; }
img { height: auto; }

@media (max-width: 575px) {
  .container-custom { padding-left: 16px; padding-right: 16px; }
  h1 { overflow-wrap: anywhere; }
  .btn, .btn-touch, .hmk-section-btn { min-height: 44px; }
}

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

a { color: var(--blue); }
code { color: var(--blue); }

::-moz-selection { color: var(--blue); background: rgba(26,28,30,.8); }
::selection      { color: var(--blue); background: rgba(26,28,30,.8); }

/* ── TYPOGRAPHY ──────────────────────────────────────────── */
.blue   { color: var(--blue); }
.yellow { color: var(--yellow); }
.red    { color: var(--red); }

.heading-gradient {
  background: var(--primary-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── LAYOUT UTILITIES ────────────────────────────────────── */
.container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.common-padding { padding: clamp(60px, 10vw, 100px) 0; }
footer .common-padding { padding: 0; }

/* ── GENERIC SHARED BADGES / BUTTONS ─────────────────────── */
.badge-custom {
  background: rgba(59,130,246,0.15);
  color: var(--primary);
  padding: 0.375rem 0.875rem;
  border-radius: 50px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
}.navbar-dark {
    padding: 20px 0;
}

.sub-badge {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

.btn-gradient {
  background: var(--primary-gradient);
  border: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-gradient:hover { opacity: 0.9; transform: scale(1.02); color: #fff; }

.glass-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

/* ── COOKIE CONSENT ──────────────────────────────────────── */
.wpcc-color-custom--1305681743.wpcc-container { background: rgba(26,28,30,.6) !important; }
.wpcc-container { font-size: 14px !important; }
.wpcc-btn { border: none !important; }

/* ── SWEETALERT ──────────────────────────────────────────── */
.swal2-icon.swal2-success .swal2-success-ring        { border: .25em solid var(--blue) !important; }
.swal2-icon.swal2-success [class^="swal2-success-line"] { background-color: var(--blue) !important; }
.swal2-icon.swal2-success                            { border-color: var(--blue) !important; color: var(--blue) !important; }
.swal2-popup                                         { background: var(--semi-dark) !important; }
.swal2-title                                         { color: var(--white) !important; }
.swal2-html-container                                { color: var(--light) !important; }
.swal2-styled.swal2-confirm {
  border-radius: 50px !important;
  padding: 8px 32px !important;
  font-weight: 700 !important;
  background: var(--blue) !important;
}
.swal2-styled.swal2-confirm:focus { box-shadow: 0 0 0 3px rgba(24,115,211,.5) !important; }

/* ── SALE BANNER ─────────────────────────────────────────── */
.sale_banner {
  background: var(--blue);
  padding: 6px 0;
  color: #fff !important;
}
.sale_banner .sale-l { font-size: 20px; font-weight: 800; }
.sale_banner .sale-i { font-weight: 500; font-size: 14px; color: #f9f9f9; }
.sale_banner .sale-i span { font-size: 20px; font-weight: 800; color: var(--white); margin-right: 2px; }
.sale_banner .sale-r {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px 24px;
  border: 2px dashed var(--white);
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .sale_banner .sale-l { font-size: 20px; }
  .sale_banner-left,
  .sale_banner-right { margin: 0 auto; }
  .sale_banner .sale-l,
  .sale_banner .sale_banner-center { margin-bottom: 1rem !important; }
  .sale_banner .sale-r { margin-bottom: .6rem !important; }
}

@media (max-width: 410px) {
  .sale_banner .sale-i { font-size: 14px; letter-spacing: -0.04rem; }
  .sale_banner .sale-i span { font-size: 18px; font-weight: 800; }
}

/* ── DECORATIVE OBJECT ───────────────────────────────────── */
.object_1 {
  position: absolute;
  left: 0; right: 0;
  margin-left: auto; margin-right: auto;
  z-index: -1;
}
.object_1 img {
  filter: drop-shadow(0px 0px 30px rgba(26,28,30,0.2));
  animation: pulsate 3s ease-out infinite;
}
@keyframes pulsate {
  0%   { opacity: 0.5; }
  50%  { opacity: 1.0; }
  100% { opacity: 0.5; }
}
@media (max-width: 768px) { .object_1 img { width: 60%;
} }
@media (max-width: 576px) { .object_1 img { width: 50%; } }
/* Mobile logo size - 80px x 80px */
@media (max-width: 991.98px) {
    .navbar-dark .navbar-brand img.d-lg-none ,a.navbar-brand.d-flex.align-items-center img {
        width: 80px !important;
        height: 80px !important;
        margin-right: 5px;
    }
}
/* ── NAVBAR ──────────────────────────────────────────────── */
.offcanvas {
  background: var(--semi-dark);
  height: 100vh;
}

.fixed-top {
  background: rgba(16,18,19,.8);
  padding: 20px 0 !important;
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}



.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  border: none !important;
}
.navbar-toggler:focus { box-shadow: none !important; }

.navbar-dark .navbar-brand img,
footer .footer_about img,
.offcanvas-header img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.navbar-dark .navbar-brand h2,
footer .footer_about h2,
.offcanvas-header h2 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: var(--white);
  letter-spacing: 0.04rem;
}

.navbar-dark .navbar-brand h2 span,
footer .footer_about h2 span,
.offcanvas-header h2 span {
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}

.offcanvas-header .hmk-drawer-brand { font-weight: 800; font-size: 1.2rem; color: #fff; }
.offcanvas-header .hmk-drawer-brand span { color: #3b82f6; }

.navbar-expand-lg .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-dark .navbar-nav .nav-link { color: var(--gray); }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus { color: var(--white); }

.navbar-dark .navbar-nav .button { margin-left: 1rem; position: relative; top: 2px; }

.navbar-dark .navbar-nav .button .btn {
  background: var(--blue);
  color: var(--white);
  padding: 8px 32px;
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-dark .navbar-nav .button .btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

.dropdown-menu {
  background: var(--light-dark);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  color: var(--gray);
  background: transparent;
  font-weight: 500;
}
.dropdown-menu .dropdown-item span { font-size: 12px; font-weight: 300; }
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus { color: var(--white); background: var(--dark); }

@media (min-width: 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
  }
}

@media (max-width: 992px) {
  .offcanvas { width: 250px !important; }
  .offcanvas-start-lg {
    top: 0; left: 0;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
  }
  .navbar-dark .navbar-nav .button { margin-left: 0 !important; }
  .navbar-dark .navbar-nav .button .btn { display: block; }
}

/* ── HERO / HEADER SECTION ───────────────────────────────── */
.header {
background-color: var(--bg-primary) !important;
    /* The navbar is fixed, so leave room for it on desktop too. */
    padding-top: 100px;
    transition: background 0.3s ease;
}

.header h2 {
  color: var(--white);
  font-weight: 800;
  font-size: 52px;
  z-index: 1;
}

.header p { color: var(--light); z-index: 1; }
.header .header_h2 { width: 80%; }
.header .header_p  { width: 90%; }

.header .btn,
.game_info .game_info_content .btn_watch {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 10px;
  font-weight: 500;
}
.header .btn:hover,
.header .btn:active,
.header .btn:focus,
.game_info .game_info_content .btn_watch:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

.header .btn-swicher {
  background: var(--semi-dark);
  border-radius: 50px;
  padding: 10px;
  max-width: 310px;
  display: inline-flex;
  margin: 0 auto;
}
.header .btn-swicher .nav-link {
  color: var(--white);
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.header .btn-swicher .active { background: var(--blue); }

/* Header responsive */
@media (max-width: 1280px) { .header h2 { width: 100%; } }
@media (max-width: 1040px) { .header h2 { font-size: 48px; } }

@media (max-width: 992px) {
  .header { padding-top: 110px; }
  .header h2 { font-size: 46px; }
  .header p { font-size: 20px; }
  .header .header_h2,
  .header .header_p { width: 100%; }
  .header .header_h2,
  .header .header_p { padding-top: 60px; }
}

@media (max-width: 768px) {
  .header h2, .header p, .header .btn { text-align: center; }
  .header .button { text-align: center; }
}

@media (max-width: 576px) {
  .header h2 { font-size: 40px; }
  .header .header_h2,
  
}

/* ── FEATURE CARDS ───────────────────────────────────────── */
.feature-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.5s cubic-bezier(0.2,0.8,0.2,1);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47,134,255,0.3);
  box-shadow: 0 30px 60px -12px rgba(0,0,0,0.15), 0 0 40px rgba(47,134,255,0.1);
}

.icon-box {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.icon-orange { background: rgba(251,146,60,0.15); color: #fb923c; }
.icon-green  { background: rgba(34,197,94,0.15);  color: #22c55e; }
.icon-blue   { background: rgba(59,130,246,0.15);  color: #3b82f6; }
.icon-purple { background: rgba(168,85,247,0.15);  color: #a855f7; }

.feature-title { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.feature-text  { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }

/* ── PRODUCTS CAROUSEL ───────────────────────────────────── */
.products {
  background: linear-gradient(0deg, rgba(16,18,19,.2) 0%, rgba(26,28,30,.6) 100%);
}
.products .site_title, .game_plans .site_title { margin-bottom: 20px; }
.products .card, .games .card, .game_plans .card, .meet_team .card {
  border: none;
  background: var(--light-dark);
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}
.products .card img, .games .card img { opacity: 1; }
.products .card:hover img, .games .card:hover img { opacity: .4; }
.products .card:hover .products_content, .games .card:hover .products_content { transform: translateY(0); }
.products .card .products_content, .games .card .products_content {
  position: absolute; bottom: 10px; left: 10px;
  transform: translateY(calc(50px + 1em));
  transition: transform 0.3s;
}
.products .card .products_content h2, .games .card .products_content h2 {
  color: var(--white); font-weight: 700; font-size: 24px;
}
.products .card .products_content span, .games .card .products_content span {
  color: var(--light); font-weight: 300; letter-spacing: 0.04rem;
}
.products .card:hover:before, .games .card:hover:before {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  content: " "; display: block;
  background: url('../images/products_hover.png') center bottom repeat-x;
  border-radius: 5px;
}

#products .owl-nav { position: absolute; right: 0; top: -50px; }
#products .owl-nav .owl-next { margin-left: 10px; }
#products .owl-nav .btn {
  background: var(--blue); border: none; color: var(--white);
  font-size: 12px; font-weight: 500; border-radius: 50px;
}
#products .owl-nav .btn:hover { box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4); }

@media (max-width: 720px) {
  .site_title h2 { text-align: center; margin-bottom: 70px; }
  #products .owl-nav { margin-left: auto; margin-right: auto; left: 0; right: 0; text-align: center; }
}

.site_title h2 { color: var(--white); font-weight: 700; font-size: 26px; }
.site_title p  { color: var(--light); }

/* ── LOCATIONS ───────────────────────────────────────────── */
.locations {
  background: linear-gradient(45deg, rgba(53,141,235,.4) 0%, rgba(24,115,211,0.6) 100%);
}
.locations .map_content { position: relative; }
.dallas_mark { left: 19%; top: 38%; }
.london_mark { left: 45%; top: 24%; }
.loc_mark {
  width: 14px; height: 14px; display: block;
  background: #fff; position: absolute; border-radius: 100%;
}
.loc_mark span {
  font-weight: 700; display: block; background: var(--blue);
  width: 110px; height: 34px; border-radius: 5px; color: #fff;
  font-size: 12px; text-transform: uppercase; text-align: center;
  line-height: 34px; position: absolute; border: 1px solid var(--blue);
  box-shadow: 19px 19px 27px 0 rgba(16,18,19,30%);
}
.arrow_top span { bottom: 18px; left: -3rem; }
.arrow_left span { bottom: -0.6rem; right: 16px; }
.arrow_right span { bottom: -0.6rem; left: 20px; }

.locations h2 { font-weight: 700; font-size: 30px; color: var(--white); letter-spacing: -0.04rem; }
.locations p  { color: var(--light); }

@media (max-width: 1160px) { .locations h2 { font-size: 28px; } }
@media (max-width: 992px) {
  .locations .map_content { margin-bottom: 40px; }
  .locations h2, .locations p { text-align: center; }
}

/* ── REVIEWS ─────────────────────────────────────────────── */
.reviews .card { background: var(--light-dark); border: none; }
.reviews .card .reviews_star { display: flex; }
.reviews .card .reviews_star img { width: 30px; height: 30px; margin: 4px; border-radius: 5px; }
.reviews .card h3 { font-weight: 600; color: var(--white); font-size: 20px; }
.reviews .card p  { font-size: 14px; color: var(--gray); margin-bottom: .6rem; }
.reviews .card a  { color: var(--blue); font-size: 16px; font-weight: 500; float: right; text-decoration: none; }
.reviews .reviews_footer h3 { font-size: 14px; font-weight: 400; color: var(--white); }

/* ── FOOTER STRUCTURE ────────────────────────────────────── */
.footer-wrap { background: var(--light-dark); margin-top: 0; }

.footer_links h4 { color: var(--white); font-weight: 600; font-size: 18px; }
.footer_links ul { list-style: none; padding: 0; margin: 0; }
.footer_links ul,
.footer_links ol { list-style: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.footer_links li { list-style: none !important; margin: 0 0 9px !important; padding-left: 0 !important; }
.footer_links li::before,
.footer_links li::marker { content: "" !important; display: none !important; }
.footer_links a  { text-decoration: none !important; border-bottom: 0 !important; }
.footer_links h4 { margin-bottom: 18px !important; }

.footer_links ul li { line-height: 30px; }
.footer_links ul li a {
  display: inline-block; text-decoration: none; color: var(--light);
  font-size: 14px; position: relative; transition: all .3s ease;
}
.footer_links ul li a::before {
  position: absolute; content: ""; left: 0; bottom: 0;
  height: 1px; width: 0%; background-color: var(--light);
  opacity: 0; visibility: hidden; transition: all .3s ease;
}
.footer_links ul li a:hover::before { width: 100%; opacity: .5; visibility: visible; }
.footer_links ul li a:hover { color: var(--white); letter-spacing: 1px; }

.footer_about p { color: var(--light); font-size: 14px; max-width: 100% !important; }

.footer_bottom { background: var(--semi-dark); color: var(--light); }
.footer_bottom img { height: 20px; }
.footer_bottom p { font-size: 14px; }

.footer-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: #22c55e;
  background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.2);
  border-radius: 50px; padding: 6px 14px;
}
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(1.3); }
}

.footer-horizon {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47,134,255,0.5), transparent);
  margin-bottom: 3rem;
}

@media (max-width: 768px) { .footer_links { text-align: center; } }
@media (max-width: 576px) {
  .footer_links h4 { margin-top: 20px; }
  .footer_bottom img { margin-bottom: 4px; }
  .footer_bottom .ms-auto { margin-right: auto !important; }
  .footer_bottom .me-auto { margin-left: auto !important; }
}
@media (max-width: 768px) {
  .footer-wrap .footer_about p { max-width: 100% !important; }
}

/* ── LEGAL PAGES ─────────────────────────────────────────── */
.legal .legal_heading {
  height: 0; border-top: 1px solid var(--light);
  margin-top: 20px; margin-bottom: 30px;
}
.legal .legal_heading span {
  display: inline-block; position: relative; padding: 0 17px 0 0;
  top: -12px; font-size: 16px; font-weight: 700; text-transform: uppercase;
  color: var(--white); background-color: var(--dark);
}
.legal p  { color: var(--light); font-size: 15px; }
.legal ul li { color: var(--light); }

/* ── SPECS TABLE ─────────────────────────────────────────── */
.specs table {
  border: 0; width: 100%; margin: 0; padding: 0;
  border-collapse: collapse; border-spacing: 0; color: var(--light);
}
.specs table tbody tr td {
  padding: 20px 15px; font-size: 14px; text-align: center; border-radius: 10px;
}
.specs table tbody tr .premium {
  background: var(--blue);
  box-shadow: 0 0 10px 0 rgba(8,24,40,.08);
}
.specs table tbody tr td h2 { text-transform: uppercase; font-size: 24px; color: #fff; font-weight: 700; }
.specs table tbody tr td .specs-title { opacity: 0; }
.specs table tbody tr td .specs-text:nth-child(1) { border-top: 1px dashed rgba(255,255,255,.12) !important; }
.specs table tbody tr td span { padding: 4px 0; font-weight: 500; }
.specs table tbody tr td .specs-text { border-bottom: 1px dashed rgba(255,255,255,.12); }
.specs table tbody tr td .fw-bolder { display: none; }

@media screen and (max-width: 800px) {
  .specs table { border: 1px solid transparent; box-shadow: none; }
  .specs table thead { display: none; }
  .specs table tbody tr { padding: 20px; margin-bottom: 20px !important; display: block; }
  .specs table tbody tr td { display: block; font-size: 14px; padding: 10px !important; text-align: center; }
}
@media (max-width: 768px) {
  .specs table tbody tr .specification { display: none; }
  .specs table tbody tr td .fw-bolder { display: inline-block !important; }
}

/* ── ABOUT — MEET TEAM ───────────────────────────────────── */
.meet_team .card { overflow: visible; cursor: pointer; }
.meet_team .card:before {
  content: ''; position: absolute; width: 100%; height: 100%;
  left: 0; top: 0; background: var(--blue); z-index: -1;
  border-radius: 0.380rem; transition: all 0.2s ease;
}
.meet_team .card:hover:before { left: 4px; top: 4px; }
.meet_team .card h4 { color: var(--white); text-transform: uppercase; font-size: 20px; font-weight: 700; }
.meet_team .card p  { color: var(--blue); font-weight: 400; font-size: 14px; letter-spacing: -0.04rem; }

.datacentar { background: var(--light-dark); }
.datacentar h2, .ddos_protection h2 { color: var(--white); font-size: 30px; font-weight: 700; }
.datacentar p  { color: var(--white); line-height: 28px; }
.ddos_protection p { color: var(--gray); line-height: 28px; }

@media screen and (max-width: 768px) {
  .datacentar img, .ddos_protection img {
    display: block; margin-left: auto; margin-right: auto; margin-bottom: 30px;
  }
  .datacentar h2, .ddos_protection h2,
  .datacentar p, .ddos_protection p { text-align: center; }
}

/* ── VPS PLANS ───────────────────────────────────────────── */
.vps_plans .card {
  background-color: var(--light-dark);
  border: 2px solid var(--semi-dark);
  color: var(--light); border-radius: 5px;
}
.vps_plans .card .value { display: block; font-size: 24px; line-height: 32px; color: var(--white); }
.vps_plans .card .label { display: block; margin-top: 4px; font-size: 14px; color: var(--gray); }
.vps_plans .card .btn {
  background: var(--blue); color: var(--white); border: none !important;
  padding: 8px 30px; font-size: 16px; font-weight: 600; display: block;
}
.vps_plans .slider {
  appearance: none; width: 100%; height: 15px;
  border-radius: 5px; background: var(--semi-dark); outline: none;
}
.vps_plans .slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 25px; height: 25px;
  border-radius: 50%; background: var(--blue); cursor: pointer;
}
.vps_plans .slider::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--white); border: 4px solid var(--blue); cursor: pointer;
}
.vps_plans .need_help { color: var(--light); }
@media (max-width: 992px) { .vps_plans .col-sm-3 { margin-bottom: 20px; } }

/* ── WEB PLANS ───────────────────────────────────────────── */
.one_click { background: var(--semi-dark); }
.one_click img { width: 70px; height: 70px; }
.one_click h4 { color: var(--white); font-weight: 400; font-size: 18px; }

.web_plans .card {
  background-color: var(--light-dark); color: var(--light);
  border-radius: 5px; transition: all .6s ease;
}
.web_plans .card:hover { transform: translateY(-12px); }
.web_plans .card h3 { font-weight: 500; font-size: 20px; }
.web_plans .card p  { font-size: 14px; font-weight: 300; width: 80%; }
.web_plans .card h2 { color: var(--white); }
.web_plans .card h2 .sup-month { text-transform: capitalize; font-size: 18px; font-weight: 400; top: .1em; }
.web_plans .card .bg-warning { background: var(--yellow) !important; color: var(--dark); }
.web_plans .card .badge { text-transform: uppercase; font-weight: 700; font-size: 12px; padding: 4px 10px; }
.card_margin { margin-top: 2.4rem; }
.card_popular { background-image: url('../images/popular.png') !important; background-repeat: no-repeat; background-position: bottom right; }
.web_plans .card ul { list-style: none; padding: 0; }
.web_plans .card ul li { font-size: 15px; line-height: 36px; }
.web_plans .card ul li .icon { border-radius: 50px; padding: 5px 6px; position: relative; top: 8px; }
.web_plans .card_enterprice ul li .icon { background: var(--blue); }
.web_plans .card .btn { padding: 8px 50px; font-weight: 500; border-radius: 50px; }
.web_plans .card .btn-red    { background: var(--red);    color: var(--white); }
.web_plans .card .btn-yellow { background: var(--yellow); color: var(--dark); }
.web_plans .card .btn-blue   { background: var(--blue);   color: var(--white); }

@media (max-width: 992px) { .web_plans .card p { width: 100%; } }
@media (max-width: 768px) { .card_margin { margin-top: 0; } }
@media (max-width: 576px) {
  .one_click .col-sm-3 { margin-bottom: 20px; }
  .one_click .col-sm-3:last-child { margin-bottom: 0; }
}

/* ── CPANEL SECTION ──────────────────────────────────────── */
.cpanel-section {
  position: relative;
  padding: clamp(70px,10vw,110px) 0;
  background: var(--dark); overflow: hidden;
}
.cpanel-section::after {
  content: ''; position: absolute; top: -120px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(24,115,211,0.14), transparent 70%);
  pointer-events: none; z-index: 0;
}
.cpanel-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: 3rem;
}
.cpanel-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(24,115,211,0.12); color: var(--blue);
  border: 1px solid rgba(24,115,211,0.25); padding: 5px 14px;
  border-radius: 50px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.9rem;
}
.label-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:0.2; } }
.cpanel-title { font-size: clamp(1.9rem,3.5vw,2.9rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--white); }
.cpanel-title .blu { color: var(--blue); }
.cpanel-header-right { max-width: 380px; color: white; font-size: 0.95rem; line-height: 1.75; flex-shrink: 0; padding-bottom: 4px; }
.cpanel-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; }
.cpanel-left { display: flex; flex-direction: column; gap: 1.25rem; }
.desc-card {
  background: var(--light-dark); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px; padding: 2rem; position: relative; overflow: hidden;
}
.desc-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, var(--blue), transparent);
}
.desc-card p { color: white; font-size: 0.95rem; line-height: 1.8; }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; list-style: none; }
.feat-item {
  background: var(--light-dark); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 14px 16px; display: flex; align-items: center;
  gap: 12px; font-size: 0.875rem; font-weight: 500; color: var(--light);
  transition: border-color .25s, transform .25s, background .25s; cursor: default;
}
.feat-item:hover { border-color: rgba(24,115,211,0.4); background: rgba(24,115,211,0.07); transform: translateY(-2px); }
.feat-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(24,115,211,0.14); border: 1px solid rgba(24,115,211,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0; transition: transform .25s;
}
.feat-item:hover .feat-icon { transform: scale(1.12); }
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }
.stat-box {
  background: var(--light-dark); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 16px; text-align: center; transition: border-color .25s, transform .25s;
}
.stat-box:hover { border-color: rgba(24,115,211,0.35); transform: translateY(-2px); }
.stat-box strong { display: block; font-size: 1.55rem; font-weight: 900; letter-spacing: -0.04em; color: var(--blue); line-height: 1.1; }
.stat-box span   { font-size: 0.75rem; color: white; font-weight: 500; margin-top: 3px; display: block; }
.cpanel-right { display: flex; flex-direction: column; gap: 1.25rem; position: relative; }
.cpanel-right::before {
  content: ''; position: absolute; bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(24,115,211,0.10), transparent 70%);
  pointer-events: none; z-index: 0;
}
.screenshot-wrap {
  position: relative; z-index: 1; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 0 1px rgba(24,115,211,0.15), 0 24px 64px rgba(0,0,0,0.5);
  background: var(--light-dark);
}
.browser-bar {
  background: var(--semi-dark); padding: 9px 14px; display: flex;
  align-items: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bdot { width: 10px; height: 10px; border-radius: 50%; }
.bdot-r { background: var(--red); }
.bdot-y { background: var(--yellow); }
.bdot-g { background: #28c940; }
.browser-url {
  margin-left: 10px; flex: 1;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 6px; padding: 3px 12px; font-size: 0.7rem; color: var(--gray); font-family: monospace;
}
.screenshot-wrap img { width: 100%; display: block; filter: brightness(0.9) saturate(1.05); }
.pill-row { display: flex; gap: 0.75rem; z-index: 1; position: relative; }
.cpanel-pill {
  flex: 1; background: var(--light-dark); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 14px 16px; display: flex; align-items: center;
  gap: 12px; font-size: 0.82rem; font-weight: 600; color: var(--light);
  transition: border-color .25s, transform .3s;
  animation: floatPill 4s ease-in-out infinite;
}
.cpanel-pill:nth-child(2) { animation-delay: 1.4s; }
.cpanel-pill:nth-child(3) { animation-delay: 2.8s; }
@keyframes floatPill { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.cpanel-pill:hover { border-color: rgba(24,115,211,0.4); transform: translateY(-4px) !important; }
.pill-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(24,115,211,0.15); display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
}
.pill-text strong { display: block; font-size: 0.82rem; font-weight: 700; color: var(--white); }
.pill-text span   { font-size: 0.72rem; color: white; }
.cta-strip { margin-top: 2.5rem; position: relative; z-index: 1; }
.cta-inner {
  background: var(--light-dark); border: 1px solid rgba(255,255,255,0.07);
  border-top: 2px solid var(--blue); border-radius: 16px;
  padding: clamp(1.75rem,3vw,2.5rem) clamp(1.5rem,3vw,3rem);
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%;
  background: radial-gradient(ellipse 50% 80% at 0% 50%, rgba(24,115,211,0.08), transparent);
  pointer-events: none;
}
.cta-text h3 { font-size: clamp(1.15rem,2vw,1.5rem); font-weight: 800; color: var(--white); margin-bottom: 0.45rem; }
.cta-text p  { color: var(--gray); font-size: 0.9rem; line-height: 1.7; max-width: 480px; }
.btn-blue {
  flex-shrink: 0; background: var(--blue); border: none; color: var(--white);
  padding: 0.82rem 1.9rem; border-radius: 10px; font-weight: 700; font-size: 0.92rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap; transition: filter .25s, transform .25s, box-shadow .25s;
  box-shadow: 0 8px 24px rgba(24,115,211,0.3); position: relative; z-index: 1;
}
.btn-blue:hover { filter: brightness(1.12); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(24,115,211,0.42); color: var(--white); }

.cpanel-img img {
  width: 100%; max-width: 650px; height: 420px;
  object-fit: cover; border-radius: 20px; display: block; margin: auto;
}

@media (max-width: 991px) {
  .cpanel-header { flex-direction: column; align-items: flex-start; }
  .cpanel-header-right { max-width: 100%; }
  .cpanel-layout { grid-template-columns: 1fr; }
  .cpanel-img { margin-top: 30px; }
  .cpanel-img img { height: auto; max-width: 100%; }
}
@media (max-width: 600px) {
  .feat-grid  { grid-template-columns: 1fr; }
  .pill-row   { flex-direction: column; }
  .cta-inner  { flex-direction: column; text-align: center; }
  .cta-inner .btn-blue { margin: 0 auto; }
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { background: linear-gradient(0deg, rgba(16,18,19,.2) 0%, rgba(26,28,30,.6) 100%); }
.faq .accordion-item { background: var(--semi-dark); border-color: var(--light-dark) !important; margin-bottom: 20px; }
.faq .accordion-button { box-shadow: none !important; border: none !important; background: var(--light-dark); color: var(--light); font-weight: 600; }
.faq .accordion-button:not(.collapsed) { background: var(--blue); color: var(--white); }
.faq .accordion-body { color: var(--light); }
.faq .accordion-body span { color: var(--white); font-weight: 500; }

/* ── GAME FEATURES / INFO ────────────────────────────────── */
.game_features ul { list-style: none; padding: 0; }
.game_features ul li {
  color: var(--white); position: relative; margin-bottom: 20px;
  font-weight: 500; cursor: pointer; padding-left: 10px;
}
.game_features ul li::before {
  background: var(--blue); box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  border-radius: 30px 0; content: ""; width: 40%; height: 100%;
  position: absolute; top: 0; left: -20px; z-index: -1; transition: .4s;
}
.game_features ul li:hover:before { width: 70%; }
.game_features ul li::after { position: absolute; left: -10px; content: "✔"; width: 10px; height: 10px; z-index: 1; }

@media (max-width: 768px) {
  .game_features ul { text-align: center; }
  .game_features ul li::before { display: none; }
  .game_features ul li::after { left: unset; margin-left: 10px; color: var(--blue); }
}

.game_info { background: url('../images/hex_object.png') top center repeat-x var(--light-dark); }
.game_info .game_info_content h2 { color: var(--white); font-size: 28px; font-weight: 700; }
.game_info .game_info_content p  { color: var(--light); line-height: 26px; }
.game_info .game_info_content .btn_watch { padding: 8px 32px; }

@media (max-width: 992px) {
  .game_info .img-fluid { margin-left: auto; margin-right: auto; display: block; margin-bottom: 30px; }
  .game_info .game_info_content { text-align: center; }
}

/* ── HOSTING HERO ────────────────────────────────────────── */
.hosting-hero-section {
  background: #081120; padding: 120px 0 90px; position: relative; overflow: hidden;
}
.hosting-dark-section { background: #081120; }
.hosting-blue-section { background: #102746; }
.hosting-hero-title {
  font-size: clamp(3rem,6vw,5.5rem); line-height: 1.08; font-weight: 900;
  color: #ffffff; margin-bottom: 30px; letter-spacing: -2px;
}
.hosting-blue-text {
  background: linear-gradient(90deg,#2f86ff,#6f63ff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hosting-hero-description {
  font-size: 1.2rem; line-height: 2; color: rgba(255,255,255,.82); max-width: 950px; margin: auto;
}
.hosting-hero-description strong { color: #ffffff; font-weight: 800; }

.header-dis { padding: 0 150px; }

.web-hero-bg {
  background:
    radial-gradient(circle at top, rgba(47,134,255,.18), transparent 45%),
    linear-gradient(180deg,#081120 0%, #050b16 100%);
}

.pricing-section-bg {
  background: linear-gradient(180deg,#0b1324 0%, #09101d 100%);
  position: relative;
}
.pricing-section-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 40px 40px; opacity: .3;
}
.features-section-bg {
  background: radial-gradient(circle at center, rgba(77,105,255,.12), transparent 40%), #08101d;
}
.cpanel-section-bg {
  background: linear-gradient(135deg,#0b1120 0%, #10182d 100%);
  position: relative; overflow: hidden;
}
.cpanel-section-bg::after {
  content: ""; position: absolute; width: 420px; height: 420px;
  background: rgba(47,134,255,.12); filter: blur(120px); right: -100px; top: -100px;
}
.cta-section-bg { background: linear-gradient(90deg,#111827,#1a2235); }
.footer-section-bg { background: #0a0f18; border-top: 1px solid rgba(255,255,255,.06); }

/* ── PRICING SECTION & CARDS ─────────────────────────────── */
.hmk-pricing-section {
  position: relative; padding: 90px 0 100px;
  background:
    radial-gradient(circle at top, rgba(47,134,255,.14), transparent 35%),
    radial-gradient(circle at bottom, rgba(123,97,255,.10), transparent 42%),
    linear-gradient(180deg, #070d18 0%, #0b1120 55%, #090f1a 100%);
  overflow: hidden;
}
.hmk-pricing-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 48px 48px; opacity: .18; pointer-events: none;
}
.hmk-pricing-title    { font-size: clamp(2.2rem,4vw,3.6rem); letter-spacing: -0.04em; font-weight: 800; color: #fff; margin-bottom: 12px; }
.hmk-pricing-subtitle { max-width: 600px; color: rgba(229,231,235,.74); font-size: 1rem; line-height: 1.7; margin: 0 auto; }

.hmk-toggle-wrap {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px; padding: 6px !important; box-shadow: 0 14px 40px rgba(0,0,0,.24);
}
.hmk-toggle-btn {
  min-width: 132px; padding: 12px 22px; border-radius: 999px !important;
  border: 0 !important; color: rgba(255,255,255,.78); background: transparent; font-weight: 700; transition: all .28s ease;
}
.nav-item .hmk-toggle-btn:hover { color: #fff !important; }
.hmk-toggle-btn.active { background: linear-gradient(135deg,#2f86ff 0%, #5b6cff 100%); color: #fff; box-shadow: 0 12px 28px rgba(47,134,255,.28); }

.hmk-price-card {
    background: linear-gradient(160deg, #111827 0%, #06090f 100%);
    border: 1px solid rgb(73 108 239);
    border-radius: 28px;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
body.light-mode .hmk-price-card { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.hmk-popular-card.vps-popular { border: 2px solid #2f86ff !important; box-shadow: 0 10px 30px rgba(47,134,255,0.15); }
.hmk-price-card:hover { transform: translateY(-10px); border-color: rgba(47,134,255,0.3); }
@keyframes borderFlow { 0%{ background-position: 0% 50%; } 50%{ background-position: 100% 50%; } 100%{ background-position: 0% 50%; } }

.hmk-popular-card {
  transform: translateY(-6px); border-color: rgba(47,134,255,.30);
  background: radial-gradient(circle at top, rgba(47,134,255,.18), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)), rgba(10,16,30,.96);
}
.hmk-popular-card::before { animation-duration: 3.5s; }
.hmk-popular-badge {
  padding: 4px 10px; border-radius: 999px;
  background: linear-gradient(135deg,#2f86ff,#20b7e8); color: #fff;
  font-size: 0.7rem; font-weight: 800; box-shadow: 0 12px 28px rgba(47,134,255,.28); z-index: 2;
}
.hmk-card-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.hmk-icon-box {
  width: 42px; height: 42px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.hmk-icon-box i { font-size: 1rem; }
.hmk-card-purple .hmk-icon-box { background: rgba(181,109,255,.16); color: #b56dff; }
.hmk-card-blue   .hmk-icon-box { background: rgba(47,134,255,.16);  color: #2f86ff; }
.hmk-card-orange .hmk-icon-box { background: rgba(255,138,45,.16);  color: #ff8a2d; }
.hmk-plan-name  { color: #fff; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; margin: 0; line-height: 1.1; }
.hmk-plan-text  { color: rgba(255,255,255,.56); font-size: .92rem; line-height: 1.45; margin: 2px 0 0; }
.hmk-mini-tags  { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hmk-mini-tags span {
  display: inline-flex; align-items: center; min-height: 28px; padding: 6px 5px;
  border-radius: 8px; font-size: .74rem; font-weight: 700;
  color: rgba(255,255,255,.78); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.05);
}
.hmk-price-wrap  { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.hmk-price       { font-size: clamp(2.5rem,3.7vw,3.1rem); font-weight: 900; letter-spacing: -0.04em; color: #fff; line-height: 1; }
.hmk-price-small { color: rgba(255,255,255,.72); font-size: .95rem; font-weight: 600; }
.hmk-year-text   { color: rgba(255,255,255,.45); font-size: .82rem; margin-bottom: 22px; }
.hmk-divider     { width: 100%; height: 1px; background: rgba(255,255,255,.06); margin: 18px 0; }
.hmk-feature-title { color:#94a3b8; font-size: .78rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 18px; }
.hmk-feature-list { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.hmk-feature-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-size: .98rem; line-height: 1.55; margin-bottom: 14px; }
.hmk-feature-list li .purple { color: #9252FF !important; font-size: 1.02rem; flex-shrink: 0; }
.hmk-feature-list li .bluec  { color: #2B8CF9 !important; font-size: 1.02rem; flex-shrink: 0; }
.hmk-feature-list li .orange { color: #FF8328 !important; font-size: 1.02rem; flex-shrink: 0; }

.hmk-order-btn {
  min-height: 54px; border-radius: 14px; font-weight: 800; padding: 12px 24px;
  text-align: center; display: inline-flex; align-items: center; justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; color: #fff !important;
}
.hmk-btn-purple { background: linear-gradient(135deg,#b56dff,#8b4dff) !important; box-shadow: 0 14px 28px rgba(181,109,255,.24); }
.hmk-btn-blue   { background: linear-gradient(135deg,#2f86ff,#1ea9df) !important; box-shadow: 0 14px 28px rgba(47,134,255,.24); }
.hmk-btn-orange { background: linear-gradient(135deg,#ff8a2d,#ff6f1a) !important; box-shadow: 0 14px 28px rgba(255,138,45,.24); }
.hmk-order-btn:hover { transform: translateY(-2px); color: #fff !important; box-shadow: 0 18px 34px rgba(47,134,255,.32); }

@media (max-width: 991px) {
  .hmk-pricing-section { padding: 80px 0; }
  .hmk-popular-card { transform: none; }
  .hmk-toggle-btn { min-width: 112px; padding: 11px 18px; }
}
@media (max-width: 767px) {
  .hmk-price-card { padding: 28px 20px 22px; }
  .hmk-plan-name  { font-size: 1.28rem; }
  .hmk-price      { font-size: 2.45rem; }
  .hmk-feature-list li { font-size: .96rem; }
  .hmk-toggle-wrap { justify-content: center; }
  .hmk-toggle-btn  { min-width: 50%; }
}
 
    
@media (max-width: 768px) {
     .hosting-hero-title {
   
    padding-top: 50px !important;
}
  
  .hosting-hero-section  { padding: 80px 0 60px; }
  .hosting-hero-title    { font-size: 2.6rem; line-height: 1.15; text-align: center; margin-bottom: 22px; }
  .hosting-hero-description { font-size: 1rem; line-height: 1.9; text-align: center; max-width: 100%; padding: 0 12px; }
  .header-dis { padding: 0; }
}
 .hosting-hero-title {
   
    padding-top: 150px;
}
/* ── COMPARE TABLE ───────────────────────────────────────── */
.hmk-compare-section  { padding: 80px 0; }
.hmk-section-kicker   { display: inline-block; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2f86ff; margin-bottom: 12px; }
.hmk-compare-title    { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 12px; }
.hmk-compare-subtitle { color: rgba(255,255,255,.6); font-size: 1rem; }

.hmk-compare-table-wrapper { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(255,255,255,.07); }
.hmk-compare-table { width: 100%; border-collapse: collapse; }
.hmk-compare-table th, .hmk-compare-table td { padding: 18px 24px; text-align: center; }
.hmk-compare-table th { background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.07); }
.hmk-compare-table .hmk-col { background: rgba(47,134,255,.06); border-left: 1px solid rgba(47,134,255,.15); border-right: 1px solid rgba(47,134,255,.15); }
.hmk-compare-table .feature-col { text-align: left; }
.hmk-brand-badge { display: flex; align-items: center; justify-content: center; gap: 8px; }
.hmk-compare-table tbody tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.hmk-compare-table tbody tr:last-child { border-bottom: none; }
.hmk-compare-table td { font-size: 0.9rem; color: rgba(255,255,255,.8); }
.hmk-compare-table .hmk-col td, .hmk-compare-table th.hmk-col { background: rgba(47,134,255,.06); }

/* ── HOW IT WORKS STEPS ──────────────────────────────────── */
.hmk-steps-section { padding: 80px 0; }
.hmk-steps-wrapper { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.hmk-step-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; padding: 32px 24px; text-align: center; position: relative; overflow: hidden;
  transition: transform .3s ease, border-color .3s ease;
}
.hmk-step-card:hover { transform: translateY(-6px); border-color: rgba(47,134,255,.3); }
.step-number {
  position: absolute; top: 16px; right: 20px; font-size: 4rem; font-weight: 900;
  color: rgba(255,255,255,.04); line-height: 1; pointer-events: none; user-select: none;
}
.step-icon {
  width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 20px;
  background: rgba(47,134,255,.12); display: flex; align-items: center; justify-content: center;
}
.step-icon i { font-size: 1.4rem; color: #2f86ff; }
.hmk-step-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.hmk-step-card p  { font-size: 0.88rem; color: rgba(255,255,255,.55); line-height: 1.6; }

.hmk-section-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg,#2f86ff,#1ea9df); color: #fff;
  padding: 14px 28px; border-radius: 50px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: all .3s ease; box-shadow: 0 8px 24px rgba(47,134,255,.3);
}
.hmk-section-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(47,134,255,.42); }

@media (max-width: 991px) { .hmk-steps-wrapper { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px)  { .hmk-steps-wrapper { grid-template-columns: 1fr; } }

/* ── MIGRATION SECTION ───────────────────────────────────── */
.hmk-migration-section { padding: 80px 0; }
.hmk-migration-title    { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 16px; }
.hmk-migration-subtitle { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; margin-bottom: 32px; }
.hmk-section-copy       { max-width: 480px; }
.hmk-migration-steps    { display: flex; flex-direction: column; gap: 20px; }
.hmk-migration-card {
  display: flex; align-items: flex-start; gap: 20px; padding: 24px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px; transition: all .3s ease;
}
.hmk-migration-card:hover { border-color: rgba(47,134,255,.25); background: rgba(47,134,255,.04); }
.hmk-migration-icon {
  width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.hmk-icon-dark  { background: rgba(255,255,255,.06); color: rgba(255,255,255,.7); }
.hmk-icon-blue  { background: rgba(47,134,255,.15); color: #2f86ff; }
.hmk-icon-green { background: rgba(34,197,94,.15); color: #22c55e; }
.hmk-migration-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.hmk-migration-card p  { font-size: 0.88rem; color: rgba(255,255,255,.55); line-height: 1.6; margin: 0; }

/* ── FAQ SECTION (new style) ─────────────────────────────── */
.hmk-faq-section  { padding: 80px 0; }
.hmk-faq-wrap     { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.hmk-faq-title    { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 16px; }
.hmk-faq-subtitle { color: rgba(255,255,255,.6); font-size: 1rem; line-height: 1.7; margin-bottom: 32px; }
.hmk-faq-help-card {
  display: flex; align-items: flex-start; gap: 16px; padding: 20px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 16px;
}
.hmk-faq-help-icon { font-size: 1.4rem; color: #2f86ff; flex-shrink: 0; }
.hmk-faq-help-card h3 { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.hmk-faq-help-card p  { font-size: 0.85rem; color: rgba(255,255,255,.55); margin-bottom: 10px; }
.hmk-faq-help-card a  { color: #2f86ff; font-weight: 600; font-size: 0.85rem; text-decoration: none; }
.hmk-faq-item {
  padding: 20px 24px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; margin-bottom: 12px; cursor: pointer; transition: all .25s ease;
}
.hmk-faq-item:hover { border-color: rgba(47,134,255,.25); background: rgba(47,134,255,.04); }
.hmk-faq-item summary {
  font-size: 0.95rem; font-weight: 600; color: #fff;
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
}
.hmk-faq-item summary::-webkit-details-marker { display: none; }
.hmk-faq-item summary::after { content: '+'; font-size: 1.2rem; color: #2f86ff; transition: transform .2s ease; flex-shrink: 0; }
.hmk-faq-item[open] summary::after { content: '−'; }
.hmk-faq-item p { font-size: 0.88rem; color: rgba(255,255,255,.55); line-height: 1.7; margin: 14px 0 0; }

@media (max-width: 991px) { .hmk-faq-wrap { grid-template-columns: 1fr; gap: 40px; } }

/* ── PAYMENT SECTION ─────────────────────────────────────── */
.hmk-payment-section { padding: 80px 0; }
.hmk-payment-title    { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 16px; }
.hmk-payment-subtitle { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; margin-bottom: 32px; }
.hmk-payment-grid     { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.hmk-payment-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 28px 20px;
  background: linear-gradient(160deg,#111827 0%, #06090f 100%);
  border: 1px solid rgba(255,255,255,.07); border-radius: 16px;
  transition: all .3s ease; cursor: default;
}
.hmk-payment-card i    { font-size: 2rem; color: rgba(203,213,225,1); }
.hmk-payment-card span { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,.5); }
.hmk-payment-card:hover {
  border-color: rgba(47,134,255,.3); background: linear-gradient(160deg,#162032 0%, #06090f 100%);
}
.hmk-payment-card:hover i { color: #2f86ff; }
.hmk-payment-card-highlight {
  background: linear-gradient(135deg,rgba(47,134,255,.12),rgba(47,134,255,.04)) !important;
  border-color: rgba(47,134,255,.25) !important;
}
.hmk-payment-card-highlight i    { color: #2f86ff !important; }
.hmk-payment-card-highlight span { color: rgba(255,255,255,.8) !important; }
.hmk-payment-btn { margin-top: 8px; }

@media (max-width: 575px) { .hmk-payment-grid { grid-template-columns: repeat(2,1fr); } }

/* ── TESTIMONIALS ────────────────────────────────────────── */
.hmk-testimonial-section { padding: 80px 0; }
.hmk-review-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; padding: 28px; position: relative; overflow: hidden;
}
.quote-watermark {
  position: absolute; top: 16px; right: 20px; font-size: 3.5rem;
  color: rgba(47,134,255,.07); pointer-events: none; line-height: 1;
}
.hmk-stars { display: flex; gap: 4px; margin-bottom: 14px; }
.hmk-stars i { color: #f59e0b; font-size: 0.9rem; }
.hmk-review-text { font-size: 0.9rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.hmk-review-author { display: flex; align-items: center; gap: 12px; }
.hmk-avatar {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.hmk-avatar-blue   { background: linear-gradient(135deg,#2f86ff,#1ea9df); }
.hmk-avatar-orange { background: linear-gradient(135deg,#ff8a2d,#ff6f1a); }
.hmk-avatar-green  { background: linear-gradient(135deg,#22c55e,#16a34a); }
.hmk-avatar-purple { background: linear-gradient(135deg,#b56dff,#8b4dff); }
.hmk-author-name   { font-size: 0.9rem; font-weight: 700; color: #fff; margin: 0; }
.hmk-author-role   { font-size: 0.78rem; color: rgba(255,255,255,.45); }
