/* SlugLift Wave 0 pricing page. Public surface: bright by default. */
body.nf-pricing-surface,
body.nf-pricing-surface.nf-theme-dark,
body.nf-pricing-surface .nf-public-page,
body.nf-pricing-surface.nf-theme-dark .nf-public-page,
body.nf-pricing-surface .nf-pricing {
    background: #fff;
    color: #111b2e;
    color-scheme: light;
}

/* The shared public-page shell adds spacing for legal pages. Pricing owns its
   full-width hero, so reset that inherited space to join it to the header. */
body.nf-pricing-surface main.nf-public-page.nf-pricing-page,
body.nf-pricing-surface.nf-theme-dark main.nf-public-page.nf-pricing-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    overflow: clip;
}

body.nf-pricing-surface main.nf-public-page.nf-pricing-page > .nf-pricing,
body.nf-pricing-surface.nf-theme-dark main.nf-public-page.nf-pricing-page > .nf-pricing {
    margin: 0;
    padding: 0 !important;
}

body.nf-pricing-surface .nf-navbar,
body.nf-pricing-surface.nf-theme-dark .nf-navbar {
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid #dfe7f2 !important;
    color: #111b2e !important;
}

body.nf-pricing-surface .nf-mobile-nav-panel {
    background: transparent !important;
}

body.nf-pricing-surface .nf-nav-links a,
body.nf-pricing-surface .nf-logo-text {
    color: #15223a !important;
}

body.nf-pricing-surface .nf-nav-links a[aria-current="page"] {
    color: #0f5ce1 !important;
}

.nf-pricing *,
.nf-pricing *::before,
.nf-pricing *::after {
    box-sizing: border-box;
}

.nf-pricing {
    --pricing-ink: #111b2e;
    --pricing-body: #42516a;
    --pricing-muted: #6f7e96;
    --pricing-blue: #1661ea;
    --pricing-blue-dark: #0f4fc8;
    --pricing-line: #dbe4f0;
    --pricing-soft: #f6f8fc;
    --pricing-blue-soft: #eff5ff;
    --pricing-radius: 24px;
    overflow: clip;
    font-family: Poppins, sans-serif;
}

.nf-pricing .nf-container {
    width: min(100% - 40px, 1220px);
    margin-inline: auto;
}

.nf-pricing a:focus-visible,
.nf-pricing button:focus-visible,
.nf-pricing summary:focus-visible,
.nf-pricing [tabindex="0"]:focus-visible {
    outline: 3px solid rgba(22, 97, 234, .45);
    outline-offset: 4px;
}

.nf-pricing-hero {
    position: relative;
    padding: 0 0 36px;
    background:
        radial-gradient(circle at 18% 10%, rgba(22, 97, 234, .13), transparent 31%),
        radial-gradient(circle at 88% 2%, rgba(89, 62, 230, .1), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #fff 88%);
}

.nf-pricing-breadcrumb {
    padding-block: 20px 8px;
}

.nf-pricing-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #66758d;
    font-size: 14px;
}

.nf-pricing-breadcrumb li + li::before {
    content: "›";
    margin-right: 10px;
    color: #9ba8bb;
}

.nf-pricing-breadcrumb a {
    color: #22324c;
    text-decoration: none;
}

.nf-pricing-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 0 24px;
    text-align: center;
}

.nf-pricing-eyebrow {
    margin: 0 0 14px;
    color: var(--pricing-blue);
    font-family: Manrope, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.5;
}

.nf-pricing-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--pricing-ink);
    font-family: Manrope, sans-serif;
    font-size: clamp(44px, 6vw, 74px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.nf-pricing-hero-inner > p:not(.nf-pricing-eyebrow):not(.nf-pricing-trust) {
    max-width: 820px;
    margin: 22px auto 0;
    color: var(--pricing-body);
    font-size: 18px;
    line-height: 1.75;
}

.nf-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.nf-pricing :where(.nf-btn-primary, .nf-btn-secondary) {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 13px;
    padding: 14px 22px;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.nf-pricing .nf-btn-primary {
    border-color: var(--pricing-blue);
    background: var(--pricing-blue);
    color: #fff;
    box-shadow: 0 12px 26px rgba(22, 97, 234, .18);
}

.nf-pricing .nf-btn-primary:hover {
    border-color: var(--pricing-blue-dark);
    background: var(--pricing-blue-dark);
    color: #fff;
    transform: translateY(-2px);
}

.nf-pricing .nf-btn-secondary {
    border-color: #bfd0e8;
    background: #fff;
    color: #114fb8;
    box-shadow: 0 8px 20px rgba(20, 48, 88, .07);
}

.nf-pricing .nf-btn-secondary:hover {
    border-color: #7da7e7;
    background: #f5f9ff;
    color: #0e479f;
    transform: translateY(-2px);
}

.nf-pricing-trust {
    margin: 16px 0 0;
    color: #64738a;
    font-size: 13px;
}

.nf-pricing-result-strip {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    width: min(100%, 690px);
    margin-top: 30px;
    border: 1px solid #d2def0;
    border-radius: 999px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 38px rgba(30, 56, 93, .08);
    color: #53647c;
    font-size: 13px;
}

.nf-pricing-result-strip span {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.nf-pricing-result-strip strong {
    color: #13223c;
}

.nf-pricing-result-strip i {
    color: var(--pricing-blue);
    font-size: 20px;
    font-style: normal;
}

.nf-pricing-section {
    padding: 94px 0;
}

.nf-pricing-section.is-soft {
    border-block: 1px solid #e6ebf3;
    background: var(--pricing-soft);
}

.nf-pricing-section-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.nf-pricing-section-heading h2,
.nf-pricing-model-panel h2,
.nf-pricing-agency-panel h2,
.nf-pricing-credits-layout h2,
.nf-pricing-final h2 {
    margin: 0;
    color: var(--pricing-ink);
    font-family: Manrope, sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.nf-pricing-section-heading > p:not(.nf-pricing-eyebrow),
.nf-pricing-model-panel > div:first-child > p:not(.nf-pricing-eyebrow),
.nf-pricing-agency-panel > div:first-child > p:not(.nf-pricing-eyebrow),
.nf-pricing-credits-layout > div:first-child > p,
.nf-pricing-final-panel > div:first-child > p:not(.nf-pricing-eyebrow) {
    margin: 18px 0 0;
    color: var(--pricing-body);
    font-size: 16px;
    line-height: 1.75;
}

.nf-pricing-plan-section {
    padding-top: 60px;
}

.nf-pricing-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.nf-pricing .nf-plan {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid #d6e0ed;
    border-radius: var(--pricing-radius);
    padding: 34px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(27, 52, 90, .08);
}

.nf-pricing .nf-plan-pro {
    border: 2px solid #4280ef;
    background: linear-gradient(180deg, #f4f8ff 0%, #fff 38%);
    box-shadow: 0 22px 64px rgba(22, 97, 234, .15);
}

.nf-popular-badge {
    position: absolute;
    top: 20px;
    right: 22px;
    border-radius: 999px;
    padding: 7px 11px;
    background: #e7efff;
    color: #1252bb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.nf-plan-top {
    display: flex;
    min-height: 108px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.nf-plan-top > div {
    display: flex;
    flex-direction: column;
}

.nf-plan-name {
    color: #15223a;
    font-family: Manrope, sans-serif;
    font-size: 21px;
    font-weight: 800;
}

.nf-plan-price {
    margin-top: 8px;
    color: #0d1930;
    font-family: Manrope, sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
}

.nf-plan-top small {
    margin-top: 7px;
    color: #5e6e86;
    font-size: 12px;
}

.nf-plan-purpose {
    margin-top: 2px;
    border-radius: 999px;
    padding: 7px 10px;
    background: #f0f3f8;
    color: #52647e;
    font-size: 11px;
    font-weight: 700;
}

.nf-plan-pro .nf-plan-purpose {
    margin-top: 40px;
    background: #dce9ff;
    color: #174c9f;
}

.nf-plan-description {
    min-height: 56px;
    margin: 8px 0 22px;
    color: var(--pricing-body);
    line-height: 1.65;
}

.nf-plan h3 {
    margin: 0 0 14px;
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.nf-pricing-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nf-pricing-check-list li {
    position: relative;
    padding-left: 28px;
    color: #34445e;
    font-size: 14px;
    line-height: 1.55;
}

.nf-pricing-check-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #e8f0ff;
    color: var(--pricing-blue);
    font-size: 11px;
    font-weight: 900;
}

.nf-plan-action {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
    text-align: center;
}

.nf-plan-action small {
    color: #64738a;
    font-size: 12px;
}

.nf-pricing-billing-note,
.nf-pricing-section-closing,
.nf-pricing-terms-note,
.nf-pricing-faq-more {
    margin: 26px auto 0;
    color: #5c6c83;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.nf-pricing-decision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nf-pricing-decision-grid > article {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--pricing-line);
    border-radius: var(--pricing-radius);
    padding: 30px;
    background: #fff;
}

.nf-pricing-decision-grid > article.is-pro {
    border-color: #8ab2f4;
}

.nf-pricing-decision-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nf-pricing-decision-label span {
    border-radius: 999px;
    padding: 6px 10px;
    background: #eaf1ff;
    color: #1455bd;
    font-size: 12px;
    font-weight: 800;
}

.nf-pricing-decision-label strong {
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 20px;
}

.nf-pricing-decision-grid ul {
    display: grid;
    gap: 11px;
    margin: 22px 0 26px;
    padding-left: 20px;
    color: #42516a;
    font-size: 14px;
    line-height: 1.55;
}

.nf-pricing-interface-card {
    margin-top: auto;
    border: 1px solid #d8e2ef;
    border-radius: 16px;
    padding: 18px;
    background: #f8fafc;
}

.nf-pricing-interface-card > div:first-child {
    display: grid;
    gap: 5px;
}

.nf-pricing-interface-card span,
.nf-pricing-interface-card small {
    color: #5c6c83;
    font-size: 11px;
}

.nf-pricing-interface-card strong {
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 15px;
}

.nf-pricing-interface-card dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 14px 0;
}

.nf-pricing-interface-card dl div {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.nf-pricing-interface-card dt {
    color: #66758d;
    font-size: 10px;
}

.nf-pricing-interface-card dd {
    margin: 4px 0 0;
    color: #22324c;
    font-size: 12px;
    font-weight: 700;
}

.nf-pricing-interface-card.is-pro {
    background: #10203b;
}

.nf-pricing-interface-card.is-pro :where(strong, b) {
    color: #fff;
}

.nf-pricing-interface-card.is-pro :where(span, small) {
    color: #b8c9e3;
}

.nf-pricing-report-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin: 16px 0;
}

.nf-pricing-report-tabs span {
    border-radius: 8px;
    padding: 9px 5px;
    background: #1e3559;
    color: #dbe8fb !important;
    text-align: center;
}

.nf-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid #d5dfec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(23, 47, 82, .07);
    scrollbar-color: #8aaee6 #eef3f9;
}

.nf-pricing-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    color: #34445e;
    font-size: 14px;
}

.nf-pricing-table-wrap th,
.nf-pricing-table-wrap td {
    border-bottom: 1px solid #e3e9f2;
    padding: 17px 20px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

.nf-pricing-table-wrap thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f3f6fb;
    color: #15223a;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.nf-pricing-table-wrap thead th:last-child {
    background: #eaf2ff;
    color: #114daa;
}

.nf-pricing-table-wrap tbody th {
    width: 32%;
    color: #17243b;
    font-weight: 700;
}

.nf-pricing-table-wrap tbody td:nth-child(3) {
    background: #f8fbff;
}

.nf-pricing-table-wrap tfoot th,
.nf-pricing-table-wrap tfoot td {
    border-bottom: 0;
    background: #f7f9fc;
}

.nf-pricing-table-wrap tfoot .nf-btn-primary,
.nf-pricing-table-wrap tfoot .nf-btn-secondary {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    font-size: 13px;
}

.nf-pricing-scroll-cue {
    display: none;
    margin: 12px 0 0;
    color: #687790;
    font-size: 12px;
    text-align: center;
}

.nf-pricing-credits-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    gap: 34px 48px;
    align-items: center;
}

.nf-pricing-credit-copy {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.nf-pricing-credit-copy article {
    border-left: 3px solid #6a9df0;
    padding: 2px 0 2px 17px;
}

.nf-pricing-credit-copy span {
    color: #17243b;
    font-size: 14px;
    font-weight: 800;
}

.nf-pricing-credit-copy p {
    margin: 5px 0 0;
    color: #4d5d76;
    font-size: 13px;
    line-height: 1.65;
}

.nf-pricing-credit-visual {
    border: 1px solid #cfdbea;
    border-radius: 24px;
    padding: 28px;
    background: linear-gradient(145deg, #0f1d35, #172a49);
    box-shadow: 0 20px 48px rgba(18, 42, 77, .17);
}

.nf-pricing-credit-balance {
    display: grid;
    gap: 7px;
    border: 1px solid #2b466e;
    border-radius: 17px;
    padding: 20px;
    background: #172b4b;
}

.nf-pricing-credit-balance span,
.nf-pricing-credit-balance small {
    color: #b8c9e3;
    font-size: 12px;
}

.nf-pricing-credit-balance strong {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 38px;
}

.nf-pricing-credit-visual ol {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.nf-pricing-credit-visual li {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 10px;
    color: #dce8f8;
    font-size: 13px;
}

.nf-pricing-credit-visual li span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--pricing-blue);
    color: #fff;
    font-size: 11px;
}

.nf-pricing-clarification {
    grid-column: 1 / -1;
    border: 1px solid #f0d38b;
    border-left: 4px solid #d99a12;
    border-radius: 14px;
    padding: 18px 20px;
    background: #fffaf0;
}

.nf-pricing-clarification strong {
    color: #684400;
}

.nf-pricing-clarification p {
    margin: 5px 0 0;
    color: #665338;
    font-size: 13px;
    line-height: 1.65;
}

.nf-pricing-benefit-grid,
.nf-pricing-billing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nf-pricing-benefit-grid > article,
.nf-pricing-billing-grid > article {
    min-width: 0;
    border: 1px solid var(--pricing-line);
    border-radius: 20px;
    padding: 24px;
    background: #fff;
}

.nf-pricing-benefit-grid h3,
.nf-pricing-billing-grid h3 {
    margin: 20px 0 8px;
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 20px;
}

.nf-pricing-benefit-grid p,
.nf-pricing-billing-grid p {
    margin: 0;
    color: #4d5d76;
    font-size: 14px;
    line-height: 1.65;
}

.nf-pricing-benefit-ui {
    min-height: 152px;
    border-radius: 15px;
    padding: 17px;
    background: #f2f6fc;
}

.nf-pricing-benefit-ui > span {
    display: block;
    color: #5c6c83;
    font-size: 11px;
}

.nf-pricing-benefit-ui > strong {
    display: block;
    margin-top: 7px;
    color: #15223a;
    font-size: 14px;
}

.nf-pricing-benefit-ui > i {
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 10px;
    border-radius: 999px;
    background: #dce5f2;
}

.nf-pricing-benefit-ui > i:nth-of-type(2) { width: 82%; }
.nf-pricing-benefit-ui > i:nth-of-type(3) { width: 64%; }

.nf-pricing-keyword-pills,
.nf-pricing-workspace-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.nf-pricing-keyword-pills b,
.nf-pricing-workspace-actions b {
    border: 1px solid #bfd1eb;
    border-radius: 999px;
    padding: 7px 10px;
    background: #fff;
    color: #315b95;
    font-size: 10px;
}

.nf-pricing-model-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.nf-pricing-model-flow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    align-items: center;
    gap: 8px;
}

.nf-pricing-model-flow > div {
    display: grid;
    min-height: 150px;
    align-content: center;
    justify-items: center;
    border: 1px solid #d4dfed;
    border-radius: 16px;
    padding: 15px 11px;
    background: #fff;
    text-align: center;
}

.nf-pricing-model-flow > div > span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: #e8f0ff;
    color: #1658c7;
    font-size: 11px;
    font-weight: 800;
}

.nf-pricing-model-flow strong {
    margin-top: 11px;
    color: #17243b;
    font-size: 12px;
}

.nf-pricing-model-flow small {
    margin-top: 5px;
    color: #64738a;
    font-size: 10px;
}

.nf-pricing-model-flow > i {
    color: #24579f;
    font-size: 18px;
    font-style: normal;
}

.nf-pricing-agency-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 48px;
    align-items: center;
    border: 1px solid #d8e2f0;
    border-radius: 28px;
    padding: 44px;
    background: linear-gradient(135deg, #f8fbff, #f0f5ff);
}

.nf-pricing-agency-panel aside {
    margin: 24px 0;
    border-left: 3px solid #4b83de;
    padding-left: 16px;
}

.nf-pricing-agency-panel aside strong {
    color: #203b66;
}

.nf-pricing-agency-panel aside p {
    margin: 5px 0 0;
    color: #52637c;
    font-size: 13px;
    line-height: 1.65;
}

.nf-pricing-agency-visual {
    border: 1px solid #d2deed;
    border-radius: 20px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 17px 40px rgba(28, 57, 96, .1);
}

.nf-pricing-agency-visual > div:first-child {
    display: grid;
    gap: 6px;
}

.nf-pricing-agency-visual span,
.nf-pricing-agency-visual small {
    color: #64738a;
    font-size: 11px;
}

.nf-pricing-agency-visual strong {
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 16px;
}

.nf-pricing-agency-visual ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.nf-pricing-agency-visual li {
    border-radius: 999px;
    padding: 8px 10px;
    background: #edf4ff;
    color: #24579f;
    font-size: 11px;
    font-weight: 700;
}

.nf-pricing-export-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #e1e7f0;
    padding-top: 16px;
}

.nf-pricing-billing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nf-pricing-billing-grid > article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e8f0ff;
    color: #1558c6;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.nf-pricing-terms-note a,
.nf-pricing-faq-more a,
.nf-pricing-responsible-panel a {
    color: #1157c7;
    font-weight: 700;
}

.nf-pricing-responsible {
    padding-block: 54px;
}

.nf-pricing-responsible-panel {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    max-width: 980px;
    border: 1px solid #d7e1ee;
    border-radius: 20px;
    padding: 28px;
    background: #fbfcfe;
}

.nf-pricing-responsible-panel > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #e7efff;
    color: #1457c3;
    font-family: serif;
    font-size: 20px;
    font-weight: 700;
}

.nf-pricing-responsible-panel h2 {
    margin: 0;
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 24px;
}

.nf-pricing-responsible-panel p {
    margin: 8px 0 11px;
    color: #4c5d76;
    font-size: 14px;
    line-height: 1.65;
}

.nf-pricing-faq-shell {
    max-width: 940px;
}

.nf-pricing-faq-list {
    display: grid;
    gap: 12px;
}

.nf-pricing-faq-list details {
    border: 1px solid #d8e1ee;
    border-radius: 14px;
    background: #fff;
}

.nf-pricing-faq-list summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 19px 54px 19px 20px;
    color: #17243b;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.nf-pricing-faq-list summary::-webkit-details-marker {
    display: none;
}

.nf-pricing-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--pricing-blue);
    font-size: 22px;
}

.nf-pricing-faq-list details[open] summary::after {
    content: "−";
}

.nf-pricing-faq-list p {
    margin: 0;
    border-top: 1px solid #e4eaf2;
    padding: 17px 20px 20px;
    color: #4b5c75;
    font-size: 14px;
    line-height: 1.7;
}

.nf-pricing-final {
    padding: 34px 0 92px;
    background: #fff;
}

.nf-pricing-final-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 46px;
    align-items: center;
    border-radius: 28px;
    padding: 48px;
    background:
        radial-gradient(circle at 90% 10%, rgba(114, 89, 229, .34), transparent 32%),
        linear-gradient(135deg, #123f90, #17223d);
    box-shadow: 0 25px 64px rgba(19, 42, 79, .22);
}

.nf-pricing-final .nf-pricing-eyebrow {
    color: #a9c8ff;
}

.nf-pricing-final h2,
.nf-pricing-final-panel > div:first-child > p:not(.nf-pricing-eyebrow) {
    color: #fff;
}

.nf-pricing-final-panel > div:last-child > p {
    margin: 14px 0 0;
    color: #c2d2eb;
    font-size: 12px;
    text-align: center;
}

.nf-pricing-final .nf-btn-secondary {
    border-color: #fff;
    color: #124fae;
}

@media (max-width: 1050px) {
    .nf-pricing-model-panel,
    .nf-pricing-agency-panel,
    .nf-pricing-final-panel {
        grid-template-columns: 1fr;
    }

    .nf-pricing-model-flow {
        grid-template-columns: repeat(7, minmax(0, auto));
    }

    .nf-pricing-billing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .nf-pricing .nf-container {
        width: min(100% - 30px, 1220px);
    }

    .nf-pricing-section {
        padding: 72px 0;
    }

    .nf-pricing-plan-grid,
    .nf-pricing-decision-grid,
    .nf-pricing-credits-layout,
    .nf-pricing-benefit-grid {
        grid-template-columns: 1fr;
    }

    .nf-pricing-plan-grid .nf-plan-pro {
        order: 2;
    }

    .nf-pricing-credits-layout {
        gap: 28px;
    }

    .nf-pricing-clarification {
        grid-column: 1;
    }

    .nf-pricing-model-flow {
        grid-template-columns: 1fr;
    }

    .nf-pricing-model-flow > div {
        min-height: 110px;
    }

    .nf-pricing-model-flow > i {
        transform: rotate(90deg);
        text-align: center;
    }

    .nf-pricing-scroll-cue {
        display: block;
    }
}

@media (max-width: 700px) {
    body.nf-pricing-surface .nf-mobile-nav-panel {
        background: #fff !important;
    }

    .nf-pricing-hero-inner {
        align-items: stretch;
        padding-top: 28px;
        text-align: left;
    }

    .nf-pricing-hero h1 {
        font-size: clamp(40px, 13vw, 58px);
    }

    .nf-pricing-hero-inner > p:not(.nf-pricing-eyebrow):not(.nf-pricing-trust) {
        font-size: 16px;
    }

    .nf-pricing-actions {
        display: grid;
        justify-content: stretch;
    }

    .nf-pricing-result-strip {
        grid-template-columns: 1fr;
        justify-items: stretch;
        border-radius: 18px;
        text-align: left;
    }

    .nf-pricing-result-strip span {
        justify-content: flex-start;
    }

    .nf-pricing-result-strip i {
        transform: rotate(90deg);
        text-align: center;
    }

    .nf-pricing-section-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .nf-pricing-section-heading h2,
    .nf-pricing-model-panel h2,
    .nf-pricing-agency-panel h2,
    .nf-pricing-credits-layout h2,
    .nf-pricing-final h2 {
        font-size: 32px;
    }

    .nf-pricing .nf-plan,
    .nf-pricing-decision-grid > article,
    .nf-pricing-agency-panel,
    .nf-pricing-final-panel {
        padding: 24px;
    }

    .nf-plan-top {
        min-height: 116px;
    }

    .nf-plan-purpose {
        display: none;
    }

    .nf-popular-badge {
        top: 20px;
        right: 20px;
    }

    .nf-pricing-billing-grid {
        grid-template-columns: 1fr;
    }

    .nf-pricing-agency-panel {
        gap: 30px;
    }

    .nf-pricing-credit-visual,
    .nf-pricing-responsible-panel {
        padding: 22px;
    }

    .nf-pricing-responsible-panel {
        grid-template-columns: 1fr;
    }

    .nf-pricing-final {
        padding-bottom: 66px;
    }

    .nf-pricing-final-panel {
        gap: 26px;
    }

    .nf-pricing-final-panel .nf-pricing-actions {
        margin-top: 0;
    }

    .nf-pricing-final-panel .nf-pricing-actions a {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .nf-pricing .nf-container {
        width: min(100% - 24px, 1220px);
    }

    .nf-pricing-section {
        padding: 58px 0;
    }

    .nf-pricing .nf-plan,
    .nf-pricing-decision-grid > article,
    .nf-pricing-agency-panel,
    .nf-pricing-final-panel {
        border-radius: 19px;
        padding: 20px;
    }

    .nf-plan-price {
        font-size: 44px;
    }

    .nf-pricing-report-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .nf-pricing-interface-card dl {
        grid-template-columns: 1fr;
    }

    .nf-pricing-export-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nf-pricing *,
    .nf-pricing *::before,
    .nf-pricing *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
