/* ==========================================================
   FieldProof — Premium Landing Theme 2026
   Dark-first, professional field documentation — think Linear meets App Store
   Brand Yellow: #f59e0b | Accent: #fbbf24 | Bg: #0c0a09 | Text: #fafaf9
   ========================================================== */

/* ==========================================================
   1. DESIGN TOKENS
   ========================================================== */
/* Default = dark (warm charcoal + yellow) */
:root {
  --fp-brand:         #f59e0b;
  --fp-brand-dark:    #d97706;
  --fp-brand-light:   #fbbf24;
  --fp-brand-glow:    rgba(245,158,11,.22);
  --fp-brand-dim:     rgba(245,158,11,.1);
  --fp-green:         #fbbf24;

  --fp-bg:            #0c0a09;
  --fp-bg-alt:        #1c1917;
  --fp-surface:       #292524;
  --fp-surface-2:     #44403c;

  --fp-text:          #fafaf9;
  --fp-text-soft:     #e7e5e4;
  --fp-text-muted:    #a8a29e;

  --fp-border:        rgba(255,255,255,.08);
  --fp-border-strong: rgba(245,158,11,.35);

  --fp-shadow-sm:     0 1px 3px rgba(0,0,0,.4);
  --fp-shadow:        0 4px 20px rgba(0,0,0,.5);
  --fp-shadow-lg:     0 24px 80px rgba(0,0,0,.7);
  --fp-shadow-brand:  0 8px 40px rgba(245,158,11,.4);

  /* Radii */
  --fp-r-xs:   6px;
  --fp-r-sm:   10px;
  --fp-r-md:   16px;
  --fp-r-lg:   22px;
  --fp-r-xl:   32px;
  --fp-r-full: 9999px;

  /* Layout */
  --fp-container: 1200px;
  --fp-header-h:  68px;
  --fp-ease:      cubic-bezier(.16,1,.3,1);
}

/* Dark mode — explicit reinforcement */
html[data-theme="dark"] {
  --fp-bg:            #0c0a09;
  --fp-bg-alt:        #1c1917;
  --fp-surface:       #292524;
  --fp-surface-2:     #44403c;

  --fp-text:          #fafaf9;
  --fp-text-soft:     #e7e5e4;
  --fp-text-muted:    #a8a29e;

  --fp-border:        rgba(255,255,255,.08);
  --fp-border-strong: rgba(245,158,11,.35);

  --fp-shadow-sm:     0 1px 3px rgba(0,0,0,.5);
  --fp-shadow:        0 4px 20px rgba(0,0,0,.55);
  --fp-shadow-lg:     0 24px 80px rgba(0,0,0,.75);
  --fp-shadow-brand:  0 8px 40px rgba(245,158,11,.45);
}

/* Light mode */
html:not([data-theme="dark"]) {
  --fp-bg:            #ffffff;
  --fp-bg-alt:        #f5f5f7;
  --fp-surface:       #ffffff;
  --fp-surface-2:     #f0f0f3;

  --fp-text:          #111111;
  --fp-text-soft:     #3a3a3a;
  --fp-text-muted:    #6e6e73;

  --fp-border:        rgba(0,0,0,.15);
  --fp-border-strong: rgba(245,158,11,.35);

  --fp-shadow-sm:     0 1px 3px rgba(0,0,0,.06);
  --fp-shadow:        0 4px 20px rgba(0,0,0,.08);
  --fp-shadow-lg:     0 24px 80px rgba(0,0,0,.1);
  --fp-shadow-brand:  0 8px 40px rgba(245,158,11,.25);
}

/* ==========================================================
   2. RESET & BASE
   ========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fp-body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--fp-text);
  background: var(--fp-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.fp-body img { max-width: 100%; height: auto; display: block; }
.fp-body button { cursor: pointer; font-family: inherit; border: none; background: none; }
.fp-body a { color: inherit; text-decoration: none; }
.fp-body ul { list-style: none; }

/* ==========================================================
   3. UTILITIES
   ========================================================== */
.fp-container {
  width: 100%;
  max-width: var(--fp-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fp-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

/* Yellow gradient text — matching appsinfoway */
.fp-gradient-text {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 55%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Eyebrow pill */
.fp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: var(--fp-r-full);
  background: var(--fp-brand-dim);
  border: 1px solid rgba(245,158,11,.2);
  color: var(--fp-brand-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.fp-eyebrow-light {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.85);
}

/* ==========================================================
   4. BUTTONS
   ========================================================== */
.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: .65rem 1.4rem;
  border-radius: var(--fp-r-full);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition: all .22s var(--fp-ease);
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.fp-btn-primary {
  background: var(--fp-brand);
  color: #fff;
  box-shadow: 0 4px 16px rgba(245,158,11,.35);
}
.fp-btn-primary:hover {
  background: var(--fp-brand-dark);
  box-shadow: 0 6px 24px rgba(245,158,11,.45);
  transform: translateY(-1px);
}

.fp-btn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--fp-brand);
  font-weight: 600;
  font-size: .9rem;
  transition: gap .2s, opacity .2s;
  text-decoration: none;
}
.fp-btn-text-link:hover { gap: 9px; }

/* Store buttons */
.fp-store-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1rem;
}
.fp-store-btns-center { justify-content: center; }

.fp-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border-strong);
  color: var(--fp-text);
  border-radius: var(--fp-r-md);
  font-size: .875rem;
  transition: all .22s var(--fp-ease);
  white-space: nowrap;
}
.fp-store-btn small {
  display: block;
  font-size: .6875rem;
  opacity: .6;
  line-height: 1.2;
}
.fp-store-btn strong {
  display: block;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.2;
}
.fp-store-btn:hover {
  border-color: var(--fp-brand);
  background: var(--fp-brand-dim);
  color: var(--fp-text);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,158,11,.2);
}

.fp-store-btn-light {
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.22);
  color: #fff;
  backdrop-filter: blur(12px);
}
.fp-store-btn-light:hover {
  background: rgba(255,255,255,.2);
  border-color: rgba(255,255,255,.36);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,.3);
}
.fp-store-btns-light .fp-store-btn { border-color: rgba(255,255,255,.2); }

/* Light mode overrides — white-on-white is invisible */
html:not([data-theme="dark"]) .fp-store-btn-light {
  background: var(--fp-surface);
  border-color: var(--fp-border);
  color: var(--fp-text);
  backdrop-filter: none;
}
html:not([data-theme="dark"]) .fp-store-btn-light:hover {
  background: var(--fp-surface-2);
  border-color: var(--fp-brand);
  box-shadow: 0 8px 28px rgba(245,158,11,.15);
}
html:not([data-theme="dark"]) .fp-store-btns-light .fp-store-btn {
  border-color: var(--fp-border);
}

/* ==========================================================
   5. HEADER
   ========================================================== */
.fp-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--fp-header-h);
  background: transparent;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}

.fp-header.is-scrolled {
  background: rgba(12,10,9,.88);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 1px 0 rgba(245,158,11,.15), 0 8px 40px rgba(0,0,0,.4);
}
html:not([data-theme="dark"]) .fp-header.is-scrolled {
  background: rgba(254,248,245,.94);
  border-bottom-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 0 rgba(245,158,11,.1), 0 8px 32px rgba(0,0,0,.08);
}

.fp-header-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: var(--fp-container);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
}

/* Logo */
.fp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.fp-logo-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--fp-brand-dark) 0%, var(--fp-brand-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(245,158,11,.35);
}
.fp-logo-icon.has-image { background: transparent; box-shadow: none; }
.fp-logo-icon-image { width: 100%; height: 100%; object-fit: contain; }

.fp-logo span {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--fp-text);
  letter-spacing: -0.025em;
}

/* Desktop nav */
.fp-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.fp-nav a {
  position: relative;
  display: inline-block;
  padding: 7px 14px;
  font-size: .855rem;
  font-weight: 500;
  color: var(--fp-text-muted);
  border-radius: 8px;
  transition: color .18s, background .18s;
  text-decoration: none;
}

.fp-nav a::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--fp-brand);
  transition: transform .2s var(--fp-ease), opacity .2s;
  opacity: 0;
}

.fp-nav a:hover {
  color: var(--fp-text);
  background: transparent;
}

.fp-nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

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

.fp-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

/* Header actions */
.fp-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

/* Header CTA button */
.fp-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #111827;
  color: #ffffff !important;
  border-radius: 28px;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  transition: background .2s var(--fp-ease), box-shadow .2s var(--fp-ease), transform .2s var(--fp-ease);
}
.fp-header-cta:hover {
  background: #1f2937;
  transform: translateY(-1px);
}
.fp-header-cta:active { transform: translateY(0); }

/* Left icon wrapper */
.fp-header-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}
.fp-header-cta-icon svg { display: block; }

.fp-cta-copy {
  display: flex;
  align-items: center;
  line-height: 1;
}
.fp-cta-copy strong { font-size: .9rem; font-weight: 600; color: #ffffff; }

/* Arrow */
.fp-header-cta-arrow {
  margin-left: 2px;
  flex-shrink: 0;
  opacity: .7;
  transition: transform .2s var(--fp-ease), opacity .2s;
}
.fp-header-cta:hover .fp-header-cta-arrow { transform: translateX(3px); opacity: 1; }

/* Dark mode — white button */
html[data-theme="dark"] .fp-header-cta {
  background: #ffffff;
  color: #111827 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
html[data-theme="dark"] .fp-header-cta:hover {
  background: #f0f0f0;
}
html[data-theme="dark"] .fp-header-cta-icon {
  background: rgba(0,0,0,.1);
}
html[data-theme="dark"] .fp-cta-copy strong { color: #111827; }
html[data-theme="dark"] .fp-header-cta svg { color: #111827; }

/* Hamburger */
.fp-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px; height: 38px;
  border-radius: var(--fp-r-sm);
  border: 1px solid var(--fp-border-strong);
  background: var(--fp-surface);
  cursor: pointer;
  transition: border-color .2s;
}
.fp-hamburger span {
  display: block;
  width: 17px; height: 1.5px;
  background: var(--fp-text);
  border-radius: 2px;
  transition: all .25s var(--fp-ease);
}
.fp-hamburger:hover { border-color: var(--fp-brand); }
.fp-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.fp-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.fp-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.fp-mobile-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: var(--fp-header-h);
  left: 0;
  right: 0;
  background: var(--fp-surface);
  border-top: 1px solid var(--fp-border);
  border-bottom: 1px solid var(--fp-border);
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  padding: .5rem 0;
  z-index: 1001;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility 0s .25s;
}
.fp-mobile-nav.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease, visibility 0s 0s;
}
.fp-mobile-nav a {
  padding: .875rem 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
  color: var(--fp-text-soft);
  transition: color .15s, background .15s;
}
.fp-mobile-nav a:hover,
.fp-mobile-nav a.is-active { color: var(--fp-brand); background: var(--fp-brand-dim); }

/* Admin bar offset */
.admin-bar .fp-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .fp-header { top: 46px; } }

/* Theme toggle */
.fp-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--fp-r-full);
  border: 1px solid var(--fp-border);
  background: var(--fp-surface);
  color: var(--fp-text-soft);
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .15s;
  flex-shrink: 0;
}
.fp-theme-toggle:hover {
  background: var(--fp-surface-2);
  border-color: var(--fp-border-strong);
  color: var(--fp-brand);
  transform: scale(1.08);
}
.fp-theme-toggle svg { width: 18px; height: 18px; pointer-events: none; }

/* Show sun in dark mode (click → go light), moon in light mode (click → go dark) */
html[data-theme="dark"]  .fp-icon-sun  { display: block; }
html[data-theme="dark"]  .fp-icon-moon { display: none; }
html:not([data-theme="dark"]) .fp-icon-sun  { display: none; }
html:not([data-theme="dark"]) .fp-icon-moon { display: block; }

/* ==========================================================
   6. HERO
   ========================================================== */
.fp-hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  padding-top: var(--fp-header-h);
  position: relative;
  overflow: hidden;
  background: var(--fp-bg);
}

/* Subtle dot-grid background */
.fp-hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, black 30%, transparent 100%);
}
html:not([data-theme="dark"]) .fp-hero-grid {
  background-image: radial-gradient(circle, rgba(0,0,0,.07) 1px, transparent 1px);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, black 30%, transparent 100%);
  pointer-events: none;
}

/* Radial mesh background */
.fp-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 65vw;
  height: 65vw;
  max-width: 900px; max-height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(245,158,11,.14) 0%,
    rgba(251,146,60,.06) 40%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
}
.fp-hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 45vw;
  height: 45vw;
  max-width: 600px; max-height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(251,191,36,.07) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}

.fp-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* ---- HERO VECTOR ANIMATIONS ---- */
.fp-hero-vectors {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Route SVG lines */
.fp-hvec-routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fp-hvec-path {
  stroke: rgba(245,158,11,.16);
  stroke-width: 1.5;
  stroke-dasharray: 8 5;
  stroke-dashoffset: 900;
  fill: none;
  animation: fp-draw-route 3.5s ease forwards;
  animation-delay: 0.6s;
}
.fp-hvec-path--b {
  stroke: rgba(251,191,36,.13);
  animation-delay: 1.2s;
  animation-duration: 2.5s;
}

/* Floating map pins */
.fp-hvec-pin {
  position: absolute;
  left: var(--vx);
  top: var(--vy);
  width: calc(28px * var(--vscale, 1));
  height: calc(38px * var(--vscale, 1));
  animation: fp-pin-bob 4.5s ease-in-out infinite;
  animation-delay: var(--vdelay, 0s);
  transform-origin: bottom center;
}
.fp-hvec-pin svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 6px 14px rgba(245,158,11,.45));
}

/* Pulse rings radiating from each pin */
.fp-hvec-ring {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: calc(26px * var(--vscale, 1));
  height: calc(26px * var(--vscale, 1));
  border-radius: 50%;
  border: 1.5px solid rgba(245,158,11,.55);
  animation: fp-ring-expand 3.2s ease-out infinite;
  animation-delay: var(--vdelay, 0s);
}
.fp-hvec-ring--b {
  animation-delay: calc(var(--vdelay, 0s) + 1.2s);
}

/* Rotating crosshairs */
.fp-hvec-cross {
  position: absolute;
  left: var(--vx);
  top: var(--vy);
  width: 36px;
  height: 36px;
  opacity: .75;
  animation: fp-cross-spin 20s linear infinite;
  animation-delay: var(--vdelay, 0s);
}
.fp-hvec-cross svg { width: 100%; height: 100%; }

/* GPS coordinate labels */
.fp-hvec-coord {
  position: absolute;
  left: var(--vx);
  top: var(--vy);
  font-family: 'Urbanist', monospace;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .07em;
  color: rgba(245,158,11,.65);
  white-space: nowrap;
  animation: fp-coord-breathe 5s ease-in-out infinite;
  animation-delay: var(--vdelay, 0s);
}

/* Keyframes */
@keyframes fp-draw-route {
  to { stroke-dashoffset: 0; }
}
@keyframes fp-pin-bob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}
@keyframes fp-ring-expand {
  0%   { transform: translateX(-50%) scale(1);   opacity: .65; }
  100% { transform: translateX(-50%) scale(4);   opacity: 0;   }
}
@keyframes fp-cross-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes fp-coord-breathe {
  0%, 100% { opacity: .35; }
  50%      { opacity: .85; }
}

.fp-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.fp-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Badge */
.fp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  border-radius: var(--fp-r-full);
  border: 1px solid rgba(245,158,11,.22);
  background: rgba(245,158,11,.08);
  color: var(--fp-brand-light);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(8px);
}

.fp-badge-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--fp-green);
  box-shadow: 0 0 0 0 rgba(34,197,94,.5);
  animation: pulse-dot 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

/* Hero title */
.fp-hero-title {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--fp-text);
  margin-bottom: 1.35rem;
}

.fp-hero-desc {
  font-size: 1.075rem;
  color: var(--fp-text-soft);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 2.25rem;
}

/* Hero CTA row — store buttons in a row */
.fp-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}

/* Ghost store button (Windows) */
.fp-store-btn-ghost {
  background: transparent;
  border-color: var(--fp-border-strong);
  color: var(--fp-text-soft);
}
.fp-store-btn-ghost:hover {
  border-color: var(--fp-brand);
  background: var(--fp-brand-dim);
  color: var(--fp-text);
  box-shadow: none;
}

/* Social proof chips */
.fp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.fp-proof-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 10px 18px;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  min-width: 72px;
}

.fp-proof-chip strong {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--fp-text);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.fp-proof-chip span {
  font-size: .68rem;
  color: var(--fp-text-muted);
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fp-proof-chip--rating {
  gap: 3px;
  padding: 8px 16px;
}

.fp-proof-stars {
  font-size: .85rem;
  color: var(--fp-brand);
  letter-spacing: .06em;
  line-height: 1;
}

/* Legacy: keep fp-hero-stats hidden if still in markup */
.fp-hero-stats { display: none; }
.fp-stat, .fp-stat-divider { display: none; }

/* ---- HERO VISUAL — THREE PHONE CLUSTER ---- */
.fp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 60px;
}

/* Cluster container — phones are absolutely positioned within */
.fp-phones-cluster {
  position: relative;
  width: 560px;
  height: 640px;
  flex-shrink: 0;
}

/* ---- Base phone ---- */
.fp-phone {
  position: absolute;
  border-radius: 40px;
  background: #2c2c2e;
  border: 1.5px solid rgba(255,255,255,.12);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.45),
    0 30px 70px rgba(0,0,0,.5);
  transition: transform .4s var(--fp-ease);
}
html:not([data-theme="dark"]) .fp-phone {
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,.35), 0 30px 70px rgba(0,0,0,.2);
}

.fp-phone-frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  gap: 0;
}

/* Dynamic island — hidden when screenshots include their own notch */
.fp-phone-island { display: none; }

/* Screen area — fills the full phone frame */
.fp-phone-screen {
  flex: 1;
  border-radius: 32px;
  overflow: hidden;
  background: #0f0f1a;
  position: relative;
}
.fp-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Center phone — featured, upright ---- */
.fp-phone--center {
  width: 270px;
  height: 585px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 44px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.6),
    0 40px 90px rgba(0,0,0,.65),
    0 0 0 8px rgba(245,158,11,.08);
}
.fp-hero-visual:hover .fp-phone--center { transform: translateX(-50%) translateY(-6px); }

/* ---- Left phone — angled back ---- */
.fp-phone--left {
  width: 228px;
  height: 494px;
  left: 0;
  top: 75px;
  z-index: 2;
  transform: rotate(-10deg);
  transform-origin: bottom center;
  border-radius: 36px;
}
.fp-hero-visual:hover .fp-phone--left { transform: rotate(-12deg) translateY(-4px); }

/* ---- Right phone — angled back ---- */
.fp-phone--right {
  width: 228px;
  height: 494px;
  right: 0;
  top: 75px;
  z-index: 2;
  transform: rotate(10deg);
  transform-origin: bottom center;
  border-radius: 36px;
}
.fp-hero-visual:hover .fp-phone--right { transform: rotate(12deg) translateY(-4px); }

/* ---- Fallback UI inside phone when no screenshot ---- */
.fp-phone-screen-ui {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 8px;
  gap: 8px;
}
.fp-psu-bar {
  height: 6px;
  border-radius: 3px;
  background: rgba(245,158,11,.35);
  width: 55%;
}
.fp-psu-map {
  flex: 1;
  border-radius: 10px;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 14px 14px;
  background-color: rgba(245,158,11,.06);
}
.fp-psu-stamp {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  background: rgba(0,0,0,.4);
  border-radius: 8px;
  border: 1px solid rgba(245,158,11,.2);
}

/* ---- Floating badges ---- */
.fp-phone-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border-strong);
  border-radius: var(--fp-r-full);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--fp-shadow-lg);
  z-index: 5;
  white-space: nowrap;
  animation: badge-float 4s ease-in-out infinite;
}
.fp-phone-badge-stars {
  color: #facc15;
  font-size: .8rem;
  letter-spacing: 1px;
}
.fp-phone-badge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.15;
}
.fp-phone-badge-text strong {
  font-size: .75rem;
  font-weight: 700;
  color: var(--fp-text);
}
.fp-phone-badge-text span {
  font-size: .62rem;
  color: var(--fp-text-muted);
}

.fp-phone-badge--rating {
  top: 30px;
  left: -24px;
  animation-delay: -1s;
}
.fp-phone-badge--gps {
  bottom: 70px;
  right: -24px;
  animation-delay: -2.8s;
}
.fp-gps-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--fp-green);
  box-shadow: 0 0 6px rgba(34,197,94,.6);
  flex-shrink: 0;
}

/* ---- Ambient glow beneath cluster ---- */
.fp-phones-glow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 130px;
  background: radial-gradient(ellipse at center, rgba(245,158,11,.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================
   7. TRUST BAR
   ========================================================== */
.fp-trust-bar {
  position: relative;
  padding: 2.5rem 0;
  background: linear-gradient(135deg, #130f2a 0%, #0f0c20 50%, #13102a 100%);
  border-top: 1px solid rgba(245,158,11,.2);
  border-bottom: 1px solid rgba(245,158,11,.2);
  box-shadow: 0 0 0 1px rgba(245,158,11,.06), inset 0 0 80px rgba(0,0,0,.3);
  overflow: hidden;
}

/* Orb glows — same as CTA card */
.fp-trust-bar::before,
.fp-trust-bar::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.fp-trust-bar::before {
  width: 400px; height: 400px;
  top: -180px; left: -100px;
  background: radial-gradient(circle, rgba(245,158,11,.12) 0%, transparent 70%);
}
.fp-trust-bar::after {
  width: 320px; height: 320px;
  bottom: -180px; right: -60px;
  background: radial-gradient(circle, rgba(251,191,36,.1) 0%, transparent 70%);
}

.fp-trust-label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,158,11,.9);
  margin-bottom: 1.5rem;
}

.fp-marquee-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

.fp-marquee {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
  gap: 0;
}

.fp-marquee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 2.5rem;
  color: rgba(255,255,255,.75);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.08);
}
.fp-marquee-item svg { flex-shrink: 0; color: var(--fp-brand); opacity: .9; }

/* ==========================================================
   8. SECTIONS — SHARED
   ========================================================== */
.fp-section {
  padding: 7rem 0;
}

.fp-section-dark {
  background: var(--fp-bg-alt);
  border-top: 1px solid var(--fp-border);
  border-bottom: 1px solid var(--fp-border);
}

.fp-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.fp-section-head h2 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--fp-text);
  margin-bottom: .9rem;
}

.fp-section-head p {
  font-size: 1.0625rem;
  color: var(--fp-text-soft);
  line-height: 1.7;
}

.fp-section-head-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

/* ==========================================================
   9. FEATURES BENTO
   ========================================================== */
.fp-features-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* Standard card */
.fp-feature-card {
  padding: 1.75rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  display: flex;
  flex-direction: column;
  transition: border-color .25s, box-shadow .25s, transform .25s var(--fp-ease);
  position: relative;
  overflow: hidden;
}

.fp-feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--fp-r-lg);
  background: radial-gradient(ellipse 80% 60% at 0% 0%, rgba(245,158,11,.04), transparent 60%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.fp-feature-card:hover {
  border-color: rgba(245,158,11,.28);
  box-shadow: 0 16px 48px rgba(0,0,0,.4), 0 0 0 1px rgba(245,158,11,.07);
  transform: translateY(-3px);
}
.fp-feature-card:hover::after { opacity: 1; }

/* Wide card — spans 2 columns, horizontal layout */
.fp-feature-card--wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}

/* First wide card: top-left → top-right */
.fp-feature-card--wide:first-child { grid-column: 1 / 3; }

/* Last wide card: bottom-right */
.fp-feature-card--wide:last-child  { grid-column: 3 / 5; }

.fp-feature-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--fp-brand-dim);
  border: 1px solid rgba(245,158,11,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-brand);
  flex-shrink: 0;
  transition: background .25s, box-shadow .25s;
}

.fp-feature-card--wide .fp-feature-icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  margin-top: .1rem;
}

.fp-feature-card:hover .fp-feature-icon {
  background: rgba(245,158,11,.18);
  box-shadow: 0 4px 16px rgba(245,158,11,.22);
}

/* Text wrapper — used in both standard + wide cards */
.fp-feature-text { display: flex; flex-direction: column; }

/* For standard cards, icon sits above text with margin */
.fp-feature-card:not(.fp-feature-card--wide) .fp-feature-icon {
  margin-bottom: 1.1rem;
}

.fp-feature-card h3,
.fp-feature-text h3 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fp-text);
  margin-bottom: .45rem;
}

.fp-feature-card--wide .fp-feature-text h3 {
  font-size: 1.125rem;
}

.fp-feature-card p,
.fp-feature-text p {
  font-size: .9rem;
  color: var(--fp-text-soft);
  line-height: 1.65;
}

/* ==========================================================
   10. APP PREVIEW — SPLIT SHOWCASE
   ========================================================== */
.fp-pv-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

/* Left: phone stage */
.fp-pv-stage {
  display: flex;
  justify-content: center;
  position: relative;
}

.fp-pv-phone {
  position: relative;
  width: 270px;
  height: 554px;
  border-radius: 48px;
  background: linear-gradient(160deg, #1e1a3e 0%, #12102a 60%, #16122e 100%);
  border: 1.5px solid rgba(255,255,255,.11);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.9),
    0 60px 130px rgba(0,0,0,.75),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.fp-pv-phone-island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 28px;
  background: #000;
  border-radius: 18px;
  z-index: 10;
}

.fp-pv-phone-screen {
  position: absolute;
  inset: 0;
  border-radius: 48px;
  overflow: hidden;
  background: #09090f;
}

/* Slides */
.fp-pv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s var(--fp-ease);
  z-index: 0;
}
.fp-pv-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.fp-pv-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.fp-pv-slide-fallback {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  background: var(--fp-surface-2);
  color: var(--fp-text-muted);
  font-size: .85rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
}

/* Glow behind phone */
.fp-pv-stage-glow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px; height: 130px;
  background: radial-gradient(ellipse at center, rgba(245,158,11,.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* Right: tab list */
.fp-pv-tabs {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.fp-pv-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  cursor: pointer;
  text-align: left;
  transition: background .22s, border-color .22s, transform .22s var(--fp-ease);
  overflow: hidden;
}

.fp-pv-tab:hover {
  background: var(--fp-surface);
  border-color: var(--fp-border-strong);
}

.fp-pv-tab.is-active {
  background: var(--fp-brand-dim);
  border-color: rgba(245,158,11,.3);
  transform: translateX(4px);
}

/* Orange left bar */
.fp-pv-tab-bar {
  position: absolute;
  left: 0;
  top: 18%; bottom: 18%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--fp-brand);
  opacity: 0;
  transition: opacity .22s;
}
.fp-pv-tab.is-active .fp-pv-tab-bar { opacity: 1; }

.fp-pv-tab-num {
  font-family: 'Urbanist', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--fp-text-muted);
  flex-shrink: 0;
  width: 20px;
  text-align: right;
}
.fp-pv-tab.is-active .fp-pv-tab-num { color: var(--fp-brand); }

.fp-pv-tab-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fp-pv-tab-body strong {
  font-size: .9375rem;
  font-weight: 700;
  color: var(--fp-text);
  letter-spacing: -0.015em;
  display: block;
}
.fp-pv-tab-body span {
  font-size: .8rem;
  color: var(--fp-text-muted);
  display: block;
}
.fp-pv-tab.is-active .fp-pv-tab-body strong { color: var(--fp-text); }

/* ==========================================================
   11. HOW IT WORKS
   ========================================================== */
.fp-steps-wrap {
  position: relative;
  margin-top: 1rem;
}

.fp-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
}

.fp-step {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  padding: 2rem 1.75rem;
  text-align: center;
  position: relative;
  transition: border-color .25s, box-shadow .25s, transform .25s var(--fp-ease);
}

.fp-step:hover {
  border-color: rgba(245,158,11,.3);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
  transform: translateY(-3px);
}

.fp-step-number {
  font-family: 'Urbanist', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--fp-border-strong);
  line-height: 1;
  margin-bottom: .5rem;
  letter-spacing: -0.04em;
}

.fp-step:hover .fp-step-number {
  color: rgba(245,158,11,.2);
}

.fp-step-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: var(--fp-brand-dim);
  border: 1px solid rgba(245,158,11,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-brand);
  margin: 0 auto 1.1rem;
  transition: background .25s, box-shadow .25s;
}
.fp-step:hover .fp-step-icon {
  background: rgba(245,158,11,.18);
  box-shadow: 0 4px 20px rgba(245,158,11,.22);
}

.fp-step h3 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: 1.075rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fp-text);
  margin-bottom: .5rem;
}

.fp-step p {
  font-size: .88rem;
  color: var(--fp-text-soft);
  line-height: 1.65;
}

.fp-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 3.5rem;
  font-size: 1.25rem;
  color: var(--fp-text-muted);
  flex-shrink: 0;
  opacity: .5;
}

/* ==========================================================
   12. USE CASES
   ========================================================== */
.fp-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.fp-usecase-card {
  padding: 1.75rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  transition: border-color .25s, box-shadow .25s, transform .25s var(--fp-ease);
  display: flex;
  flex-direction: column;
}

.fp-usecase-card:hover {
  border-color: rgba(245,158,11,.28);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
  transform: translateY(-3px);
}

.fp-usecase-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--fp-brand-dim);
  border: 1px solid rgba(245,158,11,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-brand);
  margin-bottom: 1.1rem;
  flex-shrink: 0;
  transition: background .25s;
}
.fp-usecase-card:hover .fp-usecase-icon { background: rgba(245,158,11,.18); }

.fp-usecase-card h3 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fp-text);
  margin-bottom: .45rem;
}

.fp-usecase-card p {
  font-size: .88rem;
  color: var(--fp-text-soft);
  line-height: 1.65;
}

/* ==========================================================
   13. TESTIMONIALS
   ========================================================== */
.fp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.fp-testimonials-grid .fp-testimonial-card:nth-child(2) { margin-top: 1.5rem; }
.fp-testimonials-grid .fp-testimonial-card:nth-child(4) { margin-top: -1.5rem; }

.fp-testimonial-card {
  padding: 1.75rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color .25s, box-shadow .25s;
}
.fp-testimonial-card:hover {
  border-color: var(--fp-border-strong);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}

.fp-testimonial-stars {
  color: var(--fp-brand);
  font-size: .95rem;
  letter-spacing: .05em;
}

.fp-testimonial-quote {
  font-size: .9375rem;
  color: var(--fp-text-soft);
  line-height: 1.7;
  font-style: normal;
  position: relative;
}

.fp-testimonial-quote::before {
  content: '"';
  display: block;
  font-family: 'Urbanist', sans-serif;
  font-size: 3rem;
  line-height: .7;
  color: var(--fp-brand);
  opacity: .4;
  margin-bottom: .5rem;
  font-weight: 800;
}

.fp-testimonial-author {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding-top: 1rem;
  border-top: 1px solid var(--fp-border);
  margin-top: auto;
}

.fp-testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fp-brand-dark) 0%, var(--fp-brand-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(245,158,11,.3);
}

.fp-testimonial-author > div { display: flex; flex-direction: column; gap: 2px; }
.fp-testimonial-author strong { font-size: .9rem; font-weight: 700; color: var(--fp-text); }
.fp-testimonial-author span { font-size: .78rem; color: var(--fp-text-muted); }

.fp-testimonials-rating-badge {
  text-align: center;
  margin-top: 2.5rem;
  font-size: .9rem;
  color: var(--fp-text-muted);
}
.fp-testimonials-rating-badge strong { color: var(--fp-text-soft); }

/* ==========================================================
   14. COMPARISON
   ========================================================== */
.fp-comparison-wrap {
  max-width: 680px;
  margin: 0 auto;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-xl);
  overflow: hidden;
}

.fp-comparison-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fp-comparison-item {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.1rem 1.5rem;
  font-size: .9375rem;
  color: var(--fp-text-soft);
  border-bottom: 1px solid var(--fp-border);
  border-right: 1px solid var(--fp-border);
  transition: background .18s, color .18s;
  font-weight: 500;
}

.fp-comparison-item:nth-child(even) { border-right: none; }
.fp-comparison-item:nth-last-child(-n+2) { border-bottom: none; }

.fp-comparison-item:hover {
  background: rgba(245,158,11,.18);
  color: var(--fp-text);
  border-color: rgba(245,158,11,.2);
}

.fp-comparison-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-brand-light);
  flex-shrink: 0;
}

/* ==========================================================
   15. CTA SECTION
   ========================================================== */
.fp-cta-section { padding: 5rem 0; }

.fp-cta-card {
  position: relative;
  background: linear-gradient(135deg, #130f2a 0%, #0f0c20 50%, #13102a 100%);
  border: 1px solid rgba(245,158,11,.2);
  border-radius: var(--fp-r-xl);
  padding: 4rem 3rem;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(245,158,11,.06), 0 40px 100px rgba(0,0,0,.5);
}

.fp-cta-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.fp-cta-orb-1 {
  width: 350px; height: 350px;
  top: -120px; left: -80px;
  background: radial-gradient(circle, rgba(245,158,11,.12) 0%, transparent 70%);
}
.fp-cta-orb-2 {
  width: 280px; height: 280px;
  bottom: -100px; right: -60px;
  background: radial-gradient(circle, rgba(251,191,36,.1) 0%, transparent 70%);
}

.fp-cta-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fp-cta-body h2 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: .85rem;
  line-height: 1.1;
}
.fp-cta-body > p {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 2rem;
  line-height: 1.65;
  max-width: 460px;
}

.fp-cta-body .fp-store-btns {
  justify-content: center;
}

.fp-compat-note {
  margin-top: 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.38) !important;
  line-height: 1.5;
}

/* ==========================================================
   16. FAQ
   ========================================================== */
.fp-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.fp-faq-item {
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  background: var(--fp-surface);
  overflow: hidden;
  transition: border-color .25s;
}

.fp-faq-item.is-open {
  border-color: rgba(245,158,11,.25);
}

.fp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--fp-text);
  text-align: left;
  cursor: pointer;
  transition: color .18s;
  background: transparent;
  border: none;
}
.fp-faq-q:hover { color: var(--fp-brand); }
.fp-faq-item.is-open .fp-faq-q { color: var(--fp-brand-light); }

.fp-faq-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--fp-text-soft);
  transition: background .2s, border-color .2s, color .2s;
}
.fp-faq-item.is-open .fp-faq-icon {
  background: var(--fp-brand-dim);
  border-color: rgba(245,158,11,.25);
  color: var(--fp-brand);
}

.fp-faq-plus { display: block; }
.fp-faq-minus { display: none; }
.fp-faq-item.is-open .fp-faq-plus { display: none; }
.fp-faq-item.is-open .fp-faq-minus { display: block; }

.fp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--fp-ease);
}
.fp-faq-item.is-open .fp-faq-a { max-height: 300px; }

.fp-faq-a-inner { padding: 0 1.5rem 1.35rem; }
.fp-faq-a-content p {
  font-size: .9375rem;
  color: var(--fp-text-soft);
  line-height: 1.7;
}

/* ==========================================================
   17. BLOG PAGE & ARCHIVE
   ========================================================== */

/* Page wrapper */
.fp-blog-page {
  min-height: 100vh;
  padding-top: var(--fp-header-h);
  background: var(--fp-bg);
}

/* ---- Hero header ---- */
.fp-blog-hero {
  position: relative;
  padding: 5rem 0 4rem;
  text-align: center;
  border-bottom: 1px solid var(--fp-border);
  overflow: hidden;
}
.fp-blog-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 50% -10%, rgba(245,158,11,.12) 0%, transparent 70%);
  pointer-events: none;
}
.fp-blog-hero-inner { position: relative; z-index: 1; }
.fp-blog-hero .fp-eyebrow { margin-bottom: .75rem; }
.fp-blog-hero-title {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
  color: var(--fp-text);
  margin-bottom: 1rem;
}
.fp-blog-hero-desc {
  font-size: 1.05rem;
  color: var(--fp-text-soft);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- Blog content area ---- */
.fp-blog-wrap {
  padding: 4rem 0 7rem;
}

/* ---- Featured post card ---- */
.fp-post-card--featured {
  display: grid;
  grid-template-columns: 55% 1fr;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-xl);
  overflow: hidden;
  margin-bottom: 3.5rem;
  transition: border-color .25s var(--fp-ease), box-shadow .25s var(--fp-ease), transform .25s var(--fp-ease);
}
.fp-post-card--featured:hover {
  border-color: var(--fp-border-strong);
  box-shadow: var(--fp-shadow-lg);
  transform: translateY(-3px);
}

.fp-post-card--featured .fp-post-thumb {
  display: block;
  overflow: hidden;
  background: var(--fp-surface-2);
  min-height: 380px;
  height: 100%;
}
.fp-post-card--featured .fp-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--fp-ease);
  display: block;
}
.fp-post-card--featured:hover .fp-post-thumb img { transform: scale(1.04); }

.fp-post-card--featured .fp-post-body {
  padding: 2.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

/* ---- Posts grid ---- */
.fp-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

/* ---- Regular post card ---- */
.fp-post-card {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .25s var(--fp-ease), box-shadow .25s var(--fp-ease), transform .25s var(--fp-ease);
}
.fp-post-card:hover {
  border-color: var(--fp-border-strong);
  box-shadow: var(--fp-shadow-lg);
  transform: translateY(-4px);
}

.fp-post-card .fp-post-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--fp-surface-2);
}
.fp-post-card .fp-post-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s var(--fp-ease);
  display: block;
}
.fp-post-card:hover .fp-post-thumb img { transform: scale(1.05); }

.fp-post-card .fp-post-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ---- Shared: thumb placeholder ---- */
.fp-post-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fp-surface-2);
  color: var(--fp-text-muted);
}

/* ---- Shared: post body elements ---- */
.fp-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem .6rem;
  font-size: .78rem;
  color: var(--fp-text-muted);
  margin-bottom: .75rem;
}
.fp-post-meta-dot { opacity: .4; }
.fp-post-cat {
  display: inline-block;
  padding: 2px 10px;
  background: var(--fp-brand-dim);
  color: var(--fp-brand-light);
  border-radius: var(--fp-r-full);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s;
}
.fp-post-cat:hover { background: rgba(245,158,11,.18); }

.fp-post-title {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.25;
  color: var(--fp-text);
  margin-bottom: .75rem;
}
.fp-post-card--featured .fp-post-title { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.fp-post-card .fp-post-title          { font-size: 1.05rem; }
.fp-post-title a { color: inherit; text-decoration: none; transition: color .15s; }
.fp-post-title a:hover { color: var(--fp-brand); }

.fp-post-excerpt {
  font-size: .9rem;
  color: var(--fp-text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}
.fp-post-card--featured .fp-post-excerpt { font-size: .975rem; }

.fp-post-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--fp-brand);
  text-decoration: none;
  margin-top: auto;
  transition: gap .2s var(--fp-ease), color .15s;
}
.fp-post-readmore:hover { gap: 9px; color: var(--fp-brand-light); }
.fp-post-readmore svg { flex-shrink: 0; }

/* ---- Empty state ---- */
.fp-empty-state {
  padding: 6rem 0;
  text-align: center;
  color: var(--fp-text-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.fp-empty-state svg { opacity: .35; }
.fp-empty-state h2 { font-size: 1.5rem; color: var(--fp-text); font-weight: 700; }
.fp-empty-state p  { font-size: .95rem; }

/* ---- Pagination ---- */
.fp-pagination-wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.fp-pagination-wrap .nav-links {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.fp-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: var(--fp-r-full);
  border: 1px solid var(--fp-border);
  background: var(--fp-surface);
  color: var(--fp-text-soft);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .18s var(--fp-ease);
}
.fp-pagination-wrap .page-numbers:hover {
  border-color: var(--fp-brand);
  color: var(--fp-brand);
  background: var(--fp-brand-dim);
}
.fp-pagination-wrap .page-numbers.current {
  background: var(--fp-brand);
  border-color: var(--fp-brand);
  color: #fff;
  font-weight: 700;
}
.fp-pagination-wrap .page-numbers.dots {
  border-color: transparent;
  background: transparent;
}

/* ---- Landing page blog preview cards (homepage section) ---- */
.fp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fp-blog-card {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s var(--fp-ease);
  display: flex;
  flex-direction: column;
}
.fp-blog-card:hover {
  border-color: var(--fp-border-strong);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
  transform: translateY(-3px);
}
.fp-blog-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--fp-surface-2);
}
.fp-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--fp-ease); }
.fp-blog-card:hover .fp-blog-thumb img { transform: scale(1.04); }
.fp-blog-thumb-placeholder { display: flex; align-items: center; justify-content: center; background: var(--fp-surface-2); color: var(--fp-text-muted); }
.fp-blog-body { padding: 1.35rem 1.5rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.fp-blog-meta { display: flex; align-items: center; gap: .5rem; font-size: .78rem; color: var(--fp-text-muted); margin-bottom: .6rem; }
.fp-blog-title { font-family: 'Urbanist', 'Inter', sans-serif; font-size: 1.0625rem; font-weight: 700; letter-spacing: -0.02em; color: var(--fp-text); margin-bottom: .5rem; line-height: 1.35; }
.fp-blog-title a { color: inherit; text-decoration: none; }
.fp-blog-title a:hover { color: var(--fp-brand); }
.fp-blog-excerpt { font-size: .875rem; color: var(--fp-text-muted); line-height: 1.65; margin-top: auto; }

/* ==========================================================
   18. PRIVACY STRIP
   ========================================================== */
.fp-privacy-strip {
  padding: 3rem 0;
  background: var(--fp-bg-alt);
  border-top: 1px solid var(--fp-border);
}

.fp-privacy-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  padding: 1.75rem 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.fp-privacy-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-green);
  flex-shrink: 0;
}

.fp-privacy-card h3 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fp-text);
  margin-bottom: .35rem;
  letter-spacing: -0.02em;
}

.fp-privacy-card p {
  font-size: .875rem;
  color: var(--fp-text-soft);
  line-height: 1.65;
  margin-bottom: .6rem;
}

.fp-privacy-card a {
  font-size: .84rem;
  color: var(--fp-green);
  font-weight: 600;
  transition: opacity .18s;
}
.fp-privacy-card a:hover { opacity: .75; }

/* ==========================================================
   19. FINAL CTA
   ========================================================== */
.fp-final-cta-section {
  position: relative;
  padding: 8rem 0;
  background: var(--fp-bg);
  overflow: hidden;
  text-align: center;
}

.fp-final-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(245,158,11,.14) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(251,191,36,.07) 0%, transparent 65%);
}

.fp-final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.fp-final-cta-heading {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--fp-text);
  margin-bottom: 1rem;
  line-height: 1.08;
}

.fp-final-cta-desc {
  font-size: 1.075rem;
  color: var(--fp-text-soft);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

/* ==========================================================
   19b. CONTACT PAGE
   ========================================================== */

/* Hero */
.fp-contact-hero {
  padding: calc(var(--fp-header-h) + 4rem) 0 3rem;
  text-align: center;
  background: var(--fp-bg);
  border-bottom: 1px solid var(--fp-border);
}
.fp-contact-hero .fp-eyebrow { margin-bottom: .75rem; }
.fp-contact-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--fp-text);
}
.fp-contact-hero p {
  font-size: 1.0625rem;
  color: var(--fp-text-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Body */
.fp-contact-body { padding: 5rem 0 6rem; background: var(--fp-bg); }

/* Two-column grid */
.fp-contact-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Info cards */
.fp-contact-info { display: flex; flex-direction: column; gap: 1rem; }

.fp-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 1.25rem 1.35rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
}
.fp-contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(245,158,11,.1);
  color: var(--fp-brand);
  flex-shrink: 0;
}
.fp-contact-card h4 {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  margin-bottom: .2rem;
}
.fp-contact-card p {
  font-size: .9rem;
  color: var(--fp-text-soft);
  line-height: 1.5;
}

/* App download card */
.fp-contact-card--app {
  flex-direction: column;
  gap: .85rem;
  background: linear-gradient(135deg, #130f2a 0%, #0f0c20 100%);
  border-color: rgba(245,158,11,.2);
}
.fp-contact-app-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5) !important;
}
.fp-contact-app-btns { display: flex; gap: .65rem; flex-wrap: wrap; }
.fp-contact-store-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--fp-r-full);
  font-size: .82rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  transition: background .18s;
}
.fp-contact-store-link:hover { background: rgba(255,255,255,.18); }

/* Form wrapper */
.fp-contact-form-wrap {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-xl);
  padding: 2.5rem;
}
.fp-contact-form-wrap h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--fp-text);
  margin-bottom: .35rem;
}
.fp-contact-form-sub {
  font-size: .9rem;
  color: var(--fp-text-muted);
  margin-bottom: 1.75rem;
}

/* CF7 field layout */
.fp-cf7-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.wpcf7 .wpcf7-form label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  margin-bottom: 1.25rem;
}
.wpcf7 .wpcf7-form label abbr { text-decoration: none; color: var(--fp-brand); margin-left: 2px; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  display: block;
  width: 100%;
  margin-top: .4rem;
  padding: 11px 14px;
  background: var(--fp-bg);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  font-family: inherit;
  font-size: .9rem;
  color: var(--fp-text);
  outline: none;
  transition: border-color .18s, box-shadow .18s;
  box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--fp-brand);
  box-shadow: 0 0 0 3px rgba(245,158,11,.12);
}
.wpcf7 textarea { min-height: 130px; resize: vertical; }

.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
  padding: 13px 32px;
  background: var(--fp-brand);
  color: #fff;
  border: none;
  border-radius: var(--fp-r-full);
  font-family: inherit;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.wpcf7 input[type="submit"]:hover { background: var(--fp-brand-light); transform: translateY(-1px); }

.wpcf7-response-output {
  margin-top: 1rem !important;
  padding: .85rem 1rem !important;
  border-radius: var(--fp-r-md) !important;
  font-size: .875rem !important;
  border: 1px solid var(--fp-border) !important;
}
.wpcf7-mail-sent-ok { border-color: #22c55e !important; background: rgba(34,197,94,.08) !important; color: #16a34a !important; }
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng { border-color: rgba(245,158,11,.4) !important; background: rgba(245,158,11,.06) !important; color: var(--fp-brand) !important; }

/* Responsive */
@media (max-width: 900px) {
  .fp-contact-grid { grid-template-columns: 1fr; }
  .fp-contact-info { flex-direction: row; flex-wrap: wrap; }
  .fp-contact-card { flex: 1 1 calc(50% - .5rem); }
}
@media (max-width: 600px) {
  .fp-cf7-row { grid-template-columns: 1fr; }
  .fp-contact-card { flex: 1 1 100%; }
  .fp-contact-form-wrap { padding: 1.5rem; }
}

/* ==========================================================
   19b. LEGAL PAGES (Privacy Policy / Terms)
   ========================================================== */

/* Hero */
.fp-legal-hero {
  position: relative;
  padding: calc(var(--fp-header-h) + 4rem) 0 3.5rem;
  overflow: hidden;
  background: var(--fp-bg);
  border-bottom: 1px solid var(--fp-border);
}
.fp-legal-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(245,158,11,.08) 0%, transparent 70%);
  pointer-events: none;
}
.fp-legal-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.fp-legal-hero .fp-breadcrumb {
  justify-content: center;
  margin-bottom: 1.25rem;
}
.fp-legal-hero .fp-eyebrow { margin-bottom: .75rem; }
.fp-legal-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: .875rem;
  color: var(--fp-text);
}
.fp-legal-hero p {
  font-size: .9375rem;
  color: var(--fp-text-muted);
}

/* Body layout */
.fp-legal-body {
  padding: 4rem 0 6rem;
  background: var(--fp-bg);
}
.fp-legal-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3.5rem;
  align-items: start;
}

/* Sidebar TOC */
.fp-legal-toc {
  position: sticky;
  top: calc(var(--fp-header-h) + 1.5rem);
}
.fp-legal-toc-inner {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: 16px;
  padding: 1.25rem;
}
.fp-legal-toc-title {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  margin-bottom: .75rem;
}
.fp-legal-toc nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fp-legal-toc-link {
  display: block;
  padding: .45rem .65rem;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--fp-text-soft);
  border-radius: 8px;
  text-decoration: none;
  transition: color .15s, background .15s;
  line-height: 1.35;
}
.fp-legal-toc-link:hover,
.fp-legal-toc-link.is-active {
  color: var(--fp-brand);
  background: var(--fp-brand-dim);
}
.fp-legal-toc-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--fp-border);
}
.fp-legal-toc-alt {
  font-size: .8125rem;
  font-weight: 500;
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .15s;
}
.fp-legal-toc-alt:hover { color: var(--fp-brand); }

/* Article */
.fp-legal-content {
  min-width: 0;
}
.fp-legal-content section {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--fp-border);
}
.fp-legal-content section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fp-legal-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--fp-text);
  margin-bottom: 1rem;
}
.fp-legal-content p {
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--fp-text-soft);
  margin-bottom: .875rem;
}
.fp-legal-content p:last-child { margin-bottom: 0; }
.fp-legal-content ul {
  margin: .75rem 0 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.fp-legal-content ul li {
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--fp-text-soft);
  list-style: disc;
}
.fp-legal-content a {
  color: var(--fp-brand);
  text-decoration: none;
  font-weight: 500;
}
.fp-legal-content a:hover { text-decoration: underline; }
.fp-legal-content strong { color: var(--fp-text); font-weight: 600; }

/* Info cards grid */
.fp-legal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}
.fp-legal-card {
  display: flex;
  gap: .875rem;
  align-items: flex-start;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: 12px;
  padding: 1rem 1.125rem;
}
.fp-legal-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--fp-brand-dim);
  color: var(--fp-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-legal-card strong {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  color: var(--fp-text);
  margin-bottom: .3rem;
}
.fp-legal-card p {
  font-size: .8125rem;
  color: var(--fp-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* Highlight box */
.fp-legal-highlight {
  display: flex;
  gap: .875rem;
  align-items: flex-start;
  background: var(--fp-brand-dim);
  border: 1px solid rgba(245,158,11,.25);
  border-left: 3px solid var(--fp-brand);
  border-radius: 10px;
  padding: 1rem 1.125rem;
  margin: 1.25rem 0 0;
  color: var(--fp-brand);
}
.fp-legal-highlight p {
  margin: 0;
  font-size: .9rem;
  color: var(--fp-text-soft);
  line-height: 1.65;
}

/* Contact box */
.fp-legal-contact-box {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .875rem;
}
.fp-legal-contact-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .9375rem;
  color: var(--fp-text-soft);
}
.fp-legal-contact-row svg { color: var(--fp-brand); flex-shrink: 0; }

/* Responsive */
@media (max-width: 900px) {
  .fp-legal-layout {
    grid-template-columns: 1fr;
  }
  .fp-legal-toc {
    position: static;
    display: none; /* hide TOC on mobile to keep it clean */
  }
}
@media (max-width: 600px) {
  .fp-legal-cards {
    grid-template-columns: 1fr;
  }
  .fp-legal-body { padding: 2.5rem 0 4rem; }
  .fp-legal-hero { padding: calc(var(--fp-header-h) + 2.5rem) 0 2rem; }
}

/* ==========================================================
   20. FOOTER
   ========================================================== */
.fp-footer {
  /* Always dark — override theme tokens */
  --fp-bg:           #0c0a09;
  --fp-bg-alt:       #1c1917;
  --fp-text:         #fafaf9;
  --fp-text-soft:    #e7e5e4;
  --fp-text-muted:   #a8a29e;
  --fp-border:       rgba(255,255,255,.08);
  --fp-border-strong: rgba(245,158,11,.35);
  background: var(--fp-bg-alt);
  border-top: 1px solid var(--fp-border);
  padding: 4.5rem 0 0;
}

.fp-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--fp-border);
}

.fp-footer-brand {}

.fp-footer-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 1rem;
}

.fp-footer-logo svg {
  width: 22px; height: 22px;
  color: var(--fp-brand);
}

.fp-footer-logo span {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--fp-text);
  letter-spacing: -0.025em;
}

.fp-footer-brand p {
  font-size: .875rem;
  color: var(--fp-text-muted);
  line-height: 1.65;
  max-width: 240px;
}

.fp-footer-by {
  font-size: .78rem !important;
  color: var(--fp-text-muted) !important;
  margin-top: .65rem !important;
  opacity: .7;
}

.fp-footer-grid > div:not(.fp-footer-brand) h4 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  margin-bottom: 1.1rem;
}

.fp-footer-grid > div:not(.fp-footer-brand) ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.fp-footer-grid > div:not(.fp-footer-brand) a {
  font-size: .875rem;
  color: var(--fp-text-soft);
  transition: color .18s;
  text-decoration: none;
}
.fp-footer-grid > div:not(.fp-footer-brand) a:hover { color: var(--fp-brand); }

.fp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.fp-footer-bottom p {
  font-size: .78rem;
  color: var(--fp-text-muted);
}

/* ==========================================================
   21. INNER PAGES — BLOG LIST & SINGLE
   ========================================================== */

/* ---- Blog list: featured + sidebar columns ---- */
.fp-blog-wrap { padding: 4rem 0 7rem; }

.fp-blog-columns {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}
.fp-blog-main { min-width: 0; }

/* 3-col grid — full width on list pages, 2-col inside single sidebar */
.fp-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 3rem;
}

/* Inside single post layout, posts grid (if ever used) stays 2-col */
.fp-single-layout .fp-posts-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* ---- Single post layout ---- */
.fp-single-page .fp-blog-hero { padding: 4rem 0 3rem; }

.fp-post-hero {
  position: relative;
  padding: 4.5rem 0 3rem;
  border-bottom: 1px solid var(--fp-border);
}
.fp-post-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 120% at 50% -20%, rgba(245,158,11,.1) 0%, transparent 65%);
  pointer-events: none;
}
.fp-post-hero-inner { position: relative; z-index: 1; }

.fp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: var(--fp-text-muted);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.fp-breadcrumb a {
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .15s;
}
.fp-breadcrumb a:hover { color: var(--fp-brand); }
.fp-breadcrumb svg { opacity: .4; flex-shrink: 0; }

.fp-post-hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem .7rem;
  font-size: .82rem;
  color: var(--fp-text-muted);
  margin-bottom: 1.1rem;
}

.fp-post-hero-title {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.15;
  color: var(--fp-text);
}

.fp-post-hero-image {
  padding: 2rem 0;
  border-bottom: 1px solid var(--fp-border);
}
.fp-post-hero-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--fp-r-xl);
  display: block;
}

/* Content + sidebar grid */
.fp-single-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3.5rem;
  align-items: start;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
.fp-single-content { min-width: 0; }

/* ---- Post entry typography ---- */
.fp-post-entry {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--fp-text-soft);
}
.fp-post-entry > * + * { margin-top: 1.5em; }
.fp-post-entry h2,
.fp-post-entry h3,
.fp-post-entry h4 {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--fp-text);
  margin-top: 2.25em;
  margin-bottom: .6em;
  line-height: 1.25;
}
.fp-post-entry h2 { font-size: 1.65rem; }
.fp-post-entry h3 { font-size: 1.3rem; }
.fp-post-entry h4 { font-size: 1.1rem; }
.fp-post-entry a { color: var(--fp-brand); text-decoration: underline; text-underline-offset: 3px; }
.fp-post-entry a:hover { color: var(--fp-brand-light); }
.fp-post-entry strong { font-weight: 700; color: var(--fp-text); }
.fp-post-entry em { font-style: italic; }
.fp-post-entry ul,
.fp-post-entry ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.fp-post-entry ul { list-style: disc; }
.fp-post-entry ol { list-style: decimal; }
.fp-post-entry blockquote {
  border-left: 3px solid var(--fp-brand);
  padding: 1rem 1.5rem;
  background: var(--fp-brand-dim);
  border-radius: 0 var(--fp-r-sm) var(--fp-r-sm) 0;
  color: var(--fp-text);
  font-style: italic;
}
.fp-post-entry pre {
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-sm);
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  font-size: .875rem;
  line-height: 1.6;
}
.fp-post-entry code {
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  border-radius: 4px;
  padding: .15em .45em;
  font-size: .875em;
}
.fp-post-entry pre code { background: none; border: none; padding: 0; }
.fp-post-entry img {
  border-radius: var(--fp-r-md);
  max-width: 100%;
  height: auto;
}
.fp-post-entry figure { margin: 2em 0; }
.fp-post-entry figcaption {
  font-size: .8rem;
  color: var(--fp-text-muted);
  text-align: center;
  margin-top: .5rem;
}
.fp-post-entry hr {
  border: none;
  border-top: 1px solid var(--fp-border);
  margin: 2.5em 0;
}
.fp-post-entry table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.fp-post-entry th,
.fp-post-entry td {
  padding: .65rem 1rem;
  border: 1px solid var(--fp-border);
  text-align: left;
}
.fp-post-entry th {
  background: var(--fp-surface-2);
  font-weight: 600;
}

/* ---- Post tags ---- */
.fp-post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--fp-border);
}
.fp-post-tags-label {
  font-size: .78rem;
  font-weight: 600;
  color: var(--fp-text-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.fp-post-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-full);
  font-size: .78rem;
  color: var(--fp-text-soft);
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.fp-post-tag:hover {
  border-color: var(--fp-brand);
  color: var(--fp-brand);
  background: var(--fp-brand-dim);
}

/* ---- Post prev/next navigation ---- */
.fp-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--fp-border);
}
.fp-post-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1rem 1.25rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  font-size: .875rem;
  font-weight: 600;
  color: var(--fp-text-soft);
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
  line-height: 1.3;
}
.fp-post-nav a:hover {
  border-color: var(--fp-border-strong);
  color: var(--fp-brand);
  background: var(--fp-brand-dim);
}
.fp-post-nav-next a { justify-content: flex-end; text-align: right; }

/* ==========================================================
   COMMENTS
   ========================================================== */

.fp-comments-section {
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--fp-border);
}

/* Title */
.fp-comments-title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--fp-text);
  margin-bottom: 2rem;
}
.fp-comments-title span { color: var(--fp-brand); }

.fp-comments-closed,
.fp-comment-pwd {
  font-size: .9rem;
  color: var(--fp-text-muted);
  padding: 1rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
}

/* Comment list */
.fp-comment-list,
.fp-comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fp-comment-list .children {
  margin-left: 2.5rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--fp-border);
  margin-top: .75rem;
}

/* Single comment */
.fp-comment { margin-bottom: 1.25rem; }

.fp-comment-body {
  display: flex;
  gap: 14px;
  padding: 1.25rem 1.35rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  transition: border-color .18s;
}
.fp-comment-body:hover { border-color: var(--fp-border-strong); }

.fp-comment-avatar { flex-shrink: 0; }
.fp-comment-avatar .fp-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.fp-comment-content { flex: 1; min-width: 0; }

.fp-comment-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: .6rem;
}
.fp-comment-author {
  font-size: .9rem;
  font-weight: 700;
  color: var(--fp-text);
}
.fp-comment-time {
  font-size: .75rem;
  color: var(--fp-text-muted);
}

.fp-comment-moderation {
  font-size: .8rem;
  color: var(--fp-brand);
  background: rgba(245,158,11,.08);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: .6rem;
}

.fp-comment-text {
  font-size: .9rem;
  color: var(--fp-text-soft);
  line-height: 1.7;
}
.fp-comment-text p { margin: 0 0 .6em; }
.fp-comment-text p:last-child { margin: 0; }

.fp-comment-actions {
  display: flex;
  gap: 12px;
  margin-top: .75rem;
}
.fp-reply-link a,
.fp-edit-link a {
  font-size: .78rem;
  font-weight: 600;
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .15s;
}
.fp-reply-link a:hover { color: var(--fp-brand); }
.fp-edit-link a:hover  { color: var(--fp-text); }

/* Comment form wrapper */
.fp-comment-form-wrap {
  margin-top: 3rem;
  padding: 2.25rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-xl);
}

.fp-comment-form-title {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--fp-text);
  margin-bottom: 1.5rem;
}

.fp-cancel-reply {
  font-size: .8rem;
  font-weight: 500;
  margin-left: .75rem;
}
.fp-cancel-reply a {
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .15s;
}
.fp-cancel-reply a:hover { color: var(--fp-brand); }

/* Form grid */
.fp-cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fp-cf-field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1rem;
}
.fp-cf-field:last-child { margin-bottom: 0; }

.fp-comment-form label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
}
.fp-comment-form label span { color: var(--fp-brand); margin-left: 2px; }

.fp-comment-form input[type="text"],
.fp-comment-form input[type="email"],
.fp-comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 13px;
  background: var(--fp-bg);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  font-family: inherit;
  font-size: .9rem;
  color: var(--fp-text);
  outline: none;
  transition: border-color .18s, box-shadow .18s;
  box-sizing: border-box;
}
.fp-comment-form input:focus,
.fp-comment-form textarea:focus {
  border-color: var(--fp-brand);
  box-shadow: 0 0 0 3px rgba(245,158,11,.1);
}
.fp-comment-form textarea { min-height: 120px; resize: vertical; }

.fp-cf-cookies {
  font-size: .8rem;
  color: var(--fp-text-muted);
  margin-bottom: 1rem;
}
.fp-cf-cookies label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.fp-cf-cookies input[type="checkbox"] { accent-color: var(--fp-brand); }

.fp-cf-submit { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

.fp-comment-submit,
button.fp-comment-submit,
#fp-comment-submit-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 28px;
  background: #f59e0b !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--fp-r-full);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.fp-comment-submit:hover,
button.fp-comment-submit:hover,
#fp-comment-submit-btn:hover { background: #fbbf24 !important; transform: translateY(-1px); }

/* Pagination */
.fp-comment-pagination {
  display: flex;
  gap: .5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.fp-comment-pagination a,
.fp-comment-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  font-size: .8rem;
  font-weight: 600;
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: border-color .15s, color .15s;
}
.fp-comment-pagination a:hover { border-color: var(--fp-brand); color: var(--fp-brand); }
.fp-comment-pagination .current { background: var(--fp-brand); color: #fff; border-color: var(--fp-brand); }

/* Responsive */
@media (max-width: 640px) {
  .fp-cf-row { grid-template-columns: 1fr; }
  .fp-comment-list .children { margin-left: 1rem; padding-left: .75rem; }
  .fp-comment-form-wrap { padding: 1.25rem; }
}


/* ---- Floating share bar ---- */
.fp-share-bar {
  position: fixed;
  left: max(1rem, calc(50% - var(--fp-container) / 2 - 72px));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  transform: translateY(-50%) translateX(-8px);
}
.fp-share-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.fp-share-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  writing-mode: vertical-rl;
  margin-bottom: .25rem;
}

.fp-share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--fp-r-full);
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  color: var(--fp-text-muted);
  text-decoration: none;
  cursor: pointer;
  transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s;
  box-shadow: var(--fp-shadow-sm);
}
.fp-share-btn:hover {
  background: var(--fp-brand);
  border-color: var(--fp-brand);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(245,158,11,.35);
}
.fp-share-btn:hover .fp-share-tip {
  opacity: 1;
  transform: translateX(0);
  pointer-events: none;
}

/* Tooltip */
.fp-share-tip {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  background: var(--fp-text);
  color: var(--fp-bg);
  font-size: .72rem;
  font-weight: 600;
  white-space: nowrap;
  padding: .3rem .6rem;
  border-radius: var(--fp-r-xs);
  opacity: 0;
  transition: opacity .15s, transform .15s;
  pointer-events: none;
}
.fp-share-tip::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-color: var(--fp-text);
}

/* Copy button states */
.fp-share-copy .fp-share-check-icon { display: none; }
.fp-share-copy.is-copied .fp-share-copy-icon { display: none; }
.fp-share-copy.is-copied .fp-share-check-icon { display: block; }
.fp-share-copy.is-copied { background: #22c55e; border-color: #22c55e; color: #fff; }

/* Hide on small screens — not enough room */
@media (max-width: 1200px) {
  .fp-share-bar { display: none; }
}

/* ---- Sidebar ---- */
.fp-sidebar {
  position: sticky;
  top: calc(var(--fp-header-h) + 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* ── App card ── */
.fp-sw-app {
  position: relative;
  border-radius: var(--fp-r-xl);
  padding: 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0d1e 0%, #1a1640 50%, #130f2a 100%);
  border: 1px solid rgba(245,158,11,.22);
  box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
}
/* Same card in light mode — always dark like CTA */
html:not([data-theme="dark"]) .fp-sw-app {
  background: linear-gradient(135deg, #0f0d1e 0%, #1a1640 50%, #130f2a 100%);
  border-color: rgba(245,158,11,.28);
}
.fp-sw-app-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 100% 110%, rgba(245,158,11,.14) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at -10% -10%, rgba(251,191,36,.08) 0%, transparent 60%);
  pointer-events: none;
}
.fp-sw-app-top {
  display: flex;
  align-items: center;
  gap: .875rem;
  margin-bottom: .875rem;
  position: relative;
  z-index: 1;
}
.fp-sw-app-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 13px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fp-sw-app-name {
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .2rem;
}
.fp-sw-app-rating {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.fp-sw-stars { color: #facc15; font-size: .72rem; letter-spacing: 1px; }
.fp-sw-rating-val {
  font-size: .72rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
}
.fp-sw-rating-count {
  font-size: .68rem;
  color: rgba(255,255,255,.5);
}
.fp-sw-app-desc {
  font-size: .8rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}
.fp-sw-app-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  position: relative;
  z-index: 1;
}
.fp-sw-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: var(--fp-r-md);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
  text-decoration: none;
  transition: background .18s, border-color .18s, transform .15s;
}
.fp-sw-badge:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.32);
  transform: translateY(-1px);
}
.fp-sw-badge svg { color: #fff; flex-shrink: 0; }
.fp-sw-badge div { line-height: 1.2; }
.fp-sw-badge small  { display: block; font-size: .6rem; color: rgba(255,255,255,.65); letter-spacing: .02em; }
.fp-sw-badge strong { display: block; font-size: .8rem; font-weight: 700; color: #fff; }

/* ── Shared block ── */
.fp-sw-block {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  padding: 1.25rem 1.25rem 1rem;
}

.fp-sw-heading {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: 'Urbanist', 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  margin-bottom: 1.1rem;
}
.fp-sw-heading-bar {
  display: inline-block;
  width: 3px;
  height: 14px;
  background: var(--fp-brand);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Table of Contents ── */
.fp-sw-toc-block { padding-bottom: 1.1rem; }
.fp-sw-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fp-sw-toc-item { margin: 0; }
.fp-sw-toc-item--h3 { padding-left: 1rem; }

.fp-sw-toc-link {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .42rem .5rem;
  border-radius: var(--fp-r-xs);
  font-size: .82rem;
  color: var(--fp-text-soft);
  text-decoration: none;
  line-height: 1.45;
  transition: background .15s, color .15s;
}
.fp-sw-toc-link:hover {
  background: var(--fp-brand-dim);
  color: var(--fp-brand-light);
}
.fp-sw-toc-link.is-active {
  background: var(--fp-brand-dim);
  color: var(--fp-brand);
  font-weight: 600;
}
.fp-sw-toc-link.is-active .fp-sw-toc-bullet { background: var(--fp-brand); }

.fp-sw-toc-bullet {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fp-text-muted);
  margin-top: .5em;
  transition: background .15s;
}
.fp-sw-toc-bullet--sub {
  width: 3px;
  height: 3px;
  margin-top: .6em;
  opacity: .5;
}

/* ── Recent posts ── */
.fp-sw-posts {
  display: flex;
  flex-direction: column;
}
.fp-sw-post { border-bottom: 1px solid var(--fp-border); }
.fp-sw-post:last-child { border-bottom: none; }
.fp-sw-post-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 0;
  text-decoration: none;
  transition: background .15s;
  border-radius: var(--fp-r-sm);
}
.fp-sw-post-link:hover .fp-sw-post-title { color: var(--fp-brand); }
.fp-sw-post-link:hover .fp-sw-post-arrow { opacity: 1; transform: translateX(2px); color: var(--fp-brand); }
.fp-sw-post-thumb {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border-radius: var(--fp-r-sm);
  overflow: hidden;
  background: var(--fp-surface-2);
  display: block;
}
.fp-sw-post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-sw-post-num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fp-brand-dim);
  border-radius: var(--fp-r-sm);
  font-size: .7rem;
  font-weight: 800;
  color: var(--fp-brand-light);
  font-variant-numeric: tabular-nums;
}
.fp-sw-post-info { flex: 1; min-width: 0; }
.fp-sw-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .84rem;
  font-weight: 600;
  color: var(--fp-text);
  line-height: 1.35;
  margin-bottom: .25rem;
  transition: color .15s;
}
.fp-sw-post-date { font-size: .68rem; color: var(--fp-text-muted); }
.fp-sw-post-arrow {
  flex-shrink: 0;
  color: var(--fp-text-muted);
  opacity: 0;
  transition: opacity .15s, transform .2s var(--fp-ease), color .15s;
}

/* ── Categories ── */
.fp-sw-cats {
  display: flex;
  flex-direction: column;
}
.fp-sw-cats li { border-bottom: 1px solid var(--fp-border); }
.fp-sw-cats li:last-child { border-bottom: none; }
.fp-sw-cat-row {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 0;
  text-decoration: none;
  color: var(--fp-text-soft);
  font-size: .875rem;
  font-weight: 500;
  transition: color .15s;
}
.fp-sw-cat-row svg { flex-shrink: 0; color: var(--fp-text-muted); transition: color .15s; }
.fp-sw-cat-row:hover { color: var(--fp-brand); }
.fp-sw-cat-row:hover svg { color: var(--fp-brand); }
.fp-sw-cat-name { flex: 1; }
.fp-sw-cat-count {
  font-size: .7rem;
  font-weight: 600;
  color: var(--fp-text-muted);
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-full);
  padding: 2px 8px;
  min-width: 24px;
  text-align: center;
}

/* ---- Inner pages footer ---- */
.fp-inner-footer {
  border-top: 1px solid var(--fp-border);
  background: var(--fp-bg-alt);
  padding: 2rem 0;
}
.fp-inner-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.fp-inner-footer .fp-logo { gap: 8px; }
.fp-inner-footer .fp-logo-icon {
  width: 26px; height: 26px;
  border-radius: 7px;
}
.fp-inner-footer .fp-logo span { font-size: .9rem; }
.fp-inner-footer-copy {
  font-size: .78rem;
  color: var(--fp-text-muted);
  text-align: center;
}
.fp-inner-footer-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.fp-inner-footer-nav a {
  font-size: .8rem;
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .15s;
}
.fp-inner-footer-nav a:hover { color: var(--fp-brand); }

/* ---- Responsive: blog layout ---- */
@media (max-width: 1024px) {
  .fp-single-layout { grid-template-columns: 1fr 280px; gap: 2rem; }
  .fp-posts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .fp-single-layout {
    grid-template-columns: 1fr;
  }
  .fp-sidebar { position: static; }
  .fp-posts-grid { grid-template-columns: 1fr; }
  .fp-post-card--featured { grid-template-columns: 1fr; }
  .fp-post-card--featured .fp-post-thumb { min-height: 240px; }
  .fp-post-card--featured .fp-post-body { padding: 1.75rem; }
  .fp-post-nav { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .fp-inner-footer-inner { flex-direction: column; text-align: center; }
  .fp-inner-footer-nav { justify-content: center; }
  .fp-post-hero-title { font-size: 1.7rem; }
}

/* ==========================================================
   22. REVEAL ANIMATIONS
   ========================================================== */
.fp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s var(--fp-ease), transform .55s var(--fp-ease);
}

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

/* ==========================================================
   22. KEYFRAMES
   ========================================================== */
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
  60%       { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}

@keyframes float-particle {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-18px) scale(1.05); }
}

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

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ==========================================================
   23. RESPONSIVE
   ========================================================== */

/* Large → Medium (≤1100px) */
@media (max-width: 1100px) {
  .fp-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  /* Features: collapse to 2-column, wide cards span full width */
  .fp-features-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-feature-card--wide,
  .fp-feature-card--wide:first-child,
  .fp-feature-card--wide:last-child {
    grid-column: 1 / -1;
  }

  /* Preview: stack phone above tabs */
  .fp-pv-showcase {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .fp-pv-stage { order: -1; }

  .fp-usecases-grid  { grid-template-columns: repeat(2, 1fr); }
  .fp-footer-grid    { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
  .fp-steps { grid-template-columns: 1fr auto 1fr auto 1fr; }
}

/* Tablet (≤900px) */
@media (max-width: 900px) {
  .fp-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }
  .fp-hero-content { align-items: center; }
  .fp-hero-desc { max-width: 560px; }
  .fp-hero-stats { justify-content: center; }

  /* Stack: screenshot above text on tablet */
  .fp-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .fp-hero-content { align-items: center; text-align: center; }
  .fp-hero-desc { max-width: 560px; }
  .fp-hero-visual { order: -1; margin: 0 auto; }
  .fp-phones-cluster { width: 460px; height: 540px; }
  .fp-phone--center  { width: 230px; height: 498px; }
  .fp-phone--left,
  .fp-phone--right   { width: 194px; height: 420px; }
  .fp-phone--left  { top: 62px; }
  .fp-phone--right { top: 62px; }
  .fp-phone-badge--rating { left: -16px; }
  .fp-phone-badge--gps   { right: -16px; }
  .fp-hero-proof { justify-content: center; }
  .fp-hero-cta-row { justify-content: center; }

  /* Features: 1-column on tablet */
  .fp-features-bento { grid-template-columns: 1fr; }
  .fp-feature-card--wide { flex-direction: column; }

  /* Preview: phone smaller on tablet */
  .fp-pv-phone { width: 220px; height: 452px; }
  .fp-pv-tabs { max-width: 440px; margin: 0 auto; width: 100%; }

  .fp-steps {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .fp-step-arrow {
    display: none;
  }

  .fp-testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .fp-testimonials-grid .fp-testimonial-card:nth-child(2),
  .fp-testimonials-grid .fp-testimonial-card:nth-child(4) { margin-top: 0; }

  .fp-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }

  .fp-comparison-list { grid-template-columns: 1fr; }
  .fp-comparison-item:nth-child(even) { border-right: 1px solid var(--fp-border); }
  .fp-comparison-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--fp-border); }
  .fp-comparison-item:last-child { border-bottom: none; }

  .fp-section-head-flex { flex-direction: column; align-items: flex-start; }
  .fp-blog-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  /* Blog page responsive */
  .fp-post-card--featured { grid-template-columns: 1fr; }
  .fp-post-card--featured .fp-post-thumb { min-height: 260px; }
  .fp-post-card--featured .fp-post-body { padding: 2rem; }
  .fp-posts-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile (≤700px) */
@media (max-width: 700px) {
  :root {
    --fp-header-h: 62px;
  }

  .fp-section { padding: 5rem 0; }

  .fp-nav { display: none; }
  .fp-hamburger { display: flex; }
  .fp-header-cta { display: none; }
  .fp-header-inner { gap: 1rem; }

  .fp-hero-visual { display: flex; }
  .fp-phones-cluster { width: 340px; height: 420px; }
  .fp-phone--center  { width: 170px; height: 368px; border-radius: 36px; }
  .fp-phone--left,
  .fp-phone--right   { width: 144px; height: 312px; border-radius: 28px; }
  .fp-phone--left  { top: 54px; }
  .fp-phone--right { top: 54px; }
  .fp-phone-badge  { padding: 7px 10px; }
  .fp-phone-badge--rating { left: -12px; top: 20px; }
  .fp-phone-badge--gps   { right: -12px; bottom: 50px; }
  .fp-hero-cta-row { flex-direction: column; align-items: stretch; }
  .fp-hero-cta-row .fp-store-btn { justify-content: center; }
  .fp-hero-proof { gap: 6px; }
  .fp-proof-chip { padding: 8px 14px; }
  .fp-pv-showcase { gap: 2rem; }
  .fp-pv-phone { width: 200px; height: 412px; }
  .fp-fbadge-accuracy { top: -12px; left: 8px; font-size: .68rem; padding: 6px 10px; }
  .fp-fbadge-gpslock  { bottom: -12px; right: 8px; font-size: .68rem; padding: 6px 10px; }

  .fp-features-bento { grid-template-columns: 1fr; }
  .fp-usecases-grid  { grid-template-columns: 1fr; }

  .fp-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fp-footer-brand p { max-width: 100%; }

  .fp-cta-card { padding: 2.5rem 1.5rem; }

  .fp-pv-outer { padding: 0 .5rem; }
  .fp-pv-arrow { display: none; }

  .fp-final-cta-section { padding: 5rem 0; }
  .fp-posts-grid { grid-template-columns: 1fr; }

  .fp-footer-bottom { flex-direction: column; text-align: center; }

  .fp-privacy-card { flex-direction: column; padding: 1.5rem; }

  .fp-badge { font-size: .75rem; }

  .fp-hero-stats { gap: 1.25rem; }

  .fp-testimonials-grid { max-width: 100%; }
}

/* Very small (≤380px) */
@media (max-width: 380px) {
  .fp-store-btns { flex-direction: column; }
  .fp-store-btn  { justify-content: center; }
}

/* Product Hunt launch popup */
.fp-modal-open {
  overflow: hidden;
}

.fp-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(5, 5, 8, .65);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.fp-promo-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.fp-promo-dialog {
  width: min(100%, 460px);
  padding: 1.6rem 1.35rem 1.2rem;
  border-radius: var(--fp-r-lg);
  border: 1px solid var(--fp-border);
  background: var(--fp-surface);
  color: var(--fp-text);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
  position: relative;
  transform: translateY(10px);
  transition: transform .2s var(--fp-ease);
  text-align: center;
}

html[data-theme="dark"] .fp-promo-dialog {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(35,32,31,.96) 0%, rgba(20,18,17,.96) 100%);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
}

.fp-promo-modal.is-open .fp-promo-dialog {
  transform: translateY(0);
}

.fp-promo-close {
  width: 34px;
  height: 34px;
  border-radius: var(--fp-r-full);
  border: 1px solid var(--fp-border);
  background: var(--fp-surface-2);
  color: var(--fp-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: .8rem;
  right: .8rem;
}

.fp-promo-close:hover {
  color: var(--fp-text);
  border-color: var(--fp-border);
}

.fp-promo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .3rem .7rem;
  border-radius: var(--fp-r-full);
  border: 1px solid rgba(245,158,11,.32);
  background: rgba(245,158,11,.14);
  color: var(--fp-brand-light);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: .95rem;
}

.fp-promo-title {
  margin: 0 0 .55rem;
  font-size: clamp(1.7rem, 5vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -.02em;
}

.fp-promo-subtext {
  margin: 0 auto;
  max-width: 28ch;
  color: var(--fp-text-soft);
  font-size: .97rem;
}

.fp-promo-primary-btn {
  width: 100%;
  justify-content: center;
  margin-top: 1.2rem;
  margin-bottom: .75rem;
  min-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--fp-brand) 0%, var(--fp-brand-light) 100%);
  color: #fff;
  box-shadow: 0 12px 32px rgba(245,158,11,.35);
}

.fp-promo-primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(245,158,11,.42);
}

.fp-promo-note {
  margin: 0 0 .35rem;
  font-size: .8rem;
  color: var(--fp-text-muted);
}

.fp-promo-code-line {
  margin: 0 0 .2rem;
  font-size: .8rem;
  color: var(--fp-text-muted);
}

.fp-promo-code-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: .35rem;
  padding: .16rem .5rem;
  border-radius: 999px;
  border: 1px dashed rgba(245,158,11,.45);
  background: rgba(245,158,11,.14);
  color: var(--fp-brand-light);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.fp-promo-ph-link {
  display: inline-flex;
  justify-content: center;
  margin-top: .35rem;
  font-size: .86rem;
  font-weight: 600;
  color: var(--fp-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fp-promo-ph-link:hover {
  color: var(--fp-brand-light);
}

@media (max-width: 700px) {
  .fp-promo-dialog {
    padding: 1.4rem 1rem 1rem;
  }
}

/* ==========================================================
   CONTACT PAGE
   ========================================================== */
.fp-contact-page {
  background: var(--fp-bg);
  min-height: 100vh;
}

.fp-contact-hero {
  padding: 5rem 0 3rem;
  text-align: center;
  background: var(--fp-bg);
  position: relative;
  overflow: hidden;
}

.fp-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(245,158,11,.08) 0%, transparent 70%);
  pointer-events: none;
}

.fp-contact-hero .fp-eyebrow {
  position: relative;
  z-index: 1;
}

.fp-contact-hero h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 0.75rem 0 1rem;
  color: var(--fp-text);
}

.fp-contact-hero p {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  color: var(--fp-text-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.fp-contact-body {
  padding: 2rem 0 5rem;
  background: var(--fp-bg);
}

.fp-contact-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.fp-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fp-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-md);
  transition: border-color .2s var(--fp-ease), transform .2s var(--fp-ease);
}

.fp-contact-card:hover {
  border-color: var(--fp-brand);
  transform: translateY(-2px);
}

.fp-contact-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fp-brand-dim);
  border-radius: var(--fp-r-sm);
  color: var(--fp-brand);
  flex-shrink: 0;
}

.fp-contact-card h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--fp-text);
  margin-bottom: 0.25rem;
}

.fp-contact-card p {
  font-size: 0.875rem;
  color: var(--fp-text-muted);
  margin: 0;
}

.fp-contact-card--app {
  flex-direction: column;
  align-items: stretch;
}

.fp-contact-app-label {
  font-size: 0.75rem;
  color: var(--fp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}

.fp-contact-app-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fp-contact-store-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-sm);
  color: var(--fp-text);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all .2s var(--fp-ease);
}

.fp-contact-store-link:hover {
  border-color: var(--fp-brand);
  background: var(--fp-brand-dim);
  transform: translateY(-1px);
}

.fp-contact-form-wrap {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  padding: 2rem;
}

.fp-contact-form-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--fp-text);
  margin-bottom: 0.5rem;
  letter-spacing: -.02em;
}

.fp-contact-form-sub {
  font-size: 0.9375rem;
  color: var(--fp-text-muted);
  margin-bottom: 1.5rem;
}

.fp-contact-form-wrap .wpcf7 {
  margin: 0;
}

.fp-contact-form-wrap .wpcf7 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--fp-text);
  margin-bottom: 0.375rem;
}

.fp-contact-form-wrap .wpcf7 input,
.fp-contact-form-wrap .wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 0.875rem;
  background: var(--fp-bg);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-sm);
  color: var(--fp-text);
  font-family: inherit;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  transition: border-color .2s var(--fp-ease);
}

.fp-contact-form-wrap .wpcf7 input:focus,
.fp-contact-form-wrap .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--fp-brand);
}

.fp-contact-form-wrap .wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.fp-contact-form-wrap .wpcf7 input[type="submit"] {
  width: auto;
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, var(--fp-brand) 0%, var(--fp-brand-light) 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all .2s var(--fp-ease);
  box-shadow: 0 8px 24px rgba(245,158,11,.3);
}

.fp-contact-form-wrap .wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(245,158,11,.4);
}

/* ==========================================================
   DOWNLOAD PAGE
   ========================================================== */
.fp-dl-page {
  position: relative;
  min-height: calc(100vh - var(--fp-header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--fp-bg);
}

.fp-dl-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.fp-dl-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
}

.fp-dl-bg-orb--1 {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(16,185,129,.28) 0%, transparent 70%);
  top: -120px;
  left: -80px;
}

.fp-dl-bg-orb--2 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(34,197,94,.18) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
}

.fp-dl-bg-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

html:not([data-theme="dark"]) .fp-dl-bg-grid {
  background-image: radial-gradient(circle, rgba(0,0,0,.06) 1px, transparent 1px);
}

.fp-dl-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

.fp-dl-identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.fp-dl-app-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--fp-r-md);
  background: linear-gradient(135deg, var(--fp-brand) 0%, var(--fp-brand-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 32px rgba(245,158,11,.4);
  flex-shrink: 0;
}

.fp-dl-app-name {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--fp-text);
  letter-spacing: -.02em;
}

.fp-dl-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
  color: var(--fp-text);
  margin-bottom: 0.9rem;
}

.fp-dl-subtitle {
  font-size: 1.05rem;
  color: var(--fp-text-muted);
  max-width: 36rem;
  line-height: 1.65;
  margin-bottom: 3rem;
}

.fp-dl-stores {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 560px;
}

.fp-dl-store-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-r-lg);
  text-decoration: none;
  color: var(--fp-text);
  transition: transform .2s var(--fp-ease), box-shadow .2s var(--fp-ease), border-color .2s;
  text-align: left;
}

.fp-dl-store-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--fp-shadow-lg);
  border-color: var(--fp-brand);
}

.fp-dl-store-card:hover .fp-dl-store-arrow {
  transform: translateX(4px);
  color: var(--fp-brand);
}

.fp-dl-store-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--fp-r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.fp-dl-store-icon--ios {
  background: #000;
}

.fp-dl-store-icon--android {
  background: linear-gradient(135deg, #00c853, #00897b);
}

.fp-dl-store-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.fp-dl-store-label {
  font-size: 0.72rem;
  color: var(--fp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fp-dl-store-name {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fp-text);
  letter-spacing: -.02em;
  line-height: 1.2;
}

.fp-dl-store-sub {
  font-size: 0.8rem;
  color: var(--fp-text-muted);
}

.fp-dl-store-arrow {
  flex-shrink: 0;
  color: var(--fp-text-muted);
  transition: transform .2s var(--fp-ease), color .2s;
}

.fp-dl-trust {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.82rem;
  color: var(--fp-text-muted);
}

.fp-dl-trust-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.fp-dl-trust-item svg {
  color: var(--fp-brand);
  flex-shrink: 0;
}

.fp-dl-trust-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--fp-text-muted);
  opacity: 0.4;
}

/* Responsive */
@media (max-width: 700px) {
  .fp-legal-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fp-legal-toc {
    position: static;
    margin-bottom: 2rem;
  }

  .fp-legal-toc-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: transparent;
    padding: 0;
    border: none;
  }

  .fp-legal-toc-title {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .fp-legal-toc-link {
    padding: 0.5rem 0.75rem;
    background: var(--fp-surface);
    border-radius: var(--fp-r-sm);
    border: 1px solid var(--fp-border);
  }

  .fp-legal-toc-footer {
    width: 100%;
    margin-top: 1rem;
  }

  .fp-contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fp-contact-info {
    order: 2;
  }

  .fp-contact-form-wrap {
    order: 1;
    padding: 1.5rem;
  }

  .fp-dl-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fp-dl-store-card {
    padding: 1rem 1.1rem;
    gap: 1rem;
  }

  .fp-dl-store-icon {
    width: 44px;
    height: 44px;
  }

  .fp-dl-store-name {
    font-size: 1rem;
  }

  .fp-dl-trust {
    gap: 0.6rem;
  }

  .fp-dl-trust-dot {
    display: none;
  }
}
