/* Wordpress Hosting — Hostinger inspired theme */
:root {
  --primary: #674cc4;
  --primary-dark: #2f1c6a;
  --primary-soft: #f3efff;
  --primary-mid: #8570d0;
  --accent: #fc5185;
  --bg: #ffffff;
  --bg-alt: #f8f6ff;
  --text: #1a1333;
  --text-muted: #5c5670;
  --border: #e6e0f5;
  --success: #00b67a;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(47, 28, 106, 0.08);
  --font: "Mulish", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 1.05rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1240px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.container-wide {
  max-width: 1320px !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a.img-affiliate-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

a.img-affiliate-link:hover {
  opacity: 0.96;
  transform: translateY(-2px);
}

a.img-affiliate-link img {
  width: 100%;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: #e23f78;
}

h1, h2, h3, h4 {
  font-weight: 800;
  line-height: 1.25;
  color: var(--primary-dark);
}

h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-top: 2rem; margin-bottom: 1.15rem; }
h3 { font-size: 1.25rem; margin-top: 1.75rem; margin-bottom: 0.85rem; }
h4 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin: 1.35rem 0 0.65rem;
  letter-spacing: -0.01em;
}

p { margin-bottom: 1rem; color: var(--text); }

.text-muted-custom { color: var(--text-muted) !important; }

/* Navbar */
.site-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(230, 224, 245, 0.9);
  padding: 0.55rem 0;
  box-shadow: 0 8px 28px rgba(47, 28, 106, 0.06);
  z-index: 1030;
}

.site-navbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.site-navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.28rem;
  color: var(--primary-dark) !important;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.brand-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none !important;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.72rem;
  background: linear-gradient(145deg, #7b5fd4 0%, #674cc4 48%, #2f1c6a 100%);
  box-shadow:
    0 8px 18px rgba(103, 76, 196, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.brand-mark-inner {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  transform: rotate(6deg);
}

.brand-logo:hover .brand-mark {
  transform: rotate(0deg) translateY(-1px);
  box-shadow:
    0 12px 22px rgba(103, 76, 196, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.brand-text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.28rem;
  color: var(--primary-dark);
  position: relative;
}

.brand-text span {
  color: var(--primary);
  position: relative;
}

.brand-text span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary) 0%, #fc5185 100%);
  opacity: 0.85;
}

.site-navbar .navbar-brand.brand-logo {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.site-navbar .navbar-brand .brand-text {
  color: var(--primary-dark) !important;
}

.brand-mark-footer {
  background: linear-gradient(145deg, #9b86e0 0%, #8570d0 45%, #674cc4 100%);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.footer-brand.brand-logo {
  margin-bottom: 0.85rem;
}

.footer-brand .brand-text {
  color: #fff !important;
}

.footer-brand .brand-text span {
  color: #cbb8ff !important;
}

.footer-brand .brand-text span::after {
  background: linear-gradient(90deg, #cbb8ff 0%, #fc5185 100%);
}

.site-navbar .nav-link {
  color: var(--text) !important;
  font-weight: 600;
  font-size: 0.94rem;
  padding: 0.45rem 0.8rem !important;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
  color: var(--primary) !important;
  background: var(--primary-soft);
}

.site-navbar .btn-nav-cta {
  padding: 0.55rem 1.15rem;
  font-size: 0.88rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(103, 76, 196, 0.28);
  white-space: nowrap;
}

.site-navbar .btn-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(103, 76, 196, 0.34);
}

.navbar-toggler {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.4rem 0.55rem;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
  }

  .site-navbar .nav-link {
    padding: 0.7rem 0.9rem !important;
  }
}

/* Buttons */
.btn-primary-host {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff !important;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.5rem;
  transition: 0.2s ease;
}

.btn-primary-host:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-outline-host {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary) !important;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.5rem;
}

.btn-outline-host:hover {
  background: var(--primary-soft);
  color: var(--primary-dark) !important;
}

.btn-lg-host {
  padding: 0.85rem 1.75rem;
  font-size: 1.05rem;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0 0;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(103, 76, 196, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 100% 10%, rgba(133, 112, 208, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, #f7f4ff 0%, #ffffff 48%, #faf9ff 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.hero-glow-a {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: rgba(103, 76, 196, 0.22);
  animation: heroFloat 10s ease-in-out infinite;
}

.hero-glow-b {
  width: 380px;
  height: 380px;
  right: -60px;
  top: 8%;
  background: rgba(252, 81, 133, 0.12);
  animation: heroFloat 12s ease-in-out infinite reverse;
}

@keyframes heroFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, 22px) scale(1.06); }
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.75rem 3rem;
  align-items: center;
  padding-bottom: 3rem;
}

.hero-copy {
  max-width: 560px;
  animation: heroRise 0.7s ease both;
}

.hero-visual {
  animation: heroRise 0.85s ease 0.12s both;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(103, 76, 196, 0.16);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.95rem 0.45rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1.35rem;
  box-shadow: 0 8px 28px rgba(47, 28, 106, 0.06);
  backdrop-filter: blur(8px);
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(252, 81, 133, 0.18);
  animation: heroPulse 1.8s ease-in-out infinite;
}

@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(252, 81, 133, 0.16); }
  50% { box-shadow: 0 0 0 7px rgba(252, 81, 133, 0.08); }
}

.hero h1 {
  font-size: clamp(2.15rem, 3.6vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}

.hero-lead {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 1.35rem;
  max-width: 36rem;
}

.hero-lead strong {
  color: var(--primary-dark);
  font-weight: 800;
}

.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  padding: 0;
  margin: 0 0 1.75rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text);
  font-weight: 700;
  font-size: 0.95rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px rgba(0, 182, 122, 0.25);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions .btn-primary-host {
  box-shadow: 0 12px 28px rgba(103, 76, 196, 0.28);
}

.hero-actions .btn-primary-host:hover {
  box-shadow: 0 16px 34px rgba(47, 28, 106, 0.3);
}

.hero-visual-stage {
  position: relative;
  border-radius: 28px;
  padding: 0.65rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(243, 239, 255, 0.55));
  border: 1px solid rgba(103, 76, 196, 0.14);
  box-shadow:
    0 4px 12px rgba(47, 28, 106, 0.04),
    0 28px 70px rgba(47, 28, 106, 0.16);
}

.hero-visual-stage::before {
  content: "";
  position: absolute;
  inset: -18% -12% auto auto;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 76, 196, 0.28) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero-visual-stage .img-affiliate-link {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, #6b4fd8 0%, #4f35b5 55%, #3a248f 100%);
}

.hero-visual-stage img {
  width: 100%;
  display: block;
  transform: scale(1.01);
  transition: transform 0.55s ease;
}

.hero-visual-stage:hover img {
  transform: scale(1.035);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.35rem 0 1.55rem;
  border-top: 1px solid rgba(103, 76, 196, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.trust-item {
  text-align: center;
  padding: 0.65rem 0.5rem;
  position: relative;
}

.trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(103, 76, 196, 0.22), transparent);
}

.trust-item .num {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary-dark);
  display: block;
  line-height: 1.2;
}

.trust-item .label {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 0.15rem;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow-a,
  .hero-glow-b,
  .hero-badge-dot,
  .hero-copy,
  .hero-visual,
  .hero-visual-stage img {
    animation: none !important;
    transition: none !important;
  }

  .hero-copy,
  .hero-visual {
    opacity: 1;
    transform: none;
  }
}

/* Sections */
.section {
  padding: 4.5rem 0;
}

/* What is WordPress hosting */
.what-is-section {
  overflow: hidden;
}

.what-is-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.what-is-copy h2 {
  margin-bottom: 1.1rem;
}

.what-is-copy p {
  margin-bottom: 1rem;
}

.what-is-media {
  min-width: 0;
}

.what-is-media .img-rounded {
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}

.what-is-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem 2.1rem;
  box-shadow: 0 12px 36px rgba(47, 28, 106, 0.06);
}

.what-is-panel h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.what-is-panel h3 + p,
.what-is-panel p {
  margin-bottom: 1rem;
}

.what-is-points {
  list-style: none;
  margin: 1.1rem 0 1.4rem;
  padding: 0;
}

.what-is-point {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.55rem;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.55;
  background: none;
  border: none;
  border-radius: 0;
}

.what-is-point + .what-is-point {
  margin-top: 0.35rem;
}

.what-is-point::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.35rem;
  color: var(--success);
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .what-is-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .what-is-media {
    order: -1;
  }

  .what-is-panel {
    padding: 1.5rem;
  }
}

.section-alt {
  background: var(--bg-alt);
}

.section-label {
  display: inline-block;
  color: var(--primary);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}

.lead-text {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 720px;
}

#features .lead-text {
  max-width: none;
}

#features .feature-card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

#features .features-stack .feature-card {
  padding: 1.35rem 1.5rem;
}

/* Feature cards */
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  height: 100%;
  transition: 0.2s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow);
  border-color: #d4c9f5;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

/* Pricing */
.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.85rem 1.6rem 1.5rem;
  height: 100%;
  position: relative;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d9cff5, #674cc4);
  opacity: 0.55;
}

.price-card:hover {
  box-shadow: 0 18px 45px rgba(47, 28, 106, 0.12);
  transform: translateY(-4px);
  border-color: #d4c9f5;
}

.price-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 20px 50px rgba(103, 76, 196, 0.18);
  background: linear-gradient(180deg, #f7f3ff 0%, #ffffff 42%);
  transform: scale(1.03);
}

.price-card.featured::before {
  height: 5px;
  opacity: 1;
  background: linear-gradient(90deg, #4312a5, #674cc4, #8570d0);
}

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

.price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  transform: none;
  background: linear-gradient(135deg, #674cc4, #2f1c6a);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.price-top {
  margin-bottom: 1rem;
  padding-right: 4.5rem;
}

.price-name {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--primary-dark);
  margin-bottom: 0.35rem;
}

.price-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.price-box {
  background: #f8f6ff;
  border: 1px solid #e8e1fa;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.35rem;
}

.price-card.featured .price-box {
  background: #fff;
  border-color: #d9cff5;
  box-shadow: 0 8px 24px rgba(103, 76, 196, 0.08);
}

.price-amount {
  font-size: 2.55rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1;
}

.price-amount span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
}

.price-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}

.price-old {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.price-save {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 182, 122, 0.12);
  color: #0a8f62;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 1.25rem;
  flex-grow: 1;
}

.price-list li {
  padding: 0.45rem 0;
  font-size: 0.95rem;
  color: var(--text);
  border-bottom: 1px solid #f1ecfb;
}

.price-list li:last-child {
  border-bottom: none;
}

.price-list li::before {
  content: "✓ ";
  color: var(--success);
  font-weight: 800;
}

.price-list li.no::before {
  content: "✗ ";
  color: #c4bfd4;
}

.price-note {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}

.pricing-grid {
  position: relative;
}

/* Content blocks — blog article headings + FAQ questions */
.content-block h2 {
  margin-top: 0;
  margin-bottom: 1.35rem;
  padding-top: 2.75rem;
  line-height: 1.3;
}

.content-block h2:first-of-type {
  padding-top: 0.25rem;
}

.content-block h3 {
  margin-top: 0;
  margin-bottom: 0.95rem;
  padding-top: 2rem;
  line-height: 1.4;
}

.content-block > h3 + p {
  margin-top: 0;
  margin-bottom: 1.35rem;
}

.content-block > h2 + p,
.content-block > h2 + ul {
  margin-top: 0;
}

.content-block ul {
  padding-left: 1.1rem;
  margin-bottom: 1.25rem;
}

.content-block li {
  margin-bottom: 0.45rem;
}

.content-block p {
  margin-bottom: 1.15rem;
}

.img-rounded {
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

/* Pros cons */
.pros-cons {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  height: 100%;
}

.pros-cons h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.pros-cons.pros h3 { color: var(--success); }
.pros-cons.cons h3 { color: var(--accent); }

.pros-cons ul {
  padding-left: 1.1rem;
  margin: 0;
}

.pros-cons li {
  margin-bottom: 0.55rem;
}

/* Comparison table */
.table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 16px 50px rgba(47, 28, 106, 0.08);
}

.compare-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 680px;
}

.compare-table th,
.compare-table td {
  padding: 1.05rem 1.15rem;
  border-bottom: 1px solid #efeafc;
  text-align: left;
  font-size: 0.95rem;
  vertical-align: middle;
}

.compare-table thead th {
  background: linear-gradient(135deg, #2f1c6a 0%, #674cc4 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border-bottom: none;
  position: relative;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.compare-table thead th:first-child {
  border-top-left-radius: 19px;
}

.compare-table thead th:last-child {
  border-top-right-radius: 19px;
}

.compare-table tbody th[scope="row"] {
  background: #faf8ff;
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 0.92rem;
  width: 22%;
  border-right: 1px solid #efeafc;
}

.compare-table tbody tr:hover td,
.compare-table tbody tr:hover th[scope="row"] {
  background: #f6f2ff;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table .col-highlight {
  background: rgba(103, 76, 196, 0.06);
  text-align: center;
  font-weight: 700;
  color: var(--primary-dark);
  border-left: 1px solid rgba(103, 76, 196, 0.12);
  border-right: 1px solid rgba(103, 76, 196, 0.12);
}

.compare-table thead th.col-highlight {
  background: linear-gradient(135deg, #4312a5 0%, #674cc4 55%, #8570d0 100%);
  text-align: center;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.25);
}

.compare-table tbody td.col-highlight {
  background: rgba(103, 76, 196, 0.07);
}

.compare-table tbody tr:hover td.col-highlight {
  background: rgba(103, 76, 196, 0.12);
}

.th-badge {
  display: inline-block;
  background: #fff;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.45rem;
}

.cell-strong {
  color: var(--primary);
  font-weight: 800;
  font-size: 1rem;
}

.cell-check::before {
  content: "✓ ";
  color: var(--success);
  font-weight: 800;
}

/* Audience cards */
.audience-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem;
  height: 100%;
}

/* Reviews */
.review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  height: 100%;
}

.stars {
  color: #f5a623;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.review-card p {
  font-size: 0.98rem;
  color: var(--text-muted);
}

.reviewer {
  font-weight: 800;
  color: var(--primary-dark);
  margin-top: 1rem;
  margin-bottom: 0;
}

.reviewer span {
  display: block;
  font-weight: 600;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Steps */
.step-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.step-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FAQ */
.faq-accordion {
  max-width: 100%;
}

.faq-accordion .accordion-item.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  margin-bottom: 1.1rem;
  overflow: hidden;
  height: auto;
  padding: 0;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--primary-dark);
  background: #fff;
  box-shadow: none !important;
  padding: 1.3rem 1.4rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.faq-accordion .accordion-button::after {
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.faq-accordion .accordion-body {
  padding: 1rem 1.35rem 1.25rem;
}

.faq-accordion .accordion-body p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

.faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none !important;
}

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.cta-band h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.cta-band .btn-primary-host {
  background: #fff;
  border-color: #fff;
  color: var(--primary-dark) !important;
}

.cta-band .btn-primary-host:hover {
  background: var(--primary-soft);
  border-color: var(--primary-soft);
}

/* Page hero (inner pages) */
.page-hero {
  background: linear-gradient(165deg, #f3efff 0%, #ffffff 100%);
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  margin-bottom: 0;
  max-width: 920px;
}

.page-hero-modern {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 3.25rem;
  border-bottom: none;
  background:
    radial-gradient(ellipse 80% 70% at 0% 0%, rgba(133, 112, 208, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 20%, rgba(252, 81, 133, 0.14), transparent 50%),
    radial-gradient(ellipse 50% 40% at 70% 100%, rgba(103, 76, 196, 0.18), transparent 45%),
    linear-gradient(145deg, #2f1c6a 0%, #4a35a0 42%, #674cc4 78%, #8570d0 100%);
  color: #fff;
}

.page-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.page-hero-modern::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
  pointer-events: none;
}

.page-hero-modern .container {
  position: relative;
  z-index: 1;
}

.page-hero-modern h1 {
  color: #fff;
  max-width: 920px;
  line-height: 1.2;
  text-shadow: 0 10px 30px rgba(20, 8, 60, 0.25);
}

@media (max-width: 767.98px) {
  .page-hero-modern {
    padding: 3rem 0 2.5rem;
  }

  .page-hero-modern h1 {
    font-size: 1.65rem;
  }
}

/* Guides / post grid */
.guides-hero .page-hero-modern h1,
.page-hero-modern.guides-hero h1 {
  max-width: 760px;
}

.guides-lead {
  margin: 1rem 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.6;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 12px 36px rgba(47, 28, 106, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  border-color: #d4c9f5;
  box-shadow: 0 18px 44px rgba(47, 28, 106, 0.14);
  color: inherit;
}

.post-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--primary-soft);
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.post-card:hover .post-card-media img {
  transform: scale(1.04);
}

.post-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.2rem 1.3rem 1.35rem;
  flex: 1;
}

.post-card-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--primary-dark);
  font-weight: 800;
  flex: 1;
}

.post-card-more {
  margin-top: 0.15rem;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.95rem;
}

.post-card:hover .post-card-more {
  color: var(--primary-dark);
}

@media (max-width: 991.98px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .post-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .post-card-title {
    font-size: 1.1rem;
  }
}

/* Related posts (shared horizontal strip on blog articles) */
.related-posts {
  background: linear-gradient(180deg, #f7f4ff 0%, #ffffff 100%);
  border-top: 1px solid var(--border);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.related-posts-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.related-posts-head h2 {
  margin: 0;
  font-size: 1.55rem;
  color: var(--primary-dark);
  font-weight: 800;
}

.related-posts-all {
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.related-posts-all:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.related-posts-track {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.related-posts-track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.related-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 10px 28px rgba(47, 28, 106, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: #d4c9f5;
  box-shadow: 0 16px 36px rgba(47, 28, 106, 0.12);
  color: inherit;
}

.related-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--primary-soft);
}

.related-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.related-card:hover .related-card-media img {
  transform: scale(1.04);
}

.related-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.95rem 1rem 1.1rem;
  flex: 1;
}

.related-card-title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--primary-dark);
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.related-card-more {
  font-weight: 700;
  color: var(--primary);
  font-size: 0.9rem;
}

.related-card:hover .related-card-more {
  color: var(--primary-dark);
}

@media (min-width: 992px) {
  .related-card {
    flex-basis: calc(25% - 0.9rem);
  }
}

/* Mid-article blog CTA banners */
.blog-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 2.25rem 0;
  padding: 1.85rem 1.9rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 50%, rgba(252, 81, 133, 0.35), transparent 42%),
    linear-gradient(135deg, #1a103d 0%, #2f1c6a 55%, #3d2a7a 100%);
  color: #fff;
  box-shadow: 0 18px 48px rgba(47, 28, 106, 0.22);
}

.blog-cta-discount {
  background:
    radial-gradient(circle at 88% 40%, rgba(133, 112, 208, 0.45), transparent 45%),
    linear-gradient(135deg, #24125a 0%, #4a35a0 58%, #674cc4 100%);
}

.blog-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.blog-cta-copy h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
}

.blog-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.55;
}

.blog-cta-action {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  text-align: center;
}

.blog-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ff5a9a 0%, #fc5185 48%, #e23f78 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(252, 81, 133, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.blog-cta-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(252, 81, 133, 0.48);
}

.blog-cta-discount .blog-cta-btn {
  background: linear-gradient(135deg, #ffffff 0%, #f3efff 100%);
  color: var(--primary-dark) !important;
  box-shadow: 0 10px 28px rgba(20, 8, 60, 0.22);
}

.blog-cta-discount .blog-cta-btn:hover {
  color: var(--primary-dark) !important;
}

.blog-cta-note {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .blog-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.45rem 1.3rem;
    gap: 1.15rem;
  }

  .blog-cta-copy h3 {
    font-size: 1.25rem;
  }

  .blog-cta-action {
    width: 100%;
    text-align: left;
  }

  .blog-cta-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* In-text affiliate + internal links (not buttons / image wraps / CTAs) */
.content-block a,
.legal-content a,
a[data-affiliate]:not(.btn):not(.img-affiliate-link):not(.btn-primary-host):not(.btn-outline-host):not(.blog-cta-btn):not(.sticky-cta-btn) {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.content-block a:hover,
.legal-content a:hover,
a[data-affiliate]:not(.btn):not(.img-affiliate-link):not(.btn-primary-host):not(.btn-outline-host):not(.blog-cta-btn):not(.sticky-cta-btn):hover {
  color: #e23f78;
  text-decoration: none;
}

.legal-content h3 {
  font-size: 1.1rem;
  margin-top: 1.25rem;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Footer */
.site-footer {
  background: #1a1333;
  color: rgba(255, 255, 255, 0.78);
  padding: 3.5rem 0 1.75rem;
}

.site-footer .footer-top {
  padding-bottom: 0.5rem;
}

.site-footer p,
.footer-about-text {
  color: #ffffff;
}

.site-footer .footer-about-text {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 520px;
  margin-top: 0.85rem;
  margin-bottom: 0;
  line-height: 1.65;
  font-size: 0.98rem;
}

.site-footer .footer-about-text strong {
  color: #ffffff;
  font-weight: 800;
}

.site-footer h5 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.site-footer a {
  color: #ffffff;
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
  opacity: 0.85;
}

.site-footer a[data-affiliate] {
  color: #ffffff !important;
  font-weight: 600;
}

.site-footer a[data-affiliate]:hover {
  color: #ffffff !important;
  opacity: 0.85;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff !important;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.35rem;
}

.footer-disclosure-text {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.88rem;
  max-width: 820px;
  margin: 0 auto 0.85rem;
  line-height: 1.55;
}

.footer-disclosure-text a {
  display: inline;
  color: #cbb8ff;
  font-weight: 700;
  margin: 0;
}

.footer-disclosure-text a:hover {
  color: #fff;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.85rem;
  margin: 0;
}

/* Utilities */
.mb-section { margin-bottom: 2rem; }

@media (max-width: 991.98px) {
  .hero {
    padding: 2.75rem 0 0;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2.25rem;
  }

  .hero-copy {
    max-width: 36rem;
    margin: 0 auto;
  }

  .hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-points {
    justify-content: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual-stage {
    max-width: 560px;
    margin: 0 auto;
  }

  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem 0.75rem;
  }

  .trust-item:nth-child(2n)::after {
    display: none;
  }

  .price-card.featured {
    transform: none;
  }

  .section {
    padding: 3.25rem 0;
  }
}

@media (max-width: 575.98px) {
  .btn-lg-host {
    width: 100%;
    margin-bottom: 0.65rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-outline-host,
  .hero-actions .btn-primary-host {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-trust {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item::after {
    display: none;
  }

  .sticky-cta-btn {
    font-size: 0.92rem;
    padding: 0.85rem 1rem;
  }
}

/* Mobile / tablet sticky bottom CTA */
.sticky-cta {
  display: none;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 5.25rem;
  }

  .sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 0.75rem 0.9rem calc(0.75rem + env(safe-area-inset-bottom));
    background: transparent;
    border-top: none;
    box-shadow: none;
  }

  .sticky-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    border-radius: 14px;
    text-align: center;
    line-height: 1.25;
    white-space: normal;
    padding: 0.95rem 1.15rem;
    font-size: 0.98rem;
    border: none;
    background: linear-gradient(180deg, #7a5fd4 0%, var(--primary) 55%, #5a3fb0 100%);
    box-shadow:
      0 2px 4px rgba(47, 28, 106, 0.18),
      0 10px 28px rgba(103, 76, 196, 0.42),
      0 18px 40px rgba(47, 28, 106, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  }

  .sticky-cta-btn:hover {
    transform: none;
    background: linear-gradient(180deg, #8168d8 0%, var(--primary-dark) 100%);
    box-shadow:
      0 2px 4px rgba(47, 28, 106, 0.2),
      0 12px 32px rgba(103, 76, 196, 0.5),
      0 20px 44px rgba(47, 28, 106, 0.28);
  }
}

/* USA brand mark (two letters) */
.brand-mark-inner { font-size: 0.72rem; letter-spacing: -0.02em; }
