/* HNT VPN Landing Page - Dark Theme */
body.page-template-default.home {
  background: #1a1a2e !important;
  color: #e0e0e0;
}
body.page-template-default.home .wp-site-blocks > header,
body.page-template-default.home .wp-block-template-part {
  background: #1a1a2e !important;
}
body.page-template-default.home a { color: #e94560; }

/* Hero */
.hnt-hero {
  text-align: center;
  padding: 80px 20px 60px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.hnt-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}
.hnt-subtitle {
  font-size: 1.25rem;
  color: #b0b0c0;
  margin: 0 0 8px;
}
.hnt-subtitle-jp {
  font-size: 1rem;
  color: #8080a0;
  margin: 0 0 30px;
}

/* Buttons */
.hnt-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s;
  background: #2a2a4a;
  color: #fff !important;
  border: 1px solid #4a4a8a;
}
.hnt-btn:hover { background: #3a3a5a; transform: translateY(-1px); }
.hnt-btn-primary {
  background: #e94560 !important;
  border-color: #e94560;
}
.hnt-btn-primary:hover { background: #d63050 !important; }
.hnt-btn-lg { padding: 18px 48px; font-size: 1.2rem; }

/* Features */
.hnt-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 60px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.hnt-feature {
  text-align: center;
  padding: 30px 20px;
  background: #16213e;
  border-radius: 12px;
  border: 1px solid #2a2a4a;
}
.hnt-feature-icon { font-size: 2.5rem; margin-bottom: 15px; }
.hnt-feature h3 { color: #fff; font-size: 1.3rem; margin: 0 0 10px; }
.hnt-feature p { color: #a0a0b0; margin: 0; line-height: 1.6; }

/* Pricing */
.hnt-pricing {
  text-align: center;
  padding: 60px 20px;
  background: #0f0f23;
}
.hnt-pricing h2 { color: #fff; font-size: 2.2rem; margin: 0 0 10px; }
.hnt-pricing-sub { color: #8080a0; margin: 0 0 40px; }
.hnt-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}
.hnt-plan {
  background: #1a1a2e;
  border: 1px solid #2a2a4a;
  border-radius: 12px;
  padding: 30px 24px;
  position: relative;
}
.hnt-plan-featured {
  border-color: #e94560;
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(233,69,96,0.2);
}
.hnt-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #e94560;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hnt-plan h3 { color: #fff; font-size: 1.3rem; margin: 0 0 15px; }
.hnt-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 5px;
}
.hnt-price span { font-size: 0.9rem; font-weight: 400; color: #8080a0; }
.hnt-save {
  color: #4ecdc4;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 15px;
}
.hnt-plan ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}
.hnt-plan li {
  padding: 8px 0;
  color: #b0b0c0;
  border-bottom: 1px solid #2a2a4a;
}
.hnt-plan li::before {
  content: "\2713 ";
  color: #4ecdc4;
  font-weight: bold;
  margin-right: 8px;
}
.hnt-plan .hnt-btn { width: 100%; text-align: center; box-sizing: border-box; }

/* CTA Section */
.hnt-cta-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
}
.hnt-cta-section h2 { color: #fff; font-size: 2rem; margin: 0 0 15px; }
.hnt-cta-section p { color: #a0a0b0; margin: 0 0 30px; font-size: 1.1rem; }

/* Footer Links */
.hnt-footer-links {
  text-align: center;
  padding: 30px 20px;
  background: #0f0f23;
}
.hnt-footer-links a { color: #6060a0; text-decoration: none; font-size: 0.9rem; }
.hnt-footer-links a:hover { color: #e94560; }

/* Responsive */
@media (max-width: 768px) {
  .hnt-hero h1 { font-size: 2rem; }
  .hnt-hero { padding: 50px 15px 40px; }
  .hnt-plan-featured { transform: scale(1); }
  .hnt-features, .hnt-plans { grid-template-columns: 1fr; }
  .hnt-pricing, .hnt-features { padding: 40px 15px; }
}
