/* ============================================================
   Fast Video Saver — Viral Hook Library
   Redesign v2: light-first, premium + energetic + creator-warm.
   Primary: indigo (trust + creativity). CTA: warm coral (action).
   Platform-true card accents. Depth via soft layered shadows.
   ============================================================ */

.fvs {
	/* ---- Light theme (DEFAULT) ---- */
	--paper: #fbfaf8;          /* warm off-white base */
	--paper-2: #f3f1ec;        /* sunken sections */
	--card: #ffffff;
	--ink: #14131a;            /* near-black text */
	--ink-soft: #4a4856;
	--ink-dim: #6f6d7d;
	--line: #ece8e1;           /* hairline */
	--line-2: #e0dcd3;

	--brand: #5b4bff;          /* indigo — trust + creativity */
	--brand-deep: #4636e0;
	--brand-soft: #eeebff;     /* tinted fills */
	--cta: #ff6a3d;            /* warm coral — ACTION only */
	--cta-deep: #ed5326;
	--gold: #ffb020;           /* highlight / stars */
	--mint: #16c79a;           /* success / "free" */

	--grad-hero: linear-gradient(135deg, #5b4bff 0%, #8b5cf6 45%, #ff6a3d 110%);
	--grad-brand: linear-gradient(135deg, #5b4bff, #7c5cff);
	--grad-cta: linear-gradient(135deg, #ff7a4d, #ff5a2d);

	--radius: 20px;
	--radius-sm: 13px;
	--radius-lg: 28px;
	--sh-sm: 0 2px 8px -2px rgba(24,20,50,.10);
	--sh-md: 0 12px 30px -12px rgba(24,20,50,.18);
	--sh-lg: 0 30px 60px -22px rgba(40,30,90,.28);
	--sh-cta: 0 12px 28px -8px rgba(255,90,45,.45);
	--sh-brand: 0 12px 28px -8px rgba(91,75,255,.42);

	--maxw: 1180px;
	--font-display: 'Clash Display', 'Sora', system-ui, sans-serif;
	--font-body: 'Sora', system-ui, -apple-system, sans-serif;
	--font-mono: 'Space Mono', ui-monospace, monospace;

	font-family: var(--font-body);
	color: var(--ink);
	background: var(--paper);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	position: relative;
	overflow-x: clip;
}

/* ---- Dark theme (toggle) ---- */
.fvs[data-theme="dark"] {
	--paper: #0e0d14;
	--paper-2: #15131d;
	--card: #1a1825;
	--ink: #f5f3ff;
	--ink-soft: #c4c0d6;
	--ink-dim: #908ca6;
	--line: #272335;
	--line-2: #322d44;
	--brand: #8b7cff;
	--brand-deep: #6f5cff;
	--brand-soft: #221d3d;
	--cta: #ff7a4d;
	--cta-deep: #ff5a2d;
	--sh-sm: 0 2px 8px -2px rgba(0,0,0,.5);
	--sh-md: 0 14px 34px -14px rgba(0,0,0,.65);
	--sh-lg: 0 34px 64px -22px rgba(0,0,0,.75);
	--sh-cta: 0 14px 30px -8px rgba(255,90,45,.45);
	--sh-brand: 0 14px 30px -8px rgba(124,92,255,.5);
}

.fvs *, .fvs *::before, .fvs *::after { box-sizing: border-box; }
.fvs h1, .fvs h2, .fvs h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.04; letter-spacing: -.025em; margin: 0; }
.fvs p { margin: 0; }
.fvs a { color: inherit; text-decoration: none; }
.fvs img { max-width: 100%; display: block; }
.fvs-container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.fvs [hidden] { display: none !important; }

/* ---------- Buttons ---------- */
.fvs-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--font-body); font-weight: 600; font-size: 15px;
	padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent;
	cursor: pointer; transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .2s, background .2s, color .2s, border-color .2s;
	white-space: nowrap; line-height: 1;
}
/* CTA = the ONE action color (coral). Used for the money buttons. */
.fvs-btn--primary { background: var(--grad-cta); color: #fff; box-shadow: var(--sh-cta); }
.fvs-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -8px rgba(255,90,45,.55); }
/* Brand = indigo, secondary weight actions */
.fvs-btn--brand { background: var(--grad-brand); color: #fff; box-shadow: var(--sh-brand); }
.fvs-btn--brand:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -8px rgba(91,75,255,.55); }
.fvs-btn--ghost { background: var(--card); color: var(--ink); border-color: var(--line-2); box-shadow: var(--sh-sm); }
.fvs-btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.fvs-btn--lg { padding: 17px 34px; font-size: 17px; }
.fvs-btn--sm { padding: 10px 17px; font-size: 13.5px; }
.fvs-btn--block { width: 100%; }

/* ---------- Nav ---------- */
.fvs-nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px) saturate(140%);
	background: color-mix(in srgb, var(--paper) 82%, transparent); border-bottom: 1px solid var(--line); }
.fvs-nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 24px; }
.fvs-logo { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -.03em; display: inline-flex; align-items: center; gap: 8px; }
.fvs-logo__mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px;
	background: var(--grad-brand); color: #fff; font-size: 15px; box-shadow: var(--sh-brand); }
.fvs-nav__links { display: flex; gap: 28px; margin-left: auto; font-size: 14.5px; color: var(--ink-soft); font-weight: 500; }
.fvs-nav__links a { position: relative; }
.fvs-nav__links a:hover { color: var(--brand); }
.fvs-nav__actions { display: flex; align-items: center; gap: 12px; }
.fvs-theme-toggle { width: 40px; height: 40px; border-radius: 999px; border: 1.5px solid var(--line-2);
	background: var(--card); color: var(--ink); cursor: pointer; font-size: 17px; transition: border-color .2s, transform .25s, color .2s; }
.fvs-theme-toggle:hover { border-color: var(--brand); color: var(--brand); transform: rotate(25deg); }

/* ---------- Hero ---------- */
.fvs-hero { position: relative; padding: 70px 0 0; overflow: hidden; }
.fvs-hero__orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.fvs-hero__orbs::before, .fvs-hero__orbs::after { content: ""; position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.fvs-hero__orbs::before { width: 520px; height: 520px; top: -160px; left: -120px;
	background: radial-gradient(circle, var(--brand), transparent 70%); }
.fvs-hero__orbs::after { width: 460px; height: 460px; top: -120px; right: -120px;
	background: radial-gradient(circle, var(--cta), transparent 70%); opacity: .4; }
.fvs-hero .fvs-container { position: relative; z-index: 1; }
.fvs-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.fvs-hero__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
	padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line-2);
	background: var(--card); color: var(--brand); margin-bottom: 24px; box-shadow: var(--sh-sm); }
.fvs-hero__badge .fvs-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px color-mix(in srgb, var(--mint) 22%, transparent); animation: fvs-pulse 2s infinite; }
@keyframes fvs-pulse { 0%,100%{ opacity:1 } 50%{ opacity:.45 } }
.fvs-hero__title { font-size: clamp(38px, 5.4vw, 66px); font-weight: 700; letter-spacing: -.035em; }
.fvs-hl { background: var(--grad-hero); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fvs-hero__sub { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft); max-width: 540px; margin: 22px 0 0; }
.fvs-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.fvs-trust { list-style: none; padding: 0; margin: 30px 0 0; display: flex; gap: 26px; flex-wrap: wrap; }
.fvs-trust li { font-size: 13.5px; color: var(--ink-dim); display: flex; flex-direction: column; gap: 2px; }
.fvs-trust strong { color: var(--ink); font-family: var(--font-display); font-size: 22px; font-weight: 600; }
/* avatar social proof row */
.fvs-social { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.fvs-avatars { display: flex; }
.fvs-avatars span { width: 38px; height: 38px; border-radius: 50%; border: 2.5px solid var(--paper);
	margin-left: -10px; display: grid; place-items: center; font-size: 14px; font-weight: 700; color: #fff; }
.fvs-avatars span:first-child { margin-left: 0; }
.fvs-social__txt { font-size: 13.5px; color: var(--ink-soft); }
.fvs-social__txt strong { color: var(--ink); }
.fvs-stars { color: var(--gold); letter-spacing: 2px; font-size: 13px; }

/* hero card stack (instant visual demo) — children: float,float,card,card,card */
.fvs-hero__stack { position: relative; margin-right: 18px; }
.fvs-hero__stack .fvs-card { box-shadow: var(--sh-lg); }
.fvs-hero__stack .fvs-card:nth-child(4) { position: absolute; top: 26px; right: -18px; width: 60%; transform: rotate(5deg); opacity: .95; z-index: -1; }
.fvs-hero__stack .fvs-card:nth-child(5) { position: absolute; bottom: -22px; left: -18px; width: 54%; transform: rotate(-6deg); opacity: .9; z-index: -1; }
.fvs-hero__float { position: absolute; background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh-md);
	border-radius: 14px; padding: 11px 15px; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; z-index: 3; }
.fvs-hero__float--a { top: -22px; left: -28px; animation: fvs-bob 4s ease-in-out infinite; }
.fvs-hero__float--b { bottom: 18px; right: -28px; animation: fvs-bob 4s ease-in-out infinite .8s; }
.fvs-hero__float .fvs-ic { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; color: #fff; font-size: 13px; }
@keyframes fvs-bob { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-9px) } }

/* logo strip / marquee of hook types */
.fvs-marquee { margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
	background: var(--card); overflow: hidden; padding: 16px 0;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.fvs-marquee__track { display: flex; gap: 30px; align-items: center; white-space: nowrap; width: max-content;
	animation: fvs-scroll 30s linear infinite; font-family: var(--font-display); font-weight: 500; font-size: 15px; letter-spacing: .02em; color: var(--ink-soft); }
.fvs-marquee__track span:not(.fvs-marquee__dot) { background: var(--grad-hero); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fvs-marquee__dot { color: var(--cta); opacity: .6; }
@keyframes fvs-scroll { to { transform: translateX(-50%); } }

/* ---------- Section heads ---------- */
.fvs-section-head { text-align: center; max-width: 660px; margin: 0 auto 46px; }
.fvs-eyebrow { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .14em;
	color: var(--brand); font-weight: 700; margin-bottom: 14px; display: block; }
.fvs-section-head h2 { font-size: clamp(30px, 4vw, 46px); }
.fvs-section-head p { color: var(--ink-soft); font-size: 17px; margin-top: 14px; }

/* ---------- Library / search / filters ---------- */
.fvs-library { padding: 88px 0; }
.fvs-search { position: relative; max-width: 600px; margin: 0 auto 28px; }
.fvs-search__icon { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: var(--ink-dim); }
.fvs-search input { width: 100%; padding: 18px 22px 18px 54px; font-size: 16px; font-family: var(--font-body);
	background: var(--card); border: 1.5px solid var(--line-2); border-radius: 999px; color: var(--ink); outline: none;
	box-shadow: var(--sh-sm); transition: border-color .2s, box-shadow .2s; }
.fvs-search input::placeholder { color: var(--ink-dim); }
.fvs-search input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.fvs-filters { display: flex; flex-direction: column; gap: 14px; margin-bottom: 42px; }
.fvs-filter-group { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.fvs-filter-label { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em;
	color: var(--ink-dim); min-width: 76px; font-weight: 700; }
.fvs-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.fvs-chip { font-family: var(--font-body); font-size: 13.5px; font-weight: 600; padding: 8px 16px; border-radius: 999px;
	border: 1.5px solid var(--line-2); background: var(--card); color: var(--ink-soft); cursor: pointer; transition: all .16s; }
.fvs-chip:hover { color: var(--brand); border-color: var(--brand); transform: translateY(-1px); }
.fvs-chip.is-active { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--sh-brand); }

/* ---------- Grid + cards ---------- */
.fvs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.fvs-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--sh-sm);
	transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s, border-color .22s;
	opacity: 0; transform: translateY(14px); animation: fvs-card-in .5s forwards; }
.fvs-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }
@keyframes fvs-card-in { to { opacity: 1; transform: translateY(0); } }
.fvs-card__thumb { position: relative; aspect-ratio: 16/10; cursor: pointer; overflow: hidden; }
.fvs-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fvs-card:hover .fvs-card__thumb img { transform: scale(1.06); }
.fvs-card__gradient { position: absolute; inset: 0; display: grid; place-items: center; }
.fvs-card__gradient span { font-family: var(--font-display); font-size: 38px; color: #fff; opacity: .95; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.fvs-card__play { position: absolute; inset: 0; display: grid; place-items: center;
	background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35)); opacity: 0; transition: opacity .22s; }
.fvs-card__thumb:hover .fvs-card__play { opacity: 1; }
.fvs-card__play span { width: 58px; height: 58px; border-radius: 999px; background: #fff; color: var(--ink);
	display: grid; place-items: center; font-size: 22px; padding-left: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.35); transform: scale(.85); transition: transform .22s; }
.fvs-card__thumb:hover .fvs-card__play span { transform: scale(1); }
.fvs-card__dur { position: absolute; bottom: 10px; right: 10px; font-family: var(--font-mono); font-size: 11px;
	background: rgba(0,0,0,.72); color: #fff; padding: 3px 8px; border-radius: 6px; backdrop-filter: blur(4px); }
.fvs-card__badge { position: absolute; top: 11px; left: 11px; font-size: 11px; font-weight: 700;
	padding: 5px 11px; border-radius: 999px; color: #fff; display: inline-flex; align-items: center; gap: 5px;
	backdrop-filter: blur(4px); box-shadow: 0 4px 12px rgba(0,0,0,.18); }
/* platform-true badge colors */
.fvs-pf-youtube { background: #ff0033; }
.fvs-pf-tiktok { background: #0a0a0a; }
.fvs-pf-instagram { background: linear-gradient(120deg,#feda75,#fa7e1e,#d62976,#962fbf); }
.fvs-pf-twitch { background: #9146ff; }
.fvs-card__body { padding: 17px 17px 18px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.fvs-card__title { font-family: var(--font-display); font-size: 16.5px; font-weight: 600; line-height: 1.28; }
.fvs-card__meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-dim); }
.fvs-card__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.fvs-tag { font-size: 11px; font-family: var(--font-mono); padding: 4px 10px; border-radius: 7px;
	background: var(--paper-2); color: var(--ink-soft); }
.fvs-tag--type { color: var(--brand); background: var(--brand-soft); font-weight: 700; }
.fvs-card__actions { display: flex; gap: 8px; }
.fvs-card__actions .fvs-btn { flex: 1; }
.fvs-icon-btn { width: 44px; flex: 0 0 44px !important; padding: 0 !important; font-size: 17px; }
.fvs-icon-btn.is-active { background: color-mix(in srgb, var(--cta) 14%, transparent); border-color: var(--cta); color: var(--cta); }

.fvs-grid__empty { text-align: center; padding: 64px 0; color: var(--ink-soft); }
.fvs-grid__empty p { margin-bottom: 16px; }
.fvs-loadmore-wrap { display: flex; justify-content: center; margin-top: 44px; }

/* ---------- Lead magnet ---------- */
.fvs-leadmagnet { padding: 20px 0 90px; }
.fvs-leadmagnet__inner { background: var(--grad-hero); border-radius: var(--radius-lg); padding: 54px;
	display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; position: relative; overflow: hidden;
	box-shadow: var(--sh-lg); color: #fff; }
.fvs-leadmagnet__inner::before { content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.18) 1px, transparent 0); background-size: 22px 22px; opacity: .5; }
.fvs-leadmagnet__copy { position: relative; z-index: 1; }
.fvs-leadmagnet__copy h2 { font-size: clamp(28px, 3.4vw, 42px); color: #fff; }
.fvs-leadmagnet__copy > p { margin-top: 14px; color: rgba(255,255,255,.85); font-size: 16px; }
.fvs-benefits { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fvs-benefits li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #fff; }
.fvs-benefits span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
	background: rgba(255,255,255,.22); font-size: 12px; }
.fvs-form { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; }
.fvs-form h3 { font-size: 22px; margin-bottom: 4px; }
.fvs-form input { padding: 15px 17px; font-family: var(--font-body); font-size: 15px; background: var(--card);
	border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.fvs-form input::placeholder { color: var(--ink-dim); }
.fvs-form input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.fvs-form--news { background: var(--card); padding: 30px; border-radius: var(--radius); box-shadow: var(--sh-md); }
.fvs-form--news h3 { color: var(--ink); }
.fvs-form__fineprint { font-size: 12px; color: var(--ink-dim); text-align: center; }
.fvs-form--news .fvs-form__fineprint { color: var(--ink-dim); }
.fvs-form__msg { font-size: 13.5px; min-height: 18px; }
.fvs-form__msg.is-ok { color: var(--mint); }
.fvs-form__msg.is-err { color: var(--cta-deep); }

/* ---------- Social proof band ---------- */
.fvs-proof { padding: 80px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fvs-proof__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.fvs-quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 16px; }
.fvs-quote__stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
.fvs-quote__text { font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); flex: 1; }
.fvs-quote__who { display: flex; align-items: center; gap: 12px; }
.fvs-quote__av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; }
.fvs-quote__name { font-weight: 700; font-size: 14.5px; }
.fvs-quote__role { font-size: 12.5px; color: var(--ink-dim); }

/* ---------- Featured categories ---------- */
.fvs-categories { padding: 88px 0; }
.fvs-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fvs-cat-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; text-align: left;
	padding: 26px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	cursor: pointer; transition: transform .2s, box-shadow .2s; font-family: var(--font-body); color: var(--ink); box-shadow: var(--sh-sm); position: relative; overflow: hidden; }
.fvs-cat-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.fvs-cat-card__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px;
	background: var(--brand-soft); font-size: 25px; }
.fvs-cat-card__title { font-family: var(--font-display); font-size: 16.5px; font-weight: 600; }
.fvs-cat-card__count { font-size: 12.5px; color: var(--ink-dim); margin-top: -6px; }
.fvs-cat-card__arrow { color: var(--cta); font-size: 19px; margin-top: 2px; transition: transform .2s; font-weight: 700; }
.fvs-cat-card:hover .fvs-cat-card__arrow { transform: translateX(6px); }

/* ---------- How it works ---------- */
.fvs-how { padding: 88px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fvs-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.fvs-step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--sh-sm); position: relative; }
.fvs-step__num { font-family: var(--font-display); font-size: 15px; font-weight: 700; width: 38px; height: 38px; border-radius: 12px;
	background: var(--grad-brand); color: #fff; display: grid; place-items: center; margin-bottom: 18px; box-shadow: var(--sh-brand); }
.fvs-step h3 { font-size: 19px; margin-bottom: 8px; }
.fvs-step p { color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Pricing ---------- */
.fvs-pricing { padding: 88px 0; }
.fvs-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 780px; margin: 0 auto; align-items: start; }
.fvs-plan { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; position: relative; box-shadow: var(--sh-sm); }
.fvs-plan--featured { box-shadow: var(--sh-lg); border-color: transparent; transform: scale(1.03); background:
	linear-gradient(var(--card), var(--card)) padding-box, var(--grad-hero) border-box; border: 2px solid transparent; }
.fvs-plan__tag { position: absolute; top: -13px; left: 36px; background: var(--grad-cta); color: #fff;
	font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; box-shadow: var(--sh-cta); }
.fvs-plan__name { font-size: 20px; }
.fvs-plan__price { font-family: var(--font-display); font-size: 50px; font-weight: 700; margin: 14px 0 24px; letter-spacing: -.04em; }
.fvs-plan__price span { font-size: 15px; color: var(--ink-dim); font-family: var(--font-body); font-weight: 400; }
.fvs-plan__features { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 13px; font-size: 15px; }
.fvs-plan__features li { display: flex; align-items: center; gap: 10px; }
.fvs-plan__features li::before { content: "✓"; color: var(--mint); font-weight: 700; }
.fvs-plan__features .is-off { color: var(--ink-dim); }
.fvs-plan__features .is-off::before { content: "✕"; color: var(--ink-dim); }

/* ---------- Final CTA ---------- */
.fvs-finalcta { padding: 30px 0 90px; }
.fvs-finalcta__inner { text-align: center; background: var(--ink); border-radius: var(--radius-lg); padding: 64px 40px; position: relative; overflow: hidden; }
.fvs[data-theme="dark"] .fvs-finalcta__inner { background: var(--card); border: 1px solid var(--line); }
.fvs-finalcta__inner::before { content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 700px; height: 500px;
	background: radial-gradient(ellipse, color-mix(in srgb, var(--brand) 55%, transparent), transparent 65%); filter: blur(40px); }
.fvs-finalcta h2 { font-size: clamp(28px, 4vw, 44px); color: #fff; position: relative; }
.fvs-finalcta p { color: rgba(255,255,255,.8); margin: 14px auto 30px; max-width: 480px; position: relative; }
.fvs-finalcta .fvs-btn { position: relative; }

/* ---------- Footer ---------- */
.fvs-footer { padding: 60px 0 40px; border-top: 1px solid var(--line); background: var(--paper-2); }
.fvs-footer__inner { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.fvs-footer p { color: var(--ink-dim); font-size: 14px; max-width: 460px; }
.fvs-footer__links { display: flex; gap: 22px; font-size: 14px; color: var(--ink-soft); margin-top: 4px; }
.fvs-footer__links a:hover { color: var(--brand); }

/* ---------- Sticky CTA (mobile) ---------- */
.fvs-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
	gap: 12px; align-items: center; padding: 12px 16px; background: color-mix(in srgb, var(--paper) 94%, transparent);
	backdrop-filter: blur(14px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -12px rgba(0,0,0,.2); }
.fvs-sticky-cta.is-visible { display: flex; }
.fvs-sticky-cta span { font-size: 12.5px; color: var(--ink-soft); white-space: nowrap; font-weight: 600; }

/* ---------- Lightbox + Modal ---------- */
.fvs-lightbox, .fvs-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.fvs-lightbox__backdrop, .fvs-modal__backdrop { position: absolute; inset: 0; background: rgba(15,12,30,.62); backdrop-filter: blur(8px); animation: fvs-fade .25s; }
@keyframes fvs-fade { from { opacity: 0; } }
.fvs-lightbox__panel { position: relative; z-index: 1; width: min(880px, 100%); background: var(--card);
	border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-lg); animation: fvs-pop .3s cubic-bezier(.2,.8,.2,1); }
.fvs-modal__panel { position: relative; z-index: 1; width: min(460px, 100%); background: var(--card);
	border-radius: var(--radius); padding: 42px 34px; text-align: center; box-shadow: var(--sh-lg); animation: fvs-pop .3s cubic-bezier(.2,.8,.2,1); }
@keyframes fvs-pop { from { opacity: 0; transform: scale(.94) translateY(10px); } }
.fvs-lightbox__close, .fvs-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px;
	border-radius: 999px; border: none; background: rgba(0,0,0,.55); color: #fff; cursor: pointer; font-size: 15px; transition: background .2s; }
.fvs-modal__close { background: var(--paper-2); color: var(--ink); }
.fvs-lightbox__close:hover { background: rgba(0,0,0,.8); }
.fvs-lightbox__video { aspect-ratio: 16/9; background: #000; }
.fvs-lightbox__video video, .fvs-lightbox__video iframe { width: 100%; height: 100%; border: 0; display: block; }
.fvs-lightbox__meta { padding: 24px 26px 28px; }
.fvs-lightbox__meta h3 { font-size: 21px; }
.fvs-lightbox__tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0 20px; }
.fvs-lightbox__actions { display: flex; gap: 10px; }
.fvs-modal__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 18px;
	background: var(--grad-hero); font-size: 30px; margin-bottom: 18px; box-shadow: var(--sh-brand); }
.fvs-modal__panel h3 { font-size: 24px; margin-bottom: 10px; }
.fvs-modal__panel > p { color: var(--ink-soft); font-size: 15px; margin-bottom: 24px; }
.fvs-modal__panel .fvs-form { text-align: left; }
.fvs-modal__trust { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12.5px; color: var(--ink-dim); margin-top: 4px; }

/* ---------- Dashboard ---------- */
.fvs-dash { padding: 64px 0 100px; }
.fvs-dash__tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 38px; }
.fvs-dash__tab { font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 11px 22px; border-radius: 999px;
	border: 1.5px solid var(--line-2); background: var(--card); color: var(--ink-soft); cursor: pointer; transition: all .16s; box-shadow: var(--sh-sm); }
.fvs-dash__tab.is-active { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--sh-brand); }
.fvs-dash__empty { text-align: center; color: var(--ink-soft); padding: 54px 0; grid-column: 1/-1; }

/* ---------- Reveal-on-load ---------- */
.fvs-reveal { opacity: 0; transform: translateY(18px); animation: fvs-reveal .7s cubic-bezier(.2,.8,.2,1) forwards; }
.fvs-reveal:nth-child(1) { animation-delay: .05s; }
.fvs-reveal:nth-child(2) { animation-delay: .13s; }
.fvs-reveal:nth-child(3) { animation-delay: .21s; }
.fvs-reveal:nth-child(4) { animation-delay: .29s; }
.fvs-reveal:nth-child(5) { animation-delay: .37s; }
@keyframes fvs-reveal { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
	.fvs-reveal, .fvs-card, .fvs-hero__float { animation: none !important; opacity: 1; transform: none; }
	.fvs-marquee__track { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.fvs-hero__grid { grid-template-columns: 1fr; gap: 40px; }
	.fvs-hero__stack { max-width: 440px; margin: 0 auto; }
	.fvs-proof__grid { grid-template-columns: 1fr; }
	.fvs-steps { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
	.fvs-nav__links { display: none; }
	.fvs-leadmagnet__inner { grid-template-columns: 1fr; gap: 32px; padding: 38px; }
	.fvs-cat-grid { grid-template-columns: repeat(2, 1fr); }
	.fvs-plans { grid-template-columns: 1fr; max-width: 460px; }
	.fvs-plan--featured { transform: none; }
}
@media (max-width: 560px) {
	.fvs-hero { padding-top: 44px; }
	.fvs-library, .fvs-categories, .fvs-pricing, .fvs-proof, .fvs-how { padding: 60px 0; }
	.fvs-filter-label { min-width: auto; width: 100%; }
	.fvs-cat-grid { grid-template-columns: 1fr 1fr; }
	.fvs-grid { grid-template-columns: 1fr; }
	.fvs-nav__actions .fvs-btn { display: none; }
	.fvs-benefits { grid-template-columns: 1fr; }
	.fvs-hero__title { font-size: 36px; }
	.fvs-leadmagnet__inner, .fvs-finalcta__inner { padding: 32px 22px; }
	.fvs-hero__float { display: none; }
}
