/* Nivufox kurumsal sayfa şablonları — Gilroy (tema fontu) */

.single-page,
.single-page .post-area,
.single-page .post-content,
.single-page .post-body,
.single-page .article-content,
.single-page .page-prose,
.nfx-page-hero,
.nfx-page-side,
.nfx-contact-sidebar,
.nfx-faq-card,
.nfx-apply-card {
    font-family: "Gilroy", sans-serif;
}

/* Hero — arka plansız, koyu metin, marka rengi ikon */
.nfx-page-hero.intall {
    position: relative;
    overflow: visible;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0 18px;
    margin-top: 12px;
    margin-bottom: 18px;
    background: transparent !important;
    border-radius: 0;
}
.nfx-page-hero.intall::before {
    content: none !important;
    display: none !important;
    background: none !important;
}
.nfx-page-hero.intall .icobox,
.nfx-page-hero.intall .detabox {
    position: relative;
    z-index: 1;
}
.nfx-page-hero.intall .icobox {
    order: 2;
    align-self: center;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 12px;
    background: var(--secColor, #ef4432) !important;
    color: #fff !important;
    box-shadow: none;
}
.nfx-page-hero.intall .icobox i {
    color: #fff !important;
}
.nfx-page-hero.intall .detabox {
    order: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    line-height: 1.35;
}
.nfx-page-hero.intall .detabox h1 {
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #252c36;
    margin: 0;
}
.nfx-page-hero.intall .detabox p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #5f728a;
    margin: 0;
    max-width: min(100%, 72ch);
}
.nfx-page-hero .nfx-page-crumb {
    margin: 0;
}
.nfx-page-hero .nfx-page-crumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
}
.nfx-page-hero .nfx-page-crumb li + li::before {
    content: "/";
    margin-right: 6px;
    opacity: .45;
    color: #8a94a6;
}
.nfx-page-hero .nfx-page-crumb a,
.nfx-page-hero .nfx-page-crumb span {
    color: #8a94a6;
}
.nfx-page-hero .nfx-page-crumb .active a {
    color: #323747;
    font-weight: 600;
}

.nfx-page-hero--legal .icobox,
.nfx-page-hero--help .icobox,
.nfx-page-hero--faq .icobox,
.nfx-page-hero--order_lookup .icobox,
.nfx-page-hero--corporate .icobox,
.nfx-page-hero--partnership .icobox,
.nfx-page-hero--career .icobox,
.nfx-page-hero--contact .icobox,
.nfx-page-hero--default .icobox,
.nfx-page-hero--about .icobox {
    background: var(--secColor, #ef4432) !important;
    color: #fff !important;
}

/* Article / prose — kategori makale tipografisiyle hizalı */
.single-page .post-content {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(76, 84, 115, .08);
    padding: 0;
}
.single-page .post-body,
.single-page .article-content,
.single-page .page-prose {
    color: #505362;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    word-break: break-word;
}
.single-page .post-body {
    padding: 22px 24px;
}
.single-page .article-content > *:first-child,
.single-page .page-prose > *:first-child,
.single-page .post-body > *:first-child {
    margin-top: 0;
}
.single-page .article-content > *:last-child,
.single-page .page-prose > *:last-child,
.single-page .post-body > p:last-child {
    margin-bottom: 0;
}
.single-page .article-content h1,
.single-page .article-content h2,
.single-page .article-content h3,
.single-page .article-content h4,
.single-page .page-prose h1,
.single-page .page-prose h2,
.single-page .page-prose h3,
.single-page .page-prose h4,
.single-page .post-content h1,
.single-page .post-content h2,
.single-page .post-content h3,
.single-page .post-content h4 {
    font-family: "Gilroy", sans-serif;
    color: #323747;
    letter-spacing: -0.015em;
    scroll-margin-top: 90px;
}
.single-page .post-content h1,
.single-page .article-content h1,
.single-page .page-prose h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
}
.single-page .post-content h2,
.single-page .article-content h2,
.single-page .page-prose h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 28px 0 12px;
}
.single-page .post-content h3,
.single-page .article-content h3,
.single-page .page-prose h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 22px 0 10px;
}
.single-page .post-content p,
.single-page .article-content p,
.single-page .page-prose p {
    color: #505362;
    margin: 0 0 16px;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}
.single-page .article-content b,
.single-page .article-content strong,
.single-page .page-prose b,
.single-page .page-prose strong {
    font-weight: 700;
    color: #323747;
}
.single-page .article-content a,
.single-page .page-prose a,
.single-page .nfx-page-legal-ref a {
    color: var(--secColor, #ef4432);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.single-page .article-content ul,
.single-page .article-content ol,
.single-page .page-prose ul,
.single-page .page-prose ol {
    margin: 0 0 18px;
    padding-left: 1.25em;
}
.single-page .article-content li,
.single-page .page-prose li {
    margin-bottom: 8px;
    line-height: 1.65;
}
.single-page .row > [class*="col-"],
.single-page .post-area,
.single-page .post-content,
.single-page .nfx-section-grid,
.single-page .nfx-section-card,
.single-page .nfx-corp-sections,
.single-page .nfx-corp-block {
    min-width: 0;
    max-width: 100%;
}
.single-page .article-content .table-container,
.single-page .page-prose .table-container {
    display: block;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin: 8px 0 16px;
    border-radius: 10px;
    border: 1px solid #e8ebf2;
}
.single-page .article-content table,
.single-page .page-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 20px;
    font-size: 15px;
    table-layout: auto;
}
.single-page .article-content .table-container table,
.single-page .page-prose .table-container table {
    margin: 0;
    width: max-content;
    min-width: 100%;
    max-width: none;
}
.single-page .article-content th,
.single-page .article-content td,
.single-page .page-prose th,
.single-page .page-prose td {
    border: 1px solid #e8ebf2;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    width: auto;
    max-width: none;
    word-break: normal;
    overflow-wrap: break-word;
}
.single-page .article-content th,
.single-page .page-prose th {
    background: #f7f8fb;
    font-weight: 600;
    color: #323747;
    white-space: nowrap;
}
.single-page .article-content table tr > :first-child:nth-last-child(2),
.single-page .page-prose table tr > :first-child:nth-last-child(2) {
    width: 38%;
    max-width: 240px;
    white-space: normal;
}
.single-page .article-content td,
.single-page .page-prose td {
    color: #505362;
    font-weight: 500;
}
.nfx-sidebar-note {
    background: #fff;
    border: 1px solid rgba(76, 84, 115, .08);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    color: #5a6478;
}

/* Side nav — ikonlu satırlar, eşit hiza */
.nfx-page-side.nfx-page-side--flat,
.nfx-page-side--flat.page-sidebar {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.nfx-page-side--flat .page-sidebar-head {
    display: none !important;
}
.nfx-page-side-nav {
    --nfx-side-pad: 14px;
    --nfx-side-icon: 28px;
    --nfx-side-gap: 10px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.nfx-page-side-group {
    margin: 0;
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 12px;
    overflow: hidden;
}
.nfx-page-side-group[open] {
    background: #fff;
}
.nfx-page-side-group > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: var(--nfx-side-gap);
    min-height: 50px;
    padding: 0 var(--nfx-side-pad);
    font-family: "Gilroy", sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #323747;
    user-select: none;
    background: #fff;
}
.nfx-page-side-group[open] > summary {
    border-bottom: 1px solid #eef0f5;
}
.nfx-page-side-group > summary::-webkit-details-marker { display: none; }
.nfx-page-side-group > summary i,
.nfx-page-side-group ul li a i {
    width: var(--nfx-side-icon);
    height: var(--nfx-side-icon);
    min-width: var(--nfx-side-icon);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 68, 50, .1);
    color: var(--secColor, #e53e3e);
    font-size: 14px;
    line-height: 1;
}
.nfx-page-side-group ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    display: block;
}
.nfx-page-side-group ul li {
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}
.nfx-page-side--flat .nfx-page-side-group ul li a.ps-item,
.nfx-page-side-group ul li a,
.nfx-page-side-group ul li a.ps-item {
    display: flex !important;
    align-items: center;
    gap: var(--nfx-side-gap);
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 var(--nfx-side-pad) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-family: "Gilroy", sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.3;
    color: #3d4454 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: background .12s ease, color .12s ease;
}
.nfx-page-side-group ul li a span {
    display: block;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
.nfx-page-side-group ul li a:hover,
.nfx-page-side-group ul li a.ps-item:hover {
    background: #f6f7fa !important;
    color: #252c36 !important;
}
.nfx-page-side-group ul li.active a,
.nfx-page-side-group ul li.active a.ps-item {
    background: #fff4f2 !important;
    color: var(--secColor, #ef4432) !important;
    font-weight: 600;
    border-radius: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}
.nfx-page-side-group ul li.active a i {
    background: rgba(239, 68, 50, .16);
}

/* Sections / corporate blocks */
.nfx-section-grid {
    display: grid;
    gap: 14px;
    min-width: 0;
    width: 100%;
}
.nfx-section-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(76, 84, 115, .08);
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.nfx-section-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.nfx-section-card__head h2 {
    margin: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #323747;
}
.nfx-section-card__num {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: var(--secColor, #ef4432);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.nfx-section-card.is-placeholder {
    background: linear-gradient(180deg, #fff, #f5f7fb);
}
.nfx-section-card__body {
    color: #505362;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 46px;
}
.nfx-section-card__body p:last-child { margin-bottom: 0; }
.nfx-section-card__body > *:first-child { margin-top: 0; }
.nfx-page-family-legal .nfx-section-card {
    padding: 22px 22px 20px;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}
.nfx-page-family-legal .nfx-section-card__body {
    min-width: 0;
    max-width: 100%;
}
.nfx-page-family-legal .nfx-section-card .table-container {
    display: block;
    box-sizing: border-box;
    margin: 12px 0 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e8ebf2;
}
.nfx-page-family-legal .nfx-section-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    table-layout: auto;
    empty-cells: show;
}
.nfx-page-family-legal .nfx-section-card .table-container table {
    width: max-content;
    min-width: 100%;
    max-width: none;
}
.nfx-page-family-legal .nfx-section-card table tr > :first-child:nth-last-child(2),
.nfx-page-family-legal .nfx-section-card table tr > :first-child:nth-last-child(2) ~ * {
    min-width: 0;
}
.nfx-page-family-legal .nfx-section-card table tr > :first-child:nth-last-child(2) {
    width: 36%;
    max-width: 220px;
}
.nfx-page-family-legal .nfx-section-card table:has(tr > :first-child:nth-last-child(2)) {
    min-width: 100%;
}
.nfx-page-family-legal .nfx-section-card th,
.nfx-page-family-legal .nfx-section-card td {
    border: 1px solid #e8ebf2;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    width: auto;
    max-width: none;
    min-width: 6.5rem;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: manual;
}
.nfx-page-family-legal .nfx-section-card .table-container th,
.nfx-page-family-legal .nfx-section-card .table-container td {
    border-left: 0;
    border-right: 0;
}
.nfx-page-family-legal .nfx-section-card .table-container tr:first-child th,
.nfx-page-family-legal .nfx-section-card .table-container tr:first-child td {
    border-top: 0;
}
.nfx-page-family-legal .nfx-section-card .table-container tr:last-child th,
.nfx-page-family-legal .nfx-section-card .table-container tr:last-child td {
    border-bottom: 0;
}
.nfx-page-family-legal .nfx-section-card th {
    background: #f7f8fb;
    font-weight: 600;
    color: #323747;
    white-space: nowrap;
}
.nfx-page-family-legal .nfx-section-card td {
    color: #505362;
    font-weight: 500;
}
.nfx-page-family-legal .nfx-section-card .table-container table tr td:nth-child(1),
.nfx-page-family-legal .nfx-section-card table td:first-child:not(:nth-last-child(2)) {
    width: auto;
    min-width: 9rem;
    font-weight: 700;
    color: var(--secColor, #ef4432);
    white-space: nowrap;
}
.nfx-page-family-legal .nfx-section-card .table-container table tr:hover {
    background: transparent;
    cursor: default;
}
.nfx-page-family-legal .nfx-section-card .table-container table tr:nth-child(even) {
    background-color: #fafbfc;
}
.nfx-page-family-legal .nfx-section-card table code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92em;
    font-weight: 700;
    color: var(--secColor, #ef4432);
    background: transparent;
    white-space: nowrap;
}

/* Corporate — numaralı bölüm kartları */
.nfx-corp-sections {
    display: grid;
    gap: 14px;
}
.nfx-corp-block {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 4px 16px;
    align-items: start;
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px 20px;
    border: 1px solid rgba(76, 84, 115, .08);
    scroll-margin-top: 96px;
}
.nfx-corp-block__index {
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: rgba(239, 68, 50, .28);
    line-height: 1;
    padding-top: 2px;
    user-select: none;
}
.nfx-corp-block__content {
    min-width: 0;
}
.nfx-corp-block__content > h2 {
    margin: 0 0 12px;
    font-family: "Gilroy", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    color: #323747;
}
.nfx-corp-block__body,
.nfx-corp-block__content .article-content {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
    color: #505362;
}
.nfx-corp-block__body > *:first-child,
.nfx-corp-block__content .article-content > *:first-child {
    margin-top: 0;
}
.nfx-corp-block__body > *:last-child,
.nfx-corp-block__content .article-content > *:last-child {
    margin-bottom: 0;
}
.nfx-corp-block__body p,
.nfx-corp-block__content .article-content p {
    margin: 0 0 12px;
    font-size: inherit;
    line-height: inherit;
}
.nfx-corp-block__body ul,
.nfx-corp-block__body ol,
.nfx-corp-block__content .article-content ul,
.nfx-corp-block__content .article-content ol {
    margin: 0 0 12px;
    padding-left: 1.15em;
    display: grid;
    gap: 8px;
}
.nfx-corp-block__body li,
.nfx-corp-block__content .article-content li {
    margin: 0;
    line-height: 1.55;
}
.nfx-corp-block__body li > strong:first-child,
.nfx-corp-block__content .article-content li > strong:first-child {
    color: #323747;
}
/* Tablo — kart içinde taşmadan, okunaklı */
.nfx-corp-block .table-container {
    display: block;
    box-sizing: border-box;
    margin: 4px 0 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e8ebf2;
}
.nfx-corp-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14.5px;
    table-layout: auto;
    border-radius: 0;
    empty-cells: show;
}
.nfx-corp-block .table-container table {
    width: max-content;
    min-width: 100%;
    max-width: none;
}
.nfx-corp-block th,
.nfx-corp-block td {
    border: 1px solid #e8ebf2;
    padding: 11px 13px;
    text-align: left;
    vertical-align: top;
    width: auto;
    max-width: none;
    word-break: normal;
    overflow-wrap: break-word;
}
.nfx-corp-block .table-container th,
.nfx-corp-block .table-container td {
    border-left: 0;
    border-right: 0;
}
.nfx-corp-block .table-container tr:first-child th,
.nfx-corp-block .table-container tr:first-child td {
    border-top: 0;
}
.nfx-corp-block .table-container tr:last-child th,
.nfx-corp-block .table-container tr:last-child td {
    border-bottom: 0;
}
.nfx-corp-block th {
    background: #f7f8fb;
    font-weight: 600;
    color: #323747;
    white-space: nowrap;
}
.nfx-corp-block table tr > :first-child:nth-last-child(2) {
    width: 36%;
    max-width: 220px;
    white-space: normal;
}
.nfx-corp-block td {
    color: #505362;
    font-weight: 500;
}
.nfx-corp-block .table-container table tr:hover {
    background: transparent;
    cursor: default;
}
.nfx-corp-block td a {
    color: var(--secColor, #ef4432);
    font-weight: 600;
}
.nfx-page-family-corporate .nfx-page-intro .page-prose {
    max-width: 78ch;
}

/* Legal */
.single-page .nfx-legal-intro .post-body {
    padding: 10px 16px;
    line-height: 1.3;
}
.single-page .nfx-legal-intro:has(.nfx-legal-prose) .post-body {
    padding: 16px 20px;
    line-height: 1.75;
}
.nfx-legal-intro .nfx-legal-prose.mt-3 {
    margin-top: 12px !important;
}
.nfx-legal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    color: #6b7688;
}
.nfx-legal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.nfx-legal-meta i {
    color: var(--secColor, #ef4432);
    font-size: 15px;
    line-height: 1;
}
.nfx-legal-prose {
    max-width: none;
}
.nfx-legal-prose > p,
.nfx-legal-prose > ul,
.nfx-legal-prose > ol {
    max-width: 72ch;
}

/* Related + support (ETBİS alt bloğu) */
.nfx-page-related {
    margin: 0 0 16px;
}
.nfx-page-related__title {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #323747;
    letter-spacing: -0.01em;
    text-transform: none;
}
.nfx-page-related__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.nfx-page-related__list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(239, 68, 50, .08);
    border: 0;
    color: var(--secColor, #ef4432);
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 1.3;
    transition: background .15s ease, color .15s ease;
}
.nfx-page-related__list a i {
    color: inherit;
    font-size: 16px;
}
.nfx-page-related__list a:hover {
    background: rgba(239, 68, 50, .14);
    color: var(--secColor, #ef4432);
}
.nfx-page-support {
    margin-top: 4px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f3f4f7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.nfx-page-support__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1 1 220px;
}
.nfx-page-support__text strong {
    font-family: "Gilroy", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #323747;
    letter-spacing: -0.01em;
}
.nfx-page-support__text span {
    color: #6b7688;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.45;
}
.nfx-page-support__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nfx-page-support__btn {
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 8px !important;
    font-family: "Gilroy", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
}
.nfx-page-support__btn.butto-main {
    background: var(--secColor, #ef4432);
    border: 1px solid var(--secColor, #ef4432);
    color: #fff;
}
.nfx-page-support__btn--dark {
    background: #4a5160 !important;
    border: 1px solid #4a5160 !important;
    color: #fff !important;
}
.nfx-page-support__btn--dark:hover {
    background: #3d4350 !important;
    border-color: #3d4350 !important;
    color: #fff !important;
}
.nfx-page-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

/* FAQ — modern satır kartları */
.nfx-corp-faq .post-body,
.nfx-page-family-faq .post-body {
    padding: 24px 26px;
}
.nfx-faq-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef0f5;
}
.nfx-faq-head__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(239, 68, 50, .1);
    color: var(--secColor, #ef4432);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.nfx-faq-head__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #323747;
}
.nfx-faq-head__lead {
    color: #6b7688;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    margin-top: 2px;
}
.nfx-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.nfx-faq-tab {
    border: 0;
    background: #f1f3f7;
    border-radius: 10px;
    padding: 8px 14px;
    font-family: "Gilroy", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #5a6478;
    cursor: pointer;
}
.nfx-faq-tab.active {
    background: var(--secColor, #ef4432);
    color: #fff;
}
.nfx-faq-panel { display: none; }
.nfx-faq-panel.show { display: block; }
.nfx-faq-accordion.accordion.faq {
    display: grid;
    gap: 10px;
}
.nfx-faq-accordion.accordion.faq .item {
    background: #f7f8fb;
    border: 1px solid #e8ebf2;
    border-radius: 12px !important;
    margin: 0 !important;
    overflow: hidden;
}
.nfx-faq-accordion.accordion.faq .item.show,
.nfx-faq-accordion.accordion.faq .item:hover {
    background: #fff;
    border-color: #dce1ea;
}
.nfx-faq-accordion.accordion.faq .item .head {
    padding: 14px 16px !important;
    gap: 12px;
    color: #323747;
}
.nfx-faq-accordion.accordion.faq .item .head span {
    font-family: "Gilroy", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.nfx-faq-accordion.accordion.faq .item .head .icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    margin-right: 0 !important;
    border-radius: 9px !important;
    background: rgba(239, 68, 50, .12) !important;
    color: var(--secColor, #ef4432) !important;
    font-size: 15px;
}
.nfx-faq-accordion.accordion.faq .item .head .icon::before {
    display: none !important;
}
.nfx-faq-accordion.accordion.faq .item .body {
    padding: 0 16px 16px 60px !important;
    border-top: 0 !important;
    font-size: 14.5px;
    line-height: 1.65;
    color: #5a6478;
}
.nfx-faq-accordion.accordion.faq .item .body .page-prose p:last-child {
    margin-bottom: 0;
}

/* CF e-posta koruması boşluğu siler — label ile link arasında nefes */
.single-page .article-content li strong + a,
.single-page .page-prose li strong + a,
.nfx-corp-block li strong + a {
    margin-left: 0.35em;
}

/* Order lookup */
.nfx-order-lookup-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.nfx-order-lookup-head__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(239, 68, 50, .1);
    color: var(--secColor, #ef4432);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.nfx-order-lookup-head__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #323747;
}

/* Contact */
.nfx-contact-form__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
    color: #323747;
}
.nfx-page-legal-ref p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #505362;
}
.nfx-contact-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(76, 84, 115, .08);
}
.nfx-contact-sidebar__note {
    color: #5a6478;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 14px;
}
.nfx-contact-sidebar__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #edf2f7;
}
.nfx-contact-sidebar__item .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--icolor) 14%, white);
    color: var(--icolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.nfx-contact-sidebar__item .text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #323747;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    min-width: 0;
}
.nfx-contact-sidebar__item .text span {
    font-size: 12px;
    font-weight: 500;
    color: #6b7688;
}
.nfx-contact-sidebar__item .text a {
    color: inherit;
    word-break: break-all;
}

.nfx-apply-card__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin-bottom: 14px;
    color: #323747;
}

.single-page .phone-floating .iti { display: block; width: 100%; }
.single-page .phone-floating .iti input.iti__tel-input,
.single-page .phone-floating .iti input[type=tel],
.single-page .phone-floating .form-control.phone-input-register {
    width: 100%;
    height: 58px;
    min-height: 58px;
    background: #fff !important;
    border: 1px solid #e5e5f5 !important;
    border-radius: 10px;
    color: #4c5473;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}
.single-page .form-floating > label,
.single-page .form-control {
    font-family: "Gilroy", sans-serif;
}

@media (max-width: 767px) {
    .nfx-page-hero.intall {
        padding: 6px 0 14px;
        gap: 0;
        align-items: flex-start;
        overflow: hidden;
    }
    .nfx-page-hero.intall .icobox {
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%) rotate(-16deg);
        margin: 0;
        width: auto;
        min-width: 0;
        min-height: 0;
        padding: 0;
        font-size: 52px;
        opacity: 0.1;
        pointer-events: none;
        z-index: 0;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none;
        color: var(--secColor, #E02110) !important;
    }
    .nfx-page-hero.intall .icobox i {
        color: var(--secColor, #E02110) !important;
    }
    .nfx-page-hero.intall .detabox {
        position: relative;
        z-index: 1;
        padding-right: 48px;
    }
    .nfx-page-hero.intall .detabox h1 {
        font-size: 22px;
    }
    .nfx-page-hero.intall .detabox p {
        max-width: 100%;
    }
    .single-page .post-body {
        padding: 18px 16px;
    }
    .single-page .nfx-legal-intro .post-body {
        padding: 8px 14px;
    }
    .single-page .nfx-legal-intro:has(.nfx-legal-prose) .post-body {
        padding: 14px 16px;
    }
    .single-page .post-body,
    .single-page .article-content,
    .single-page .page-prose {
        font-size: 15.5px;
        line-height: 1.7;
    }
    .single-page .post-content h1,
    .single-page .article-content h1 {
        font-size: 21px;
    }
    .single-page .post-content h2,
    .single-page .article-content h2 {
        font-size: 18px;
        margin-top: 22px;
    }
    .nfx-corp-block {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 16px 16px;
    }
    .nfx-corp-block__index {
        font-size: 22px;
        padding-top: 0;
    }
    .nfx-corp-block__content > h2 {
        font-size: 17.5px;
        margin-bottom: 10px;
    }
    .nfx-corp-block th {
        white-space: nowrap;
    }
    .nfx-corp-block table tr > :first-child:nth-last-child(2) {
        width: 42%;
        white-space: normal;
    }
    .nfx-page-family-legal .nfx-section-card .table-container table {
        min-width: 100%;
    }
    .nfx-page-family-legal .nfx-section-card th,
    .nfx-page-family-legal .nfx-section-card td {
        min-width: 5.5rem;
        padding: 9px 10px;
        font-size: 13.5px;
    }
    .nfx-section-card__body { padding-left: 0; }
    .nfx-page-support { align-items: flex-start; }
}

/* Ana sayfa — Neden Biz özeti (footer üstü) */
.nfx-home-why {
    background: var(--bg, #f3f4f7);
    padding: 48px 0;
    position: relative;
    z-index: 2;
}
.nfx-home-why .nfx-corp-block__content > h3 {
    margin: 0 0 12px;
    font-family: "Gilroy", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    color: #323747;
}
.nfx-home-why-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(76, 84, 115, .08);
    border-radius: 16px;
    padding: 18px 22px;
    color: var(--secColor, #ef4432);
    font-family: "Gilroy", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
}
.nfx-home-why-more:hover {
    color: var(--secColor, #ef4432);
    background: #fff4f2;
    text-decoration: none;
}
.nfx-home-why-more i {
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 767px) {
    .nfx-home-why {
        padding: 36px 0;
    }
    .nfx-home-why .nfx-corp-block__content > h3 {
        font-size: 17.5px;
        margin-bottom: 10px;
    }
}

/* Ana sayfa — ajans + memnuniyet panosu */
.nfx-home-trust {
    background: var(--bg, #f3f4f7);
    padding: 48px 0;
    position: relative;
    z-index: 2;
}
.nfx-trust-board {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 16px;
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
}
.nfx-trust-board.is-on {
    opacity: 1;
    transform: none;
}
.nfx-trust-board .widget.AboutUs {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    min-height: 424px;
}
.nfx-trust-board .widget.AboutUs .Image {
    flex: 1 1 auto;
    min-height: 220px;
}
.nfx-trust-board .widget.AboutUs .Image img {
    height: 100%;
    min-height: 220px;
}
.nfx-trust-board .widget.AboutUs .Detail,
.nfx-trust-board .widget.AboutUs .Action {
    flex: 0 0 auto;
}
.nfx-trust-board .widget.AboutUs .Detail .WidText .bottom {
    height: auto;
    min-height: 30px;
}
.nfx-trust-board .widget.AboutUs .nfx-trust-about-excerpt {
    margin: 6px 0 0;
    padding: 0;
    color: #8a8f9f;
    font-size: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nfx-trust-proof {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 424px;
    padding: 16px 16px 14px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8eaf1;
    box-shadow: 0 10px 28px #1c202f08;
}
.nfx-trust-orbit {
    position: relative;
    flex: 1 1 auto;
    min-height: 300px;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(18px 18px at 18% 28%, #ffffffcc 0 55%, transparent 58%),
        radial-gradient(12px 12px at 82% 22%, #ffffffb8 0 55%, transparent 58%),
        radial-gradient(120% 90% at 50% 8%, #eef1f8 0%, #f7f8fc 52%, #f3f5fa 100%);
}
.nfx-trust-balloon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 176px;
    display: block;
    z-index: 1;
    opacity: .58;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0) scale(.72);
    transition: transform .75s cubic-bezier(.22, 1, .36, 1), opacity .4s ease, z-index 0s .2s;
}
.nfx-trust-balloon:hover,
.nfx-trust-balloon:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
.nfx-trust-balloon[data-slot="-1"] {
    transform: translate3d(calc(-50% - 118px), calc(-50% + 14px), 0) scale(.72) rotate(-8deg);
    z-index: 1;
}
.nfx-trust-balloon[data-slot="1"] {
    transform: translate3d(calc(-50% + 118px), calc(-50% + 14px), 0) scale(.72) rotate(8deg);
    z-index: 1;
}
.nfx-trust-balloon[data-slot="0"],
.nfx-trust-balloon.is-center {
    opacity: 1;
    z-index: 3;
    transform: translate3d(-50%, calc(-50% - 16px), 0) scale(1);
    transition: transform .75s cubic-bezier(.22, 1, .36, 1), opacity .4s ease, z-index 0s;
}
.nfx-trust-balloon__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 16px 20px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 34px #1c202f14;
}
.nfx-trust-balloon[data-slot="0"] .nfx-trust-balloon__card {
    box-shadow: 0 22px 42px #1c202f1c;
}
.nfx-trust-balloon__card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    box-shadow: 4px 4px 10px #1c202f0d;
}
.nfx-trust-board.is-on .nfx-trust-balloon[data-slot="0"] .nfx-trust-balloon__card {
    animation: nfx-trust-float 4.2s ease-in-out infinite;
}
.nfx-trust-board.is-on .nfx-trust-balloon[data-slot="-1"] .nfx-trust-balloon__card {
    animation: nfx-trust-float-left 4.6s ease-in-out infinite -1.6s;
}
.nfx-trust-board.is-on .nfx-trust-balloon[data-slot="1"] .nfx-trust-balloon__card {
    animation: nfx-trust-float-right 4.8s ease-in-out infinite -.8s;
}
.nfx-trust-board.is-swap .nfx-trust-balloon__card {
    animation-play-state: paused;
}
@keyframes nfx-trust-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}
@keyframes nfx-trust-float-left {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-8px, -11px, 0); }
}
@keyframes nfx-trust-float-right {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(8px, -9px, 0); }
}
.nfx-trust-balloon__logo {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    display: grid;
    place-items: center;
    background: #f6f7fb;
    border-radius: 14px;
}
.nfx-trust-balloon__logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.nfx-trust-balloon strong {
    color: #2c3340;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
}
.nfx-trust-stars {
    display: flex;
    gap: 2px;
    margin-top: 6px;
    color: #f5b301;
    font-size: 11px;
    line-height: 1;
}
.nfx-trust-stars .is-off { color: #d7dae5; }
.nfx-trust-balloon b {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-top: 8px;
    color: #1f2430;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: .9;
}
.nfx-trust-balloon b small {
    font-size: 12px;
    font-weight: 700;
    color: #9aa0b0;
}
.nfx-trust-balloon em {
    margin-top: 6px;
    color: #8a8f9f;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}
.nfx-trust-note {
    margin: 12px 0 0;
    color: #8a8f9f;
    font-size: 12px;
    line-height: 1.55;
}
@media (max-width: 991px) {
    .nfx-trust-board {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .nfx-trust-board .widget.AboutUs {
        min-height: 424px;
    }
    .nfx-trust-board .widget.AboutUs .Image img {
        height: 220px;
    }
    .nfx-trust-proof { min-height: 0; }
    .nfx-trust-orbit { min-height: 280px; }
    .nfx-trust-balloon { width: 160px; }
    .nfx-trust-balloon[data-slot="-1"] {
        transform: translate3d(calc(-50% - 96px), calc(-50% + 14px), 0) scale(.7) rotate(-8deg);
    }
    .nfx-trust-balloon[data-slot="1"] {
        transform: translate3d(calc(-50% + 96px), calc(-50% + 14px), 0) scale(.7) rotate(8deg);
    }
    .nfx-trust-note { font-size: 13px; }
}
@media (max-width: 767px) {
    .nfx-home-trust { padding: 36px 0; }
    .nfx-trust-orbit { min-height: 260px; }
    .nfx-trust-balloon { width: 148px; }
    .nfx-trust-balloon__card { padding: 14px 12px 18px; }
    .nfx-trust-balloon b { font-size: 24px; }
    .nfx-trust-balloon[data-slot="-1"] {
        transform: translate3d(calc(-50% - 78px), calc(-50% + 12px), 0) scale(.68) rotate(-5deg);
    }
    .nfx-trust-balloon[data-slot="1"] {
        transform: translate3d(calc(-50% + 78px), calc(-50% + 12px), 0) scale(.68) rotate(5deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .nfx-trust-board,
    .nfx-trust-balloon,
    .nfx-trust-balloon__card {
        animation: none !important;
        transition: none !important;
    }
}

/* Hızlı destek — start sayfasındaki widget (nivufox) */
.fixedSupport { display: none !important; }
.ws-support {
    position: fixed;
    bottom: 20px;
    right: 16px;
    left: auto;
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: calc(100% - 32px);
}
@media (min-width: 1200px) {
    .ws-support {
        --nfx-ws-gutter: 15px;
        --nfx-ws-max: 1140px;
        right: max(20px, calc((100vw - var(--nfx-ws-max)) / 2 + var(--nfx-ws-gutter)));
    }
}
@media (min-width: 1400px) {
    .ws-support { --nfx-ws-max: 1320px; }
}
.ws-support-anchor {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.ws-support-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 0;
    border-radius: 50px;
    background: var(--secColor, #E02110);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(224, 33, 16, .32);
}
.ws-support-btn > i {
    font-size: 18px;
    pointer-events: none;
}
.ws-support-btn > span { pointer-events: none; }
.ws-support-popup {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    width: 280px;
    max-width: min(280px, calc(100dvw - 32px));
    padding: 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(28, 32, 47, .12), 0 2px 10px rgba(28, 32, 47, .06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(.96);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    pointer-events: none;
}
.ws-support-popup.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}
.ws-popup-head { margin-bottom: 14px; }
.ws-popup-head strong {
    display: block;
    margin-bottom: 4px;
    color: #323747;
    font-size: 16px;
    font-weight: 700;
}
.ws-popup-head span {
    color: #8a8f9f;
    font-size: 13px;
    line-height: 1.4;
}
.ws-popup-options {
    display: flex;
    gap: 10px;
}
.ws-option {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 10px;
    border-radius: 12px;
    background: #f6f7fb;
    text-decoration: none;
    color: inherit;
}
.ws-option:hover,
.ws-option:focus {
    text-decoration: none;
    color: inherit;
    background: #eef0f6;
}
.ws-option > i { font-size: 26px; }
.ws-whatsapp > i { color: #25D366; }
.ws-telegram > i { color: #229ED9; }
.ws-option-text { text-align: center; }
.ws-option-text strong {
    display: block;
    color: #323747;
    font-size: 13px;
    font-weight: 700;
}
.ws-option-text em {
    display: block;
    margin-top: 2px;
    color: #8a8f9f;
    font-size: 11px;
    font-style: normal;
}
.bottom-menu-content button.item {
    border: 0;
    background: none;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
}
.bottom-menu-content #wsBarSupport .icon {
    color: var(--secColor, #E02110);
    background: #fdecee;
    border-radius: 10px;
    width: 36px;
    min-width: 36px;
    height: 32px;
}
.bottom-menu-content #wsBarSupport span {
    color: #6d7786;
    font-weight: 600;
}
.bottom-menu-content #wsBarSupport[aria-expanded="true"] .icon {
    background: #f8d7d4;
}
@media (max-width: 1199px) {
    body:has(.fixed-bottom-menu) .ws-support-btn {
        display: none;
    }
    body:has(.fixed-bottom-menu) .ws-support {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        right: 16px;
    }
}
@media (max-width: 370px) {
    .ws-support-popup {
        width: min(280px, calc(100dvw - 32px));
    }
    .ws-popup-options {
        flex-direction: column;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ws-support-popup {
        transition: none;
    }
}
