.vf-home {
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.22), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(125, 211, 252, 0.18), transparent 26%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 42%, #f7fbff 100%);
}

.vf-home-shell {
  padding-bottom: 48px;
}

.vf-hero {
  max-width: 1200px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}

.vf-hero__copy {
  padding: 28px 0 12px;
}

.vf-kicker,
.vf-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}

.vf-kicker::before,
.vf-card-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a56db, #60a5fa);
}

.vf-hero h1,
.vf-section-heading h2,
.vf-image-band h2,
.vf-feature-row h3,
.vf-overview-card h3,
.vf-final-cta h2,
.vf-persona-card h3,
.vf-mini-card h3,
.vf-tool-card h3 {
  font-family: "Syne", sans-serif;
  letter-spacing: -0.04em;
}

.vf-hero h1 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  color: #0f172a;
  margin: 16px 0 18px;
}

.vf-hero h1 span {
  color: var(--blue);
}

.vf-hero p {
  max-width: 580px;
  font-size: 18px;
  color: #475569;
}

.vf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.vf-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(11, 29, 58, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.vf-secondary-link:hover {
  background: rgba(255, 255, 255, 0.96);
}

.vf-download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.vf-download-row a {
  display: inline-flex;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.vf-download-row img {
  height: 44px;
  width: auto;
  display: block;
}

.vf-hero__meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vf-stat-card,
.vf-mini-card,
.vf-tool-card,
.vf-persona-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(148, 163, 184, 0.12);
}

.vf-stat-card {
  border-radius: 18px;
  padding: 18px;
}

.vf-stat-card strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  color: #0f172a;
}

.vf-stat-card span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.vf-hero__visual {
  position: relative;
  min-height: 760px;
}

.vf-hero__glow {
  position: absolute;
  inset: 80px 40px 120px 80px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.4), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(14, 165, 233, 0.24), transparent 28%),
    linear-gradient(135deg, #e0f2fe 0%, #f8fbff 42%, #dbeafe 100%);
  filter: blur(0.2px);
}

.vf-hero-panel {
  position: absolute;
  border-radius: 34px;
}

.vf-hero-panel--main {
  inset: 18px 24px 88px 40px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(239, 246, 255, 0.82));
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
}

.vf-hero-panel--stack {
  width: 280px;
  left: -30px;
  bottom: 40px;
  z-index: 3;
}

.vf-hero-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.vf-hero-panel__label {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.vf-floating-note {
  position: absolute;
  z-index: 4;
  max-width: 240px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 29, 58, 0.9);
  color: #e2e8f0;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.28);
}

.vf-floating-note span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 8px;
}

.vf-floating-note strong {
  font-size: 14px;
  line-height: 1.45;
}

.vf-floating-note--ai {
  right: 0;
  top: 62px;
}

.vf-floating-note--signals {
  right: 38px;
  bottom: 84px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
}

.vf-floating-note--signals span {
  color: var(--blue);
}

.vf-proof-strip,
.vf-overview,
.vf-features,
.vf-tool-grid,
.vf-lifestyle,
.vf-final-cta,
.vf-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.vf-proof-strip {
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vf-proof-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.7));
  border: 1px solid rgba(191, 219, 254, 0.9);
}

.vf-proof-item strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 8px;
}

.vf-proof-item span {
  font-size: 14px;
  color: #475569;
}

.vf-overview,
.vf-features,
.vf-tool-grid,
.vf-lifestyle {
  padding-top: 96px;
}

.vf-section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.vf-section-heading h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  color: #0f172a;
  margin: 12px 0 16px;
}

.vf-section-heading p,
.vf-overview-card p,
.vf-feature-row p,
.vf-image-band p,
.vf-final-cta p,
.vf-persona-card p,
.vf-mini-card p,
.vf-tool-card p,
.vf-lifestyle__panel p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

.vf-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vf-overview-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f172a 0%, #173166 58%, #1d4ed8 100%);
  overflow: hidden;
}

.vf-overview-card__copy h3,
.vf-image-band h2,
.vf-final-cta h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

.vf-overview-card__copy h3,
.vf-overview-card__copy p,
.vf-overview-card__copy .vf-card-kicker,
.vf-overview-card .vf-check-list li {
  color: #f8fafc;
}

.vf-overview-card__media img {
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35);
}

.vf-check-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.vf-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
}

.vf-check-list li::before {
  content: "✓";
  color: #60a5fa;
  font-weight: 700;
}

.vf-mini-card {
  border-radius: 24px;
  padding: 22px;
}

@media (min-width: 1280px) {
  .vf-overview-card {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 28px;
  }
}

.vf-mini-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  color: var(--blue);
  font-family: "Syne", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.vf-mini-card h3,
.vf-tool-card h3,
.vf-persona-card h3 {
  font-size: 22px;
  color: #0f172a;
  margin-bottom: 10px;
}

.vf-image-band {
  margin-top: 96px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 24px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(11, 29, 58, 0.9), rgba(11, 29, 58, 0.55)),
    url("../images/landing-bg-2.jpg") center / cover no-repeat;
}

.vf-image-band__content {
  position: relative;
  max-width: 560px;
}

.vf-image-band .section-eyebrow,
.vf-image-band h2,
.vf-image-band p {
  color: #fff;
}

.vf-btn-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.vf-feature-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 20px 50px rgba(148, 163, 184, 0.12);
}

.vf-feature-row--reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.vf-feature-row--reverse .vf-feature-row__copy {
  order: 2;
}

.vf-feature-row--reverse .vf-feature-row__media {
  order: 1;
}

.vf-feature-row h3 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  color: #0f172a;
  margin: 14px 0;
}

.vf-feature-row__media {
  border-radius: 26px;
  position: relative;
}

.vf-feature-row__media--frame {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 1), rgba(219, 234, 254, 0.72)),
    url("../images/landing-bg-1.jpg") center / cover no-repeat;
}

.vf-feature-row__media--frame img,
.vf-feature-row__media--mock img {
  width: 100%;
  display: block;
}

.vf-feature-row__media--frame img {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.vf-feature-row__media--mock {
  min-height: 520px;
  background:
    radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.84));
  overflow: hidden;
}

.vf-feature-row__media--mock img {
  position: absolute;
  width: 86%;
  right: 10px;
  bottom: -10px;
}

.vf-tool-grid__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vf-tool-card {
  border-radius: 24px;
  padding: 18px;
}

.vf-tool-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin-bottom: 18px;
  background: #eff6ff;
}

.vf-lifestyle {
  position: relative;
  margin-top: 96px;
  padding-top: 0;
}

.vf-lifestyle::before {
  content: "";
  position: absolute;
  inset: 0 24px auto;
  height: 500px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(11, 29, 58, 0.82), rgba(11, 29, 58, 0.28)),
    url("../images/landing-bg-3.jpg") center / cover no-repeat;
}

.vf-lifestyle__panel {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 88px 32px 76px;
}

.vf-lifestyle__panel h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  color: #fff;
  margin: 12px 0 14px;
}

.vf-lifestyle__panel p,
.vf-lifestyle__panel .section-eyebrow {
  color: #e2e8f0;
}

.vf-persona-grid {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vf-persona-card {
  border-radius: 24px;
  padding: 24px;
}

@media (min-width: 1400px) {
  .vf-lifestyle::before {
    height: 540px;
  }

  .vf-lifestyle__panel {
    max-width: 760px;
    padding-bottom: 88px;
  }
}

.vf-final-cta {
  margin-top: 96px;
  padding-top: 84px;
  padding-bottom: 84px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
  align-items: flex-start;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.vf-final-cta__copy {
  max-width: 720px;
}

.vf-final-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.vf-footer {
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.vf-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vf-footer__brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.vf-footer__brand strong,
.vf-footer__brand span {
  display: block;
}

.vf-footer__brand strong {
  font-size: 16px;
  color: #0f172a;
}

.vf-footer__brand span {
  font-size: 13px;
  color: #64748b;
}

.vf-footer__stores {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vf-footer__stores img {
  height: 38px;
  width: auto;
}

.vf-footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vf-footer__legal a {
  font-size: 13px;
  color: #475569;
  text-decoration: none;
}

.vf-footer__legal a:hover {
  color: var(--blue);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 1100px) {
  .vf-hero,
  .vf-final-cta,
  .vf-overview-card,
  .vf-feature-row,
  .vf-feature-row--reverse {
    grid-template-columns: 1fr;
  }

  .vf-hero__visual {
    min-height: 680px;
  }

  .vf-proof-strip,
  .vf-tool-grid__items,
  .vf-persona-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vf-overview-grid {
    grid-template-columns: 1fr;
  }

  .vf-overview-card {
    grid-column: auto;
  }

  .vf-feature-row--reverse .vf-feature-row__copy,
  .vf-feature-row--reverse .vf-feature-row__media {
    order: initial;
  }
}

@media (max-width: 700px) {
  .vf-site-shell,
  .vf-proof-strip,
  .vf-overview,
  .vf-features,
  .vf-tool-grid,
  .vf-lifestyle,
  .vf-final-cta,
  .vf-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vf-hero {
    gap: 20px;
  }

  .vf-hero h1 {
    font-size: 42px;
  }

  .vf-hero p,
  .vf-section-heading p,
  .vf-overview-card p,
  .vf-feature-row p,
  .vf-image-band p,
  .vf-final-cta p,
  .vf-persona-card p,
  .vf-mini-card p,
  .vf-tool-card p,
  .vf-lifestyle__panel p {
    font-size: 15px;
  }

  .vf-hero__meta,
  .vf-proof-strip,
  .vf-tool-grid__items,
  .vf-persona-grid {
    grid-template-columns: 1fr;
  }

  .vf-hero__visual {
    min-height: 520px;
  }

  .vf-hero__glow {
    inset: 54px 12px 74px 20px;
  }

  .vf-hero-panel--main {
    inset: 20px 10px 70px 20px;
    padding: 14px;
  }

  .vf-hero-panel--stack {
    width: 180px;
    left: -8px;
    bottom: 18px;
  }

  .vf-floating-note {
    max-width: 180px;
    padding: 12px 14px;
  }

  .vf-floating-note strong {
    font-size: 12px;
  }

  .vf-floating-note--ai {
    top: 12px;
    right: 4px;
  }

  .vf-floating-note--signals {
    right: 8px;
    bottom: 18px;
  }

  .vf-overview-card,
  .vf-feature-row,
  .vf-mini-card,
  .vf-tool-card,
  .vf-persona-card {
    padding: 20px;
  }

  .vf-image-band {
    margin-top: 64px;
    padding: 72px 16px;
    border-radius: 26px;
  }

  .vf-lifestyle::before {
    inset: 0 16px auto;
    height: 470px;
  }

  .vf-lifestyle__panel {
    max-width: 100%;
    padding: 56px 20px 42px;
  }

  .vf-lifestyle__panel h2 {
    font-size: 31px;
    line-height: 1.02;
  }

  .vf-final-cta {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
    align-items: flex-start;
  }

  .vf-final-cta__actions {
    width: 100%;
    max-width: 260px;
    flex-direction: column;
    align-items: stretch;
  }

  .vf-final-cta__actions .btn-primary,
  .vf-final-cta__actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .vf-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
