/* ========================================================
   BASE / BODY
======================================================== */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  background-color: #0B1120;
  color: #F8FAFC;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

body.light-mode {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}

/* ========================================================
   SALE BANNER
======================================================== */
.sale_banner {
  background: linear-gradient(90deg, #1a2540, #0f172a, #1a2540);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0;
  font-size: 0.85rem;
}

body.light-mode .sale_banner {
  background: #0f172a;
}

.sale-l { color: #94a3b8; font-weight: 600; }
.sale-i { color: #cbd5e1; font-weight: 700; font-size: 0.82rem; display: inline-flex; align-items: center; gap: 4px; }
.sale-i span { color: #2f86ff; font-size: 1rem; }

.sale-r {
  background: rgba(47,134,255,0.1);
  border: 1px dashed rgba(47,134,255,0.4);
  color: #2f86ff;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}

.container-custom { max-width: 1280px; }

/* ========================================================
   NAVBAR
======================================================== */
.navbar { background: rgba(11,17,32,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 14px 0; position: sticky; top: 0; z-index: 999; }

body.light-mode .navbar { background: rgba(255,255,255,0.95) !important; border-bottom: 1px solid rgba(0,0,0,0.08); }

.navbar-brand h2 { font-weight: 800; font-size: 1.5rem; color: #fff; margin: 0; }
.navbar-brand h2 span { color: #3b82f6; }
.navbar-brand img { height: 32px; margin-right: 8px; }

body.light-mode .navbar-brand h2 { color: #0f172a; }

#fixedR .nav-link { font-family: 'Inter', sans-serif; font-size: 16px !important; padding: 8px 16px !important; margin: 0 4px; font-weight: 600 !important; color: #cbd5e1; transition: color 0.2s; }
#fixedR .nav-link:hover, #fixedR .nav-link.active { color: #fff; }
body.light-mode #fixedR .nav-link { color: #475569; }
body.light-mode #fixedR .nav-link:hover { color: #0f172a; }

.dropdown-menu { background: #111827; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; }
body.light-mode .dropdown-menu { background: #fff; border-color: rgba(0,0,0,0.1); }
.dropdown-item { color: #cbd5e1; font-size: 15px !important; padding: 8px 16px !important; border-radius: 8px; }
.dropdown-item:hover { background: rgba(47,134,255,0.1); color: #fff; }
body.light-mode .dropdown-item { color: #475569; }
body.light-mode .dropdown-item:hover { background: #f1f5f9; color: #0f172a; }

.button .btn { background: #2f86ff; color: #fff; border: none; border-radius: 50px; font-weight: 700; padding: 10px 22px; font-size: 0.9rem; letter-spacing: 0.03em; }
.button .btn:hover { background: #1d6fd6; color: #fff; }

/* Theme Toggle */
.theme-toggle-btn { position: relative; width: 54px; height: 28px; border-radius: 999px; border: none; outline: none; cursor: pointer; flex-shrink: 0; padding: 0; background: rgba(255,255,255,0.15); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.2); transition: background 0.35s ease, box-shadow 0.35s ease; display: inline-flex; align-items: center; }
.theme-toggle-btn::before { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 5px rgba(0,0,0,0.3); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); z-index: 1; }
.theme-toggle-btn .icon-dark, .theme-toggle-btn .icon-light { position: absolute; top: 50%; transform: translateY(-50%); font-size: 10px; line-height: 1; transition: opacity 0.2s ease; z-index: 0; pointer-events: none; }
.theme-toggle-btn .icon-dark { right: 6px; color: rgba(255,255,255,0.75); opacity: 1; }
.theme-toggle-btn .icon-light { left: 6px; color: #f59e0b; opacity: 0; }
body.light-mode .theme-toggle-btn { background: #2f86ff; box-shadow: inset 0 0 0 1.5px rgba(47,134,255,0.5), 0 3px 10px rgba(47,134,255,0.3); }
body.light-mode .theme-toggle-btn::before { transform: translateX(26px); }
body.light-mode .theme-toggle-btn .icon-dark { opacity: 0; }
body.light-mode .theme-toggle-btn .icon-light { opacity: 1; }

.navbar-toggler { padding: 4px 8px !important; border-color: rgba(255,255,255,0.2) !important; }
body.light-mode .navbar-toggler { border-color: rgba(0,0,0,0.2) !important; }
body.light-mode .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230f172a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }

@media (max-width: 991px) {
  .offcanvas { background: #0B1120 !important; }
  .offcanvas-header { padding: 1.5rem; border-bottom: none; }
  .offcanvas-body { padding: 0 1.5rem 2rem; }
  .offcanvas .nav-link { font-size: 1.05rem; font-weight: 600; padding: 0.65rem 1rem; border-radius: 8px; color: #F8FAFC; }
  .offcanvas .nav-link.active { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
  .offcanvas .dropdown-item { color: #CBD5E1 !important; }
  .offcanvas .button { display: flex !important; flex-direction: column !important; gap: 16px !important; margin-top: 16px !important; }
  .offcanvas .button .dropdown-toggle { display: flex; align-items: center; justify-content: center; width: 100%; background-color: #1976D2 !important; color: #fff !important; padding: 0.75rem 1rem; border-radius: 50px !important; font-weight: 700; font-size: 0.95rem; border: none; }
  .offcanvas .dropdown-menu { background: transparent !important; box-shadow: none !important; padding-left: 1rem; }
  body.light-mode .offcanvas { background-color: #ffffff !important; }
  body.light-mode .offcanvas .nav-link { color: #334155; }
  body.light-mode .offcanvas .nav-link.active { background: #e2e8f0 !important; color: #0f172a !important; }
  body.light-mode .offcanvas .dropdown-item { color: #475569 !important; }
  .sale_banner { display: none; }
}

/* ========================================================
   HERO — VPS
======================================================== */
.vps-hero-wrapper {
  position: relative;
  padding: 140px 0 0;
  background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(47,134,255,0.12), transparent), #06090f;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .vps-hero-wrapper {
  background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(47,134,255,0.08), transparent), #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.vps-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(47,134,255,0.1);
  color: #2f86ff;
  border: 1px solid rgba(47,134,255,0.25);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.vps-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.25rem;
}

body.light-mode .vps-hero-title { color: #0f172a; }

.vps-hero-title .grad {
  background: linear-gradient(135deg, #2f86ff, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vps-hero-sub {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

body.light-mode .vps-hero-sub { color: #475569; }

.vps-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }

.vps-btn-primary {
  background: linear-gradient(135deg, #2f86ff, #1d6fd6);
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 8px 24px rgba(47,134,255,0.35);
}

.vps-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(47,134,255,0.5); color: #fff; }

.vps-btn-secondary {
  background: rgba(255,255,255,0.05);
  color: #cbd5e1;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
}

.vps-btn-secondary:hover { background: rgba(255,255,255,0.1); color: #fff; }
body.light-mode .vps-btn-secondary { color: #475569; border-color: rgba(0,0,0,0.1); background: rgba(0,0,0,0.03); }
body.light-mode .vps-btn-secondary:hover { background: rgba(0,0,0,0.06); color: #0f172a; }

/* ========================================================
   VPS MOCKUP — Terminal + Stats
======================================================== */
.vps-mockup {
  max-width: 900px;
  margin: 0 auto;
  background: #0d1526;
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  box-shadow: 0 -10px 60px rgba(47,134,255,0.08), 0 30px 60px rgba(0,0,0,0.5);
  overflow: hidden;
  transform: perspective(1200px) rotateX(3deg);
  transition: transform 0.5s ease;
}

body.light-mode .vps-mockup { background: #f8fafc; border-color: rgba(0,0,0,0.1); }

.vps-mockup:hover { transform: perspective(1200px) rotateX(0deg) translateY(-6px); }

.vps-mockup-bar {
  background: #1e293b;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .vps-mockup-bar { background: #e2e8f0; }

.vps-dots { display: flex; gap: 6px; }
.vps-dot { width: 12px; height: 12px; border-radius: 50%; }
.vps-dot.r { background: #ff5f56; }
.vps-dot.y { background: #ffbd2e; }
.vps-dot.g { background: #27c93f; }

.vps-url-bar {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.8rem;
  color: #64748b;
  font-family: 'Courier New', monospace;
  text-align: center;
  letter-spacing: 0.02em;
}

body.light-mode .vps-url-bar { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.1); color: #64748b; }

.vps-mockup-body {
  display: grid;
  grid-template-columns: 1fr 260px;
  min-height: 300px;
}

/* Terminal pane */
.vps-terminal {
  background: #0a0f1e;
  padding: 20px 24px;
  font-family: 'Courier New', monospace;
  font-size: 0.82rem;
  border-right: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .vps-terminal { background: #0f172a; }

.t-prompt { color: #22c55e; font-weight: 700; }
.t-sep { color: #64748b; }
.t-path { color: #60a5fa; }
.t-hash { color: #94a3b8; }
.t-cmd { color: #e2e8f0; }
.t-blink { animation: blink 1s step-end infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }

.vps-resource-bars {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vps-res-row { display: flex; align-items: center; gap: 10px; }
.vps-res-label { color: #60a5fa; font-weight: 700; width: 38px; font-size: 0.78rem; }
.vps-res-track { flex: 1; height: 8px; background: rgba(255,255,255,0.07); border-radius: 4px; overflow: hidden; }
.vps-res-fill { height: 100%; border-radius: 4px; transition: width 1s ease; }
.vps-res-fill.cpu { background: linear-gradient(90deg, #2f86ff, #60a5fa); }
.vps-res-fill.mem { background: linear-gradient(90deg, #a855f7, #c084fc); }
.vps-res-fill.disk { background: linear-gradient(90deg, #f59e0b, #fbbf24); }
.vps-res-fill.net { background: linear-gradient(90deg, #22c55e, #4ade80); }
.vps-res-val { color: #94a3b8; font-size: 0.75rem; width: 80px; text-align: right; }

.vps-proc-table { margin-top: 16px; }
.vps-proc-header { display: grid; grid-template-columns: 50px 60px 50px 50px 1fr; gap: 8px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: #64748b; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.vps-proc-row { display: grid; grid-template-columns: 50px 60px 50px 50px 1fr; gap: 8px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.03); color: #94a3b8; font-size: 0.78rem; }
.vps-proc-row:hover { color: #e2e8f0; }
.vps-proc-row span:last-child { color: #60a5fa; }

/* Info panel */
.vps-info-panel {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #111827;
}

body.light-mode .vps-info-panel { background: #fff; }

.vps-info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 12px 14px;
}

body.light-mode .vps-info-card { background: #f8fafc; border-color: rgba(0,0,0,0.08); }

.vps-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(47,134,255,0.12);
  color: #2f86ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.vps-info-icon.mem-c { background: rgba(168,85,247,0.12); color: #a855f7; }
.vps-info-icon.disk-c { background: rgba(245,158,11,0.12); color: #f59e0b; }
.vps-info-icon.net-c { background: rgba(34,197,94,0.12); color: #22c55e; }

.vps-info-val { font-size: 0.9rem; font-weight: 700; color: #fff; line-height: 1.2; }
body.light-mode .vps-info-val { color: #0f172a; }
.vps-info-label { font-size: 0.72rem; color: #64748b; }

/* Perf strip */
.vps-perf-strip {
  background: #07090f;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

body.light-mode .vps-perf-strip { background: #e8f0fe; border-top-color: rgba(0,0,0,0.06); }

.vps-perf-item { display: flex; align-items: center; gap: 8px; }
.vps-perf-item .vps-perf-dot { width: 8px; height: 8px; border-radius: 50%; background: #2f86ff; box-shadow: 0 0 8px #2f86ff; }
.vps-perf-item span { font-size: 0.75rem; color: #94a3b8; font-weight: 600; }
body.light-mode .vps-perf-item span { color: #475569; }
.vps-perf-item strong { color: #60a5fa; font-size: 0.8rem; }

@media (max-width: 768px) {
  .vps-mockup-body { grid-template-columns: 1fr; }
  .vps-info-panel { display: none; }
}

/* ========================================================
   FEATURES BAR
======================================================== */
.vps-features-bar {
  background: #06090f;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 40px 0;
}

body.light-mode .vps-features-bar { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

.vps-feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) { .vps-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .vps-feat-grid { grid-template-columns: 1fr; } }

.vps-feat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: all 0.3s;
}

body.light-mode .vps-feat-item { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 4px 12px rgba(0,0,0,0.02); }

.vps-feat-item:hover { border-color: #2f86ff; transform: translateY(-3px); }

.vps-feat-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(47,134,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #2f86ff;
}

.vps-feat-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: #f1f5f9; margin-bottom: 2px; }
body.light-mode .vps-feat-text strong { color: #0f172a; }
.vps-feat-text span { font-size: 0.78rem; color: #64748b; }

/* ========================================================
   ZIGZAG SECTION
======================================================== */
.zigzag-section {
  padding: 100px 0;
  background: #06090f;
  border-top: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .zigzag-section { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

.zz-row { display: flex; align-items: center; gap: 60px; margin-bottom: 100px; }
.zz-row:last-child { margin-bottom: 0; }
.zz-content { flex: 1; }
.zz-visual { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

@media (max-width: 991px) {
  .zz-row { flex-direction: column; gap: 40px; margin-bottom: 80px; text-align: center; }
  .zz-row.reverse { flex-direction: column-reverse; }
}

.zz-kicker { color: #2f86ff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; display: block; margin-bottom: 10px; }
.zz-title { color: #fff; font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
body.light-mode .zz-title { color: #0f172a; }
.zz-desc { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; margin-bottom: 30px; }
body.light-mode .zz-desc { color: #475569; }

.zz-feature-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px; text-align: left; transition: all 0.3s; }
body.light-mode .zz-feature-box { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 5px 20px rgba(0,0,0,0.02); }
.zz-feature-box:hover { border-color: #2f86ff; transform: translateY(-5px); }

.zz-icon { width: 45px; height: 45px; background: rgba(47,134,255,0.1); color: #2f86ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 15px; }
.zz-icon.vps-icon { background: rgba(47,134,255,0.1); color: #2f86ff; }

.zz-feature-box h4 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
body.light-mode .zz-feature-box h4 { color: #0f172a; }
.zz-feature-box p { color: #64748b; font-size: 0.9rem; line-height: 1.5; margin: 0; }
body.light-mode .zz-feature-box p { color: #475569; }

.hmk-order-btn { display: inline-block; text-align: center; padding: 12px 24px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }

.hmk-btn-blue {
  background: rgba(47,134,255,0.12) !important;
  color: #2f86ff !important;
  border: 1px solid rgba(47,134,255,0.3) !important;
}

.hmk-btn-blue:hover { background: #2f86ff !important; color: #fff !important; }

/* ========================================================
   PERFORMANCE BANNER
======================================================== */
.vps-perf-section {
  background: linear-gradient(135deg, #0a1628, #0c1a38);
  border-top: 1px solid rgba(47,134,255,0.15);
  border-bottom: 1px solid rgba(47,134,255,0.15);
  padding: 60px 0;
}

body.light-mode .vps-perf-section { background: linear-gradient(135deg, #eff6ff, #f0f7ff); border-color: rgba(47,134,255,0.2); }

.vps-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
@media (max-width: 768px) { .vps-stat-grid { grid-template-columns: repeat(2, 1fr); } }

.vps-stat-num { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: #2f86ff; line-height: 1; margin-bottom: 6px; }
.vps-stat-label { font-size: 0.9rem; color: #94a3b8; font-weight: 600; }
body.light-mode .vps-stat-label { color: #475569; }
body.light-mode .vps-stat-num { color: #1d6fd6; }

/* ========================================================
   PRICING SECTION
======================================================== */
.hmk-pricing-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .hmk-pricing-section { background: #f1f5f9; border-color: rgba(0,0,0,0.05); }

.hmk-pricing-title { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }
body.light-mode .hmk-pricing-title { color: #0f172a; }
.hmk-pricing-subtitle { color: #94a3b8; font-size: 1.05rem; }
body.light-mode .hmk-pricing-subtitle { color: #475569; }

.hmk-toggle-wrap { background: #111827; border: 1px solid rgba(255,255,255,0.08); border-radius: 50px; display: inline-flex; padding: 5px !important; }
body.light-mode .hmk-toggle-wrap { background: #e2e8f0; border-color: rgba(0,0,0,0.08); }

.hmk-toggle-btn { border-radius: 40px !important; padding: 10px 24px !important; font-weight: 600; color: #94a3b8 !important; transition: all 0.3s ease; }
body.light-mode .hmk-toggle-btn { color: #475569 !important; }
.hmk-toggle-btn.active { background: #2f86ff !important; color: #ffffff !important; box-shadow: 0 4px 12px rgba(47,134,255,0.3); }

.hmk-price-card { background: linear-gradient(160deg, #111827 0%, #06090f 100%); border: 1px solid rgba(255,255,255,0.05); border-radius: 24px; 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); }

.hmk-card-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.hmk-icon-box { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); }
body.light-mode .hmk-icon-box { background: #f8fafc; border-color: rgba(0,0,0,0.08); }

.hmk-popular-badge.vps-badge-popular { background: linear-gradient(135deg, #2f86ff, #60a5fa); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; height: fit-content; align-self: center; }

.hmk-plan-name { color: #fff; font-size: 1.5rem; font-weight: 700; margin-bottom: 0; }
body.light-mode .hmk-plan-name { color: #0f172a; }
.hmk-plan-text { color: #94a3b8; font-size: 0.9rem; margin: 0; }
body.light-mode .hmk-plan-text { color: #475569; }

.hmk-mini-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }
.hmk-mini-tags span { font-size: 0.75rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; background: rgba(255,255,255,0.05); color: #cbd5e1; }
body.light-mode .hmk-mini-tags span { background: #f1f5f9; color: #475569; }

.tag-blue { background: rgba(47,134,255,0.1) !important; color: #2f86ff !important; border: 1px solid rgba(47,134,255,0.3) !important; }
.tag-orange { background: rgba(255,111,26,0.1) !important; color: #ff8a2d !important; border: 1px solid rgba(255,111,26,0.3) !important; }
.tag-purple { background: rgba(168,85,247,0.1) !important; color: #c084fc !important; border: 1px solid rgba(168,85,247,0.3) !important; }

.hmk-price-wrap { margin-bottom: 0.5rem; }
.hmk-price { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: #fff; }
body.light-mode .hmk-price { color: #0f172a; }
.hmk-price-small { color: #94a3b8; font-weight: 600; }
body.light-mode .hmk-price-small { color: #64748b; }
.hmk-year-text { color: #64748b; font-size: 0.85rem; margin-bottom: 1.5rem; }

.hmk-divider { height: 1px; background: rgba(255,255,255,0.05); margin-bottom: 1.5rem; }
body.light-mode .hmk-divider { background: rgba(0,0,0,0.08); }

.hmk-feature-title { color: #94a3b8; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 1rem; }
.hmk-feature-list { list-style: none; padding: 0; margin: 0 0 2rem 0; flex-grow: 1; }
.hmk-feature-list li { margin-bottom: 0.8rem; font-size: 0.95rem; color: #cbd5e1; display: flex; align-items: center; gap: 10px; }
body.light-mode .hmk-feature-list li { color: #334155; }

.bluec { color: #2f86ff; }
.orange { color: #ff8a2d; }

.hmk-order-btn-full { display: block; text-align: center; padding: 14px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }

.hmk-order-btn-full.go-blue { background: rgba(47,134,255,0.1) !important; color: #2f86ff !important; border: 1px solid rgba(47,134,255,0.3) !important; }
.hmk-order-btn-full.go-blue:hover { background: #2f86ff !important; color: #fff !important; }
.hmk-order-btn-full.go-blue-solid { background: #2f86ff !important; color: #fff !important; }
.hmk-order-btn-full.go-blue-solid:hover { background: #1d6fd6 !important; }
.hmk-order-btn-full.go-orange { background: rgba(255,111,26,0.1) !important; color: #ff8a2d !important; border: 1px solid rgba(255,111,26,0.3) !important; }
.hmk-order-btn-full.go-orange:hover { background: #ff6f1a !important; color: #fff !important; }
.hmk-order-btn-full.go-purple { background: rgba(168,85,247,0.1) !important; color: #c084fc !important; border: 1px solid rgba(168,85,247,0.3) !important; }
.hmk-order-btn-full.go-purple:hover { background: #a855f7 !important; color: #fff !important; }

.hmk-section-kicker { display: inline-block; color: #2f86ff; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; background: rgba(47,134,255,0.1); padding: 6px 14px; border-radius: 50px; border: 1px solid rgba(47,134,255,0.2); }

/* ========================================================
   FAQ SECTION
======================================================== */
.hmk-faq-section { padding: 100px 0; background: #06090f; border-top: 1px solid rgba(255,255,255,0.05); }
body.light-mode .hmk-faq-section { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

.hmk-faq-wrap { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: flex-start; }
@media (max-width: 991px) { .hmk-faq-wrap { grid-template-columns: 1fr; } }

.hmk-faq-title { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
body.light-mode .hmk-faq-title { color: #0f172a; }
.hmk-faq-subtitle { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; }
body.light-mode .hmk-faq-subtitle { color: #475569; }

.hmk-faq-list { display: flex; flex-direction: column; gap: 1rem; }
.hmk-faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.5rem; cursor: pointer; transition: all 0.3s; }
body.light-mode .hmk-faq-item { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.hmk-faq-item:hover { border-color: #2f86ff; }

.hmk-faq-item summary { font-size: 1.1rem; font-weight: 600; color: #fff; outline: none; list-style: none; position: relative; padding-right: 2rem; }
body.light-mode .hmk-faq-item summary { color: #0f172a; }
.hmk-faq-item summary::-webkit-details-marker { display: none; }
.hmk-faq-item summary::after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #2f86ff; font-size: 1rem; transition: 0.3s; }
.hmk-faq-item[open] summary::after { content: '\f068'; transform: translateY(-50%) rotate(180deg); }
.hmk-faq-item p { margin-top: 1rem; color: #94a3b8; line-height: 1.7; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.05); }
body.light-mode .hmk-faq-item p { color: #475569; border-color: rgba(0,0,0,0.05); }

/* ========================================================
   FOOTER
======================================================== */
.footer-wrap { background: #030712; position: relative; padding-top: 5rem; overflow: hidden; }
.footer-horizon { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(47,134,255,0.6), rgba(96,165,250,0.6), transparent); box-shadow: 0 0 30px 2px rgba(47,134,255,0.3); }
.footer_links h4 { color: #f8fafc; font-size: 1.05rem; font-weight: 700; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.1em; }
.footer_links ul { list-style: none; padding: 0; margin: 0; }
.footer_links ul li { margin-bottom: 1rem; }
.footer_links ul li a { color: #64748b; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; display: inline-flex; align-items: center; }
.footer_links ul li a:hover { color: #e2e8f0; transform: translateX(4px); }
.footer_about p { color: #64748b; font-size: 0.95rem; line-height: 1.7; margin-top: 1.5rem; }
.footer-status { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,208,126,0.1); border: 1px solid rgba(34,208,126,0.2); padding: 8px 16px; border-radius: 50px; color: #22d07e; font-size: 0.85rem; font-weight: 600; margin-top: 1.5rem; }
.footer-status .pulse { width: 8px; height: 8px; border-radius: 50%; background: #22d07e; box-shadow: 0 0 10px #22d07e; animation: statusPulse 2s infinite; }
@keyframes statusPulse { 0% { transform: scale(0.95); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } 100% { transform: scale(0.95); opacity: 1; } }
.footer_bottom { border-top: 1px solid rgba(255,255,255,0.05); margin-top: 4rem; padding: 2rem 0; background: rgba(0,0,0,0.2); }
.footer_bottom p { color: #475569; font-size: 0.9rem; font-weight: 500; }

@media (max-width: 768px) {
  .footer-wrap .footer_links, .footer-wrap .footer_links .row, .footer-wrap .footer_links .row > div,
  .footer-wrap .col-lg-8, .footer-wrap .col-md-4, .footer-wrap .col-sm-6,
  .footer-wrap .col-lg-4, .footer-wrap .col-md-12 { text-align: center !important; padding-left: 0 !important; padding-right: 0 !important; }
  .footer-wrap .row { margin-left: 0 !important; margin-right: 0 !important; }
  .footer-wrap .footer_links ul { padding: 0 !important; text-align: center !important; }
  .footer-wrap .footer_links ul li { display: block !important; text-align: center !important; }
  .footer-wrap .footer_links ul li a { display: block !important; text-align: center !important; }
  .footer-wrap .footer_links ul li a:hover { transform: none !important; }
  .footer-wrap .footer_about { text-align: center !important; }
  .footer-wrap .footer_about .d-flex { justify-content: center !important; }
  .footer-wrap .footer_about p { margin: 1rem auto 0 !important; max-width: 320px; text-align: center !important; }
  .footer-wrap .footer-status { margin: 1.2rem auto 0 !important; }
  .footer-wrap .footer_bottom .row { text-align: center !important; gap: 1rem; }
}