/* ════════════════════════════════════════════
   PawnHoster Home — scoped styles
   ════════════════════════════════════════════ */
.ph-home {
  --ph-blue: #1062fe;
  --ph-blue-grad: linear-gradient(135deg, #1966ff, #009aff);
  --ph-blue-pale: #e1efff;
  --ph-text: #17191c;
  --ph-muted: #5e636e;
  --ph-light: #979ba4;
  --ph-border: #dee0e3;
  --ph-bg-light: #f7f7f8;
  --ph-bg-mid: #f3f5f7;
  --ph-radius: 12px;
  --ph-radius-sm: 8px;

  color: var(--ph-text);
  line-height: 1.7;
  font-size: 16px;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.ph-home *,
.ph-home *::before,
.ph-home *::after {
  box-sizing: border-box;
}

/* Layout container — full bleed sections, wide inner */
.ph-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}
.ph-section {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
.ph-bg-light { background: var(--ph-bg-light); }
.ph-bg-white {
  background: #fff;
  border-top: 1px solid var(--ph-border);
  border-bottom: 1px solid var(--ph-border);
}
.ph-text-center { text-align: center; }
.ph-text-center .ph-sub { margin-left: auto; margin-right: auto; }

.ph-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ph-blue);
  margin-bottom: 0.6rem;
  display: inline-block;
}
.ph-title {
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  font-weight: 900;
  color: var(--ph-text);
  margin: 0 0 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ph-sub {
  color: var(--ph-muted);
  max-width: 620px;
  font-size: 1rem;
  margin: 0 0 2.5rem;
}

/* Buttons */
.ph-btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: var(--ph-radius-sm);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s, background 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.ph-btn:hover { transform: translateY(-1px); }
.ph-btn-primary { background: var(--ph-blue-grad); color: #fff; }
.ph-btn-primary:hover { opacity: 0.92; }
.ph-btn-outline {
  background: transparent;
  color: var(--ph-blue);
  border: 2px solid var(--ph-blue);
}
.ph-btn-outline:hover { background: var(--ph-blue-pale); }
.ph-btn-white { background: #fff; color: var(--ph-blue); }
.ph-btn-white:hover { opacity: 0.92; }
.ph-btn-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.85rem 2rem;
  border-radius: var(--ph-radius-sm);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s;
}
.ph-btn-ghost:hover { border-color: #fff; transform: translateY(-1px); }

/* HERO */
.ph-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f3f5f7 0%, #ffffff 55%);
  border-bottom: 1px solid var(--ph-border);
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.ph-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 98, 254, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 98, 254, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 60%, transparent 100%);
}
.ph-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  top: -160px;
  background: radial-gradient(circle, rgba(16, 98, 254, 0.18), transparent 70%);
  pointer-events: none;
}
.ph-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ph-hero-badge {
  display: inline-block;
  background: var(--ph-blue-pale);
  color: var(--ph-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  border: 1px solid rgba(16, 98, 254, 0.2);
  margin-bottom: 1.25rem;
}
.ph-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.75rem);
  font-weight: 900;
  color: var(--ph-text);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.ph-hero h1 span { color: var(--ph-blue); }
.ph-hero-desc {
  font-size: 1.05rem;
  color: var(--ph-muted);
  margin-bottom: 1rem;
  max-width: 520px;
}
.ph-hero-perks {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ph-hero-perks li {
  font-size: 0.95rem;
  color: var(--ph-muted);
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.ph-hero-perks li::before {
  content: "✓";
  color: var(--ph-blue);
  font-weight: 900;
}
.ph-hero-ctas {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.ph-hero-guarantee { font-size: 0.85rem; color: var(--ph-light); }
.ph-hero-visual {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 30%, rgba(0, 154, 255, 0.18), transparent 60%),
    linear-gradient(135deg, #ffffff 0%, #eaf2ff 100%);
  border: 1px solid rgba(16, 98, 254, 0.15);
  box-shadow: 0 30px 80px -30px rgba(16, 98, 254, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  /* Allow chips to overflow nicely without clipping */
  overflow: visible;
}
.ph-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 98, 254, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 98, 254, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mix-blend-mode: multiply;
  opacity: 0.6;
  border-radius: inherit;
  pointer-events: none;
}
.ph-hero-servers {
  position: relative;
  width: min(72%, 360px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-hero-server {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 18px 40px rgba(16, 98, 254, 0.35));
}
.ph-hero-server.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: ph-server-float 5s ease-in-out infinite;
}
@keyframes ph-server-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1); }
}
.ph-hero-server-label {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--ph-border);
  color: var(--ph-text);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px -8px rgba(16, 32, 80, 0.18);
  white-space: nowrap;
}
.ph-hero-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ph-hero-chip {
  position: absolute;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 12px;
  padding: 0.6rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ph-text);
  box-shadow: 0 12px 30px -10px rgba(16, 32, 80, 0.18);
  white-space: nowrap;
  z-index: 2;
}
.ph-hero-chip .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}
.ph-hero-chip.tl { top: 6%; left: 4%; animation: ph-float 6s ease-in-out infinite; }
.ph-hero-chip.br { bottom: 8%; right: 4%; animation: ph-float 7s ease-in-out -2s infinite; }
@keyframes ph-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* TRUST BAR */
.ph-trust {
  background: #fff;
  border-top: 1px solid var(--ph-border);
  border-bottom: 1px solid var(--ph-border);
  padding: 1.5rem 0;
}
.ph-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  align-items: center;
}
.ph-trust-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: background 0.2s, transform 0.2s;
}
.ph-trust-cell:hover { background: var(--ph-bg-light); transform: translateY(-1px); }
.ph-trust-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ph-trust-icon--blue { background: var(--ph-blue-pale); color: var(--ph-blue); }
.ph-trust-icon--tp { background: #e6f9f1; color: #00b67a; }
.ph-trust-tp {
  font-weight: 800; font-size: 0.78rem; color: #00b67a; display: inline-flex; align-items: center; gap: 2px;
}
.ph-trust-tp-star {
  background: #00b67a; color: #fff; border-radius: 3px; padding: 0 3px; font-size: 0.7rem;
}
.ph-trust-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.ph-trust-label {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ph-light); font-weight: 600;
}
.ph-trust-value { font-size: 0.92rem; font-weight: 700; color: var(--ph-text); }

@media (max-width: 1024px) {
  .ph-trust-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .ph-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

/* PLANS */
.ph-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  text-align: left;
}
.ph-plan {
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
}
.ph-plan:hover {
  border-color: var(--ph-blue);
  box-shadow: 0 14px 40px -12px rgba(16, 98, 254, 0.25);
  transform: translateY(-4px);
}
.ph-plan.featured {
  border-color: var(--ph-blue);
  box-shadow: 0 14px 40px -12px rgba(16, 98, 254, 0.22);
}
.ph-plan-badge {
  position: absolute;
  top: -1px; right: 1.5rem;
  background: var(--ph-blue-grad);
  color: #fff;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 0 0 8px 8px;
}
.ph-plan-icon {
  width: 72px; height: 72px;
  border-radius: 16px;
  background: var(--ph-blue-pale);
  color: var(--ph-blue);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 1.25rem;
  overflow: hidden;
}
.ph-plan-icon-img {
  width: 56px; height: 56px;
  object-fit: contain;
  display: block;
}
.ph-plan h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 0.4rem; color: var(--ph-text); }
.ph-plan-tagline { font-size: 0.9rem; color: var(--ph-muted); margin: 0 0 1.25rem; flex: 1; }
.ph-plan-from {
  font-size: 0.72rem; color: var(--ph-light);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.ph-plan-price {
  font-size: 2.2rem; font-weight: 900; color: var(--ph-text);
  line-height: 1; margin-bottom: 1.25rem;
}
.ph-plan-price sup { font-size: 1rem; vertical-align: super; }
.ph-plan-price span { font-size: 0.875rem; font-weight: 400; color: var(--ph-muted); }
.ph-plan-features {
  list-style: none; margin: 0 0 1.75rem; padding: 0;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.ph-plan-features li {
  font-size: 0.9rem; color: var(--ph-muted);
  display: flex; align-items: center; gap: 0.55rem;
}
.ph-plan-features li::before {
  content: "✓"; color: var(--ph-blue); font-weight: 900;
}
.ph-plan .ph-btn { width: 100%; text-align: center; font-size: 0.95rem; padding: 0.8rem 1rem; }

/* STATS */
.ph-stats {
  background: var(--ph-blue-grad);
  padding: 3.25rem 0;
  position: relative;
  overflow: hidden;
}
.ph-stats::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.ph-stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.ph-stat { padding: 1rem; border-right: 1px solid rgba(255,255,255,0.18); }
.ph-stat:last-child { border-right: none; }
.ph-stat-num {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900; color: #fff; line-height: 1;
  margin-bottom: 0.4rem;
  font-variant-numeric: tabular-nums;
}
.ph-stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.82);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
}
@media (max-width: 720px) {
  .ph-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ph-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .ph-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.18); }
  .ph-stat:last-child { grid-column: span 2; border-bottom: none; border-right: none; }
}

/* WHY */
.ph-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
}
.ph-why-card {
  background: #fff;
  border: 1px solid rgba(16, 98, 254, 0.10);
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 8px 24px -16px rgba(16, 98, 254, 0.20);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
}
.ph-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 98, 254, 0.25);
  box-shadow: 0 18px 36px -18px rgba(16, 98, 254, 0.35);
}
.ph-why-card-icon {
  width: 72px; height: 72px;
  margin: 0 auto 1.25rem;
  border-radius: 18px;
  background: var(--ph-blue-pale);
  color: var(--ph-blue);
  display: flex; align-items: center; justify-content: center;
}
.ph-why-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ph-text);
  margin: 0 0 0.6rem;
}
.ph-why-card p {
  font-size: 0.92rem;
  color: var(--ph-muted);
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 960px) {
  .ph-why-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ph-why-cards { grid-template-columns: 1fr; }
}

/* STEPS */
.ph-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  text-align: left;
}
.ph-step {
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 2rem 1.75rem;
  text-align: center;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
}
.ph-step:hover {
  border-color: var(--ph-blue);
  box-shadow: 0 10px 30px -12px rgba(16, 98, 254, 0.18);
  transform: translateY(-3px);
}
.ph-step-num {
  width: 44px; height: 44px;
  background: var(--ph-blue-grad); color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.9rem;
  margin: 0 auto 1rem;
}
.ph-step h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 0.4rem; color: var(--ph-text); }
.ph-step p { font-size: 0.9rem; color: var(--ph-muted); margin: 0; }

/* MIGRATION */
.ph-mig-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ph-mig-steps { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.5rem; }
.ph-mig-step { display: flex; gap: 1rem; align-items: flex-start; }
.ph-mig-num {
  width: 34px; height: 34px;
  background: var(--ph-blue-pale); color: var(--ph-blue);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.85rem; flex-shrink: 0;
}
.ph-mig-step h4 { font-size: 0.95rem; font-weight: 700; margin: 0 0 0.15rem; color: var(--ph-text); }
.ph-mig-step p { font-size: 0.88rem; color: var(--ph-muted); margin: 0; }
.ph-mig-visual {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 70%, rgba(0,154,255,0.2), transparent 60%),
    linear-gradient(135deg, #ffffff, #eaf2ff);
  border: 1px solid rgba(16, 98, 254, 0.15);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2rem);
}
.ph-mig-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  align-items: center;
  width: 100%;
}
.ph-mig-site {
  background: #fff;
  border: 1px solid rgba(16,98,254,0.18);
  border-radius: 12px;
  padding: 0.8rem 0.8rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  box-shadow: 0 16px 36px -18px rgba(16,98,254,0.35);
  position: relative;
  min-width: 0;
}
.ph-mig-site--old { opacity: 0.85; }
.ph-mig-site--new {
  border-color: var(--ph-blue);
  box-shadow: 0 18px 42px -16px rgba(16,98,254,0.5);
  animation: ph-mig-pulse 2.6s ease-in-out infinite;
}
@keyframes ph-mig-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.ph-mig-window { display: flex; gap: 4px; margin-bottom: 0.25rem; }
.ph-mig-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #d6d9de;
}
.ph-mig-dot.r { background: #ff6058; }
.ph-mig-dot.y { background: #ffbd2e; }
.ph-mig-dot.g { background: #28c93f; }
.ph-mig-bar {
  height: 8px; border-radius: 4px;
  background: linear-gradient(90deg, #e1efff, #cfe1ff);
}
.ph-mig-bar.short { width: 60%; }
.ph-mig-globe {
  margin: 0.4rem auto 0.2rem;
  color: var(--ph-blue);
}
.ph-mig-site--new .ph-mig-globe { color: var(--ph-blue); }
.ph-mig-tag {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ph-muted);
}
.ph-mig-tag.is-primary {
  color: #fff;
  background: var(--ph-blue-grad);
  border-radius: 100px;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  align-self: center;
}
.ph-mig-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: var(--ph-blue);
}
.ph-mig-trail { display: flex; gap: 4px; }
.ph-mig-trail span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ph-blue);
  opacity: 0.3;
  animation: ph-mig-trail 1.4s ease-in-out infinite;
}
.ph-mig-trail span:nth-child(2) { animation-delay: 0.2s; }
.ph-mig-trail span:nth-child(3) { animation-delay: 0.4s; }
@keyframes ph-mig-trail {
  0%, 100% { opacity: 0.25; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(4px); }
}

/* REVIEWS */
.ph-rev-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2.5rem;
}
.ph-tp-logo { font-size: 1.05rem; font-weight: 800; color: #00b67a; margin-bottom: 0.25rem; }
.ph-tp-logo span {
  background: #00b67a; color: #fff; padding: 0.1rem 0.4rem;
  border-radius: 4px; margin-right: 0.25rem;
}
.ph-tp-stars { color: #00b67a; font-size: 1.3rem; }
.ph-tp-score { font-size: 1.4rem; font-weight: 900; color: var(--ph-text); }
.ph-tp-link {
  font-size: 0.875rem; color: var(--ph-blue); font-weight: 600;
  text-decoration: none; margin-top: 0.4rem; display: inline-block;
}
.ph-tp-link:hover { text-decoration: underline; }
.ph-rev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.ph-rev {
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: box-shadow 0.25s, transform 0.2s;
}
.ph-rev:hover { box-shadow: 0 10px 28px -12px rgba(0,0,0,0.12); transform: translateY(-2px); }
.ph-rev-stars { color: #00b67a; font-size: 1rem; }
.ph-rev-title { font-size: 0.98rem; font-weight: 700; color: var(--ph-text); }
.ph-rev-body { font-size: 0.9rem; color: var(--ph-muted); flex: 1; line-height: 1.65; margin: 0; }
.ph-rev-foot {
  display: flex; align-items: center; gap: 0.6rem;
  padding-top: 0.5rem; border-top: 1px solid var(--ph-border);
}
.ph-rev-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ph-blue-pale); color: var(--ph-blue);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem; flex-shrink: 0;
}
.ph-rev-author { font-size: 0.85rem; font-weight: 700; color: var(--ph-text); line-height: 1.2; }
.ph-rev-date { font-size: 0.75rem; color: var(--ph-light); }
.ph-rev-verified {
  font-size: 0.7rem; color: #00b67a; font-weight: 700; margin-left: auto;
}

/* FAQ */
.ph-faq {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
.ph-faq-item {
  background: #fff;
  border: 1px solid var(--ph-border) !important;
  border-radius: var(--ph-radius);
  margin-bottom: 0.75rem;
  padding: 0 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ph-faq-item:hover { border-color: var(--ph-blue) !important; }
.ph-faq-item[data-state="open"] {
  border-color: var(--ph-blue) !important;
  box-shadow: 0 8px 24px -14px rgba(16, 98, 254, 0.3);
}
.ph-faq-trigger {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ph-text);
  padding: 1.1rem 0;
}
.ph-faq-trigger:hover { text-decoration: none; color: var(--ph-blue); }
.ph-faq-content {
  font-size: 0.92rem;
  color: var(--ph-muted);
  line-height: 1.7;
  padding-bottom: 1.1rem;
}

/* BOTTOM CTA */
.ph-cta {
  background: var(--ph-blue-grad);
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ph-cta::before {
  content: "♔";
  position: absolute;
  font-size: clamp(14rem, 26vw, 22rem);
  color: rgba(255, 255, 255, 0.06);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  line-height: 1;
}
.ph-cta h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.85rem);
  font-weight: 900; color: #fff;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  position: relative;
}
.ph-cta p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 540px;
  margin: 0 auto 2.25rem;
  font-size: 1.05rem;
  position: relative;
}
.ph-cta-btns {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; position: relative;
}

/* CONTROL PANEL */
.ph-cp-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.ph-cp-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 50px rgba(16, 98, 254, 0.18));
}
.ph-cp-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--ph-border);
}
.ph-cp-feat { text-align: left; }
.ph-cp-feat-icon {
  width: 46px; height: 46px;
  background: var(--ph-blue-pale); color: var(--ph-blue);
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.85rem;
}
.ph-cp-feat h4 { font-size: 1rem; font-weight: 700; margin: 0 0 0.4rem; color: var(--ph-text); }
.ph-cp-feat p { font-size: 0.9rem; color: var(--ph-muted); margin: 0; line-height: 1.6; }

/* 24/7 SUPPORT */
.ph-sup-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.ph-sup-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 50px rgba(16, 98, 254, 0.18));
}

/* Responsive */
@media (max-width: 960px) {
  .ph-hero-grid { grid-template-columns: 1fr; }
  
  .ph-mig-grid { grid-template-columns: 1fr; }
  .ph-cp-grid { grid-template-columns: 1fr; }
  .ph-sup-grid { grid-template-columns: 1fr; }
  .ph-cp-features { grid-template-columns: 1fr; gap: 1.5rem; }
}


/* ════════════════════════════════════════════
   Shared Hosting page — scoped styles
   ════════════════════════════════════════════ */

/* HERO ─────────────────────────────────────────── */
.ph-sh-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
  background: linear-gradient(180deg, #061129 0%, #0a1c47 55%, #0e2461 100%);
  color: #fff;
  isolation: isolate;
}
.ph-sh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.ph-sh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.ph-sh-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, #1966ff, transparent 65%);
  top: -180px; left: -120px;
  animation: ph-sh-orb 14s ease-in-out infinite;
}
.ph-sh-orb-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #009aff, transparent 60%);
  bottom: -260px; right: -180px;
  animation: ph-sh-orb 18s ease-in-out -4s infinite;
}
.ph-sh-orb-3 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #6f4bff, transparent 65%);
  top: 30%; left: 45%;
  opacity: 0.35;
  animation: ph-sh-orb 22s ease-in-out -8s infinite;
}
@keyframes ph-sh-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(40px, -30px) scale(1.08); }
}
.ph-sh-grid-overlay {
  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: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 50%, transparent 100%);
}

.ph-sh-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ph-shared .ph-hero-badge {
  background: rgba(255,255,255,0.08);
  color: #cfe0ff;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
}
.ph-sh-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  color: #fff;
}
.ph-sh-hero-title span {
  background: linear-gradient(90deg, #66b4ff, #a78bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ph-sh-hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 540px;
  margin: 0 0 1.25rem;
  line-height: 1.65;
}
.ph-shared .ph-hero-perks li {
  color: rgba(255,255,255,0.82);
}
.ph-shared .ph-hero-perks li::before {
  color: #66b4ff;
}
.ph-shared .ph-hero-guarantee { color: rgba(255,255,255,0.6); }
.ph-shared .ph-sh-hero .ph-btn-outline,
.ph-shared .ph-cta .ph-btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.ph-shared .ph-sh-hero .ph-btn-outline:hover,
.ph-shared .ph-cta .ph-btn-outline:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* Hero visual — premium pawn stage */
.ph-sh-hero-visual {
  position: relative;
  aspect-ratio: 5 / 5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 25%, rgba(102, 180, 255, 0.25), transparent 60%),
    linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 50px 100px -30px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  overflow: visible;
}
.ph-sh-pawn-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-sh-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 180, 255, 0.45), transparent 65%);
  filter: blur(40px);
  animation: ph-sh-pulse 4s ease-in-out infinite;
}
@keyframes ph-sh-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.08); }
}
.ph-sh-rings {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  pointer-events: none;
}
.ph-sh-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  animation: ph-sh-ring 4s ease-out infinite;
}
.ph-sh-rings span:nth-child(2) { animation-delay: 1.3s; }
.ph-sh-rings span:nth-child(3) { animation-delay: 2.6s; }
@keyframes ph-sh-ring {
  0%   { transform: scale(0.6); opacity: 0; }
  20%  { opacity: 0.7; }
  100% { transform: scale(1.4); opacity: 0; }
}
.ph-sh-pawn {
  position: relative;
  width: 64%;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 30px 40px rgba(0, 100, 255, 0.6));
  animation: ph-sh-bob 5s ease-in-out infinite;
}
@keyframes ph-sh-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
.ph-sh-pedestal {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.5), transparent 70%);
  filter: blur(8px);
  animation: ph-sh-shadow 5s ease-in-out infinite;
}
@keyframes ph-sh-shadow {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.6; }
  50%      { transform: translateX(-50%) scale(0.85); opacity: 0.4; }
}
.ph-sh-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: rgba(255,255,255,0.95);
  color: #061129;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.4);
  z-index: 3;
  white-space: nowrap;
}
.ph-sh-chip svg { color: #1966ff; }
.ph-sh-chip-tl { top: 8%;  left: -4%;  animation: ph-float 6s ease-in-out infinite; }
.ph-sh-chip-tr { top: 16%; right: -4%; animation: ph-float 7s ease-in-out -1.5s infinite; }
.ph-sh-chip-bl { bottom: 18%; left: -2%; animation: ph-float 6.5s ease-in-out -3s infinite; }
.ph-sh-chip-br { bottom: 8%;  right: -2%; animation: ph-float 7.5s ease-in-out -4.5s infinite; }
.ph-sh-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,0.2);
}

/* CONFIGURATOR ─────────────────────────────────────────── */
.ph-sh-config {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(16, 32, 80, 0.18);
}
.ph-sh-config-left {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.ph-sh-config-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ph-border);
}
.ph-sh-config-pawn {
  width: 56px; height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(16,98,254,0.3));
}
.ph-sh-config-name {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ph-text);
}
.ph-sh-config-tag {
  font-size: 0.85rem;
  color: var(--ph-muted);
}
.ph-sh-seg {
  margin-bottom: 1.5rem;
}
.ph-sh-seg-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ph-muted);
  margin-bottom: 0.6rem;
}
.ph-sh-seg-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ph-bg-light);
  border: 1px solid var(--ph-border);
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
.ph-sh-seg-opt {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.7rem 0.5rem;
  border-radius: 9px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ph-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.1s, box-shadow 0.2s;
  font-family: inherit;
}
.ph-sh-seg-opt:hover { color: var(--ph-text); }
.ph-sh-seg-opt.is-active {
  background: #fff;
  color: var(--ph-blue);
  box-shadow: 0 6px 14px -6px rgba(16, 98, 254, 0.35);
}

/* Billing cycle cards */
.ph-sh-cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
@media (max-width: 640px) {
  .ph-sh-cycle-grid { grid-template-columns: 1fr; }
}
.ph-sh-cycle-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 14px;
  border: 1.5px solid rgba(16, 98, 254, 0.18);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ph-sh-cycle-card:hover {
  border-color: rgba(16, 98, 254, 0.45);
  transform: translateY(-1px);
}
.ph-sh-cycle-card.is-active {
  border-color: var(--ph-blue);
  box-shadow: 0 10px 24px -14px rgba(16, 98, 254, 0.55), 0 0 0 3px rgba(16, 98, 254, 0.12);
}
.ph-sh-cycle-badge {
  position: absolute;
  top: -10px;
  left: 12px;
  background: var(--ph-blue);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}
.ph-sh-cycle-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ph-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ph-sh-cycle-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ph-text);
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}
.ph-sh-cycle-price sup {
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 1px;
  top: -0.55em;
}
.ph-sh-cycle-price em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ph-muted);
  margin-left: 2px;
}
.ph-sh-cycle-card.is-active .ph-sh-cycle-price { color: var(--ph-blue); }
.ph-sh-cycle-note {
  font-size: 0.75rem;
  color: var(--ph-muted);
}

.ph-sh-included {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem 1.25rem;
}
.ph-sh-included li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--ph-text);
}
.ph-sh-included li svg { color: var(--ph-blue); flex-shrink: 0; }

/* Price card */
.ph-sh-price-card {
  background: linear-gradient(160deg, #0a1c47, #1062fe);
  color: #fff;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ph-sh-price-card::before {
  content: "";
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  top: -100px; right: -100px;
  pointer-events: none;
}
.ph-sh-price-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
  position: relative;
}
.ph-sh-price-summary {
  display: grid;
  gap: 0.6rem;
  position: relative;
}
.ph-sh-price-summary > div {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.ph-sh-price-summary span { color: rgba(255,255,255,0.7); }
.ph-sh-price-summary strong { color: #fff; font-weight: 700; }
.ph-sh-price-divider {
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 1.25rem 0;
  position: relative;
}
.ph-sh-price-from {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.4rem;
  font-weight: 700;
  position: relative;
}
.ph-sh-price-big {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.4rem;
  position: relative;
}
.ph-sh-price-big sup {
  font-size: 1.4rem;
  font-weight: 800;
  margin-right: 2px;
  align-self: flex-start;
  margin-top: 0.5rem;
}
.ph-sh-price-whole {
  font-size: clamp(3rem, 6vw, 4.25rem);
  letter-spacing: -0.04em;
}
.ph-sh-price-decimal {
  font-size: 1.6rem;
  font-weight: 800;
}
.ph-sh-price-mo {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  margin-left: 0.4rem;
}
.ph-sh-price-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1.5rem;
  position: relative;
}
.ph-sh-price-cta {
  width: 100%;
  text-align: center;
  background: #fff !important;
  color: var(--ph-blue) !important;
  margin-bottom: 1rem;
  position: relative;
}
.ph-sh-price-cta:hover { opacity: 0.92; }
.ph-sh-price-meta {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  position: relative;
}

/* FEATURE MATRIX ─────────────────────────────────────────── */
.ph-sh-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.ph-sh-feature-group {
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 14px;
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  height: 100%;
}
.ph-sh-feature-group:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 98, 254, 0.35);
  box-shadow: 0 18px 40px -20px rgba(16, 98, 254, 0.25);
}
.ph-sh-feature-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ph-sh-feature-icon {
  width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ph-blue-pale);
  color: var(--ph-blue);
  border-radius: 10px;
  flex-shrink: 0;
}
.ph-sh-feature-group h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ph-text);
  margin: 0;
  letter-spacing: -0.01em;
}
.ph-sh-feature-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.ph-sh-feature-group li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--ph-muted);
}
.ph-sh-feature-group li svg {
  color: var(--ph-blue);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .ph-sh-hero-grid { grid-template-columns: 1fr; }
  .ph-sh-hero-visual { max-width: 480px; margin: 0 auto; }
  .ph-sh-config { grid-template-columns: 1fr; }
  .ph-sh-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .ph-sh-included { grid-template-columns: 1fr; }
  .ph-sh-features-grid { grid-template-columns: 1fr; }
  .ph-sh-chip { font-size: 0.7rem; padding: 0.4rem 0.7rem; }
}

/* ───────────── WordPress Hosting (Knight) ───────────── */
.ph-wp-showcase {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 1rem;
}
.ph-wp-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}
.ph-wp-row.is-reverse > :first-child { order: 2; }
.ph-wp-row.is-reverse > :last-child  { order: 1; }

.ph-wp-row-text .ph-label { margin-bottom: 0.75rem; }
.ph-wp-row-text h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ph-text);
  margin: 0.25rem 0 1rem;
  letter-spacing: -0.01em;
}
.ph-wp-row-text p {
  color: var(--ph-text-muted);
  line-height: 1.7;
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
}
.ph-wp-row-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}
.ph-wp-row-text li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ph-text);
  font-size: 0.95rem;
}
.ph-wp-row-text li svg { color: var(--ph-blue); flex-shrink: 0; }

.ph-wp-row-img {
  position: relative;
  border-radius: 18px;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(16,98,254,0.08), rgba(16,98,254,0.02));
  border: 1px solid rgba(16,98,254,0.12);
  box-shadow: 0 30px 60px -30px rgba(16,98,254,0.25);
}
.ph-wp-row-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 18px 40px -18px rgba(15,23,42,0.25);
}

@media (max-width: 880px) {
  .ph-wp-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ph-wp-row.is-reverse > :first-child { order: 0; }
  .ph-wp-row.is-reverse > :last-child  { order: 0; }
}

/* ============================================
   AI SiteJet Builder Showcase (Business Hosting)
   ============================================ */
.ph-sj { position: relative; overflow: hidden; }
.ph-sj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 960px) {
  .ph-sj-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
.ph-sj-text .ph-title { margin-top: 1rem; }
.ph-sj-accent {
  background: linear-gradient(135deg, #1966ff 0%, #009aff 60%, #00d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ph-sj-bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  display: grid;
  gap: 0.6rem;
}
.ph-sj-bullets li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #334155;
}
.ph-sj-bullets li svg {
  flex-shrink: 0;
  color: #1966ff;
}
.ph-sj-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.5rem;
}
@media (max-width: 540px) {
  .ph-sj-mini { grid-template-columns: 1fr; }
}
.ph-sj-mini-card {
  background: #fff;
  border: 1px solid rgba(25, 102, 255, 0.18);
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  box-shadow: 0 4px 18px -10px rgba(25, 102, 255, 0.25);
}
.ph-sj-mini-card svg { color: #1966ff; margin-bottom: 0.35rem; }
.ph-sj-mini-card strong { font-size: 0.95rem; color: #0f172a; }
.ph-sj-mini-card span { font-size: 0.8rem; color: #64748b; }

.ph-sj-visual {
  position: relative;
  border-radius: 24px;
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(25,102,255,0.08), rgba(0,154,255,0.06));
  border: 1px solid rgba(25, 102, 255, 0.18);
}
.ph-sj-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 30% 30%, rgba(25,102,255,0.35), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.ph-sj-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 30px 60px -25px rgba(15, 23, 42, 0.35);
}

/* ─────────────────────────────────────────────────────────
   Reseller Hosting page (.ph-rh-*)
   Unique non-chess hero, 3-plan grid with cycle toggle
   ───────────────────────────────────────────────────────── */
.ph-rh-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background: linear-gradient(180deg, #0b0b1f 0%, #15113a 60%, #1a1248 100%);
  color: #fff;
}
.ph-rh-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.ph-rh-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.55;
}
.ph-rh-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, #8b5cf6, transparent 70%);
  top: -120px; left: -120px;
}
.ph-rh-orb-2 {
  width: 460px; height: 460px;
  background: radial-gradient(circle, #06b6d4, transparent 70%);
  bottom: -160px; right: -100px;
}
.ph-rh-orb-3 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #ec4899, transparent 70%);
  top: 40%; left: 45%;
  opacity: 0.32;
}
.ph-rh-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}

.ph-rh-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .ph-rh-hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .ph-rh-hero-stage { max-width: 480px; margin: 0 auto; }
}

.ph-rh-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(139, 92, 246, 0.4);
  background: rgba(139, 92, 246, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #c4b5fd;
  margin-bottom: 1.25rem;
}

.ph-rh-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.ph-rh-hero-title span {
  background: linear-gradient(90deg, #c4b5fd 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ph-rh-hero-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
  margin: 0 0 1.5rem;
}

.ph-rh-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 0.55rem;
}
.ph-rh-perks li {
  display: flex; align-items: center; gap: 0.55rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}
.ph-rh-perks li svg { color: #06b6d4; flex-shrink: 0; }

.ph-rh-hero-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.ph-rh-hero-visual img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 30px 60px rgba(139, 92, 246, 0.45));
}
.ph-rh-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  background: rgba(255,255,255,0.95);
  color: #1a1248;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  white-space: nowrap;
}
.ph-rh-chip svg { color: #8b5cf6; }
.ph-rh-chip-tl { top: 8%; left: -4%; }
.ph-rh-chip-tr { top: 14%; right: -2%; }
.ph-rh-chip-bl { bottom: 18%; left: -6%; }
.ph-rh-chip-br { bottom: 6%; right: 4%; }
@media (max-width: 600px) {
  .ph-rh-chip { display: none; }
}

/* Cycle toggle */
.ph-rh-cycle-toggle {
  display: inline-flex;
  margin: 0 auto 2.5rem;
  padding: 0.4rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(15, 17, 58, 0.06);
  gap: 0.25rem;
}
.ph-rh-cycle-toggle {
  display: flex;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ph-rh-cycle-pill {
  position: relative;
  padding: 0.7rem 1.4rem;
  border: none;
  background: transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.ph-rh-cycle-pill:hover { color: #111827; }
.ph-rh-cycle-pill.is-active {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: #fff;
  box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4);
}
.ph-rh-cycle-pill-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  background: rgba(6, 182, 212, 0.15);
  color: #0891b2;
  border-radius: 999px;
}
.ph-rh-cycle-pill.is-active .ph-rh-cycle-pill-badge {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* Plan cards */
.ph-rh-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 900px) {
  .ph-rh-plans-grid { grid-template-columns: 1fr; }
}

.ph-rh-plan {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ph-rh-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 17, 58, 0.08);
}
.ph-rh-plan.is-highlight {
  background: linear-gradient(180deg, #1a1248 0%, #2a1a6e 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 24px 48px rgba(139, 92, 246, 0.35);
  transform: translateY(-12px);
}
.ph-rh-plan.is-highlight:hover { transform: translateY(-16px); }

.ph-rh-plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.4);
}

.ph-rh-plan-name {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 0.5rem;
}
.ph-rh-plan.is-highlight .ph-rh-plan-name { color: #c4b5fd; }

.ph-rh-plan-tagline {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
  margin: 0 0 1.5rem;
  min-height: 2.8em;
}
.ph-rh-plan.is-highlight .ph-rh-plan-tagline { color: rgba(255,255,255,0.78); }

.ph-rh-plan-price {
  display: flex; align-items: baseline;
  margin-bottom: 0.35rem;
  color: #0f1133;
}
.ph-rh-plan.is-highlight .ph-rh-plan-price { color: #fff; }
.ph-rh-plan-price sup {
  font-size: 1.1rem;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 0.6rem;
  margin-right: 0.15rem;
}
.ph-rh-plan-whole {
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}
.ph-rh-plan-decimal {
  font-size: 1.4rem;
  font-weight: 700;
}
.ph-rh-plan-mo {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7280;
  margin-left: 0.35rem;
}
.ph-rh-plan.is-highlight .ph-rh-plan-mo { color: rgba(255,255,255,0.7); }

.ph-rh-plan-cycle-note {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.ph-rh-plan.is-highlight .ph-rh-plan-cycle-note { color: rgba(255,255,255,0.65); }

.ph-rh-plan-spec {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.65rem;
  flex: 1;
}
.ph-rh-plan-spec li {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.92rem;
  color: #374151;
  font-weight: 500;
}
.ph-rh-plan.is-highlight .ph-rh-plan-spec li { color: rgba(255,255,255,0.9); }
.ph-rh-plan-spec li svg { color: #8b5cf6; flex-shrink: 0; }
.ph-rh-plan.is-highlight .ph-rh-plan-spec li svg { color: #06b6d4; }

.ph-rh-plan-cta { width: 100%; justify-content: center; }

/* Shared features panel */
.ph-rh-shared {
  margin-top: 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px dashed rgba(139, 92, 246, 0.35);
  border-radius: 16px;
  text-align: center;
}
.ph-rh-shared-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 1.25rem;
}
.ph-rh-shared-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.5rem;
}
.ph-rh-shared-list li {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9rem;
  color: #374151;
  text-align: left;
  font-weight: 500;
}
.ph-rh-shared-list li svg { color: #06b6d4; flex-shrink: 0; }

/* Steps */
.ph-rh-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .ph-rh-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ph-rh-steps { grid-template-columns: 1fr; }
}
.ph-rh-step {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 1.75rem;
  text-align: left;
  height: 100%;
}
.ph-rh-step-num {
  font-size: 0.85rem;
  font-weight: 900;
  color: #8b5cf6;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.ph-rh-step h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #0f1133;
}
.ph-rh-step p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4b5563;
  margin: 0;
}

/* FAQ */
.ph-rh-faq { display: grid; gap: 0.75rem; }
.ph-rh-faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 1.1rem 1.4rem;
  transition: box-shadow 0.2s ease;
}
.ph-rh-faq-item[open] {
  box-shadow: 0 8px 24px rgba(15, 17, 58, 0.06);
  border-color: rgba(139, 92, 246, 0.3);
}
.ph-rh-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: #0f1133;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ph-rh-faq-item summary::-webkit-details-marker { display: none; }
.ph-rh-faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: #8b5cf6;
  font-weight: 400;
  transition: transform 0.2s;
}
.ph-rh-faq-item[open] summary::after { content: "−"; }
.ph-rh-faq-item p {
  margin: 0.85rem 0 0;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ─────────────────────────────────────────────────────────
   Reseller Hosting — pro hero stage + comparison table
   ───────────────────────────────────────────────────────── */
.ph-rh-hero-trust {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 540px;
}
@media (max-width: 540px) {
  .ph-rh-hero-trust { grid-template-columns: 1fr; gap: 0.75rem; }
}
.ph-rh-hero-trust strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(90deg, #c4b5fd, #06b6d4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ph-rh-hero-trust span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
}

.ph-rh-hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  padding: 2rem;
}
.ph-rh-hero-glow {
  position: absolute;
  inset: 8% 6%;
  background:
    radial-gradient(circle at 35% 35%, rgba(139,92,246,0.6), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(6,182,212,0.45), transparent 55%);
  filter: blur(70px);
  z-index: 0;
  animation: ph-rh-pulse 6s ease-in-out infinite;
}
@keyframes ph-rh-pulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

/* Concentric rings behind the figure */
.ph-rh-rings {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.ph-rh-rings span {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(196,181,253,0.18);
  box-shadow: inset 0 0 60px rgba(139,92,246,0.08);
}
.ph-rh-rings span:nth-child(1) { width: 460px; height: 460px; border-color: rgba(196,181,253,0.22); }
.ph-rh-rings span:nth-child(2) { width: 360px; height: 360px; border-color: rgba(139,92,246,0.30); border-style: dashed; animation: ph-rh-spin 28s linear infinite; }
.ph-rh-rings span:nth-child(3) { width: 260px; height: 260px; border-color: rgba(6,182,212,0.30); }
@keyframes ph-rh-spin {
  to { transform: rotate(360deg); }
}

/* Orbiting micro-icons */
.ph-rh-orbit {
  position: absolute;
  width: 360px; height: 360px;
  z-index: 2;
  pointer-events: none;
  animation: ph-rh-spin 22s linear infinite;
}
.ph-rh-orbit-dot {
  position: absolute;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  color: #fff;
  box-shadow: 0 8px 24px -4px rgba(139,92,246,0.6), 0 0 0 4px rgba(255,255,255,0.05);
  animation: ph-rh-spin-rev 22s linear infinite;
}
@keyframes ph-rh-spin-rev { to { transform: rotate(-360deg); } }
.ph-rh-orbit-dot.d1 { top: -6px; left: 50%; transform: translateX(-50%); }
.ph-rh-orbit-dot.d2 { top: 50%; right: -6px; transform: translateY(-50%); }
.ph-rh-orbit-dot.d3 { bottom: -6px; left: 50%; transform: translateX(-50%); }
.ph-rh-orbit-dot.d4 { top: 50%; left: -6px; transform: translateY(-50%); }

/* Floating figure + pedestal */
.ph-rh-hero-figure {
  position: relative;
  z-index: 3;
  display: flex; align-items: flex-end; justify-content: center;
  animation: ph-rh-float 5.5s ease-in-out infinite;
}
@keyframes ph-rh-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.ph-rh-hero-figure img {
  width: 100%;
  max-width: 380px;
  height: auto;
  filter:
    drop-shadow(0 20px 35px rgba(139,92,246,0.55))
    drop-shadow(0 0 30px rgba(6,182,212,0.35));
}
.ph-rh-pedestal {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(139,92,246,0.55), transparent 70%);
  filter: blur(10px);
}

/* Starfield */
.ph-rh-stars {
  position: absolute; inset: 0;
  pointer-events: none;
}
.ph-rh-stars span {
  position: absolute;
  width: 2px; height: 2px;
  border-radius: 999px;
  background: #c4b5fd;
  opacity: 0.6;
  box-shadow: 0 0 6px rgba(196,181,253,0.7);
  top: calc((var(--i) * 137) % 100 * 1%);
  left: calc((var(--i) * 89) % 100 * 1%);
  animation: ph-rh-twinkle 3.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.18s);
}
@keyframes ph-rh-twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.8); }
  50% { opacity: 0.85; transform: scale(1.2); }
}

/* Orbiting info cards */
.ph-rh-hero-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.95rem;
  background: rgba(255,255,255,0.97);
  color: #1a1248;
  border-radius: 14px;
  box-shadow:
    0 18px 45px -10px rgba(0,0,0,0.45),
    0 0 0 1px rgba(196,181,253,0.25);
  backdrop-filter: blur(8px);
}
.ph-rh-hero-card svg {
  flex-shrink: 0;
  color: #6366f1;
  background: rgba(99,102,241,0.12);
  padding: 6px;
  width: 30px; height: 30px;
  border-radius: 8px;
}
.ph-rh-hero-card strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.1;
}
.ph-rh-hero-card span {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
  margin-top: 2px;
}
.ph-rh-card-tl { top: 4%;  left: -6%; animation: ph-float 6s ease-in-out infinite; }
.ph-rh-card-tr { top: 12%; right: -8%; animation: ph-float 7s ease-in-out -1.5s infinite; }
.ph-rh-card-bl { bottom: 14%; left: -10%; animation: ph-float 6.5s ease-in-out -3s infinite; }
.ph-rh-card-br { bottom: 4%;  right: -6%; animation: ph-float 7.5s ease-in-out -4.5s infinite; }

/* Match shared/wordpress/business: only shrink slightly on small mobile */
@media (max-width: 640px) {
  .ph-rh-hero-card {
    font-size: 0.7rem;
    padding: 0.5rem 0.7rem;
    gap: 0.5rem;
  }
  .ph-rh-hero-card svg { width: 26px; height: 26px; padding: 5px; }
  .ph-rh-hero-card strong { font-size: 0.75rem; }
  .ph-rh-hero-card span { font-size: 0.65rem; }
}

/* Comparison table */
.ph-rh-compare-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 12px 40px -20px rgba(15,23,42,0.18);
  background: #fff;
}
.ph-rh-compare {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.ph-rh-compare thead th {
  padding: 1.5rem 1rem 1.25rem;
  text-align: center;
  background: linear-gradient(180deg, #faf9ff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(15,23,42,0.08);
  vertical-align: top;
  position: relative;
}
.ph-rh-compare thead th.ph-rh-compare-feat {
  text-align: left;
  color: #64748b;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ph-rh-compare thead th.is-highlight {
  background: linear-gradient(180deg, #1a1248 0%, #2a1d6b 100%);
  color: #fff;
}
.ph-rh-compare-plan {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.ph-rh-compare thead th.is-highlight .ph-rh-compare-plan { color: #fff; }
.ph-rh-compare-from {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
}
.ph-rh-compare thead th.is-highlight .ph-rh-compare-from { color: #c4b5fd; }
.ph-rh-compare-pill {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.65rem;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}
.ph-rh-compare tbody td {
  padding: 0.85rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(15,23,42,0.05);
  color: #334155;
}
.ph-rh-compare tbody td.ph-rh-compare-feat {
  text-align: left;
  font-weight: 500;
  color: #0f172a;
}
.ph-rh-compare tbody td.is-highlight {
  background: rgba(139, 92, 246, 0.05);
}
.ph-rh-compare tr.ph-rh-compare-group td {
  text-align: left;
  padding: 1rem 1rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6366f1;
  background: #faf9ff;
  border-bottom: 1px solid rgba(99,102,241,0.12);
}
.ph-rh-compare-check {
  color: #10b981;
  display: inline-block;
}
.ph-rh-compare-x {
  color: #cbd5e1;
  display: inline-block;
}
.ph-rh-compare-val {
  font-weight: 600;
  color: #0f172a;
}
.ph-rh-compare tbody tr:hover td:not(.ph-rh-compare-group td) {
  background: rgba(99,102,241,0.03);
}
.ph-rh-compare tbody tr:hover td.is-highlight {
  background: rgba(139,92,246,0.09);
}
/* STATIC-MODE HELPERS (reveal + faq accordion) */
/* STATIC HELPERS (reveal + faq accordion) */

/* ════════════════════════════════════════════
   Static-mode helpers (replaces React Reveal + Accordion)
   ════════════════════════════════════════════ */

/* Reveal */
.ph-home [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease-out, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.ph-home [data-reveal="left"]  { transform: translateX(-48px); }
.ph-home [data-reveal="right"] { transform: translateX(48px);  }
.ph-home [data-reveal="down"]  { transform: translateY(-32px); }
.ph-home [data-reveal="none"]  { transform: none; }
.ph-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
/* Stagger delays via data-delay="80" etc. */
.ph-home [data-delay="80"]  { transition-delay:  80ms; }
.ph-home [data-delay="100"] { transition-delay: 100ms; }
.ph-home [data-delay="120"] { transition-delay: 120ms; }
.ph-home [data-delay="160"] { transition-delay: 160ms; }
.ph-home [data-delay="200"] { transition-delay: 200ms; }
.ph-home [data-delay="240"] { transition-delay: 240ms; }
.ph-home [data-delay="320"] { transition-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  .ph-home [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* FAQ accordion (vanilla replacement for Radix) */
.ph-home .ph-faq-trigger {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}
.ph-home .ph-faq-trigger::after {
  content: "▾";
  color: var(--ph-blue);
  transition: transform 0.25s;
  margin-left: 1rem;
  flex-shrink: 0;
}
.ph-home .ph-faq-item[data-state="open"] .ph-faq-trigger::after {
  transform: rotate(180deg);
}
.ph-home .ph-faq-content {
  display: none;
}
.ph-home .ph-faq-item[data-state="open"] .ph-faq-content {
  display: block;
}
