/* ==========================================================================
   Website Maintenance Dubai - World-class Agency Page Styling
   Animated hero, glass cards, pricing, process timeline, FAQ accordion
   ========================================================================== */

:root {
  --md-blue: #0B5FD4;
  --md-blue-2: #1e88ff;
  --md-blue-3: #5ab0ff;
  --md-cyan: #06b6d4;
  --md-purple: #8b5cf6;
  --md-emerald: #10b981;
  --md-amber: #f59e0b;
  --md-rose: #f43f5e;
  --md-ink: #0a1530;
  --md-ink-2: #0f1e44;
  --md-ink-3: #1a2c5e;
  --md-glass: rgba(255,255,255,0.08);
  --md-glass-stronger: rgba(255,255,255,0.12);
  --md-border: rgba(255,255,255,0.14);
  --md-shadow-lg: 0 24px 60px -20px rgba(11,95,212,0.45);
  --md-shadow-glow: 0 0 0 1px rgba(94,176,255,0.18), 0 20px 60px -20px rgba(11,95,212,0.55);
}

/* ===== Animated Hero =================================================== */
.mh-hero {
  position: relative;
  min-height: 92vh;
  padding: 140px 0 100px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(94,176,255,0.18), transparent 60%),
    radial-gradient(900px 600px at 80% 90%, rgba(139,92,246,0.16), transparent 60%),
    linear-gradient(135deg, #06112e 0%, #0a1a3f 45%, #0d2358 100%);
  isolation: isolate;
}

.mh-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(94,176,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,176,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.mh-hero::after {
  content: "";
  position: absolute; inset: -2px;
  background:
    radial-gradient(600px 300px at 15% 80%, rgba(6,182,212,0.16), transparent 60%),
    radial-gradient(500px 280px at 85% 20%, rgba(244,63,94,0.12), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.mh-blobs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.mh-blob {
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: mh-float 16s ease-in-out infinite;
  will-change: transform;
}
.mh-blob.b1 { background: radial-gradient(circle, #1e88ff, transparent 60%); top: -120px; left: -120px; }
.mh-blob.b2 { background: radial-gradient(circle, #8b5cf6, transparent 60%); bottom: -160px; right: -120px; animation-delay: -4s; }
.mh-blob.b3 { background: radial-gradient(circle, #06b6d4, transparent 60%); top: 40%; left: 50%; transform: translate(-50%, -50%); animation-delay: -8s; opacity:.4; }

@keyframes mh-float {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.08); }
  66% { transform: translate(-30px, 30px) scale(0.95); }
}

.mh-particles { position: absolute; inset: 0; pointer-events:none; z-index: 1; }
.mh-particle {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5ab0ff, #b388ff);
  box-shadow: 0 0 18px rgba(94,176,255,.65);
  opacity: .55;
  animation: mh-rise 14s linear infinite;
}
@keyframes mh-rise {
  0% { transform: translateY(100%) translateX(0) scale(.6); opacity: 0; }
  10% { opacity: .7; }
  90% { opacity: .7; }
  100% { transform: translateY(-120%) translateX(40px) scale(1); opacity: 0; }
}

.mh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 1024px) {
  .mh-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .mh-hero { min-height: auto; padding: 120px 0 70px; }
}

.mh-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--md-glass);
  border: 1px solid var(--md-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #d6e7ff;
  margin-bottom: 22px;
  animation: mh-fadeUp .8s .05s both;
}
.mh-eyebrow .mh-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.18);
  animation: mh-pulse 1.8s ease-in-out infinite;
}
@keyframes mh-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(52,211,153,.45); }
  50%   { box-shadow: 0 0 0 10px rgba(52,211,153,0); }
}

.mh-h1 {
  font-family: 'Plus Jakarta Sans','Inter',sans-serif;
  font-size: clamp(2.2rem, 4.7vw, 4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 22px;
  animation: mh-fadeUp .8s .12s both;
}
.mh-h1 .mh-grad {
  background: linear-gradient(110deg,#5ab0ff 0%,#a78bfa 50%,#22d3ee 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: mh-grad 6s ease infinite;
}
@keyframes mh-grad { 0%,100% { background-position: 0% 50%;} 50% { background-position:100% 50%;} }

.mh-sub {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
  color: #b9caea;
  max-width: 620px;
  margin: 0 0 28px;
  animation: mh-fadeUp .8s .2s both;
}
.mh-sub strong { color: #fff; font-weight: 700; }

.mh-trust {
  display: flex; flex-wrap: wrap; gap: 18px 26px;
  align-items: center;
  margin: 0 0 30px;
  padding: 16px 20px;
  border-radius: 18px;
  background: var(--md-glass);
  border: 1px solid var(--md-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: mh-fadeUp .8s .28s both;
}
.mh-trust .mh-stars { color: #fbbf24; font-size: 1.05rem; letter-spacing:2px; }
.mh-trust .mh-rating { font-weight: 800; color: #fff; }
.mh-trust .mh-rating small { color:#9fb5dc; font-weight: 500; margin-left:6px; }
.mh-trust .mh-sep { width:1px; height:22px; background: rgba(255,255,255,.15); }
.mh-trust .mh-logos { display:flex; gap:14px; color:#9fb5dc; font-size:.85rem; align-items:center; flex-wrap:wrap; }

.mh-actions { display:flex; flex-wrap:wrap; gap: 14px; animation: mh-fadeUp .8s .36s both; }
.mh-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  font-weight: 700; font-size: 0.98rem;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  isolation: isolate;
  overflow: hidden;
}
.mh-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1e88ff 0%, #5b6bff 100%);
  box-shadow: 0 14px 32px -12px rgba(30,136,255,0.65);
}
.mh-btn-primary::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(135deg, #5ab0ff, #b388ff);
  opacity:0; transition: opacity .25s ease; z-index:-1;
}
.mh-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 36px -10px rgba(30,136,255,.85); }
.mh-btn-primary:hover::before { opacity: 1; }

.mh-btn-ghost {
  color:#fff;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.mh-btn-ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }

.mh-btn .mh-pulse-dot { width:9px; height:9px; border-radius:50%; background:#34d399; box-shadow: 0 0 0 0 #34d399; animation: mh-pulse 1.6s infinite;}

.mh-mini-stats {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  animation: mh-fadeUp .9s .45s both;
}
.mh-mini-stats .mh-mini {
  background: var(--md-glass);
  border:1px solid var(--md-border);
  border-radius: 14px;
  padding: 12px 14px;
  text-align:center;
  backdrop-filter: blur(10px);
}
.mh-mini .mh-mini-num { display:block; font-weight: 800; font-size: 1.4rem; color:#fff; line-height:1; }
.mh-mini .mh-mini-lbl { display:block; font-size:.74rem; color:#9fb5dc; margin-top:6px; letter-spacing:.04em; text-transform: uppercase; }

@media (max-width: 560px) {
  .mh-mini-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Hero visual: stacked floating cards + dashboard ================ */
.mh-hero-visual {
  position: relative;
  height: 540px;
  animation: mh-fadeUp .9s .25s both;
}
@media (max-width: 1024px) { .mh-hero-visual { height: 480px; } }
@media (max-width: 560px) { .mh-hero-visual { height: 440px; } }

.mh-card {
  position: absolute;
  border-radius: 22px;
  background: rgba(15,30,68,.78);
  border:1px solid var(--md-border);
  box-shadow: var(--md-shadow-glow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #eef4ff;
  padding: 18px 18px 16px;
}

.mh-card.mh-card-main {
  inset: 0 0 0 0;
  width: 100%;
  padding: 22px;
  animation: mh-floatY 6s ease-in-out infinite;
}
.mh-card.mh-card-uptime {
  width: 240px;
  top: -28px; right: -18px;
  animation: mh-floatY 7s ease-in-out -2s infinite;
}
.mh-card.mh-card-shield {
  width: 220px;
  bottom: -24px; left: -22px;
  animation: mh-floatY 8s ease-in-out -3.5s infinite;
}
@keyframes mh-floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

@media (max-width: 560px) {
  .mh-card.mh-card-uptime { width: 200px; right: 0; top: -10px; }
  .mh-card.mh-card-shield { width: 200px; left: 0; bottom: -10px; }
}

.mh-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 14px; }
.mh-card-head .mh-card-title { display:flex; align-items:center; gap:10px; font-weight:700; color:#fff; }
.mh-card-head .mh-card-title i { width:32px; height:32px; border-radius: 10px; display:inline-flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#1e88ff,#5ab0ff); color:#fff; font-size:.95rem;}
.mh-card-head .mh-status { font-size:.72rem; color:#86efac; display:inline-flex; align-items:center; gap:6px; padding:4px 9px; border-radius:999px; background: rgba(34,197,94,.14); border:1px solid rgba(34,197,94,.3);}
.mh-card-head .mh-status::before { content:""; width:6px; height:6px; border-radius:50%; background:#34d399; box-shadow: 0 0 0 0 #34d399; animation: mh-pulse 1.6s infinite; }

.mh-card-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mh-stat-mini {
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius: 12px; padding: 12px;
}
.mh-stat-mini .v { font-weight:800; font-size: 1.25rem; color:#fff; }
.mh-stat-mini .l { font-size:.74rem; color:#9fb5dc; margin-top:4px; text-transform:uppercase; letter-spacing:.04em; }

.mh-card .mh-bars { display:flex; align-items:flex-end; gap:6px; height: 72px; margin-top:12px; }
.mh-card .mh-bars span { flex:1; background: linear-gradient(180deg,#5ab0ff,#1e88ff); border-radius:6px 6px 0 0; animation: mh-bar 1.8s ease-in-out infinite; transform-origin: bottom; }
.mh-card .mh-bars span:nth-child(2){animation-delay:.15s} .mh-card .mh-bars span:nth-child(3){animation-delay:.3s} .mh-card .mh-bars span:nth-child(4){animation-delay:.45s} .mh-card .mh-bars span:nth-child(5){animation-delay:.6s} .mh-card .mh-bars span:nth-child(6){animation-delay:.75s} .mh-card .mh-bars span:nth-child(7){animation-delay:.9s}
@keyframes mh-bar { 0%,100% { transform: scaleY(.45); opacity:.7; } 50% { transform: scaleY(1); opacity:1; } }

.mh-line-list { list-style:none; padding:0; margin: 10px 0 0; display:grid; gap:8px; }
.mh-line-list li { display:flex; align-items:center; gap:10px; font-size:.85rem; color:#cad8f5; }
.mh-line-list li i { color:#34d399; font-size:.88rem; }

.mh-card-uptime .mh-up-num { font-size: 2rem; font-weight:800; color:#fff; letter-spacing:-0.02em; }
.mh-card-uptime .mh-up-num small { font-size:.95rem; color:#9fb5dc; font-weight:600; }
.mh-card-uptime .mh-up-bar { height:6px; border-radius:99px; background: rgba(255,255,255,.08); overflow:hidden; margin-top:10px; }
.mh-card-uptime .mh-up-bar i { display:block; height:100%; width:99.99%; background: linear-gradient(90deg,#10b981,#34d399); border-radius:inherit; animation: mh-shimmer 2.2s ease-in-out infinite alternate; }
@keyframes mh-shimmer { from { opacity:.85; } to { opacity:1; box-shadow: 0 0 14px rgba(52,211,153,.7);} }

.mh-card-shield .mh-shield-row { display:flex; align-items:center; gap: 12px; }
.mh-shield-icon { width:46px; height:46px; border-radius:14px; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#22c55e,#0ea5e9); color:#fff; font-size:1.1rem; box-shadow: 0 8px 22px -8px rgba(34,197,94,.6); }
.mh-shield-text strong { color:#fff; display:block; font-size:.98rem; }
.mh-shield-text span { color:#9fb5dc; font-size:.78rem; }

/* Marquee strip (clients/awards) */
.mh-marquee {
  position: relative;
  margin-top: 64px;
  padding: 14px 0;
  border-top: 1px solid var(--md-border);
  border-bottom: 1px solid var(--md-border);
  background: rgba(255,255,255,.03);
  overflow: hidden;
  z-index: 2;
}
.mh-marquee-track { display:flex; gap: 56px; align-items:center; animation: mh-marquee 30s linear infinite; }
.mh-marquee-track span { color:#9fb5dc; font-weight:600; font-size:.92rem; white-space: nowrap; display:flex; align-items:center; gap:8px; }
.mh-marquee-track i { color:#5ab0ff; }
@keyframes mh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Stats Counter Section ========================================== */
.mh-stats {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg,#0a1530 0%, #0d2358 100%);
  color: #fff;
}
.mh-stats-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .mh-stats-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 480px) { .mh-stats-grid { grid-template-columns: 1fr;} }

.mh-stat-card {
  position: relative;
  padding: 28px 26px;
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid var(--md-border);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.mh-stat-card::before {
  content:""; position:absolute; inset:0; border-radius: inherit;
  background: radial-gradient(400px 200px at top right, rgba(94,176,255,.18), transparent 60%);
  opacity:0; transition: opacity .35s ease;
}
.mh-stat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px -20px rgba(30,136,255,.45); }
.mh-stat-card:hover::before { opacity:1; }
.mh-stat-icon { width:54px; height:54px; border-radius: 14px; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#1e88ff,#5ab0ff); color:#fff; font-size:1.3rem; margin-bottom:18px; box-shadow: 0 10px 28px -10px rgba(30,136,255,.7);}
.mh-stat-num { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; color: #fff; letter-spacing:-.02em; line-height:1; }
.mh-stat-num .mh-suf { color:#5ab0ff; }
.mh-stat-label { color:#b9caea; margin-top:8px; font-size:.95rem; }

/* ===== Section Base =================================================== */
.mh-section { padding: 90px 0; position: relative; }
.mh-section-light { background: #f6f8fc; }
.mh-section-dark { background: linear-gradient(180deg,#0a1530, #0e2257); color:#fff; }
.mh-section-header { text-align:center; max-width: 760px; margin: 0 auto 56px; }
.mh-tag {
  display:inline-flex; align-items:center; gap:8px;
  padding: 6px 14px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(30,136,255,.12), rgba(139,92,246,.12));
  color: #1e88ff;
  font-size: .8rem; font-weight: 700;
  border: 1px solid rgba(30,136,255,.25);
  margin-bottom: 16px;
}
.mh-section-dark .mh-tag { color:#5ab0ff; background: rgba(94,176,255,.1); border-color: rgba(94,176,255,.25);}
.mh-h2 { font-family:'Plus Jakarta Sans','Inter',sans-serif; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; letter-spacing:-.02em; line-height:1.15; margin: 0 0 16px; color:#0a1530;}
.mh-section-dark .mh-h2 { color:#fff; }
.mh-h2 .mh-grad { background: linear-gradient(110deg,#1e88ff,#8b5cf6); -webkit-background-clip:text; background-clip:text; color: transparent; }
.mh-section-dark .mh-h2 .mh-grad { background: linear-gradient(110deg,#5ab0ff,#a78bfa); -webkit-background-clip:text; background-clip:text; color:transparent;}
.mh-lead { color:#5a6b8c; font-size: 1.05rem; line-height:1.7; }
.mh-section-dark .mh-lead { color:#b9caea; }

/* ===== Services / Features Cards ===================================== */
.mh-features-grid {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.mh-feature {
  position:relative; padding: 28px 26px;
  background:#fff;
  border:1px solid #e6ecf5;
  border-radius: 20px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow:hidden;
}
.mh-feature::before {
  content:""; position:absolute; top:0; left:0; right:0; height: 4px;
  background: linear-gradient(90deg,#1e88ff,#8b5cf6);
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.mh-feature:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -18px rgba(11,95,212,.28); border-color:#cfdcf3; }
.mh-feature:hover::before { transform: scaleX(1); }
.mh-feature-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--ic1,#1e88ff), var(--ic2,#5ab0ff));
  color:#fff; font-size: 1.2rem; margin-bottom: 18px;
  box-shadow: 0 12px 26px -10px rgba(30,136,255,.55);
  transition: transform .35s ease;
}
.mh-feature:hover .mh-feature-icon { transform: rotate(-6deg) scale(1.05); }
.mh-feature h3 { font-size: 1.15rem; font-weight: 800; color:#0a1530; margin: 0 0 8px; }
.mh-feature p { color:#5a6b8c; line-height:1.65; font-size:.97rem; margin: 0 0 14px; }
.mh-feature ul { list-style:none; padding:0; margin:0; display:grid; gap:6px; }
.mh-feature ul li { font-size:.88rem; color:#475569; display:flex; align-items:center; gap:8px; }
.mh-feature ul li i { color:#10b981; font-size:.8rem; }

/* ===== Process Timeline =============================================== */
.mh-process {
  position: relative;
}
.mh-process-grid {
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  /* Add padding-top so absolutely-positioned step numbers (which sit above each card)
     are never clipped by ancestor overflow or sit too close to the heading above. */
  padding-top: 30px;
}
@media (max-width:1024px) { .mh-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:560px) { .mh-process-grid { grid-template-columns: 1fr; } }

.mh-step {
  position: relative;
  padding: 44px 22px 28px;            /* extra top padding so the number sits on the card */
  background: rgba(255,255,255,.05);
  border: 1px solid var(--md-border);
  border-radius: 18px;
  text-align: left;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
  overflow: visible;                  /* ensure the badge is never clipped */
}
.mh-step:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); }
.mh-step-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);        /* centered horizontally for better visibility */
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg,#1e88ff,#8b5cf6);
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;                  /* larger, much more readable */
  line-height: 1;
  letter-spacing: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  box-shadow: 0 14px 30px -6px rgba(30,136,255,.65), 0 0 0 4px rgba(15,23,42,.95);
  z-index: 2;
}
@media (max-width:560px) {
  .mh-step-num { width: 52px; height: 52px; font-size: 1.4rem; top: -20px; border-radius: 14px; }
  .mh-step { padding: 42px 20px 24px; }
}
.mh-step h4 { font-size:1.1rem; color:#fff; margin: 14px 0 8px; font-weight:800; text-align:center; }
.mh-step p { color:#b9caea; font-size:.9rem; line-height:1.65; margin:0; text-align:center; }
.mh-step-icon { color:#5ab0ff; font-size:1.6rem; margin: 4px 0 6px; text-align:center; display:block; }

/* ===== Pricing ======================================================== */
.mh-pricing-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
@media (max-width:1024px){ .mh-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto;} }

.mh-price {
  position:relative;
  background:#fff;
  border:1px solid #e6ecf5;
  border-radius: 22px;
  padding: 32px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
  display:flex; flex-direction:column;
}
.mh-price:hover { transform: translateY(-8px); box-shadow: 0 24px 60px -22px rgba(11,95,212,.35); border-color:#cfdcf3; }

.mh-price.popular {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,#1e88ff,#8b5cf6) border-box;
  box-shadow: 0 18px 48px -16px rgba(11,95,212,.35);
}
.mh-price.popular .mh-price-badge {
  position:absolute; top:18px; right:18px;
  background: linear-gradient(135deg,#1e88ff,#8b5cf6);
  color:#fff; padding: 6px 12px; border-radius: 999px;
  font-size:.72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.mh-price h3 { font-size:1.2rem; color:#0a1530; margin:0; font-weight:800; }
.mh-price .mh-price-desc { color:#5a6b8c; margin: 6px 0 18px; font-size:.92rem; }
.mh-price-amount { display:flex; align-items:flex-end; gap:6px; margin: 12px 0 6px; }
.mh-price-amount .mh-cur { font-size: 1.05rem; color:#5a6b8c; font-weight:600; padding-bottom: 6px; }
.mh-price-amount .mh-val { font-size: 3rem; font-weight: 800; color:#0a1530; letter-spacing:-.02em; line-height:1; }
.mh-price-amount .mh-per { color:#5a6b8c; font-size:.95rem; padding-bottom: 4px; }
.mh-price hr { border:none; border-top:1px dashed #e2e8f0; margin: 20px 0; }
.mh-price ul { list-style:none; padding:0; margin:0; display:grid; gap:10px; flex-grow:1; }
.mh-price ul li { display:flex; align-items:flex-start; gap:10px; color:#334155; font-size:.94rem; }
.mh-price ul li i { color:#10b981; margin-top: 4px; }
.mh-price ul li.mh-off { color:#94a3b8; text-decoration: line-through; }
.mh-price ul li.mh-off i { color:#cbd5e1; }
.mh-price-cta {
  margin-top: 20px;
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 14px 18px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration:none;
  background: #f1f5fb;
  color:#0B5FD4;
  border:1px solid #e2e8f0;
  transition: all .25s ease;
}
.mh-price-cta:hover { background:#e6efff; transform: translateY(-2px); }
.mh-price.popular .mh-price-cta {
  background: linear-gradient(135deg,#1e88ff,#5b6bff);
  color:#fff; border-color: transparent;
  box-shadow: 0 12px 30px -10px rgba(30,136,255,.6);
}
.mh-price.popular .mh-price-cta:hover { box-shadow: 0 18px 36px -12px rgba(30,136,255,.85); }

/* ===== Why Choose Us (split) ========================================== */
.mh-split { display:grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items:center; }
@media (max-width:1024px){ .mh-split{ grid-template-columns: 1fr; gap: 40px;} }

.mh-checklist { display:grid; gap: 16px; }
.mh-check {
  display:flex; gap: 16px; padding: 18px 18px;
  background: #fff;
  border:1px solid #e6ecf5;
  border-radius: 16px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.mh-check:hover { transform: translateX(6px); box-shadow: 0 14px 30px -16px rgba(11,95,212,.3); }
.mh-check-icon {
  flex:0 0 44px; height:44px; border-radius: 12px;
  background: linear-gradient(135deg,#10b981,#0ea5e9); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:1.05rem;
}
.mh-check h4 { margin:0 0 4px; font-size:1.02rem; color:#0a1530; font-weight:800; }
.mh-check p { margin:0; color:#5a6b8c; font-size:.92rem; line-height:1.6; }

.mh-visual-panel {
  position:relative; padding: 28px;
  border-radius: 24px;
  background: linear-gradient(160deg,#0a1530 0%, #18336e 100%);
  color:#fff;
  box-shadow: 0 24px 60px -22px rgba(11,95,212,.35);
  overflow:hidden;
}
.mh-visual-panel::after {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(400px 240px at 90% 10%, rgba(94,176,255,.22), transparent 60%),
    radial-gradient(400px 240px at 10% 90%, rgba(139,92,246,.22), transparent 60%);
  pointer-events:none;
}
.mh-vp-head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 18px; position:relative; z-index:1;}
.mh-vp-head h4 { margin:0; font-size:1.05rem; }
.mh-vp-head .mh-live { font-size:.72rem; color:#86efac; display:inline-flex; align-items:center; gap:6px;}
.mh-vp-head .mh-live::before { content:""; width:8px; height:8px; border-radius:50%; background:#34d399; box-shadow: 0 0 0 0 #34d399; animation: mh-pulse 1.6s infinite; }

.mh-vp-rows { display:grid; gap: 10px; position:relative; z-index:1;}
.mh-vp-row {
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  padding: 12px 14px; border-radius: 12px;
  background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08);
  font-size:.92rem;
}
.mh-vp-row .mh-vp-name { display:flex; align-items:center; gap:10px; color:#dbe5f7; }
.mh-vp-row .mh-vp-name i { color:#5ab0ff; }
.mh-vp-row .mh-vp-val { color:#34d399; font-weight: 700; font-size:.85rem; }
.mh-vp-row .mh-vp-val.warn { color:#fbbf24; }
.mh-vp-row .mh-vp-val.err  { color:#f87171; }

/* ===== Tech Stack Section ============================================= */
.mh-tech-grid {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}
.mh-tech {
  background:#fff; border:1px solid #e6ecf5;
  border-radius: 16px; padding: 22px 16px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mh-tech:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 16px 36px -18px rgba(11,95,212,.3); border-color:#cfdcf3; }
.mh-tech i { font-size: 2rem; margin-bottom: 8px; display:block; }
.mh-tech span { display:block; color:#0a1530; font-weight:700; font-size:.92rem; }
.mh-tech small { color:#5a6b8c; font-size:.78rem; display:block; margin-top: 2px; }

/* ===== Testimonial Cards ============================================= */
.mh-testimonials { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width:1024px){ .mh-testimonials { grid-template-columns: 1fr; } }
.mh-test {
  background:#fff; border:1px solid #e6ecf5; border-radius: 20px;
  padding: 26px 24px;
  position:relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.mh-test:hover { transform: translateY(-6px); box-shadow: 0 20px 44px -20px rgba(11,95,212,.3); }
.mh-test::before { content:"\f10d"; font-family:'Font Awesome 6 Free'; font-weight:900; position:absolute; top:18px; right:22px; color:rgba(30,136,255,.16); font-size: 2.2rem; }
.mh-test .mh-test-stars { color:#fbbf24; letter-spacing: 2px; margin-bottom: 10px; }
.mh-test p { color:#334155; line-height:1.7; font-size:.97rem; margin: 0 0 18px; }
.mh-test-person { display:flex; align-items:center; gap: 12px; }
.mh-test-avatar { width:48px; height:48px; border-radius: 50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; background: linear-gradient(135deg,#1e88ff,#8b5cf6);}
.mh-test-info strong { display:block; color:#0a1530; }
.mh-test-info span { color:#5a6b8c; font-size:.84rem; }

/* ===== FAQ ============================================================ */
.mh-faq-wrap { max-width: 880px; margin: 0 auto; }
.mh-faq-search {
  position: relative;
  margin-bottom: 28px;
}
.mh-faq-search input {
  width:100%;
  padding: 16px 18px 16px 50px;
  border-radius: 14px;
  border:1px solid #e2e8f0;
  background:#fff;
  font-size: 1rem;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.mh-faq-search input:focus { border-color:#1e88ff; box-shadow: 0 0 0 4px rgba(30,136,255,.12);}
.mh-faq-search i { position:absolute; left:18px; top:50%; transform: translateY(-50%); color:#94a3b8;}

.mh-faq-list { display:grid; gap: 12px; }
.mh-faq-item {
  border:1px solid #e6ecf5;
  border-radius: 16px;
  background:#fff;
  overflow:hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.mh-faq-item.open { border-color:#cfdcf3; box-shadow: 0 12px 30px -16px rgba(11,95,212,.25); }
.mh-faq-q {
  width: 100%; text-align:left;
  display:flex; align-items:center; justify-content:space-between; gap: 14px;
  padding: 18px 22px;
  font-size: 1rem; font-weight: 700; color:#0a1530;
  background: transparent; border: none; cursor: pointer;
  transition: background .25s ease;
}
.mh-faq-q:hover { background:#f8fafc; }
.mh-faq-q .mh-faq-ico {
  flex: 0 0 32px; height:32px; border-radius: 8px;
  display:flex; align-items:center; justify-content:center;
  background:#eef4ff; color:#1e88ff; font-size:.8rem;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.mh-faq-item.open .mh-faq-q .mh-faq-ico { transform: rotate(45deg); background:#1e88ff; color:#fff; }
.mh-faq-a {
  max-height: 0; overflow:hidden;
  transition: max-height .4s ease;
}
.mh-faq-item.open .mh-faq-a { max-height: 800px; }
.mh-faq-a-inner { padding: 0 22px 22px; color:#475569; line-height:1.75; }
.mh-faq-a-inner p { margin: 0; }

.mh-faq-empty {
  text-align:center; padding: 28px;
  color:#94a3b8;
}

/* ===== CTA Banner ===================================================== */
.mh-cta-banner {
  position: relative;
  margin-top: 40px;
  padding: 60px 40px;
  border-radius: 28px;
  background:
    radial-gradient(700px 280px at 80% 20%, rgba(94,176,255,.25), transparent 60%),
    radial-gradient(500px 220px at 10% 90%, rgba(139,92,246,.22), transparent 60%),
    linear-gradient(135deg,#0a1530 0%, #18336e 100%);
  color:#fff;
  overflow: hidden;
  text-align:center;
}
.mh-cta-banner::before {
  content:""; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
}
.mh-cta-banner h2 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 800; margin: 0 0 12px; position:relative;}
.mh-cta-banner p { color:#b9caea; margin: 0 auto 22px; max-width: 580px; position:relative;}
.mh-cta-banner .mh-actions { justify-content:center; position:relative; }

/* ===== Animations on scroll =========================================== */
@keyframes mh-fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mh-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.mh-reveal.is-visible { opacity: 1; transform: translateY(0); }
.mh-reveal[data-delay="1"] { transition-delay: .1s; }
.mh-reveal[data-delay="2"] { transition-delay: .2s; }
.mh-reveal[data-delay="3"] { transition-delay: .3s; }
.mh-reveal[data-delay="4"] { transition-delay: .4s; }

/* ===== Utility ======================================================== */
.mh-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .mh-hero, .mh-card.mh-card-main, .mh-card.mh-card-uptime, .mh-card.mh-card-shield,
  .mh-blob, .mh-particle, .mh-marquee-track, .mh-card .mh-bars span, .mh-h1 .mh-grad {
    animation: none !important;
  }
  .mh-reveal { opacity:1; transform:none;}
}
