/* ============================================================
   ADocS VPN — Commercial SaaS Marketing Website
   Cybersecurity Aesthetics: Dark Navy / Obsidian / Neon Cyan
   ============================================================ */

:root {
  --bg-dark: #050811;
  --bg-card: rgba(15, 23, 42, 0.7);
  --bg-card-hover: rgba(30, 41, 59, 0.85);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(0, 242, 254, 0.35);

  --accent-cyan: #00f2fe;
  --accent-blue: #4facfe;
  --accent-purple: #9d4edd;
  --status-green: #10b981;

  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-subtle: #64748b;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(0, 242, 254, 0.12), transparent 45%),
    radial-gradient(circle at 10% 40%, rgba(79, 172, 254, 0.05), transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.05), transparent 35%);
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 8, 17, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  height: 72px;
  display: flex;
  align-items: center;
}

.nav-content, .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
  gap: 16px;
}

.brand-link, .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo, .logo-img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.brand-text, .logo-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #fff, #00f2fe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.logo-text span {
  color: var(--accent-cyan);
  -webkit-text-fill-color: var(--accent-cyan);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  flex-shrink: 1;
  flex-wrap: nowrap;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--accent-cyan);
}

.nav-ctas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.btn-ghost {
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  transition: all 0.2s;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
  color: #050811;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.45);
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid rgba(0, 242, 254, 0.4);
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s;
}

.btn-outline:hover {
  background: rgba(0, 242, 254, 0.1);
  border-color: var(--accent-cyan);
}

/* Hero Section */
.hero {
  padding: 80px 0 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 242, 254, 0.1);
  border: 1px solid rgba(0, 242, 254, 0.3);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-cyan);
  margin-bottom: 24px;
}

.hero-headline {
  font-size: 52px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(135deg, #00f2fe, #4facfe 50%, #9d4edd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 34px;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-features-list {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: var(--text-muted);
}

.hero-features-list span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hero Interactive VPN Widget */
.hero-widget {
  background: var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.8), 0 0 50px rgba(0, 242, 254, 0.15);
  backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget-status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}

.widget-connect-btn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1e293b, #0f172a);
  border: 3px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}

.widget-connect-btn:hover {
  transform: scale(1.05);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 35px rgba(0, 242, 254, 0.4);
}

.widget-connect-btn.connected {
  border-color: var(--status-green);
  box-shadow: 0 0 35px rgba(16, 185, 129, 0.4);
}

.widget-connect-btn svg {
  width: 36px;
  height: 36px;
  stroke: var(--text-muted);
  stroke-width: 2.2;
  fill: none;
}

.widget-connect-btn.connected svg {
  stroke: var(--status-green);
}

.widget-connect-btn span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}

.widget-connect-btn.connected span {
  color: var(--status-green);
}

.widget-info-box {
  width: 100%;
  background: rgba(11, 17, 32, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.widget-info-label {
  font-size: 11px;
  color: var(--text-subtle);
  font-weight: 600;
  text-transform: uppercase;
}

.widget-info-val {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}

.widget-proto-bar {
  display: flex;
  width: 100%;
  background: rgba(11, 17, 32, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 4px;
}

.widget-proto-tab {
  flex: 1;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.widget-proto-tab.active {
  background: rgba(0, 242, 254, 0.15);
  color: var(--accent-cyan);
}

/* Sections Common */
.section {
  padding: 100px 0;
}

.section-title-wrap {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.section-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-cyan);
  background: rgba(0, 242, 254, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 16px;
  color: var(--text-muted);
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-glow);
  transform: translateY(-4px);
}

.feature-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 242, 254, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Server Network Grid */
.servers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.server-node-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}

.server-node-card:hover {
  border-color: var(--accent-cyan);
  background: var(--bg-card-hover);
}

.node-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.node-flag {
  font-size: 28px;
}

.node-name {
  font-size: 15px;
  font-weight: 700;
}

.node-city {
  font-size: 12px;
  color: var(--text-muted);
}

.node-ping {
  font-size: 12px;
  font-weight: 700;
  color: var(--status-green);
  background: rgba(16, 185, 129, 0.12);
  padding: 4px 10px;
  border-radius: 8px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}

.pricing-card.featured {
  border-color: var(--accent-cyan);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(11, 17, 32, 0.9));
  box-shadow: 0 0 40px rgba(0, 242, 254, 0.18);
  transform: scale(1.03);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
  color: #050811;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 16px;
  border-radius: 20px;
}

.plan-name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.plan-desc {
  font-size: 13px;
  color: var(--text-muted);
  min-height: 40px;
}

.plan-price-wrap {
  margin: 24px 0 28px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.plan-price {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1px;
}

.plan-period {
  font-size: 14px;
  color: var(--text-muted);
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  flex: 1;
}

.plan-features li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
}

.plan-features li.included {
  color: var(--text-main);
}

.plan-features li span.icon {
  color: var(--accent-cyan);
  font-weight: 800;
}

/* Download Section */
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.download-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  text-decoration: none;
  color: var(--text-main);
  transition: all 0.25s;
}

.download-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--accent-cyan);
  transform: translateY(-4px);
}

.download-icon {
  font-size: 38px;
  margin-bottom: 14px;
}

.download-platform {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.download-version {
  font-size: 12px;
  color: var(--text-muted);
}

/* Footer */
.footer {
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0 40px;
  background: #03050a;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 320px;
  margin-top: 12px;
}

.footer-links-group h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-main);
}

.footer-links-group ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-group a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-links-group a:hover {
  color: var(--accent-cyan);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-subtle);
}

/* ============================================================
   USER SESSION PILL & LOGOUT BUTTON (NAVBAR)
   ============================================================ */
.user-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 242, 254, 0.1);
  border: 1px solid rgba(0, 242, 254, 0.3);
  color: #00f2fe;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.user-pill:hover {
  background: rgba(0, 242, 254, 0.2);
  transform: translateY(-1px);
}

.btn-logout {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5 !important;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-logout:hover {
  background: rgba(239, 68, 68, 0.25);
  color: #ffffff !important;
  border-color: #ef4444;
}

/* ============================================================
   AUTHENTICATED USER DASHBOARD & PROFILE MANAGEMENT
   ============================================================ */
.dash-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 20px 80px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 16px;
}

.user-welcome h1 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.user-welcome p {
  font-size: 14px;
  color: var(--text-muted);
}

.badge-status {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.badge-active {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
}

.badge-inactive {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #f87171;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}

.stat-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s;
}
.stat-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-glow);
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--accent-cyan), var(--accent-blue));
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--text-subtle);
  margin-bottom: 8px;
}

.stat-val {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.stat-sub {
  font-size: 12px;
  color: var(--text-muted);
}

.profile-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.profile-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.profile-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 242, 254, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--accent-cyan);
}

.profile-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.profile-card-desc {
  font-size: 12px;
  color: var(--text-muted);
}

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(5, 8, 17, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s;
  box-sizing: border-box;
}
.form-input:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 16px rgba(0, 242, 254, 0.25);
  background: rgba(5, 8, 17, 0.95);
}

.form-btn-submit {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
  color: #050811;
  border: none;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}
.form-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.4);
}

.cli-box {
  background: #020617;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 22px 26px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #38bdf8;
  line-height: 1.7;
  margin-bottom: 40px;
  overflow-x: auto;
}

/* ============================================================
   RESPONSIVE ADAPTATIONS (MOBILE & TABLET)
   ============================================================ */

/* Mobile Hamburger Menu */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
}
.mobile-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #94a3b8;
  border-radius: 2px;
  transition: all 0.3s;
}
.mobile-menu-btn:hover span {
  background: #00f2fe;
}

/* ============================================================
   COMPREHENSIVE RESPONSIVE DESIGN — Mobile-First Best Experience
   ============================================================ */

/* === TABLET (max-width: 1200px) === */
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .hero {
    gap: 40px;
  }
  .hero-headline {
    font-size: 44px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .servers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === TABLET PORTRAIT (max-width: 992px) === */
@media (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 40px;
    gap: 36px;
  }
  .hero-left {
    max-width: 100%;
  }
  .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-features-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-widget {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .hero-headline {
    font-size: 38px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-title {
    font-size: 28px;
  }
  .section-desc {
    font-size: 14px;
  }
  .footer-content {
    flex-wrap: wrap;
    gap: 32px;
  }
  .profile-section-grid {
    grid-template-columns: 1fr;
  }
  .nav-content > .nav-links {
    gap: 14px;
  }
  .nav-links a {
    font-size: 12px;
  }
}

/* === MOBILE (max-width: 768px) === */
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }
  .nav-content > .nav-links {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 8, 17, 0.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px;
    gap: 0;
    z-index: 150;
    overflow-y: auto;
  }
  .nav-content > .nav-links.nav-open {
    display: flex;
  }
  .nav-content > .nav-links li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .nav-content > .nav-links a {
    display: block;
    padding: 16px 20px;
    font-size: 16px !important;
    color: #e2e8f0 !important;
    font-weight: 600;
  }
  .nav-content > .nav-links a:hover {
    background: rgba(0, 242, 254, 0.08);
    color: #00f2fe !important;
  }
  .navbar {
    height: 60px;
  }
  .container {
    padding: 0 16px;
  }
  .hero {
    padding: 32px 0 40px;
    gap: 28px;
  }
  .hero-headline {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .hero-pill {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-features-list {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .hero-widget {
    max-width: 100%;
    padding: 22px 18px;
    border-radius: 20px;
  }
  .widget-connect-btn {
    width: 100px;
    height: 100px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 24px 20px;
  }
  .servers-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .server-node-card {
    padding: 16px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  .pricing-card {
    padding: 28px 22px;
  }
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .download-card {
    padding: 20px 14px;
  }
  .section {
    padding: 48px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .section-badge {
    font-size: 11px;
  }
  .footer-content {
    flex-direction: column;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .dash-container {
    padding: 20px 14px 60px;
  }
  .dash-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .dash-header h1 {
    font-size: 22px;
  }
}

/* === SMALL MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
  .hero-headline {
    font-size: 26px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .section-title {
    font-size: 22px;
  }
  .pricing-card {
    padding: 22px 16px;
  }
  .downloads-grid {
    grid-template-columns: 1fr;
  }
  .download-card {
    padding: 18px;
  }
  .hero-widget {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .brand-text, .logo-text {
    font-size: 16px;
  }
  .brand-logo, .logo-img {
    width: 28px;
    height: 28px;
  }
  .user-pill {
    font-size: 11px;
    padding: 4px 10px;
  }
  .btn-logout {
    font-size: 11px;
    padding: 4px 10px;
  }
  .footer-brand p {
    max-width: 100%;
  }
}

/* ============================================================
   Fingerprint Shield Pro — 25 Shields Showcase Highlight Section
   ============================================================ */
.fingerprint-highlight-section {
  padding: 40px 0 60px;
  position: relative;
}

.fp-highlight-container {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(8, 13, 26, 0.95) 100%);
  border: 1px solid rgba(0, 242, 254, 0.35);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 242, 254, 0.12);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.fp-glow-orb {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.fp-glow-top {
  top: -80px;
  right: -50px;
  background: radial-gradient(circle, rgba(0, 242, 254, 0.18), transparent 70%);
}
.fp-glow-bottom {
  bottom: -80px;
  left: -50px;
  background: radial-gradient(circle, rgba(79, 172, 254, 0.15), transparent 70%);
}

.fp-highlight-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fp-badge-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 999px;
  margin-bottom: 20px;
}

.fp-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00f2fe;
  box-shadow: 0 0 10px #00f2fe;
  animation: fpPulse 2s infinite;
}

@keyframes fpPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 242, 254, 0.7); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(0, 242, 254, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 242, 254, 0); }
}

.fp-badge-text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #00f2fe;
}

.fp-highlight-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.fp-highlight-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.fp-highlight-desc strong {
  color: #fff;
}

.fp-metric-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.fp-metric-pill {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  transition: all 0.2s ease;
}
.fp-metric-pill:hover {
  background: rgba(0, 242, 254, 0.06);
  border-color: rgba(0, 242, 254, 0.3);
  transform: translateY(-2px);
}
.fp-metric-val {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #00f2fe;
  font-family: var(--font-mono);
}
.fp-metric-label {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}

.fp-feature-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-bottom: 30px;
}
.fp-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #cbd5e1;
}

.fp-highlight-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fp-btn-glow {
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}
.fp-btn-glow:hover {
  box-shadow: 0 0 35px rgba(0, 242, 254, 0.6);
}

.fp-btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 14px;
}

/* Right Media Showcase Card */
.fp-media-card {
  display: block;
  background: rgba(10, 15, 30, 0.95);
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 242, 254, 0.15);
  text-decoration: none;
  color: inherit;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
.fp-media-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: #00f2fe;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.95), 0 0 45px rgba(0, 242, 254, 0.35);
}

.fp-media-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(15, 23, 42, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fp-media-dots {
  display: flex;
  gap: 6px;
}
.fp-media-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.fp-media-dots .dot.red { background: #ef4444; }
.fp-media-dots .dot.yellow { background: #f59e0b; }
.fp-media-dots .dot.green { background: #10b981; }

.fp-media-title {
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
  font-family: var(--font-mono);
}

.fp-media-tag {
  font-size: 10px;
  font-weight: 800;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.fp-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #02040a;
}
.fp-main-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.fp-media-card:hover .fp-main-img {
  transform: scale(1.03);
}

/* Hover Overlay */
.fp-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 17, 0.85);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fp-media-card:hover .fp-hover-overlay {
  opacity: 1;
}

.fp-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fp-overlay-icon {
  font-size: 28px;
  margin-bottom: 4px;
}
.fp-overlay-title {
  font-size: 17px;
  font-weight: 700;
  color: #00f2fe;
}
.fp-overlay-sub {
  font-size: 12px;
  color: #cbd5e1;
  max-width: 280px;
  line-height: 1.4;
}
.fp-overlay-btn {
  margin-top: 8px;
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  color: #050811;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 242, 254, 0.4);
}

.fp-live-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(5, 8, 17, 0.85);
  border: 1px solid rgba(16, 185, 129, 0.5);
  color: #10b981;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
  z-index: 2;
}
.live-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.fp-media-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(15, 23, 42, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fp-sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.fp-sub-item img {
  width: 38px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(0, 242, 254, 0.2);
}
.fp-sub-item span {
  font-size: 11px;
  color: #94a3b8;
  white-space: nowrap;
}
.fp-sub-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-sub-cta {
  font-size: 11px;
  font-weight: 700;
  color: #00f2fe;
  background: rgba(0, 242, 254, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 242, 254, 0.3);
  transition: all 0.2s;
}
.fp-media-card:hover .fp-sub-cta {
  background: #00f2fe;
  color: #050811;
}

@media (max-width: 992px) {
  .fp-highlight-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .fp-highlight-container {
    padding: 32px 24px;
  }
  .fp-metric-pills {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-highlight-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .fp-highlight-container {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .fp-highlight-title {
    font-size: 24px;
  }
  .fp-highlight-desc {
    font-size: 14px;
  }
  .fp-media-showcase {
    gap: 12px;
  }
  .fp-main-img {
    border-radius: 12px;
  }
  .fp-sub-showcase {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .fp-highlight-container {
    padding: 20px 14px;
  }
  .fp-highlight-title {
    font-size: 22px;
  }
  .fp-metric-pills {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .fp-metric-pill {
    padding: 12px 10px;
  }
  .fp-feature-checks {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fp-check-item {
    font-size: 13px;
    padding: 10px 12px;
  }
  .fp-highlight-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .fp-highlight-actions a {
    text-align: center;
    justify-content: center;
  }
  .fp-badge-text {
    font-size: 10px;
  }
}

/* ============================================================
   Dashboard Isolated Tor Multi-Circuits Showcase Card
   ============================================================ */
.tor-arch-showcase-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(8, 13, 26, 0.95) 100%);
  border: 1px solid rgba(0, 242, 254, 0.35);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 242, 254, 0.12);
  margin-bottom: 40px;
}
.tor-arch-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.badge-pill-neon {
  font-size: 11px;
  font-weight: 800;
  background: rgba(0, 242, 254, 0.12);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: #00f2fe;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}
.badge-pill-green {
  font-size: 11px;
  font-weight: 800;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34d399;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}
.badge-pill-red {
  font-size: 11px;
  font-weight: 800;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}

.tor-big-image-frame {
  position: relative;
  background: #02040a;
  border: 1px solid rgba(0, 242, 254, 0.25);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.tor-big-image-frame:hover {
  border-color: #00f2fe;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 242, 254, 0.25);
}
.tor-big-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.tor-big-image-frame:hover .tor-big-img {
  transform: scale(1.015);
}
.zoom-badge-overlay {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(5, 8, 17, 0.85);
  border: 1px solid rgba(0, 242, 254, 0.4);
  color: #00f2fe;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
}

.tor-arch-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.tor-spec-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.tor-spec-icon {
  font-size: 24px;
  line-height: 1;
}

.license-notice-box {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-top: 20px;
}
.license-notice-box.warning {
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.08);
  color: #fde68a;
}
.license-notice-box.success {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #6ee7b7;
}
