/* ════════════════════════════════════════════
   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-home .ph-plan-icon {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px;
  max-width: 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;
  flex: 0 0 auto;
}
.ph-home .ph-plan-icon img,
.ph-home .ph-plan-icon-img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.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; }
}


/* ════════════════════════════════════════════
   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;
}
