/* SlugLift Wave 0 Features page. This layer is isolated from product logic. */
.nf-features-page {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    overflow: clip;
    background: #fff;
}

body.nf-features-surface { --nf-features-header-offset: 78px; }
body.nf-features-surface .nf-navbar {
    position: sticky;
    top: 0;
    z-index: 9990;
    box-shadow: 0 8px 30px rgba(16,24,40,.04);
}
body.admin-bar.nf-features-surface .nf-navbar { top: 32px; }

.nf-features {
    --ff-bg: #ffffff;
    --ff-soft: #f5f7ff;
    --ff-panel: #ffffff;
    --ff-panel-2: #f8faff;
    --ff-ink: #101828;
    --ff-body: #475467;
    --ff-muted: #667085;
    --ff-line: #dfe5ef;
    --ff-primary: #1661ea;
    --ff-primary-dark: #0f4fc5;
    --ff-violet: #6d3df5;
    --ff-warm: #ef9f0b;
    --ff-night: #111827;
    width: 100%;
    max-width: none;
    padding: 0 !important;
    color: var(--ff-ink);
    background: var(--ff-bg);
    font-family: Poppins, system-ui, sans-serif;
}

.nf-features *,
.nf-features *::before,
.nf-features *::after { box-sizing: border-box; }
.nf-features :where(h1, h2, h3, strong) { font-family: Manrope, system-ui, sans-serif; }
.nf-features :where(p, li, dt, dd, span, small, a) { overflow-wrap: anywhere; }
.nf-features a,
.nf-features button { transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.nf-features [hidden] { display: none !important; }
.nf-features .nf-container { width: min(1180px, calc(100% - 40px)); }
.nf-features section[id],
.nf-features [id="search-intent"] { scroll-margin-top: 142px; }

.nf-features-breadcrumb { position: relative; z-index: 2; padding: 0 0 clamp(32px, 4vw, 48px); }
.nf-features-breadcrumb ol { display: flex; gap: 9px; align-items: center; margin: 0; padding: 0; list-style: none; }
.nf-features-breadcrumb li { color: var(--ff-muted); font-size: .76rem; }
.nf-features-breadcrumb li + li::before { margin-right: 9px; color: #98a2b3; content: "›"; }
.nf-features-breadcrumb a { color: #344054; text-decoration: none; }
.nf-features-breadcrumb a:hover { color: var(--ff-primary); }

.nf-features-hero {
    position: relative;
    padding: clamp(54px, 7vw, 92px) 0 clamp(64px, 7vw, 92px);
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 7%, rgba(22, 97, 234, .12), transparent 31%),
        radial-gradient(circle at 92% 5%, rgba(109, 61, 245, .11), transparent 31%),
        linear-gradient(180deg, #fbfcff, #fff);
}
.nf-features-glow { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.65), transparent 70%); }
.nf-features-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(34px, 4vw, 54px); align-items: center; }
.nf-features-hero-copy { min-width: 0; }
.nf-features-eyebrow { margin: 0 0 12px; color: var(--ff-primary); font: 800 .72rem/1.35 Manrope, system-ui, sans-serif; letter-spacing: .12em; }
.nf-features-hero h1 { margin: 0; color: var(--ff-ink); font: 800 clamp(2.65rem, 4.7vw, 4.3rem)/1.03 Manrope, system-ui, sans-serif; letter-spacing: -.052em; }
.nf-features-hero-copy > p:not(.nf-features-eyebrow, .nf-features-support-line) { margin: 23px 0 0; color: var(--ff-body); font-size: 1rem; line-height: 1.78; }
.nf-features-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.nf-features-hero-copy .nf-features-actions { display: grid; grid-template-columns: max-content max-content; align-items: stretch; }
.nf-features-hero-copy .nf-features-actions .nf-features-btn { width: auto !important; white-space: nowrap; }
.nf-features-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font: 760 .88rem/1.2 Manrope, system-ui, sans-serif; }
.nf-features-btn.is-primary { border-color: var(--ff-primary); color: #fff; background: linear-gradient(135deg, #1661ea, #0f4fc5); box-shadow: 0 12px 25px rgba(22, 97, 234, .22); }
.nf-features-btn.is-secondary { border-color: #cfd8e8; color: #23406f; background: #fff; box-shadow: 0 6px 16px rgba(16,24,40,.06); }
.nf-features-btn:hover { transform: translateY(-2px); }
.nf-features-btn.is-primary:hover { background: linear-gradient(135deg, #1257d4, #0c43aa); }
.nf-features-btn.is-secondary:hover { border-color: #8eacf0; color: var(--ff-primary-dark); }
.nf-features-support-line { margin: 14px 0 0; color: var(--ff-muted); font-size: .75rem; line-height: 1.55; }

.nf-features-ui { min-width: 0; overflow: hidden; border: 1px solid #d7dfec; border-radius: 24px; background: #fff; box-shadow: 0 30px 75px rgba(31,52,98,.16); }
.nf-features-ui-bar { display: flex; min-height: 57px; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 17px; border-bottom: 1px solid var(--ff-line); background: #fbfcfe; }
.nf-features-ui-bar span { display: flex; align-items: center; gap: 9px; color: var(--ff-ink); font: 750 .82rem/1.3 Manrope, system-ui, sans-serif; }
.nf-features-ui-bar small { color: var(--ff-muted); font-size: .65rem; }
.nf-features-ui-path { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 18px 19px 0; }
.nf-features-ui-path span { padding: 6px 8px; border: 1px solid #d9e0ec; border-radius: 8px; color: #344054; background: #fff; font-size: .62rem; font-weight: 650; }
.nf-features-ui-path i { color: #98a2b3; font-style: normal; }
.nf-features-ui-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 19px; }
.nf-features-ui-heading > div:first-child { display: grid; min-width: 0; gap: 4px; }
.nf-features-ui-heading small { color: var(--ff-muted); font-size: .62rem; }
.nf-features-ui-heading strong { color: var(--ff-ink); font-size: 1rem; }
.nf-features-score { flex: 0 0 auto; display: grid; gap: 3px; padding: 10px 12px; border-radius: 12px; background: #efedff; text-align: right; }
.nf-features-score strong { color: #4338ca; }
.nf-features-ui-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; padding: 0 19px 20px; }
.nf-features-ui-metrics div { display: grid; min-width: 0; min-height: 97px; align-content: center; gap: 5px; padding: 13px; border: 1px solid #e0e5ee; border-radius: 12px; background: linear-gradient(145deg, #fff, #f7f9fd); }
.nf-features-ui-metrics span { color: var(--ff-muted); font-size: .58rem; }
.nf-features-ui-metrics strong { color: #24324a; font-size: .8rem; }
.nf-features-ui-metrics small { color: #7b8798; font-size: .54rem; }

.nf-features-anchor-nav { position: sticky; top: var(--nf-features-header-offset); z-index: 200; border-block: 1px solid var(--ff-line); background: rgba(255,255,255,.95); box-shadow: 0 10px 25px rgba(16,24,40,.04); backdrop-filter: blur(16px); }
body.admin-bar .nf-features-anchor-nav { top: calc(var(--nf-features-header-offset) + 32px); }
.nf-features-anchor-nav .nf-container { display: flex; gap: 6px; padding-block: 9px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.nf-features-anchor-nav a { flex: 0 0 auto; padding: 9px 12px; border-radius: 9px; color: #475467; text-decoration: none; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.nf-features-anchor-nav a:hover,
.nf-features-anchor-nav a[aria-current="true"] { color: #174ba6; background: #edf4ff; }

.nf-features-section { padding: clamp(72px, 8vw, 108px) 0; background: var(--ff-bg); }
.nf-features-section.is-soft { background: linear-gradient(180deg, var(--ff-soft), #fbfcff); }
.nf-features-section-heading { width: min(780px, 100%); margin: 0 auto clamp(34px, 5vw, 54px); text-align: center; }
.nf-features-section-heading h2,
.nf-features-copy h2,
.nf-features-methodology h2,
.nf-features-final h2 { margin: 0; color: var(--ff-ink); font: 800 clamp(1.9rem, 3.8vw, 3.05rem)/1.09 Manrope, system-ui, sans-serif; letter-spacing: -.045em; }
.nf-features-section-heading > p:last-child { margin: 17px auto 0; color: var(--ff-body); font-size: .94rem; line-height: 1.76; }

.nf-features-outcome-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.nf-features-outcome-card { min-width: 0; padding: 22px; border: 1px solid var(--ff-line); border-radius: 19px; background: var(--ff-panel); box-shadow: 0 12px 29px rgba(16,24,40,.055); }
.nf-features-outcome-card h3 { margin: 20px 0 8px; color: var(--ff-ink); font-size: 1.08rem; }
.nf-features-outcome-card p { margin: 0; color: var(--ff-body); font-size: .82rem; line-height: 1.68; }
.nf-features-mini-metric { display: grid; min-height: 108px; align-content: center; gap: 4px; padding: 14px; border: 1px solid #dae3f2; border-radius: 13px; background: linear-gradient(135deg, #f8fbff, #f0f4ff); }
.nf-features-mini-metric span,
.nf-features-mini-metric small { color: var(--ff-muted); font-size: .63rem; }
.nf-features-mini-metric strong { color: var(--ff-primary); font-size: 1.2rem; }
.nf-features-outcome-center { grid-column: 1 / -1; grid-row: 2; display: grid; gap: 4px; width: min(570px, 100%); margin: 2px auto; padding: 19px 24px; border: 1px solid #39557f; border-radius: 17px; color: #fff; background: linear-gradient(135deg, #142039, #1d3153); text-align: center; box-shadow: 0 18px 42px rgba(17,24,39,.15); }
.nf-features-outcome-center span,
.nf-features-outcome-center small { color: #b8c8de; font-size: .64rem; }
.nf-features-outcome-center strong { color: #fff; font-size: 1rem; }

.nf-features-overview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.nf-features-overview-grid > a { display: flex; min-width: 0; min-height: 248px; flex-direction: column; padding: 21px; border: 1px solid var(--ff-line); border-radius: 17px; color: inherit; background: var(--ff-panel); box-shadow: 0 10px 25px rgba(16,24,40,.045); text-decoration: none; }
.nf-features-overview-grid > a:hover { border-color: #a7c1f5; box-shadow: 0 17px 34px rgba(22,97,234,.1); transform: translateY(-3px); }
.nf-features-overview-grid span { color: var(--ff-primary); font-size: .62rem; font-weight: 800; letter-spacing: .07em; }
.nf-features-overview-grid h3 { margin: 15px 0 8px; color: var(--ff-ink); font-size: 1.03rem; }
.nf-features-overview-grid p { margin: 0 0 19px; color: var(--ff-body); font-size: .76rem; line-height: 1.66; }
.nf-features-overview-grid > a > strong { margin-top: auto; color: #344054; font-size: .8rem; }

.nf-features-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(40px, 6vw, 76px); align-items: center; }
.nf-features-split.is-reversed .nf-features-copy { order: 2; }
.nf-features-copy > p:not(.nf-features-eyebrow) { margin: 18px 0 0; color: var(--ff-body); font-size: .9rem; line-height: 1.76; }
.nf-features-copy h3 { margin: 24px 0 12px; color: var(--ff-ink); font-size: 1rem; }
.nf-features-copy ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.nf-features-copy li { position: relative; padding-left: 27px; color: #344054; font-size: .8rem; line-height: 1.55; }
.nf-features-copy li::before { position: absolute; top: 1px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #fff; background: var(--ff-primary); content: "✓"; font-size: .62rem; font-weight: 800; }
.nf-features-note { display: grid; gap: 5px; margin-top: 22px; padding: 14px 15px; border-left: 4px solid var(--ff-warm); border-radius: 0 11px 11px 0; background: #fff9eb; }
.nf-features-note strong { color: #7a4b00; font-size: .71rem; }
.nf-features-note span { color: #664e29; font-size: .72rem; line-height: 1.55; }

.nf-features-proof { min-width: 0; padding: clamp(22px, 3vw, 31px); border: 1px solid #d8e1ef; border-radius: 22px; background: linear-gradient(145deg, #fff, #f6f9fe); box-shadow: 0 22px 52px rgba(31,52,98,.12); }
.nf-features-proof-label { margin-bottom: 21px; color: var(--ff-primary); font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.nf-features-proof-title { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--ff-line); }
.nf-features-proof-title span { color: #344054; font-size: .78rem; font-weight: 650; }
.nf-features-proof-title strong { color: var(--ff-primary); font-size: 1.8rem; }
.nf-features-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 17px; }
.nf-features-proof-grid div,
.nf-features-workspace-stats div { display: grid; gap: 6px; padding: 15px; border: 1px solid #e1e6ee; border-radius: 12px; background: #fff; }
.nf-features-proof-grid span,
.nf-features-workspace-stats span { color: var(--ff-muted); font-size: .62rem; }
.nf-features-proof-grid strong,
.nf-features-workspace-stats strong { color: #27364e; font-size: .8rem; }
.nf-features-proof > p { margin: 17px 0 0; color: var(--ff-muted); font-size: .7rem; line-height: 1.55; }
.nf-features-competition-value,
.nf-features-cpc-value { display: grid; gap: 6px; padding: 21px; border-radius: 15px; background: linear-gradient(135deg, #eef4ff, #f5f2ff); }
.nf-features-competition-value span,
.nf-features-cpc-value span { color: var(--ff-muted); font-size: .65rem; }
.nf-features-competition-value strong,
.nf-features-cpc-value strong { color: #244d98; font-size: 1.75rem; }
.nf-features-proof-list { display: grid; gap: 8px; margin-top: 14px; }
.nf-features-proof-list span { padding: 11px 12px; border: 1px solid #e2e7ef; border-radius: 10px; color: #344054; background: #fff; font-size: .68rem; font-weight: 650; }
.nf-features-intent-badge,
.nf-features-monetization-example { display: grid; gap: 5px; margin-top: 11px; padding: 13px; border: 1px solid #e0e5ee; border-radius: 11px; background: #fff; }
.nf-features-intent-badge span,
.nf-features-monetization-example span { color: var(--ff-muted); font-size: .6rem; }
.nf-features-intent-badge strong,
.nf-features-monetization-example strong { color: #2d3d58; font-size: .74rem; }
.nf-features-proof.is-trend > span { color: var(--ff-muted); font-size: .68rem; }
.nf-features-proof.is-trend > strong { display: block; margin-top: 8px; color: var(--ff-primary); font-size: 1.8rem; }
.nf-features-proof.is-monetization h3 { margin: 0 0 8px; color: var(--ff-ink); font-size: 1.25rem; }
.nf-features-proof.is-monetization > p { color: var(--ff-body); font-size: .78rem; line-height: 1.65; }
.nf-features-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.nf-features-tags span { padding: 7px 9px; border: 1px solid #d7dff0; border-radius: 8px; color: #344054; background: #fff; font-size: .61rem; font-weight: 650; }
.nf-features-inline-signal { display: grid; grid-template-columns: .7fr 1fr auto; gap: 25px; align-items: center; margin-top: 52px; padding: 23px 25px; border: 1px solid var(--ff-line); border-radius: 17px; background: var(--ff-panel-2); }
.nf-features-inline-signal h3 { margin: 0; color: var(--ff-ink); font-size: 1rem; }
.nf-features-inline-signal p:not(.nf-features-eyebrow) { margin: 0; color: var(--ff-body); font-size: .76rem; line-height: 1.6; }
.nf-features-inline-signal > strong { padding: 10px 12px; border-radius: 10px; color: #4338ca; background: #efedff; font-size: .77rem; }

.nf-features-section.is-score { color: #fff; background: radial-gradient(circle at 85% 0, rgba(109,61,245,.24), transparent 32%), linear-gradient(145deg, #0f1727, #17243c); }
.nf-features-section.is-score .nf-features-eyebrow { color: #92b8ff; }
.nf-features-section.is-score .nf-features-copy h2,
.nf-features-section.is-score .nf-features-copy h3 { color: #fff; }
.nf-features-section.is-score .nf-features-copy > p { color: #c4cede; }
.nf-features-principles { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: principles; }
.nf-features-principles li { padding: 12px 14px; border: 1px solid #354760; border-radius: 11px; color: #cbd5e1; background: rgba(255,255,255,.04); font-size: .76rem; }
.nf-features-principles strong { color: #fff; }
.nf-features-text-link { display: inline-flex; margin-top: 18px; color: #91b8ff; font-size: .78rem; font-weight: 700; }
.nf-features-proof.is-score { border-color: #425675; background: rgba(10,17,29,.66); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.nf-features-score-ring { display: grid; width: 190px; height: 190px; place-content: center; margin: 0 auto 23px; border: 13px solid #28467a; border-top-color: #5f98ff; border-right-color: #7c65f3; border-radius: 50%; text-align: center; }
.nf-features-score-ring span { color: #aebed3; font-size: .61rem; }
.nf-features-score-ring strong { margin-top: 5px; color: #fff; font-size: 1.7rem; }
.nf-features-proof.is-score dl { display: grid; gap: 7px; margin: 0; }
.nf-features-proof.is-score dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-top: 1px solid #34455f; }
.nf-features-proof.is-score dt { color: #aebed3; font-size: .67rem; }
.nf-features-proof.is-score dd { margin: 0; color: #fff; font-size: .7rem; font-weight: 700; }

.nf-features-ai-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 10px; }
.nf-features-ai-flow > div { display: grid; min-width: 0; align-content: center; gap: 8px; min-height: 126px; padding: 17px; border: 1px solid var(--ff-line); border-radius: 15px; background: var(--ff-panel); }
.nf-features-ai-flow > div span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--ff-primary), var(--ff-violet)); font-size: .65rem; font-weight: 800; }
.nf-features-ai-flow strong { color: var(--ff-ink); font-size: .76rem; line-height: 1.4; }
.nf-features-ai-flow > i { align-self: center; color: #98a2b3; font-size: 1.4rem; font-style: normal; }
.nf-features-ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.nf-features-ai-grid > div,
.nf-features-ai-grid blockquote { margin: 0; padding: 23px; border: 1px solid var(--ff-line); border-radius: 17px; background: var(--ff-panel); }
.nf-features-ai-grid h3 { margin: 0 0 13px; color: var(--ff-ink); font-size: 1rem; }
.nf-features-ai-grid ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.nf-features-ai-grid li { color: var(--ff-body); font-size: .75rem; line-height: 1.55; }
.nf-features-ai-grid blockquote span { color: var(--ff-primary); font-size: .63rem; font-weight: 800; letter-spacing: .07em; }
.nf-features-ai-grid blockquote p { margin: 13px 0; color: var(--ff-body); font-size: .8rem; line-height: 1.68; }
.nf-features-ai-grid cite { color: var(--ff-ink); font-size: .7rem; font-style: normal; font-weight: 700; }
.nf-features-trust-line { margin: 19px 0 0; color: var(--ff-muted); font-size: .71rem; line-height: 1.6; text-align: center; }

.nf-features-report-preview { display: grid; grid-template-columns: 120px minmax(0, 1fr) 270px; min-width: 0; overflow: hidden; border: 1px solid #d8e0ec; border-radius: 22px; background: #f8faff; box-shadow: 0 24px 58px rgba(31,52,98,.12); }
.nf-features-report-sidebar { display: grid; align-content: start; gap: 7px; padding: 21px 14px; color: #9fb0c7; background: #151f31; }
.nf-features-report-sidebar img { margin-bottom: 10px; }
.nf-features-report-sidebar span { padding: 8px; border-radius: 7px; font-size: .61rem; }
.nf-features-report-sidebar span:first-of-type { color: #fff; background: #263a5a; }
.nf-features-report-main { min-width: 0; padding: 23px; background: #fff; }
.nf-features-report-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--ff-line); }
.nf-features-report-heading > div { display: grid; min-width: 0; gap: 4px; }
.nf-features-report-heading small { color: var(--ff-muted); font-size: .6rem; }
.nf-features-report-heading strong { color: var(--ff-ink); font-size: .94rem; }
.nf-features-report-heading > span { padding: 8px 10px; border-radius: 9px; color: #4338ca; background: #efedff; font-size: .7rem; font-weight: 750; }
.nf-features-report-metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; margin: 16px 0; }
.nf-features-report-metrics div { display: grid; min-width: 0; gap: 5px; padding: 10px; border-radius: 9px; background: #f5f7fb; }
.nf-features-report-metrics span { color: var(--ff-muted); font-size: .52rem; }
.nf-features-report-metrics strong { color: #2d3d57; font-size: .62rem; }
.nf-features-report-copy { padding: 15px; border: 1px solid #e1e6ee; border-radius: 11px; }
.nf-features-report-copy h3 { margin: 0 0 7px; color: var(--ff-ink); font-size: .8rem; }
.nf-features-report-copy p { margin: 0; color: var(--ff-body); font-size: .64rem; line-height: 1.55; }
.nf-features-report-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 13px; color: var(--ff-muted); font-size: .57rem; }
.nf-features-callouts { display: grid; align-content: center; gap: 8px; padding: 19px; background: #eef3fb; }
.nf-features-callouts button { display: flex; min-width: 0; min-height: 44px; align-items: center; gap: 9px; padding: 10px; overflow: hidden; border: 1px solid #d7e0ed; border-radius: 10px; color: #44546d; background: #fff; text-align: left; white-space: normal !important; overflow-wrap: anywhere; font: 650 .62rem/1.45 Poppins, system-ui, sans-serif; cursor: pointer; }
.nf-features-callouts button:hover,
.nf-features-callouts button[aria-pressed="true"] { border-color: #8db1f4; color: #174ba6; background: #f4f7ff; }
.nf-features-callouts .nf-features-callout-number { flex: 0 0 24px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: #1661ea; font-size: .59rem; }
.nf-features-callouts .nf-features-callout-label { min-width: 0; flex: 1 1 auto; color: inherit; white-space: normal !important; overflow-wrap: anywhere; }
.nf-features-plan-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
.nf-features-plan-notes p { margin: 0; padding: 12px 13px; border-left: 3px solid var(--ff-violet); color: var(--ff-body); background: #f6f5ff; font-size: .7rem; line-height: 1.55; }
.nf-features-plan-notes strong { margin-right: 5px; color: #4338ca; }
.nf-features-center-action { margin-top: 24px; text-align: center; }

.nf-features-split.is-workspace { grid-template-columns: .8fr 1.2fr; }
.nf-features-workspace-ui { min-width: 0; padding: 25px; border: 1px solid #33465f; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #121b2a, #1f2e45); box-shadow: 0 24px 58px rgba(16,24,40,.2); }
.nf-features-workspace-bar { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid #3a4a60; }
.nf-features-workspace-bar span { color: #fff; font-weight: 700; }
.nf-features-workspace-bar small { color: #9aa9bd; }
.nf-features-workspace-ui article { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 17px; padding: 16px; border-radius: 13px; background: #fff; }
.nf-features-workspace-ui article > div { display: grid; min-width: 0; gap: 4px; }
.nf-features-workspace-ui article small { color: #667085; font-size: .6rem; }
.nf-features-workspace-ui article strong { color: #24324a; font-size: .78rem; }
.nf-features-workspace-ui article > span { padding: 8px; border-radius: 9px; color: #4338ca; background: #efedff; font-size: .67rem; font-weight: 750; }
.nf-features-workspace-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.nf-features-workspace-actions { display: flex; gap: 8px; margin-top: 12px; }
.nf-features-workspace-actions span { flex: 1; padding: 10px; border: 1px solid #46566c; border-radius: 9px; color: #bec9d7; text-align: center; font-size: .61rem; }
.nf-features-copy .nf-features-btn { margin-top: 23px; }

.nf-features-use-cases { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; isolation: isolate; }
.nf-features-use-tabs { position: relative; z-index: 2; display: grid; min-width: 0; gap: 9px; }
.nf-features-use-tabs button { display: grid; min-width: 0; gap: 5px; padding: 16px; overflow: hidden; border: 1px solid var(--ff-line); border-radius: 14px; color: var(--ff-ink) !important; background: var(--ff-panel) !important; text-align: left; white-space: normal; cursor: pointer; }
.nf-features-use-tabs button:hover,
.nf-features-use-tabs button[aria-selected="true"] { border-color: #96b6f5; color: var(--ff-ink) !important; background: #f2f6ff !important; box-shadow: 0 9px 22px rgba(22,97,234,.08); }
.nf-features-use-tabs strong { color: var(--ff-ink) !important; font-size: .86rem; }
.nf-features-use-tabs span { color: var(--ff-body) !important; font-size: .69rem; line-height: 1.55; }
.nf-features-use-panels { position: relative; z-index: 1; min-width: 0; }
.nf-features-use-panels section { min-height: 100%; padding: 28px; overflow: hidden; border: 1px solid var(--ff-line); border-radius: 20px; background: linear-gradient(145deg, var(--ff-panel), var(--ff-panel-2)); box-shadow: 0 18px 42px rgba(16,24,40,.08); }
.nf-features-use-panels h3 { margin: 9px 0 8px; color: var(--ff-ink); font-size: 1.3rem; }
.nf-features-use-panels section > p:not(.nf-features-eyebrow) { margin: 0; color: var(--ff-body); font-size: .8rem; line-height: 1.65; }
.nf-features-use-crop { margin-top: 23px; padding: 17px; border: 1px solid var(--ff-line); border-radius: 13px; background: var(--ff-panel); }
.nf-features-use-crop > span { color: var(--ff-ink); font-size: .76rem; font-weight: 700; }
.nf-features-use-crop dl { display: grid; gap: 7px; margin: 14px 0 0; }
.nf-features-use-crop dl > div { display: flex; justify-content: space-between; gap: 12px; padding-top: 8px; border-top: 1px solid #edf0f5; }
.nf-features-use-crop dt { color: var(--ff-muted); font-size: .62rem; }
.nf-features-use-crop dd { margin: 0; color: #344054; font-size: .64rem; font-weight: 700; }

.nf-features-pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; width: min(930px, 100%); margin: 0 auto; }
.nf-features-pricing-grid article { display: flex; min-width: 0; flex-direction: column; padding: 28px; border: 1px solid var(--ff-line); border-radius: 21px; background: var(--ff-panel); box-shadow: 0 13px 36px rgba(16,24,40,.065); }
.nf-features-pricing-grid article.is-pro { border-color: #86aef9; box-shadow: 0 18px 43px rgba(22,97,234,.13); }
.nf-features-price { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.nf-features-price > span { color: var(--ff-ink); font: 800 1.05rem/1.2 Manrope, system-ui, sans-serif; }
.nf-features-price > strong { color: var(--ff-ink); font-size: 2.05rem; }
.nf-features-price small { color: var(--ff-muted); font-size: .66rem; font-weight: 500; }
.nf-features-pricing-grid article > p { margin: 8px 0 0; color: var(--ff-muted); font-size: .68rem; }
.nf-features-pricing-grid ul { display: grid; gap: 10px; margin: 23px 0 26px; padding: 0; list-style: none; }
.nf-features-pricing-grid li { position: relative; padding-left: 24px; color: #344054; font-size: .74rem; line-height: 1.52; }
.nf-features-pricing-grid li::before { position: absolute; left: 0; color: var(--ff-primary); content: "✓"; font-weight: 900; }
.nf-features-pricing-grid .nf-features-btn { width: 100%; margin-top: auto; }
.nf-features-pricing-note { margin: 18px 0 0; color: var(--ff-muted); font-size: .7rem; text-align: center; }

.nf-features-methodology { color: #fff; background: linear-gradient(135deg, #142038, #0e1727); }
.nf-features-methodology-panel { display: grid; grid-template-columns: 1fr 330px; gap: clamp(34px, 6vw, 75px); align-items: center; }
.nf-features-methodology .nf-features-eyebrow { color: #93b9ff; }
.nf-features-methodology h2 { color: #fff; }
.nf-features-methodology-panel > div:first-child > p:not(.nf-features-eyebrow) { margin: 18px 0 0; color: #c3cfdf; font-size: .84rem; line-height: 1.75; }
.nf-features-methodology nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.nf-features-methodology nav a { padding: 9px 11px; border: 1px solid #3d5576; border-radius: 9px; color: #a9c8ff; font-size: .68rem; }
.nf-features-factor-card { display: grid; gap: 8px; padding: 22px; border: 1px solid #405473; border-radius: 17px; background: rgba(255,255,255,.055); }
.nf-features-factor-card > span,
.nf-features-factor-card > small { color: #aab8ca; font-size: .65rem; }
.nf-features-factor-card > strong { color: #fff; font-size: 1.7rem; }
.nf-features-factor-card dl { display: grid; gap: 6px; margin: 6px 0; }
.nf-features-factor-card dl > div { display: flex; justify-content: space-between; gap: 12px; padding-top: 8px; border-top: 1px solid #384a66; }
.nf-features-factor-card dt { color: #9eadc0; font-size: .62rem; }
.nf-features-factor-card dd { margin: 0; color: #fff; font-size: .65rem; font-weight: 700; }

.nf-features-faq-shell { width: min(900px, calc(100% - 40px)) !important; }
.nf-features-faq-list { display: grid; gap: 11px; }
.nf-features-faq-list details { border: 1px solid var(--ff-line); border-radius: 15px; background: var(--ff-panel); box-shadow: 0 8px 21px rgba(16,24,40,.04); }
.nf-features-faq-list summary { position: relative; padding: 20px 54px 20px 21px; color: var(--ff-ink); font: 740 .88rem/1.45 Manrope, system-ui, sans-serif; cursor: pointer; list-style: none; }
.nf-features-faq-list summary::-webkit-details-marker { display: none; }
.nf-features-faq-list summary::after { position: absolute; top: 50%; right: 20px; color: var(--ff-primary); content: "+"; font-size: 1.35rem; font-weight: 500; transform: translateY(-50%); }
.nf-features-faq-list details[open] summary::after { content: "−"; }
.nf-features-faq-list details p { margin: 0; padding: 0 54px 21px 21px; color: var(--ff-body); font-size: .78rem; line-height: 1.7; }

.nf-features-final { padding: clamp(64px, 7vw, 88px) 0; background: var(--ff-bg); }
.nf-features-final-panel { display: grid; grid-template-columns: 1fr auto 170px; gap: clamp(28px, 5vw, 58px); align-items: center; padding: clamp(30px, 5vw, 56px); border-radius: 25px; color: #fff; background: radial-gradient(circle at 85% 5%, rgba(109,61,245,.35), transparent 35%), linear-gradient(135deg, #1d4ca5, #17213b); box-shadow: 0 25px 60px rgba(24,45,83,.2); }
.nf-features-final h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); }
.nf-features-final-panel > div:first-child p { margin: 14px 0 0; color: #d5dfed; font-size: .86rem; line-height: 1.68; }
.nf-features-final-panel > div:nth-child(2) .nf-features-actions { margin: 0; }
.nf-features-final-panel > div:nth-child(2) > p { margin: 12px 0 0; color: #c0cedf; font-size: .63rem; text-align: center; }
.nf-features-final .nf-features-btn.is-secondary { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.08); }
.nf-features-final-metric { display: grid; gap: 5px; padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: rgba(255,255,255,.07); text-align: center; }
.nf-features-final-metric span,
.nf-features-final-metric small { color: #bac8da; font-size: .59rem; }
.nf-features-final-metric strong { color: #fff; font-size: 1.35rem; }

/* Dark page palette. The same components retain their hierarchy and contrast. */
body.nf-theme-dark .nf-features-page,
body.nf-theme-dark .nf-features {
    --ff-bg: #0e1116;
    --ff-soft: #12161d;
    --ff-panel: #181d24;
    --ff-panel-2: #202630;
    --ff-ink: #f5f7fb;
    --ff-body: #b2bccb;
    --ff-muted: #929eae;
    --ff-line: #343d49;
    background: var(--ff-bg);
}
body.nf-theme-dark .nf-features-hero { background: radial-gradient(circle at 10% 7%, rgba(22,97,234,.22), transparent 31%), radial-gradient(circle at 92% 5%, rgba(109,61,245,.16), transparent 31%), linear-gradient(180deg, #111722, #0e1116); }
body.nf-theme-dark .nf-features-section.is-soft { background: linear-gradient(180deg, #12161d, #151a21) !important; }
body.nf-theme-dark .nf-features-glow { background: none; }
body.nf-theme-dark .nf-features-breadcrumb a { color: #c4cede; }
body.nf-theme-dark .nf-features-ui,
body.nf-theme-dark .nf-features-outcome-card,
body.nf-theme-dark .nf-features-overview-grid > a,
body.nf-theme-dark .nf-features-proof,
body.nf-theme-dark .nf-features-ai-flow > div,
body.nf-theme-dark .nf-features-ai-grid > div,
body.nf-theme-dark .nf-features-ai-grid blockquote,
body.nf-theme-dark .nf-features-use-panels section,
body.nf-theme-dark .nf-features-pricing-grid article,
body.nf-theme-dark .nf-features-faq-list details { border-color: var(--ff-line); background: var(--ff-panel); box-shadow: none; }
body.nf-theme-dark .nf-features-ui-bar,
body.nf-theme-dark .nf-features-anchor-nav { border-color: var(--ff-line); background: rgba(18,22,28,.96); }
body.nf-theme-dark .nf-features-ui-path span,
body.nf-theme-dark .nf-features-ui-metrics div,
body.nf-theme-dark .nf-features-proof-grid div,
body.nf-theme-dark .nf-features-proof-list span,
body.nf-theme-dark .nf-features-intent-badge,
body.nf-theme-dark .nf-features-monetization-example,
body.nf-theme-dark .nf-features-tags span,
body.nf-theme-dark .nf-features-report-main,
body.nf-theme-dark .nf-features-callouts button,
body.nf-theme-dark .nf-features-use-crop { border-color: var(--ff-line); color: var(--ff-body); background: var(--ff-panel-2); }
body.nf-theme-dark .nf-features-ui-metrics div,
body.nf-theme-dark .nf-features-proof { background-image: none; }
body.nf-theme-dark .nf-features-score,
body.nf-theme-dark .nf-features-inline-signal > strong,
body.nf-theme-dark .nf-features-report-heading > span,
body.nf-theme-dark .nf-features-workspace-ui article > span { color: #b7aaff; background: rgba(109,61,245,.2); }
body.nf-theme-dark .nf-features-mini-metric,
body.nf-theme-dark .nf-features-competition-value,
body.nf-theme-dark .nf-features-cpc-value,
body.nf-theme-dark .nf-features-inline-signal { border-color: var(--ff-line); background: var(--ff-panel-2); }
body.nf-theme-dark .nf-features-note { background: #2d2516; }
body.nf-theme-dark .nf-features-note strong { color: #ffd27a; }
body.nf-theme-dark .nf-features-note span { color: #dec99b; }
body.nf-theme-dark .nf-features-copy li,
body.nf-theme-dark .nf-features-pricing-grid li,
body.nf-theme-dark .nf-features-proof-list span,
body.nf-theme-dark .nf-features-ui-path span,
body.nf-theme-dark .nf-features-tags span,
body.nf-theme-dark .nf-features-report-metrics strong,
body.nf-theme-dark .nf-features-workspace-stats strong,
body.nf-theme-dark .nf-features-use-crop dd { color: var(--ff-body); }
body.nf-theme-dark .nf-features-proof-title strong,
body.nf-theme-dark .nf-features-mini-metric strong,
body.nf-theme-dark .nf-features-proof.is-trend > strong { color: #79a9ff; }
body.nf-theme-dark .nf-features-report-preview { border-color: var(--ff-line); background: #151a21; box-shadow: none; }
body.nf-theme-dark .nf-features-report-copy { border-color: var(--ff-line); background: var(--ff-panel-2); }
body.nf-theme-dark .nf-features-report-metrics div { background: var(--ff-panel-2); }
body.nf-theme-dark .nf-features-callouts { background: #12171e; }
body.nf-theme-dark .nf-features-callouts button:hover,
body.nf-theme-dark .nf-features-callouts button[aria-pressed="true"],
body.nf-theme-dark .nf-features-use-tabs button:hover,
body.nf-theme-dark .nf-features-use-tabs button[aria-selected="true"] { border-color: #5f98ff; color: #fff !important; background: #263247 !important; }
body.nf-theme-dark .nf-features-plan-notes p { color: #c0c9d7; background: #211d35; }
body.nf-theme-dark .nf-features-plan-notes strong { color: #b9a9ff; }
body.nf-theme-dark .nf-features-use-tabs button { border-color: var(--ff-line); color: var(--ff-ink) !important; background: var(--ff-panel) !important; }
body.nf-theme-dark .nf-features-use-tabs strong { color: var(--ff-ink) !important; }
body.nf-theme-dark .nf-features-use-tabs span { color: var(--ff-body) !important; }
body.nf-theme-dark .nf-features-workspace-ui article { background: var(--ff-panel-2); }
body.nf-theme-dark .nf-features-workspace-ui article strong { color: var(--ff-ink); }
body.nf-theme-dark .nf-features-price > span,
body.nf-theme-dark .nf-features-price > strong { color: var(--ff-ink); }
body.nf-theme-dark .nf-features-btn.is-secondary { border-color: #465363; color: var(--ff-ink); background: var(--ff-panel); }
body.nf-theme-dark .nf-features-final .nf-features-btn.is-secondary { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.08); }
body.nf-theme-dark .nf-footer { border-top: 1px solid #2c3440; }
body.nf-theme-dark.nf-features-surface .nf-mobile-nav-panel { border-color: transparent; background: transparent; }
body.nf-theme-dark.nf-features-surface .nf-mobile-nav-panel .nf-nav a:hover,
body.nf-theme-dark.nf-features-surface .nf-mobile-nav-panel .nf-nav a:focus-visible { color: #fff !important; background: #272e39 !important; }
body.nf-theme-dark.nf-features-surface .nf-mobile-nav-panel .nf-nav-right { border-top-color: #343d49; }

/* Complete dark-theme contrast pass for every user-facing Features component. */
body.nf-theme-dark .nf-features :where(
    .nf-features-ui-heading,
    .nf-features-ui-metrics,
    .nf-features-overview-grid,
    .nf-features-proof:not(.is-score),
    .nf-features-inline-signal,
    .nf-features-ai-grid,
    .nf-features-report-main,
    .nf-features-workspace-ui,
    .nf-features-use-crop
) strong { color: #f5f7fb !important; }
body.nf-theme-dark .nf-features :where(
    .nf-features-ui,
    .nf-features-proof:not(.is-score),
    .nf-features-inline-signal,
    .nf-features-report-main,
    .nf-features-workspace-ui,
    .nf-features-use-crop
) :where(span, small, dt) { color: #b5c0d0; }
body.nf-theme-dark .nf-features .nf-features-score strong,
body.nf-theme-dark .nf-features .nf-features-report-heading > span,
body.nf-theme-dark .nf-features .nf-features-workspace-ui article > span,
body.nf-theme-dark .nf-features .nf-features-inline-signal > strong { color: #b9a9ff !important; }
body.nf-theme-dark .nf-features .nf-features-eyebrow,
body.nf-theme-dark .nf-features .nf-features-overview-grid > a > span,
body.nf-theme-dark .nf-features .nf-features-proof-label,
body.nf-theme-dark .nf-features .nf-features-ai-grid blockquote > span { color: #79a9ff !important; }
body.nf-theme-dark .nf-features .nf-features-anchor-nav a { color: #c2ccda; }
body.nf-theme-dark .nf-features .nf-features-anchor-nav a:hover,
body.nf-theme-dark .nf-features .nf-features-anchor-nav a[aria-current="true"] { color: #fff; background: #263247; }
body.nf-theme-dark .nf-features .nf-features-workspace-stats div { border-color: #3b4654; background: #202630 !important; }
body.nf-theme-dark .nf-features .nf-features-workspace-stats strong { color: #f5f7fb !important; }
body.nf-theme-dark .nf-features .nf-features-workspace-stats span { color: #b5c0d0 !important; }
body.nf-theme-dark .nf-features .nf-features-report-metrics strong,
body.nf-theme-dark .nf-features .nf-features-report-copy h3,
body.nf-theme-dark .nf-features .nf-features-report-heading strong { color: #f5f7fb !important; }
body.nf-theme-dark .nf-features .nf-features-callouts .nf-features-callout-label { color: inherit !important; }
body.nf-theme-dark .nf-features .nf-features-ui-path i { color: #8492a6; }

@media (max-width: 1040px) {
    .nf-features-hero-grid { grid-template-columns: minmax(0, .85fr) minmax(450px, 1.15fr); gap: 34px; }
    .nf-features-overview-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nf-features-report-preview { grid-template-columns: 90px minmax(0,1fr); }
    .nf-features-callouts { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0,1fr)); }
    .nf-features-final-panel { grid-template-columns: 1fr auto; }
    .nf-features-final-metric { display: none; }
}

@media (max-width: 850px) {
    body.nf-features-surface { --nf-features-header-offset: 68px; }
    .nf-features-hero-grid,
    .nf-features-split,
    .nf-features-split.is-workspace,
    .nf-features-use-cases,
    .nf-features-methodology-panel { grid-template-columns: 1fr; }
    .nf-features-split.is-reversed .nf-features-copy { order: 0; }
    .nf-features-hero-copy { max-width: 760px; }
    .nf-features-outcome-layout { grid-template-columns: 1fr; }
    .nf-features-outcome-center { grid-column: auto; grid-row: auto; width: 100%; }
    .nf-features-ai-flow { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nf-features-ai-flow > i { display: none; }
    .nf-features-inline-signal { grid-template-columns: 1fr auto; }
    .nf-features-inline-signal > p { grid-column: 1 / -1; grid-row: 2; }
    .nf-features-use-panels section { min-height: 390px; }
    .nf-features-final-panel { grid-template-columns: 1fr; }
    .nf-features-final-panel > div:nth-child(2) > p { text-align: left; }
}

@media (max-width: 800px) {
    body.nf-theme-dark.nf-features-surface .nf-mobile-nav-panel { border-color: #343d49; background: #181d24; }
}

@media (max-width: 782px) {
    body.admin-bar.nf-features-surface .nf-navbar { top: 46px; }
    body.admin-bar .nf-features-anchor-nav { top: calc(var(--nf-features-header-offset) + 46px); }
}

@media (max-width: 680px) {
    .nf-features .nf-container { width: min(100% - 24px, 640px); }
    .nf-features-breadcrumb { padding: 0 0 28px; }
    .nf-features-hero { padding: 46px 0 58px; }
    .nf-features-hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
    .nf-features-actions,
    .nf-features-hero-copy .nf-features-actions { display: grid; grid-template-columns: 1fr; }
    .nf-features-btn { width: 100%; }
    .nf-features-hero-copy .nf-features-actions .nf-features-btn { width: 100% !important; white-space: normal; }
    .nf-features-ui-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nf-features-anchor-nav .nf-container { width: 100%; padding-inline: 12px; }
    .nf-features-section { padding: 64px 0; }
    .nf-features-overview-grid,
    .nf-features-ai-grid,
    .nf-features-pricing-grid,
    .nf-features-plan-notes { grid-template-columns: 1fr; }
    .nf-features-overview-grid > a { min-height: 220px; }
    .nf-features-ai-flow { grid-template-columns: 1fr; }
    .nf-features-ai-flow > div { min-height: auto; }
    .nf-features-report-preview { grid-template-columns: 1fr; }
    .nf-features-report-sidebar { display: none; }
    .nf-features-callouts { grid-template-columns: 1fr; }
    .nf-features-report-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nf-features-report-bottom { display: grid; }
    .nf-features-workspace-stats { grid-template-columns: 1fr; }
    .nf-features-use-panels section { min-height: 0; padding: 22px; }
    .nf-features-final-panel { padding: 28px 20px; }
}

@media (max-width: 430px) {
    .nf-features-ui-heading { align-items: start; flex-direction: column; }
    .nf-features-score { text-align: left; }
    .nf-features-ui-metrics,
    .nf-features-proof-grid { grid-template-columns: 1fr; }
    .nf-features-inline-signal { grid-template-columns: 1fr; }
    .nf-features-inline-signal > p { grid-column: auto; grid-row: auto; }
    .nf-features-inline-signal > strong { width: max-content; max-width: 100%; }
    .nf-features-report-main,
    .nf-features-callouts,
    .nf-features-pricing-grid article { padding: 19px; }
    .nf-features-report-metrics { grid-template-columns: 1fr; }
    .nf-features-workspace-actions { display: grid; }
    .nf-features-final-panel .nf-features-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .nf-features { scroll-behavior: auto; }
    .nf-features * { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
