/* =============================================
   SolveHost — Main Stylesheet (Final & Bulletproof)
   ============================================= */
:root {
  --bg:        #060b14;
  --bg2:       #0c1422;
  --bg3:       #040911;
  --accent:    #00c8ff;
  --accent2:   #ff6b35;
  --green:     #00e87a;
  --purple:    #aa66ff;
  --text:      #c8d8e8;
  --text-dim:  #7b9bbd; 
  --text-muted:#486a8a;
  --border:    rgba(0,200,255,0.13);
  --card-bg:   rgba(10,18,30,0.95);
  --font-sans: 'Inter', 'Segoe UI', Arial, sans-serif;
  --font-mono: 'Inconsolata', monospace;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--text); font-family: var(--font-sans); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* Utilities - SAFE VERSION (Prevents blank screen on load) */
.reveal { opacity: 1; transform: translateY(0); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal.js-hide { opacity: 0; transform: translateY(30px); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Stars Background */
#stars { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.star { position: absolute; background: #fff; border-radius: 50%; animation: twinkle var(--d,3s) ease-in-out infinite alternate; animation-delay: var(--dl,0s); }
@keyframes twinkle { from { opacity: 0.08; } to { opacity: var(--op, 0.6); } }

/* Top Promo Bars */
.promo-bar { background: #03080f; border-bottom: 1px solid var(--border); padding: 9px 24px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; color: var(--text-dim); font-family: var(--font-mono); letter-spacing: .8px; position: relative; z-index: 100; }
.promo-bar strong { color: var(--accent); }
.promo-bar a { color: var(--accent2); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 1px; transition: opacity .2s; }
.promo-bar a:hover { opacity: .75; }

.topbar { background: rgba(4,9,17,.98); border-bottom: 1px solid var(--border); padding: 7px 40px; display: flex; align-items: center; gap: 14px; font-size: 11.5px; color: var(--text-dim); position: relative; z-index: 100; }
.discount-tag { background: var(--accent2); color: #fff; padding: 2px 10px; font-size: 10px; font-weight: 700; letter-spacing: 2px; font-family: var(--font-mono); flex-shrink: 0; border-radius: 2px; }
.topbar .promo-text { flex: 1; font-size: 12px; }
.topbar .promo-text strong { color: var(--accent); }
.topbar-links { display: flex; gap: 18px; margin-left: auto; }
.topbar-links a { color: var(--text-dim); font-size: 11.5px; letter-spacing: .5px; transition: color .2s; }
.topbar-links a:hover { color: var(--accent); }

/* Desktop Navigation */
nav { background: rgba(6,11,20,.97); border-bottom: 1px solid var(--border); padding: 0 40px; display: flex; align-items: center; position: sticky; top: 0; z-index: 200; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.logo { font-size: 22px; font-weight: 800; color: #fff; padding: 17px 0; margin-right: 36px; letter-spacing: -0.5px; font-family: var(--font-sans); white-space: nowrap; }
.logo em { color: var(--accent); font-style: normal; }
.nav-links { display: flex; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: block; padding: 20px 15px; color: #ffffff; font-size: 15px; font-weight: 600; letter-spacing: .3px; font-family: var(--font-sans); transition: color .2s, background .2s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li:hover > a { color: #fff; background: rgba(0,200,255,.06); }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #08121e; border: 1px solid var(--border); border-top: 2px solid var(--accent); min-width: 210px; z-index: 300; box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.nav-links > li:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 18px; color: #90a8c0; font-size: 13px; font-weight: 400; border-bottom: 1px solid rgba(0,200,255,.06); transition: background .15s, color .15s, padding-left .15s; }
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { background: rgba(0,200,255,.07); color: #fff; padding-left: 24px; }
.nav-cta { margin-left: auto; background: var(--accent) !important; color: var(--bg) !important; padding: 9px 20px !important; font-weight: 700 !important; font-size: 12px !important; letter-spacing: 1px; transition: all .3s ease !important; border-radius: 2px; white-space: nowrap; }
.nav-cta:hover { background: #10d8ff !important; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,200,255,0.3); }

/* Hide mobile menu specific items by default on Desktop */
#mobile-menu-btn { display: none; }
.mobile-menu { display: none; }

/* Hero Section Base */
.hero { position: relative; padding: 140px 40px 100px; display: flex; align-items: center; overflow: hidden; z-index: 1; min-height: 80vh; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 55% at 72% 50%, rgba(0,200,255,.07) 0%, transparent 70%), radial-gradient(ellipse 28% 38% at 18% 80%, rgba(255,107,53,.05) 0%, transparent 60%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,200,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0,200,255,.025) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }

/* ---- HERO SLIDER ---- */
.hero-slider { position: relative; width: 100%; height: 100%; max-width: 1200px; margin: 0 auto; }
.hero-slide { display: none; width: 100%; animation: slideFade 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; position: relative; }
.hero-slide.active { display: block; }
@keyframes slideFade { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
.slider-controls { position: absolute; bottom: -50px; left: 0; display: flex; gap: 12px; z-index: 10; }
.slider-controls .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); border: none; cursor: pointer; transition: all 0.3s ease; padding: 0; }
.slider-controls .dot.active { background: var(--accent); box-shadow: 0 0 10px var(--accent); transform: scale(1.3); }

/* Hero Content */
.hero-content { position: relative; z-index: 2; max-width: 660px; }
.hero-tag { display: inline-block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 2.5px; color: var(--accent); border: 1px solid rgba(0,200,255,.35); padding: 4px 14px; margin-bottom: 22px; text-transform: uppercase; background: rgba(0,200,255,.04); border-radius: 4px; }
.hero h1 { font-family: var(--font-sans); font-size: clamp(34px, 5.5vw, 68px); font-weight: 800; line-height: 1.07; margin-bottom: 22px; color: #fff; letter-spacing: -1px; }
.hero h1 em { color: var(--accent); font-style: normal; display: block; }
.hero h1 .accent2 { color: var(--accent2); }
.hero-desc { font-size: 16px; line-height: 1.78; color: var(--text-dim); max-width: 540px; margin-bottom: 34px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: var(--bg); padding: 13px 28px; font-size: 13px; font-weight: 700; letter-spacing: .5px; transition: all .3s ease; display: inline-block; border-radius: 4px; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,200,255,.35); background: #10d8ff; }
.btn-secondary { border: 1px solid rgba(0,200,255,.3); color: var(--text); padding: 13px 28px; font-size: 13px; font-weight: 500; transition: all .3s ease; display: inline-block; border-radius: 4px; background: rgba(0,200,255,0.03); }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); background: rgba(0,200,255,0.08); }
.hero-price { margin-top: 26px; font-size: 13px; color: var(--text-muted); }
.hero-price em { color: var(--green); font-style: normal; font-size: 26px; font-weight: 800; vertical-align: middle; margin: 0 2px; }

/* Hero Visual (Terminal & Server Rack) */
.hero-visual { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 420px; animation: float 6s ease-in-out infinite; z-index: 2; display: flex; flex-direction: column; gap: 15px; }
@keyframes float { 0%,100% { transform: translateY(-50%) translateY(0); } 50% { transform: translateY(-50%) translateY(-18px); } }
.hero-server-graphic { width: 100%; filter: drop-shadow(0 15px 25px rgba(0,0,0,0.4)); }
.hero-term { box-shadow: 0 20px 40px rgba(0,0,0,0.6); }

/* Pricing Grid & Section Intro */
.section-intro { text-align: center; padding: 50px 40px 36px; position: relative; z-index: 1; }
.section-intro h2 { font-family: var(--font-sans); font-size: clamp(22px, 3.5vw, 40px); font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: -.5px; }
.section-intro p { max-width: 660px; margin: 0 auto; color: var(--text-dim); line-height: 1.8; font-size: 15px; }
.services { padding: 36px 40px 76px; position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0; max-width: 1200px; margin: 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.service-card { padding: 0; background: var(--card-bg-color); display: flex; flex-direction: column; position: relative; }
.service-header { position: relative; height: 150px; background: var(--card-header-bg); overflow: hidden; }
.service-icon-wrapper { position: absolute; top: 35px; left: 30px; font-size: 44px; z-index: 2; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3)); }
.service-price-blob { position: absolute; top: -40px; right: -20px; width: 220px; height: 200px; background: #fff; border-radius: 40% 60% 30% 70% / 60% 40% 70% 30%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 25px; padding-right: 20px; z-index: 1; }
.service-price { margin: 0; font-family: var(--font-sans); text-align: center; }
.service-price .dollar { font-size: 20px; font-weight: 800; color: var(--price-color); vertical-align: top; line-height: 1.4; }
.service-price .amount { font-size: 40px; font-weight: 900; line-height: 1; color: var(--price-color); letter-spacing: -1px; }
.service-price .period { font-size: 11px; color: var(--price-color); letter-spacing: 0.5px; text-transform: uppercase; margin-top: 4px; font-weight: 500; }
.service-body { padding: 35px 30px; flex: 1; display: flex; flex-direction: column; }
.service-title { font-family: var(--font-sans); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.service-subtitle { font-size: 13px; color: #a0aec0; margin-bottom: 24px; line-height: 1.6; min-height: 42px; }
.service-features { margin-bottom: 30px; flex: 1; }
.service-features li { font-size: 13px; color: #e2e8f0; padding: 8px 0; display: flex; align-items: flex-start; gap: 10px; }
.service-features li::before { content: '+'; color: var(--price-color); font-size: 16px; font-weight: 700; line-height: 1.2; }
.service-btn-container { text-align: center; }
.service-btn { display: inline-block; width: 100%; padding: 14px 22px; background: var(--btn-color); color: #fff !important; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 4px; transition: all 0.3s ease; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.service-btn:hover { filter: brightness(1.15); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.4); }

.card-vps { --card-bg-color: #1a2538; --card-header-bg: #101726; --price-color: #0077ff; --btn-color: #e69138; }
.card-hybrid { --card-bg-color: #1e3a47; --card-header-bg: #142830; --price-color: #00cccc; --btn-color: #d85c32; }
.card-dedi { --card-bg-color: #4a1f1f; --card-header-bg: #2e1212; --price-color: #e60000; --btn-color: #cc2929; }
.card-colo { --card-bg-color: #4a2c54; --card-header-bg: #2b1833; --price-color: #cc00cc; --btn-color: #993399; }

/* Powerful Solution Section */
.solution-section { padding: 86px 40px; position: relative; z-index: 1; background: linear-gradient(180deg, var(--bg) 0%, rgba(0, 200, 255, 0.02) 50%, var(--bg) 100%); }
.solution-intro { text-align: center; margin-bottom: 60px; }
.solution-intro h2 { font-family: var(--font-sans); font-size: clamp(26px, 4vw, 42px); font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: -.5px; }
.solution-intro h2 em { color: var(--accent); font-style: normal; }
.solution-intro p { max-width: 680px; margin: 0 auto; color: var(--text-dim); font-size: 16px; line-height: 1.7; }
.solution-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 36px; }
.solution-card { background: rgba(10, 20, 35, 0.6); border: 1px solid var(--border); border-radius: 12px; padding: 46px 36px; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.solution-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); opacity: 0.4; transition: opacity 0.4s ease; }
.solution-card.card-nvme::before { background: var(--green); }
.solution-card.card-litespeed::before { background: var(--accent2); }
.solution-card.card-security::before { background: var(--accent); }
.solution-card:hover { transform: translateY(-8px); background: rgba(14, 26, 45, 0.8); border-color: rgba(0, 200, 255, 0.3); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4); }
.solution-card:hover::before { opacity: 1; box-shadow: 0 0 15px currentColor; }
.solution-icon { font-size: 54px; margin-bottom: 24px; display: inline-block; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5)); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.solution-card:hover .solution-icon { transform: scale(1.15) translateY(-5px); }
.solution-title { font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 16px; font-family: var(--font-sans); letter-spacing: -0.3px; }
.solution-desc { font-size: 14.5px; color: var(--text-dim); line-height: 1.75; }

/* The Advantage Section */
.advantage-section { padding: 86px 40px; position: relative; z-index: 1; background: radial-gradient(ellipse at top, rgba(0, 200, 255, 0.03) 0%, transparent 70%); border-top: 1px solid rgba(0,200,255,0.05); }
.advantage-inner { max-width: 1200px; margin: 0 auto; }
.advantage-header { text-align: center; margin-bottom: 60px; }
.advantage-header h2 { font-family: var(--font-sans); font-size: clamp(26px, 4vw, 42px); font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: -.5px; }
.advantage-header h2 em { color: var(--accent); font-style: normal; }
.advantage-header p { max-width: 600px; margin: 0 auto; color: var(--text-dim); font-size: 16px; line-height: 1.7; }
.advantage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 50px 40px; }
.advantage-item { display: flex; align-items: flex-start; gap: 24px; transition: transform 0.3s ease; }
.advantage-item:hover { transform: translateX(5px); }
.advantage-icon { width: 64px; height: 64px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 28px; border-radius: 16px; background: rgba(10, 20, 35, 0.8); border: 1px solid var(--border); box-shadow: 0 10px 20px rgba(0,0,0,0.3); position: relative; overflow: hidden; }
.advantage-icon::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0.8; }
.advantage-icon.bg-blue::before { background: var(--accent); box-shadow: 0 0 15px var(--accent); }
.advantage-icon.bg-green::before { background: var(--green); box-shadow: 0 0 15px var(--green); }
.advantage-icon.bg-orange::before { background: var(--accent2); box-shadow: 0 0 15px var(--accent2); }
.advantage-icon.bg-purple::before { background: var(--purple); box-shadow: 0 0 15px var(--purple); }
.advantage-text h3 { font-family: var(--font-sans); font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: -0.2px; }
.advantage-text p { font-size: 14.5px; color: var(--text-dim); line-height: 1.7; }

/* Animated Map Section */
.map-section { padding: 76px 40px; position: relative; z-index: 1; }
.map-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.65fr; gap: 56px; align-items: center; }
.map-text h2 { font-family: var(--font-sans); font-size: clamp(22px, 3vw, 36px); font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.18; letter-spacing: -.5px; }
.map-text h2 em { color: var(--accent); font-style: normal; }
.map-text p { color: var(--text-dim); line-height: 1.8; font-size: 14.5px; }
.dc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.dc-tag { background: rgba(0,200,255,.05); border: 1px solid rgba(0,200,255,.14); color: var(--text-dim); font-size: 11px; padding: 6px 12px; letter-spacing: .5px; border-radius: 20px; transition: all .2s; }
.dc-tag:hover { background: rgba(0,200,255,.15); border-color: var(--accent); color: #fff; }
.map-visual { position: relative; height: 380px; background: linear-gradient(135deg,#050e1c,#091624); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
.map-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,200,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(0,200,255,.035) 1px,transparent 1px); background-size: 40px 40px; }
.map-scanline { position: absolute; top: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to bottom, transparent, rgba(0,200,255,0.08) 95%, rgba(0,200,255,0.4) 100%); animation: scanline 6s linear infinite; z-index: 2; pointer-events: none; }
@keyframes scanline { 0% { transform: translateY(-100%); } 100% { transform: translateY(250%); } }
.map-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(0,200,255,.18), 0 0 12px var(--accent); cursor: pointer; transition: transform .2s; z-index: 3; }
.map-dot:hover { transform: scale(1.6); z-index: 10; }
.map-dot[data-city]:hover::after { content: attr(data-city); position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 9px; color: var(--accent); white-space: nowrap; background: rgba(4,9,17,.95); padding: 4px 8px; border-radius: 4px; border: 1px solid var(--accent); }
.map-dot.eu { background: var(--green); box-shadow: 0 0 0 3px rgba(0,232,122,.18),0 0 12px var(--green); }
.map-dot.asi { background: var(--accent2); box-shadow: 0 0 0 3px rgba(255,107,53,.18),0 0 12px var(--accent2); }
.map-dot.eu[data-city]:hover::after { color: var(--green); border-color: var(--green); }
.map-dot.asi[data-city]:hover::after { color: var(--accent2); border-color: var(--accent2); }
.pulse-blue { animation: radar-blue 2s infinite cubic-bezier(0.66, 0, 0, 1); }
.pulse-green { animation: radar-green 2s infinite cubic-bezier(0.66, 0, 0, 1); animation-delay: 0.5s; }
.pulse-orange { animation: radar-orange 2s infinite cubic-bezier(0.66, 0, 0, 1); animation-delay: 1s; }
@keyframes radar-blue { to { box-shadow: 0 0 0 25px rgba(0,200,255,0); } }
@keyframes radar-green { to { box-shadow: 0 0 0 25px rgba(0,232,122,0); } }
@keyframes radar-orange { to { box-shadow: 0 0 0 25px rgba(255,107,53,0); } }
.ping-widget { position: absolute; bottom: 20px; left: 20px; width: 250px; background: rgba(8, 14, 25, 0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(0, 200, 255, 0.15); border-radius: 8px; padding: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.6); z-index: 5; }
.ping-header { font-family: var(--font-mono); font-size: 11px; color: #fff; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 8px; }
.live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 8px var(--green); animation: blink 1s infinite alternate; }
.ping-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 11.5px; }
.ping-row:last-child { margin-bottom: 0; }
.ping-label { color: var(--text-dim); width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ping-track { flex: 1; height: 4px; background: rgba(255,255,255,0.05); border-radius: 2px; margin: 0 10px; overflow: hidden; }
.ping-fill { height: 100%; border-radius: 2px; }
.ping-val { font-family: var(--font-mono); color: #fff; width: 35px; text-align: right; font-weight: 700; }
.jitter-1 { animation: jit1 3s infinite alternate; }
.jitter-2 { animation: jit2 2.5s infinite alternate; }
.jitter-3 { animation: jit3 4s infinite alternate; }
.jitter-4 { animation: jit4 3.5s infinite alternate; }
@keyframes jit1 { 0%, 100% { width: 10%; } 50% { width: 15%; } }
@keyframes jit2 { 0%, 100% { width: 25%; } 50% { width: 20%; } }
@keyframes jit3 { 0%, 100% { width: 45%; } 50% { width: 52%; } }
@keyframes jit4 { 0%, 100% { width: 60%; } 50% { width: 55%; } }

/* About / Terminal section */
.about-section { padding: 76px 40px; position: relative; z-index: 1; background: linear-gradient(180deg,transparent,rgba(255,107,53,.025),transparent); }
.about-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-text h2 { font-family: var(--font-sans); font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.2; letter-spacing: -.4px; }
.about-text h2 em { color: var(--accent); font-style: normal; }
.about-text p { color: var(--text-dim); line-height: 1.8; font-size: 14.5px; margin-bottom: 12px; }
.about-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.terminal-box { background: #020810; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,.6); }
.terminal-header { background: #0a1525; padding: 10px 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--border); }
.term-dot { width: 11px; height: 11px; border-radius: 50%; }
.term-dot.r { background: #ff5f57; }
.term-dot.y { background: #febc2e; }
.term-dot.g { background: #28c840; }
.term-title { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); margin-left: 8px; }
.terminal-body { padding: 20px 18px; font-family: var(--font-mono); font-size: 12.5px; line-height: 2.1; }
.t-prompt { color: var(--accent); user-select: none; }
.t-cmd { color: #fff; }
.t-out { color: var(--text-dim); padding-left: 18px; display: block; }
.t-out.green { color: var(--green); }
.t-out.orange { color: var(--accent2); }
.cursor { display: inline-block; width: 8px; height: 14px; background: var(--accent); vertical-align: text-bottom; animation: blink-c 1s step-end infinite; }
@keyframes blink-c { 0%,100%{opacity:1} 50%{opacity:0} }

/* Support CTA Section */
.support-cta { padding: 86px 40px; position: relative; z-index: 1; background: linear-gradient(135deg, #071526 0%, #0a1b33 100%); border-top: 1px solid var(--border); }
.support-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.support-content { flex: 1; max-width: 700px; }
.support-content h2 { font-family: var(--font-sans); font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: -.5px; }
.support-content h2 em { color: var(--accent); font-style: normal; }
.support-content p { color: var(--text-dim); font-size: 16px; line-height: 1.7; margin-bottom: 36px; }
.support-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.sup-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 10px; border-radius: 8px; color: #fff; text-align: center; transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
.sup-btn:hover { transform: translateY(-5px); filter: brightness(1.15); }
.sup-icon { font-size: 32px; margin-bottom: 12px; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4)); }
.sup-btn span { font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; letter-spacing: 0.3px; }
.btn-chat { background: linear-gradient(135deg, #0099ff, #0077cc); box-shadow: 0 10px 20px rgba(0, 153, 255, 0.2); }
.btn-ticket { background: linear-gradient(135deg, #d4a017, #b38600); box-shadow: 0 10px 20px rgba(212, 160, 23, 0.2); }
.btn-call { background: linear-gradient(135deg, #28a745, #1e7e34); box-shadow: 0 10px 20px rgba(40, 167, 69, 0.2); }
.btn-email { background: linear-gradient(135deg, #e83e8c, #c71c6a); box-shadow: 0 10px 20px rgba(232, 62, 140, 0.2); }
.support-visual { flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgba(0,200,255,0.1) 0%, transparent 70%); padding: 40px; border-radius: 50%; animation: float 6s ease-in-out infinite; }

/* Expanded Mega Footer */
footer { background: #0b111a; padding: 70px 40px 30px; position: relative; z-index: 1; }
.footer-col-title { font-family: var(--font-sans); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.footer-links-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; }
.f-col li { margin-bottom: 12px; }
.f-col li a { color: #7a8c9e; font-size: 14px; transition: color 0.2s, padding-left 0.2s; }
.f-col li a:hover { color: var(--accent); padding-left: 5px; }
.footer-divider { max-width: 1200px; margin: 50px auto; border: 0; height: 1px; background: rgba(255,255,255,0.05); }
.footer-info-grid { max-width: 1200px; margin: 0 auto 50px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.address-text, .newsletter-text { color: #7a8c9e; font-size: 14px; line-height: 1.8; margin-bottom: 15px; }
.payment-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-badge { background: #fff; padding: 6px 10px; border-radius: 4px; font-size: 12px; font-weight: 800; font-family: var(--font-sans); color: #000; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.pay-badge.visa { color: #1a1f71; }
.pay-badge.mastercard { color: #eb001b; }
.pay-badge.paypal { color: #003087; }
.pay-badge.stripe { color: #635bff; }
.pay-badge.bkash { color: #e2136e; }
.pay-badge.crypto { background: #26a17b; color: #fff;}
.newsletter-form { display: flex; align-items: stretch; height: 42px; }
.newsletter-form input { flex: 1; background: #151e2b; border: 1px solid rgba(255,255,255,0.1); border-right: none; padding: 0 15px; color: #fff; font-size: 13px; border-radius: 4px 0 0 4px; outline: none; transition: border-color 0.3s; }
.newsletter-form input:focus { border-color: var(--green); }
.newsletter-form button { background: var(--green); border: none; color: #000; padding: 0 20px; font-size: 16px; cursor: pointer; border-radius: 0 4px 4px 0; transition: background 0.3s; }
.newsletter-form button:hover { background: #00c466; }
.social-links-new { display: flex; gap: 12px; }
.social-links-new a { width: 38px; height: 38px; border-radius: 50%; background: #151e2b; color: #7a8c9e; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 14px; font-weight: bold; transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.05); }
.social-links-new a:hover { background: var(--accent); color: #000; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,200,255,0.3); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.footer-copyright { color: #7a8c9e; font-size: 13.5px; }
.footer-legal a { color: #7a8c9e; font-size: 13.5px; transition: color 0.2s; }
.footer-legal a:hover { color: var(--accent); }


/* =============================================
   NEW SHARED HOSTING SPECIFIC STYLES
   ============================================= */

/* Page Header (Replaces Giant Hero) */
.page-header {
  position: relative;
  padding: 120px 40px 60px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.page-header-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 50% at 50% 0%, rgba(0,200,255,.05) 0%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.page-header-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.page-header h1 {
  font-family: var(--font-sans);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: #fff;
  margin: 15px 0 20px;
  letter-spacing: -1px;
  line-height: 1.1;
}
.page-header h1 em { color: var(--accent); font-style: normal; }
.page-header p {
  font-size: 16.5px;
  color: var(--text-dim);
  line-height: 1.7;
}

/* Specific Tweak to Center 3 Pricing Cards */
.shared-pricing-grid { max-width: 1000px !important; }
.popular-badge {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  background: var(--green); color: var(--bg); font-size: 10px; font-weight: 800;
  letter-spacing: 1px; padding: 4px 12px; border-radius: 0 0 6px 6px; z-index: 10;
  text-transform: uppercase; font-family: var(--font-sans);
  box-shadow: 0 4px 10px rgba(0, 232, 122, 0.4);
}

/* CloudLinux LVE Limits Table */
.lve-section { padding: 86px 40px; position: relative; z-index: 1; background: var(--bg3); }
.lve-inner { max-width: 1000px; margin: 0 auto; }
.lve-text { text-align: center; margin-bottom: 40px; }
.lve-text h2 { font-family: var(--font-sans); font-size: clamp(24px, 4vw, 36px); font-weight: 800; color: #fff; margin-bottom: 15px; letter-spacing: -.5px; }
.lve-text h2 em { color: var(--green); font-style: normal; }
.lve-text p { color: var(--text-dim); line-height: 1.7; font-size: 15.5px; max-width: 700px; margin: 0 auto; }

.lve-table-wrapper {
  overflow-x: auto; /* Enables scrolling on mobile */
  background: rgba(10, 20, 35, 0.6);
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
.lve-table { width: 100%; border-collapse: collapse; text-align: left; font-family: var(--font-sans); }
.lve-table th, .lve-table td { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text-dim); font-size: 14.5px; white-space: nowrap; }
.lve-table th { background: #091321; color: #fff; font-weight: 700; font-size: 15px; border-bottom: 2px solid var(--green); }
.lve-table tr:last-child td { border-bottom: none; }
.lve-table tr:hover td { background: rgba(0,232,122,0.03); color: #fff; }
.lve-table td strong { color: #fff; }

/* Core Utilities (3 Column Simple Grid) */
.core-utilities-section { padding: 60px 40px; background: linear-gradient(180deg, transparent, rgba(0,200,255,0.02), transparent); border-top: 1px solid rgba(255,255,255,0.02); }
.core-utils-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.core-util-box { text-align: center; }
.util-icon { font-size: 46px; margin-bottom: 15px; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.4)); }
.core-util-box h3 { color: #fff; font-size: 19px; margin-bottom: 12px; font-weight: 700; font-family: var(--font-sans); }
.core-util-box p { color: var(--text-dim); font-size: 14.5px; line-height: 1.7; }

/* Advanced Features 20-Grid */
.adv-features-section { padding: 86px 40px; }
.adv-features-inner { max-width: 1200px; margin: 0 auto; }
.adv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 20px; }
.adv-item { display: flex; align-items: center; gap: 12px; color: var(--text-dim); font-size: 14px; background: rgba(255,255,255,0.02); padding: 14px 18px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.03); transition: all 0.3s; font-family: var(--font-sans); }
.adv-item:hover { border-color: var(--accent); color: #fff; transform: translateY(-3px); background: rgba(0,200,255,0.04); box-shadow: 0 5px 15px rgba(0,200,255,0.1); }
.adv-check { color: var(--green); font-weight: 900; font-size: 16px; }

/* Trust & Testimonials */
.trust-section { padding: 86px 40px; background: var(--bg3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-container { display: flex; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.trust-stats { flex: 1; }
.trust-stats h2 { font-size: clamp(48px, 6vw, 72px); color: var(--green); line-height: 1; margin-bottom: 10px; font-weight: 900; letter-spacing: -2px; }
.trust-stats h3 { font-size: 22px; color: #fff; margin-bottom: 15px; font-family: var(--font-sans); }
.trust-stats p { color: var(--text-dim); line-height: 1.7; font-size: 15.5px; }
.trust-quote { flex: 1.2; background: rgba(10,20,35,0.8); padding: 40px; border-radius: 12px; border-left: 4px solid var(--green); position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.quote-mark { position: absolute; top: 10px; left: 20px; font-size: 80px; color: rgba(0,232,122,0.15); font-family: serif; line-height: 1; }
.trust-quote p { color: #fff; font-size: 16px; line-height: 1.8; position: relative; z-index: 2; margin-bottom: 25px; font-style: italic; }
.quote-author strong { display: block; color: var(--green); font-size: 16px; }
.quote-author span { color: var(--text-dim); font-size: 13px; }

.partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; opacity: 0.4; filter: grayscale(100%); margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto; transition: all 0.3s; }
.partner-logos:hover { opacity: 0.8; filter: grayscale(50%); }
.partner-logos span { font-size: 24px; font-weight: 800; font-family: var(--font-sans); letter-spacing: -1px; color: #fff; }

/* FAQ Accordion */
.faq-section { padding: 86px 40px; }
.faq-container { max-width: 850px; margin: 0 auto; }
.faq-wrapper { margin-top: 40px; }
.faq-item { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; margin-bottom: 14px; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: rgba(0,200,255,0.2); background: rgba(255,255,255,0.04); }
.faq-item summary { padding: 22px 25px; font-weight: 600; color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-sans); font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--accent); font-size: 24px; font-weight: 400; line-height: 1; transition: transform 0.3s; }
.faq-item[open] summary::after { content: '−'; transform: rotate(180deg); }
.faq-item[open] summary { border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--accent); }
.faq-item p { padding: 20px 25px; color: var(--text-dim); font-size: 15px; line-height: 1.7; margin: 0; }

/* Responsive adjustments for new elements */
@media (max-width: 960px) {
  .trust-container { flex-direction: column; text-align: center; gap: 30px; }
  .trust-quote { border-left: none; border-top: 4px solid var(--green); padding: 30px 20px; }
  .quote-mark { top: 0; left: 50%; transform: translateX(-50%); }
  .partner-logos { gap: 20px; }
  .page-header { padding: 100px 20px 40px; }
  .lve-table th, .lve-table td { padding: 12px 15px; font-size: 13px; }
}


/* =============================================
   MOBILE MENU & RESPONSIVE DESIGN 
   ============================================= */

@media (max-width: 960px) {
  .topbar { padding: 7px 20px; }
  
  /* Make sure the navbar behaves correctly as a flex container on mobile */
  nav { 
    padding: 0 20px; 
    position: relative; 
    justify-content: space-between; 
  }

  /* FORCE HIDE Desktop Elements on Mobile */
  .nav-links { display: none !important; }
  .nav-cta { display: none !important; }
  .hero-visual { display: none !important; }

  /* Mobile Hamburger Button Styling */
  #mobile-menu-btn { 
    display: flex !important; 
    align-items: center; 
    justify-content: center;
    background: transparent !important; 
    border: none !important; 
    outline: none !important;
    padding: 5px; 
    margin-left: auto;
    cursor: pointer;
  }
  #mobile-menu-btn svg { 
    width: 32px; 
    height: 32px; 
    stroke: #fff; 
    fill: none;
  }

  /* Mobile Dropdown Menu Container */
  .mobile-menu {
    display: flex !important; 
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(6,11,20,.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 199;
  }

  /* Activated Mobile Menu */
  .mobile-menu.open { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Mobile Dropdown Links */
  .mobile-menu a { 
    color: #fff; 
    font-size: 16px; 
    font-weight: 600; 
    font-family: var(--font-sans); 
    padding: 18px 25px; 
    border-bottom: 1px solid rgba(255,255,255,0.05); 
    text-decoration: none; 
    transition: color 0.2s; 
    display: block;
  }
  .mobile-menu a:hover { color: var(--accent); }
  
  /* Mobile 'Client Area' Button inside dropdown */
  .mobile-menu .mobile-cta { 
    margin: 20px 25px 30px; 
    padding: 14px 20px;
    background: var(--accent) !important; 
    color: var(--bg) !important; 
    text-align: center; 
    border-radius: 4px; 
    border: none; 
    display: block;
  }
  .mobile-menu .mobile-cta:hover { 
    background: #10d8ff !important; 
  }

  /* Mobile Layout Adjustments */
  .hero { padding-top: 100px; padding-bottom: 60px; min-height: auto;} 
  .map-inner, .about-inner, .advantage-grid, .support-inner { grid-template-columns: 1fr; }
  .hero, .services, .features-row, .map-section, .about-section, .support-cta { padding-left: 20px; padding-right: 20px; }
  footer { padding: 40px 20px 22px; }
  .section-intro { padding: 56px 20px 28px; }
  .hero h1 { letter-spacing: -.5px; }

  /* -------------------------------------
     MOBILE MAP FIX
     ------------------------------------- */
  .map-visual { 
    height: 450px; 
    display: block; 
  }
  
  .ping-widget { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    margin-top: 0; 
    border-radius: 0 0 8px 8px; 
    border: none; 
    border-top: 1px solid rgba(0, 200, 255, 0.15); 
    background: rgba(8, 14, 25, 0.9); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); 
    box-shadow: 0 -5px 20px rgba(0,0,0,0.3); 
  }
  
  .support-inner { flex-direction: column; text-align: center; }
  .support-visual { display: none; }
  .footer-bottom { flex-direction: column; text-align: center; justify-content: center; }
}

@media (max-width: 480px) {
  .promo-bar { font-size: 11px; padding: 8px 12px; }
  .topbar-links { display: none; }
  .hero-buttons { flex-direction: column; }
  .about-buttons { flex-direction: column; }
  .service-price .amount { font-size: 44px; }
}

@media (min-width: 961px) {
  /* Failsafe to ensure mobile elements NEVER appear on Desktop */
  #mobile-menu-btn, .mobile-menu { display: none !important; }
}

@media (min-width: 1280px) {
  /* Keep things centered and constrained on extremely large monitors */
  .promo-bar, .topbar, nav, .hero { padding-left: calc(50% - 600px); padding-right: calc(50% - 600px); }
  .hero-visual { right: calc(50% - 560px); }
}