html, body { margin: 0 !important; padding: 0 !important; overflow-x: hidden; }
.sqs-block-html, .sqs-block-content, #content-wrapper, #page, #siteWrapper, .Main, .main-content, .page-section:has(.vfl-page) {
  padding: 0 !important; margin: 0 !important; max-width: 100% !important;
}
.vfl-page *, .vfl-page *::before, .vfl-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.vfl-page {
  --white: oklch(100% 0 0);
  --lavender: oklch(96% 0.01 265);
  --lavender-soft: oklch(98.5% 0.005 265);
  --teal-dark: oklch(45% 0.1 210);
  --teal: oklch(60% 0.12 210);
  --teal-light: oklch(75% 0.12 210);
  --teal-pale: oklch(96% 0.03 210);
  --navy: oklch(20% 0.03 265);
  --navy-2: oklch(26% 0.04 265);
  --text: oklch(22% 0.02 265);
  --text-light: oklch(42% 0.02 265);
  --radius: 20px;
  --shadow-soft: 0 8px 32px oklch(0% 0 0 / 0.06);
  --shadow-lift: 0 24px 64px oklch(0% 0 0 / 0.12);
  --font-heading: 'Dunbar Tall', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Adelle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  background: var(--lavender-soft);
}
.vfl-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.vfl-container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.vfl-h1 { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 500; line-height: 1.1; letter-spacing: 0.02em; text-wrap: balance; }
.vfl-h2 { font-family: var(--font-heading); font-size: 1.55rem; font-weight: 500; line-height: 1.2; letter-spacing: 0.02em; color: var(--navy); margin-bottom: 14px; }
.vfl-h3 { font-family: var(--font-heading); font-size: 1.12rem; font-weight: 500; line-height: 1.25; letter-spacing: 0.02em; color: var(--navy); margin: 24px 0 8px; }
.vfl-eyebrow { display: inline-block; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--teal-light); margin-bottom: 16px; }
.vfl-section-intro { font-size: 1.2rem; color: var(--text-light); max-width: 680px; margin: 0 auto 48px; text-align: center; text-wrap: pretty; }
.vfl-btn-primary, .vfl-btn-ghost {
  display: inline-flex; align-items: center; gap: 10px; border-radius: 50px; text-decoration: none; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  transition: transform 0.3s cubic-bezier(.2,.8,.25,1), box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.vfl-btn-primary { padding: 18px 40px; border: none; background: linear-gradient(135deg, var(--teal-light), var(--teal-dark)); color: var(--white); box-shadow: 0 12px 32px oklch(60% 0.12 210 / 0.35); }
.vfl-btn-primary:hover, .vfl-btn-ghost:hover { transform: translateY(-4px); }
.vfl-btn-ghost { padding: 10px 24px; border: 1px solid oklch(100% 0 0 / 0.3); background: oklch(100% 0 0 / 0.05); color: var(--white); font-size: 0.9rem; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.vfl-global-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 0; }
.vfl-global-header .vfl-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.topnav-logo { max-height: 48px; width: auto; display: block; filter: brightness(0) invert(1); }
.vfl-global-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.vfl-page-links { display: flex; align-items: center; gap: 24px; }
.vfl-page-links a { color: oklch(100% 0 0 / 0.85); text-decoration: none; font-size: 0.95rem; font-weight: 600; transition: color 0.2s; }
.vfl-page-links a:hover { color: var(--white); }
.vfl-hero { position: relative; overflow: hidden; color: var(--white); text-align: center; padding: 180px 24px 106px;
  background: radial-gradient(1200px 800px at 80% 0%, oklch(35% 0.08 250) 0%, transparent 60%),
              radial-gradient(900px 600px at 10% 100%, oklch(35% 0.1 210) 0%, transparent 60%),
              linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%);
}
.vfl-hero::before, .vfl-hero::after { content: ''; position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.4; pointer-events: none; }
.vfl-hero::before { width: 600px; height: 600px; background: var(--teal); top: -200px; right: -150px; animation: vflDrift 18s ease-in-out infinite alternate; }
.vfl-hero::after { width: 500px; height: 500px; background: oklch(40% 0.12 270); bottom: -250px; left: -150px; animation: vflDrift 22s ease-in-out infinite alternate-reverse; }
@keyframes vflDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(50px,40px,0) scale(1.1); } }
.vfl-hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.vfl-hero .vfl-h1 { margin-bottom: 18px; }
.vfl-hero-tagline { font-size: 1.25rem; color: oklch(100% 0 0 / 0.84); margin: 0 auto 24px; max-width: 760px; text-wrap: pretty; }
.vfl-hero-note { font-size: 0.95rem; color: oklch(100% 0 0 / 0.62); }
.vfl-nav { position: sticky; top: 16px; z-index: 50; display: flex; justify-content: center; padding: 0 16px; margin-top: -38px; }
.vfl-nav-pill { display: flex; gap: 6px; padding: 8px; border-radius: 60px; max-width: 100%; overflow-x: auto; scrollbar-width: none; background: oklch(24% 0.04 265 / 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid oklch(100% 0 0 / 0.15); box-shadow: 0 16px 48px oklch(0% 0 0 / 0.4); }
.vfl-nav-pill a { flex: 0 0 auto; padding: 10px 20px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; color: oklch(100% 0 0 / 0.8); text-decoration: none; white-space: nowrap; }
.vfl-nav-pill a:hover { color: var(--white); background: oklch(100% 0 0 / 0.1); }
.vfl-legal { padding: 82px 0 92px; }
.vfl-legal-card { background: oklch(100% 0 0 / 0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: var(--radius); padding: 36px 38px; box-shadow: var(--shadow-soft); border: 1px solid oklch(0% 0 0 / 0.05); margin-bottom: 26px; }
.vfl-legal-card p { margin-bottom: 14px; font-size: 0.98rem; color: var(--text); }
.vfl-legal-card p:last-child { margin-bottom: 0; }
.vfl-legal-card ul { padding-left: 22px; margin: 8px 0 16px; }
.vfl-legal-card li { margin-bottom: 8px; font-size: 0.98rem; color: var(--text); }
.vfl-definition strong, .vfl-contact-line { color: var(--navy); }
.vfl-callout { background: linear-gradient(120deg, var(--teal-pale), var(--lavender)); border: 1px solid oklch(60% 0.12 210 / 0.18); border-radius: 14px; padding: 18px 20px; margin-bottom: 18px; }
.vfl-reveal { opacity: 0; transform: translateY(40px); }
.vfl-reveal.vfl-in { opacity: 1; transform: translateY(0); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.8,.25,1); }
.vfl-reveal-d1 { transition-delay: 0.1s; }
.vfl-reveal-d2 { transition-delay: 0.2s; }
.vfl-reveal-d3 { transition-delay: 0.3s; }
.vfl-reveal-d4 { transition-delay: 0.4s; }

@keyframes vfl-fade-in-up {
  0% { opacity: 0; transform: translateY(60px); }
  100% { opacity: 1; transform: translateY(0); }
}

@supports ((animation-timeline: view()) and (animation-range: entry)) {
  @media (prefers-reduced-motion: no-preference) {
    .vfl-reveal {
      opacity: 1; transform: none;
      animation: vfl-fade-in-up auto cubic-bezier(.2,.8,.25,1) both;
      animation-timeline: view(block);
      animation-range: entry 5% cover 25%;
    }
    .vfl-reveal.vfl-in { transition: none; }
  }
}
.vfl-footer { background: oklch(20% 0.03 265); color: oklch(100% 0 0 / 0.7); padding: 80px 0 50px; }
.vfl-footer-inner { display: grid; grid-template-columns: 2fr 1fr; gap: 56px; margin-bottom: 48px; }
.vfl-footer-logo { max-height: 52px; width: auto; margin-bottom: 20px; display: block; filter: brightness(0) invert(1); }
.vfl-footer-firm p { font-size: 1rem; line-height: 1.7; }
.vfl-footer-firm a, .vfl-footer-links a { color: var(--teal-light); text-decoration: none; }
.vfl-footer-links h4 { font-family: var(--font-heading); font-size: 1.15rem; letter-spacing: 0.03em; color: var(--white); margin-bottom: 16px; }
.vfl-footer-links ul { list-style: none; padding: 0; }
.vfl-footer-links li { margin-bottom: 10px; }
.vfl-footer-divider { border: none; border-top: 1px solid oklch(100% 0 0 / 0.1); margin-bottom: 28px; }
.vfl-footer-bottom { font-size: 0.9rem; line-height: 1.6; color: oklch(100% 0 0 / 0.5); }
.vfl-footer-bottom p { margin-bottom: 10px; }
@media (max-width: 920px) {
  .vfl-global-header .vfl-container { flex-direction: column; justify-content: center; gap: 16px; }
  .vfl-hero { padding-top: 220px !important; }
}
@media (max-width: 768px) {
  .vfl-h1 { font-size: 2.5rem; }
  .vfl-hero { padding-top: 250px !important; }
  .vfl-legal-card { padding: 26px 22px; }
  .vfl-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .vfl-global-links { flex-direction: column; gap: 16px; }
}
@media (max-width: 600px) {
  .vfl-footer-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 520px) {
  .vfl-page-links { flex-direction: column; gap: 12px; }
  .vfl-hero { padding-top: 460px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .vfl-page *, .vfl-page *::before, .vfl-page *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .vfl-reveal { opacity: 1; transform: none; }
}


/* ═══════════ SUPPORT PAGE STYLES ═══════════ */
.vfl-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.vfl-support-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); border: 1px solid oklch(0% 0 0 / 0.05); }
.vfl-support-card h2 { margin-bottom: 8px; }
.vfl-support-card p { color: var(--text-light); }
.vfl-faq-item { background: var(--white); border: 1px solid oklch(0% 0 0 / 0.06); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.vfl-faq-item summary { padding: 18px 22px; font-weight: 700; color: var(--navy); cursor: pointer; list-style: none; }
.vfl-faq-item summary::-webkit-details-marker { display: none; }
.vfl-faq-answer { padding: 0 22px 20px; color: var(--text-light); }
.vfl-faq-answer p, .vfl-faq-answer li { margin-bottom: 8px; }
.vfl-faq-answer ul { padding-left: 20px; }
@media (max-width: 820px) { .vfl-support-grid { grid-template-columns: 1fr; } }


/* ═══════════ TOC / LEGAL STYLES ═══════════ */
.vfl-toc {
  background: var(--white); border-radius: var(--radius); padding: 26px 28px;
  box-shadow: var(--shadow-soft); border: 1px solid oklch(24% 0.04 265 / 0.06);
  margin: -34px auto 40px; position: relative; z-index: 2;
}
.vfl-toc h2 { font-family: var(--font-heading); font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); margin-bottom: 12px; }
.vfl-toc ol { columns: 2; column-gap: 36px; padding-left: 20px; }
@media (max-width: 640px) { .vfl-toc ol { columns: 1; } }
.vfl-toc li { margin-bottom: 6px; font-size: 0.95rem; }
.vfl-toc a { color: var(--teal-dark); text-decoration: none; }
.vfl-toc a:hover { text-decoration: underline; }


/* ═══════════ MARKETING STYLES ═══════════ */
.vfl-section { padding: 110px 0; }
.vfl-h1 { font-size: 3.8rem; }
.vfl-h2 { font-size: 2.6rem; line-height: 1.15; }
.vfl-h3 { font-size: 1.6rem; }

@media (max-width: 768px) {
  .vfl-section { padding: 72px 0; }
  .vfl-h1 { font-size: 2.6rem; }
  .vfl-h2 { font-size: 2rem; }
}

.vfl-hero-tagline {
  font-size: 1.35rem; font-weight: 400; color: oklch(100% 0 0 / 0.85);
  margin: 24px auto 44px; line-height: 1.6; max-width: 780px; text-wrap: pretty;
}
.vfl-hero-ctas { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.vfl-hero-note { margin-top: 28px; font-size: 0.95rem; color: oklch(100% 0 0 / 0.6); }

.vfl-hero-stagger > * { opacity: 0; transform: translateY(30px); animation: vflRise 1s cubic-bezier(.2,.8,.25,1) forwards; }
.vfl-hero-stagger > *:nth-child(1) { animation-delay: 0.1s; }
.vfl-hero-stagger > *:nth-child(2) { animation-delay: 0.25s; }
.vfl-hero-stagger > *:nth-child(3) { animation-delay: 0.4s; }
.vfl-hero-stagger > *:nth-child(4) { animation-delay: 0.55s; }
.vfl-hero-stagger > *:nth-child(5) { animation-delay: 0.7s; }
@keyframes vflRise { to { opacity: 1; transform: none; } }

/* ═══════════ STICKY NAV ═══════════ */
.vfl-nav {
  position: sticky; top: 16px; z-index: 50; display: flex; justify-content: center; padding: 0 16px;
  margin-top: -38px;
}
.vfl-nav-pill {
  display: flex; gap: 6px; padding: 8px; border-radius: 60px; max-width: 100%;
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  background: oklch(24% 0.04 265 / 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid oklch(100% 0 0 / 0.15); box-shadow: 0 16px 48px oklch(0% 0 0 / 0.4);
}
.vfl-nav-pill::-webkit-scrollbar { display: none; }
.vfl-nav-pill a {
  flex: 0 0 auto; padding: 10px 20px; border-radius: 50px; font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.03em; color: oklch(100% 0 0 / 0.8); text-decoration: none; white-space: nowrap;
  transition: color 0.3s, background 0.3s;
}
.vfl-nav-pill a:hover { color: var(--white); background: oklch(100% 0 0 / 0.1); }
.vfl-nav-pill a.vfl-active { background: var(--teal); color: var(--white); }

/* ═══════════ TRUST BAR ═══════════ */
.vfl-trust { background: var(--white); padding: 90px 0 80px; }
.vfl-trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 32px; text-align: center;
}
@media (max-width: 900px) { .vfl-trust-grid { grid-template-columns: repeat(2, 1fr); } }
.vfl-trust-num {
  font-family: var(--font-heading); font-size: 3.2rem; font-weight: 500; letter-spacing: 0.01em;
  color: var(--navy); line-height: 1; margin-bottom: 12px; font-variant-numeric: tabular-nums;
}
.vfl-trust-num .vfl-x { color: var(--teal); }
.vfl-trust-label { font-size: 1rem; color: var(--text-light); font-weight: 600; letter-spacing: 0.03em; }

/* ═══════════ PILLARS ═══════════ */
.vfl-pillars {
  background: radial-gradient(circle at 10% 10%, var(--lavender-soft) 0%, transparent 60%),
              radial-gradient(circle at 90% 90%, var(--teal-pale) 0%, transparent 60%),
              var(--white);
}
.vfl-pillars-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
@media (max-width: 1024px) { .vfl-pillars-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vfl-pillars-grid { grid-template-columns: 1fr; } }
.vfl-pillar {
  background: oklch(100% 0 0 / 0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius); padding: 36px 28px;
  border: 1px solid oklch(0% 0 0 / 0.04); box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(.2,.8,.25,1), box-shadow 0.4s;
}
.vfl-pillar:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.vfl-pillar-num {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: var(--teal-pale); color: var(--teal-dark);
  font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; margin-bottom: 20px;
}
.vfl-pillar h3 { font-family: var(--font-heading); font-size: 1.25rem; letter-spacing: 0.02em; color: var(--navy); margin-bottom: 12px; }
.vfl-pillar p { font-size: 0.98rem; color: var(--text-light); line-height: 1.6; }

/* ═══════════ FEATURE SECTIONS ═══════════ */
.vfl-feature { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; }
@media (max-width: 820px) { .vfl-feature { display: grid; grid-template-columns: 1fr; gap: 48px; } }
.vfl-feature-reverse { direction: rtl; }
.vfl-feature-reverse > * { direction: ltr; }
.vfl-feature-text .vfl-h2 { color: var(--navy); margin-bottom: 16px; }
.vfl-feature-text .vfl-lede { font-size: 1.2rem; color: var(--text-light); margin-bottom: 32px; text-wrap: pretty; }
.vfl-feature-list { list-style: none; padding: 0; }
.vfl-feature-list li {
  padding: 10px 0 10px 36px; position: relative; font-size: 1.05rem; color: var(--text); line-height: 1.6;
}
.vfl-feature-list li::before {
  content: ''; position: absolute; left: 2px; top: 18px; width: 10px; height: 10px;
  border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 6px var(--teal-pale);
}
.vfl-feature-visual {
  position: relative; border-radius: 28px; min-height: 380px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 70%, oklch(35% 0.08 240) 100%);
  box-shadow: var(--shadow-lift);
  border: 1px solid oklch(100% 0 0 / 0.1);
  padding-bottom: 60px;
}
.vfl-feature-visual::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(500px 400px at 80% 20%, oklch(60% 0.12 210 / 0.35), transparent 70%);
}
.vfl-feature-glyph {
  position: relative; font-size: 5.5rem; line-height: 1; filter: drop-shadow(0 16px 32px oklch(0% 0 0 / 0.4));
  animation: vflFloat 8s ease-in-out infinite;
}
@keyframes vflFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
.vfl-feature-chiprow {
  position: absolute; bottom: 28px; left: 0; right: 0; display: flex; gap: 10px;
  justify-content: center; flex-wrap: wrap; padding: 0 24px;
}
.vfl-chip {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: oklch(100% 0 0 / 0.95); background: oklch(100% 0 0 / 0.12);
  border: 1px solid oklch(100% 0 0 / 0.2); border-radius: 50px; padding: 6px 16px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px oklch(0% 0 0 / 0.1);
}
.vfl-bg-white { background: var(--white); }
.vfl-bg-soft { background: var(--lavender-soft); }

/* ═══════════ DEVICES ═══════════ */
.vfl-devices {
  background: radial-gradient(1000px 600px at 50% -20%, oklch(35% 0.08 240) 0%, transparent 70%),
              linear-gradient(180deg, var(--navy), var(--navy-2));
  color: var(--white); text-align: center;
}
.vfl-devices .vfl-h2 { margin-bottom: 18px; color: var(--white); }
.vfl-devices-sub { font-size: 1.2rem; color: oklch(100% 0 0 / 0.8); margin-bottom: 64px; max-width: 740px; margin-left: auto; margin-right: auto; text-wrap: pretty; }
.vfl-devices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
@media (max-width: 640px) { .vfl-devices-grid { grid-template-columns: 1fr; } }
.vfl-device-card {
  padding: 42px 28px; border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.06); border: 1px solid oklch(100% 0 0 / 0.12);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px oklch(0% 0 0 / 0.2);
  transition: transform 0.4s cubic-bezier(.2,.8,.25,1), background 0.4s, border-color 0.4s;
}
.vfl-device-card:hover { transform: translateY(-8px); background: oklch(100% 0 0 / 0.1); border-color: oklch(100% 0 0 / 0.25); }
.vfl-device-icon { font-size: 2.6rem; margin-bottom: 18px; filter: drop-shadow(0 4px 12px oklch(0% 0 0 / 0.3)); }
.vfl-device-card h3 { font-family: var(--font-heading); font-size: 1.35rem; letter-spacing: 0.03em; margin-bottom: 10px; }
.vfl-device-card p { font-size: 1rem; color: oklch(100% 0 0 / 0.75); line-height: 1.6; }

/* ═══════════ PRIVACY ═══════════ */
.vfl-privacy { background: var(--white); text-align: center; }
.vfl-privacy-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-bottom: 56px; }
@media (max-width: 1024px) { .vfl-privacy-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .vfl-privacy-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .vfl-privacy-grid { grid-template-columns: 1fr; } }
.vfl-privacy-item {
  padding: 36px 24px; border-radius: var(--radius); border: 1px solid oklch(0% 0 0 / 0.05);
  background: var(--lavender-soft); transition: transform 0.4s, box-shadow 0.4s;
}
.vfl-privacy-item:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.vfl-privacy-icon { font-size: 2.2rem; margin-bottom: 16px; }
.vfl-privacy-item h3 { font-family: var(--font-heading); font-size: 1.15rem; letter-spacing: 0.02em; color: var(--navy); margin-bottom: 10px; }
.vfl-privacy-item p { font-size: 0.98rem; color: var(--text-light); line-height: 1.6; }
.vfl-privacy-statement {
  font-size: 1.15rem; font-weight: 600; color: var(--navy); padding: 32px 36px;
  background: linear-gradient(135deg, var(--teal-pale), var(--lavender));
  border-radius: var(--radius); max-width: 760px; margin: 0 auto;
  border: 1px solid oklch(60% 0.12 210 / 0.15); box-shadow: var(--shadow-soft);
  text-wrap: balance;
}

/* ═══════════ INTEGRATIONS ═══════════ */
.vfl-integrations { background: var(--lavender-soft); text-align: center; }
.vfl-int-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 32px; }
.vfl-int-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 50px;
  background: var(--white); border: 1px solid oklch(0% 0 0 / 0.05); box-shadow: var(--shadow-soft);
  font-size: 1.05rem; font-weight: 600; color: var(--navy); transition: transform 0.3s;
}
.vfl-int-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.vfl-int-note { font-size: 1.05rem; color: var(--text-light); max-width: 760px; margin: 0 auto; text-wrap: pretty; }

/* ═══════════ PRICING ═══════════ */
.vfl-pricing { background: linear-gradient(180deg, var(--lavender-soft), var(--lavender)); text-align: center; }
.vfl-pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1120px; margin: 0 auto 56px;
}
@media (max-width: 1024px) { .vfl-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vfl-pricing-grid { grid-template-columns: 1fr; max-width: 420px; } }
.vfl-price-card {
  background: oklch(100% 0 0 / 0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 24px; padding: 48px 28px 40px;
  border: 1px solid oklch(0% 0 0 / 0.05); position: relative;
  transition: transform 0.4s cubic-bezier(.2,.8,.25,1), box-shadow 0.4s, border-color 0.4s;
}
.vfl-price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); border-color: var(--teal); }
.vfl-price-card-featured {
  border-color: var(--teal);
  box-shadow: 0 24px 64px oklch(60% 0.12 210 / 0.2);
}
.vfl-price-badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark)); color: var(--white);
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  padding: 8px 20px; border-radius: 50px; white-space: nowrap; box-shadow: 0 8px 20px oklch(60% 0.12 210 / 0.3);
}
.vfl-price-label { font-family: var(--font-heading); font-size: 1.25rem; letter-spacing: 0.03em; color: var(--navy); margin-bottom: 12px; }
.vfl-price-amount { font-family: var(--font-heading); font-size: 3rem; letter-spacing: 0.01em; color: var(--navy); margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.vfl-price-period { font-size: 1rem; color: var(--text-light); margin-bottom: 20px; }
.vfl-price-save {
  display: inline-block; background: var(--teal-pale); color: var(--teal-dark);
  font-size: 0.85rem; font-weight: 700; padding: 6px 16px; border-radius: 50px; margin-bottom: 16px;
}
.vfl-price-trial { font-size: 0.95rem; color: var(--text-light); }
.vfl-pricing-fineprint { font-size: 0.95rem; color: var(--text-light); max-width: 760px; margin: 0 auto 48px; text-wrap: pretty; }

/* ═══════════ FINAL CTA ═══════════ */
.vfl-cta {
  position: relative; overflow: hidden; text-align: center; color: var(--white);
  background: radial-gradient(1000px 500px at 50% 120%, oklch(40% 0.1 210) 0%, transparent 60%),
              linear-gradient(160deg, var(--navy), var(--navy-2));
  padding: 130px 24px;
}
.vfl-cta .vfl-h2 { margin-bottom: 20px; color: var(--white); }
.vfl-cta p { font-size: 1.25rem; color: oklch(100% 0 0 / 0.85); margin-bottom: 44px; max-width: 680px; margin-left: auto; margin-right: auto; text-wrap: pretty; }


/* ═══════════════════════════════════════════════════════════
   ENHANCED MOTION & NEW SECTIONS  (2026 restructure)
   Every decorative loop below is neutralized by the global
   prefers-reduced-motion block; JS effects guard on `reduced`.
   ═══════════════════════════════════════════════════════════ */

/* ── Scroll progress bar ── */
.vfl-scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--teal-light), var(--teal));
  box-shadow: 0 0 12px oklch(60% 0.12 210 / 0.6);
  z-index: 200; pointer-events: none; transition: width 0.12s linear;
}

/* ── Hero aurora layer + shimmering accent ── */
.vfl-hero-aurora {
  position: absolute; inset: -25% -15% auto -15%; height: 150%;
  pointer-events: none; z-index: 0; opacity: 0.55; mix-blend-mode: screen;
  background:
    conic-gradient(from 0deg at 32% 28%, transparent 0deg, oklch(62% 0.14 205 / 0.55) 90deg, transparent 210deg),
    conic-gradient(from 180deg at 72% 62%, transparent 0deg, oklch(52% 0.16 285 / 0.5) 120deg, transparent 250deg);
  filter: blur(64px);
  animation: vflAurora 26s ease-in-out infinite alternate;
}
@keyframes vflAurora {
  0%   { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  100% { transform: translate3d(0,-4%,0) rotate(9deg) scale(1.14); }
}
.vfl-accent {
  background: linear-gradient(100deg, var(--teal-light) 0%, oklch(86% 0.09 200) 28%, var(--teal-light) 55%, oklch(82% 0.1 235) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: vflShimmer 6s linear infinite;
}
@keyframes vflShimmer { to { background-position: 220% 0; } }

/* ── Pointer-reactive shine (feature panels) + 3D tilt (device frame) ── */
.vfl-tilt-shine {
  position: absolute; inset: 0; pointer-events: none; border-radius: inherit; z-index: 1;
  background: radial-gradient(420px circle at var(--vfl-mx, 50%) var(--vfl-my, 0%), oklch(100% 0 0 / 0.16), transparent 62%);
  opacity: 0; transition: opacity 0.35s;
}
.vfl-feature-visual:hover .vfl-tilt-shine, .vfl-tilt:hover .vfl-tilt-shine { opacity: 1; }
.vfl-tilt {
  transform: perspective(1000px) rotateX(var(--vfl-ry, 0deg)) rotateY(var(--vfl-rx, 0deg));
  transition: transform 0.25s cubic-bezier(.2,.8,.25,1);
  transform-style: preserve-3d; will-change: transform;
}

/* ── Custom SVG glyphs (replace emoji on dark feature panels) ── */
.vfl-feature-svg {
  position: relative; z-index: 1; width: 152px; height: 152px;
  filter: drop-shadow(0 16px 32px oklch(0% 0 0 / 0.4));
  animation: vflFloat 8s ease-in-out infinite;
}
.vfl-feature-svg .vfl-stroke { fill: none; stroke: oklch(100% 0 0 / 0.92); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.vfl-feature-svg .vfl-stroke-teal { fill: none; stroke: var(--teal-light); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.vfl-feature-svg .vfl-fill-teal { fill: var(--teal-light); }
.vfl-feature-svg .vfl-fill-soft { fill: oklch(100% 0 0 / 0.1); }

/* ── Court coverage ── */
.vfl-coverage { background: var(--white); }
.vfl-coverage-wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; max-width: 1080px; margin: 0 auto; }
@media (max-width: 860px) { .vfl-coverage-wrap { grid-template-columns: 1fr; gap: 36px; } }
.vfl-map { width: 100%; height: auto; overflow: visible; }
.vfl-map .vfl-map-shape { fill: var(--teal-pale); stroke: var(--teal); stroke-width: 2; }
.vfl-map .vfl-map-dot { fill: var(--teal-dark); transform-box: fill-box; transform-origin: center; animation: vflDotPulse 2.6s ease-in-out infinite; }
@keyframes vflDotPulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }
.vfl-region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 520px) { .vfl-region-grid { grid-template-columns: 1fr; } }
.vfl-region { background: var(--lavender-soft); border: 1px solid oklch(0% 0 0 / 0.05); border-radius: 16px; padding: 18px 20px; transition: transform 0.3s, box-shadow 0.3s; }
.vfl-region:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.vfl-region h4 { font-family: var(--font-heading); font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; }
.vfl-region p { font-size: 0.9rem; color: var(--text-light); line-height: 1.5; }
.vfl-coverage-marquee { overflow: hidden; margin-top: 48px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.vfl-coverage-track { display: inline-flex; gap: 12px; white-space: nowrap; will-change: transform; animation: vflMarquee 34s linear infinite; }
.vfl-court-chip { flex: 0 0 auto; background: var(--teal-pale); color: var(--teal-dark); font-weight: 600; font-size: 0.85rem; padding: 8px 18px; border-radius: 50px; }
@keyframes vflMarquee { to { transform: translateX(-50%); } }

/* ── Guide showcase ── */
.vfl-guide { background: linear-gradient(180deg, var(--lavender-soft), var(--white)); }
.vfl-guide-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 1080px; margin: 0 auto; }
@media (max-width: 860px) { .vfl-guide-wrap { grid-template-columns: 1fr; gap: 32px; } }
.vfl-guide-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.vfl-guide-chip { background: var(--white); border: 1px solid oklch(60% 0.12 210 / 0.18); color: var(--navy); border-radius: 12px; padding: 9px 14px; font-size: 0.85rem; font-weight: 600; box-shadow: var(--shadow-soft); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.vfl-guide-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--teal); }

/* ── Device switcher (replaces the static device cards) ── */
.vfl-switch-tabs { display: inline-flex; gap: 6px; padding: 6px; border-radius: 50px; background: oklch(100% 0 0 / 0.08); border: 1px solid oklch(100% 0 0 / 0.16); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); margin-bottom: 44px; }
.vfl-switch-tab { appearance: none; border: none; background: transparent; color: oklch(100% 0 0 / 0.75); font-family: var(--font-body); font-weight: 700; letter-spacing: 0.04em; font-size: 0.92rem; padding: 10px 26px; border-radius: 50px; cursor: pointer; transition: color 0.3s, background 0.3s; }
.vfl-switch-tab.vfl-on { background: var(--teal); color: var(--white); }
.vfl-switch-stage { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.vfl-switch-panel { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; opacity: 0; transform: translateY(18px) scale(0.97); transition: opacity 0.5s, transform 0.5s; pointer-events: none; }
.vfl-switch-panel.vfl-on { opacity: 1; transform: none; pointer-events: auto; }
.vfl-switch-panel h3 { font-family: var(--font-heading); font-size: 1.4rem; letter-spacing: 0.02em; }
.vfl-switch-panel p { max-width: 540px; color: oklch(100% 0 0 / 0.8); font-size: 1.05rem; text-wrap: pretty; }
.vfl-device-svg { filter: drop-shadow(0 24px 48px oklch(0% 0 0 / 0.4)); }
.vfl-device-svg .vfl-d-frame { fill: oklch(100% 0 0 / 0.05); stroke: oklch(100% 0 0 / 0.5); stroke-width: 2.5; }
.vfl-device-svg .vfl-d-screen { fill: oklch(24% 0.04 255); }
.vfl-device-svg .vfl-d-bar { fill: var(--teal); }
.vfl-device-svg .vfl-d-bar2 { fill: oklch(100% 0 0 / 0.22); }
.vfl-device-svg .vfl-d-accent { fill: var(--teal-light); }

/* ── Reduced-motion safeguards for the new pieces ── */
@media (prefers-reduced-motion: reduce) {
  .vfl-hero-aurora, .vfl-accent, .vfl-feature-svg, .vfl-coverage-track, .vfl-map .vfl-map-dot { animation: none !important; }
  .vfl-accent { -webkit-text-fill-color: var(--teal-light); color: var(--teal-light); }
  .vfl-switch-panel { transition: opacity 0.2s; transform: none; }
}

/* ── Back to top ── */
.vfl-to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 150;
  width: 48px; height: 48px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark));
  color: var(--white); text-decoration: none;
  border: 1px solid oklch(100% 0 0 / 0.18);
  box-shadow: 0 10px 28px oklch(60% 0.12 210 / 0.4);
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
}
.vfl-to-top.vfl-visible { opacity: 1; transform: none; pointer-events: auto; }
.vfl-to-top:hover { transform: translateY(-3px); box-shadow: 0 16px 36px oklch(60% 0.12 210 / 0.5); }
.vfl-to-top svg { width: 20px; height: 20px; display: block; }
@media (max-width: 600px) { .vfl-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; } }
@media (prefers-reduced-motion: reduce) {
  .vfl-to-top { transition: opacity 0.2s; }
  .vfl-to-top, .vfl-to-top.vfl-visible, .vfl-to-top:hover { transform: none; }
}
