/* legacy.css: page-specific rules carried over from the pre-redesign styles.css.
   Generated by tools/make_legacy.py on 2026-09-07. The shared shell (header, nav,
   footer, buttons, container, tokens, fonts) lives in styles.css and is NOT here.
   Dark mode is the explicit html[data-pindrift-theme="dark"] switch; light is the
   default regardless of the OS setting. */
:focus-visible { outline: 1px solid var(--line-2); outline-offset: 2px; }
html[data-pindrift-theme="light"] { color-scheme: light; }
[hidden] { display: none !important; }
html.pd-smooth { scroll-behavior: smooth; }
.muted { color: var(--text-muted); }
.small { font-size: 13px; }
section[id], [id="download"], [id="how"] { scroll-margin-top: 80px; }
.hub { padding: 64px 0 16px; }
.hub-title { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 26px; }
.hub-sep { display: flex; align-items: stretch; gap: 12px; padding: 0; margin: 0 2px; }
.hub-sep::before { content: ''; width: 1.5px; flex: 0 0 1.5px; background: var(--border); }
.hub-sep > span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); white-space: nowrap; padding: 2px 0; }
.hub-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); }
.hub-track { display: flex; gap: 10px; align-items: stretch; list-style: none; margin: 0; padding: 0 0 12px; width: max-content; animation: hub-marquee var(--hub-dur, 180s) linear infinite; }
@keyframes hub-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-50% - 5px), 0, 0); }
}
.hub-marquee:hover .hub-track, .hub-marquee:focus-within .hub-track, .hub-marquee.is-held .hub-track { animation-play-state: paused; }
.hub-track:focus-visible { outline: 1px solid var(--line-2); outline-offset: 4px; border-radius: 4px; }
.hub-track > li { flex: 0 0 auto; display: flex; }
@media (prefers-reduced-motion: reduce) {
.hub-marquee { overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.hub-track { animation: none; }
.hub-track > li { scroll-snap-align: start; }
.hub-sep { scroll-snap-align: none; }
[data-hub-clone] { display: none !important; }
}
.hub-marquee::-webkit-scrollbar { height: 6px; }
.hub-marquee::-webkit-scrollbar-track { background: transparent; }
.hub-marquee::-webkit-scrollbar-thumb { background: var(--border); border-radius: 99px; }
.hub-tile { display: flex; flex-direction: column; gap: 5px; width: 218px; height: 100%; box-sizing: border-box; padding: 14px 15px 15px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); text-decoration: none; transition: border-color .14s ease, transform .14s ease; }
.hub-tile:hover { border-color: var(--ink); transform: translateY(-2px); }
.hub-tile-name { font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.hub-tile-desc { font-size: 12.5px; line-height: 1.45; color: var(--text-secondary); }
@media (max-width: 560px) {
.hub { padding: 44px 0 8px; }
.hub-tile { width: 200px; }
.hub-marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); }
}
@media (prefers-reduced-motion: reduce) {
.hub-tile:hover { transform: none; }
}
@keyframes navIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
html.pd-anim-paused *, html.pd-anim-paused *::before, html.pd-anim-paused *::after, .pd-offscreen, .pd-offscreen *, .pd-offscreen *::before, .pd-offscreen *::after { animation-play-state: paused !important; }
@keyframes nav-discord-sheen {
  0%   { left: -60%; opacity: 0; }
  12%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { left: 130%; opacity: 0; }
}
.hero { position: relative; padding: 48px 0 100px; margin-top: 0; overflow: hidden; background: var(--bg); }
@keyframes heroWordIn {
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text); background: var(--bg); border: 1px solid var(--line); padding: 6px 12px; border-radius: var(--radius); margin-bottom: 28px; }
.hero-eyebrow .dot { display: inline-block; width: 6px; height: 6px; background: var(--ink); vertical-align: middle; }
.hero-rotating { display: inline-block; position: relative; vertical-align: top; overflow: hidden; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 0.18em; padding-bottom: 0.04em; }
.hero-rotating-slot { display: inline-block; white-space: nowrap; }
.hero-rotating .char, .hero-rotating-slot .char, .hero-rotating-slot > span { display: inline-block; will-change: transform, opacity; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.hero-visual { margin-top: 64px; position: relative; max-width: 1080px; margin-left: auto; margin-right: auto; animation: heroIn 0.7s 0.2s cubic-bezier(0.2, 0.9, 0.3, 1.05) backwards; }
.app-frame { background: var(--ink); border-radius: var(--radius-xl); padding: 8px; box-shadow: var(--shadow-xl); position: relative; }
.app-frame::after { content: ""; position: absolute; inset: -40px -80px; background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(59, 130, 246, 0.25) 0%, transparent 70%); z-index: -1; }
.app-frame-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px 6px; }
.app-frame-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); }
.app-frame-screen { background: #ffffff; border-radius: 16px; display: grid; grid-template-columns: 240px 1fr; height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
@keyframes appPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
@keyframes drawRoute {
  to { stroke-dashoffset: 0; }
}
@keyframes routeFlow {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -23; }   
}
@keyframes pinIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes spoofIn {
  from { opacity: 0; transform: translateX(-50%) translateY(12px) scale(0.95); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}
@keyframes spoofRing {
  0%   { transform: scale(0.5);  opacity: 0.85; }
  100% { transform: scale(1.7);  opacity: 0; }
}
.compat { padding: 64px 0 48px; text-align: center; background: var(--bg); }
.feature-row { position: relative; padding: 100px 0; overflow: hidden; background: var(--bg); }
.feature-row::before { content: ""; position: absolute; inset: -20% -10%; z-index: 0; pointer-events: none; filter: blur(60px); opacity: 0.6; }
.feature-row[data-tone="cyan"]::before { background: radial-gradient(ellipse 40% 50% at 90% 30%, rgba(20, 184, 166, 0.20) 0%, transparent 60%); }
.feature-row[data-tone="sapphire"]::before { background: radial-gradient(ellipse 40% 50% at 10% 50%, rgba(59, 130, 246, 0.22) 0%, transparent 60%); }
.feature-row[data-tone="orange"]::before { background: radial-gradient(ellipse 40% 50% at 90% 40%, rgba(249, 115, 22, 0.20) 0%, transparent 60%); }
.feature-row[data-tone="pink"]::before { background: radial-gradient(ellipse 40% 50% at 10% 50%, rgba(236, 72, 153, 0.22) 0%, transparent 60%); }
.feature-row[data-tone="violet"]::before { background: radial-gradient(ellipse 40% 50% at 90% 50%, rgba(139, 92, 246, 0.20) 0%, transparent 60%); }
.feature-grid-2 { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.feature-row.reverse .feature-text { order: 2; }
.feature-row.reverse .feature-visual { order: 1; }
@media (max-width: 880px) {
.feature-grid-2 { grid-template-columns: 1fr; gap: 40px; }
.feature-row.reverse .feature-text.feature-row.reverse .feature-visual { order: initial; }
}
.feature-text .eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-hover); margin-bottom: 14px; }
.feature-text h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 18px; color: var(--ink); }
.feature-text p { font-size: 17px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 16px; max-width: 480px; }
.feature-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 18px 0 24px; }
.feature-bullets li { position: relative; padding-left: 26px; font-size: 15px; color: var(--text-secondary); line-height: 1.5; }
.feature-bullets li::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-size: 9px; background-position: center; background-repeat: no-repeat; }
.feature-link { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; color: var(--accent); }
.feature-link::after { content: "→"; transition: transform 0.15s; }
.feature-link:hover::after { transform: translateX(3px); }
.feature-visual { position: relative; }
@keyframes pinPulse {
  0%   { opacity: 0.85; transform: translate(-50%, -50%) scale(0.6); }
  100% { opacity: 0;    transform: translate(-50%, -50%) scale(2.6); }
}
.mockup-multi-panel { background: #ffffff; padding: 22px 22px 18px; display: flex; flex-direction: column; height: 100%; }
.mockup-multi-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.mockup-multi-title { font-size: 14px; font-weight: 700; color: #1a1a17; letter-spacing: -0.01em; }
.mockup-multi-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; padding: 3px 10px 3px 8px; background: #ecfdf5; color: #047857; border-radius: 999px; font-weight: 600; }
.mockup-multi-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; animation: liveDot 2s infinite; }
@keyframes liveDot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); }
  60%      { opacity: 0.6; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0); }
}
.mockup-devices { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mockup-device { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: #ffffff; border-radius: 10px; border: 1px solid #ebebea; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); }
.mockup-device-iphone { width: 30px; height: 44px; border-radius: 6px; background: linear-gradient(135deg, #1f2937, #374151); position: relative; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 10px rgba(0, 0, 0, 0.15); }
.mockup-device-iphone::before { content: ""; position: absolute; top: 3px; left: 2.5px; right: 2.5px; bottom: 3px; border-radius: 3.5px; opacity: 0.9; }
.mockup-device-iphone::after { content: ""; position: absolute; top: 1.5px; left: 50%; width: 9px; height: 2.5px; border-radius: 2px; background: #000; transform: translateX(-50%); }
.mockup-device-iphone.tone-blue::before { background: linear-gradient(160deg, #3b82f6 0%, #1d4ed8 100%); }
.mockup-device-iphone.tone-pink::before { background: linear-gradient(160deg, #f472b6 0%, #db2777 100%); }
.mockup-device-iphone.tone-green::before { background: linear-gradient(160deg, #34d399 0%, #059669 100%); }
.mockup-device-text { flex: 1; min-width: 0; }
.mockup-device-name { font-size: 13px; font-weight: 600; color: #1a1a17; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mockup-device-meta { font-size: 11px; color: #6b6b68; margin-top: 1px; }
.mockup-loc-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: #f4f4f2; border-radius: 999px; font-size: 11px; color: #2d2d2a; font-weight: 500; white-space: nowrap; flex-shrink: 0; }
.mockup-loc-pill .dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.mockup-loc-pill .dot.red { background: #ef4444; }
.mockup-loc-pill .dot.blue { background: #3b82f6; }
.mockup-loc-pill .dot.green { background: #10b981; }
.mockup-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; flex-shrink: 0; animation: liveDot 2s infinite; }
.mockup-device:nth-child(2) .mockup-live-dot { animation-delay: 0.4s; }
.mockup-device:nth-child(3) .mockup-live-dot { animation-delay: 0.8s; }
.mockup-multi-footer { margin-top: 14px; padding-top: 14px; border-top: 1px solid #ebebea; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #6b6b68; }
.mockup-multi-footer strong { color: #1a1a17; font-weight: 700; }
.mockup-multi-badge { display: inline-flex; align-items: center; padding: 3px 10px; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #92400e; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.mockup-box-panel { background: #ffffff; padding: 22px 22px 18px; display: flex; flex-direction: column; height: 100%; }
.mockup-box { display: flex; align-items: center; gap: 14px; padding: 22px 8px; flex: 1; justify-content: center; }
.mockup-pi { width: 88px; height: 110px; border-radius: 14px; background: linear-gradient(160deg, #1f2937 0%, #111827 100%); position: relative; flex-shrink: 0; box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22); }
.mockup-pi::before { content: ""; position: absolute; inset: 10px 14px; border-radius: 7px; background: linear-gradient(135deg, #064e3b 0%, #022c22 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04); }
.mockup-pi::after { content: "PC"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.62); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; }
.mockup-pi-led { position: absolute; top: 14px; right: 22px; width: 6px; height: 6px; border-radius: 50%; background: #10b981; box-shadow: 0 0 6px rgba(16, 185, 129, 0.8); animation: liveDot 2s infinite; z-index: 2; }
.mockup-wifi { position: absolute; top: 50%; right: -8px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(59, 130, 246, 0.6); border-color: transparent rgba(59, 130, 246, 0.55) transparent transparent; transform: translateY(-50%) scale(0.6); opacity: 0; animation: wifiWave 1.8s ease-out infinite; pointer-events: none; }
.mockup-wifi-2 { animation-delay: 0.6s; }
.mockup-wifi-3 { animation-delay: 1.2s; }
@keyframes wifiWave {
  0%   { opacity: 0;    transform: translateY(-50%) scale(0.4); }
  20%  { opacity: 0.85; }
  100% { opacity: 0;    transform: translateY(-50%) scale(2.6); }
}
.mockup-flow { position: relative; flex: 1; height: 32px; display: flex; align-items: center; min-width: 60px; }
.mockup-flow-track { position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: linear-gradient(90deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.5) 50%, rgba(59, 130, 246, 0.2) 100%); transform: translateY(-50%); border-radius: 2px; }
.mockup-flow-dot { position: absolute; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 10px rgba(59, 130, 246, 0.6); transform: translate(-50%, -50%); animation: flowDot 1.5s linear infinite; }
@keyframes flowDot {
  0%   { left: 0%;    opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: 100%;  opacity: 0; }
}
.mockup-iphone { width: 60px; height: 110px; border-radius: 14px; background: linear-gradient(160deg, #1f2937 0%, #0f172a 100%); position: relative; flex-shrink: 0; box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22); }
.mockup-iphone::before { content: ""; position: absolute; inset: 7px; border-radius: 8px; background: radial-gradient(circle at 50% 38%, rgba(239, 68, 68, 0.25) 0%, transparent 55%), linear-gradient(180deg, #fafaf9 0%, #f4f4f2 100%); }
.mockup-iphone::after { content: ""; position: absolute; top: 42%; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: #ef4444; transform: translate(-50%, -50%); box-shadow: 0 0 0 2.5px #ffffff, 0 0 0 5px rgba(239, 68, 68, 0.35), 0 2px 8px rgba(239, 68, 68, 0.45); animation: phonePinPulse 1.8s ease-out infinite; }
@keyframes phonePinPulse {
  0%, 100% {
    box-shadow:
      0 0 0 2.5px #ffffff,
      0 0 0 5px rgba(239, 68, 68, 0.35),
      0 2px 8px rgba(239, 68, 68, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 2.5px #ffffff,
      0 0 0 14px rgba(239, 68, 68, 0),
      0 2px 8px rgba(239, 68, 68, 0.45);
  }
}
.mockup-box-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 4px; border-top: 1px solid #ebebea; padding-top: 14px; }
.mockup-box-stat .lbl { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; color: #9c9c99; font-weight: 600; margin-bottom: 3px; }
.mockup-box-stat .val { font-size: 12.5px; font-weight: 600; color: #1a1a17; }
.honest { padding: 120px 0; background: var(--bg); }
.commitment-card { position: relative; padding: 28px 26px; background: var(--bg); border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-md); transition: box-shadow 0.22s cubic-bezier(0.32, 1.28, 0.40, 1.00), border-color 0.18s ease, filter 0.18s ease; cursor: default; }
.commitment-card:hover { border-color: var(--ink); box-shadow: none; filter: brightness(0.985); }
.commitment-card:active { box-shadow: none; transition: box-shadow 0.08s ease, border-color 0.08s ease; }
.commitment-card h3 { transition: margin-left 0.22s cubic-bezier(0.32, 1.28, 0.40, 1.00); }
.commitment-card:hover h3 { margin-left: 4px; }
.commitment-card h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 8px; }
.commitment-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.dev-note { max-width: 760px; margin: 0 auto; padding: 24px 28px; background: linear-gradient(180deg, #fafaf9 0%, #ffffff 100%); border: 1px solid var(--line); border-left: 3px solid #FF6B35; border-radius: 12px; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); }
.dev-note h3 { font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 8px; }
.dev-note p { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); margin-bottom: 8px; }
.dev-note p:last-child { margin-bottom: 0; }
.dev-note p strong { color: var(--ink); font-weight: 600; }
.dev-note p.dev-note-sign { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-style: italic; color: var(--text); font-size: 14px; line-height: 1.6; }
.dev-note p code { font-family: ui-monospace, "SF Mono", "Consolas", monospace; font-size: 13px; padding: 2px 6px; background: rgba(15, 23, 42, 0.05); border: 1px solid rgba(15, 23, 42, 0.12); border-radius: 4px; color: var(--ink); }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-hover); margin-bottom: 14px; }
.section-title { font-size: clamp(30px, 4.4vw, 44px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; color: var(--ink); }
.section-sub { font-size: 18px; color: var(--text-secondary); line-height: 1.55; }
.pricing-section { padding: 120px 0 140px; background: var(--bg); }
.pricing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; max-width: 1080px; margin: 0 auto; }
.price-card { padding: 32px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg); display: flex; flex-direction: column; position: relative; transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s; }
.price-card:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.price-card.featured { border-color: var(--ink); border-width: 2px; background: linear-gradient(180deg, #fafafa 0%, white 50%); }
.price-card .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ink); color: var(--bg); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; }
.price-name { font-size: 14px; font-weight: 700; color: var(--text-secondary); margin-bottom: 14px; }
.price-amount { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; color: var(--ink); }
.price-amount .per { font-size: 16px; font-weight: 500; color: var(--text-muted); }
.price-amount .price-cadence { font-size: 15px; font-weight: 500; color: var(--text-muted); letter-spacing: 0; margin-left: 4px; }
.pricing-cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 880px) {
.pricing-cards-3 { grid-template-columns: 1fr; gap: 16px; }
}
.price-tagline { font-size: 14px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.5; }
.price-features { list-style: none; margin-bottom: 28px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.price-features li { position: relative; padding-left: 24px; font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
.price-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }
.compliance { padding: 100px 0; position: relative; background: var(--bg-soft); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compliance h3 { font-size: clamp(28px, 3.6vw, 38px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; color: var(--ink); margin-bottom: 12px; }
.cta-final { padding: 100px 0; position: relative; text-align: center; background: var(--bg); color: var(--ink); border-top: 1px solid var(--line); }
.compliance + .cta-final { border-top: 0; }
.cta-final h2 { font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 20px; color: var(--ink); max-width: 720px; margin-left: auto; margin-right: auto; }
.cta-final p { font-size: 18px; color: var(--text-muted); max-width: 580px; margin: 0 auto 32px; }
.faq-list { margin-top: 28px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-summary { width: 100%; border: 0; background: transparent; cursor: pointer; padding: 22px 0; font-size: 16px; font-weight: 700; letter-spacing: -0.005em; font-family: inherit; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; transition: opacity 0.15s ease; }
.faq-summary::after { content: ""; flex-shrink: 0; width: 18px; height: 18px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>"); background-repeat: no-repeat; background-position: center; transition: transform 0.32s cubic-bezier(0.32, 1.28, 0.40, 1.00); }
@media all {
html[data-pindrift-theme="dark"] {
.faq-summary::after { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>"); }
}
}
html[data-pindrift-theme="dark"] {
.faq-summary::after { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>"); }
}
.faq-item.is-open .faq-summary::after { transform: rotate(45deg); }
.faq-summary:hover { opacity: 0.65; }
.faq-summary:focus-visible { outline: 1px solid var(--line-2); outline-offset: 3px; }
.faq-answer-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.34s cubic-bezier(0.22, 0.9, 0.3, 1.02); }
.faq-item.is-open .faq-answer-wrap { grid-template-rows: 1fr; }
.faq-answer { overflow: hidden; min-height: 0; padding: 0; transition: padding-bottom 0.34s cubic-bezier(0.22, 0.9, 0.3, 1.02); }
.faq-item.is-open .faq-answer { padding-bottom: 24px; }
.faq-answer p { font-size: 15px; color: var(--text-secondary); line-height: 1.65; margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--text); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.faq-answer a:hover { opacity: 0.65; }
@media (prefers-reduced-motion: reduce) {
.faq-answer-wrap, .faq-answer, .faq-summary::after { transition: none; }
}
.country-chip { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 4px 10px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 500; color: var(--text-secondary); }
.country-chip .flag { width: 16px; height: 12px; border-radius: 2px; background: linear-gradient( to bottom, #B22234 0%, #B22234 14.28%, #ffffff 14.28%, #ffffff 28.57%, #B22234 28.57%, #B22234 42.85%, #ffffff 42.85%, #ffffff 57.14%, #B22234 57.14%, #B22234 71.42%, #ffffff 71.42%, #ffffff 85.71%, #B22234 85.71%, #B22234 100% ); display: inline-block; flex-shrink: 0; position: relative; overflow: hidden; }
.country-chip .flag::before { content: ""; position: absolute; top: 0; left: 0; width: 7px; height: 6px; background: #3C3B6E; }
.docs-code { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13.5px; line-height: 1.5; overflow-x: auto; color: var(--ink); white-space: pre; margin: 12px 0; }
.docs-overview-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 14px; }
.docs-overview-list > li { padding: 18px 20px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; font-size: 15px; line-height: 1.55; color: var(--text-secondary); transition: border-color 120ms ease, background 120ms ease; }
.docs-overview-list > li:hover { border-color: var(--ink); background: var(--bg); }
.docs-overview-list > li a { color: var(--ink); text-decoration: none; }
.docs-overview-list > li a:hover { text-decoration: underline; }
.page-header { padding: 48px 0 80px; margin-top: 0; text-align: center; position: relative; overflow: hidden; background: var(--bg); }
.page-header::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 140% 90% at 50% -40%, rgba(59, 130, 246, 0.10) 0%, rgba(59, 130, 246, 0.04) 30%, transparent 70%); pointer-events: none; z-index: 0; }
.page-header > * { position: relative; }
.page-header h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 18px; color: var(--ink); }
.page-header p { font-size: 18px; color: var(--text-secondary); max-width: 640px; margin: 0 auto; }
@media (max-width: 760px) {
.page-header { padding: 16px 0 32px; }
.page-header p { font-size: 16px; padding: 0 4px; }
}
.prose { max-width: 720px; margin: 0 auto; font-size: 16px; }
.prose h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin-top: 56px; margin-bottom: 16px; color: var(--ink); }
.prose h3 { font-size: 19px; font-weight: 700; margin-top: 32px; margin-bottom: 10px; color: var(--ink); }
.prose p { margin-bottom: 16px; color: var(--text-secondary); }
.prose ul.prose ol { margin: 0 0 16px 24px; }
.prose li { margin-bottom: 8px; color: var(--text-secondary); }
.prose code { background: var(--bg-subtle); padding: 2px 6px; border-radius: 4px; font-family: ui-monospace, SFMono-Regular, "SF Mono", Consolas, monospace; font-size: 13.5px; }
.prose table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14.5px; }
.prose th.prose td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.prose th { font-weight: 600; color: var(--text); background: var(--bg-subtle); font-size: 13.5px; letter-spacing: 0.02em; }
.prose td { color: var(--text-secondary); }
.callout { background: rgba(59, 130, 246, 0.08); border: 1px solid rgba(59, 130, 246, 0.2); padding: 16px 20px; border-radius: var(--radius); margin: 24px 0; }
.callout strong { color: var(--accent-hover); }
.box-hero { padding: 48px 0 100px; margin-top: 0; position: relative; overflow: hidden; background: var(--bg); }
.box-section.box-section.alt { background: var(--bg); }
.box-hero h1 { font-size: clamp(36px, 5.4vw, 60px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 22px; color: var(--ink); }
.box-hero h1 .accent { background: none; -webkit-background-clip: initial; background-clip: initial; color: #FF6B35 !important; }
.box-hero p.lead { font-size: 19px; line-height: 1.5; color: var(--text-secondary); margin-bottom: 28px; max-width: 540px; }
.box-visual { position: relative; }
.box-visual-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 28px; box-shadow: var(--shadow-lg); }
.box-visual-card-status { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.box-visual-card-status-name { font-weight: 700; color: var(--ink); }
.box-visual-card-status-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: #ecfdf5; color: #047857; }
.box-visual-card-status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #10b981; animation: pulse-soft 2s infinite; }
@keyframes pulse-soft {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.5; }
}
.box-visual-card .mockup-box { margin: 8px 0 20px; }
.box-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; }
.box-detail-cell .lbl { font-size: 10px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.box-detail-cell .val { font-size: 13px; font-weight: 600; color: var(--ink); }
.box-section { padding: 96px 0; position: relative; }
.box-section.alt { background: var(--bg-soft); }
.box-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 880px) {
.box-section-grid { grid-template-columns: 1fr; }
}
.box-section-text h2 { font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 16px; color: var(--ink); }
.box-section-text p { font-size: 16.5px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 14px; }
.box-table-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 28px; box-shadow: var(--shadow-sm); }
.box-table-card table { width: 100%; border-collapse: collapse; font-size: 14px; }
.box-table-card th { text-align: left; padding: 10px 0 14px; font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid var(--line); }
.box-table-card td { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--text-secondary); vertical-align: top; }
.box-table-card tr:last-child td { border-bottom: none; }
.box-table-card td.recommend { font-weight: 700; color: var(--ink); }
.docs-layout { display: grid; grid-template-columns: 248px 1fr; gap: 56px; max-width: 1180px; margin: 0 auto; padding: 110px 28px 80px; }
.docs-pageheader + .docs-layout { padding-top: 24px; }
@media (max-width: 880px) {
.docs-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 96px; }
.docs-pageheader + .docs-layout { padding-top: 24px; }
.docs-sidebar { position: static !important; }
}
.docs-sidebar { position: sticky; top: 100px; align-self: start; max-height: calc(100vh - 130px); overflow-y: auto; padding-right: 8px; }
.docs-sidebar-section { margin-bottom: 22px; }
.docs-sidebar-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-faint, #9c9c9c); margin-bottom: 8px; padding: 0 10px; }
.docs-sidebar-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; }
.docs-sidebar-list a { display: block; padding: 6px 10px; font-size: 13.5px; font-weight: 500; color: var(--text-muted); border-radius: 6px; text-decoration: none; transition: background 0.15s, color 0.15s; }
.docs-sidebar-list a:hover { background: var(--bg-soft); color: var(--ink); }
.docs-sidebar-list a.active { background: var(--bg-soft); color: var(--accent); font-weight: 600; }
.docs-content { min-width: 0; }
.docs-content > .docs-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 8px; }
.docs-content > h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 14px; line-height: 1.1; }
.docs-content > .docs-lead { font-size: 18px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 36px; max-width: 720px; }
.docs-content h2 { font-size: 23px; font-weight: 700; letter-spacing: -0.015em; margin: 48px 0 14px; line-height: 1.25; scroll-margin-top: 100px; }
.docs-content h3 { font-size: 17px; font-weight: 600; margin: 28px 0 8px; line-height: 1.3; scroll-margin-top: 100px; color: var(--ink); }
.docs-content h4 { font-size: 14.5px; font-weight: 600; margin: 20px 0 6px; color: var(--ink); }
.docs-content p { font-size: 15.5px; line-height: 1.65; color: var(--text-secondary); margin: 0 0 14px; max-width: 760px; }
.docs-content ul.docs-content ol { margin: 0 0 18px 22px; padding: 0; font-size: 15.5px; line-height: 1.65; color: var(--text-secondary); max-width: 760px; }
.docs-content li { margin-bottom: 6px; }
.docs-content li > strong { color: var(--ink); font-weight: 600; }
.docs-content code { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 4px; padding: 1px 6px; font-family: ui-monospace, 'SF Mono', 'Consolas', monospace; font-size: 13.5px; color: var(--ink); }
.docs-content kbd { display: inline-block; padding: 1px 7px; background: var(--bg); border: 1px solid var(--line-2); border-bottom-width: 2px; border-radius: 4px; font-family: ui-monospace, 'SF Mono', 'Consolas', monospace; font-size: 12px; color: var(--text); vertical-align: 1px; }
.docs-content hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
.docs-content a { color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; }
.docs-content a:hover { border-bottom-color: var(--accent); }
.docs-callout { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg-soft); margin: 18px 0; max-width: 760px; }
.docs-callout p { margin: 0; font-size: 14.5px; line-height: 1.55; }
.docs-callout p + p { margin-top: 6px; }
.docs-callout-icon { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.docs-callout-title { font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.docs-callout.note .docs-callout-icon { background: rgba(59, 130, 246, 0.14); color: #1d4ed8; }
.docs-callout.note { border-color: rgba(59, 130, 246, 0.22); background: rgba(59, 130, 246, 0.04); }
.docs-callout.tip .docs-callout-icon { background: rgba(16, 185, 129, 0.14); color: #047857; }
.docs-callout.tip { border-color: rgba(16, 185, 129, 0.22); background: rgba(16, 185, 129, 0.04); }
.docs-callout.warning .docs-callout-icon { background: rgba(245, 158, 11, 0.18); color: #b45309; }
.docs-callout.warning { border-color: rgba(245, 158, 11, 0.30); background: rgba(245, 158, 11, 0.05); }
.docs-callout.danger .docs-callout-icon { background: rgba(220, 38, 38, 0.16); color: #b91c1c; }
.docs-callout.danger { border-color: rgba(220, 38, 38, 0.28); background: rgba(220, 38, 38, 0.04); }
.docs-tabs { margin: 18px 0; max-width: 760px; }
.docs-tab-list { display: flex; gap: 2px; padding: 4px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px 10px 0 0; border-bottom: 0; }
.docs-tab-button { padding: 8px 16px; background: transparent; border: 0; border-radius: 7px; font-size: 13.5px; font-weight: 500; color: var(--text-muted); cursor: pointer; transition: background 0.15s, color 0.15s; }
.docs-tab-button:hover { color: var(--ink); }
.docs-tab-button[aria-selected="true"] { background: var(--bg); color: var(--ink); font-weight: 600; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05); }
.docs-tab-panel { padding: 20px 22px; background: var(--bg); border: 1px solid var(--line); border-radius: 0 10px 10px 10px; }
.docs-tab-panel[hidden] { display: none; }
.docs-tab-panel > :first-child { margin-top: 0; }
.docs-tab-panel > :last-child { margin-bottom: 0; }
.docs-table { width: 100%; max-width: 760px; margin: 18px 0; border-collapse: collapse; font-size: 14.5px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.docs-table th.docs-table td { padding: 9px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.docs-table th { background: var(--bg-soft); font-weight: 600; color: var(--ink); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.04em; }
.docs-table tr:last-child td { border-bottom: 0; }
.docs-table tr:hover td { background: var(--bg-soft); }
.docs-status { display: inline-flex; align-items: center; gap: 4px; padding: 2px 9px; font-size: 11.5px; font-weight: 600; border-radius: 999px; letter-spacing: 0.02em; }
.docs-status.ok { background: rgba(16, 185, 129, 0.12); color: #047857; }
.docs-status.warn { background: rgba(245, 158, 11, 0.16); color: #b45309; }
.docs-status.no { background: rgba(220, 38, 38, 0.12); color: #b91c1c; }
.docs-status.partial { background: rgba(99, 102, 241, 0.12); color: #4338ca; }
.docs-steps { list-style: none; margin: 18px 0; padding: 0; counter-reset: docs-step; max-width: 760px; }
.docs-steps > li { position: relative; padding: 14px 18px 14px 56px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; font-size: 15px; line-height: 1.55; color: var(--text-secondary); counter-increment: docs-step; }
.docs-steps > li::before { content: counter(docs-step); position: absolute; top: 14px; left: 16px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.docs-steps > li > strong:first-child { display: block; color: var(--ink); margin-bottom: 4px; font-weight: 600; }
.docs-pageheader { padding: 100px 0 0; border-bottom: 1px solid var(--line); background: var(--bg); }
.docs-callout.warning { background: rgba(234, 88, 12, 0.05); border-color: rgba(234, 88, 12, 0.22); }
.docs-callout.warning .docs-callout-icon { background: rgba(234, 88, 12, 0.12); color: #c2410c; border-color: rgba(234, 88, 12, 0.28); }
.docs-callout.warning .docs-callout-title { color: #c2410c; }
@media (max-width: 720px) {
.hero { padding: 16px 0 60px; }
.hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
.feature-row.feature-row.reverse { padding: 56px 0; }
.compat { padding: 36px 0 28px; }
.honest.pricing-section.box-section.box-section.alt { padding: 56px 0; }
.cta-final { padding: 48px 0 56px; }
.feature-grid-2 { grid-template-columns: minmax(0, 1fr) !important; gap: 28px; min-width: 0; }
.feature-text h2 { font-size: clamp(26px, 7vw, 32px) !important; }
.feature-text p { font-size: 15.5px; }
.feature-row.reverse .feature-visual { order: -1; }
.feature-row .feature-visual { order: -1; }
.feature-visual.feature-text.feature-visual > *.app-frame.app-frame-screen.mockup-multi-panel.mockup-devices.mockup-device.mockup-device-text { min-width: 0; max-width: 100%; }
.feature-visual { padding: 0; }
.mockup-multi-panel { padding: 16px 14px 14px; }
.mockup-multi-header { margin-bottom: 12px; }
.mockup-multi-title { font-size: 13px; }
.mockup-multi-pill { font-size: 10.5px; }
.mockup-device { padding: 10px 12px; gap: 10px; }
.mockup-device-name { font-size: 13.5px; }
.mockup-device-meta { font-size: 11.5px; }
.mockup-device-name.mockup-device-meta { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.section-header { margin-bottom: 32px; }
.section-title { font-size: clamp(24px, 7vw, 32px) !important; }
.section-sub { font-size: 14.5px; }
.commitment-card { padding: 20px; }
.commitment-card h3 { font-size: 16px; }
.pricing-cards.pricing-cards-3 { grid-template-columns: 1fr !important; gap: 14px; max-width: 100% !important; }
.price-card { padding: 24px 22px; }
.price-amount { font-size: 38px; }
.box-hero { padding: 60px 0 40px; }
.box-section-grid { grid-template-columns: 1fr !important; gap: 24px; }
.box-table-card table { font-size: 13px; }
.app-frame { padding: 4px; }
.app-frame-screen { grid-template-columns: 1fr !important; min-width: 0; }
.docs-layout { grid-template-columns: 1fr !important; }
.docs-sidebar { display: none; }
.docs-content { padding: 24px 18px 60px !important; }
.docs-content h1 { font-size: clamp(28px, 8vw, 36px); }
.docs-table.vs-table { font-size: 12px; }
.docs-table th.docs-table td.vs-table th.vs-table td { padding: 9px 10px; }
.docs-table { display: block; width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vs-wrap { border-radius: 10px; }
}
@media (max-width: 420px) {
.feature-text h2.section-title { font-size: 26px !important; }
.price-amount { font-size: 34px; }
}
#pdGlobe { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: grab; }
#pdGlobe:active { cursor: grabbing; }
@media all {
html[data-pindrift-theme="dark"] {
.pd-globe-wrap { background: radial-gradient(circle at 50% 45%, rgba(96,165,250,0.10) 0%, transparent 60%), #1A1A1E; border-color: rgba(255, 255, 255, 0.06); }
.pd-globe-legend { background: rgba(28, 28, 31, 0.85); border-color: rgba(255, 255, 255, 0.10); color: var(--text-muted); }
.pd-globe-dot { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4); }
}
}
html[data-pindrift-theme="dark"] {
.pd-globe-wrap { background: radial-gradient(circle at 50% 45%, rgba(96,165,250,0.10) 0%, transparent 60%), #1A1A1E; border-color: rgba(255, 255, 255, 0.06); }
.pd-globe-legend { background: rgba(28, 28, 31, 0.85); border-color: rgba(255, 255, 255, 0.10); color: var(--text-muted); }
.pd-globe-dot { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4); }
}
.send-link-backdrop { position: fixed; inset: 0; z-index: 9000; background: rgba(15, 23, 42, 0.55); display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
.send-link-backdrop.open { opacity: 1; pointer-events: auto; }
.send-link-card { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px 22px; max-width: 420px; width: 100%; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35); transform: translateY(10px) scale(0.98); transition: transform 0.22s cubic-bezier(0.2, 0.9, 0.3, 1.05); }
.send-link-backdrop.open .send-link-card { transform: translateY(0) scale(1); }
.send-link-card h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; color: var(--ink); }
.send-link-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; margin: 0 0 16px; }
.send-link-field { margin-bottom: 16px; }
.send-link-field label { display: block; font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: 0.02em; text-transform: uppercase; }
.send-link-field input { width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 4px; font-size: 16px; font-weight: 500; font-family: inherit; color: var(--ink); background: var(--bg); box-sizing: border-box; transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; -webkit-appearance: none; appearance: none; }
.send-link-field input::placeholder { color: var(--text-faint); opacity: 1; }
.send-link-field input:hover { border-color: var(--ink); }
.send-link-field input:focus { outline: none; border-color: var(--ink); box-shadow: none; transform: translate(-1px, -1px); }
@media (max-width: 760px) {
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="search"], input[type="password"] { font-size: 16px; }
}
.send-link-actions { display: flex; gap: 10px; }
.send-link-actions button { flex: 1; padding: 12px 14px; border-radius: 4px; font-size: 13px; font-weight: 700; font-family: inherit; cursor: pointer; border: 1px solid var(--line-2); background: var(--bg); color: var(--ink); letter-spacing: 0.005em; transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
.send-link-actions button:hover { background: var(--bg-soft); box-shadow: none; transform: translate(-1px, -1px); }
.send-link-actions button:active { transform: translate(0, 0); box-shadow: 0 0 0 var(--ink); }
.send-link-actions button.primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.send-link-actions button.primary:hover { background: var(--ink); }
.send-link-status { margin-top: 10px; font-size: 12.5px; color: var(--text-muted); min-height: 18px; line-height: 1.45; }
.send-link-status.error { color: #b91c1c; }
.send-link-status.success { color: #047857; }
@media all {
html[data-pindrift-theme="dark"] {
.hs-spoof-card.rt-banner.mirror-pc-banner.mirror-phone-locname { background: rgba(22, 22, 28, 0.94) !important; border-color: rgba(255, 255, 255, 0.08) !important; box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.30) !important; }
.hs-spoof-label.rt-banner-text span.mirror-phone-locname-eyebrow { color: var(--text-muted) !important; }
.hs-spoof-coords.hs-spoof-addr.rt-banner-text strong.mirror-phone-locname-title { color: var(--ink) !important; }
.app-frame { background: var(--bg-soft); }
.app-frame-screen { background: var(--bg); border-color: rgba(255,255,255,0.04); }
.app-sidebar { background: var(--bg-soft); border-right-color: var(--border); }
.app-titlebar { background: var(--bg-soft); border-bottom-color: var(--border); }
.app-titlebar-left { color: var(--ink); }
.app-conn-pill { background: rgba(16, 185, 129, 0.16); color: #6ee7b7; }
.commitment-card { background: var(--bg) !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow-md) !important; }
.commitment-card:hover { border-color: var(--ink) !important; box-shadow: none !important; }
.commitment-card:active { box-shadow: none !important; }
.commitment-icon { background: var(--ink) !important; color: var(--bg) !important; border: 1px solid var(--line-2) !important; box-shadow: var(--shadow-sm) !important; }
.commitment-card:hover .commitment-icon { box-shadow: var(--shadow-lg) !important; }
.commitment-card:active .commitment-icon { box-shadow: 0 0 0 var(--shadow-color) !important; }
.dev-note { background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); border-color: var(--border); border-left-color: var(--accent); }
.dev-note h3 { color: var(--ink); }
.dev-note p { color: var(--text-secondary); }
.compat { background: var(--bg-soft); border-top-color: var(--border); border-bottom-color: var(--border); }
.compat span { color: var(--text-secondary); }
.price-card { background: var(--bg-soft); border-color: var(--border); }
.price-card.featured { background: linear-gradient(180deg, rgba(96,165,250,0.06) 0%, var(--bg-soft) 100%); border-color: var(--accent); }
.mockup-multi-panel.mockup-box-panel { background: var(--bg) !important; }
.mockup-device { background: var(--bg-soft) !important; border-color: var(--border); }
.mockup-device-name { color: var(--ink); }
.mockup-device-meta { color: var(--text-muted); }
.mockup-multi-header.mockup-box-header { background: var(--bg-soft); border-bottom-color: var(--border); }
.solution-card { background: var(--bg-soft) !important; border-color: var(--border); }
.solution-card h3 { color: var(--ink); }
.solution-card p { color: var(--text-secondary); }
.solution-card-icon { background: rgba(96, 165, 250, 0.12); color: var(--accent); }
.box-stat-card { background: var(--bg-soft); border-color: var(--border); }
.box-stat-card .num { color: var(--ink); }
.box-stat-card .lbl { color: var(--text-muted); }
.box-visual-card { background: var(--bg-soft); border-color: var(--border); }
.box-detail-cell { background: var(--bg); border-color: var(--border); }
.box-detail-cell .lbl { color: var(--text-muted); }
.box-detail-cell .val { color: var(--ink); }
.pi-table { background: var(--bg-soft); border-color: var(--border); }
.pi-table th { background: var(--bg-subtle); color: var(--text-muted); border-bottom-color: var(--border); }
.pi-table td { border-bottom-color: var(--border); color: var(--text-secondary); }
.pi-table tr.recommended { background: rgba(96, 165, 250, 0.06); }
.box-section.alt.pricing-section { background: var(--bg-soft); }
.honest { background: var(--bg-soft); }
.section-eyebrow { color: var(--accent); }
.section-title { color: var(--ink); }
.section-sub { color: var(--text-muted); }
.hero-eyebrow { background: var(--bg-soft); border-color: var(--border); color: var(--text-muted); }
.country-chip { background: var(--bg); border-color: var(--border); color: var(--text-muted); }
.prose th.docs-table th { background: var(--bg-subtle); color: var(--ink); border-bottom-color: var(--border); }
.prose td.docs-table td { border-bottom-color: var(--border); color: var(--text-secondary); }
.prose tr:hover td.docs-table tr:hover td { background: var(--bg-soft); }
.docs-callout.note { background: rgba(96, 165, 250, 0.07); border-color: rgba(96, 165, 250, 0.30); }
.docs-callout.tip { background: rgba(16, 185, 129, 0.07); border-color: rgba(16, 185, 129, 0.30); }
.docs-callout.warning { background: rgba(245, 158, 11, 0.07); border-color: rgba(245, 158, 11, 0.35); }
.docs-callout.danger { background: rgba(239, 68, 68, 0.07); border-color: rgba(239, 68, 68, 0.40); }
.toast { background: var(--ink); color: var(--bg); }
input[type="text"], input[type="email"], input[type="password"] { background: var(--bg-soft); color: var(--ink); border-color: var(--border); }
.feature-visual { filter: brightness(0.95); }
.vs-wrap { background: var(--bg-soft); border-color: var(--border); box-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vs-table thead th { background: var(--bg-subtle); border-bottom-color: var(--border); }
.vs-table thead th.vs-th-pin { background: var(--ink); color: var(--bg); border-bottom-color: var(--ink); }
.vs-th-pin .vs-vendor-by { color: var(--bg); opacity: 0.55; }
.vs-cat { background: var(--bg-subtle); border-right-color: var(--border); }
.vs-pin { background: var(--bg-soft); border-left-color: var(--ink); border-right-color: var(--ink); color: var(--ink); }
.vs-table tbody td { border-bottom-color: var(--border); }
.vs-section td { background: var(--bg-subtle); color: var(--text-muted); border-top-color: var(--border); border-bottom-color: var(--border); }
.vs-table tbody tr:not(.vs-section):hover td:not(.vs-cat):not(.vs-pin) { background: var(--bg); }
}
}
html[data-pindrift-theme="dark"] {
.hs-spoof-card.rt-banner.mirror-pc-banner.mirror-phone-locname { background: rgba(22, 22, 28, 0.94) !important; border-color: rgba(255, 255, 255, 0.08) !important; box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.30) !important; }
.hs-spoof-label.rt-banner-text span.mirror-phone-locname-eyebrow { color: var(--text-muted) !important; }
.hs-spoof-coords.hs-spoof-addr.rt-banner-text strong.mirror-phone-locname-title { color: var(--ink) !important; }
.app-frame { background: var(--bg-soft); }
.app-frame-screen { background: var(--bg); border-color: rgba(255,255,255,0.04); }
.app-sidebar { background: var(--bg-soft); border-right-color: var(--border); }
.app-titlebar { background: var(--bg-soft); border-bottom-color: var(--border); }
.app-titlebar-left { color: var(--ink); }
.app-conn-pill { background: rgba(16, 185, 129, 0.16); color: #6ee7b7; }
.commitment-card { background: var(--bg) !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow-md) !important; }
.commitment-card:hover { border-color: var(--ink) !important; box-shadow: none !important; }
.commitment-card:active { box-shadow: none !important; }
.commitment-icon { background: var(--ink) !important; color: var(--bg) !important; border: 1px solid var(--line-2) !important; box-shadow: var(--shadow-sm) !important; }
.commitment-card:hover .commitment-icon { box-shadow: var(--shadow-lg) !important; }
.commitment-card:active .commitment-icon { box-shadow: 0 0 0 var(--shadow-color) !important; }
.dev-note { background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); border-color: var(--border); border-left-color: var(--accent); }
.dev-note h3 { color: var(--ink); }
.dev-note p { color: var(--text-secondary); }
.compat { background: var(--bg-soft); border-top-color: var(--border); border-bottom-color: var(--border); }
.compat span { color: var(--text-secondary); }
.price-card { background: var(--bg-soft); border-color: var(--border); }
.price-card.featured { background: linear-gradient(180deg, rgba(96,165,250,0.06) 0%, var(--bg-soft) 100%); border-color: var(--accent); }
.mockup-multi-panel.mockup-box-panel { background: var(--bg) !important; }
.mockup-device { background: var(--bg-soft) !important; border-color: var(--border); }
.mockup-device-name { color: var(--ink); }
.mockup-device-meta { color: var(--text-muted); }
.mockup-multi-header.mockup-box-header { background: var(--bg-soft); border-bottom-color: var(--border); }
.solution-card { background: var(--bg-soft) !important; border-color: var(--border); }
.solution-card h3 { color: var(--ink); }
.solution-card p { color: var(--text-secondary); }
.solution-card-icon { background: rgba(96, 165, 250, 0.12); color: var(--accent); }
.box-stat-card { background: var(--bg-soft); border-color: var(--border); }
.box-stat-card .num { color: var(--ink); }
.box-stat-card .lbl { color: var(--text-muted); }
.box-visual-card { background: var(--bg-soft); border-color: var(--border); }
.box-detail-cell { background: var(--bg); border-color: var(--border); }
.box-detail-cell .lbl { color: var(--text-muted); }
.box-detail-cell .val { color: var(--ink); }
.pi-table { background: var(--bg-soft); border-color: var(--border); }
.pi-table th { background: var(--bg-subtle); color: var(--text-muted); border-bottom-color: var(--border); }
.pi-table td { border-bottom-color: var(--border); color: var(--text-secondary); }
.pi-table tr.recommended { background: rgba(96, 165, 250, 0.06); }
.box-section.alt.pricing-section { background: var(--bg-soft); }
.honest { background: var(--bg-soft); }
.section-eyebrow { color: var(--accent); }
.section-title { color: var(--ink); }
.section-sub { color: var(--text-muted); }
.hero-eyebrow { background: var(--bg-soft); border-color: var(--border); color: var(--text-muted); }
.country-chip { background: var(--bg); border-color: var(--border); color: var(--text-muted); }
.prose th.docs-table th { background: var(--bg-subtle); color: var(--ink); border-bottom-color: var(--border); }
.prose td.docs-table td { border-bottom-color: var(--border); color: var(--text-secondary); }
.prose tr:hover td.docs-table tr:hover td { background: var(--bg-soft); }
.docs-callout.note { background: rgba(96, 165, 250, 0.07); border-color: rgba(96, 165, 250, 0.30); }
.docs-callout.tip { background: rgba(16, 185, 129, 0.07); border-color: rgba(16, 185, 129, 0.30); }
.docs-callout.warning { background: rgba(245, 158, 11, 0.07); border-color: rgba(245, 158, 11, 0.35); }
.docs-callout.danger { background: rgba(239, 68, 68, 0.07); border-color: rgba(239, 68, 68, 0.40); }
.toast { background: var(--ink); color: var(--bg); }
input[type="text"], input[type="email"], input[type="password"] { background: var(--bg-soft); color: var(--ink); border-color: var(--border); }
.feature-visual { filter: brightness(0.95); }
.vs-wrap { background: var(--bg-soft); border-color: var(--border); box-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vs-table thead th { background: var(--bg-subtle); border-bottom-color: var(--border); }
.vs-table thead th.vs-th-pin { background: var(--ink); color: var(--bg); border-bottom-color: var(--ink); }
.vs-th-pin .vs-vendor-by { color: var(--bg); opacity: 0.55; }
.vs-cat { background: var(--bg-subtle); border-right-color: var(--border); }
.vs-pin { background: var(--bg-soft); border-left-color: var(--ink); border-right-color: var(--ink); color: var(--ink); }
.vs-table tbody td { border-bottom-color: var(--border); }
.vs-section td { background: var(--bg-subtle); color: var(--text-muted); border-top-color: var(--border); border-bottom-color: var(--border); }
.vs-table tbody tr:not(.vs-section):hover td:not(.vs-cat):not(.vs-pin) { background: var(--bg); }
}
@keyframes heroPanelIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hero-app-shot .hs-panel.active { animation: heroPanelIn 0.32s ease both; }
.reveal-on-scroll { opacity: 0; transition: opacity 0.6s ease; will-change: opacity; }
.reveal-on-scroll.is-visible { opacity: 1; }
.hero-visual { perspective: none; }
.hero-app-shot { transform: none; transform-style: flat; }
.live-chip-city { display: inline-block; font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: reduce) {
.hero-app-shot .hs-panel.active { animation: none; }
.reveal-on-scroll { opacity: 1; transition: none; }
}
.mockup-device-iphone.mockup-device-iphone.tone-blue::before.mockup-device-iphone.tone-pink::before.mockup-device-iphone.tone-green::before { background: var(--ink) !important; }
.hero-app-shot.hero-app-shot .hs-titlebar.hero-app-shot .hs-statusbar { background: var(--bg) !important; border-color: var(--border) !important; }
.price-card.featured { background: #FFFFFF !important; color: #000000 !important; border: 1.5px solid #000000 !important; box-shadow: 4px 4px 0 #000000 !important; }
.price-card.featured *, .price-card.featured h2, .price-card.featured h3, .price-card.featured p, .price-card.featured li, .price-card.featured strong, .price-card.featured .price-name, .price-card.featured .price-amount, .price-card.featured .price-cadence, .price-card.featured .price-tagline { color: #000000 !important; }
.cta-final.site-footer { background: var(--bg) !important; border-top: 1px solid var(--line) !important; }
.country-chip { color: var(--text) !important; border-radius: var(--radius) !important; padding: 4px 10px !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.04em !important; text-transform: uppercase !important; }
.section-eyebrow { display: inline-block; font-size: 10.5px !important; font-weight: 800 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; color: var(--text) !important; padding: 0 !important; margin-bottom: 12px !important; border: none !important; }
.box-section.alt, section[style*="background: var(--bg-soft)"] { background: var(--bg-soft) !important; }
@view-transition {
  navigation: auto;
}
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 280ms; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-fill-mode: both; mix-blend-mode: normal; }
::view-transition-old(root) { animation-name: pindriftPageOut; }
::view-transition-new(root) { animation-name: pindriftPageIn; }
@keyframes pindriftPageOut {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(-4px); }
}
@keyframes pindriftPageIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
::view-transition-old(site-header), ::view-transition-new(site-header), ::view-transition-old(site-footer), ::view-transition-new(site-footer) { animation-duration: 180ms; }
@supports not (view-transition-name: root) {
@media (prefers-reduced-motion: no-preference) {
@keyframes pindriftPageFadeIn {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }
}
}
@media (prefers-reduced-motion: reduce) {
::view-transition-old(root), ::view-transition-new(root), ::view-transition-old(site-header), ::view-transition-new(site-header), ::view-transition-old(site-footer), ::view-transition-new(site-footer) { animation-duration: 1ms !important; }
}
