:root {
  --bg-1: #020817;
  --bg-2: #04122b;
  --bg-3: #071d46;
  --panel: rgba(7, 19, 48, 0.82);
  --panel-2: rgba(9, 24, 60, 0.92);
  --border: rgba(69, 152, 255, 0.18);
  --border-strong: rgba(73, 172, 255, 0.28);
  --text: #f4f8ff;
  --muted: #b7c7e4;
  --blue: #26a8ff;
  --blue-2: #1e7dff;
  --violet: #8f59ff;
  --green: #12d8a0;
  --cyan: #36d2ff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

html { scroll-behavior: smooth; }
body.site-modern {
  font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(14, 79, 204, 0.22), transparent 30%),
    radial-gradient(circle at 82% 15%, rgba(15, 173, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #020817 0%, #03102a 28%, #061c45 100%);
  color: var(--muted);
}
body.site-modern::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.06) 0.8px, transparent 0.8px);
  background-size: 26px 26px;
  opacity: .23;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 85%);
  z-index: 0;
}
body.site-modern .main,
body.site-modern footer,
body.site-modern header { position: relative; z-index: 1; }

body.site-modern h1,
body.site-modern h2,
body.site-modern h3,
body.site-modern h4,
body.site-modern h5,
body.site-modern h6,
body.site-modern .h1,
body.site-modern .h2,
body.site-modern .h3,
body.site-modern .hero-title,
body.site-modern .section-heading h2,
body.site-modern .page-header-content h1,
body.site-modern .hero-content-wrap h1,
body.site-modern .hero-content-left h1 {
  color: var(--text) !important;
  letter-spacing: -0.03em;
}
body.site-modern p,
body.site-modern li,
body.site-modern span,
body.site-modern small,
body.site-modern .lead,
body.site-modern .text-muted {
  color: var(--muted) !important;
}
body.site-modern a { color: #d7ecff; transition: .2s ease; }
body.site-modern a:hover { color: #fff; text-decoration: none; }
body.site-modern .gray-light-bg,
body.site-modern .white-bg,
body.site-modern .light-bg,
body.site-modern section.gray-light-bg {
  background: transparent !important;
}
body.site-modern .ptb-100 { padding-top: 80px; padding-bottom: 80px; }

/* Header */
.modern-topbar {
  background: rgba(2, 9, 25, 0.95);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.modern-topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.modern-topbar-left,
.modern-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.modern-topbar a,
.modern-topbar span {
  font-size: 14px;
  color: #d7e6ff !important;
}
.modern-topbar i,
.modern-topbar .fa,
.modern-topbar .fab,
.modern-topbar .fas { margin-right: 6px; }
.modern-status { display: inline-flex; align-items: center; gap: 8px; }
.modern-status i,
.state-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(18,216,160,0.12), 0 0 14px rgba(18,216,160,0.5);
}
.modern-language-link img {
  width: 22px;
  border-radius: 2px;
  margin-right: 8px;
}
.modern-nav-wrap {
  background: rgba(2, 9, 25, 0.86);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 999;
}
.modern-navbar {
  min-height: 84px;
  padding: 0;
}
.modern-brand img {
  height: 44px;
  width: auto;
}
.modern-nav-collapse {
  align-items: center;
  justify-content: space-between;
}
.modern-main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}
.modern-nav-item { position: relative; }
.modern-nav-link {
  padding: 28px 16px !important;
  color: #f6fbff !important;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.modern-nav-link span.ti-angle-down { font-size: 10px; opacity: .8; }
.modern-nav-link:hover,
.modern-nav-item:hover > .modern-nav-link { color: var(--blue) !important; }
.modern-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-modern-ghost,
.btn-modern-order,
.btn-exact-primary,
.btn-exact-secondary,
.btn-offer-cta,
body.site-modern .btn {
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 14px 24px rgba(0,0,0,0.15);
}
.btn-modern-ghost,
.btn-exact-secondary {
  background: rgba(255,255,255,0.02) !important;
  color: var(--text) !important;
  border-color: rgba(112, 171, 255, 0.2) !important;
}
.btn-modern-order,
.btn-exact-primary,
.btn-offer-cta {
  background: linear-gradient(135deg, var(--blue-2), var(--cyan)) !important;
  color: #fff !important;
}
.btn-modern-ghost:hover,
.btn-modern-order:hover,
.btn-exact-primary:hover,
.btn-exact-secondary:hover,
.btn-offer-cta:hover,
body.site-modern .btn:hover {
  transform: translateY(-2px);
}
.modern-mega {
  position: absolute;
  left: 0;
  top: calc(100% - 6px);
  width: 530px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(5,14,34,0.98), rgba(8,22,53,0.98));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .2s ease;
}
.modern-nav-item.is-wide .modern-mega { width: 680px; }
.modern-nav-item:hover .modern-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.modern-nav-item.no-mega .modern-nav-link span { display: none; }
.modern-nav-item.no-mega .modern-mega { display: none; }
.modern-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.modern-nav-item.is-wide .modern-mega-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.modern-mega-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
}
.modern-mega-card:hover { background: rgba(38,168,255,0.08); }
.modern-mega-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(38,168,255,0.12);
  color: #fff;
  flex: 0 0 42px;
}
.modern-mega-card strong { display: block; color: var(--text); font-size: 15px; }
.modern-mega-card small { display: block; margin-top: 4px; font-size: 13px; line-height: 1.5; }
.modern-mega-cta {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(35,125,255,0.2), rgba(54,210,255,0.08));
  border: 1px solid rgba(73, 172, 255, 0.18);
}
.modern-mega-cta strong { display: block; color: var(--text); }
.modern-mega-cta span { display: block; margin: 4px 0 10px; }
.modern-mega-cta a { color: #fff; font-weight: 700; }

/* Generic panels */
.glass-panel,
body.site-modern .features-box,
body.site-modern .single-testimonial,
body.site-modern .call-to-action-box,
body.site-modern .accordion .card,
body.site-modern .card,
body.site-modern .single-pricing-pack,
body.site-modern .single-service,
body.site-modern .support-article,
body.site-modern .offer-tag-wrap,
body.site-modern .screenshot-wrap,
body.site-modern .domain-search-wrap,
body.site-modern .promo-single-wrap,
body.site-modern .single-blog-card,
body.site-modern .contact-us-form-wrap,
body.site-modern .contact-us-card,
body.site-modern .contact-page-header,
body.site-modern .support-article-wrap {
  background: linear-gradient(180deg, rgba(6,17,43,0.94), rgba(8,22,53,0.96)) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow);
}

/* Exact homepage */
.exact-homepage { padding-bottom: 40px; }
.exact-section { padding: 28px 0; }
.exact-heading h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  margin-bottom: 20px;
  text-align: center;
}
.exact-hero {
  padding: 34px 0 18px;
}
.exact-hero .hero-row {
  background:
    radial-gradient(circle at 12% 14%, rgba(27, 123, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(17, 209, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(4,18,44,0.94), rgba(8,30,75,0.92));
  border: 1px solid rgba(87,160,255,0.16);
  border-radius: 26px;
  padding: 36px 34px 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-left { padding-right: 20px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(24,107,211,0.28);
  border: 1px solid rgba(73,172,255,0.2);
  color: #edf8ff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 22px;
}
.hero-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 10px;
  box-shadow: 0 0 14px rgba(38,168,255,0.65);
}
.hero-title {
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: .95;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-title .accent { color: var(--blue); }
.hero-text {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.55;
  color: #d5e6ff !important;
}
.hero-actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.btn-exact-primary,
.btn-exact-secondary { padding: 16px 26px; font-size: 18px; }
.hero-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 28px;
}
.hero-mini-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(4, 14, 35, 0.75);
  border: 1px solid rgba(73,172,255,0.16);
}
.hero-mini-stat i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(27,123,255,0.16);
  color: #fff;
  flex: 0 0 42px;
}
.hero-mini-stat strong { display: block; color: #fff; font-size: 1.2rem; line-height: 1.1; }
.hero-mini-stat span { display: block; color: #fff !important; font-weight: 600; }
.hero-mini-stat small { display: block; font-size: 13px; margin-top: 3px; }
.hero-right { position: relative; }
.hero-visual-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual-main {
  width: 100%;
  max-width: 680px;
  border-radius: 20px;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.38));
}
.hero-floating-card {
  position: absolute;
  right: 10px;
  top: 200px;
  width: 240px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(5,16,39,0.96), rgba(8,22,53,0.96));
  border: 1px solid rgba(73,172,255,0.18);
  box-shadow: var(--shadow);
}
.hero-floating-card .label { color: #fff !important; font-weight: 700; margin-bottom: 6px; }
.hero-floating-card strong { display: block; color: #fff; font-size: 2rem; line-height: 1.1; }
.hero-floating-card .big-number { color: #fff; font-size: 2rem; line-height: 1.1; margin: 8px 0 2px; }
.hero-floating-card small { display: block; }

.feature-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
}
.feature-ribbon-card,
.offer-exact-card,
.comparison-table-card,
.comparison-highlight-card,
.testimonial-exact-card,
.stats-exact-card,
.infra-copy-card,
.infra-map-card-exact,
.faq-exact-card,
.bottom-cta-card {
  background: linear-gradient(180deg, rgba(5,16,40,0.96), rgba(8,22,53,0.96));
  border: 1px solid rgba(73,172,255,0.16);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.feature-ribbon-card {
  padding: 22px;
}
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(27,123,255,0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.feature-ribbon-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.feature-ribbon-card p { font-size: 16px; line-height: 1.6; }

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.offer-exact-card { padding: 20px; display: flex; flex-direction: column; }
.offer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.offer-top h3 { font-size: 1.6rem; margin-bottom: 0; }
.offer-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: rgba(44,136,255,0.18);
  color: #eef7ff !important;
}
.offer-body { display: flex; align-items: center; gap: 10px; min-height: 185px; }
.offer-body ul { padding: 0; margin: 0; list-style: none; flex: 1; }
.offer-body li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  font-size: 15px;
}
.offer-body li::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
}
.offer-visual {
  width: 118px;
  height: 118px;
  object-fit: contain;
  flex: 0 0 118px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.4));
}
.offer-exact-card.cyan .offer-visual { width: 140px; height: 112px; border-radius: 14px; object-fit: cover; }
.offer-exact-card.violet .offer-pill { background: rgba(143,89,255,0.22); }
.offer-exact-card.green .offer-pill { background: rgba(18,216,160,0.18); }
.offer-exact-card.cyan .offer-pill { background: rgba(38,168,255,0.18); }
.offer-bottom { margin-top: auto; }
.price-wrap { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.price-prefix { font-size: 14px; color: #d0ddf4 !important; }
.price-wrap strong { font-size: 2rem; color: #fff; }
.price-wrap small { font-size: 14px; }
.btn-offer-cta { display: block; text-align: center; padding: 14px 18px; }
.offer-exact-card.violet .btn-offer-cta { background: linear-gradient(135deg, #7442ff, #ba42ff) !important; }
.offer-exact-card.green .btn-offer-cta { background: linear-gradient(135deg, #08a98a, #1adf75) !important; }

.comparison-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 16px;
}
.comparison-table-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
}
.comparison-side-info {
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 22px 18px;
}
.comparison-side-info ul { list-style: none; padding: 0; margin: 0; }
.comparison-side-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  color: #e9f4ff !important;
  font-weight: 500;
}
.comparison-side-info li::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
}
.comparison-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.comparison-column { padding: 22px 18px; }
.comparison-column + .comparison-column { border-left: 1px solid rgba(255,255,255,0.06); }
.comparison-column h3 { font-size: 1.25rem; margin-bottom: 12px; }
.comparison-column .line { padding: 9px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.comparison-highlight-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comparison-highlight-card h3 { font-size: 1.8rem; line-height: 1.1; margin-bottom: 12px; }
.comparison-highlight-card p { line-height: 1.7; }
.comparison-highlight-image {
  width: 100%;
  max-width: 340px;
  align-self: center;
  border-radius: 18px;
  margin-top: 16px;
}

.testimonials-stats-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.testimonial-exact-card { padding: 22px; }
.testimonial-exact-card .stars { color: #ffd85c; letter-spacing: 2px; margin-bottom: 10px; }
.testimonial-exact-card p { line-height: 1.65; min-height: 110px; }
.testimonial-exact-card .author strong { display: block; color: #fff; }
.testimonial-exact-card .author span { display: block; margin-top: 2px; }
.stats-exact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  padding: 22px;
}
.stat-item {
  padding: 20px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  text-align: center;
}
.stat-item strong { display: block; color: #fff; font-size: 2rem; margin-bottom: 6px; }

.infrastructure-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 16px;
}
.infra-copy-card,
.infra-map-card-exact { padding: 24px; }
.infra-list { list-style: none; padding: 0; margin: 16px 0 22px; }
.infra-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
.infra-list li::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
}
.infra-map-card-exact { position: relative; overflow: hidden; }
.infra-map-image {
  width: 100%;
  border-radius: 18px;
  opacity: .94;
}
.infra-country-card {
  position: absolute;
  right: 28px;
  bottom: 110px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(5,16,39,0.94);
  border: 1px solid rgba(73,172,255,0.18);
}
.infra-country-card strong { display: block; color: #fff; }
.infra-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
}
.infra-kpis > div {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.infra-kpis strong { display: block; color: #fff; }

.faq-grid-exact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.faq-exact-card { overflow: hidden; }
.faq-exact-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: #fff;
  font-weight: 600;
}
.faq-exact-trigger i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: .2s ease;
}
.faq-exact-trigger[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-exact-content { padding: 0 22px 22px; line-height: 1.7; }

.bottom-cta-card {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.bottom-cta-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bottom-cta-visual {
  width: 150px;
  height: 120px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(38,168,255,0.12), rgba(38,168,255,0.02)),
    url('../img/mockup/hero-composite.webp') center/cover no-repeat;
  border: 1px solid rgba(73,172,255,0.15);
  flex: 0 0 150px;
}
.bottom-cta-card h2 { font-size: 2.15rem; margin-bottom: 10px; }
.bottom-cta-card p { margin-bottom: 8px; }
.bottom-cta-points { display: flex; gap: 18px; flex-wrap: wrap; }
.bottom-cta-points span { position: relative; padding-left: 18px; }
.bottom-cta-points span::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
}

/* Footer */
.exact-footer { padding-top: 18px; }
.exact-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 24px;
  padding: 22px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-brand-column p { max-width: 360px; margin-top: 10px; }
.footer-logo { height: 42px; width: auto; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); color: #fff;
}
.footer-links-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
.footer-link-group h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-link-group a { display: block; color: var(--muted); padding: 5px 0; }
.footer-payments { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-payments img {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 8px;
}
.exact-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-status-inline { display: inline-flex; align-items: center; gap: 10px; }

/* Product enhancer */
.modern-product-enhancer { padding: 16px 0 26px; }
.product-enhancer-panel {
  padding: 24px;
  border-radius: 24px;
}
.product-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.product-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(38,168,255,0.1);
  border: 1px solid rgba(73,172,255,0.16);
}
.related-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}
.related-offer-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.related-offer-card i { color: var(--cyan); font-size: 1.2rem; }
.related-offer-card span { color: #fff !important; font-weight: 700; }
.related-offer-card small { color: var(--muted); }
.mobile-conversion-bar { display: none; }

/* Generic product pages styling */
body.site-modern .page-header-section,
body.site-modern .hero-equal-height {
  background: transparent !important;
}
body.site-modern .page-header-section::before,
body.site-modern .hero-equal-height::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,9,25,0.88), rgba(4,18,44,0.72) 55%, rgba(4,18,44,0.46));
}
body.site-modern .page-header-content,
body.site-modern .hero-content-wrap,
body.site-modern .hero-content-left,
body.site-modern .offer-tag-wrap,
body.site-modern .page-header-section .container,
body.site-modern .hero-equal-height .container {
  position: relative;
  z-index: 2;
}
body.site-modern .page-header-content h1,
body.site-modern .hero-content-wrap h1,
body.site-modern .hero-content-left h1 {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.03;
}
body.site-modern .single-pricing-pack,
body.site-modern .pricing-table,
body.site-modern .card,
body.site-modern .accordion .card,
body.site-modern .single-service,
body.site-modern .promo-single-wrap,
body.site-modern .feature-list-wrap,
body.site-modern .faq-wrap,
body.site-modern .client-say-card,
body.site-modern .review-card,
body.site-modern .review-item,
body.site-modern .table {
  overflow: hidden;
}
body.site-modern .table,
body.site-modern .vps-hosting-pricing-table {
  color: #eaf3ff !important;
  background: rgba(7, 18, 43, 0.85);
  border-radius: 22px;
  border: 1px solid rgba(73,172,255,0.14);
}
body.site-modern .table th,
body.site-modern .table td,
body.site-modern .vps-hosting-pricing-table th,
body.site-modern .vps-hosting-pricing-table td {
  border-color: rgba(255,255,255,0.05) !important;
}
body.site-modern .table thead th,
body.site-modern .vps-hosting-pricing-table th {
  background: rgba(26, 97, 222, 0.22);
  color: #fff !important;
}
body.site-modern .single-pricing-pack .btn,
body.site-modern .pricing-switch-wrap .btn,
body.site-modern .feature-content-wrap .btn,
body.site-modern .call-to-action-box .btn,
body.site-modern .support-content-wrap .btn,
body.site-modern .contact-us-form-wrap .btn,
body.site-modern .domain-search-wrap .btn {
  background: linear-gradient(135deg, var(--blue-2), var(--cyan)) !important;
  color: #fff !important;
}
body.site-modern input,
body.site-modern textarea,
body.site-modern select,
body.site-modern .form-control {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #fff !important;
  border-radius: 14px !important;
}
body.site-modern input::placeholder,
body.site-modern textarea::placeholder { color: #93b0d5 !important; }
body.site-modern .form-control:focus {
  border-color: rgba(73,172,255,0.35) !important;
  box-shadow: 0 0 0 0.2rem rgba(38,168,255,0.15) !important;
}
body.site-modern .scroll-top {
  background: linear-gradient(135deg, var(--blue-2), var(--cyan));
  box-shadow: 0 16px 26px rgba(0,0,0,.22);
}

/* Responsive */
@media (max-width: 1399px) {
  .modern-nav-link { padding-inline: 11px !important; }
  .hero-title { font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
  .hero-metrics-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1199px) {
  .modern-main-nav { gap: 2px; }
  .modern-nav-link { font-size: 15px; }
  .feature-ribbon-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .offer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .modern-nav-wrap { position: relative; }
  .modern-navbar { min-height: 76px; }
  .modern-topbar-inner { flex-direction: column; align-items: flex-start; padding: 10px 0; }
  .modern-nav-collapse {
    background: rgba(2,9,25,0.98);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 18px;
    margin-top: 12px;
    padding: 12px;
  }
  .modern-main-nav { display: block; width: 100%; margin: 0; }
  .modern-nav-item { width: 100%; }
  .modern-nav-link { padding: 14px 10px !important; justify-content: space-between; }
  .modern-mega,
  .modern-nav-item.is-wide .modern-mega {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin-bottom: 10px;
  }
  .modern-nav-item:hover .modern-mega { display: block; }
  .modern-header-actions { width: 100%; justify-content: stretch; margin-top: 10px; }
  .modern-header-actions .btn { flex: 1; }
  .exact-hero .hero-row { padding: 26px 22px 22px; }
  .hero-text { font-size: 17px; }
  .hero-visual-wrap { min-height: auto; margin-top: 24px; }
  .hero-floating-card { top: auto; bottom: 10px; right: 10px; width: 220px; }
  .feature-ribbon-grid,
  .comparison-grid,
  .testimonials-stats-grid,
  .infrastructure-grid,
  .faq-grid-exact,
  .exact-footer-main {
    grid-template-columns: 1fr;
  }
  .comparison-table-card { grid-template-columns: 1fr; }
  .comparison-side-info { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .footer-links-columns { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .related-offers-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .hero-title { font-size: 2.75rem; }
  .hero-actions { flex-direction: column; }
  .hero-metrics-row,
  .offer-grid,
  .testimonials-grid,
  .stats-exact-card,
  .infra-kpis,
  .footer-links-columns,
  .related-offers-grid { grid-template-columns: 1fr; }
  .feature-ribbon-grid { grid-template-columns: 1fr; }
  .hero-floating-card { position: static; width: 100%; margin-top: 14px; }
  .offer-body { flex-direction: column; align-items: flex-start; }
  .offer-visual { width: 100px; height: 100px; }
  .comparison-columns { grid-template-columns: 1fr; }
  .comparison-column + .comparison-column { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .bottom-cta-card,
  .bottom-cta-left,
  .exact-footer-bottom { flex-direction: column; align-items: flex-start; }
  .bottom-cta-visual { width: 100%; max-width: 220px; }
  .mobile-conversion-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    padding: 10px;
    background: rgba(2,9,25,0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
  }
  .mobile-conversion-primary,
  .mobile-conversion-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font-weight: 700;
  }
  .mobile-conversion-primary { background: linear-gradient(135deg, var(--blue-2), var(--cyan)); color: #fff; }
  .mobile-conversion-secondary { background: rgba(255,255,255,0.04); color: #fff; border: 1px solid rgba(255,255,255,0.08); }
  .scroll-top { bottom: 88px; }
}

/* Exact product intros */
.exact-product-hero { padding: 26px 0 18px; }
.product-hero-row {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 22px;
  align-items: stretch;
  padding: 32px 30px;
  background:
    radial-gradient(circle at 12% 14%, rgba(27,123,255,0.18), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(17,209,255,0.16), transparent 28%),
    linear-gradient(180deg, rgba(4,18,44,0.94), rgba(8,30,75,0.92));
  border: 1px solid rgba(87,160,255,0.16);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.product-hero-copy { min-width: 0; }
.intro-title {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.02;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 14px;
}
.intro-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #d6e6ff !important;
  max-width: 720px;
}
.intro-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 16px;
}
.intro-points li {
  position: relative;
  padding-left: 24px;
  color: #eef7ff !important;
  font-weight: 500;
}
.intro-points li::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
}
.product-hero-visual-col { display: flex; align-items: center; justify-content: center; }
.product-hero-visual-wrap {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: radial-gradient(circle at center, rgba(35,125,255,0.12), transparent 50%);
  overflow: hidden;
}
.product-hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(5,16,39,0.8), rgba(8,22,53,0.54));
  border: 1px solid rgba(73,172,255,0.12);
}
.product-hero-image {
  position: relative;
  z-index: 1;
  max-width: 80%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.34));
  border-radius: 22px;
}
.product-floating-card {
  top: auto;
  bottom: 18px;
  right: 18px;
  width: 250px;
  z-index: 2;
}
.product-intro-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
}
.compact-card { padding: 18px 18px 16px; }
.compact-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.compact-card p { font-size: 15px; line-height: 1.6; margin-bottom: 0; }
.hero-metrics-row.compact { grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 20px; }
.hero-mini-stat.small-format { padding: 14px 16px; min-height: auto; }
.hero-mini-stat.small-format strong { font-size: 1.4rem; }
body.site-modern .offer-box,
body.site-modern .offer-tag-wrap,
body.site-modern .pricing-table,
body.site-modern .features-box,
body.site-modern .feature-content-wrap,
body.site-modern .testimonial-wrap,
body.site-modern .promo-single-wrap,
body.site-modern .single-service,
body.site-modern .single-pricing-pack,
body.site-modern .support-article {
  box-shadow: var(--shadow);
}
body.site-modern .offer-box,
body.site-modern .offer-tag-wrap {
  background: linear-gradient(180deg, rgba(5,16,39,0.92), rgba(8,22,53,0.92)) !important;
  border: 1px solid rgba(73,172,255,0.16);
  border-radius: 24px !important;
  overflow: hidden;
}
body.site-modern .offer-box .btn,
body.site-modern .offer-tag-wrap .btn,
body.site-modern .outline-white-btn,
body.site-modern .primary-solid-btn,
body.site-modern .secondary-solid-btn,
body.site-modern .animated-btn {
  background: linear-gradient(135deg, var(--blue-2), var(--cyan)) !important;
  border-color: transparent !important;
  color: #fff !important;
}
body.site-modern .feature-tab.nav-tabs .nav-link,
body.site-modern .nav-tabs .nav-link,
body.site-modern .feature-tab .nav-link {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 16px !important;
}
body.site-modern .feature-tab.nav-tabs .nav-link.active,
body.site-modern .nav-tabs .nav-link.active,
body.site-modern .feature-tab .nav-link.active {
  background: rgba(36,132,255,0.18) !important;
  border-color: rgba(73,172,255,0.22) !important;
}
body.site-modern .header-feature-list .list-inline-item,
body.site-modern .hosting-feature-list li {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 18px;
}
body.site-modern .header-feature-list .list-inline-item { min-width: 180px; }
body.site-modern .hosting-feature-list li { padding: 10px 14px !important; }
body.site-modern .accordion .card-header,
body.site-modern .faq .card-header,
body.site-modern .card-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}
body.site-modern .card-body { color: var(--muted) !important; }
body.site-modern .section-heading { margin-bottom: 20px; }
body.site-modern .section-heading p { max-width: 760px; margin: 0 auto; }
body.site-modern .tab-content,
body.site-modern .bg-white,
body.site-modern .gray-light-bg .row.align-items-center.pt-3.pb-3,
body.site-modern .row.align-items-center.pt-3.pb-3.gray-light-bg {
  background: transparent !important;
}
body.site-modern .vps-pricing-plane .table-responsive,
body.site-modern .pricing-section .table-responsive,
body.site-modern .table-responsive { border-radius: 22px; }
body.site-modern .vps-hosting-pricing-table .primary-solid-btn,
body.site-modern .vps-hosting-pricing-table .outline-btn,
body.site-modern .vps-hosting-pricing-table .secondary-solid-btn {
  padding: 12px 16px;
  border-radius: 12px;
}
body.site-modern .vps-hosting-pricing-table td[data-value],
body.site-modern .vps-hosting-pricing-table th { color: #eff7ff !important; }
body.site-modern .vps-hosting-pricing-table .pricing-onsale-custom,
body.site-modern .pricing-onsale-custom { color: #fff !important; }
body.site-modern .breadcrumb,
body.site-modern .sitemap,
body.site-modern .breadcrumb-section,
body.site-modern .breadcrumb-content {
  color: #dbe9ff !important;
}
@media (max-width: 1199px) {
  .product-intro-cards-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .product-hero-row { grid-template-columns: 1fr; padding: 24px 22px; }
  .intro-points, .hero-metrics-row.compact { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-hero-visual-wrap { min-height: 300px; }
}
@media (max-width: 767px) {
  .intro-title { font-size: 2.35rem; }
  .intro-points, .hero-metrics-row.compact, .product-intro-cards-grid { grid-template-columns: 1fr; }
  .product-floating-card { position: static; width: 100%; margin-top: 14px; }
  .product-hero-image { max-width: 66%; max-height: 200px; }
}
