/* Parking Fox — Landing styles */

html:has(.pf-landing) { scroll-behavior: smooth; }

#header {
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
}

.pf-landing {
  --pf-orange: #4338ca;
  --pf-orange-soft: #e0e7ff;
  --pf-orange-soft-2: #eef2ff;
  --pf-orange-dark: #3730a3;
  --pf-orange-glow: rgba(67, 56, 202, 0.32);
  --pf-green: #ca8a04;
  --pf-green-soft: #FEF3C7;
  --pf-green-soft-2: #FFFBEB;
  --pf-green-dark: #854d0e;
  --pf-green-glow: rgba(202, 138, 4, 0.30);
  --pf-yellow: #facc15;
  --pf-amber: #f59e0b;
  --pf-ink: #0F172A;
  --pf-ink-soft: #1E293B;
  --pf-muted: #64748B;
  --pf-muted-2: #94A3B8;
  --pf-bg: #FFFFFF;
  --pf-bg-alt: #F6F8FB;
  --pf-bg-tint: #FAFAF7;
  --pf-bg-deep: #0B1220;
  --pf-border: #E5E9F0;
  --pf-border-strong: #CBD5E1;
  --pf-radius-xs: 8px;
  --pf-radius: 14px;
  --pf-radius-md: 18px;
  --pf-radius-lg: 22px;
  --pf-radius-xl: 28px;
  --pf-radius-pill: 999px;
  --pf-shadow-soft: 0 4px 14px rgba(15, 23, 42, 0.05);
  --pf-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --pf-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  --pf-shadow-xl: 0 40px 90px rgba(15, 23, 42, 0.22);
  --pf-shadow-orange: 0 18px 40px rgba(67, 56, 202, 0.22);
  --pf-shadow-green: 0 18px 40px rgba(202, 138, 4, 0.22);
  --pf-ease: cubic-bezier(.22, 1, .36, 1);
  --pf-ease-spring: cubic-bezier(.34, 1.56, .64, 1);

  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--pf-ink);
  background: var(--pf-bg);
  line-height: 1.55;
  font-size: 16px;
  margin-top: 80px;
  letter-spacing: -0.005em;
}

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

.pf-landing h1,
.pf-landing h2,
.pf-landing h3,
.pf-landing h4 {
  color: var(--pf-ink);
  font-weight: 700;
  margin: 0 0 .5em;
  line-height: 1.15;
  letter-spacing: -0.018em;
}

.pf-landing p {
  margin: 0 0 1em;
  color: var(--pf-muted);
}

.pf-landing ul,
.pf-landing ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-landing a {
  color: var(--pf-orange);
  text-decoration: none;
  transition: color .2s var(--pf-ease);
}

.pf-landing a:hover { color: var(--pf-orange-dark); }

.pf-landing img { max-width: 100%; height: auto; display: block; }

.pf-landing ::selection {
  background: var(--pf-orange-soft);
  color: var(--pf-orange-dark);
}

.pf-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.pf-section {
  padding: 96px 0;
  position: relative;
}

.pf-section--alt {
  background: var(--pf-bg-alt);
  background-image:
    radial-gradient(circle at 20% 0%, rgba(67, 56, 202, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 80% 100%, rgba(202, 138, 4, 0.04) 0%, transparent 40%);
}

.pf-section--tint { background: var(--pf-bg-tint); }

.pf-section-title {
  text-align: center;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.pf-section-title .pf-hl-orange {
  color: var(--pf-orange);
  background: linear-gradient(120deg, var(--pf-orange) 0%, #6366f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pf-section-title .pf-hl-green {
  color: var(--pf-green);
  background: linear-gradient(120deg, var(--pf-green) 0%, var(--pf-amber) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pf-landing p.pf-section-lead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
  color: var(--pf-muted);
  font-size: 16px;
  text-wrap: balance;
  line-height: 1.65;
}

.pf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pf-green-soft);
  color: var(--pf-green-dark);
  padding: 7px 16px;
  border-radius: var(--pf-radius-pill);
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  border: 1px solid rgba(202, 138, 4, 0.15);
}

.pf-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pf-green);
  box-shadow: 0 0 0 4px rgba(202, 138, 4, 0.18);
  animation: pf-pulse 2s ease-in-out infinite;
}

@keyframes pf-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(202, 138, 4, 0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(202, 138, 4, 0.06); }
}

.pf-landing section[id] { scroll-margin-top: 100px; }

/* ===== Reveal on scroll ================================================== */

.pf-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--pf-ease), transform .9s var(--pf-ease);
  will-change: opacity, transform;
}

.pf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pf-reveal.pf-reveal--delay-1 { transition-delay: .08s; }
.pf-reveal.pf-reveal--delay-2 { transition-delay: .16s; }
.pf-reveal.pf-reveal--delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .pf-reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Buttons =========================================================== */

.pf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--pf-radius);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s var(--pf-ease), box-shadow .25s var(--pf-ease), background .2s, color .2s, border-color .2s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-text-fill-color: currentColor;
  letter-spacing: -0.005em;
}

.pf-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .6s var(--pf-ease);
  pointer-events: none;
}

.pf-btn:hover::before { transform: translateX(100%); }

.pf-btn--primary {
  background: linear-gradient(135deg, var(--pf-orange) 0%, #6366f1 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: var(--pf-shadow-orange);
}

.pf-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px var(--pf-orange-glow);
  color: #fff !important;
}

.pf-btn--ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--pf-ink) !important;
  border-color: var(--pf-border-strong);
  -webkit-text-fill-color: var(--pf-ink);
  backdrop-filter: blur(8px);
}

.pf-btn--ghost:hover {
  background: #fff;
  border-color: var(--pf-orange);
  color: var(--pf-orange) !important;
  -webkit-text-fill-color: var(--pf-orange);
  transform: translateY(-2px);
  box-shadow: var(--pf-shadow);
}

.pf-btn--block { width: 100%; }

/* ===== Hero ============================================================== */

.pf-hero {
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #fff 0%, #fafaf9 60%, var(--pf-bg-alt) 100%);
}

.pf-hero__bg {
  position: absolute;
  inset: -10% -10% 0 -10%;
  z-index: -1;
  pointer-events: none;
}

.pf-hero__bg::before,
.pf-hero__bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.pf-hero__bg::before {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(67, 56, 202, 0.28) 0%, transparent 70%);
  top: -120px;
  left: -80px;
  animation: pf-aurora 18s ease-in-out infinite alternate;
}

.pf-hero__bg::after {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.22) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: pf-aurora 22s ease-in-out infinite alternate-reverse;
}

@keyframes pf-aurora {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(40px, -30px) scale(1.12); }
}

.pf-hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black 0%, transparent 75%);
}

.pf-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 44px;
  align-items: center;
}

.pf-hero__grid > :last-child {
  width: 108%;
  max-width: none;
  margin-right: -8%;
  position: relative;
}

.pf-hero__title {
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.pf-hero__lead {
  font-size: 17.5px;
  color: var(--pf-muted);
  max-width: 560px;
  line-height: 1.65;
}

.pf-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.pf-hero__chip {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius);
  padding: 10px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pf-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--pf-shadow);
  backdrop-filter: blur(8px);
  z-index: 3;
  white-space: nowrap;
}

.pf-hero__chip i { font-size: 16px; }

.pf-hero__chip--1 {
  top: 8%;
  left: -28px;
  animation: pf-float 6s ease-in-out infinite;
}

.pf-hero__chip--2 {
  bottom: 18%;
  left: 8%;
  animation: pf-float 7s ease-in-out infinite .8s;
}

.pf-hero__chip--3 {
  bottom: -16px;
  right: 12%;
  animation: pf-float 6.5s ease-in-out infinite 1.2s;
}

.pf-hero__chip--1 i { color: var(--pf-orange); }
.pf-hero__chip--2 i { color: var(--pf-green); }
.pf-hero__chip--3 i { color: var(--pf-amber); }

@keyframes pf-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ===== Platforms strip =================================================== */

.pf-platforms {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px dashed var(--pf-border-strong);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  font-size: 13px;
  color: var(--pf-muted);
}

.pf-platforms li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: color .2s var(--pf-ease);
}

.pf-platforms li:hover { color: var(--pf-ink); }

.pf-platforms li i {
  color: var(--pf-orange);
  font-size: 18px;
}

/* ===== Generic card ====================================================== */

.pf-card {
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-lg);
  padding: 30px;
  box-shadow: var(--pf-shadow-soft);
  transition: transform .35s var(--pf-ease), box-shadow .35s var(--pf-ease), border-color .25s var(--pf-ease);
}

/* ===== Icon circle ======================================================= */

.pf-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  flex-shrink: 0;
  position: relative;
  transition: transform .35s var(--pf-ease-spring);
}

.pf-icon-circle.is-orange {
  background: linear-gradient(135deg, var(--pf-orange) 0%, #6366f1 100%);
  color: #fff;
  box-shadow: 0 12px 24px var(--pf-orange-glow);
}
.pf-icon-circle.is-green {
  background: linear-gradient(135deg, var(--pf-green) 0%, var(--pf-amber) 100%);
  color: #fff;
  box-shadow: 0 12px 24px var(--pf-green-glow);
}
.pf-icon-circle.is-orange-soft {
  background: var(--pf-orange-soft);
  color: var(--pf-orange);
}
.pf-icon-circle.is-green-soft {
  background: var(--pf-green-soft);
  color: var(--pf-green);
}
.pf-icon-circle--sm {
  width: 42px;
  height: 42px;
  font-size: 18px;
  border-radius: 12px;
}
.pf-icon-circle--lg {
  width: 64px;
  height: 64px;
  font-size: 28px;
  border-radius: 20px;
}

/* ===== Features grid (3x2) =============================================== */

.pf-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pf-feature-card {
  position: relative;
  padding-top: 32px;
  overflow: hidden;
  cursor: default;
}

.pf-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: repeating-linear-gradient(135deg,
    rgba(250, 204, 21, 0.96) 0 14px,
    rgba(15, 23, 42, 0.94) 14px 28px);
  transition: opacity .3s;
}

.pf-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--pf-radius-lg);
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(67, 56, 202, 0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .35s var(--pf-ease);
}

.pf-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pf-shadow-lg);
  border-color: var(--pf-border-strong);
}

.pf-feature-card:hover::after { opacity: 1; }

.pf-feature-card:hover .pf-icon-circle { transform: scale(1.08) rotate(-3deg); }

.pf-feature-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 700;
}

.pf-feature-card p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.pf-feature-card ul li {
  font-size: 13.5px;
  color: var(--pf-ink-soft);
  padding: 5px 0 5px 22px;
  position: relative;
  line-height: 1.5;
}

.pf-feature-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pf-orange-soft);
  border: 2px solid var(--pf-orange);
}

/* ===== Benefits band ===================================================== */

.pf-benefits-band {
  margin-top: 56px;
  background: linear-gradient(135deg, var(--pf-green-soft) 0%, #FFFBEB 100%);
  border-radius: var(--pf-radius-xl);
  padding: 40px;
  border: 1px solid rgba(202, 138, 4, 0.18);
  position: relative;
  overflow: hidden;
}

.pf-benefits-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(135deg,
    rgba(250, 204, 21, 0.96) 0 18px,
    rgba(15, 23, 42, 0.92) 18px 36px);
}

.pf-benefits-band h3 {
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 700;
  padding-top: 8px;
}

.pf-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.pf-benefit {
  background: #fff;
  border-radius: var(--pf-radius);
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  transition: transform .3s var(--pf-ease), box-shadow .3s var(--pf-ease);
}

.pf-benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow);
}

.pf-benefit h4 {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}

.pf-benefit p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

/* ===== Segments grid ===================================================== */

.pf-segments {
  margin-top: 64px;
}

.pf-segments h3 {
  font-size: 22px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}

.pf-segments-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.pf-segment-card {
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius);
  padding: 22px 18px;
  text-align: left;
  transition: transform .3s var(--pf-ease), box-shadow .3s var(--pf-ease), border-color .25s var(--pf-ease);
}

.pf-segment-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow);
  border-color: var(--pf-orange);
}

.pf-segment-card h4 { font-size: 15px; margin-bottom: 6px; font-weight: 700; }
.pf-segment-card p { font-size: 12.5px; margin: 0; line-height: 1.5; }

/* ===== Steps (4 numbered) ================================================ */

.pf-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  counter-reset: pf-step;
}

.pf-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-xl);
  padding: 36px 28px 28px;
  transition: transform .35s var(--pf-ease), box-shadow .35s var(--pf-ease);
}

.pf-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow-lg);
}

.pf-step__num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--pf-orange) 0%, #6366f1 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 30px var(--pf-orange-glow);
}

.pf-step__title {
  text-align: center;
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 700;
}

.pf-step__lead {
  text-align: center;
  font-size: 13.5px;
  margin-bottom: 18px;
  line-height: 1.65;
}

/* ===== Step screenshots ================================================== */

.pf-step-shot {
  margin: 14px 0 0;
  padding: 8px;
  background: linear-gradient(160deg, #1e293b 0%, var(--pf-ink) 100%);
  border-radius: 14px;
  box-shadow: var(--pf-shadow);
  overflow: hidden;
  transition: transform .35s var(--pf-ease), box-shadow .35s var(--pf-ease);
}

.pf-step-shot:hover {
  transform: translateY(-2px);
  box-shadow: var(--pf-shadow-lg);
}

.pf-step-shot img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.pf-step-shot figcaption {
  padding: 10px 6px 4px;
  text-align: center;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

.pf-step-shot--receipts {
  background: linear-gradient(160deg, var(--pf-bg-alt) 0%, #eef2f6 100%);
  padding: 18px;
  border: 1px solid var(--pf-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pf-step-shot--receipts img {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--pf-shadow-soft);
}

.pf-step-shot--receipts figcaption {
  grid-column: 1 / -1;
  color: var(--pf-muted);
  font-size: 11.5px;
  text-align: center;
}

/* ===== Step sync block =================================================== */

.pf-step-sync {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius);
  padding: 18px;
}

.pf-step-sync__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--pf-border);
}

.pf-step-sync__row img {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
}

.pf-step-sync__row b {
  display: block;
  font-size: 13.5px;
  color: var(--pf-ink);
  margin-bottom: 4px;
  font-weight: 700;
}

.pf-step-sync__row span {
  font-size: 12.5px;
  color: var(--pf-muted);
  line-height: 1.5;
}

.pf-step-sync__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pf-step-sync__list span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--pf-ink-soft);
}

.pf-step-sync__list span i {
  color: #fff;
  background: var(--pf-green);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

/* ===== Modes ============================================================= */

.pf-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pf-mode-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 6px 18px;
  align-items: start;
  padding: 32px;
  cursor: default;
}

.pf-mode-card .pf-icon-circle { grid-row: span 2; margin-bottom: 0; }

.pf-mode-card h4 { font-size: 19px; margin: 0; font-weight: 700; }
.pf-mode-card p  { font-size: 14px; margin: 0; line-height: 1.5; }

.pf-mode-card ul {
  grid-column: 1 / -1;
  margin-top: 18px;
}

.pf-mode-card ul li {
  font-size: 14px;
  color: var(--pf-ink-soft);
  padding: 6px 0 6px 26px;
  position: relative;
  line-height: 1.55;
}

.pf-mode-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--pf-green) 0%, var(--pf-amber) 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px var(--pf-green-glow);
}

.pf-mode-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow-lg);
}

/* ===== Subhead =========================================================== */

.pf-landing h3.pf-subhead {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.pf-landing h3.pf-subhead::before,
.pf-landing h3.pf-subhead::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pf-border-strong), transparent);
  max-width: 120px;
}

/* ===== Highlights ======================================================== */

.pf-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pf-highlight {
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius);
  padding: 22px;
  transition: transform .3s var(--pf-ease), box-shadow .3s var(--pf-ease);
}

.pf-highlight:hover {
  transform: translateY(-3px);
  box-shadow: var(--pf-shadow);
}

.pf-highlight h4 { font-size: 16px; margin-bottom: 6px; font-weight: 700; }
.pf-highlight p  { font-size: 13px; margin: 0; line-height: 1.55; }

/* ===== Pricing =========================================================== */

.pf-pricing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}

.pf-pricing-toggle__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: var(--pf-radius-pill);
  background: linear-gradient(135deg, var(--pf-green-soft) 0%, var(--pf-green-soft-2) 100%);
  color: var(--pf-green-dark);
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(202, 138, 4, 0.18);
}

.pf-pricing-toggle__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pf-green);
  box-shadow: 0 0 0 4px rgba(202, 138, 4, 0.18);
}

.pf-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}

.pf-pricing-card {
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-xl);
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .35s var(--pf-ease), box-shadow .35s var(--pf-ease), border-color .25s var(--pf-ease);
}

.pf-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pf-shadow-lg);
  border-color: var(--pf-border-strong);
}

.pf-pricing-card.is-featured {
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--pf-green) 0%, var(--pf-amber) 50%, var(--pf-orange) 100%) border-box;
  box-shadow: var(--pf-shadow-lg);
  transform: translateY(-12px);
}

.pf-pricing-card.is-featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--pf-radius-xl);
  background: linear-gradient(135deg, var(--pf-green-glow), var(--pf-orange-glow));
  filter: blur(28px);
  z-index: -1;
  opacity: 0.6;
}

.pf-pricing-card.is-featured:hover {
  transform: translateY(-16px);
}

.pf-pricing-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pf-green) 0%, var(--pf-amber) 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: var(--pf-radius-pill);
  white-space: nowrap;
  box-shadow: 0 10px 22px var(--pf-green-glow);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pf-pricing-card__name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--pf-ink);
  margin-bottom: 16px;
  line-height: 1.3;
}

.pf-pricing-card__name small {
  display: block;
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
}

.pf-pricing-card__price {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: var(--pf-ink);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.pf-pricing-card__price small {
  font-size: 13px;
  color: var(--pf-muted);
  font-weight: 500;
}

.pf-pricing-card__price-from {
  font-size: 12px;
  color: var(--pf-muted);
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.pf-pricing-card ul {
  margin-bottom: 24px;
  flex-grow: 1;
}

.pf-pricing-card ul li {
  font-size: 13px;
  padding: 8px 0 8px 26px;
  position: relative;
  color: var(--pf-ink-soft);
  line-height: 1.5;
}

.pf-pricing-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--pf-green) 0%, var(--pf-amber) 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px var(--pf-green-glow);
}

/* ===== Trust band ======================================================== */

.pf-trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-lg);
  box-shadow: var(--pf-shadow-soft);
}

.pf-trust {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.pf-trust h4 { font-size: 14px; margin: 0 0 2px; font-weight: 700; }
.pf-trust p  { font-size: 12.5px; margin: 0; line-height: 1.4; }
.pf-trust .pf-icon-circle { margin: 0; }

/* ===== FAQ accordion ===================================================== */

.pf-faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pf-faq-item {
  background: #fff;
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  padding: 0;
  overflow: hidden;
  transition: border-color .25s var(--pf-ease), box-shadow .25s var(--pf-ease);
}

.pf-faq-item:hover { border-color: var(--pf-border-strong); }

.pf-faq-item.is-open {
  border-color: var(--pf-orange);
  box-shadow: 0 12px 28px rgba(67, 56, 202, 0.10);
}

.pf-faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  font-weight: 500;
  color: var(--pf-ink);
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: inherit;
}

.pf-faq-summary:focus-visible {
  outline: 2px solid var(--pf-orange);
  outline-offset: -2px;
  border-radius: var(--pf-radius-md);
}

.pf-faq-summary .pf-icon-circle {
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 12px;
}

.pf-faq-q { font-size: 15.5px; font-weight: 600; }

.pf-faq-chevron {
  font-size: 18px;
  color: var(--pf-muted);
  transition: transform .3s var(--pf-ease), color .25s;
}

.pf-faq-item.is-open .pf-faq-chevron {
  transform: rotate(180deg);
  color: var(--pf-orange);
}

.pf-faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--pf-ease);
}

.pf-faq-body > div {
  overflow: hidden;
}

.pf-faq-item.is-open .pf-faq-body { grid-template-rows: 1fr; }

.pf-faq-body p {
  padding: 0 24px 22px 82px;
  margin: 0;
  font-size: 14px;
  color: var(--pf-muted);
  line-height: 1.65;
}

/* ===== Demo ============================================================= */

.pf-demo {
  background:
    linear-gradient(135deg, var(--pf-green-soft) 0%, var(--pf-orange-soft-2) 100%);
  border-radius: var(--pf-radius-xl);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(67, 56, 202, 0.10);
}

.pf-demo::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(67, 56, 202, 0.20) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.pf-demo::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(202, 138, 4, 0.18) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.pf-demo > div { position: relative; z-index: 1; }

.pf-demo h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.pf-demo p {
  font-size: 15.5px;
  color: var(--pf-ink-soft);
  line-height: 1.65;
}

.pf-demo__bullets {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pf-demo__bullet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--pf-ink-soft);
  font-weight: 500;
}

.pf-demo__bullet i { color: var(--pf-green); font-size: 16px; }

.pf-demo__form {
  background: #fff;
  border-radius: var(--pf-radius-xl);
  padding: 32px;
  box-shadow: var(--pf-shadow-lg);
  border: 1px solid rgba(67, 56, 202, 0.08);
}

.pf-demo__form .pf-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.pf-demo__form input[type="text"],
.pf-demo__form input[type="email"],
.pf-demo__form input[type="tel"] {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--pf-border);
  border-radius: var(--pf-radius);
  font-size: 14.5px;
  font-family: inherit;
  color: var(--pf-ink);
  background: var(--pf-bg-alt);
  transition: border-color .2s var(--pf-ease), background .2s, box-shadow .2s;
}

.pf-demo__form input:focus {
  outline: none;
  border-color: var(--pf-orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(67, 56, 202, 0.10);
}

.pf-demo__form input::placeholder { color: var(--pf-muted-2); }

.pf-demo__captcha {
  margin: 16px 0;
}

.pf-demo__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--pf-muted);
  text-align: center;
}

.pf-demo__errors {
  background: #FEF2F2;
  color: #B91C1C;
  border: 1px solid #FECACA;
  padding: 10px 14px;
  border-radius: var(--pf-radius-xs);
  font-size: 13px;
  margin-bottom: 14px;
}

.pf-demo__success {
  background: var(--pf-green-soft);
  color: var(--pf-green-dark);
  border: 1px solid var(--pf-green);
  padding: 12px 16px;
  border-radius: var(--pf-radius);
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pf-demo__success::before {
  content: "\2713";
  width: 22px;
  height: 22px;
  background: var(--pf-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* ===== Hero screenshot frame ============================================ */

.pf-mock-shot {
  margin: 0;
  background: linear-gradient(160deg, #1e293b 0%, var(--pf-ink) 100%);
  border-radius: var(--pf-radius);
  padding: 6px;
  box-shadow: var(--pf-shadow-xl);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-3deg) rotateX(2deg);
  transition: transform .8s var(--pf-ease);
}

.pf-mock-shot:hover {
  transform: perspective(1400px) rotateY(-1deg) rotateX(0deg);
}

.pf-mock-shot__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
}

.pf-mock-shot__chrome span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.pf-mock-shot__chrome span:nth-child(1) { background: #ff5f57; }
.pf-mock-shot__chrome span:nth-child(2) { background: #febc2e; }
.pf-mock-shot__chrome span:nth-child(3) { background: #28c840; }

.pf-mock-shot__chrome small {
  margin-left: auto;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.pf-mock-shot img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* ===== Gallery ========================================================== */

.pf-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.pf-shot {
  margin: 0;
  background: linear-gradient(160deg, #1e293b 0%, var(--pf-ink) 100%);
  border-radius: var(--pf-radius);
  padding: 6px;
  box-shadow: var(--pf-shadow-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--pf-ease), box-shadow .35s var(--pf-ease);
}

.pf-shot:hover {
  transform: translateY(-6px);
  box-shadow: var(--pf-shadow-xl);
}

.pf-shot img {
  width: 100%;
  display: block;
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  transition: transform .6s var(--pf-ease);
}

.pf-shot:hover img { transform: scale(1.03); }

.pf-shot figcaption {
  padding: 12px 8px 8px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* ===== Mobile section =================================================== */

.pf-mobile {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.pf-mobile__copy h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  margin: 12px 0 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.pf-mobile__copy p {
  font-size: 15.5px;
  line-height: 1.65;
}

.pf-mobile__list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pf-mobile__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--pf-ink-soft);
  font-weight: 500;
}

.pf-mobile__list li i {
  color: var(--pf-green);
  font-size: 20px;
  flex-shrink: 0;
}

.pf-mobile__shot {
  display: flex;
  justify-content: center;
  position: relative;
}

.pf-mobile__shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(67, 56, 202, 0.18) 0%, transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.pf-mobile__shot .marvel-device.iphone-x {
  transform: scale(0.78);
  transform-origin: center top;
  margin: 0 auto -120px;
  filter: drop-shadow(0 30px 50px rgba(15, 23, 42, 0.35));
  position: relative;
  z-index: 1;
}

.pf-mobile__shot .marvel-device.iphone-x .screen {
  position: relative;
  overflow: hidden;
  background: #FAFAF7;
}

.pf-mobile__shot .marvel-device.iphone-x .screen img {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
  display: block;
  object-fit: cover;
  object-position: 50% 100%;
}

/* ===== Coming soon (AI) ================================================= */

.pf-soon {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

.pf-soon__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--pf-orange-soft) 0%, var(--pf-orange-soft-2) 100%);
  color: var(--pf-orange-dark);
  padding: 8px 16px;
  border-radius: var(--pf-radius-pill);
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 22px;
  border: 1px solid rgba(67, 56, 202, 0.18);
  letter-spacing: 0.01em;
}

.pf-soon__badge i { color: var(--pf-orange); }

.pf-soon__copy h2 {
  font-size: clamp(30px, 3vw, 40px);
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.pf-soon__copy p {
  font-size: 15.5px;
  line-height: 1.65;
}

.pf-soon__list {
  margin: 22px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pf-soon__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--pf-ink-soft);
  font-weight: 500;
}

.pf-soon__list li i {
  color: var(--pf-orange);
  font-size: 20px;
  flex-shrink: 0;
}

.pf-soon__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 36px;
  background:
    radial-gradient(circle at 30% 0%, rgba(67, 56, 202, 0.4) 0%, transparent 50%),
    linear-gradient(160deg, #1e293b 0%, var(--pf-ink) 100%);
  border-radius: var(--pf-radius-xl);
  box-shadow: var(--pf-shadow-xl);
  min-height: 360px;
  justify-content: center;
  overflow: hidden;
}

.pf-soon__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 0%, transparent 80%);
  pointer-events: none;
}

.pf-soon__camera {
  position: relative;
  width: 110px;
  height: 88px;
  background: linear-gradient(180deg, #475569 0%, #1e293b 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.pf-soon__camera::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 8px;
  background: #334155;
  border-radius: 3px 3px 0 0;
}

.pf-soon__lens {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #0ea5e9 0%, #0c4a6e 60%, #000 100%);
  border: 3px solid #1e293b;
  box-shadow:
    0 0 22px rgba(14, 165, 233, 0.45),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  position: relative;
}

.pf-soon__lens::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(0.5px);
}

.pf-soon__rec {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  background: rgba(220, 38, 38, 0.18);
  color: #fecaca;
  border-radius: 6px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.pf-soon__rec span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.8);
  animation: pf-blink 1.2s ease-in-out infinite;
}

@keyframes pf-blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.25; }
}

.pf-soon__plate {
  width: 240px;
  background: #fff;
  border-radius: var(--pf-radius);
  padding: 18px 20px;
  text-align: center;
  border: 4px solid var(--pf-yellow);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.pf-soon__plate::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, transparent 0%, var(--pf-orange) 100%);
}

.pf-soon__plate-label {
  font-size: 11px;
  color: var(--pf-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.pf-soon__plate-text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--pf-ink);
  line-height: 1.1;
  margin-bottom: 12px;
  font-family: 'Courier New', monospace;
}

.pf-soon__plate-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--pf-green);
  font-weight: 600;
}

/* ===== Lightbox ========================================================= */

.pf-step-shot img,
.pf-shot img,
.pf-mock-shot img,
.marvel-device .screen img {
  cursor: zoom-in;
}

.pf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity .25s var(--pf-ease);
}

.pf-lightbox.is-open {
  display: flex;
  opacity: 1;
}

.pf-lightbox img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
  animation: pf-zoom-in .35s var(--pf-ease);
}

@keyframes pf-zoom-in {
  from { transform: scale(0.92); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.pf-lightbox__close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
}

.pf-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.08);
}

/* ===== Tarjetas reutilizables =========================================== */

.pf-tarjetas {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.pf-tarjetas__visual {
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1200px;
}

.pf-tarjetas__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(67, 56, 202, 0.18) 0%, transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.pf-card-mock {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  aspect-ratio: 1.586 / 1;
  border-radius: var(--pf-radius-lg);
  padding: 22px 24px;
  background: linear-gradient(135deg, #4338ca 0%, #6366f1 55%, #f59e0b 130%);
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  box-shadow:
    0 30px 60px rgba(67, 56, 202, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: rotate(-4deg);
  transition: transform .5s var(--pf-ease);
  overflow: hidden;
}

.pf-card-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(250, 204, 21, 0.20) 0%, transparent 50%);
  pointer-events: none;
}

.pf-tarjetas__visual:hover .pf-card-mock { transform: rotate(0deg) translateY(-6px); }

.pf-card-mock__top,
.pf-card-mock__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.pf-card-mock__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.pf-card-mock__brand i {
  font-size: 18px;
  color: var(--pf-yellow);
}

.pf-card-mock__chip {
  width: 38px;
  height: 28px;
  border-radius: 5px;
  background: linear-gradient(135deg, #fde68a 0%, #f59e0b 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  position: relative;
}

.pf-card-mock__chip::before,
.pf-card-mock__chip::after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(120, 53, 15, 0.55);
  border-bottom: 1px solid rgba(120, 53, 15, 0.55);
}

.pf-card-mock__chip::before { inset: 6px 4px; }
.pf-card-mock__chip::after  { inset: 11px 8px; }

.pf-card-mock__barcode {
  display: flex;
  align-items: stretch;
  gap: 3px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--pf-radius-xs);
  position: relative;
  z-index: 1;
}

.pf-card-mock__barcode span {
  flex: 1;
  background: var(--pf-ink);
  border-radius: 1px;
}

.pf-card-mock__barcode span:nth-child(2n) { flex: 0.5; }
.pf-card-mock__barcode span:nth-child(3n) { flex: 1.6; }
.pf-card-mock__barcode span:nth-child(5n) { flex: 0.4; background: transparent; }
.pf-card-mock__barcode span:nth-child(7n) { flex: 2; }

.pf-card-mock__bottom { font-size: 13px; }

.pf-card-mock__id {
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.95;
}

.pf-card-mock__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: var(--pf-radius-pill);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pf-tarjetas__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pf-tarjeta-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 20px;
  border-radius: var(--pf-radius);
  background: #fff;
  border: 1px solid var(--pf-border);
  box-shadow: var(--pf-shadow-soft);
  transition: transform .25s var(--pf-ease), box-shadow .25s var(--pf-ease);
}

.pf-tarjeta-benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow);
}

.pf-tarjeta-benefit .pf-icon-circle { margin: 0; }

.pf-tarjeta-benefit h4 {
  font-size: 15px;
  margin: 0 0 4px;
  font-weight: 700;
}

.pf-tarjeta-benefit p {
  font-size: 13px;
  margin: 0;
  line-height: 1.55;
  color: var(--pf-muted);
}

.pf-tarjetas-eco {
  margin-top: 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px 30px;
  border-radius: var(--pf-radius-md);
  background: linear-gradient(135deg, var(--pf-green-soft-2) 0%, #fff 60%, var(--pf-orange-soft-2) 100%);
  border: 1px solid var(--pf-border);
  box-shadow: var(--pf-shadow-soft);
}

.pf-tarjetas-eco .pf-icon-circle { margin: 0; }

.pf-tarjetas-eco h4 {
  font-size: 17px;
  margin: 0 0 4px;
  font-weight: 700;
}

.pf-tarjetas-eco p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.pf-tarjetas-eco strong {
  color: var(--pf-ink);
  font-weight: 700;
}

/* ===== Responsive ======================================================= */

@media (max-width: 1024px) {
  .pf-features-grid,
  .pf-segments-grid { grid-template-columns: repeat(3, 1fr); }
  .pf-benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .pf-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-pricing-card.is-featured { transform: none; }
  .pf-pricing-card.is-featured:hover { transform: translateY(-6px); }
  .pf-trust-band { grid-template-columns: repeat(2, 1fr); }
  .pf-highlights { grid-template-columns: repeat(2, 1fr); }
  .pf-steps { grid-template-columns: repeat(2, 1fr); }
  .pf-modes { grid-template-columns: 1fr; }
  .pf-demo { grid-template-columns: 1fr; padding: 36px; }
  .pf-hero__grid { grid-template-columns: 1fr; }
  .pf-hero__grid > :last-child { width: 100%; margin-right: 0; }
  .pf-hero__chip--1 { left: 8px; top: -8px; }
  .pf-hero__chip--3 { right: 8px; }
  .pf-gallery { grid-template-columns: repeat(2, 1fr); }
  .pf-mobile { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .pf-mobile__list { align-items: flex-start; max-width: 460px; margin: 14px auto 0; }
  .pf-soon { grid-template-columns: 1fr; gap: 36px; }
  .pf-mock-shot { transform: none; }
  .pf-tarjetas { grid-template-columns: 1fr; gap: 40px; }
  .pf-tarjetas__benefits { max-width: 720px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .pf-section { padding: 64px 0; }
  .pf-hero { padding: 56px 0 64px; }
  .pf-features-grid,
  .pf-segments-grid,
  .pf-benefits-grid,
  .pf-pricing-grid,
  .pf-trust-band,
  .pf-highlights,
  .pf-steps { grid-template-columns: 1fr; }
  .pf-demo__form .pf-fields { grid-template-columns: 1fr; }
  .pf-step-shot--receipts { grid-template-columns: 1fr; }
  .pf-gallery { grid-template-columns: 1fr; }
  .pf-platforms { gap: 10px 16px; font-size: 12.5px; }
  .pf-faq-summary { grid-template-columns: auto 1fr auto; padding: 16px 18px; }
  .pf-faq-q { font-size: 14.5px; }
  .pf-faq-body p { padding: 0 18px 18px 70px; font-size: 13.5px; }
  .pf-hero__chip { display: none; }
  .pf-benefits-band { padding: 28px 22px; }
  .pf-step { padding: 28px 22px 22px; }
  .pf-mode-card { padding: 24px; grid-template-columns: 1fr; }
  .pf-mode-card .pf-icon-circle { grid-row: auto; margin-bottom: 14px; }
  .pf-demo { padding: 28px 22px; }
  .pf-demo__form { padding: 22px; }
  .pf-soon__plate { width: 200px; }
  .pf-soon__plate-text { font-size: 28px; }
  .pf-landing h3.pf-subhead { font-size: 19px; }
  .pf-landing h3.pf-subhead::before,
  .pf-landing h3.pf-subhead::after { max-width: 40px; }
  .pf-tarjetas__benefits { grid-template-columns: 1fr; }
  .pf-tarjetas-eco { grid-template-columns: 1fr; text-align: center; padding: 24px 22px; }
  .pf-tarjetas-eco .pf-icon-circle { justify-self: center; }
  .pf-card-mock { transform: rotate(0deg); }
}

/* ===== Custom scrollbar (página completa cuando estás en /parking-fox/) == */

html:has(.pf-landing)::-webkit-scrollbar { width: 10px; }
html:has(.pf-landing)::-webkit-scrollbar-track { background: var(--pf-bg-alt); }
html:has(.pf-landing)::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--pf-orange) 0%, #6366f1 100%);
  border-radius: 999px;
  border: 2px solid var(--pf-bg-alt);
}
html:has(.pf-landing)::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--pf-orange-dark) 0%, #4f46e5 100%);
}
