/* OffshoreKaka premium design layer v12
   Loaded after styles.css and theme.css, also inlined after critical CSS.
   Calm palette, solid surfaces, restrained typography. */

:root {
  --bg-color: #0a0e17;
  --bg-secondary: #0f1420;
  --bg-card: #101624;
  --text-main: #e9edf4;
  --text-muted: #94a1b7;
  --primary: #5aa2ff;
  --primary-glow: rgba(90, 162, 255, 0.12);
  --secondary: #6f86d6;
  --accent: #6f86d6;
  --glass-bg: rgba(255, 255, 255, 0.02);
  --glass-border: rgba(148, 163, 184, 0.16);
  --glass-shadow: 0 1px 2px rgba(2, 6, 16, 0.5);
  --gold: #e9b44c;
  --gold-hover: #f0c065;
  --gold-glow: rgba(233, 180, 76, 0.15);
  --card-radius: 14px;
}

html, body {
  background-color: var(--bg-color);
  color: var(--text-main);
}

/* Ambient background: barely there */
body::before { opacity: 0.1; }
body::after { opacity: 0.08; }

/* ---------- Typography ---------- */

h1, h2, h3, h4, .section-title, .slide-content h1, .slide-content .h1-style {
  letter-spacing: -0.02em;
}

.section-title {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--text-main);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
}

.section-title span { color: var(--primary); }

.section-subtitle { color: var(--text-muted); }

.gradient-text {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--primary);
}

.wwa-heading {
  text-transform: none;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
}

.slide-content h1, .slide-content .h1-style {
  font-weight: 700;
}

.slide-content h1 span, .slide-content .h1-style span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--primary);
}

.slide.active h1 span::after { display: none; }

.payments-banner h3 {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--text-main);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.logo {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--text-main);
}

/* ---------- Header ---------- */

header {
  background: rgba(10, 14, 23, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.desktop-nav a { color: var(--text-muted); }
.desktop-nav a:hover { color: var(--text-main); }
.desktop-nav a::after {
  background: var(--primary);
  box-shadow: none;
  height: 2px;
}

/* ---------- Buttons ---------- */

.btn {
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--gold);
  color: #14100a;
  box-shadow: 0 1px 2px rgba(2, 6, 16, 0.4);
}

.btn-primary::before { display: none; }

.btn-primary:hover {
  background: var(--gold-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(233, 180, 76, 0.22);
}

.btn-ghost {
  border: 1px solid rgba(148, 163, 184, 0.28);
  color: var(--text-main);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(148, 163, 184, 0.08);
  border-color: rgba(148, 163, 184, 0.45);
  color: var(--text-main);
}

.drawer-footer .btn-primary {
  background: var(--gold);
  box-shadow: none;
  color: #14100a;
}

/* ---------- Hero slider decor: keep, but quiet ---------- */

.cube-node {
  background: rgba(90, 162, 255, 0.04);
  border: 1px solid rgba(90, 162, 255, 0.16);
  box-shadow: none;
  opacity: 0.55;
}

.core-ring { opacity: 0.4; box-shadow: none; }
.core-ring-1 { border-color: rgba(111, 134, 214, 0.35); }
.core-ring-2 { border-color: rgba(90, 162, 255, 0.25); }
.core-ring-3 { border-color: rgba(148, 163, 184, 0.2); }

.dot { background: rgba(148, 163, 184, 0.35); }
.dot.active {
  background: var(--primary);
  box-shadow: none;
  transform: scale(1.3);
}

.ok-breadcrumb {
  background: rgba(15, 20, 32, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: none;
}

/* ---------- Cards ---------- */

.pricing-card,
.feature-card,
.stat-card,
.compliance-card,
.feature-card-v2,
.pricing-card-v2,
.privacy-card,
.glass-card,
.info-card,
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--card-radius);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 1px 2px rgba(2, 6, 16, 0.4);
}

.pricing-card:hover,
.feature-card:hover,
.stat-card:hover,
.compliance-card:hover,
.glass-card:hover,
.reveal-card:hover,
.privacy-card:hover,
.feature-card-v2:hover,
.pricing-card-v2:hover,
.testimonial-card:hover {
  border-color: rgba(148, 163, 184, 0.3) !important;
  box-shadow: 0 12px 28px rgba(2, 6, 16, 0.45) !important;
}

.feature-card-v2:hover, .pricing-card-v2:hover, .privacy-card:hover, .glass-card:hover {
  transform: translateY(-4px);
}

.stat-card:hover, .compliance-card:hover { transform: translateY(-4px); }

.feature-card::before, .feature-card-v2::before, .map-container::before { display: none; }

.pricing-card.featured {
  background: var(--bg-card);
  border: 1px solid rgba(90, 162, 255, 0.45);
  box-shadow: 0 12px 32px rgba(2, 6, 16, 0.5);
  transform: scale(1.03);
}

.pricing-card.featured:hover { transform: scale(1.03) translateY(-3px); }

.pricing-card-v2.featured {
  border: 1px solid rgba(90, 162, 255, 0.45);
  background: var(--bg-card);
}

.popular-badge {
  background: var(--primary);
  color: #0a0e17;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.45rem 1.1rem;
}

.plan-price { font-weight: 700; }
.plan-price-v2 .price-val { font-weight: 700; }

.feature-icon,
.feature-icon-v2,
.compliance-card-icon {
  background: rgba(90, 162, 255, 0.08);
  border: 1px solid rgba(90, 162, 255, 0.18);
  color: var(--primary);
  border-radius: 12px;
  box-shadow: none;
}

.compliance-card:hover .compliance-card-icon {
  box-shadow: none;
  border-color: rgba(90, 162, 255, 0.35);
}

/* ---------- Sections ---------- */

.product-page section:nth-of-type(even) { background-color: #0d1220 !important; }

.migration-container {
  background: var(--bg-card);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
}

.map-container {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(2, 6, 16, 0.45);
  backdrop-filter: none;
}

.map-container:hover {
  border-color: rgba(148, 163, 184, 0.3);
  transform: none;
  box-shadow: 0 12px 32px rgba(2, 6, 16, 0.45);
}

.payments-banner { border-color: rgba(148, 163, 184, 0.12); }

.payment-icon:hover { transform: translateY(-3px); }

/* ---------- Tables ---------- */

.ok-table-wrapper {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(2, 6, 16, 0.4);
  background: var(--bg-card);
}

.ok-table thead {
  background: rgba(148, 163, 184, 0.06);
  color: var(--text-muted);
}

.ok-table th { letter-spacing: 0.06em; font-weight: 600; }
.ok-table tbody tr:hover { background: rgba(148, 163, 184, 0.05); }
.ok-table .ok-price { color: var(--text-main); font-weight: 700; }

/* ---------- FAQ ---------- */

.faq-item {
  background: var(--bg-card);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
}

.faq-item.active {
  border-color: rgba(148, 163, 184, 0.3);
  box-shadow: none;
}

/* ---------- Footer ---------- */

footer {
  background: #070a12;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.footer-links a:hover { color: var(--text-main); transform: none; }
.footer-bottom-links a:hover { color: var(--text-main); }

/* ---------- Floating chat buttons ---------- */

.widget-btn {
  border-radius: 14px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.widget-btn.whatsapp {
  background: #128c5e;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(2, 6, 16, 0.45);
}

.widget-btn.telegram {
  background: #1f7fb5;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(2, 6, 16, 0.45);
}

.widget-btn::before {
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 6px 20px rgba(2, 6, 16, 0.5);
}

/* =====================================================
   Light theme refinements
   ===================================================== */

html[data-theme="light"] {
  --bg-color: #f7f9fc;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --text-main: #101828;
  --text-muted: #47556c;
  --primary: #1d63d8;
  --primary-glow: rgba(29, 99, 216, 0.1);
  --secondary: #4d5fb3;
  --glass-border: #e3e8f0;
  --gold: #e2a63a;
  --gold-hover: #d99a28;
}

html[data-theme="light"],
html[data-theme="light"] body {
  background: #f7f9fc !important;
  color: #2a3547 !important;
}

/* Light theme hero backgrounds: keep the page hero images visible
   (theme.css restores each hero image with a light overlay) */

html[data-theme="light"] .section-title,
html[data-theme="light"] .wwa-heading,
html[data-theme="light"] .payments-banner h3 {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  color: #101828 !important;
}

html[data-theme="light"] .section-title span,
html[data-theme="light"] .gradient-text,
html[data-theme="light"] .slide-content h1 span,
html[data-theme="light"] .slide-content .h1-style span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  color: #1d63d8 !important;
}

html[data-theme="light"] header {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #e3e8f0 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

html[data-theme="light"] .desktop-nav a { color: #445269; }
html[data-theme="light"] .desktop-nav a:hover { color: #101828; }

html[data-theme="light"] .pricing-card,
html[data-theme="light"] .feature-card,
html[data-theme="light"] .stat-card,
html[data-theme="light"] .compliance-card,
html[data-theme="light"] .feature-card-v2,
html[data-theme="light"] .pricing-card-v2,
html[data-theme="light"] .privacy-card,
html[data-theme="light"] .glass-card,
html[data-theme="light"] .info-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .ok-table-wrapper,
html[data-theme="light"] .migration-container,
html[data-theme="light"] .testimonial-card {
  background: #ffffff !important;
  border: 1px solid #e3e8f0 !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
}

html[data-theme="light"] .pricing-card:hover,
html[data-theme="light"] .feature-card:hover,
html[data-theme="light"] .stat-card:hover,
html[data-theme="light"] .compliance-card:hover,
html[data-theme="light"] .feature-card-v2:hover,
html[data-theme="light"] .pricing-card-v2:hover,
html[data-theme="light"] .privacy-card:hover,
html[data-theme="light"] .glass-card:hover,
html[data-theme="light"] .testimonial-card:hover {
  border-color: #c9d3e2 !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.1) !important;
}

html[data-theme="light"] .pricing-card.featured,
html[data-theme="light"] .pricing-card-v2.featured {
  border: 1px solid rgba(29, 99, 216, 0.5) !important;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12) !important;
}

html[data-theme="light"] .popular-badge {
  background: #1d63d8 !important;
  color: #ffffff !important;
}

html[data-theme="light"] .feature-icon,
html[data-theme="light"] .feature-icon-v2,
html[data-theme="light"] .compliance-card-icon {
  background: rgba(29, 99, 216, 0.07) !important;
  border: 1px solid rgba(29, 99, 216, 0.18) !important;
  color: #1d63d8 !important;
}

html[data-theme="light"] .product-page section:nth-of-type(even) {
  background-color: #eef2f9 !important;
  background-image: none !important;
}

html[data-theme="light"] footer {
  background: #ffffff !important;
  border-top: 1px solid #e3e8f0 !important;
}

html[data-theme="light"] .footer-col h3,
html[data-theme="light"] .footer-col h4 {
  color: #101828 !important;
}

html[data-theme="light"] .footer-links a { color: #55637a !important; }
html[data-theme="light"] .footer-links a:hover { color: #101828 !important; }

html[data-theme="light"] .btn-primary {
  background: #101828 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1) !important;
}

html[data-theme="light"] .btn-primary:hover {
  background: #1f2b40 !important;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.18) !important;
}

html[data-theme="light"] .btn-ghost {
  border: 1px solid #c9d3e2 !important;
  color: #101828 !important;
  background: #ffffff !important;
}

html[data-theme="light"] .btn-ghost:hover {
  background: #f0f3f9 !important;
  border-color: #a9b8cf !important;
  color: #101828 !important;
}

html[data-theme="light"] .ok-table thead {
  background: #f2f5fa !important;
  color: #55637a !important;
}

html[data-theme="light"] .ok-table td { color: #101828 !important; }
html[data-theme="light"] .ok-table .ok-price { color: #101828 !important; }

html[data-theme="light"] .cube-node,
html[data-theme="light"] .core-ring {
  opacity: 0.25;
  border-color: rgba(29, 99, 216, 0.2);
  background: rgba(29, 99, 216, 0.03);
}

html[data-theme="light"] .ok-breadcrumb {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #e3e8f0 !important;
}

html[data-theme="light"] .slide-content p,
html[data-theme="light"] .section-subtitle {
  color: #55637a !important;
}

/* ---------- Hero sizing: no oversized empty space ---------- */

@media (min-width: 768px) {
  .hero-slider-container, .slider-scene {
    height: 76vh !important;
    min-height: 620px !important;
    max-height: 860px !important;
  }
}

@media (max-width: 767px) {
  .hero-slider-container, .slider-scene {
    height: 92svh !important;
    min-height: 92svh !important;
  }
}

/* ---------- Hero trust row ---------- */

.hero-trust-row {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 2.2rem;
  pointer-events: none;
  padding: 0 1.5rem;
}

.hero-trust-row span {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.hero-trust-row i { color: var(--primary); font-size: 0.9rem; }

@media (max-width: 767px) {
  .hero-trust-row { bottom: 58px; gap: 0.45rem 1.1rem; }
  .hero-trust-row span { font-size: 0.75rem; }
}

html[data-theme="light"] .hero-trust-row span { color: #55637a; }
html[data-theme="light"] .hero-trust-row i { color: #1d63d8; }

/* ---------- Migration: centered, no half-empty column ---------- */

.migration-container {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 3.5rem 2.5rem;
  gap: 1rem;
}

.migration-text h2 { text-align: center; }
.migration-text p { margin-bottom: 2rem; font-size: 1.05rem; }
.migration-visual { display: none; }

/* ---------- Stats: solid weight ---------- */

.stat-value { font-weight: 700; }

/* ---------- Product page heroes: same height band as the home hero ---------- */

@media (min-width: 768px) {
  .hero-centered {
    height: auto !important;
    min-height: clamp(620px, 76vh, 860px) !important;
    padding-top: 120px !important;
    padding-bottom: 60px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .hero-centered {
    height: auto !important;
    min-height: 92svh !important;
    padding-top: 110px !important;
    padding-bottom: 60px !important;
    justify-content: center;
  }
}

/* Order buttons: normal case, consistent radius */
.ok-btn-order {
  text-transform: none;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

/* Slide heading underline effect: off */
.slide.active h1 span::after,
.slide.active .h1-style span::after { display: none !important; animation: none !important; }

/* Long-form SEO text blocks: centered */
.seo-text-block, .seo-text-block h3, .seo-text-block p { text-align: center !important; }
.seo-guide-content h3, .seo-guide-content p { text-align: center !important; }

/* Order buttons: readable in light theme */
html[data-theme="light"] .ok-btn-order {
  background: #101828 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html[data-theme="light"] .ok-btn-order i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html[data-theme="light"] .ok-btn-order:hover {
  background: #1f2b40 !important;
  color: #ffffff !important;
}

/* Comparison table order buttons: readable */
.btn-compare-order, .btn-compare-order i {
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}
html[data-theme="light"] .btn-compare-order { background: #101828 !important; }

/* Comparison table recommended column: blue tint in light theme */
html[data-theme="light"] .feature-comparison-v2 td.recommended {
  background: rgba(29, 99, 216, 0.05) !important;
  border-left-color: rgba(29, 99, 216, 0.15) !important;
  border-right-color: rgba(29, 99, 216, 0.15) !important;
}
html[data-theme="light"] .feature-comparison-v2 th.recommended::after {
  background: #1d63d8 !important;
  color: #ffffff !important;
}

/* =====================================================
   Light theme: readable body text everywhere.
   Pages hardcode dark-theme grays inline (#9aa4b2, #b8c1cf,
   #c8d0dd, #94a3b8); on white they fail contrast. Force a
   readable slate on text elements and on any element whose
   inline style carries one of those grays.
   ===================================================== */

html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] dd,
html[data-theme="light"] dt {
  color: #3a475c !important;
}

html[data-theme="light"] [style*="9aa4b2"],
html[data-theme="light"] [style*="b8c1cf"],
html[data-theme="light"] [style*="c8d0dd"],
html[data-theme="light"] [style*="94a3b8"],
html[data-theme="light"] [style*="8c9bb3"] {
  color: #3a475c !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6 {
  color: #101828 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="light"] .stat-label,
html[data-theme="light"] .plan-name,
html[data-theme="light"] .faq-question {
  color: #101828 !important;
}

html[data-theme="light"] .section-subtitle,
html[data-theme="light"] .stat-desc {
  color: #47556c !important;
}

/* Keep accent-colored heading spans blue despite the h* override */
html[data-theme="light"] .section-title span,
html[data-theme="light"] .slide-content h1 span,
html[data-theme="light"] .slide-content .h1-style span {
  color: #1d63d8 !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Footer link text stays its own shade */
html[data-theme="light"] footer p { color: #47556c !important; }

/* Section descriptions: breathing room */
.section-subtitle {
  line-height: 1.75 !important;
  max-width: 720px !important;
  margin: 0.9rem auto 0 !important;
}
.section-header { margin-bottom: 3rem !important; }
.section-header .section-title { margin-bottom: 0.4rem; }

/* =====================================================
   Icon cards: icon left, title beside it, text below
   ===================================================== */

.icon-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  text-align: left;
}
.icon-card-head i { flex-shrink: 0; margin: 0 !important; }
.icon-card-head h3 { margin: 0 !important; text-align: left; }
.icon-card-title { font-weight: 700; color: var(--text-main); font-size: 1.05rem; text-align: left; }
html[data-theme="light"] .icon-card-title { color: #101828 !important; }

/* =====================================================
   Datacenter map pins: separated, readable labels
   ===================================================== */

.location-pin .pin-label, .pin-label {
  font-size: 0.82rem !important;
  padding: 0.4rem 0.85rem !important;
  background: rgba(9, 13, 21, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}
.netherlands-pin .pin-label { transform: translate(-52px, -66px) !important; }
.germany-pin .pin-label { transform: translate(54px, 4px) !important; }
.netherlands-pin:hover .pin-label { transform: translate(-52px, -70px) !important; box-shadow: 0 8px 22px rgba(2, 6, 16, 0.5) !important; }
.germany-pin:hover .pin-label { transform: translate(54px, 0px) !important; box-shadow: 0 8px 22px rgba(2, 6, 16, 0.5) !important; }
.pin-dot { box-shadow: 0 0 0 4px rgba(90, 162, 255, 0.2) !important; }
html[data-theme="light"] .pin-label {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #101828 !important;
  border-color: #d5deea !important;
}

/* =====================================================
   Dark theme elevation: depth without neon
   ===================================================== */

body {
  background:
    radial-gradient(1100px 520px at 50% -120px, rgba(90, 162, 255, 0.09), transparent 60%),
    radial-gradient(900px 520px at 88% 112%, rgba(111, 134, 214, 0.06), transparent 60%),
    linear-gradient(180deg, #0b101c 0%, #090d15 100%);
}

:root {
  --text-main: #edf2f9;
  --text-muted: #9aa8bf;
  --bg-card: #111828;
}

header {
  background: rgba(9, 13, 21, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pricing-card,
.feature-card,
.stat-card,
.compliance-card,
.feature-card-v2,
.pricing-card-v2,
.privacy-card,
.glass-card,
.info-card,
.testimonial-card,
.faq-item,
.migration-container,
.ok-table-wrapper {
  background: linear-gradient(180deg, #141b2d 0%, #0f1523 100%);
  border: 1px solid rgba(148, 163, 184, 0.17);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 3px rgba(1, 4, 12, 0.5);
}

.pricing-card:hover,
.feature-card:hover,
.stat-card:hover,
.compliance-card:hover,
.glass-card:hover,
.reveal-card:hover,
.privacy-card:hover,
.feature-card-v2:hover,
.pricing-card-v2:hover,
.testimonial-card:hover {
  border-color: rgba(148, 163, 184, 0.34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 36px rgba(1, 4, 12, 0.55) !important;
}

.pricing-card.featured {
  border: 1px solid rgba(90, 162, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 1px rgba(90, 162, 255, 0.12), 0 16px 40px rgba(1, 4, 12, 0.55);
}

.product-page section:nth-of-type(even) { background-color: #0c1322 !important; }

.feature-icon,
.feature-icon-v2,
.compliance-card-icon {
  background: linear-gradient(180deg, rgba(90, 162, 255, 0.15), rgba(90, 162, 255, 0.06));
  border: 1px solid rgba(90, 162, 255, 0.26);
}

.btn-primary {
  background: linear-gradient(180deg, #f2c363 0%, #e4a93f 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(1, 4, 12, 0.45);
}
.btn-primary:hover {
  background: linear-gradient(180deg, #f6cd77 0%, #eab24c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 6px 18px rgba(233, 180, 76, 0.25);
}

footer { background: #080c15; }

.section-title { color: #f4f7fd; }
.faq-question { color: #edf2f9; }

/* Light theme keeps its own flat clean surfaces (rules above are overridden
   by the light !important block) - restate the key ones for safety */
html[data-theme="light"] body {
  background: #f7f9fc !important;
}
html[data-theme="light"] .btn-primary {
  background: #101828 !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1) !important;
}
html[data-theme="light"] .section-title { color: #101828 !important; }
html[data-theme="light"] .faq-question { color: #101828 !important; }

/* =====================================================
   Map pins: calm hover (no jump, no scale), clear label
   ===================================================== */

.location-pin { transition: none !important; }
.location-pin:hover { transform: translate(-50%, -50%) !important; z-index: 5 !important; }
.location-pin:hover .pin-dot {
  background: #8ec2ff !important;
  box-shadow: 0 0 0 7px rgba(90, 162, 255, 0.28) !important;
}
.location-pin:hover .pin-label,
.netherlands-pin:hover .pin-label,
.germany-pin:hover .pin-label {
  background: #101828 !important;
  color: #ffffff !important;
  border-color: rgba(90, 162, 255, 0.55) !important;
  box-shadow: 0 10px 24px rgba(2, 6, 16, 0.5) !important;
}
/* hover label keeps the exact base position: no movement, only color feedback */
.netherlands-pin .pin-label,
.netherlands-pin:hover .pin-label { transform: translate(-52px, -66px) !important; }
.germany-pin .pin-label,
.germany-pin:hover .pin-label { transform: translate(54px, 4px) !important; }

html[data-theme="light"] .location-pin:hover .pin-label {
  background: #101828 !important;
  color: #ffffff !important;
  border-color: #101828 !important;
}

/* =====================================================
   Comparison table order buttons: one consistent style
   ===================================================== */

.feature-comparison-v2 .btn-compare-order,
.feature-comparison-v2 td.recommended .btn-compare-order {
  background: linear-gradient(180deg, #f2c363 0%, #e4a93f 100%) !important;
  color: #14100a !important;
  -webkit-text-fill-color: #14100a !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(1, 4, 12, 0.45) !important;
}
.feature-comparison-v2 .btn-compare-order:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #f6cd77 0%, #eab24c 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 6px 18px rgba(233, 180, 76, 0.25) !important;
}
html[data-theme="light"] .feature-comparison-v2 .btn-compare-order,
html[data-theme="light"] .feature-comparison-v2 td.recommended .btn-compare-order {
  background: #101828 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.12) !important;
}
html[data-theme="light"] .feature-comparison-v2 .btn-compare-order:hover {
  background: #1f2b40 !important;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.18) !important;
}
html[data-theme="light"] .feature-comparison-v2 .btn-compare-order i,
.feature-comparison-v2 .btn-compare-order i { color: inherit !important; -webkit-text-fill-color: inherit !important; }

/* Icon cards: centered layout (icon stays left of the title) */
.icon-card-head { justify-content: center; }
.icon-card-head ~ p,
.icon-card-head ~ div { text-align: center !important; }

/* =====================================================
   Long-form guide sections: centered text sitewide
   ===================================================== */

#what-is-offshore-web-hosting p, #what-is-offshore-web-hosting h3, #what-is-offshore-web-hosting h4,
#reseller-guide p, #reseller-guide h3, #reseller-guide h4,
#what-is-offshore-dedicated p, #what-is-offshore-dedicated h3, #what-is-offshore-dedicated h4,
#privacy-jurisdiction-guide p, #privacy-jurisdiction-guide h3, #privacy-jurisdiction-guide h4,
#managed-unmanaged-vps p, #managed-unmanaged-vps h3,
#vps-use-cases p, #vps-use-cases h3,
#location-benefits p, #location-benefits h3,
#capability-stack p, #capability-stack h3,
#shared-vs-vps p, #shared-vs-vps h3,
#standard-vs-offshore p, #standard-vs-offshore h3 {
  text-align: center !important;
}

#what-is-offshore-web-hosting ul, #reseller-guide ul,
#what-is-offshore-dedicated ul, #privacy-jurisdiction-guide ul,
#managed-unmanaged-vps ul, #vps-use-cases ul, #shared-vs-vps ul {
  display: inline-block !important;
  text-align: left !important;
  margin: 0 auto !important;
}
#shared-vs-vps ul { display: block !important; max-width: 460px; margin: 0 auto !important; }
#standard-vs-offshore th, #standard-vs-offshore td { text-align: center !important; }

/* Section heads with icon rows inside guide cards stay centered */
#managed-unmanaged-vps div[style*="display: flex"],
#shared-vs-vps div[style*="display: flex"] {
  justify-content: center;
}

/* =====================================================
   rg-grid (location/OS and related-guide cards): centered
   flex so an odd count (like 5) balances 3 + 2
   ===================================================== */

.rg-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem !important;
}
.rg-grid .rg-card { flex: 0 1 300px; }
@media (max-width: 700px) {
  .rg-grid .rg-card { flex: 1 1 100%; }
}

/* Subtitles always centered, wherever they appear */
.section-subtitle { text-align: center !important; }

/* Dedicated page benefit/capability cards: icon and text centered */
#location-benefits div, #capability-stack div,
#what-is-offshore-dedicated div, #privacy-jurisdiction-guide div {
  text-align: center !important;
}
#location-benefits div[style*="display: flex"],
#capability-stack div[style*="display: flex"] {
  justify-content: center;
}

/* =====================================================
   Round: alignment, performance, visibility fixes
   ===================================================== */

/* Scroll performance: kill the blurred fixed blobs entirely */
body::before, body::after { display: none !important; }

/* Dark nav links: clearly visible */
.desktop-nav a { color: #d8e1ee; }
.desktop-nav a:hover { color: #ffffff; }

/* Map: labels sit right next to their dot (NL above, DE below) */
.netherlands-pin .pin-label,
.netherlands-pin:hover .pin-label { transform: translate(0, -58px) !important; }
.germany-pin .pin-label,
.germany-pin:hover .pin-label { transform: translate(0, 2px) !important; }

/* Trust cards: readable description in light theme */
html[data-theme="light"] .icon-card-head ~ div,
html[data-theme="light"] .icon-card-head ~ p {
  color: #3a475c !important;
}

/* Long-form SEO containers (max-width 980/880 wrappers): centered */
[style*="max-width:980px"] p, [style*="max-width:980px"] h3, [style*="max-width:980px"] h4,
[style*="max-width:880px"] p, [style*="max-width:880px"] h3, [style*="max-width:880px"] h4 {
  text-align: center !important;
}
[style*="max-width:980px"] ul, [style*="max-width:880px"] ul {
  display: inline-block !important;
  text-align: left !important;
  margin: 0 auto !important;
}

/* Legal and policy pages: centered content */
.content-area p, .content-area h1, .content-area h2, .content-area h3, .content-area h4,
.legal-content p, .legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4 {
  text-align: center !important;
}
.content-area ul, .content-area ol, .legal-content ul, .legal-content ol {
  display: inline-block !important;
  text-align: left !important;
  margin: 0.5rem auto 1rem !important;
}
.content-area, .legal-content { text-align: center; }

/* Uptime history bars: solid and visible in both themes */
.uptime-bar { background: #22c55e !important; min-height: 100%; }
.uptime-bar.degraded { background: #eab308 !important; }
.uptime-bar.partial { background: #d97706 !important; }
.uptime-bar.major { background: #ef4444 !important; }
html[data-theme="light"] .uptime-bar { background: #16a34a !important; }
html[data-theme="light"] .uptime-bar.degraded { background: #ca8a04 !important; }
html[data-theme="light"] .uptime-bar.partial { background: #c2570c !important; }
html[data-theme="light"] .uptime-bar.major { background: #dc2626 !important; }

/* Hero trust strip: one tidy centered line on desktop */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.55rem;
}
@media (min-width: 1200px) {
  .trust-strip .ts-item { font-size: 0.88rem; white-space: nowrap; }
}
