/* Neytom homepage preview — Apple/Stripe-style layout, CSS-only motion */
:root {
  --accent: #0071e3;
  --accent-soft: #e8f0fe;
  --text: #1d1d1f;
  --muted: #86868b;
  --border: #e5e5ea;
  --bg: #f5f5f7;
  --card: #ffffff;
  --max: 1120px;
  --max-wide: min(1320px, 100% - 32px);
  --hero-max: 720px;
  --header-bar-h: 58px;
  --header-h: calc(var(--header-bar-h) + env(safe-area-inset-top, 0px));
  --ribbon-h: 22px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --plan-pad: clamp(14px, 1.3vw, 20px);
  --plan-gap: clamp(10px, 1vw, 16px);
  --plan-title: clamp(16px, 1.1vw, 19px);
  --plan-price: clamp(24px, 2vw, 30px);
  --plan-li: clamp(11px, 0.82vw, 12.5px);
  --plan-btn: clamp(12px, 0.9vw, 14px);
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 0.25vw + 13px, 16px);
}

.hp {
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main section[id] {
  scroll-margin-top: calc(var(--header-h) + var(--ribbon-h) + 12px);
}

.hp-wrap {
  width: min(var(--max), 100% - 32px);
  margin: 0 auto;
}

.hp-wrap-wide {
  width: min(var(--max-wide), 100% - 24px);
}

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

.hp-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 113, 227, 0.1), transparent),
    linear-gradient(180deg, #fff 0%, var(--bg) 40%, var(--bg) 100%);
  pointer-events: none;
}

.hp-ribbon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--ribbon-h);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--accent);
  color: #fff;
}

.hp-ribbon a { color: #fff; }

/* Header */
.hp-header {
  position: fixed;
  top: var(--ribbon-h);
  left: 0;
  right: 0;
  z-index: 100;
  height: auto;
  min-height: var(--header-h);
  padding-top: env(safe-area-inset-top, 0px);
  padding-left: max(0px, env(safe-area-inset-left, 0px));
  padding-right: max(0px, env(safe-area-inset-right, 0px));
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

.hp-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(26px) saturate(1.4);
  -webkit-backdrop-filter: blur(26px) saturate(1.4);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

.hp-header-inner {
  height: var(--header-bar-h);
  min-height: var(--header-bar-h);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.hp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-self: start;
  min-width: 0;
  line-height: 0;
}

.hp-brand-lockup {
  gap: 10px;
  max-width: min(210px, 50vw);
  padding: 5px 12px 5px 5px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 245, 255, 0.92));
  border: 1px solid rgba(0, 113, 227, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 4px 18px rgba(0, 113, 227, 0.08);
  transition: border-color 0.22s var(--ease), box-shadow 0.22s var(--ease), transform 0.22s var(--ease);
}

.hp-brand-lockup:hover {
  border-color: rgba(0, 113, 227, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 6px 22px rgba(0, 113, 227, 0.14);
  transform: translateY(-1px);
}

.hp-brand-lockup .neytom-brand {
  gap: 10px;
  max-width: 100%;
}

.hp-brand-mark-img {
  flex-shrink: 0;
  display: block;
  width: 32px !important;
  height: 32px !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 10px rgba(0, 113, 227, 0.28);
}

.hp-brand-lockup .neytom-brand__text,
.hp-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.1;
  min-width: 0;
}

.hp-brand-lockup .hp-brand-name,
.hp-brand-name {
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1.05;
}

.hp-brand-lockup .hp-brand-tag,
.hp-brand-tag {
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.88;
  white-space: nowrap;
}

.hp-logo picture {
  display: block;
  line-height: 0;
}

.hp-logo .hp-logo-img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.hp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: center;
}

.hp-nav a {
  position: relative;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 10px;
  transition: color 0.25s var(--ease), transform 0.2s var(--ease), background 0.2s var(--ease);
}

.hp-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.35s var(--ease), left 0.35s var(--ease);
}

.hp-nav a:hover {
  color: var(--text);
  background: rgba(0, 113, 227, 0.06);
}

.hp-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

.hp-nav a:hover::after,
.hp-nav a.is-active::after {
  width: 100%;
  left: 0;
}

.hp-nav a.is-active {
  color: var(--accent);
  font-weight: 600;
}

.hp-nav a.is-pressed {
  transform: scale(0.94);
}

.hp-nav a.is-pressed::after {
  width: 100%;
  left: 0;
  background: #0058b0;
}

.hp-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  justify-self: end;
  min-width: 0;
  overflow: visible;
}

/* Shared header CTA footprint */
.hp-header-actions > .hp-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  height: 36px;
  padding: 0 14px;
  border-radius: 980px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  vertical-align: middle;
}

.hp-header-promo {
  display: none;
  align-items: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0a3d7a;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.1);
  border: 1px solid rgba(0, 113, 227, 0.22);
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.hp-header-promo:hover {
  border-color: rgba(0, 113, 227, 0.45);
  transform: translateY(-1px);
}

@media (min-width: 900px) {
  .hp-header-promo { display: inline-flex; }
}

.hp-header-user {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--muted);
  cursor: default;
  pointer-events: none;
}

.hp-nav-signin {
  color: var(--text);
  border: 1.5px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}

.hp-nav-signin:hover {
  color: var(--text);
  border-color: rgba(0, 113, 227, 0.4);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.12);
}

.hp-btn-sm {
  padding: 0 14px;
  min-height: 36px;
  height: 36px;
  font-size: 12px;
  border-radius: 980px;
}

.hp-header-actions .hp-btn-ghost {
  box-shadow: inset 0 0 0 1.5px var(--border);
}

/* Buttons */
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 980px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), opacity 0.2s;
  white-space: nowrap;
}

.hp-btn:hover { transform: translateY(-1px) scale(1.02); }
.hp-btn:active { transform: translateY(0) scale(0.97); transition-duration: 0.08s; }

.hp-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hp-btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 8px rgba(0, 113, 227, 0.22);
  transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), opacity 0.2s;
}

.hp-btn-primary:hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 4px 14px rgba(0, 113, 227, 0.3);
}

.hp-btn-dark {
  background: var(--text);
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
}

.hp-btn-ghost {
  background: transparent;
  color: var(--accent);
  box-shadow: inset 0 0 0 1.5px var(--border);
}

.hp-btn-block { width: 100%; border-radius: 12px; padding: 11px 16px; font-size: 13px; }

.hp-btn-lg { padding: 14px 32px; font-size: 16px; border-radius: 14px; }

/* Hero — Stripe/Vercel-style compact */
.hp-section {
  padding: 28px 0;
}

.hp-section-tight {
  padding: 28px 0;
}

.hp-section-gray { background: rgba(255, 255, 255, 0.55); }

/* Hero split — horizontal layout */
.hp-hero-split {
  padding-top: calc(var(--ribbon-h) + var(--header-h) + 28px);
  padding-bottom: 20px;
}

.hp-hero-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}

.hp-hero-copy {
  text-align: left;
  min-width: 0;
}

.hp-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hp-hero-copy h1 span {
  background: linear-gradient(135deg, var(--accent) 0%, #34aadc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-hero-copy .hp-sub {
  margin: 0 0 14px;
  max-width: 34em;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.45;
  color: var(--muted);
}

.hp-hero-copy .hp-cta-row {
  margin-bottom: 0;
}

.hp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px clamp(12px, 2vw, 24px);
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.hp-hero-meta .hp-trust-row {
  justify-content: flex-start;
  flex: 0 1 auto;
}

.hp-hero-meta .hp-flow {
  justify-content: flex-start;
  margin: 0;
  flex: 1 1 auto;
}

.hp-hero-features {
  min-width: 0;
}

.hp-h2-side {
  margin: 0 0 10px;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--muted);
  text-transform: uppercase;
}

.hp-feature.hp-feature-h {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 15px;
}

.hp-feature-h .hp-feature-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-bottom: 0;
  font-size: 12px;
}

.hp-feature-h h3 {
  margin: 0 0 2px;
  font-size: clamp(12px, 0.9vw, 13px);
}

.hp-feature-h p {
  font-size: clamp(10px, 0.75vw, 11px);
  line-height: 1.35;
}

.hp-hero-center-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.hp-hero-center h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hp-hero-center h1 span {
  background: linear-gradient(135deg, var(--accent) 0%, #34aadc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-hero-center .hp-sub-center {
  max-width: 520px;
  margin: 0 auto 14px;
  font-size: 15px;
  line-height: 1.45;
}

.hp-cta-center {
  justify-content: center;
  margin-bottom: 12px;
}

.hp-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}

.hp-trust-row span::before {
  content: '·';
  margin-right: 8px;
  color: var(--accent);
  font-weight: 800;
}

.hp-trust-row span:first-child::before { content: none; margin: 0; }

.hp-free-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #0a3d7a;
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.14), rgba(52, 170, 220, 0.1));
  border: 1px solid rgba(0, 113, 227, 0.28);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.1);
}

.hp-free-badge::before { content: none !important; margin: 0 !important; }

.hp-stat strong {
  font-weight: 700;
  color: var(--text);
}

/* Hero in + scroll reveal */
.hp-hero-in .hp-hero-copy,
.hp-hero-in .hp-hero-features {
  animation: hp-fade-up 0.6s var(--ease) both;
}

.hp-hero-in .hp-hero-features { animation-delay: 0.12s; }

@keyframes hp-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.hp-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.hp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Staggered card reveal (JS sets --i per child) — no scale (keeps text sharp) */
.hp-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  transition-delay: calc(var(--i, 0) * 70ms);
}

.hp-stagger.is-in > * {
  opacity: 1;
  transform: none;
}

/* Subtle hover lift for content cards */
.hp-feature,
.hp-stack-card {
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .hp-feature:hover,
  .hp-stack-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.45);
    border-color: var(--accent, currentColor);
  }
}

/* Hero background parallax (JS sets --hp-par scale) */
.hp-bg {
  transform: scale(var(--hp-par, 1));
  transform-origin: 50% 0;
  will-change: transform;
}

/* Logo strip + status */
.hp-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.hp-logos span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.hp-status-line {
  margin: 8px 0 0;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
}

.hp-status-line a { color: var(--accent); text-decoration: none; }

.hp-status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28c840;
  margin-right: 4px;
  vertical-align: middle;
}

/* Stack row */
.hp-stack-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
}

.hp-stack-card {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--card);
}

.hp-stack-icon { font-size: 18px; display: block; margin-bottom: 4px; }
.hp-stack-card h3 { margin: 0 0 2px; font-size: 13px; }
.hp-stack-card p { margin: 0; font-size: 11px; color: var(--muted); }

/* Pricing head */
.hp-plans-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto 14px;
  max-width: 1080px;
}

.hp-plans-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}

.hp-plans-title-block {
  flex: 1 1 240px;
  min-width: 0;
}

.hp-plans-title-row .hp-billing-toggle {
  flex-shrink: 0;
  align-self: center;
}

.hp-plans-lead {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 36em;
}

.hp-plans-lead a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.hp-plans-lead a:hover { text-decoration: underline; }

.hp-plans-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.hp-plans-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border);
  text-decoration: none;
}

.hp-plans-chip--promo {
  color: #1f7a33;
  background: rgba(52, 199, 89, 0.12);
  border-color: rgba(52, 199, 89, 0.28);
}

.hp-plans-chip--link {
  color: var(--accent);
  background: var(--accent-soft);
  border-color: rgba(0, 113, 227, 0.2);
}

.hp-plans-chip--link:hover { text-decoration: underline; }

.hp-plans-compare {
  margin-left: auto;
  font-size: 12px;
}

.hp-h2-left { text-align: left; margin-bottom: 0; }
.hp-lead-left { text-align: left; margin: 0 0 6px; }

.hp-billing-toggle {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
  border: 1px solid var(--border);
}

.hp-billing-btn {
  border: none;
  background: transparent;
  padding: 6px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.25s var(--ease), box-shadow 0.3s var(--ease), transform 0.2s var(--ease);
}

.hp-billing-btn:hover:not(.is-active) { color: var(--text); }
.hp-billing-btn:active { transform: scale(0.96); }

.hp-billing-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hp-billing-btn.is-active {
  background: var(--card);
  color: var(--accent);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 113, 227, 0.16);
}

.hp-billing-save { font-size: 9px; color: #28a745; font-weight: 700; }

.hp-compare-link { margin: 0 0 10px; text-align: left; }

.hp-link-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
}

.hp-plan-specs {
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(0, 113, 227, 0.05);
  font-size: var(--plan-li);
  font-weight: 600;
  list-style: none;
}

.hp-plan-specs li { margin: 0; line-height: 1.35; }

#plans.is-yearly .hp-plan-price[data-yearly] small::after {
  content: ' yr';
}

/* Modal compare */
.hp-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.hp-modal[hidden] { display: none; }

.hp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
}

.hp-modal-box {
  position: relative;
  width: min(920px, 100%);
  max-height: min(80vh, 520px);
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--card);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
}

.hp-modal-box h2 { margin: 0 0 12px; font-size: 17px; }

.hp-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 8px;
  background: var(--bg);
  cursor: pointer;
}

.hp-compare-scroll {
  overflow: auto;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hp-compare-scroll::-webkit-scrollbar { display: none; width: 0; height: 0; }

.hp-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.hp-compare-table th,
.hp-compare-table td {
  padding: 7px 8px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.hp-compare-table th:first-child,
.hp-compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  position: sticky;
  left: 0;
  background: var(--card);
}

/* Sticky mobile CTA */
.hp-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  padding: 6px 14px calc(6px + env(safe-area-inset-bottom, 0));
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  transform: translateY(100%);
  transition: transform 0.3s var(--ease);
}

.hp-sticky-promo {
  margin: 0 0 6px;
  text-align: center;
  font-size: 9.9px;
  font-weight: 800;
  color: #0a3d7a;
  letter-spacing: 0.01em;
}

.hp-sticky-cta.is-visible { transform: translateY(0); }

.hp-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.hp-flow-step strong {
  color: var(--accent);
  font-weight: 800;
  margin-right: 4px;
}

.hp-flow-arrow {
  color: var(--border);
  font-size: 11px;
  user-select: none;
}

.hp-h2-inline {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
}

.hp-lead {
  margin: 0 0 14px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
}

.hp-hero-center .hp-sub-center {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.55;
}

.hp-cta-center {
  justify-content: center;
  margin-bottom: 18px;
}

.hp-pills-center {
  justify-content: center;
  margin-bottom: 16px;
}

.hp-metrics {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
}

.hp-metrics-compact {
  max-width: 420px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-metrics-compact .hp-metric {
  padding: 8px 4px;
}

.hp-metrics-compact .hp-metric strong {
  font-size: 18px;
}

.hp-metric {
  padding: 12px 8px;
  text-align: center;
}

.hp-metric strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1.1;
}

.hp-metric span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hp-metric.hp-stat-grow strong { opacity: 1; }
.hp-metric.hp-stat-grow span {
  color: var(--accent);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}

.hp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.hp-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.hp-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hp-hero h1 span { color: var(--accent); }

.hp-sub {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 480px;
}

.hp-sub-center { margin-left: auto; margin-right: auto; text-align: center; max-width: 560px; }

.hp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.hp-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.hp-pills li::before {
  content: '✓';
  color: var(--accent);
  margin-right: 6px;
  font-weight: 800;
}

.hp-hero-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 36px rgba(0, 113, 227, 0.07);
}

.hp-stat-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.hp-stat {
  padding: 12px 10px;
  border-radius: 12px;
  background: var(--accent-soft);
  text-align: center;
}

.hp-stat strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.hp-stat-grow strong {
  opacity: 1;
}

.hp-stat span {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hp-stat-grow span {
  color: var(--accent);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.hp-hero-note {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* Trust band */
.hp-band {
  border-block: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
}

.hp-band-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.hp-band-inner span::before {
  content: '●';
  color: var(--accent);
  margin-right: 8px;
  font-size: 8px;
  vertical-align: middle;
}

.hp-band-inner a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.hp-band-inner a::before {
  content: '●';
  color: var(--accent);
  margin-right: 8px;
  font-size: 8px;
  vertical-align: middle;
}

.hp-band-inner a:hover { color: var(--accent); }

/* Section heads */
.hp-section-head {
  text-align: center;
  margin-bottom: 18px;
}

.hp-section-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hp-section-gray { background: rgba(255, 255, 255, 0.55); }

/* Steps inline */
.hp-steps-inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hp-steps-inline .hp-step {
  text-align: left;
  padding: 10px 12px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.hp-steps-inline .hp-step-num {
  width: 24px;
  height: 24px;
  font-size: 12px;
  margin-bottom: 6px;
}

.hp-steps-inline .hp-step h3 {
  font-size: 13px;
}

.hp-steps-inline .hp-step p {
  font-size: 11px;
}

/* Features 4-col + steps strip */
.hp-feature-grid {
  display: grid;
}

.hp-feature-grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
}

.hp-feature {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 16px 15px;
  box-shadow: 0 6px 20px rgba(0, 113, 227, 0.05);
}

.hp-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.hp-feature h3 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hp-feature p {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted);
}

.hp-steps-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card);
  overflow: hidden;
}

.hp-steps-row .hp-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  text-align: left;
  border-right: 1px solid var(--border);
}

.hp-steps-row .hp-step:last-child { border-right: none; }

.hp-steps-row .hp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
}

.hp-steps-row .hp-step h3 {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
}

.hp-steps-row .hp-step p {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted);
}

/* FAQ + CTA side-by-side */
.hp-faq-cta {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 280px);
  gap: 20px;
  align-items: start;
}

.hp-faq-col .hp-h2-inline { text-align: left; }

.hp-cta-side {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: 0 8px 24px rgba(0, 113, 227, 0.06);
  position: sticky;
  top: calc(var(--ribbon-h) + var(--header-h) + 12px);
}

.hp-cta-side h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hp-cta-side p {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

.hp-cta-side-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}

/* Steps */
.hp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hp-step {
  text-align: center;
  padding: 12px 8px;
}

.hp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hp-step h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}

.hp-step p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

/* Audience */
.hp-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.hp-audience {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
}

.hp-audience h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
}

.hp-audience p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* Plans — wrap grid, no horizontal scroll */
.hp-plan-included {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid var(--border);
}

.hp-plan-included-label {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.hp-plan-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.35;
  color: var(--muted);
}

.hp-plan-included-grid li::before {
  content: '✓ ';
  color: var(--accent);
  font-weight: 700;
}

.hp-plans {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--plan-gap);
  align-items: stretch;
}

.hp-plan {
  position: relative;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: clamp(14px, 1vw, 16px);
  padding: var(--plan-pad);
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.45s var(--ease),
    border-color 0.4s var(--ease),
    background 0.4s var(--ease);
}

.hp-plan-tag-slot {
  min-height: 24px;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
}

.hp-plan-price-slot {
  min-height: 3.2em;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.hp-plan-price-slot .hp-plan-price,
.hp-plan-price-slot .hp-plan-price--promo {
  margin-bottom: 0;
  width: 100%;
}

.hp-plans.is-inview .hp-plan {
  opacity: 1;
  transform: translateY(0);
}

.hp-plans.is-inview .hp-plan:nth-child(1) { transition-delay: 0ms; }
.hp-plans.is-inview .hp-plan:nth-child(2) { transition-delay: 70ms; }
.hp-plans.is-inview .hp-plan:nth-child(3) { transition-delay: 140ms; }
.hp-plans.is-inview .hp-plan:nth-child(4) { transition-delay: 210ms; }
.hp-plans.is-inview .hp-plan:nth-child(5) { transition-delay: 280ms; }
.hp-plans.is-inview .hp-plan:nth-child(6) { transition-delay: 350ms; }

.hp-plan-footnote {
  margin: var(--plan-gap) 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
}

.hp-plan-ring {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 2px solid var(--accent);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.45s var(--ease), transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 2;
}

.hp-plan-glow {
  display: none !important;
}

.hp-plan > *:not(.hp-plan-ring):not(.hp-plan-glow) {
  position: relative;
  z-index: 1;
}

.hp-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 113, 227, 0.12);
}

.hp-plans.is-inview .hp-plan:hover {
  transform: translateY(-4px);
}

.hp-plan.is-selected {
  transform: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 36px rgba(0, 113, 227, 0.18);
}

.hp-plans.is-inview .hp-plan.is-selected {
  transform: none;
}

.hp-plans.is-inview .hp-plan.is-selected:hover {
  transform: translateY(-3px);
}

.hp-plan.is-selected .hp-plan-ring {
  opacity: 1;
  transform: scale(1);
}

.hp-plan.is-selected .hp-plan-glow {
  opacity: 1;
}

.hp-plan.is-selecting {
  animation: hpPlanSelect 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes hpPlanSelect {
  0% { transform: translateY(0); box-shadow: 0 4px 16px rgba(0, 113, 227, 0.08); }
  45% { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 113, 227, 0.2); }
  100% { transform: translateY(0); box-shadow: 0 14px 36px rgba(0, 113, 227, 0.18); }
}

.hp-plan:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hp-plan.is-featured {
  border-color: var(--accent);
  box-shadow: 0 8px 28px rgba(0, 113, 227, 0.1);
}

.hp-plan.is-free-promo {
  border-color: rgba(52, 199, 89, 0.55);
  box-shadow: 0 8px 28px rgba(52, 199, 89, 0.12);
}

.hp-plan.is-free-promo .hp-plan-glow {
  background: radial-gradient(circle at 50% 0%, rgba(52, 199, 89, 0.16), transparent 65%);
}

.hp-plan.is-custom {
  border-color: rgba(29, 29, 31, 0.22);
}

.hp-plan.is-custom .hp-plan-tag {
  background: var(--text);
  color: #fff;
}

.hp-plan-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-bottom: 8px;
  border-radius: 980px;
  background: var(--accent-soft);
  color: var(--accent);
}

.hp-plan-tag--promo {
  background: #34c759;
  color: #fff;
}

.hp-plan-price--promo {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  margin-bottom: 10px;
}

.hp-plan-free {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #248a3d;
  line-height: 1;
}

.hp-plan-was {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
}

.hp-plan-was small {
  font-size: 11px;
  font-weight: 600;
}

.hp-plan-promo-note {
  flex: 0 0 100%;
  font-size: 10px;
  font-weight: 700;
  color: #248a3d;
  letter-spacing: 0.02em;
}

.hp-plan h3 {
  margin: 0 0 4px;
  font-size: var(--plan-title);
  font-weight: 800;
  line-height: 1.15;
}

.hp-plan-for {
  margin: 0 0 8px;
  font-size: clamp(11px, 0.75vw, 12px);
  min-height: 2.4em;
  line-height: 1.35;
}

.hp-plan-price {
  font-size: var(--plan-price);
  margin-bottom: 0;
  line-height: 1.1;
}

.hp-plan-price small {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.hp-plan ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  flex: 1 1 auto;
  font-size: var(--plan-li);
  line-height: 1.42;
  color: var(--muted);
}

.hp-plan .hp-btn-block,
.hp-plan a.hp-btn-block {
  margin-top: auto;
  flex-shrink: 0;
  font-size: var(--plan-btn);
  padding: clamp(9px, 0.9vw, 11px) clamp(10px, 1vw, 16px);
}

.hp-plan ul li {
  padding: 2px 0;
}

.hp-plan ul li:first-child {
  font-weight: 600;
  color: var(--text);
}

.hp-plan ul li::before {
  content: '✓ ';
  color: var(--accent);
  font-weight: 700;
}

.hp-plan-foot {
  text-align: center;
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.hp-plan-foot a,
.hp-plan-foot button {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* Explore links */
.hp-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hp-explore-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.hp-explore-link:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 113, 227, 0.35);
  box-shadow: 0 10px 24px rgba(0, 113, 227, 0.1);
}

.hp-explore-link strong {
  font-size: 13px;
  font-weight: 700;
}

.hp-explore-link span {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
}

button.hp-nav-signin { font: inherit; cursor: pointer; }

/* Vision split */
.hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.hp-split h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hp-vision-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.hp-vision-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-vision-card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
}

.hp-vision-card li:last-child { border-bottom: none; }

.hp-vision-card li::before {
  content: '→';
  color: var(--accent);
  margin-right: 10px;
  font-weight: 700;
}

/* FAQ */
.hp-faq-wrap { max-width: 720px; margin: 0 auto; }

.hp-faq { display: flex; flex-direction: column; gap: 10px; }

.hp-faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 4px 18px;
  overflow: hidden;
}

.hp-faq-item summary {
  padding: 14px 28px 14px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.2s;
}

.hp-faq-item summary::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.25s var(--ease), border-color 0.2s;
}

.hp-faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
  border-color: var(--accent);
}

.hp-faq-item[open] summary { color: var(--accent); }

.hp-faq-item summary::-webkit-details-marker { display: none; }

.hp-faq-item p {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  animation: hp-faq-open 0.3s var(--ease);
}

@keyframes hp-faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

/* Final CTA */
.hp-cta-final { padding-bottom: 44px; }

.hp-cta-box {
  text-align: center;
  background: linear-gradient(145deg, var(--accent), #0058b0);
  color: #fff;
  border-radius: 20px;
  padding: 36px 24px;
}

.hp-cta-box h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hp-cta-box p {
  margin: 0 auto 18px;
  font-size: 14px;
  opacity: 0.92;
  max-width: 440px;
}

.hp-cta-box .hp-btn-primary {
  background: #fff;
  color: var(--accent);
}

/* Footer */
.hp-footer {
  border-top: 1px solid var(--border);
  padding: 8px 0 10px;
  background: #fff;
}

.hp-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}

.hp-footer-brand {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}

.hp-footer-brand span { color: var(--accent); }

.hp-footer-links {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  min-width: 0;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
}

.hp-footer-links a,
.hp-footer-links button {
  font-size: 11px;
  color: var(--muted);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.hp-footer-links a:hover,
.hp-footer-links button:hover { color: var(--accent); }

.hp-footer-copy {
  margin: 0;
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.hp-moneyback {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

.hp-moneyback a { color: var(--accent); text-decoration: none; }
.hp-moneyback a:hover { text-decoration: underline; }

.hp-footer-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--border);
  font-size: 11px;
  color: var(--muted);
}

.hp-footer-trust .hp-footer-mail {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.hp-footer-trust .hp-footer-mail:hover { text-decoration: underline; }

.hp-footer-trust-sep { opacity: 0.5; }

.hp-footer-pay {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 600;
}

/* Share — fixed rail (desktop) + inline footer (mobile) */
.hp-share-rail {
  display: none !important;
}

.hp-share-rail-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 2px;
}

.hp-share-footer {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.hp-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 7px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}

.hp-share-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hp-share-btn.is-copied {
  border-color: #28a745;
  color: #28a745;
}

/* Plans grid — 6 equal cols desktop, scales with viewport */
@media (max-width: 1199px) {
  .hp-plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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

@media (max-width: 479px) {
  .hp-plans { grid-template-columns: minmax(0, 1fr); }
}

/* Responsive */
@media (max-width: 1100px) {
  .hp-wrap-wide { width: min(var(--max), 100% - 24px); }
}

@media (max-width: 768px) {
  .hp-share-rail { display: none; }
  .hp-share-footer { display: flex; }
  .hp-footer-copy {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .hp-hero-split-grid { grid-template-columns: 1fr; gap: 18px; }
  .hp-products-grid { grid-template-columns: 1fr; }
  .hp-how-grid { grid-template-columns: 1fr; }
  .hp-plans-spotlight,
  .hp-plans-rest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-mock { transform: none; }
  .hp-nav { display: none !important; }
  .hp-menu-toggle { display: flex; }
  .hp-nav-item--mega .hp-mega { display: none; }
  .hp-header {
    height: auto;
    min-height: var(--header-h);
  }
  .hp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: var(--header-bar-h);
    min-height: var(--header-bar-h);
    padding: 0;
  }
  .hp-logo { flex: 0 0 auto; }
  .hp-brand-tag { display: none; }
  .hp-brand-lockup { max-width: none; padding-right: 8px; }
  .hp-header-actions {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
  }
  .hp-menu-toggle { order: 3; flex-shrink: 0; width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
  .hp-header-actions .hp-btn-sm {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    min-height: 34px;
    height: 34px;
  }
  .hp-stack-row { grid-template-columns: 1fr; }
  .hp-plans-title-row { flex-direction: column; align-items: stretch; }
  .hp-plans-title-row .hp-billing-toggle { align-self: flex-start; }
  .hp-plans-compare { margin-left: 0; }
  .hp-hero-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hp-feature-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-faq-cta { grid-template-columns: 1fr; }
  .hp-cta-side { position: static; }
  .hp-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hp-plans-spotlight,
  .hp-plans-rest { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hp-wrap { width: min(var(--max), 100% - 20px); }
  .hp-section-tight { padding: 14px 0; }
  .hp-hero-split { padding-top: calc(var(--ribbon-h) + var(--header-h) + 8px); }
  .hp-hero-copy h1 { font-size: clamp(24px, 6.5vw, 30px); }
  .hp-feature-grid-4 { grid-template-columns: 1fr; }
  .hp-header-actions a[href="/logout.php"],
  .hp-header-actions a[href="/demo/dashboard.php"] { display: none; }
  .hp-header-actions { gap: 6px; }
  .hp-header-actions .hp-btn-sm {
    padding: 0 10px;
    font-size: 11px;
    min-height: 34px;
    height: 34px;
  }
  .hp-header-actions button[data-auth="login"] {
    display: inline-flex;
    padding: 0 10px;
    flex-shrink: 0;
  }
  .hp-header-actions button[data-auth="signup"] {
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hp-trust-row { gap: 6px 10px; font-size: 10px; }
  .hp-free-badge {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 6px 12px;
    order: -1;
  }
  .hp-trust-row { flex-direction: column; align-items: stretch; }
  .hp-flow { font-size: 11px; gap: 4px 8px; }
  body.hp { padding-bottom: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hp-stat-grow strong { animation: none; }
  .hp-plan,
  .hp-plan-ring,
  .hp-explore-link { transition: none; opacity: 1; transform: none; }
  .hp-plan.is-selecting { animation: none; }
  .hp-nav a.is-pressed { transform: none; }
  .hp-plan-tag--promo { animation: none; }
  .hp-hero-in .hp-hero-copy,
  .hp-hero-in .hp-hero-features { animation: none; }
  .hp-reveal { opacity: 1; transform: none; transition: none; }
  .hp-faq-item p { animation: none; }
  .hp-stagger > * { opacity: 1; transform: none; transition: none; }
  .hp-feature, .hp-stack-card { transition: none; }
}

/* Live site — no preview ribbon offset */
.hp--live { --ribbon-h: 0px; }
.hp--live .hp-ribbon { display: none; }
.hp--live .hp-hero-split { padding-top: calc(var(--header-h) + 32px); }

/* Scroll progress */
.hp-scroll-progress {
  position: fixed;
  top: var(--ribbon-h);
  left: 0;
  right: 0;
  height: 2px;
  z-index: 120;
  pointer-events: none;
  background: transparent;
}
.hp-scroll-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #5856d6);
  transition: width 0.08s linear;
}

/* Glass mega menu */
.hp-nav-item--mega { position: relative; }
.hp-mega {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 220px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 113, 227, 0.12);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  z-index: 50;
}
.hp-nav-item--mega:hover .hp-mega,
.hp-nav-item--mega:focus-within .hp-mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.hp-mega-plan {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s var(--ease);
}
.hp-mega-plan:hover { background: var(--accent-soft); }
.hp-mega-plan strong { font-size: 13px; }
.hp-mega-plan span { font-size: 11px; color: var(--muted); }

/* Mobile drawer */
.hp-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background: rgba(0, 113, 227, 0.08);
  cursor: pointer;
}
.hp-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.hp-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hp-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.hp-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hp-nav-drawer[hidden] { display: none; }
.hp-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 150;
}
.hp-nav-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.hp-nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  max-height: 100dvh;
  padding: 20px 18px 28px;
  padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.hp-nav-drawer-auth {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.94) 18%);
  padding-bottom: 4px;
}
.hp-nav-drawer.is-open .hp-nav-drawer-backdrop { opacity: 1; }
.hp-nav-drawer.is-open .hp-nav-drawer-panel { transform: translateX(0); }
.hp-nav-drawer-close {
  align-self: flex-end;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: var(--muted);
  margin-bottom: 8px;
}
.hp-nav-drawer-link {
  display: block;
  padding: 12px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  opacity: 0;
  transform: translateX(12px);
  transition: background 0.2s, opacity 0.35s var(--ease), transform 0.35s var(--ease);
  transition-delay: calc(var(--drawer-i, 0) * 40ms);
}
.hp-nav-drawer.is-open .hp-nav-drawer-link {
  opacity: 1;
  transform: translateX(0);
}
.hp-nav-drawer-link:hover { background: var(--accent-soft); }

/* Why section */
.hp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.hp-why-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0, 113, 227, 0.06);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .hp-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 113, 227, 0.28);
    box-shadow: 0 16px 36px -14px rgba(0, 113, 227, 0.28);
  }
}
.hp-why-card h3 { margin: 0 0 8px; font-size: 16px; }
.hp-why-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }

/* Hero depth */
.hp-hero-stack-3d { position: relative; }
.hp-hero-orbs {
  position: absolute;
  inset: -20px -10px auto auto;
  width: 180px;
  height: 180px;
  pointer-events: none;
  z-index: 0;
}
.hp-hero-orbs span {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.45;
  animation: hp-orb-float 8s ease-in-out infinite;
}
.hp-hero-orbs span:nth-child(1) { width: 90px; height: 90px; background: #0071e3; top: 0; left: 0; }
.hp-hero-orbs span:nth-child(2) { width: 70px; height: 70px; background: #5856d6; top: 40px; left: 60px; animation-delay: -2s; }
.hp-hero-orbs span:nth-child(3) { width: 50px; height: 50px; background: #34aadc; top: 90px; left: 20px; animation-delay: -4s; }
@keyframes hp-orb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* 3D stack cards */
.hp-stack-card--3d {
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  transform: translateY(calc(var(--stack-i, 0) * 4px)) rotateX(2deg);
}
.hp-stack-card--3d:hover {
  transform: translateY(-6px) rotateX(0deg) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 113, 227, 0.14);
}

/* Plan cards: spotlight only — no scale/3D (avoids subpixel text blur) */
.hp-plan--3d {
  --mx: 50%;
  --my: 50%;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.hp-plan--3d::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.35), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  z-index: 3;
}
.hp-plan--3d:hover::before,
.hp-plan--3d.is-selected::before { opacity: 1; }

/* Performance */
.hp-cv-auto { content-visibility: auto; contain-intrinsic-size: auto 480px; }

/* Magnetic CTA */
.hp-btn-magnetic { transition: transform 0.15s var(--ease); }


@media (hover: none) and (pointer: coarse) {
  .hp-plan--3d::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-hero-orbs span { animation: none; }
  .hp-stack-card--3d { transform: none; }
  .hp-nav-drawer-panel,
  .hp-nav-drawer-link { transition: none; }
}

/* safe-area padding is on .hp-header base rule */

.hp-footer {
  padding-bottom: max(12px, env(safe-area-inset-bottom));
}

.hp-sticky-cta {
  padding-left: max(12px, env(safe-area-inset-left));
  padding-right: max(12px, env(safe-area-inset-right));
  padding-bottom: max(8px, env(safe-area-inset-bottom));
}

@media (min-width: 769px) and (max-width: 1100px) {
  .hp-wrap-wide { width: min(100% - 32px, var(--max-wide)); }
  .hp-hero-split-grid { gap: clamp(16px, 2.5vw, 24px); }
}

@media (min-width: 1400px) {
  :root {
    --max-wide: min(1400px, 100% - 48px);
    --max: 1180px;
  }
}

@media (min-width: 1920px) {
  :root {
    --max-wide: min(1520px, 100% - 64px);
    --max: 1280px;
  }

  html { font-size: clamp(16px, 0.15vw + 14px, 18px); }
  .hp-wrap-wide { width: min(1520px, 100% - 64px); }
  .hp-plans { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (hover: none) and (pointer: coarse) {
  .hp-btn,
  .hp-billing-btn,
  .hp-share-btn {
    min-height: 44px;
  }

  /* Keep header CTAs inside the 58px bar (avoid clipping under status bar / wrap) */
  .hp-header-actions .hp-btn {
    min-height: 34px;
    height: 34px;
  }

  .hp-nav-link {
    padding: 8px 4px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hp-hero-split { padding-top: calc(var(--ribbon-h) + var(--header-h) + 4px); }
  .hp-section-tight { padding: 10px 0; }
  .hp-sticky-cta { display: none; }
}

@media (max-width: 640px) {
  .hp--live .hp-hero-split { padding-top: calc(var(--header-h) + 12px); }
}

@media (max-width: 520px) {
  .hp-header-actions { flex-wrap: nowrap; justify-content: flex-end; }
  .hp-brand-name { font-size: 14px; }
}

@media (max-width: 900px) {
  body.hp main { overflow-x: clip; }
}

/* ——— Pack ABC: mock panel, how-it-works, pricing spotlight ——— */
.hp-hero-visual {
  min-width: 0;
  perspective: 1200px;
}

.hp-mock {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 113, 227, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 60px -20px rgba(0, 113, 227, 0.35),
    0 12px 28px rgba(0, 0, 0, 0.06);
  transform: rotateY(-6deg) rotateX(3deg);
  transform-origin: center left;
  transition: transform 0.5s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .hp-hero-visual:hover .hp-mock {
    transform: rotateY(-2deg) rotateX(1deg) translateY(-4px);
  }
}

.hp-mock-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #f7f7f9, #eef0f4);
  border-bottom: 1px solid var(--border);
}

.hp-mock-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f57;
}
.hp-mock-chrome span:nth-child(2) { background: #febc2e; }
.hp-mock-chrome span:nth-child(3) { background: #28c840; }

.hp-mock-chrome em {
  margin-left: 10px;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hp-mock-body {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  min-height: 260px;
}

.hp-mock-side {
  padding: 14px 10px;
  background: linear-gradient(180deg, #f0f5ff, #e8eef8);
  border-right: 1px solid rgba(0, 113, 227, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hp-mock-side b {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.hp-mock-side i {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  padding: 5px 7px;
  border-radius: 7px;
}

.hp-mock-side i.is-on {
  background: rgba(0, 113, 227, 0.12);
  color: var(--accent);
}

.hp-mock-main { padding: 14px 14px 16px; }

.hp-mock-hello {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.hp-mock-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.hp-mock-metrics div {
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--border);
}

.hp-mock-metrics small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin-bottom: 2px;
}

.hp-mock-metrics strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hp-mock-metrics .is-save {
  background: rgba(40, 200, 64, 0.08);
  border-color: rgba(40, 200, 64, 0.22);
}

.hp-mock-metrics .is-save strong { color: #1a7f37; }

.hp-mock-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hp-mock-card {
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.05);
}

.hp-mock-card span { font-size: 14px; display: block; margin-bottom: 4px; }
.hp-mock-card strong { display: block; font-size: 12px; font-weight: 800; margin-bottom: 2px; }
.hp-mock-card em {
  display: block;
  font-style: normal;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.3;
}

/* How it works */
.hp-how .hp-lead {
  text-align: center;
  margin: -4px 0 20px;
  color: var(--muted);
  font-size: 15px;
}

.hp-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
  margin-bottom: 18px;
}

.hp-how-card {
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 113, 227, 0.1);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.07);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .hp-how-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -14px rgba(0, 113, 227, 0.28);
  }
}

.hp-how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a86f0, var(--accent));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.hp-how-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hp-how-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.hp-how-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.hp-how-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hp-how-chip span { color: var(--accent); }

/* Pricing spotlight + rest — equal columns, centered band */
.hp-plans-spotlight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
  margin: 0 auto 8px;
  max-width: 1080px;
  align-items: stretch;
}

.hp-plans-more-label {
  margin: 22px auto 12px;
  max-width: 960px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.hp-plans-rest {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  max-width: 960px;
  align-items: stretch;
}

.hp-plans-quad {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
  margin: 0 auto;
  max-width: 1120px;
  align-items: stretch;
}

.hp-plan.is-compact {
  padding: 14px;
}

.hp-plan.is-compact h3 { font-size: 15px; }
.hp-plan.is-compact .hp-plan-for { font-size: 12px; }
.hp-plan.is-compact .hp-plan-price { font-size: 22px; }
.hp-plan.is-compact .hp-btn-block { margin-top: auto; }

.hp-plan-specs--short {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .hp-mock { transform: none; }
  .hp-mock-body { grid-template-columns: 72px 1fr; min-height: 220px; }
  .hp-how-grid { grid-template-columns: 1fr; }
  .hp-plans-spotlight,
  .hp-plans-rest { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hp-mock-side { display: none; }
  .hp-mock-body { grid-template-columns: 1fr; }
  .hp-mock-cards { grid-template-columns: 1fr; }
  .hp-mock-metrics { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .hp-mock { transform: none; transition: none; }
  .hp-how-card { transition: none; }
}

/* ——— Product lanes: Hosting / VPS / App Hosting ——— */
.hp-products .hp-lead {
  text-align: center;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 15px;
}

.hp-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.hp-product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 113, 227, 0.12);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.hp-product-card--accent {
  border-color: rgba(0, 113, 227, 0.28);
  background: linear-gradient(165deg, rgba(232, 240, 254, 0.95), rgba(255, 255, 255, 0.96));
}

@media (hover: hover) and (pointer: fine) {
  .hp-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 113, 227, 0.35);
    box-shadow: 0 18px 40px -14px rgba(0, 113, 227, 0.3);
  }
}

.hp-product-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.hp-product-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hp-product-card > p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  flex: 1;
}

.hp-product-card ul {
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hp-product-card li {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  padding-left: 14px;
  position: relative;
}

.hp-product-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hp-product-cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  margin-top: 4px;
}

@media (max-width: 900px) {
  .hp-products-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-product-card { transition: none; }
}

/* ——— Mobile / tablet polish 20260715 ——— */
@media (max-width: 1024px) {
  .hp-sticky-cta {
    padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
  }
  .hp-nav-drawer-panel {
    max-width: min(360px, 92vw);
    padding-top: max(16px, env(safe-area-inset-top, 0px));
  }
  .hp-nav-drawer-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .hp-product-card,
  .hp-how-card {
    padding: 18px 16px;
  }
  .hp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hp-cta-row .hp-btn {
    flex: 1 1 auto;
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  .hp-header-user { display: none; }
  .hp-mock-metrics { gap: 6px; }
  .hp-mock-metrics strong { font-size: 13px; }
  .hp-mock-hello { font-size: 13px; }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hp-plans-spotlight { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-plans-spotlight .hp-plan.is-custom { grid-column: 1 / -1; }
  .hp-wrap-wide { width: min(var(--max-wide), 100% - 28px); }
}

/* ——— Hero attract pack: kicker, Free Nano, live mock ——— */
.hp-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.hp-hero-kicker-mark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  flex-shrink: 0;
}

.hp-hero-copy h1 {
  font-family: "Outfit", "Source Sans 3", system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.hp-nano-offer {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 113, 227, 0.06);
  border: 1px solid rgba(0, 113, 227, 0.18);
}

.hp-nano-offer-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.hp-nano-offer-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hp-nano-offer-main strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.hp-nano-offer-price {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

.hp-nano-offer-price s {
  margin-right: 6px;
  opacity: 0.7;
}

.hp-nano-offer-price b {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hp-nano-offer-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.hp-nano-offer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.hp-mock--live {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hp-mock--live:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.hp-mock-chrome {
  position: relative;
}

.hp-mock-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(0, 113, 227, 0.22);
  border-radius: 999px;
  padding: 3px 8px;
  font-style: normal;
}

.hp-mock-site {
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 113, 227, 0.14);
  overflow: hidden;
  background: linear-gradient(180deg, #f7f9fc, #fff);
}

.hp-mock-site-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid var(--border);
}

.hp-mock-site-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d1d6;
}

.hp-mock-site-bar em {
  margin-left: 6px;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}

.hp-mock-site-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hp-mock-site-body strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hp-mock-site-body span {
  font-size: 11px;
  color: var(--muted);
}

.hp-mock-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #1a86f0, var(--accent) 55%, #0064cc);
  border-top: 1px solid rgba(0, 113, 227, 0.2);
}

.hp-mock--live:hover .hp-mock-cta {
  filter: brightness(1.05);
}

.hp-mock--live:hover {
  transform: rotateY(-2deg) rotateX(1deg) translateY(-5px);
}

@media (max-width: 1024px) {
  .hp-mock--live:hover { transform: none; }
  .hp-nano-offer-price { margin-left: 0; }
  .hp-hero-copy h1 { font-size: clamp(30px, 7vw, 40px); }
}


/* === pricing-align-motion 20260717 === */
.hp-plan-for { min-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-plan-tag-slot { min-height: 26px; margin-bottom: 8px; }
.hp-plan-price-slot { min-height: 3.4em; margin-bottom: 12px; }
.hp-plan .hp-plan-specs { flex: 0 0 auto; }
.hp-plan > ul { flex: 1 1 auto; }
.hp-plan .hp-btn-block,
.hp-plan a.hp-btn-block { margin-top: auto; width: 100%; text-align: center; }

.hp-plans.is-inview .hp-plan .hp-plan-specs li,
.hp-plans.is-inview .hp-plan > ul li {
  animation: hpPlanLiIn 0.45s var(--ease) both;
}
.hp-plans.is-inview .hp-plan .hp-plan-specs li:nth-child(1),
.hp-plans.is-inview .hp-plan > ul li:nth-child(1) { animation-delay: 80ms; }
.hp-plans.is-inview .hp-plan .hp-plan-specs li:nth-child(2),
.hp-plans.is-inview .hp-plan > ul li:nth-child(2) { animation-delay: 140ms; }
.hp-plans.is-inview .hp-plan .hp-plan-specs li:nth-child(3),
.hp-plans.is-inview .hp-plan > ul li:nth-child(3) { animation-delay: 200ms; }
.hp-plans.is-inview .hp-plan .hp-plan-specs li:nth-child(4),
.hp-plans.is-inview .hp-plan > ul li:nth-child(4) { animation-delay: 260ms; }
.hp-plans.is-inview .hp-plan .hp-plan-specs li:nth-child(5),
.hp-plans.is-inview .hp-plan > ul li:nth-child(5) { animation-delay: 320ms; }

@keyframes hpPlanLiIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.hp-plan .hp-btn-block {
  position: relative;
  overflow: hidden;
}

.hp-plan.is-selected .hp-plan-ring {
  opacity: 1;
  transform: scale(1);
}

/* Marketing landings share homepage plan motion */
.ml-page {
  --bg: #f5f5f7;
  --card: #fff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --accent: #0071e3;
  --accent-soft: rgba(0, 113, 227, 0.1);
  --border: rgba(0, 0, 0, 0.08);
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --plan-gap: 14px;
  --plan-pad: 18px;
  --plan-title: 17px;
  --plan-price: 28px;
  --plan-li: 12px;
  --plan-btn: 13px;
}
.ml-page .hp-plans { opacity: 1; }
.ml-page .ml-hero.hp-reveal,
.ml-page .ml-features.hp-reveal,
.ml-page .ml-plans.hp-reveal,
.ml-page .ml-promo.hp-reveal,
.ml-page .ml-social.hp-reveal,
.ml-page .ml-cluster.hp-reveal { will-change: opacity, transform; }

@media (max-width: 1024px) {
  .hp-plans-quad { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
}
@media (max-width: 640px) {
  .hp-plans-quad { grid-template-columns: 1fr; max-width: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  .hp-plans.is-inview .hp-plan .hp-plan-specs li,
  .hp-plans.is-inview .hp-plan > ul li,
  .hp-plan .hp-btn-block::after,
  .hp-plan.is-selected .hp-plan-ring { animation: none !important; }
}


/* === plans-head-layout 20260717 === */
@media (max-width: 640px) {
  .hp-plans-head { max-width: none; margin-bottom: 12px; }
  .hp-plans-meta { gap: 6px 8px; }
  .hp-plans-chip { font-size: 10px; padding: 4px 8px; }
}

/* === trust-strip 20260720 === */
.hp-trust-strip {
  padding: 8px 0 18px;
}
.hp-trust-strip-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.hp-trust-strip-line span {
  position: relative;
}
.hp-trust-strip-line span + span::before {
  content: "·";
  position: absolute;
  left: -11px;
  color: rgba(0, 0, 0, 0.22);
}
@media (max-width: 640px) {
  .hp-trust-strip-line {
    gap: 6px 12px;
    font-size: 11px;
    justify-content: flex-start;
  }
  .hp-trust-strip-line span + span::before { display: none; }
}

/* === giants roadmap 20260726 === */
.hp-h2-inline,
.hp-hero-copy h1,
.hp-product-card h3,
.hp-market-card h3,
.hp-use-card h3 {
  font-family: "Outfit", "Source Sans 3", system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.hp-hero-shot {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.hp-hero-shot:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 113, 227, 0.12);
}
.hp-hero-shot-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #fafafa;
  border-bottom: 1px solid var(--border);
}
.hp-hero-shot-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d1d6;
}
.hp-hero-shot-chrome span:nth-child(1) { background: #ff5f57; }
.hp-hero-shot-chrome span:nth-child(2) { background: #febc2e; }
.hp-hero-shot-chrome span:nth-child(3) { background: #28c840; }
.hp-hero-shot-chrome em {
  margin-left: 8px;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}
.hp-hero-shot-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #f0f0f2;
}
.hp-hero-shot .hp-mock-cta {
  display: block;
  text-align: center;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  border-top: 1px solid var(--border);
  background: #fff;
}

.hp-market-grid,
.hp-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .hp-market-grid,
  .hp-use-grid { grid-template-columns: 1fr; }
}
.hp-market-card,
.hp-use-card {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}
.hp-market-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}
.hp-market-card h3,
.hp-use-card h3 {
  margin: 0;
  font-size: 17px;
}
.hp-market-card p,
.hp-use-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  flex: 1;
}
.hp-market-meta {
  font-size: 11px;
  color: var(--muted);
}
.hp-market-cta {
  align-self: flex-start;
  margin-top: 4px;
  padding: 8px 14px;
  border-radius: 980px;
  border: none;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hp-market-cta:hover { opacity: 0.92; }
.hp-market-foot,
.hp-use-foot {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.hp-market-foot a,
.hp-use-foot a { color: var(--accent); text-decoration: none; font-weight: 600; }
.hp-market-foot a:hover,
.hp-use-foot a:hover { text-decoration: underline; }

.hp-pricing-honesty {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.hp-pricing-honesty strong { color: var(--text); }
.hp-pricing-honesty a { color: var(--accent); font-weight: 600; text-decoration: none; }
.hp-pricing-honesty a:hover { text-decoration: underline; }

/* === giants v2 20260726 === */
.hp-market-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.hp-market-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  flex-shrink: 0;
}
.hp-hero-shot-img {
  aspect-ratio: 968 / 620;
  object-fit: cover;
  object-position: top left;
}
.hp-pricing-micro {
  width: 100%;
  margin: 14px 0 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  font-size: 12px;
}
.hp-pricing-micro th,
.hp-pricing-micro td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.hp-pricing-micro thead th {
  background: #fafafa;
  font-weight: 700;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hp-pricing-micro tbody th {
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.hp-pricing-micro tr:last-child th,
.hp-pricing-micro tr:last-child td { border-bottom: none; }
@media (max-width: 640px) {
  .hp-pricing-micro { font-size: 11px; display: block; overflow-x: auto; }
  .hp-hero-shot-chrome em { max-width: 40vw; overflow: hidden; text-overflow: ellipsis; }
}

/* === trust-bar 20260726 === */
.hp-trust-strip {
  padding: 4px 0 12px;
}
.hp-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.4;
}
.hp-trust-bar a {
  color: var(--muted);
  text-decoration: none;
}
.hp-trust-bar a:hover {
  color: var(--accent);
}
.hp-trust-bar .hp-status-dot {
  margin-right: 2px;
}
.hp-trust-bar-sep {
  color: rgba(0, 0, 0, 0.22);
  font-weight: 500;
  user-select: none;
}
@media (max-width: 640px) {
  .hp-trust-bar {
    font-size: 11px;
    gap: 4px 8px;
    justify-content: flex-start;
  }
}

/* === mid-page polish 20260726 === */
.hp-trust-bar--hero {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  justify-content: flex-start;
}
.hp-hero-shot .hp-mock-cta { display: none; }
.hp-market-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}
.hp-market-title-block { min-width: 0; flex: 1; }
.hp-market .hp-h2-left { text-align: left; margin-bottom: 6px; }
.hp-market .hp-lead-left { margin-bottom: 0; max-width: 42rem; }
.hp-market-all {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  padding-bottom: 2px;
}
.hp-market-all:hover { text-decoration: underline; }
.hp-path-bridge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px;
}
.hp-path-bridge-label {
  font-weight: 600;
  color: var(--muted);
  margin-right: 4px;
}
.hp-path-bridge a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}
.hp-path-bridge a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .hp-trust-bar--hero { justify-content: flex-start; }
  .hp-market-head { flex-direction: column; align-items: flex-start; gap: 8px; }
}


/* Homepage: keep sticky CTA clear of cookie banner */
body.hp.neytom-cookie-open .hp-sticky-cta.is-visible {
  bottom: calc(min(42vh, 200px) + 12px + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 480px) {
  body.hp.neytom-cookie-open .hp-sticky-cta.is-visible {
    bottom: calc(min(48vh, 240px) + 12px + env(safe-area-inset-bottom, 0px));
  }
}

/* How it works strip */
.hp-how {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 18px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  color: var(--muted);
}
.hp-how-step strong {
  color: var(--accent);
  font-weight: 800;
  margin-right: 2px;
}
.hp-how-step em {
  font-style: normal;
  font-weight: 700;
  color: var(--text);
}
.hp-how-sep {
  color: #c7c7cc;
  user-select: none;
}
