/* WhatsFlow — public landing page (wfl-*) */

:root {
  --wfl-green: #25d366;
  --wfl-green-deep: #1da851;
  --wfl-teal: #0b5c4e;
  --wfl-teal-mid: #128c7e;
  --wfl-ink: #0a1612;
  --wfl-ink-soft: #33463f;
  --wfl-muted: #52655e;
  --wfl-line: #dbe8e1;
  --wfl-line-soft: #eaf2ed;
  --wfl-card: #ffffff;
  --wfl-paper: #f5faf7;
  --wfl-paper-alt: #eef6f1;
  --wfl-night: #04352a;
  --wfl-night-deep: #06281f;
  --wfl-night-mid: #0a4f3f;
  --wfl-on-night: rgba(255, 255, 255, 0.78);
  --wfl-on-night-dim: rgba(255, 255, 255, 0.62);

  --wfl-r-sm: 10px;
  --wfl-r-md: 14px;
  --wfl-r-lg: 20px;
  --wfl-r-xl: 28px;

  --wfl-space-1: 0.5rem;
  --wfl-space-2: 1rem;
  --wfl-space-3: 1.5rem;
  --wfl-space-4: 2rem;
  --wfl-space-5: 3rem;
  --wfl-space-6: 4rem;

  --wfl-shell: 1160px;
  --wfl-gutter: clamp(1.15rem, 4vw, 2rem);
  --wfl-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ========== BASE ========== */
body.wfl {
  margin: 0;
  background: var(--wfl-paper);
  color: var(--wfl-ink);
  font-family: 'Sora', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wfl h1, .wfl h2, .wfl h3, .wfl h4 {
  font-family: 'Space Grotesk', 'Sora', sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.14;
  margin: 0;
  text-wrap: balance;
}
.wfl p { margin: 0; text-wrap: pretty; }

.wfl-shell {
  width: 100%;
  max-width: var(--wfl-shell);
  margin: 0 auto;
  padding-inline: var(--wfl-gutter);
}

.wfl-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1.1rem;
  background: #fff;
  color: var(--wfl-teal);
  border-radius: 0 0 var(--wfl-r-md) 0;
  font-weight: 700;
}
.wfl-skip:focus { left: 0; }

.wfl :where(a, button, summary):focus-visible {
  outline: 3px solid var(--wfl-green);
  outline-offset: 3px;
  border-radius: var(--wfl-r-sm);
}
.wfl-on-dark :where(a, button):focus-visible { outline-color: #7dffb0; }

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

.wfl-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke-width: 1.75;
}

/* ========== BUTTONS ========== */
.wfl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.4rem;
  border: 1.5px solid transparent;
  border-radius: var(--wfl-r-md);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s var(--wfl-ease);
}
.wfl-btn:hover { text-decoration: none; transform: translateY(-2px); }
.wfl-btn:active { transform: translateY(0); }
.wfl-btn .wfl-icon { width: 18px; height: 18px; }

.wfl-btn-primary {
  background: var(--wfl-green-deep);
  color: #fff;
}
.wfl-btn-primary:hover { background: #178f47; color: #fff; }

.wfl-btn-dark {
  background: var(--wfl-teal);
  color: #fff;
}
.wfl-btn-dark:hover { background: #0a4b40; color: #fff; }

.wfl-btn-line {
  background: #fff;
  color: var(--wfl-teal);
  border-color: var(--wfl-line);
}
.wfl-btn-line:hover { border-color: var(--wfl-teal-mid); color: var(--wfl-teal); background: #fff; }

.wfl-btn-ghost {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}
.wfl-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.wfl-btn-sm { min-height: 42px; padding: 0 1.05rem; font-size: 0.92rem; }

/* ========== HEADER ========== */
.wfl-head {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(4, 53, 42, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.wfl-head.is-stuck {
  background: rgba(4, 40, 31, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.wfl-head-row {
  display: flex;
  align-items: center;
  gap: var(--wfl-space-2);
  min-height: 68px;
}
.wfl-head .wf-brand { color: #fff; }
.wfl-head .wf-brand-mark { width: 34px; height: 34px; border-radius: 10px; box-shadow: none; }
.wfl-head .wf-brand-mark svg { width: 19px; height: 19px; }
.wfl-head .wf-brand-word { font-size: 1.08rem; }

.wfl-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
  margin-inline: auto;
}
.wfl-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.8rem;
  border-radius: var(--wfl-r-sm);
  color: var(--wfl-on-night);
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease;
}
.wfl-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.1); text-decoration: none; }

.wfl-head-cta { display: none; align-items: center; gap: 0.55rem; }

.wfl-burger {
  margin-left: auto;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--wfl-r-md);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}
.wfl-burger:hover { background: rgba(255, 255, 255, 0.14); }
.wfl-burger .wfl-icon { width: 22px; height: 22px; }
.wfl-burger .wfl-x, .wfl-burger[aria-expanded="true"] .wfl-bars { display: none; }
.wfl-burger[aria-expanded="true"] .wfl-x { display: block; }

.wfl-drawer {
  display: none;
  padding: 0.35rem 0 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wfl-drawer.is-open { display: block; }
.wfl-drawer a {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: var(--wfl-on-night);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.wfl-drawer a:hover { color: #fff; text-decoration: none; }
.wfl-drawer .wfl-drawer-cta {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
  border: 0;
}
.wfl-drawer .wfl-drawer-cta a { border: 1.5px solid transparent; justify-content: center; }

/* ========== HERO ========== */
.wfl-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 10% -5%, rgba(37, 211, 102, 0.3), transparent 58%),
    radial-gradient(ellipse 65% 55% at 92% 105%, rgba(18, 140, 126, 0.28), transparent 55%),
    linear-gradient(168deg, var(--wfl-night) 0%, var(--wfl-night-mid) 46%, var(--wfl-night-deep) 100%);
  color: #fff;
}
.wfl-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 25%, #000 20%, transparent 75%);
  pointer-events: none;
}
.wfl-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-block: clamp(2.5rem, 7vh, 4.5rem) clamp(3rem, 8vh, 5rem);
  align-items: center;
}

.wfl-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem 0.4rem 0.5rem;
  border: 1px solid rgba(125, 255, 176, 0.32);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.12);
  color: #b6ffd2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.wfl-pill .wfl-icon { width: 16px; height: 16px; }
.wfl-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wfl-green);
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.22);
}

.wfl-h1 {
  margin-top: 1.1rem;
  font-size: clamp(2.15rem, 5.2vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  max-width: 19ch;
}
.wfl-h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #7dffb0 10%, #25d366 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wfl-lede {
  margin-top: 1.1rem;
  max-width: 40rem;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.6;
  color: var(--wfl-on-night);
}
.wfl-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.wfl-hero-note {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: var(--wfl-on-night-dim);
}

.wfl-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.35rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.wfl-trust li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: var(--wfl-on-night);
}
.wfl-trust .wfl-icon { width: 17px; height: 17px; color: #7dffb0; }

/* hero visual */
.wfl-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
.wfl-hero-visual::before {
  content: '';
  position: absolute;
  width: min(92%, 400px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.4), transparent 68%);
  filter: blur(10px);
  animation: wfl-breathe 6s ease-in-out infinite;
  pointer-events: none;
}
.wfl-hero-visual .wf-phone {
  height: min(58vh, 520px);
  max-height: none;
  transform: perspective(1100px) rotateY(-9deg) rotateX(2deg);
  animation: wfl-float 8s ease-in-out infinite;
}

.wfl-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.85rem;
  border-radius: var(--wfl-r-md);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 40px rgba(2, 24, 18, 0.35);
  color: var(--wfl-ink);
  animation: wfl-float 7s ease-in-out infinite;
}
.wfl-chip-ico {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--wfl-paper-alt);
  color: var(--wfl-teal-mid);
}
.wfl-chip-ico .wfl-icon { width: 17px; height: 17px; }
.wfl-chip b {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
}
.wfl-chip span { font-size: 0.72rem; color: var(--wfl-muted); }
.wfl-chip-a { top: 8%; left: -2%; animation-delay: 0.4s; }
.wfl-chip-b { bottom: 14%; right: -3%; animation-delay: 1.2s; }

/* ========== STATS BAND ========== */
.wfl-band {
  background: var(--wfl-night-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.wfl-band-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.09);
}
.wfl-band-cell {
  background: var(--wfl-night-deep);
  padding: 1.35rem clamp(0.9rem, 2vw, 1.5rem);
}
.wfl-band-cell b {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #7dffb0;
}
.wfl-band-cell span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--wfl-on-night);
}

/* ========== SECTIONS ========== */
.wfl-sec { padding-block: clamp(3.25rem, 8vh, 5.5rem); }
.wfl :where(section[id], [id^="wfl-"]) { scroll-margin-top: 88px; }
.wfl-sec-alt { background: var(--wfl-paper-alt); }
.wfl-sec-dark {
  background:
    radial-gradient(ellipse 70% 60% at 85% 0%, rgba(37, 211, 102, 0.2), transparent 55%),
    linear-gradient(160deg, var(--wfl-night) 0%, var(--wfl-night-mid) 60%, var(--wfl-night-deep) 100%);
  color: #fff;
}

.wfl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wfl-teal-mid);
}
.wfl-eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--wfl-green);
}
.wfl-sec-dark .wfl-eyebrow { color: #7dffb0; }

.wfl-h2 {
  margin-top: 0.8rem;
  font-size: clamp(1.65rem, 3.4vw, 2.4rem);
  font-weight: 700;
  max-width: 22ch;
}
.wfl-sub {
  margin-top: 0.85rem;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--wfl-muted);
}
.wfl-sec-dark .wfl-sub { color: var(--wfl-on-night); }

.wfl-head-row-2 {
  display: grid;
  gap: 1rem;
  align-items: end;
}
@media (min-width: 900px) {
  .wfl-head-row-2 { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
  .wfl-head-row-2 .wfl-sub { margin-top: 0; padding-bottom: 0.35rem; }
}

/* ========== BENTO FEATURES ========== */
.wfl-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: clamp(1.75rem, 4vh, 2.75rem);
}
.wfl-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.4rem;
  background: var(--wfl-card);
  border: 1px solid var(--wfl-line);
  border-radius: var(--wfl-r-lg);
  transition: border-color 0.2s ease, transform 0.2s var(--wfl-ease);
}
.wfl-tile:hover { border-color: var(--wfl-teal-mid); transform: translateY(-3px); }
.wfl-tile-ico {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--wfl-r-md);
  background: var(--wfl-paper-alt);
  color: var(--wfl-teal);
}
.wfl-tile-ico .wfl-icon { width: 22px; height: 22px; }
.wfl-tile h3 { font-size: 1.12rem; font-weight: 700; }
.wfl-tile p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--wfl-muted);
}
.wfl-tile-list {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.wfl-tile-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--wfl-ink-soft);
}
.wfl-tile-list .wfl-icon { width: 16px; height: 16px; margin-top: 2px; color: var(--wfl-green-deep); }

.wfl-tile-lead {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(37, 211, 102, 0.16), transparent 60%),
    linear-gradient(150deg, #0a4f3f, #04352a);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.wfl-tile-lead:hover { border-color: rgba(125, 255, 176, 0.5); }
.wfl-tile-lead .wfl-tile-ico { background: rgba(255, 255, 255, 0.12); color: #b6ffd2; }
.wfl-tile-lead p { color: var(--wfl-on-night); }
.wfl-tile-lead .wfl-tile-list li { color: rgba(255, 255, 255, 0.85); }
.wfl-tile-lead .wfl-tile-list .wfl-icon { color: #7dffb0; }

@media (min-width: 700px) {
  .wfl-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1000px) {
  .wfl-bento { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .wfl-span-3 { grid-column: span 3; }
  .wfl-span-2 { grid-column: span 2; }
  .wfl-tile-lead { padding: 1.75rem; }
}

/* ========== SPLIT / SHOWCASE ========== */
.wfl-split {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}
@media (min-width: 940px) {
  .wfl-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
  .wfl-split-flip > *:first-child { order: 2; }
}

.wfl-checks {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
.wfl-checks li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.7rem;
  align-items: start;
}
.wfl-checks .wfl-check-ico {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(37, 211, 102, 0.14);
  color: var(--wfl-green-deep);
}
.wfl-checks .wfl-icon { width: 15px; height: 15px; }
.wfl-checks b {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
}
.wfl-checks span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--wfl-muted);
}
.wfl-sec-dark .wfl-checks .wfl-check-ico { background: rgba(125, 255, 176, 0.16); color: #7dffb0; }
.wfl-sec-dark .wfl-checks span { color: var(--wfl-on-night); }

/* inbox mock */
.wfl-mock {
  border-radius: var(--wfl-r-lg);
  border: 1px solid var(--wfl-line);
  background: var(--wfl-card);
  box-shadow: 0 24px 60px rgba(6, 40, 31, 0.12);
  overflow: hidden;
}
.wfl-sec-dark .wfl-mock {
  border-color: rgba(255, 255, 255, 0.14);
  background: #0b1f1a;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}
.wfl-mock-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid var(--wfl-line-soft);
  background: var(--wfl-paper);
}
.wfl-sec-dark .wfl-mock-bar { background: #0f2a23; border-bottom-color: rgba(255, 255, 255, 0.1); }
.wfl-mock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--wfl-line); }
.wfl-mock-title {
  margin-left: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--wfl-muted);
}
.wfl-sec-dark .wfl-mock-title { color: var(--wfl-on-night-dim); }

.wfl-mock-body { display: grid; grid-template-columns: 1fr; }
@media (min-width: 620px) {
  .wfl-mock-body { grid-template-columns: 208px minmax(0, 1fr); }
}
.wfl-mock-list {
  border-right: 1px solid var(--wfl-line-soft);
  padding: 0.55rem;
  display: grid;
  gap: 0.3rem;
  align-content: start;
}
.wfl-mock-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.5rem;
  border-radius: var(--wfl-r-sm);
}
.wfl-mock-row.is-active { background: var(--wfl-paper-alt); }
.wfl-mock-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #052b1d;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.wfl-mock-row strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wfl-mock-row small {
  display: block;
  font-size: 0.72rem;
  color: var(--wfl-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wfl-mock-badge {
  min-width: 20px;
  height: 20px;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--wfl-green-deep);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.wfl-mock-thread {
  padding: 0.9rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
  background:
    linear-gradient(rgba(245, 250, 247, 0.7), rgba(245, 250, 247, 0.7));
  min-height: 240px;
}
.wfl-msg {
  max-width: 76%;
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  font-size: 0.82rem;
  line-height: 1.4;
  border: 1px solid var(--wfl-line-soft);
  background: #fff;
}
.wfl-msg.out {
  justify-self: end;
  background: #d9fdd3;
  border-color: #c3f3ba;
}
.wfl-msg time {
  display: block;
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.66rem;
  color: var(--wfl-muted);
}
.wfl-msg-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.1rem 0.4rem;
  border-radius: 6px;
  background: var(--wfl-paper-alt);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wfl-teal-mid);
}

/* ========== PACING / PROGRESS VISUAL ========== */
.wfl-panel {
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border-radius: var(--wfl-r-lg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}
.wfl-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.wfl-panel-head b { font-family: 'Space Grotesk', sans-serif; font-size: 1.02rem; }
.wfl-tagpill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 193, 7, 0.16);
  border: 1px solid rgba(255, 193, 7, 0.4);
  color: #ffd968;
  font-size: 0.74rem;
  font-weight: 700;
}
.wfl-tagpill.ok { background: rgba(37, 211, 102, 0.14); border-color: rgba(125, 255, 176, 0.4); color: #9dffc4; }

.wfl-meter { display: grid; gap: 0.9rem; margin-top: 1.1rem; }
.wfl-meter-row { display: grid; gap: 0.35rem; }
.wfl-meter-lab {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.83rem;
  color: var(--wfl-on-night);
}
.wfl-meter-lab b { color: #fff; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.wfl-meter-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.wfl-meter-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #25d366, #7dffb0);
  width: var(--wfl-val, 50%);
}
.wfl-meter-fill.warn { background: linear-gradient(90deg, #f0a500, #ffd968); }
.wfl-meter-fill.dim { background: rgba(255, 255, 255, 0.35); }

.wfl-panel-foot {
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--wfl-on-night);
}
.wfl-panel-foot .wfl-icon { width: 17px; height: 17px; margin-top: 2px; color: #7dffb0; }

/* ========== STEPS ========== */
.wfl-steps {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(1.75rem, 4vh, 2.5rem);
  counter-reset: wfl-step;
}
@media (min-width: 820px) { .wfl-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.wfl-step {
  position: relative;
  padding: 1.35rem;
  border-radius: var(--wfl-r-lg);
  border: 1px solid var(--wfl-line);
  background: var(--wfl-card);
}
.wfl-step::before {
  counter-increment: wfl-step;
  content: '0' counter(wfl-step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--wfl-night);
  color: #7dffb0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}
.wfl-step h3 { margin-top: 0.9rem; font-size: 1.1rem; }
.wfl-step p {
  margin-top: 0.45rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--wfl-muted);
}

/* ========== FAQ ========== */
.wfl-faq { margin-top: clamp(1.5rem, 4vh, 2.25rem); display: grid; gap: 0.7rem; }
.wfl-qa {
  border: 1px solid var(--wfl-line);
  border-radius: var(--wfl-r-md);
  background: var(--wfl-card);
  overflow: hidden;
}
.wfl-qa[open] { border-color: var(--wfl-teal-mid); }
.wfl-qa summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 0.85rem 1.1rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.wfl-qa summary::-webkit-details-marker { display: none; }
.wfl-qa summary:hover { background: var(--wfl-paper); }
.wfl-qa summary .wfl-icon { color: var(--wfl-teal-mid); transition: transform 0.2s ease; }
.wfl-qa[open] summary .wfl-icon { transform: rotate(45deg); }
.wfl-qa-body {
  padding: 0 1.1rem 1.1rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--wfl-muted);
  max-width: 62ch;
}

/* ========== FINAL CTA ========== */
.wfl-cta-wrap { padding-block: clamp(1rem, 3vh, 2rem) clamp(3rem, 7vh, 4.5rem); }
.wfl-cta {
  position: relative;
  overflow: hidden;
  border-radius: var(--wfl-r-xl);
  padding: clamp(2.15rem, 5vw, 3.35rem) var(--wfl-gutter);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(37, 211, 102, 0.3), transparent 55%),
    radial-gradient(ellipse 55% 75% at 0% 100%, rgba(18, 140, 126, 0.3), transparent 55%),
    linear-gradient(135deg, var(--wfl-night) 0%, var(--wfl-night-mid) 55%, var(--wfl-night-deep) 100%);
}
.wfl-cta h2 {
  margin-inline: auto;
  max-width: 20ch;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  font-weight: 700;
}
.wfl-cta p {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--wfl-on-night);
}
.wfl-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

/* ========== FOOTER ========== */
.wfl-foot {
  border-top: 1px solid var(--wfl-line);
  background: var(--wfl-card);
  padding-block: clamp(2rem, 5vh, 3rem) 1.5rem;
}
.wfl-foot-grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 780px) {
  .wfl-foot-grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); }
}
.wfl-foot-about p {
  margin-top: 0.9rem;
  max-width: 30rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--wfl-muted);
}
.wfl-foot h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--wfl-ink);
}
.wfl-foot ul {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.wfl-foot ul a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-size: 0.9rem;
  color: var(--wfl-muted);
  text-decoration: none;
}
.wfl-foot ul a:hover { color: var(--wfl-teal); text-decoration: underline; }
.wfl-foot-base {
  margin-top: 2rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--wfl-line-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.83rem;
  color: var(--wfl-muted);
}

/* ========== MOTION ========== */
@keyframes wfl-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes wfl-breathe {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}
.wfl-hero-visual .wf-phone {
  animation-name: wfl-float-tilt;
}
@keyframes wfl-float-tilt {
  0%, 100% { transform: perspective(1100px) rotateY(-9deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1100px) rotateY(-7deg) rotateX(1deg) translateY(-10px); }
}

html.wfl-js .wfl-reveal {
  opacity: 0;
  transform: translateY(20px);
}
html.wfl-js .wfl-reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s var(--wfl-ease), transform 0.6s var(--wfl-ease);
}

/* ========== PUBLIC PRICING ========== */
.wfl-pricing-hero {
  padding-bottom: clamp(2.5rem, 6vh, 4rem) !important;
  min-height: auto;
}
.wfl-pricing-hero .wfl-h1 {
  max-width: 18ch;
}
.wfl-pricing-hero .wfl-lede {
  max-width: 40rem;
}
.wfl-pricing-sec {
  padding-block: clamp(2rem, 5vh, 3.5rem) clamp(3rem, 8vh, 5rem);
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
.wfl-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 720px) {
  .wfl-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .wfl-pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.wfl-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--wfl-card);
  border: 1px solid var(--wfl-line);
  border-radius: var(--wfl-r-xl);
  box-shadow: 0 12px 40px rgba(4, 53, 42, 0.06);
  transition: border-color 0.2s ease, transform 0.2s var(--wfl-ease), box-shadow 0.2s ease;
}
.wfl-price-card:hover {
  border-color: var(--wfl-teal-mid);
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(4, 53, 42, 0.1);
}
.wfl-price-card.is-featured {
  border-color: var(--wfl-green);
  background: linear-gradient(180deg, #f3fff8 0%, #ffffff 42%);
  box-shadow: 0 16px 50px rgba(37, 211, 102, 0.18);
}
.wfl-price-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--wfl-green);
  color: #04352a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.wfl-price-badge-alt {
  background: var(--wfl-night);
  color: #fff;
  right: auto;
  left: 0.9rem;
}
.wfl-price-name {
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 4.5rem;
}
.wfl-price-desc {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--wfl-muted);
}
.wfl-price-amount {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.25rem;
}
.wfl-price-was {
  font-size: 1rem;
  color: var(--wfl-muted);
  text-decoration: line-through;
}
.wfl-price-now {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.wfl-price-now strong {
  font-family: 'Space Grotesk', 'Sora', sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--wfl-ink);
}
.wfl-price-now span {
  font-size: 0.92rem;
  color: var(--wfl-muted);
}
.wfl-price-features {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.wfl-price-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--wfl-ink-soft);
}
.wfl-price-features .wfl-icon {
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  color: var(--wfl-green-deep);
}
.wfl-price-cta {
  margin-top: 1rem;
}
.wfl-price-cta .wfl-btn {
  width: 100%;
  justify-content: center;
}
.wfl-pricing-note {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--wfl-muted);
}

@media (prefers-reduced-motion: reduce) {
  .wfl *, .wfl *::before, .wfl *::after {
    animation: none !important;
    transition: none !important;
  }
  html.wfl-js .wfl-reveal { opacity: 1; transform: none; }
  .wfl-hero-visual .wf-phone { transform: none; }
}

/* ========== RESPONSIVE ========== */
@media (min-width: 620px) {
  .wfl-band-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .wfl-nav, .wfl-head-cta { display: flex; }
  .wfl-burger { display: none; }
  .wfl-drawer { display: none !important; }
  .wfl-hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); }
}
@media (max-width: 979px) {
  .wfl-hero-visual { min-height: 0; }
  .wfl-hero-visual .wf-phone { height: 300px; }
  .wfl-chip { display: none; }
}
@media (max-width: 460px) {
  .wfl-btn { width: 100%; }
  .wfl-hero-cta, .wfl-cta-row { flex-direction: column; }
}
