/* ============================================================
   Partnervorteilswelt — page-specific styles
   Builds on ds/colors_and_type.css + shared styles.css
   ============================================================ */

/* ---------- Nav variant: transparent-on-dark, light when scrolled ---------- */
.pv-nav {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
.pv-nav .nav-links a { color: rgba(255, 255, 255, 0.78); }
.pv-nav .nav-links a:hover { color: #fff; }
.pv-nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom-color: var(--ha-line);
}
.pv-nav.scrolled .nav-links a { color: var(--fg-2); }
.pv-nav.scrolled .nav-links a:hover { color: var(--ha-ink); }

/* Logo swap: negative on dark, primary when scrolled */
.pv-nav .nav-logo-neg { display: block; }
.pv-nav .nav-logo-pos { display: none; }
.pv-nav.scrolled .nav-logo-neg { display: none; }
.pv-nav.scrolled .nav-logo-pos { display: block; }

.pv-nav-brand { display: flex; align-items: center; gap: var(--sp-3); }
.pv-nav-tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 5px 10px 4px;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
  transition: color var(--dur-base), background var(--dur-base), border-color var(--dur-base);
}
.pv-nav.scrolled .pv-nav-tag {
  color: var(--ha-smart-mid);
  background: var(--ha-gradient-soft);
  border-color: rgba(0, 167, 225, 0.22);
}

/* Subtle "growth" area chart — anchored to the phone so it tracks it at any size */
.pv-hero-visual { position: relative; }
.pv-growth {
  position: absolute;
  left: 50%; bottom: 3%;
  transform: translateX(-50%);
  width: 138%;
  height: 82%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
}
.pv-trend { width: 100%; height: 100%; overflow: visible; }
.pv-trend-line {
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  filter: drop-shadow(0 0 5px rgba(0, 167, 225, 0.3));
  animation: pvDraw 11s var(--ease-in-out) infinite;
}
.pv-trend-area {
  opacity: 0;
  animation: pvArea 11s var(--ease-in-out) infinite;
}
.pv-trend-tip {
  opacity: 0;
  filter: drop-shadow(0 0 8px rgba(139, 199, 83, 0.9));
  animation: pvTip 11s var(--ease-in-out) infinite;
}
@keyframes pvDraw {
  0%   { stroke-dashoffset: 640; }
  32%  { stroke-dashoffset: 0; }
  85%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}
@keyframes pvArea {
  0%, 8% { opacity: 0; }
  40%    { opacity: 1; }
  85%    { opacity: 1; }
  100%   { opacity: 0; }
}
@keyframes pvTip {
  0%, 28% { opacity: 0; transform: scale(0.5); }
  36%     { opacity: 1; transform: scale(1); }
  55%     { transform: scale(1.35); }
  74%     { transform: scale(1); }
  85%     { opacity: 1; }
  100%    { opacity: 0; }
}
.pv-trend-tip { transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: reduce) {
  .pv-trend-line { animation: none; stroke-dashoffset: 0; }
  .pv-trend-area, .pv-trend-tip { animation: none; opacity: 1; }
}
@media (max-width: 980px) {
  .pv-growth { opacity: 0.34; }
}

/* ============================================================
   MEMBER CLUB app screen (hero mockup) — real iPhone frame overlay
   ============================================================ */
.pv-hero-visual { display: flex; justify-content: center; }
.pv-frame {
  position: relative;
  width: 100%;
  max-width: 292px;
  margin: 0 auto;
  aspect-ratio: 920 / 1920;
  filter: drop-shadow(0 40px 70px rgba(0,0,0,0.5));
  animation: pvBob 6s var(--ease-in-out) infinite;
}
.pv-frame-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 3; pointer-events: none;
}
.pv-frame-screen {
  position: absolute;
  top: 1.67%; left: 3.59%; right: 3.48%; bottom: 1.77%;
  border-radius: 13% / 6.4%;
  overflow: hidden;
  z-index: 1;
  background: #F4F5F6;
  display: flex; flex-direction: column;
}
@media (prefers-reduced-motion: reduce) { .pv-frame { animation: none; } }
.pv-mc-head {
  background: var(--ha-ink);
  color: #fff;
  padding: 15% 18px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.pv-mc-head-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;
}
.pv-mc-head-ico { color: rgba(255,255,255,0.9); display: flex; }
.pv-mc-body {
  flex: 1; padding: 13px 13px; overflow: hidden;
  display: flex; flex-direction: column; gap: 10px;
}
.pv-mc-banner {
  border-radius: 13px; padding: 12px 14px;
  background: var(--ha-gradient-45); color: #fff;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  box-shadow: 0 8px 18px -8px rgba(0,167,225,0.55);
}
.pv-mc-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(150px at 88% -20%, rgba(255,255,255,0.34), transparent 60%);
}
.pv-mc-banner-txt { position: relative; }
.pv-mc-banner-ey { display: block; font-size: 8.5px; letter-spacing: 0.12em; text-transform: uppercase; font-family: var(--font-display); font-weight: 700; opacity: 0.9; }
.pv-mc-banner-title { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; margin-top: 2px; }
.pv-mc-banner-arrow {
  position: relative; flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: var(--ha-smart);
  display: flex; align-items: center; justify-content: center;
}
.pv-mc-section { display: flex; align-items: baseline; justify-content: space-between; }
.pv-mc-section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; letter-spacing: -0.02em; color: var(--ha-ink);
}
.pv-mc-section-link { font-size: 10px; color: var(--ha-smart-mid); font-weight: 700; }
.pv-mc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.pv-mc-grid.f0 { animation: mcFadeA 620ms var(--ease-out); }
.pv-mc-grid.f1 { animation: mcFadeB 620ms var(--ease-out); }
@keyframes mcFadeA { from { opacity: 0.25; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mcFadeB { from { opacity: 0.25; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .pv-mc-grid.f0, .pv-mc-grid.f1 { animation: none; } }
.pv-mc-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow-1);
  display: flex; flex-direction: column;
}
.pv-mc-card-img {
  aspect-ratio: 4 / 3; position: relative;
  background: var(--ha-surface-2);
  background-size: cover;
  background-position: center;
}
.pv-mc-badge {
  position: absolute; top: 8px; right: 8px;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--ha-ink); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: -0.03em;
  box-shadow: 0 6px 16px -4px rgba(0,0,0,0.45);
}
.pv-mc-card-body { padding: 9px 10px 11px; display: flex; flex-direction: column; gap: 6px; }
.pv-mc-pill {
  align-self: flex-start; max-width: 100%;
  font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase;
  font-family: var(--font-display); font-weight: 700;
  color: var(--ha-ink-2);
  border: 1px solid var(--ha-line); border-radius: 999px;
  padding: 3px 8px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pv-mc-card-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 11px; line-height: 1.28; letter-spacing: -0.01em; color: var(--ha-ink);
}
.pv-mc-tabs {
  background: #fff; border-top: 1px solid var(--ha-line);
  padding: 8px 4px 14px;
  display: flex; align-items: flex-end;
}
.pv-mc-tab {
  flex: 1 1 0; min-width: 0;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  color: var(--ha-ink-3); font-size: 7.5px; letter-spacing: 0.01em;
  font-family: var(--font-body); text-align: center;
}
.pv-mc-tab.is-active { color: var(--ha-ink); }
.pv-mc-tab-fab {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--ha-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px -6px rgba(0, 167, 225, 0.6);
  margin-top: -20px; margin-bottom: 1px;
  border: 3px solid #fff;
}

/* ============================================================
   HERO — dark, so the header stands out
   ============================================================ */
.pv-hero {
  position: relative;
  background: var(--ha-ink);
  color: #fff;
  overflow: hidden;
  /* Pull up under the sticky transparent nav */
  margin-top: -72px;
  padding: calc(72px + clamp(16px, 2vw, 32px)) 0 clamp(48px, 6vw, 80px);
}
.pv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(760px at 88% -8%, rgba(0, 167, 225, 0.34), transparent 60%),
    radial-gradient(620px at 4% 108%, rgba(139, 199, 83, 0.26), transparent 62%);
  pointer-events: none;
}
/* faint grid/orbit texture */
.pv-hero::after { content: none; }
.pv-hero > .container { position: relative; z-index: 1; }

/* Hero visual wrap + floating stat badges */
.pv-hero-visual { position: relative; }
.pv-hero-badge {
  position: absolute;
  z-index: 3;
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: var(--shadow-3);
  display: flex; align-items: center; gap: 12px;
  animation: pvBob 6s var(--ease-in-out) infinite;
}
.pv-hero-badge .ico {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--ha-gradient-soft);
  display: flex; align-items: center; justify-content: center; color: var(--ha-smart);
  flex-shrink: 0;
}
.pv-hero-badge .num {
  display: block;
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  line-height: 1.05; color: var(--ha-ink); letter-spacing: -0.02em;
}
.pv-hero-badge .lbl { display: block; font-size: 11px; color: var(--ha-ink-3); margin-top: 2px; }
.pv-hero-badge.b1 { top: 6%; right: -2%; animation-delay: 0s; }
.pv-hero-badge.b2 { bottom: 8%; left: -4%; animation-delay: -3s; }
@keyframes pvBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 520px) {
  .pv-hero-badge { transform: scale(0.86); }
  .pv-hero-badge.b1 { right: -1%; }
  .pv-hero-badge.b2 { left: 0; }
}
@media (prefers-reduced-motion: reduce) { .pv-hero-badge { animation: none; } }

.pv-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-12);
  align-items: center;
}
@media (min-width: 980px) {
  .pv-hero-grid { grid-template-columns: 1.08fr 1fr; gap: var(--sp-16); }
}

.pv-hero .eyebrow { color: #9CCFE0; }
.pv-hero h1 {
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin: var(--sp-5) 0 var(--sp-5);
}
.pv-hero-sub {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(17px, 1.8vw, 22px);
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: var(--sp-4);
}
.pv-hero-sub .num {
  color: #fff;
}
.pv-hero-text {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-loose);
  color: rgba(255, 255, 255, 0.74);
  max-width: 540px;
  margin-bottom: var(--sp-8);
}
.pv-hero-ctas { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-bottom: var(--sp-6); }
.pv-hero-trust {
  display: flex; flex-wrap: wrap; gap: var(--sp-5);
  font-size: var(--fs-body-sm);
  color: rgba(255, 255, 255, 0.6);
}
.pv-hero-trust .item { display: inline-flex; align-items: center; gap: 6px; }
.pv-hero-trust .check {
  width: 16px; height: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ha-loyal); font-size: 13px;
}

/* ---- The "wind" sweep on the fast-growing words ---- */
.pv-wind {
  position: relative;
  display: inline;
  color: #fff;
  isolation: isolate;
}
.pv-wind::after { content: none; }

/* ============================================================
   PHONE MOCKUP (compact, reusable)
   ============================================================ */
.pv-phone {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: 9 / 18.6;
  background: #14181d;
  border-radius: 40px;
  padding: 9px;
  box-shadow:
    0 40px 80px -30px rgba(0, 0, 0, 0.6),
    0 8px 24px -12px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.06);
}
.pv-phone-screen {
  position: relative;
  width: 100%; height: 100%;
  background: var(--ha-surface-1);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pv-phone-notch {
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 78px; height: 20px;
  background: #0a0d10;
  border-radius: 999px;
  z-index: 5;
}

/* App header */
.pv-app-head {
  padding: 26px 18px 16px;
  color: #fff;
  position: relative;
}
.pv-app-head.is-brand { background: var(--ha-gradient-45); }
.pv-app-head.is-neutral { background: #2b333d; }
.pv-app-head-row { display: flex; align-items: center; justify-content: space-between; }
.pv-app-brand {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  letter-spacing: -0.01em;
}
.pv-app-brand-mark {
  width: 24px; height: 24px; border-radius: 7px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ha-smart);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; letter-spacing: -0.04em;
  overflow: hidden;
}
.pv-app-head.is-neutral .pv-app-brand-mark { color: var(--ha-ink); }
.pv-app-dots { display: flex; gap: 4px; opacity: 0.7; }
.pv-app-dots span { width: 4px; height: 4px; border-radius: 50%; background: #fff; }
.pv-app-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 19px; letter-spacing: -0.02em; margin-top: 14px;
}
.pv-app-subtitle { font-size: 11px; opacity: 0.82; margin-top: 2px; }

/* App body — offer list */
.pv-app-body {
  flex: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: hidden;
  background: var(--ha-surface-1);
}
.pv-app-section-label {
  font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ha-ink-3); font-family: var(--font-display); font-weight: 700;
  margin: 2px 0 2px;
}

/* A single partner-offer row */
.pv-offer {
  display: flex; align-items: center; gap: 10px;
  background: #fff;
  border: 1px solid var(--ha-line);
  border-radius: 12px;
  padding: 10px;
  box-shadow: var(--shadow-1);
  transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-out),
              box-shadow 400ms var(--ease-out), border-color 400ms var(--ease-out);
}
.pv-offer-logo {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: -0.02em;
  background: var(--ha-surface-2);
  color: var(--ha-ink-2);
}
.pv-offer-txt { flex: 1; min-width: 0; }
.pv-offer-name {
  font-family: var(--font-display); font-weight: 700; font-size: 12.5px;
  color: var(--ha-ink); line-height: 1.15;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pv-offer-deal {
  font-size: 10.5px; color: var(--ha-ink-3); margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pv-offer-chevron { color: var(--ha-ink-3); flex-shrink: 0; opacity: 0.7; }

/* Neutral / dimmed foreign offers */
.pv-offer.is-muted { opacity: 0.5; filter: saturate(0.35); }

/* The partner's OWN highlighted offer ("Deine Prämie") */
.pv-offer.is-mine {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--ha-gradient) border-box;
  box-shadow: 0 10px 22px -10px rgba(0, 167, 225, 0.5);
  position: relative;
}
.pv-offer.is-mine .pv-offer-logo {
  background: var(--ha-gradient); color: #fff;
}
.pv-offer.is-mine .pv-offer-chevron { color: var(--ha-smart); opacity: 1; }
.pv-mine-tag {
  position: absolute; top: -8px; right: 10px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; background: var(--ha-gradient);
  padding: 3px 8px; border-radius: 999px;
  box-shadow: 0 4px 10px -3px rgba(0, 167, 225, 0.6);
}

/* Gradient banner inside "your app" that opens the Partnervorteile hub */
.pv-app-banner {
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--ha-gradient-45);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 22px -10px rgba(0, 167, 225, 0.5);
}
.pv-app-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(140px at 90% -20%, rgba(255,255,255,0.34), transparent 60%);
}
.pv-app-banner-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pv-app-banner-ey {
  font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.9;
  font-family: var(--font-display); font-weight: 700;
}
.pv-app-banner-title {
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px;
  letter-spacing: -0.01em; margin-top: 2px;
}
.pv-app-banner-arrow {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92); color: var(--ha-smart);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pv-app-banner-stack { display: flex; margin-top: 8px; }
.pv-app-banner-stack .b {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid #fff; margin-left: -7px;
  background: rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; font-family: var(--font-display); color: #fff;
}
.pv-app-banner-stack .b:first-child { margin-left: 0; }

/* ============================================================
   MEHRWERTE — 3 cards
   ============================================================ */
.pv-value-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--sp-6);
}
@media (min-width: 820px) { .pv-value-grid { grid-template-columns: repeat(3, 1fr); } }
.pv-value-card {
  background: var(--ha-white);
  border: 1px solid var(--ha-line);
  border-radius: var(--radius-lg);
  padding: var(--sp-8);
  box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: var(--sp-4);
  position: relative; overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.pv-value-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--ha-gradient); transform: scaleX(0); transform-origin: left;
  transition: transform 500ms var(--ease-out);
}
.pv-value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.pv-value-card:hover::before { transform: scaleX(1); }
.pv-value-badge {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  background: var(--ha-gradient-soft);
  border: 1px solid rgba(0, 167, 225, 0.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--ha-smart);
}
.pv-value-card h3 { font-size: 21px; line-height: 1.25; letter-spacing: -0.01em; }
.pv-value-card p { color: var(--fg-2); line-height: 1.6; }

/* ============================================================
   SO FUNKTIONIERT'S — the exchange loop (dark)
   ============================================================ */
.pv-hiw { background: var(--ha-ink); color: #fff; overflow: hidden; position: relative; }
.pv-hiw > .container { position: relative; z-index: 1; }

/* "Bereit?" CTA — inverted to a light background (clean dark→light transition) */
.final-cta { background: var(--bg-page); color: var(--ha-ink); }
.final-cta::before {
  background:
    radial-gradient(700px at 50% -120px, rgba(0,167,225,0.10), transparent 60%),
    radial-gradient(520px at 100% 120%, rgba(139,199,83,0.10), transparent 60%);
}
.final-cta .section-head h2 { color: var(--ha-ink); }
.final-cta .section-head p { color: var(--fg-2); }
.final-cta .eyebrow.on-dark { color: var(--ha-smart-mid); }
.final-cta .eyebrow.on-dark::before { background: var(--ha-gradient); }
.pv-hiw .eyebrow.on-dark { color: #9CCFE0; }
.pv-hiw .section-head h2 { color: #fff; }
.pv-hiw .section-head p { color: rgba(255, 255, 255, 0.72); }

.pv-loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-10);
  align-items: start;
  position: relative;
}
@media (min-width: 940px) {
  .pv-loop { grid-template-columns: 1fr minmax(140px, 200px) 1fr; gap: var(--sp-6); align-items: start; }
  /* Hub matches the phone frame height so its ring + connectors center on the screens */
  .pv-hub { height: calc(270px * 1920 / 920); justify-content: center; }
}

/* Each side = phone + caption */
.pv-loop-side { display: flex; flex-direction: column; align-items: center; gap: var(--sp-6); }
/* Loop/stage phones use the same iPhone frame + Member-Club card look as the hero */
.pv-frame-loop { max-width: 296px; animation: none; }
.pv-frame-loop .pv-mc-head { padding: 15% 15px 13px; }
.pv-frame-loop .pv-mc-body { gap: 9px; padding: 12px 12px; }
.pv-frame-loop .pv-mc-section-title { font-size: 16px; }
.pv-frame-loop .pv-mc-banner { padding: 10px 12px; }
.pv-frame-loop .pv-mc-banner-title { font-size: 12.5px; }
.pv-frame-loop .pv-mc-card-title { font-size: 10px; line-height: 1.25; }
.pv-frame-loop .pv-mc-pill { font-size: 7.5px; padding: 2px 7px; }
.pv-frame-loop .pv-mc-card-body { padding: 7px 8px 9px; gap: 5px; }

/* Small intern/extern origin chip on cards */
.pv-mc-chip {
  position: absolute; top: 7px; left: 7px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 7px; border-radius: 999px;
  color: #fff;
}
.pv-mc-chip.is-intern { background: var(--ha-gradient-45); box-shadow: 0 3px 8px -2px rgba(0,167,225,0.5); }
.pv-mc-chip.is-extern { background: rgba(38, 45, 53, 0.72); }

/* ---- Segmented toggle ---- */
.pv-seg {
  width: fit-content; margin: 0 auto var(--sp-10);
  display: flex; gap: 6px; padding: 6px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.pv-seg-btn {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 11px 26px; border: none; cursor: pointer;
  border-radius: var(--radius-pill); background: transparent;
  font-family: var(--font-body);
  transition: background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.pv-seg-t {
  font-family: var(--font-display); font-weight: 700;
  font-size: 15px; letter-spacing: -0.01em; color: rgba(255, 255, 255, 0.9);
  transition: color var(--dur-base);
}
.pv-seg-s { font-size: 11px; color: rgba(255, 255, 255, 0.5); transition: color var(--dur-base); }
.pv-seg-btn:hover .pv-seg-t { color: #fff; }
.pv-seg-btn.is-active { background: #fff; box-shadow: var(--shadow-2); }
.pv-seg-btn.is-active .pv-seg-t { color: var(--ha-ink); }
.pv-seg-btn.is-active .pv-seg-s { color: var(--ha-smart-mid); }

/* ---- Stage: copy + phone ---- */
.pv-stage {
  display: grid; grid-template-columns: 1fr;
  gap: var(--sp-10); align-items: center;
  animation: pvStageIn 420ms var(--ease-out) both;
}
@keyframes pvStageIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 900px) { .pv-stage { grid-template-columns: 1.05fr 0.95fr; gap: var(--sp-16); } }

.pv-stage-copy { max-width: 520px; }
.pv-mode-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.01em;
  color: #fff; padding: 7px 15px 7px 9px; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: var(--sp-5);
}
.pv-check-ico {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: var(--ha-gradient); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.pv-stage-copy h3 {
  color: #fff; font-size: clamp(23px, 2.6vw, 31px);
  line-height: 1.16; letter-spacing: -0.025em; margin-bottom: var(--sp-6);
}
.pv-stage-copy p { color: rgba(255, 255, 255, 0.74); line-height: 1.62; font-size: var(--fs-body); margin-bottom: var(--sp-6); }

/* Flow map (nodes + arrows) */
.pv-flowmap {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: var(--sp-5) 0 var(--sp-6);
  margin-bottom: var(--sp-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pv-flowmap.is-dual { flex-direction: column; align-items: stretch; gap: var(--sp-3); }
.pv-flow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.pv-flow-dir {
  font-family: var(--font-display); font-weight: 700;
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ha-loyal); min-width: 68px;
}
.pv-node {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: -0.005em; color: rgba(255, 255, 255, 0.9);
  padding: 8px 13px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16);
  white-space: nowrap;
}
.pv-node.is-hub, .pv-node.is-mine {
  color: #fff;
  background: linear-gradient(var(--ha-ink), var(--ha-ink)) padding-box, var(--ha-gradient) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 6px 16px -8px rgba(0, 167, 225, 0.6);
}
.pv-arrow { color: var(--ha-smart); display: inline-flex; flex-shrink: 0; }

.pv-check { list-style: none; display: flex; flex-direction: column; gap: var(--sp-3); }
.pv-check li {
  display: flex; align-items: center; gap: 11px;
  color: rgba(255, 255, 255, 0.92); font-size: var(--fs-body);
}

.pv-stage-phone { display: flex; flex-direction: column; align-items: center; gap: var(--sp-4); }
.pv-stage-phone-cap {
  font-size: var(--fs-body-sm); color: rgba(255, 255, 255, 0.58);
  text-align: center; max-width: 280px; line-height: 1.4;
}
@media (max-width: 899px) {
  .pv-seg-btn { padding: 10px 16px; }
  .pv-stage-phone { order: -1; }
}

/* ===== Journey (scroll-driven vertical timeline) ===== */
.pv-journey { position: relative; max-width: 960px; margin: 0 auto; padding: 8px 0; }
.pv-journey-line {
  position: absolute; left: 50%; top: 0; height: 0; width: 2px;
  transform: translateX(-50%); background: rgba(255, 255, 255, 0.12);
  border-radius: 3px; z-index: 0;
}
.pv-journey-fill {
  position: absolute; left: 50%; top: 0; width: 2px; height: 0;
  transform: translateX(-50%); background: var(--ha-gradient);
  box-shadow: 0 0 14px -2px rgba(0, 167, 225, 0.6);
  border-radius: 3px; z-index: 1;
}
.pv-jstage { position: relative; z-index: 2; padding: 58px 0; }
.pv-jstage:first-of-type { padding-top: 26px; }
.pv-jstage:last-of-type { padding-bottom: 12px; }
.pv-jdot {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ha-ink); border: 3px solid rgba(255, 255, 255, 0.25); z-index: 3;
  transition: border-color .45s var(--ease-out), box-shadow .45s var(--ease-out), background .45s var(--ease-out);
}
.pv-jdot.is-big { width: 26px; height: 26px; }
.pv-jstage.in-view .pv-jdot { border-color: var(--ha-smart); box-shadow: 0 0 0 6px var(--ha-gradient-soft); }
.pv-jstage.is-combo { padding-top: 76px; }
.pv-jstage.is-combo .pv-jdot { top: 32px; }

.pv-jcontent {
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 110px;
  align-items: center; max-width: 940px; margin: 0 auto;
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.pv-jstage.in-view .pv-jcontent { opacity: 1; transform: none; }
.pv-jphone { justify-self: center; width: 268px; }
.pv-jphone .pv-frame-loop { max-width: 268px; }
.pv-jtext { flex: 1 1 340px; max-width: 384px; }
.pv-jkicker {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ha-loyal); margin-bottom: 10px;
}
.pv-jtext h3 { color: #fff; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.18; letter-spacing: -0.025em; margin-bottom: 12px; }
.pv-jtext p { color: rgba(255, 255, 255, 0.74); line-height: 1.6; font-size: var(--fs-body); margin-bottom: var(--sp-5); }

/* Combo stage */
.pv-jcombo {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-8);
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.pv-jstage.is-combo.in-view .pv-jcombo { opacity: 1; transform: none; }
.pv-jcombo-phones { display: flex; align-items: center; justify-content: center; gap: var(--sp-5); }
.pv-jmini { flex: 0 0 auto; width: 178px; height: 372px; }
.pv-jmini .pv-frame-loop { max-width: none; width: 268px; transform: scale(0.664); transform-origin: top left; }
.pv-jplus {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  background: var(--ha-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 22px -8px rgba(0, 167, 225, 0.6);
}
.pv-jtext.is-center { text-align: center; max-width: 560px; }
.pv-check.is-center { align-items: center; }

@media (max-width: 899px) {
  .pv-journey-line, .pv-journey-fill { left: 20px; }
  .pv-jdot { left: 20px; }
  .pv-jstage { padding: 40px 0; padding-left: 46px; }
  .pv-jstage.is-combo { padding-top: 56px; }
  .pv-jcontent { grid-template-columns: 1fr; gap: var(--sp-6); max-width: 360px; margin: 0; text-align: left; }
  .pv-jtext { max-width: 100%; }
  .pv-jphone { order: -1; width: 232px; justify-self: start; }
  .pv-jphone .pv-frame-loop { max-width: 232px; }
  .pv-jcombo { margin: 0; align-items: flex-start; }
  .pv-jcombo-phones { gap: 8px; max-width: 100%; }
  .pv-jmini { width: 110px; height: 230px; }
  .pv-jmini .pv-frame-loop { width: 268px; transform: scale(0.41); }
  .pv-jplus { width: 32px; height: 32px; }
  .pv-jplus svg { width: 16px; height: 16px; }
  .pv-jtext.is-center { text-align: left; }
  .pv-check.is-center { align-items: flex-start; }
}

/* LEFT header = external partner brand (neutral, brand name cycles) */
.pv-mc-head.is-external { background: #2b333d; }
.pv-mc-ext-tag {
  font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ha-ink-3); font-family: var(--font-display); font-weight: 700;
}
/* RIGHT header = MY app (brand gradient + signet) */
.pv-mc-head.is-mine-app { background: var(--ha-gradient-45); }
.pv-mc-head-mark {
  width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
}
.pv-mc-head-mark img { width: 82%; height: 82%; object-fit: contain; display: block; }
.pv-mc-head.is-mine-app .pv-mc-head-title { flex: 1; text-align: left; margin-left: 9px; letter-spacing: -0.01em; text-transform: none; font-size: 15px; }

/* Dimmed neutral offers so MY reward stands out */
.pv-mc-card.is-dim { opacity: 0.55; filter: saturate(0.55); }

/* MY reward card — hello again gradient, clearly distinct */
.pv-mc-card.is-mine {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--ha-gradient) border-box;
  box-shadow: 0 12px 26px -10px rgba(0, 167, 225, 0.6);
}
.pv-mc-card-img.is-mine-img {
  background: var(--ha-gradient-45);
  display: flex; align-items: center; justify-content: center;
}
.pv-mc-card-img.is-mine-img img { width: 46%; filter: brightness(0) invert(1); }
.pv-mine-flag {
  position: absolute; top: 7px; left: 7px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 7.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ha-ink); background: #fff;
  padding: 3px 7px; border-radius: 999px;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,0.25);
}
.pv-mc-pill.pill-mine {
  border-color: transparent; color: var(--ha-smart-mid);
  background: var(--ha-gradient-soft);
}
.pv-loop-caption { text-align: center; max-width: 380px; }
.pv-loop-step {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; padding: 6px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: var(--sp-4);
}
.pv-loop-step .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ha-gradient);
}
.pv-loop-caption h3 {
  color: #fff; font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.22; letter-spacing: -0.02em; margin-bottom: var(--sp-3);
}
.pv-loop-caption p { color: rgba(255, 255, 255, 0.72); line-height: 1.6; font-size: var(--fs-body); }

/* Center hub with rotating ring + flowing connectors */
.pv-hub {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 200px;
  gap: 14px;
}
.pv-hub-ring {
  position: relative;
  width: 128px; height: 128px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(circle at 50% 50%, var(--ha-ink) 0 54%, transparent 55%),
    conic-gradient(from 0deg, #00A7E1, #8BC753, #00A7E1);
  animation: pvSpin 14s linear infinite;
  box-shadow: 0 0 40px -6px rgba(0, 167, 225, 0.5);
}
@keyframes pvSpin { to { transform: rotate(360deg); } }
.pv-hub-core {
  position: absolute; inset: 10px;
  border-radius: 50%;
  background: #1b2128;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 10px;
  animation: pvSpinBack 14s linear infinite; /* counter-rotate so text stays upright */
}
@keyframes pvSpinBack { to { transform: rotate(-360deg); } }
.pv-hub-core-logo {
  font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1;
  background: var(--ha-gradient); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; letter-spacing: -0.04em;
}
.pv-hub-core-label {
  font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6); margin-top: 4px; line-height: 1.3;
}
.pv-hub-word {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9); text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .pv-hub-ring, .pv-hub-core { animation: none; }
}

/* Flow connectors between phones and hub (desktop) */
.pv-flow {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: visible;
}
.pv-flow-line {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: repeating-linear-gradient(90deg,
    rgba(255,255,255,0.22) 0 7px, transparent 7px 15px);
}
.pv-flow-dot {
  position: absolute; top: 50%;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ha-gradient);
  box-shadow: 0 0 10px 1px rgba(0, 167, 225, 0.7);
  transform: translate(-50%, -50%);
}
/* left connector: dot flows toward the LEFT phone (your offer goes out into partner apps) */
.pv-flow.left .pv-flow-dot { animation: pvFlowLeft 2.4s linear infinite; }
@keyframes pvFlowLeft {
  0% { left: 100%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: 0%; opacity: 0; }
}
/* right connector: dot flows toward the RIGHT phone (partner offers come into your app) */
.pv-flow.right .pv-flow-dot { animation: pvFlowRight 2.4s linear infinite; }
@keyframes pvFlowRight {
  0% { left: 0%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
.pv-flow-badge {
  position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-weight: 700;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 5px;
}
/* Only show the horizontal connectors on wide layout */
.pv-hub-flows { display: none; }
@media (min-width: 940px) {
  .pv-hub-flows { display: block; position: absolute; inset: 0; }
  .pv-hub-flows .pv-flow.left { left: -46%; width: 46%; }
  .pv-hub-flows .pv-flow.right { right: -46%; width: 46%; }
}

/* Mobile: a vertical connector between stacked phones */
.pv-loop-connector {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  color: rgba(255,255,255,0.6); font-family: var(--font-display); font-weight: 700;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
@media (min-width: 940px) { .pv-loop-connector { display: none; } }

/* ============================================================
   FORMULAR — dark panel + white form
   ============================================================ */
.pv-form-wrap {
  display: grid; grid-template-columns: 1fr;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-2);
  border: 1px solid var(--ha-line);
}
@media (min-width: 900px) { .pv-form-wrap { grid-template-columns: 1fr 1.05fr; } }

.pv-form-aside {
  background: var(--ha-ink); color: #fff;
  padding: clamp(32px, 4.5vw, 56px);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; gap: var(--sp-5);
}
.pv-form-aside::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(420px at 8% -10%, rgba(0,167,225,0.32), transparent 62%),
    radial-gradient(360px at 100% 110%, rgba(139,199,83,0.26), transparent 62%);
  pointer-events: none;
}
.pv-form-aside > * { position: relative; z-index: 1; }
.pv-form-aside h2 { color: #fff; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.14; letter-spacing: -0.025em; }
.pv-form-aside p { color: rgba(255,255,255,0.76); font-size: var(--fs-body-lg); line-height: 1.6; }
.pv-form-aside-list { display: flex; flex-direction: column; gap: var(--sp-3); margin-top: var(--sp-2); }
.pv-form-aside-list .item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.9); font-size: var(--fs-body);
}
.pv-form-aside-list .check {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  background: var(--ha-gradient);
  display: flex; align-items: center; justify-content: center; color: #fff;
}

.pv-form {
  background: var(--ha-white);
  padding: clamp(28px, 4vw, 48px);
  display: flex; flex-direction: column; gap: var(--sp-5);
}
.pv-form-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--sp-4);
}
@media (min-width: 520px) { .pv-form-grid { grid-template-columns: 1fr 1fr; } }
.pv-field { display: flex; flex-direction: column; gap: 7px; }
.pv-field.full { grid-column: 1 / -1; }
.pv-field label {
  font-size: var(--fs-body-sm); color: var(--fg-2);
}
.pv-field label .opt { color: var(--ha-ink-3); font-weight: 400; }
.pv-field input,
.pv-field textarea {
  font-family: var(--font-body); font-size: var(--fs-body);
  color: var(--ha-ink);
  background: var(--ha-surface-1);
  border: 1px solid var(--ha-line);
  border-radius: var(--radius-md);
  padding: 13px 15px;
  outline: none;
  transition: border-color var(--dur-base), box-shadow var(--dur-base), background var(--dur-base);
  width: 100%;
}
.pv-field textarea { resize: vertical; min-height: 96px; }
.pv-field input::placeholder, .pv-field textarea::placeholder { color: var(--ha-ink-3); }
.pv-field input:focus,
.pv-field textarea:focus {
  border-color: var(--ha-smart);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 167, 225, 0.14);
}
.pv-form .btn { width: 100%; }
.pv-form-legal { font-size: 12px; color: var(--ha-ink-3); line-height: 1.5; }
.pv-form-legal a { color: var(--ha-smart-mid); text-decoration: underline; text-underline-offset: 2px; }

/* Thank-you state */
.pv-thanks {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: var(--sp-4);
  min-height: 340px;
  animation: pvThanksIn 500ms var(--ease-out) both;
}
@keyframes pvThanksIn {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.pv-thanks-check {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--ha-gradient);
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 14px 30px -8px rgba(0, 167, 225, 0.5);
  animation: pvPop 600ms var(--ease-out) both;
}
@keyframes pvPop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.12); }
  100% { transform: scale(1); opacity: 1; }
}
.pv-thanks h3 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.02em; }
.pv-thanks p { color: var(--fg-2); font-size: var(--fs-body-lg); line-height: 1.6; max-width: 420px; }

/* ============================================================
   Responsive
   ============================================================ */
/* ---------- Partner logo marquee (text wordmarks, pause on hover) ---------- */
.pv-logos .logos-marquee { animation-duration: 46s; }
.pv-logos .logos-marquee-wrap:hover .logos-marquee { animation-play-state: paused; }
.pv-logo-word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.01em;
  color: var(--ha-ink-3);
  white-space: nowrap;
  opacity: 0.72;
  padding: 0 var(--sp-2);
  transition: opacity var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.pv-logo-word:hover { opacity: 1; color: var(--ha-ink); }

.pv-logo-img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.72;
  padding: 0 var(--sp-2);
  transition: opacity var(--dur-base) var(--ease-out), filter var(--dur-base) var(--ease-out);
  filter: grayscale(100%);
}
.pv-logo-img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@media (max-width: 760px) {
  .pv-hero h1 { font-size: clamp(28px, 8vw, 36px); }
  .pv-hero-sub { font-size: 17px; }
  .pv-hero-text { font-size: 16px; }
  .pv-loop { gap: var(--sp-8); }
  .pv-nav-tag { display: none; }
  
  .logos-marquee-wrap {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .pv-logo-img {
    height: 30px;
    padding: 0 var(--sp-2);
  }
  
  .pv-form-aside-list {
    display: none;
  }
  
  .mobile-ha-accent {
    background: var(--ha-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
  
  .pv-frame { max-width: 240px; }
  .pv-jphone { width: 200px; margin: 0 auto; justify-self: center; }
  .pv-jphone .pv-frame-loop { max-width: 200px; }
  
  .pv-jtext .pv-check { display: none; }
  
  .pv-value-grid {
    grid-template-columns: none;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: var(--sp-4);
    margin: 0 calc(-1 * var(--sp-6));
    padding: 0 var(--sp-6) var(--sp-4);
  }
  .pv-value-grid::-webkit-scrollbar { display: none; }
  .pv-value-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
}
