/* Neytom homepage — flat product UI (anti glass/glow) */
:root {
  --accent: #0071e3;
  --accent-hover: #0066cc;
  --accent-deep: #0058b0;
  --accent-ink: #0058b0;
  --accent-soft: #e8f2fc;
  --success-ink: #1f7a3a;
  --free: #1f7a3a;
  --text: #1d1d1f;
  --text-strong: #111113;
  --muted: #515154;
  --border: #c9c9ce;
  --bg: #f5f5f7;
  --card: #ffffff;
  --plan-spec-bg: #eef4fb;
  --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(14px, 0.9vw, 15px);
  --plan-btn: clamp(13px, 0.95vw, 15px);
}

html {
  scroll-behavior: smooth;
  font-size: clamp(16px, 0.2vw + 15px, 17px);
  overflow-x: hidden;
}

.hp {
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
}

.hp h1,
.hp h2,
.hp h3 {
  color: var(--text-strong);
  font-weight: 700;
}

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: var(--bg);
  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.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(229, 229, 234, 0.95);
  transition: box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.hp-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none;
}

.hp-header-inner {
  height: var(--header-bar-h);
  min-height: var(--header-bar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.hp-brand-lockup {
  gap: 10px;
  max-width: min(210px, 50vw);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: opacity 0.2s 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: 700;
  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-ink);
  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-cluster {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2px;
  padding: 4px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(88, 86, 214, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 6px 18px rgba(15, 23, 42, 0.05);
  min-width: 0;
}

.hp-nav {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  flex-wrap: wrap;
}

.hp-nav > a,
.hp-nav .hp-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 12px;
  margin: 0;
  border-radius: 10px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #3a3a4a;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}

.hp-nav a::after {
  content: none;
}

.hp-nav a:hover,
.hp-nav a.is-active {
  background: rgba(88, 86, 214, 0.08);
  color: #5856d6;
  text-decoration: none;
  box-shadow: none;
  transform: none;
  filter: none;
}

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

.hp-nav a.is-pressed {
  transform: none;
}

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

/* Shared header CTA footprint — guides nav-top CTA line */
.hp-header-actions > .hp-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  height: auto;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  box-shadow: none;
}

.hp-header-promo {
  display: none;
  align-items: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  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: 6px 12px;
  min-height: 36px;
  height: auto;
  font-size: 0.82rem;
  border-radius: 10px;
}

.hp-header-actions .hp-btn-ghost {
  background: transparent;
  color: #3a3a4a;
  box-shadow: none;
  border: none;
}

.hp-header-actions .hp-btn-ghost:hover {
  background: rgba(88, 86, 214, 0.08);
  color: #5856d6;
  opacity: 1;
}

.hp-header-actions .hp-btn-primary {
  background: linear-gradient(135deg, rgba(100, 210, 255, 0.2), rgba(88, 86, 214, 0.14));
  color: #3a3a6a;
  border: 1px solid rgba(88, 86, 214, 0.18);
  box-shadow: none;
  font-weight: 750;
}

.hp-header-actions .hp-btn-primary:hover {
  background: linear-gradient(135deg, rgba(100, 210, 255, 0.32), rgba(88, 86, 214, 0.22));
  color: #5856d6;
  border-color: rgba(88, 86, 214, 0.35);
  opacity: 1;
  box-shadow: none;
}

/* 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 { opacity: 0.92; }
.hp-btn:active { opacity: 0.85; 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: none;
  transition: opacity 0.2s;
}

.hp-btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: none;
}

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

.hp-btn-ghost {
  background: transparent;
  color: var(--accent-ink);
  box-shadow: inset 0 0 0 1.5px var(--border);
}
.hp-btn-vps {
  background: transparent;
  color: var(--accent-deep, #0058b0);
  box-shadow: inset 0 0 0 1.5px var(--accent);
  min-height: 40px;
  min-width: 148px;
}
.hp-btn-vps:hover {
  background: var(--accent-soft, #e8f1fc);
  opacity: 1;
}
.hp-hero-actions .hp-btn-primary {
  min-height: 40px;
  min-width: 148px;
}

.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, 1.4fr) auto;
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}

body.hp--live .hp-hero-split-grid--copy {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}

body.hp--live .hp-hero-split-grid--iso {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  max-width: none;
  align-items: center;
}

.hp-iso-hero {
  margin: 0;
  padding: 16px;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  background: var(--card);
  display: grid;
  gap: 10px;
}

.hp-iso-hero-yours {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 113, 227, 0.28);
  background: var(--accent-soft);
}

.hp-iso-hero-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

.hp-iso-hero-yours strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-iso-hero-meta {
  font-size: 14px;
  color: var(--muted);
}

.hp-iso-hero-neighbors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hp-iso-hero-dim {
  font-size: 14px;
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed var(--border);
  background: var(--bg);
}

.hp-iso-hero figcaption {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 900px) {
  body.hp--live .hp-hero-split-grid--iso {
    grid-template-columns: 1fr;
  }
}

.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: 700;
  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: 36em;
  font-size: 17px;
  line-height: 1.6;
  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: 700;
  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-ink);
  font-weight: 700;
}

.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: 700;
  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-ink); 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-ink);
  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-ink);
  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-h2-inline.hp-h2-left { text-align: left; }
.hp-lead.hp-lead-left { text-align: left; }

.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-ink);
  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: 12px; color: var(--success-ink); 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-ink);
  cursor: pointer;
}

.hp-plan-specs {
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: var(--plan-spec-bg);
  font-size: var(--plan-li);
  font-weight: 600;
  color: var(--text);
  list-style: none;
}

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

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

/* Modal compare — versus + full matrix (no inner scroll) */
.hp-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

.hp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.48);
  backdrop-filter: blur(6px);
}

.hp-modal-box {
  position: relative;
  width: min(920px, 100%);
  max-height: none;
  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;
  margin: auto;
}

.hp-modal-box--compare {
  width: min(1040px, 100%);
  padding: 18px 16px 14px;
  border-radius: 16px;
  overflow: visible;
  gap: 12px;
}

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

.hp-compare-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-right: 36px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.hp-compare-head h2 {
  margin: 0 0 2px;
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-compare-sub {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}

.hp-compare-pickers {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: end;
  flex-shrink: 0;
}

.hp-compare-picker {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hp-compare-picker span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.hp-compare-picker select {
  width: 100%;
  appearance: none;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2386868b' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") right 10px center / 10px no-repeat;
  padding: 9px 28px 9px 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}

.hp-compare-swap {
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 1px;
  transition: transform 0.25s var(--ease), border-color 0.2s ease, background 0.2s ease;
}

.hp-compare-swap:hover {
  border-color: var(--accent-ink);
  background: rgba(0, 113, 227, 0.06);
  transform: rotate(180deg);
}

.hp-compare-versus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
}

.hp-compare-vs {
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 2px;
}

.hp-compare-side {
  padding: 12px;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  background: linear-gradient(165deg, rgba(0, 113, 227, 0.05), #fff 42%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.45s var(--ease), transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
}

.hp-compare-versus.is-ready .hp-compare-side {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hp-compare-versus.is-ready .hp-compare-side[data-side="b"] {
  transition-delay: 70ms;
}

.hp-compare-side.is-winner {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.14);
}

.hp-compare-side-kicker {
  margin: 0 0 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent-ink);
  min-height: 1.2em;
}

.hp-compare-side h3 {
  margin: 0 0 4px;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-compare-side-price {
  margin: 0 0 4px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-compare-side-for {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
  min-height: 2.6em;
}

.hp-compare-meters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.hp-compare-meter-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
}

.hp-compare-meter-top b {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.hp-compare-meter-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.hp-compare-meter-track i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #0071e3, #34aadc);
  box-shadow: 0 0 10px rgba(0, 113, 227, 0.3);
  transition: width 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.hp-compare-side[data-side="b"] .hp-compare-meter-track i {
  background: var(--accent);
  box-shadow: 0 0 10px rgba(88, 86, 214, 0.28);
}

.hp-compare-meter[data-meter="email"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #34c759, #30d158) !important;
  box-shadow: 0 0 10px rgba(52, 199, 89, 0.28) !important;
}

.hp-compare-side-cta .hp-btn {
  width: 100%;
  min-height: 40px;
}

.hp-compare-matrix-wrap {
  border-top: 1px solid var(--border);
  padding-top: 10px;
  flex-shrink: 0;
}

.hp-compare-matrix-title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hp-compare-matrix-hint {
  margin: 0 0 8px;
  font-size: 11px;
  color: var(--muted);
}

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

.hp-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: clamp(9px, 1.7vw, 11px);
}

.hp-compare-table th,
.hp-compare-table td {
  padding: 5px 4px;
  border-bottom: 1px solid var(--border);
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  line-height: 1.25;
}

.hp-compare-table th:first-child,
.hp-compare-table td:first-child,
.hp-compare-table th[scope="row"] {
  text-align: left;
  font-weight: 700;
  width: 18%;
  background: var(--card);
}

.hp-compare-col {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  padding: 2px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}

.hp-compare-col:hover {
  background: rgba(0, 113, 227, 0.08);
  color: var(--accent-ink);
}

.hp-compare-table colgroup col.is-a,
.hp-compare-table th.is-a,
.hp-compare-table td.is-a {
  background: rgba(0, 113, 227, 0.07);
}

.hp-compare-table th.is-b,
.hp-compare-table td.is-b {
  background: rgba(88, 86, 214, 0.08);
}

.hp-compare-table th.is-a .hp-compare-col,
.hp-compare-table th.is-b .hp-compare-col {
  color: var(--accent-ink);
}

.hp-compare-table td.is-diff {
  font-weight: 700;
  color: var(--accent-ink);
}

@media (max-width: 720px) {
  .hp-modal {
    padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
    align-items: stretch;
  }
  .hp-modal-box--compare {
    width: 100%;
    border-radius: 14px;
    padding: 14px 10px 12px;
    margin: 0;
  }
  .hp-compare-versus {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hp-compare-vs {
    display: none;
  }
  .hp-compare-pickers {
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
  }
  .hp-compare-side-for { min-height: 0; }
  .hp-compare-table {
    font-size: 9px;
  }
  .hp-compare-table th,
  .hp-compare-table td {
    padding: 4px 2px;
  }
  .hp-compare-table th:first-child,
  .hp-compare-table th[scope="row"] {
    width: 22%;
    font-size: 8px;
  }
}

@media (max-width: 420px) {
  .hp-compare-matrix-hint { display: none; }
  .hp-compare-table { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-compare-meter-track i { transition: none; }
  .hp-compare-side {
    opacity: 1;
    transform: none;
    transition: border-color 0.15s ease;
  }
  .hp-compare-swap:hover { transform: none; }
}

/* 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: 12px;
  font-weight: 700;
  color: var(--accent-ink);
  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-ink);
  font-weight: 700;
  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: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
}

.hp-lead {
  margin: 0 0 14px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  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: 700;
  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-ink);
  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-ink);
}

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

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

.hp-sub {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 540px;
}

.hp-sub strong {
  color: var(--text);
  font-weight: 600;
}

.hp-sub--trust {
  margin-top: -8px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  color: var(--muted);
}
@media (max-width: 640px) {
  .hp-hero-copy .hp-sub--trust { display: none; }
}
.hp-use-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 18px;
  max-width: 920px;
}
.hp-use-cases p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--border, #d2d2d7);
  border-radius: 10px;
  background: var(--card, #fff);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--muted, #515154);
}
.hp-use-cases strong { color: var(--text, #1d1d1f); font-weight: 650; }
@media (max-width: 720px) {
  .hp-use-cases { grid-template-columns: 1fr; }
}

.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-ink);
  margin-right: 6px;
  font-weight: 700;
}

.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: 700;
  letter-spacing: -0.03em;
  color: var(--accent-ink);
}

.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-ink);
  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-ink);
  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-ink);
  margin-right: 8px;
  font-size: 8px;
  vertical-align: middle;
}

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

/* 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: 700;
  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-ink);
  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: 700;
  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: 700;
  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-ink);
  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: 700;
  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-ink);
}

.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-ink);
  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-ink);
  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-ink);
  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-ink);
}

.hp-plan-tag--promo {
  background: var(--free);
  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: 700;
  letter-spacing: -0.03em;
  color: var(--free);
  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: 700;
  line-height: 1.15;
}

.hp-plan-for {
  margin: 0 0 8px;
  font-size: 14px;
  min-height: 2.4em;
  line-height: 1.4;
  color: var(--text);
}

.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);
  font-weight: 500;
  line-height: 1.5;
  color: var(--text);
}

.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-ink);
  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-ink);
  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: 700;
  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-ink);
  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-ink);
}

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

.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), var(--accent-deep));
  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: 700;
  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-ink);
}

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

.hp-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 28px;
}

.hp-footer-brand {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.04em;
  flex: 0 0 auto;
  padding-top: 2px;
}

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

.hp-footer-cols {
  flex: 1 1 280px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 20px;
  min-width: 0;
}

.hp-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.hp-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0 0 2px;
}

.hp-footer-col a,
.hp-footer-col button {
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}

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

.hp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.hp-footer-copy {
  margin: 0;
  margin-left: auto;
  font-size: 12px;
  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-ink); 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: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
}

.hp-footer-trust .hp-footer-mail {
  color: var(--accent-ink);
  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;
  font-weight: 600;
  color: var(--text);
}

@media (max-width: 800px) {
  .hp-footer-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hp-footer-pay { margin-left: 0; }
  .hp-footer-copy { margin-left: 0; }
}

@media (max-width: 420px) {
  .hp-footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}

/* legacy link-cloud (unused) */
.hp-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}
.hp-footer-links {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  min-width: 0;
}
.hp-footer-links a,
.hp-footer-links button {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}
.hp-footer-links a:hover,
.hp-footer-links button:hover { color: var(--accent-ink); }

/* 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-ink);
  color: var(--accent-ink);
}

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

/* Plans grid — .hp-plans-row owns homepage breakpoints */
@media (max-width: 1199px) {
  .hp-plans:not(.hp-plans-row) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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

@media (max-width: 479px) {
  .hp-plans:not(.hp-plans-row) { 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-nav-cluster {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    min-width: 0;
    padding: 3px;
    margin-left: auto;
  }
  .hp-header-actions {
    display: flex;
    flex: 0 1 auto;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
  }
  .hp-menu-toggle { order: 3; flex-shrink: 0; width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
  .hp-header-actions .hp-btn-sm {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.78rem;
    min-height: 36px;
    height: auto;
  }
  .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.hp-header-demo,
  .hp-header-actions a[href="/demo/dashboard.php"] { display: none; }
  .hp-header-actions { gap: 2px; }
  .hp-header-actions .hp-btn-sm {
    padding: 6px 10px;
    font-size: 0.78rem;
    min-height: 36px;
    height: auto;
  }
  .hp-header-actions button[data-auth="login"],
  .hp-header-actions .hp-header-signin {
    display: none !important;
    padding: 0 10px;
    flex-shrink: 0;
  }
  .hp-header-actions button[data-auth="signup"] {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    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: calc(88px + env(safe-area-inset-bottom, 0px)); }
}

@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: var(--accent);
  transition: width 0.08s linear;
}

/* Glass mega menu */
.hp-nav-item--mega {
  position: relative;
  display: inline-flex;
  align-items: stretch;
}
.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-plan-cta {
  position: relative;
  z-index: 5;
  pointer-events: auto !important;
  touch-action: manipulation;
  transform: none !important;
}


@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;
  }

  .hp-header-actions .hp-btn {
    min-height: 44px;
    height: 44px;
  }

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

  .hp-plan,
  .hp-plans.is-inview .hp-plan {
    opacity: 1 !important;
    transform: none !important;
  }

  .hp-plan .hp-btn-block,
  .hp-plan a.hp-btn-block {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
}

@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: hidden; }
}

/* ——— Pack ABC: mock panel, how-it-works, pricing ——— */
.hp-hero-visual {
  min-width: 0;
  justify-self: end;
  width: min(340px, 100%);
}

.hp-demo-teaser {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  max-width: 340px;
}

.hp-demo-teaser:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 113, 227, 0.14);
}

.hp-demo-teaser-media {
  position: relative;
  overflow: hidden;
  background: #f5f5f7;
  line-height: 0;
}

.hp-demo-teaser-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.hp-demo-teaser-live {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(40, 200, 64, 0.95);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .hp-hero-visual {
    justify-self: start;
    width: min(300px, 100%);
  }
  .hp-demo-teaser { max-width: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-demo-teaser { transition: none; }
  .hp-demo-teaser:hover { transform: none; }
}

.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: 700;
  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-ink);
}

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

.hp-mock-hello {
  font-size: 14px;
  font-weight: 700;
  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: 700;
  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: 700; 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-section .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: 700;
  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: 700;
  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-ink); }

/* Pricing — wrap at 3–4 cols (not 6 cramped) */
.hp-plans-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 16px);
  margin: 0 auto;
  max-width: 1100px;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .hp-plans.hp-plans-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.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; }
  /* Mobile: vertical stack — no horizontal carousel (breaks taps) */
  .hp-plans.hp-plans-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .hp-plans.hp-plans-row .hp-plan {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    opacity: 1;
    transform: none;
    touch-action: manipulation;
  }
  .hp-plans.hp-plans-row .hp-plan .hp-btn-block,
  .hp-plans.hp-plans-row .hp-plan a.hp-btn-block {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    pointer-events: auto;
    touch-action: manipulation;
    transform: none !important;
  }
  #plans.hp-reveal {
    opacity: 1;
    transform: none;
  }
  body.hp main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .hp-nano-offer-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-nano-offer-actions .hp-btn {
    width: 100%;
    justify-content: center;
  }
  .hp-hero-visual,
  .hp-demo-teaser {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }
}

@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: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

.hp-product-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  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-ink);
  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-plans.hp-plans-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .hp-plans.hp-plans-row .hp-plan {
    opacity: 1;
    transform: none;
    height: auto;
  }
  .hp-wrap-wide { width: min(var(--max-wide), 100% - 28px); }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .hp-plans.hp-plans-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ——— 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: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

.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: 700;
  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-ink);
  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: 700;
  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;
  --text-strong: #111113;
  --muted: #515154;
  --accent: #0071e3;
  --accent-soft: rgba(0, 113, 227, 0.1);
  --border: #c9c9ce;
  --plan-spec-bg: #eef4fb;
  --free: #1f7a3a;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --plan-gap: 14px;
  --plan-pad: 18px;
  --plan-title: 17px;
  --plan-price: 28px;
  --plan-li: 14px;
  --plan-btn: 14px;
}
.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; }

/* Cookie banner: keep pricing readable on short marketing landings */
body.hp.ml-page.neytom-cookie-open main {
  padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
}
body.hp.ml-page.neytom-cookie-open .ml-plans {
  scroll-margin-bottom: 160px;
}

@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-tp {
  color: #00b67a;
  font-weight: 650;
  text-decoration: none;
}
.hp-trust-tp:hover { text-decoration: underline; }
.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-ink);
  border-top: 1px solid var(--border);
  background: #fff;
}

.hp-market-scroll {
  margin: 0;
}

.hp-market-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 14px);
  margin-top: 18px;
  align-items: stretch;
}

.hp-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

@media (max-width: 1199px) {
  .hp-market-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    padding-bottom: 8px;
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .hp-market-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 240px);
    grid-template-columns: none;
    width: max-content;
    gap: 12px;
  }
  .hp-market-grid .hp-market-card {
    scroll-snap-align: start;
  }
}

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

.hp-market-card {
  padding: 16px;
  border-radius: clamp(14px, 1vw, 16px);
  border: 1.5px solid var(--border);
  background: var(--card);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  min-width: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s var(--ease),
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s var(--ease),
    border-color 0.35s var(--ease);
}

.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-grid.is-inview .hp-market-card {
  opacity: 1;
  transform: translateY(0);
}

.hp-market-grid.is-inview .hp-market-card:nth-child(1) { transition-delay: 0ms; }
.hp-market-grid.is-inview .hp-market-card:nth-child(2) { transition-delay: 60ms; }
.hp-market-grid.is-inview .hp-market-card:nth-child(3) { transition-delay: 120ms; }
.hp-market-grid.is-inview .hp-market-card:nth-child(4) { transition-delay: 180ms; }
.hp-market-grid.is-inview .hp-market-card:nth-child(5) { transition-delay: 240ms; }

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

.hp-market-grid.is-inview .hp-market-card:hover {
  transform: translateY(-4px);
}

.hp-market-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.hp-market-card h3,
.hp-use-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.hp-market-card p,
.hp-use-card p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  flex: 1;
  line-height: 1.4;
}
.hp-market-foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}
.hp-market-meta {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}
.hp-market-cta {
  flex-shrink: 0;
  margin-top: 0;
  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;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.hp-market-cta:hover {
  opacity: 1;
  box-shadow: 0 6px 16px rgba(0, 113, 227, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .hp-market-card {
    opacity: 1;
    transform: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .hp-market-grid.is-inview .hp-market-card:hover {
    transform: none;
  }
}
.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-ink); 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-ink); font-weight: 600; text-decoration: none; }
.hp-pricing-honesty a:hover { text-decoration: underline; }
.hp-pricing-honesty-short { display: none; }
@media (max-width: 640px) {
  .hp-pricing-honesty { padding: 10px 12px; font-size: 12px; }
  .hp-pricing-honesty-full { display: none; }
  .hp-pricing-honesty-short { display: inline; }
}

/* === 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: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 113, 227, 0.08);
  color: var(--accent-ink);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 113, 227, 0.12);
}
.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: 14px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.45;
}
.hp-trust-bar a {
  color: var(--muted);
  text-decoration: none;
}
.hp-trust-bar a:hover {
  color: var(--accent-ink);
}
.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-ink);
  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-ink);
  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: sticky CTA stays hidden while cookie banner is open (see cookie CSS) */
body.hp.neytom-cookie-open .hp-sticky-cta {
  display: none !important;
}

/* 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-ink);
  font-weight: 700;
  margin-right: 2px;
}
.hp-how-step em {
  font-style: normal;
  font-weight: 700;
  color: var(--text);
}
.hp-how-sep {
  color: #c7c7cc;
  user-select: none;
}

/* === anti-vibe 20260811 === */
.hp-scroll-progress{display:none!important}
.hp-plan-glow,.hp-plan-ring{display:none!important}
.hp-plan--3d,.hp-plan{box-shadow:none!important;transform:none!important}
.hp-plan.is-selected,.hp-plan.is-featured{outline:2px solid var(--accent);outline-offset:0}
.hp-plan:hover{transform:none!important}
.hp-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 14px;align-items:center}
@media (max-width:520px){
  .hp-hero-actions{flex-direction:column;align-items:stretch}
  .hp-hero-actions .hp-btn{width:100%;justify-content:center;text-align:center}
  .hp-trust-bar--hero{flex-wrap:wrap;row-gap:6px}
  .hp-plans-quad,.hp-plans{width:100%;max-width:100%;min-width:0}
  .hp-plan{min-width:0;max-width:100%}
  .hp-billing-toggle{max-width:100%}
}
.hp-demo-teaser-live{display:none!important}
.hp-demo-teaser-caption{display:block;margin-top:8px;font-size:12px;color:var(--muted);text-align:center}
.hp-demo-teaser{text-decoration:none;color:inherit;box-shadow:none}
.hp-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 16px}
.hp-path-card{display:flex;flex-direction:column;gap:6px;padding:18px 16px;background:var(--card);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);transition:border-color .15s ease;min-width:0}
.hp-path-card:hover{border-color:var(--accent)}
.hp-path-card strong{font-size:15px;letter-spacing:-.01em}
.hp-path-card span{font-size:14px;font-weight:500;color:var(--muted);line-height:1.5}
.hp-path-card--vps{border-color:rgba(0,113,227,.4);background:linear-gradient(165deg,var(--accent-soft),var(--card) 55%)}
.hp-path-card--vps strong{font-size:15px;color:var(--accent-deep)}
.hp-path-card-kicker{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-deep)}
.hp-vps-band{display:grid;grid-template-columns:1.4fr auto;gap:20px;align-items:center;margin:4px 0 20px;padding:20px 18px;border:1px solid rgba(0,113,227,.25);border-radius:12px;background:linear-gradient(165deg,var(--accent-soft),var(--card) 60%)}
.hp-vps-band h3{margin:0 0 6px;font-size:18px;letter-spacing:-.02em;color:var(--accent-deep)}
.hp-vps-band p{margin:0 0 8px;font-size:15px;color:var(--muted);line-height:1.55}
.hp-vps-band-list{margin:0 0 10px;padding-left:1.1em;font-size:14px;font-weight:500;line-height:1.55;color:var(--text)}
.hp-vps-band-list li{margin:0 0 6px}
.hp-vps-band-note{font-size:13px!important}
.hp-vps-band-actions{display:flex;flex-direction:column;gap:8px;min-width:180px}
.hp-path-more{font-size:.88rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;margin:0}
.hp-path-more a{color:var(--accent);font-weight:600;text-decoration:none}
.hp-path-more a:hover{text-decoration:underline}
.hp-path-also{display:none}
.hp-plans-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:var(--muted);margin-top:8px}
.hp-plans-meta-link{color:var(--accent);font-weight:600;text-decoration:none}
.hp-plans-chip{display:none!important}
.hp-nano-offer{display:none!important}
@media (max-width:900px){.hp-vps-band{grid-template-columns:1fr}.hp-vps-band-actions{flex-direction:row;flex-wrap:wrap}}
@media (max-width:640px){.hp-path-grid{grid-template-columns:1fr}}

/* === gap-giants mobile-nav 20260811 === */
@media (max-width: 1024px) {
  .hp-nav { display: none !important; }
  .hp-menu-toggle {
    display: flex !important;
    order: 3;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .hp-header-actions button[data-auth="login"],
  .hp-header-actions .hp-header-signin { display: none !important; }
}
@media (max-width: 640px) {
  .hp-header-actions button[data-auth="login"],
  .hp-header-actions .hp-header-signin { display: none !important; }
}

/* path domain widget */
.hp-domain-widget{margin:18px 0 8px;padding:14px 16px;border:1px solid var(--border);border-radius:10px;background:var(--card)}
.hp-domain-widget label{display:block;font-size:13px;font-weight:600;margin:0 0 8px;color:var(--text)}
.hp-domain-widget-row{display:flex;flex-wrap:wrap;gap:8px}
.hp-domain-widget input{flex:1 1 180px;min-height:40px;padding:8px 12px;border:1.5px solid var(--border);border-radius:10px;font:inherit;font-size:14px}
.hp-domain-widget button,.hp-domain-widget .hp-btn{flex:0 0 auto;min-height:40px}
.hp-domain-widget-note{margin:8px 0 0;font-size:12px;color:var(--muted)}

/* pay trust strip */
.hp-pay-trust{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin:12px 0 0;font-size:13px;color:var(--muted)}
.hp-pay-trust a{color:var(--accent);font-weight:600;text-decoration:none}
.hp-pay-trust strong{color:var(--text);font-weight:600}

/* pricing compare */
.ml-compare{margin:28px 0 8px}
.ml-compare h2{font-size:clamp(20px,2.2vw,26px);margin:0 0 10px}
.ml-compare-table{width:100%;border-collapse:collapse;font-size:13px;background:var(--card);border:1px solid var(--border);border-radius:10px;overflow:hidden}
.ml-compare-table th,.ml-compare-table td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left}
.ml-compare-table th{background:var(--accent-soft);font-weight:700}
.ml-compare-table tr:last-child td{border-bottom:0}
.ml-compare-mobile{display:none}
.ml-pricing-faq{margin:32px 0 12px}
.ml-pricing-faq h2{font-size:clamp(20px,2.2vw,26px);margin:0 0 12px}
.ml-pricing-faq details{border:1px solid var(--border);border-radius:10px;background:var(--card);padding:12px 14px;margin:0 0 8px}
.ml-pricing-faq summary{cursor:pointer;font-weight:600;font-size:14px}
.ml-pricing-faq details p{margin:8px 0 0;font-size:13px;color:var(--muted);line-height:1.5}
@media (max-width:800px){
  .ml-compare-desktop{display:none}
  .ml-compare-mobile{display:block}
  .ml-compare-mobile details{border:1px solid var(--border);border-radius:10px;background:var(--card);padding:12px 14px;margin:0 0 8px}
  .ml-compare-mobile summary{font-weight:700;cursor:pointer}
  .ml-compare-mobile dl{margin:10px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;font-size:12px}
  .ml-compare-mobile dt{color:var(--muted)}
  .ml-compare-mobile dd{margin:0;font-weight:600}
}


/* === industry homepage 20260812 === */
.hp-how-section .hp-lead {
  text-align: center;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 15px;
}
.hp-isolation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  max-width: none;
}
.hp-isolation-compare {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}
.hp-iso-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.hp-iso-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.hp-iso-panel--shared {
  border-color: rgba(245, 158, 11, 0.35);
  border-top: 3px solid #f59e0b;
}
.hp-iso-panel--neytom {
  border-color: rgba(14, 165, 233, 0.35);
  border-top: 3px solid #0ea5e9;
}
.hp-iso-panel-title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
}
.hp-iso-diagram {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 168px;
  justify-content: space-between;
}
.hp-iso-sites {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.hp-iso-site {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 6px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.22);
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  line-height: 1.25;
}
.hp-iso-site--noisy {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.35);
  animation: hp-iso-noisy 2.4s ease-in-out infinite;
}
.hp-iso-spike {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #dc2626;
  letter-spacing: 0.01em;
}
.hp-iso-connectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 14px;
}
.hp-iso-connectors span {
  justify-self: center;
  width: 2px;
  height: 14px;
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.5), rgba(245, 158, 11, 0.15));
  border-radius: 2px;
}
.hp-iso-pool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 56px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.12);
  border: 1.5px dashed rgba(245, 158, 11, 0.45);
  text-align: center;
}
.hp-iso-pool-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}
.hp-iso-pool-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.35;
}
.hp-iso-lxc {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 14px;
  border-radius: 11px;
  background: rgba(14, 165, 233, 0.06);
  border: 1px solid rgba(14, 165, 233, 0.22);
}
.hp-iso-lxc strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.hp-iso-lxc span {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.35;
}
.hp-iso-lxc--yours {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.45);
  border-left: 3px solid #0ea5e9;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.1);
}
.hp-iso-lxc--dim {
  opacity: 0.72;
}
.hp-iso-caption {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 720px;
}
.hp-iso-caption a {
  color: var(--accent-ink);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 4px;
}
.hp-iso-caption a:hover {
  text-decoration: underline;
}
@keyframes hp-iso-noisy {
  0%, 100% { transform: scale(1); box-shadow: none; }
  50% { transform: scale(1.03); box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2); }
}
@media (prefers-reduced-motion: reduce) {
  .hp-iso-site--noisy { animation: none; }
}
@media (max-width: 720px) {
  .hp-iso-compare-grid { grid-template-columns: 1fr; }
  .hp-iso-diagram { min-height: 0; justify-content: flex-start; }
  .hp-iso-panel--shared .hp-iso-diagram { min-height: 190px; }
  .hp-iso-panel--neytom .hp-iso-diagram { min-height: 190px; }
  .hp-iso-spike { font-size: 9px; line-height: 1.2; }
  .hp-iso-pool-label { font-size: 12px; }
  .hp-iso-caption a { display: inline-block; margin-left: 0; margin-top: 6px; white-space: normal; }
}
@media (max-width: 400px) {
  .hp-iso-site { font-size: 11px; padding: 7px 4px; min-height: 52px; }
}
.hp-isolation-grid li {
  margin: 0;
  padding: 16px 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.hp-isolation-grid strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.hp-isolation-grid span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.hp-cta-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.hp-cta-box-secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}
.hp-cta-box-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}
@media (max-width: 640px) {
  .hp-isolation-grid { grid-template-columns: 1fr; }
  .hp-cta-box-actions { flex-direction: column; width: 100%; }
  .hp-cta-box-actions .hp-btn { width: 100%; justify-content: center; }
}

/* brand kit colors 20260812: cooler bg, accent-hover */

/* === compare + final CTA chromatic 20260812 === */
.hp-compare-meter-top {
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--bg);
  color: var(--text);
}
.hp-compare-meter-top span:first-child {
  color: var(--muted);
  font-weight: 600;
}
.hp-compare-meter[data-meter="cpu"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
  box-shadow: none;
}
.hp-compare-meter[data-meter="ram"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  box-shadow: none;
}
.hp-compare-meter[data-meter="disk"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  box-shadow: none;
}
.hp-compare-meter[data-meter="email"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #22c55e, #4ade80) !important;
  box-shadow: none !important;
}
.hp-compare-side[data-side="a"] {
  background: #fff;
  border-color: rgba(14, 165, 233, 0.35);
  border-left: 4px solid #0ea5e9;
}
.hp-compare-side[data-side="b"] {
  background: #fff;
  border-color: rgba(139, 92, 246, 0.35);
  border-left: 4px solid #8b5cf6;
}
.hp-compare-side[data-side="b"] .hp-compare-meter-track i {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  box-shadow: none;
}
.hp-compare-side.is-winner {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.hp-compare-table th.is-a,
.hp-compare-table td.is-a {
  background: rgba(14, 165, 233, 0.08);
}
.hp-compare-table th.is-b,
.hp-compare-table td.is-b {
  background: rgba(139, 92, 246, 0.08);
}
.hp-compare-table th.is-a .hp-compare-col,
.hp-compare-table th.is-b .hp-compare-col {
  color: var(--text);
}
.hp-compare-col.is-a-active { background: rgba(14, 165, 233, 0.14); color: #0369a1; }
.hp-compare-col.is-b-active { background: rgba(139, 92, 246, 0.14); color: #6d28d9; }

.hp-cta-box {
  background: var(--card);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.hp-cta-box h2 { color: var(--text); }
.hp-cta-box p { color: var(--muted); opacity: 1; }
.hp-cta-box .hp-btn-primary {
  background: var(--accent);
  color: #fff;
}
.hp-cta-box .hp-btn-primary:hover {
  background: var(--accent-hover);
  color: #fff;
}
.hp-cta-box-secondary {
  color: var(--accent-ink) !important;
  border-color: var(--border) !important;
  background: var(--bg) !important;
}
.hp-cta-box-secondary:hover {
  background: var(--accent-soft) !important;
  border-color: rgba(0, 113, 227, 0.25) !important;
}

/* === homepage plans sync 20260812 === */
.hp-dev-band {
  margin: 20px auto 0;
  max-width: 1100px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.hp-dev-band-title {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.45;
}
.hp-dev-band-links {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.hp-dev-band-links a {
  color: var(--accent-ink);
  font-weight: 600;
  text-decoration: none;
}
.hp-dev-band-links a:hover {
  text-decoration: underline;
}
.hp-plan-tag--shared {
  background: rgba(31, 122, 58, 0.12);
  color: var(--free);
  border: 1px solid rgba(31, 122, 58, 0.35);
}
@media (max-width: 640px) {
  .hp-plans.hp-plans-row {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
  }
  .hp-plans.hp-plans-row .hp-plan {
    padding: 14px;
  }
  .hp-plans.hp-plans-row .hp-plan h3 { font-size: 15px; }
  .hp-plans.hp-plans-row .hp-plan .hp-plan-for { font-size: 12px; }
  .hp-plans.hp-plans-row .hp-plan .hp-plan-price { font-size: 22px; }
  .hp-pay-trust {
    margin-top: 10px;
    font-size: 12px;
    gap: 6px 10px;
  }
  .hp-pricing-honesty {
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 8px;
  }
  .hp-compare-link { margin: 10px 0 0; }
  .hp-dev-band {
    margin-top: 14px;
    padding: 12px 14px;
  }
  .hp-dev-band-links span[aria-hidden="true"] {
    display: none;
  }
  .hp-dev-band-links a {
    display: inline-block;
    margin: 0 10px 6px 0;
  }
}
