.nfofx {
    --nf-dark: #020817;
    --nf-dark-2: #061226;
    --nf-text: #172033;
    --nf-muted: #64748b;
    --nf-line: #e6edf7;
    --nf-blue: #1463ff;
    --nf-blue-2: #3124e8;
    --nf-cyan: #00b7ff;
    --nf-green: #00e0a4;
    --nf-green-2: #10b981;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    color: var(--nf-text);
    background: #fff;
    font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    overflow: hidden;
}

.nfofx *, .nfofx *::before, .nfofx *::after { box-sizing: border-box; }
.nfofx [hidden] { display: none !important; }
.nfofx h1, .nfofx h2, .nfofx h3, .nfofx p { margin-top: 0; }
.nfofx h1, .nfofx h2, .nfofx h3 { color: inherit; font-weight: 800; letter-spacing: -.035em; }
.nfofx svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.nfofx-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.nfofx-hero {
    position: relative;
    padding: clamp(64px, 7vw, 108px) 0;
    color: #fff;
    background: radial-gradient(circle at 78% 5%, rgb(0 224 164 / 22%), transparent 30%), linear-gradient(135deg, #020817 0%, #061226 48%, #050b1f 100%);
}
.nfofx-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 38%, #000); }
.nfofx-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, .78fr); align-items: center; gap: clamp(44px, 7vw, 100px); }
.nfofx-eyebrow, .nfofx-section-label { display: inline-block; margin-bottom: 18px; color: var(--nf-green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nfofx-hero h1 { max-width: 710px; margin-bottom: 22px; font-size: clamp(40px, 5.2vw, 72px); line-height: .99; text-wrap: balance; }
.nfofx-lead { max-width: 620px; margin-bottom: 28px; color: #cbd5e1; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.nfofx-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: #e2e8f0; font-size: 14px; font-weight: 700; }
.nfofx-trust li { display: inline-flex; align-items: center; gap: 8px; }
.nfofx-trust svg { color: var(--nf-green); }

.nfofx-card { position: relative; min-height: 470px; padding: clamp(24px, 3vw, 36px); color: var(--nf-text); border: 1px solid rgb(255 255 255 / 55%); border-radius: 28px; background: rgb(255 255 255 / 97%); box-shadow: 0 34px 80px rgb(0 0 0 / 32%); }
.nfofx-card::after { content: ""; position: absolute; z-index: -1; right: -26px; bottom: -28px; width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(135deg, var(--nf-cyan), var(--nf-green)); filter: blur(55px); opacity: .35; }
.nfofx-card__head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.nfofx-card__head h2 { margin-bottom: 2px; font-size: 22px; }
.nfofx-card__head p { margin-bottom: 0; color: var(--nf-muted); font-size: 13px; }
.nfofx-step { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(135deg, var(--nf-blue-2), var(--nf-blue)); font-weight: 900; }
.nfofx-drop { display: flex; min-height: 208px; padding: 24px; align-items: center; justify-content: center; flex-direction: column; text-align: center; border: 2px dashed #cbd7e8; border-radius: 18px; background: #f8fbff; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.nfofx-drop:hover, .nfofx-drop.is-dragging, .nfofx-drop:focus-within { border-color: var(--nf-blue); background: #eff6ff; transform: translateY(-2px); }
.nfofx-drop.has-file { border-color: var(--nf-green-2); background: #effcf7; }
.nfofx-drop__icon { display: grid; width: 48px; height: 48px; margin-bottom: 12px; place-items: center; color: var(--nf-blue); border-radius: 15px; background: #e7efff; }
.nfofx-drop__icon svg { width: 27px; height: 27px; }
.nfofx-drop strong { margin-bottom: 2px; font-size: 17px; }
.nfofx-drop > span:not(.nfofx-drop__icon):not(.nfofx-file-name) { color: var(--nf-muted); font-size: 13px; }
.nfofx-file-name { max-width: 100%; margin-top: 14px; padding: 7px 12px; overflow: hidden; color: #334155; border-radius: 999px; background: #fff; box-shadow: 0 1px 6px rgb(15 23 42 / 8%); font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.nfofx-file-name.is-error { color: #b42318; background: #fff1f0; }
.nfofx-file-input, .nfofx-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0 !important; }
.nfofx-file-input:focus + .nfofx-button { outline: none; }
.nfofx-button { display: inline-flex; width: 100%; min-height: 54px; margin-top: 16px; padding: 13px 20px; align-items: center; justify-content: center; gap: 10px; color: #fff !important; border: 0; border-radius: 14px; background: linear-gradient(115deg, var(--nf-blue-2), var(--nf-blue)); box-shadow: 0 12px 25px rgb(20 99 255 / 24%); font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; }
.nfofx-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgb(20 99 255 / 32%); }
.nfofx-button:focus-visible, .nfofx-again:focus-visible, .nfofx-faq summary:focus-visible, .nfofx-drop:focus-within { outline: 3px solid rgb(0 183 255 / 45%); outline-offset: 3px; }
.nfofx-button:disabled { opacity: .46; box-shadow: none; cursor: not-allowed; transform: none; }
.nfofx-form.is-loading .nfofx-button svg { animation: nfofx-spin .9s linear infinite; }
.nfofx-privacy { display: flex; margin: 14px 0 0; align-items: center; justify-content: center; gap: 7px; color: var(--nf-muted); font-size: 12px; text-align: center; }
.nfofx-privacy svg { color: var(--nf-green-2); }
.nfofx-status { margin-top: 15px; padding: 12px 14px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.nfofx-status--loading, .nfofx-status--info { color: #174ea6; background: #edf5ff; }
.nfofx-status--error { color: #9f231d; background: #fff1f0; }

.nfofx-result { text-align: center; outline: none; }
.nfofx-result__ok { display: grid; width: 64px; height: 64px; margin: 2px auto 13px; place-items: center; color: #047857; border-radius: 50%; background: #dffbef; }
.nfofx-result__ok svg { width: 32px; height: 32px; stroke-width: 2.5; }
.nfofx-result__kicker { margin-bottom: 4px; color: #047857; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nfofx-result h2 { margin-bottom: 19px; font-size: 25px; }
.nfofx-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; text-align: left; }
.nfofx-summary div { padding: 12px; border: 1px solid var(--nf-line); border-radius: 12px; background: #f8fafc; }
.nfofx-summary div:last-child { grid-column: 1 / -1; }
.nfofx-summary dt { color: var(--nf-muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nfofx-summary dd { margin: 2px 0 0; color: var(--nf-text); font-size: 14px; font-weight: 900; }
.nfofx-review { margin: 12px 0 0; padding: 11px 12px; color: #854d0e; border-radius: 10px; background: #fef9c3; font-size: 12px; text-align: left; }
.nfofx-download { background: linear-gradient(115deg, #047857, var(--nf-green-2)); box-shadow: 0 12px 25px rgb(16 185 129 / 24%); }
.nfofx-download.is-used { opacity: .66; pointer-events: none; }
.nfofx-expiry { margin: 10px 0 0; color: var(--nf-muted); font-size: 11px; }
.nfofx-again { padding: 8px; margin-top: 6px; color: var(--nf-blue); border: 0; background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }

.nfofx-banks, .nfofx-bank-guides, .nfofx-how, .nfofx-security, .nfofx-content, .nfofx-faq { padding: clamp(68px, 8vw, 110px) 0; }
.nfofx-banks { text-align: center; background: #f7faff; }
.nfofx-section-label { margin-bottom: 10px; color: var(--nf-blue); }
.nfofx-banks h2, .nfofx-bank-guides h2, .nfofx-how h2, .nfofx-security h2, .nfofx-content h2, .nfofx-faq h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; text-wrap: balance; }
.nfofx-banks > .nfofx-shell > p:not(.nfofx-section-label):not(.nfofx-note) { max-width: 700px; margin: 0 auto 30px; color: var(--nf-muted); font-size: 17px; }
.nfofx-bank-list { display: flex; max-width: 1000px; padding: 0; margin: 0 auto; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; }
.nfofx-bank-list li { padding: 0; color: #263552; border: 1px solid #dfe9f5; border-radius: 999px; background: #fff; box-shadow: 0 5px 16px rgb(15 23 42 / 4%); font-size: 13px; font-weight: 800; }
.nfofx-bank-list a { display: block; padding: 10px 16px; color: inherit; border-radius: inherit; text-decoration: none; }
.nfofx-bank-list a:hover, .nfofx-bank-list a:focus-visible { color: var(--nf-blue); background: #eef4ff; }
.nfofx-note { max-width: 780px; margin: 27px auto 0; color: var(--nf-muted); font-size: 13px; }

.nfofx-bank-guides { background: #fff; }
.nfofx-bank-guides .nfofx-section-label, .nfofx-bank-guides h2 { display: block; text-align: center; }
.nfofx-bank-guides__intro { max-width: 800px; margin: 0 auto; color: var(--nf-muted); font-size: 16px; text-align: center; }
.nfofx-bank-guides__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.nfofx-bank-guides article { padding: 24px; scroll-margin-top: 100px; border: 1px solid var(--nf-line); border-radius: 18px; background: #fbfdff; }
.nfofx-bank-guides h3 { margin-bottom: 10px; color: var(--nf-dark); font-size: 19px; line-height: 1.25; }
.nfofx-bank-guides article p { margin-bottom: 18px; color: var(--nf-muted); font-size: 14px; }
.nfofx-bank-guides article a { color: var(--nf-blue); font-size: 13px; font-weight: 850; text-decoration: none; }
.nfofx-bank-guides article a:hover, .nfofx-bank-guides article a:focus-visible { text-decoration: underline; }

.nfofx-how { background: #fff; }
.nfofx-how > .nfofx-shell > .nfofx-section-label, .nfofx-how > .nfofx-shell > h2 { display: block; text-align: center; }
.nfofx-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.nfofx-steps article { position: relative; padding: 30px; border: 1px solid var(--nf-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgb(15 23 42 / 6%); }
.nfofx-steps article > span { display: inline-block; margin-bottom: 25px; color: var(--nf-blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.nfofx-steps h3 { margin-bottom: 10px; font-size: 21px; }
.nfofx-steps p { margin-bottom: 0; color: var(--nf-muted); font-size: 15px; }

.nfofx-security { color: #fff; background: var(--nf-dark); }
.nfofx-security__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.nfofx-security h2 { max-width: 560px; }
.nfofx-security__grid > div > p:last-child { max-width: 610px; margin-bottom: 0; color: #b9c6da; font-size: 17px; }
.nfofx-security ul { padding: 0; margin: 0; list-style: none; }
.nfofx-security li { display: flex; padding: 18px 0; align-items: flex-start; gap: 14px; border-bottom: 1px solid rgb(255 255 255 / 11%); }
.nfofx-security li > svg { flex: 0 0 26px; width: 26px; height: 26px; padding: 5px; color: var(--nf-dark); border-radius: 50%; background: var(--nf-green); stroke-width: 2.5; }
.nfofx-security li span { color: #b9c6da; font-size: 14px; }
.nfofx-security li strong { display: block; margin-bottom: 3px; color: #fff; font-size: 16px; }

.nfofx-content { background: #fff; }
.nfofx-content__grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: clamp(36px, 8vw, 100px); }
.nfofx-content p { color: var(--nf-muted); font-size: 16px; }
.nfofx-content aside { padding: 30px; border: 1px solid #dce9f8; border-radius: 22px; background: linear-gradient(145deg, #f3f7ff, #ecfdf8); box-shadow: 0 18px 45px rgb(15 23 42 / 7%); }
.nfofx-content aside strong { display: block; margin-bottom: 8px; color: var(--nf-blue-2); font-size: 21px; }
.nfofx-content aside p { margin: 0; font-size: 14px; }

.nfofx-faq { background: #f7faff; }
.nfofx-faq__shell { max-width: 820px; }
.nfofx-faq .nfofx-section-label, .nfofx-faq h2 { display: block; text-align: center; }
.nfofx-faq h2 { margin-bottom: 32px; }
.nfofx-faq details { border-bottom: 1px solid #dce5f0; background: #fff; }
.nfofx-faq details:first-of-type { border-radius: 18px 18px 0 0; }
.nfofx-faq details:last-of-type { border-bottom: 0; border-radius: 0 0 18px 18px; }
.nfofx-faq summary { position: relative; padding: 20px 54px 20px 22px; color: var(--nf-text); font-size: 16px; font-weight: 900; cursor: pointer; list-style: none; }
.nfofx-faq summary::-webkit-details-marker { display: none; }
.nfofx-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--nf-blue); font-size: 25px; transform: translateY(-50%); }
.nfofx-faq details[open] summary::after { content: "−"; }
.nfofx-faq details p { padding: 0 22px 22px; margin: 0; color: var(--nf-muted); font-size: 15px; }

@keyframes nfofx-spin { to { transform: rotate(360deg); } }

@media (max-width: 860px) {
    .nfofx-hero__grid, .nfofx-security__grid, .nfofx-content__grid { grid-template-columns: 1fr; }
    .nfofx-hero__copy { text-align: center; }
    .nfofx-lead { margin-right: auto; margin-left: auto; }
    .nfofx-trust { justify-content: center; }
    .nfofx-card { width: min(100%, 560px); margin: 0 auto; }
    .nfofx-bank-guides__grid { grid-template-columns: repeat(2, 1fr); }
    .nfofx-steps { grid-template-columns: 1fr; }
    .nfofx-security__grid { gap: 35px; }
}

@media (max-width: 520px) {
    .nfofx-shell { width: min(100% - 28px, 1160px); }
    .nfofx-hero { padding: 52px 0 58px; }
    .nfofx-hero h1 { font-size: clamp(37px, 12vw, 52px); }
    .nfofx-lead { font-size: 17px; }
    .nfofx-trust { align-items: flex-start; flex-direction: column; text-align: left; }
    .nfofx-card { min-height: 0; padding: 20px; border-radius: 22px; }
    .nfofx-card__head h2 { font-size: 20px; }
    .nfofx-drop { min-height: 190px; padding: 18px 12px; }
    .nfofx-summary { grid-template-columns: 1fr; }
    .nfofx-summary div:last-child { grid-column: auto; }
    .nfofx-banks, .nfofx-bank-guides, .nfofx-how, .nfofx-security, .nfofx-content, .nfofx-faq { padding: 62px 0; }
    .nfofx-bank-list a { padding: 8px 12px; font-size: 12px; }
    .nfofx-bank-guides__grid { grid-template-columns: 1fr; }
    .nfofx-steps article { padding: 24px; }
}

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