/*
|--------------------------------------------------------------------------
| TGF - Millilik Belgesi Online Başvuru
|--------------------------------------------------------------------------
| Frontend only. Radius standard: 7px.
|--------------------------------------------------------------------------
*/

.tgf-na-page {
    padding-bottom: 78px;
    background: var(--tgf-gray-50, #f5f7fb);
}

.tgf-na-hero {
    position: relative;
    overflow: hidden;
    padding: 30px 0 48px;
    background: linear-gradient(135deg, var(--tgf-navy-950, #071a36) 0%, var(--tgf-navy-900, #0a2b5c) 58%, var(--tgf-blue-700, #174b8a) 100%);
}

.tgf-na-hero--compact {
    padding-bottom: 42px;
}

.tgf-na-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgb(255 255 255 / .52);
    font-size: 11px;
    font-weight: 650;
}

.tgf-na-breadcrumb a {
    color: rgb(255 255 255 / .72);
}

.tgf-na-hero__content {
    max-width: 860px;
    margin-top: 54px;
}

.tgf-na-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--tgf-gold-400, #f4b400);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tgf-na-eyebrow span {
    width: 28px;
    height: 2px;
    background: var(--tgf-gold-400, #f4b400);
}

.tgf-na-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.tgf-na-hero__content p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgb(255 255 255 / .74);
    font-size: 14px;
    line-height: 1.75;
}

.tgf-na-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin-top: 36px;
    border: 1px solid rgb(255 255 255 / .12);
    border-radius: 7px;
    background: rgb(255 255 255 / .055);
}

.tgf-na-hero__meta>div {
    padding: 13px 17px;
}

.tgf-na-hero__meta>div+div {
    border-left: 1px solid rgb(255 255 255 / .1);
}

.tgf-na-hero__meta span,
.tgf-na-hero__meta strong {
    display: block;
}

.tgf-na-hero__meta span {
    color: rgb(255 255 255 / .48);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tgf-na-hero__meta strong {
    margin-top: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.tgf-na-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    padding-top: 52px;
}

.tgf-na-main,
.tgf-na-form {
    min-width: 0;
}

.tgf-na-form {
    display: grid;
    gap: 22px;
}

.tgf-na-card,
.tgf-na-aside-card,
.tgf-na-track-shell,
.tgf-na-result-card,
.tgf-na-track-result {
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(15 23 42 / .04);
}

.tgf-na-card {
    padding: 24px;
}

.tgf-na-card__head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--tgf-border, #e2e8f0);
}

.tgf-na-card__head>span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 7px;
    background: var(--tgf-navy-900, #0a2b5c);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.tgf-na-card__head small {
    display: block;
    margin-bottom: 3px;
    color: var(--tgf-blue-700, #174b8a);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tgf-na-card__head h2 {
    margin: 0;
    color: var(--tgf-navy-950, #071a36);
    font-size: 19px;
    font-weight: 830;
    letter-spacing: -.025em;
}

.tgf-na-grid {
    display: grid;
    gap: 16px;
}

.tgf-na-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tgf-na-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tgf-na-field {
    display: grid;
    gap: 7px;
    margin-top: 16px;
}

.tgf-na-grid .tgf-na-field {
    margin-top: 0;
}

.tgf-na-field>span,
.tgf-na-upload>span {
    color: var(--tgf-navy-900, #0a2b5c);
    font-size: 10px;
    font-weight: 800;
}

.tgf-na-field input,
.tgf-na-field select,
.tgf-na-field textarea,
.tgf-na-track-form input {
    width: 100%;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
    color: var(--tgf-navy-950, #071a36);
    font: inherit;
    font-size: 12px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tgf-na-field input,
.tgf-na-field select,
.tgf-na-track-form input {
    min-height: 42px;
    padding: 0 12px;
}

.tgf-na-field textarea {
    padding: 11px 12px;
    resize: vertical;
}

.tgf-na-field input:focus,
.tgf-na-field select:focus,
.tgf-na-field textarea:focus,
.tgf-na-track-form input:focus {
    border-color: var(--tgf-blue-600);
    box-shadow: 0 0 0 3px rgb(22 94 155 / .08);
}

.tgf-na-notice,
.tgf-na-alert {
    border-radius: 7px;
    font-size: 11px;
    line-height: 1.65;
}

.tgf-na-notice {
    margin-bottom: 18px;
    padding: 13px 15px;
    border: 1px solid rgb(22 94 155 / .14);
    background: rgb(22 94 155 / .05);
    color: var(--tgf-gray-700);
}

.tgf-na-alert {
    padding: 16px 18px;
}

.tgf-na-alert--danger {
    border: 1px solid rgb(220 38 38 / .18);
    background: rgb(220 38 38 / .05);
    color: #7f1d1d;
}

.tgf-na-alert strong,
.tgf-na-alert p {
    display: block;
}

.tgf-na-alert p {
    margin: 5px 0 0;
}

.tgf-na-alert ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.tgf-na-upload {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px dashed var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: var(--tgf-gray-50, #f5f7fb);
}

.tgf-na-upload small {
    color: var(--tgf-gray-500);
    font-size: 10px;
}

.tgf-na-upload input {
    margin-top: 5px;
    font-size: 10px;
}

.tgf-na-card--consent {
    display: grid;
    gap: 13px;
}

.tgf-na-check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--tgf-gray-700);
    font-size: 10.5px;
    line-height: 1.6;
}

.tgf-na-check input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.tgf-na-submitbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
}

.tgf-na-submitbar strong,
.tgf-na-submitbar span {
    display: block;
}

.tgf-na-submitbar strong {
    color: var(--tgf-navy-950, #071a36);
    font-size: 12px;
}

.tgf-na-submitbar>div>span {
    margin-top: 3px;
    color: var(--tgf-gray-500);
    font-size: 10px;
}

.tgf-na-submitbar button,
.tgf-na-track-form button,
.tgf-na-result-actions a,
.tgf-na-track-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 7px;
    background: var(--tgf-navy-900, #0a2b5c);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.tgf-na-aside {
    display: grid;
    align-content: start;
    gap: 14px;
}

.tgf-na-aside-card {
    padding: 20px;
}

.tgf-na-aside-card__label {
    display: block;
    margin-bottom: 15px;
    color: var(--tgf-blue-700, #174b8a);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tgf-na-steps {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.tgf-na-steps li {
    position: relative;
    padding-left: 34px;
    counter-increment: step;
}

.tgf-na-steps li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    background: rgb(22 94 155 / .08);
    color: var(--tgf-blue-700, #174b8a);
    content: counter(step);
    font-size: 10px;
    font-weight: 850;
}

.tgf-na-steps strong,
.tgf-na-steps span {
    display: block;
}

.tgf-na-steps strong {
    color: var(--tgf-navy-950, #071a36);
    font-size: 10.5px;
}

.tgf-na-steps span {
    margin-top: 3px;
    color: var(--tgf-gray-500);
    font-size: 10px;
    line-height: 1.55;
}

.tgf-na-track-link {
    width: 100%;
}

.tgf-na-page--result,
.tgf-na-page--track {
    min-height: 68vh;
}

.tgf-na-page--result {
    display: grid;
    place-items: center;
    padding: 70px 0;
}

.tgf-na-result-card {
    max-width: 680px;
    margin: 0 auto;
    padding: 44px;
    text-align: center;
}

.tgf-na-result-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 7px;
    background: #dcfce7;
    color: #15803d;
    font-size: 28px;
    font-weight: 900;
}

.tgf-na-result-card__eyebrow {
    color: var(--tgf-blue-700, #174b8a);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tgf-na-result-card h1 {
    margin: 9px 0 0;
    color: var(--tgf-navy-950, #071a36);
    font-size: 30px;
    font-weight: 850;
}

.tgf-na-result-card p {
    max-width: 540px;
    margin: 13px auto 0;
    color: var(--tgf-gray-600);
    font-size: 12px;
    line-height: 1.7;
}

.tgf-na-reference {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: var(--tgf-gray-50, #f5f7fb);
}

.tgf-na-reference span,
.tgf-na-reference strong {
    display: block;
}

.tgf-na-reference span {
    color: var(--tgf-gray-500);
    font-size: 10px;
    text-transform: uppercase;
}

.tgf-na-reference strong {
    margin-top: 4px;
    color: var(--tgf-navy-950, #071a36);
    font-size: 21px;
    letter-spacing: .06em;
}

.tgf-na-result-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.tgf-na-result-actions .is-secondary {
    border: 1px solid var(--tgf-border, #e2e8f0);
    background: #fff;
    color: var(--tgf-navy-900, #0a2b5c);
}

.tgf-na-track-shell {
    max-width: 920px;
    margin: 46px auto 0;
    padding: 24px;
}

.tgf-na-track-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 14px;
    align-items: end;
}

.tgf-na-track-result {
    margin-top: 22px;
    padding: 22px;
    box-shadow: none;
}

.tgf-na-track-result__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--tgf-border, #e2e8f0);
}

.tgf-na-track-result__head span {
    color: var(--tgf-blue-700, #174b8a);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
}

.tgf-na-track-result__head h2 {
    margin: 5px 0 0;
    color: var(--tgf-navy-950, #071a36);
    font-size: 20px;
}

.tgf-na-status {
    padding: 7px 10px;
    border-radius: 7px;
    background: #eef2f7;
    color: #334155;
    font-size: 10px;
    font-weight: 850;
}

.tgf-na-status--new {
    background: #dbeafe;
    color: #1d4ed8;
}

.tgf-na-status--under_review {
    background: #fef3c7;
    color: #92400e;
}

.tgf-na-status--missing_document {
    background: #fee2e2;
    color: #b91c1c;
}

.tgf-na-status--approved,
.tgf-na-status--ready {
    background: #dcfce7;
    color: #15803d;
}

.tgf-na-status--rejected {
    background: #fee2e2;
    color: #b91c1c;
}

.tgf-na-track-info {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.tgf-na-track-info>div {
    padding: 12px;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: var(--tgf-gray-50, #f5f7fb);
}

.tgf-na-track-info span,
.tgf-na-track-info strong {
    display: block;
}

.tgf-na-track-info span {
    color: var(--tgf-gray-500);
    font-size: 10px;
    text-transform: uppercase;
}

.tgf-na-track-info strong {
    margin-top: 5px;
    color: var(--tgf-navy-950, #071a36);
    font-size: 10px;
}

.tgf-na-admin-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--tgf-gold-400, #f4b400);
    border-radius: 0 7px 7px 0;
    background: rgb(212 167 44 / .08);
}

.tgf-na-admin-note span {
    color: #8a6508;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.tgf-na-admin-note p {
    margin: 5px 0 0;
    color: var(--tgf-gray-700);
    font-size: 11px;
    line-height: 1.65;
}

.tgf-na-timeline {
    margin-top: 22px;
}

.tgf-na-timeline h3 {
    margin: 0 0 15px;
    color: var(--tgf-navy-950, #071a36);
    font-size: 15px;
}

.tgf-na-timeline__item {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    padding: 0 0 16px;
}

.tgf-na-timeline__item i {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--tgf-blue-600);
}

.tgf-na-timeline__item strong,
.tgf-na-timeline__item span {
    display: block;
}

.tgf-na-timeline__item strong {
    color: var(--tgf-navy-950, #071a36);
    font-size: 10.5px;
}

.tgf-na-timeline__item p {
    margin: 4px 0;
    color: var(--tgf-gray-600);
    font-size: 10px;
}

.tgf-na-timeline__item span {
    color: var(--tgf-gray-400);
    font-size: 10px;
}

@media (max-width: 1100px) {
    .tgf-na-layout {
        grid-template-columns: 1fr;
    }

    .tgf-na-aside {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {

    .tgf-na-grid--3,
    .tgf-na-track-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tgf-na-track-form {
        grid-template-columns: 1fr 1fr;
    }

    .tgf-na-track-form button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {

    .tgf-na-hero__meta,
    .tgf-na-grid--2,
    .tgf-na-grid--3,
    .tgf-na-aside,
    .tgf-na-track-form,
    .tgf-na-track-info {
        grid-template-columns: 1fr;
    }

    .tgf-na-hero__meta>div+div {
        border-top: 1px solid rgb(255 255 255 / .1);
        border-left: 0;
    }

    .tgf-na-card,
    .tgf-na-track-shell,
    .tgf-na-result-card {
        padding: 18px;
    }

    .tgf-na-submitbar,
    .tgf-na-track-result__head,
    .tgf-na-result-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tgf-na-submitbar button,
    .tgf-na-result-actions a {
        width: 100%;
    }
}

/* =========================================================
   TGF MILLI SPORCU BELGESI - CREATE FORM COMPATIBILITY
   Mevcut Blade markup ile birebir uyumlu ek katman.
   Radius: 7px | Minimum font: 10px
========================================================= */

/* Ana kolonlar */
.tgf-na-layout>main {
    min-width: 0;
}

.tgf-na-layout>aside {
    min-width: 0;
}

/* Kart başlığı - mevcut Blade <header> kullanıyor */
.tgf-na-card>header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--tgf-border, #e2e8f0);
}

.tgf-na-card>header>b {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 7px;
    background: var(--tgf-navy-900, #0a2b5c);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
}

.tgf-na-card>header small {
    display: block;
    margin-bottom: 3px;
    color: var(--tgf-blue-700, #174b8a);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tgf-na-card>header h2 {
    margin: 0;
    color: var(--tgf-navy-950, #071a36);
    font-size: 19px;
    font-weight: 830;
    line-height: 1.25;
    letter-spacing: -.025em;
}

/* Form grid - mevcut Blade .tgf-na-grid doğrudan label içeriyor */
.tgf-na-form .tgf-na-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.tgf-na-form .tgf-na-grid>label:not(.tgf-na-upload) {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.tgf-na-form .tgf-na-grid>label.full {
    grid-column: 1 / -1;
}

.tgf-na-form .tgf-na-grid>label>span {
    color: var(--tgf-navy-900, #0a2b5c);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.tgf-na-form .tgf-na-grid>label>input,
.tgf-na-form .tgf-na-grid>label>select,
.tgf-na-form .tgf-na-grid>label>textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
    color: var(--tgf-navy-950, #071a36);
    font-family: inherit;
    font-size: 12px;
    outline: none;
    box-shadow: none;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.tgf-na-form .tgf-na-grid>label>input,
.tgf-na-form .tgf-na-grid>label>select {
    min-height: 44px;
    padding: 0 13px;
}

.tgf-na-form .tgf-na-grid>label>textarea {
    min-height: 96px;
    padding: 11px 13px;
    resize: vertical;
    line-height: 1.6;
}

.tgf-na-form .tgf-na-grid>label>input::placeholder,
.tgf-na-form .tgf-na-grid>label>textarea::placeholder {
    color: #94a3b8;
}

.tgf-na-form .tgf-na-grid>label>input:hover,
.tgf-na-form .tgf-na-grid>label>select:hover,
.tgf-na-form .tgf-na-grid>label>textarea:hover {
    border-color: #cbd5e1;
}

.tgf-na-form .tgf-na-grid>label>input:focus,
.tgf-na-form .tgf-na-grid>label>select:focus,
.tgf-na-form .tgf-na-grid>label>textarea:focus {
    border-color: var(--tgf-blue-600, #165e9b);
    box-shadow: 0 0 0 3px rgb(22 94 155 / .08);
}

/* =========================================================
   UPLOAD KARTLARI
========================================================= */

.tgf-na-form .tgf-na-grid>.tgf-na-upload {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 7px;
    background: #f8fafc;
}

.tgf-na-form .tgf-na-grid>.tgf-na-upload>span {
    color: var(--tgf-navy-900, #0a2b5c);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

.tgf-na-form .tgf-na-grid>.tgf-na-upload>small {
    display: block;
    min-height: 0;
    margin-top: 5px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.5;
}

.tgf-na-form .tgf-na-grid>.tgf-na-upload>input[type="file"] {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    padding: 10px 0;
    color: #475569;
    font-size: 10px;
    line-height: 1.4;
    border-top: 1px solid #e5eaf1;
}

.tgf-na-form .tgf-na-grid>.tgf-na-upload>input[type="file"]::file-selector-button {
    margin-right: 9px;
    margin-left: 9px;
    padding: 7px 10px;
    border: 1px solid #dbe3ee;
    border-radius: 7px;
    background: #fff;
    color: var(--tgf-navy-900, #0a2b5c);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

/* Onay kutuları - mevcut Blade .tgf-na-consent */
.tgf-na-card.tgf-na-consent {
    display: grid;
    gap: 12px;
    padding: 18px 20px;
}

.tgf-na-consent>label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #475569;
    font-size: 10.5px;
    line-height: 1.65;
    cursor: pointer;
}

.tgf-na-consent>label+label {
    padding-top: 12px;
    border-top: 1px solid #edf2f7;
}

.tgf-na-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--tgf-navy-900, #0a2b5c);
}

/* Gönder alanı - mevcut Blade .tgf-na-submit */
.tgf-na-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(15 23 42 / .035);
}

.tgf-na-submit>div {
    min-width: 0;
}

.tgf-na-submit strong,
.tgf-na-submit span {
    display: block;
}

.tgf-na-submit strong {
    color: var(--tgf-navy-950, #071a36);
    font-size: 12px;
    font-weight: 850;
}

.tgf-na-submit span {
    margin-top: 4px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.55;
}

.tgf-na-submit button {
    display: inline-flex;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 0;
    border-radius: 7px;
    background: var(--tgf-navy-900, #0a2b5c);
    color: #fff;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 8px 18px rgb(10 43 92 / .16);
    transition:
        transform 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease;
}

.tgf-na-submit button:hover {
    background: var(--tgf-blue-700, #174b8a);
    box-shadow: 0 10px 22px rgb(10 43 92 / .22);
    transform: translateY(-1px);
}

/* Sağ başvuru akışı - mevcut Blade yapısı */
.tgf-na-layout>aside {
    position: relative;
}

.tgf-na-layout>aside .tgf-na-aside {
    position: sticky;
    top: 96px;
    padding: 20px;
    border: 1px solid var(--tgf-border, #e2e8f0);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(15 23 42 / .04);
}

.tgf-na-layout>aside .tgf-na-aside>strong {
    display: block;
    margin-bottom: 14px;
    color: var(--tgf-navy-950, #071a36);
    font-size: 12px;
    font-weight: 850;
}

.tgf-na-layout>aside .tgf-na-aside ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: tgf-na-flow;
}

.tgf-na-layout>aside .tgf-na-aside li {
    position: relative;
    min-height: 26px;
    padding: 5px 0 5px 36px;
    color: #475569;
    font-size: 10.5px;
    line-height: 1.5;
    counter-increment: tgf-na-flow;
}

.tgf-na-layout>aside .tgf-na-aside li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 7px;
    background: rgb(23 75 138 / .08);
    color: var(--tgf-blue-700, #174b8a);
    content: counter(tgf-na-flow);
    font-size: 10px;
    font-weight: 850;
}

.tgf-na-layout>aside>.tgf-na-track-link {
    width: 100%;
    margin-top: 12px;
    min-height: 42px;
    box-shadow: 0 8px 18px rgb(10 43 92 / .12);
}

/* Form hata kutusu mevcut Blade'de modifier olmadan geliyor */
.tgf-na-form>.tgf-na-alert,
.tgf-na-layout main>.tgf-na-alert {
    margin-bottom: 18px;
    border: 1px solid rgb(220 38 38 / .18);
    background: rgb(220 38 38 / .05);
    color: #7f1d1d;
}

/* Responsive */
@media (max-width: 1100px) {
    .tgf-na-layout {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .tgf-na-layout {
        grid-template-columns: 1fr;
        padding-top: 34px;
    }

    .tgf-na-layout>aside {
        order: -1;
    }

    .tgf-na-layout>aside .tgf-na-aside {
        position: static;
    }

    .tgf-na-layout>aside .tgf-na-aside ol {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .tgf-na-layout>aside .tgf-na-aside li {
        min-height: 54px;
        padding: 32px 8px 8px;
        text-align: center;
    }

    .tgf-na-layout>aside .tgf-na-aside li::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 700px) {
    .tgf-na-page {
        padding-bottom: 54px;
    }

    .tgf-na-hero {
        padding: 24px 0 34px;
    }

    .tgf-na-hero__content {
        margin-top: 34px;
    }

    .tgf-na-hero h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .tgf-na-form .tgf-na-grid {
        grid-template-columns: 1fr;
    }

    .tgf-na-form .tgf-na-grid>label.full {
        grid-column: auto;
    }

    .tgf-na-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .tgf-na-submit button {
        width: 100%;
    }

    .tgf-na-layout>aside .tgf-na-aside ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tgf-na-track-form {
        grid-template-columns: 1fr;
    }

    .tgf-na-track-form button {
        width: 100%;
    }

    .tgf-na-track-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .tgf-na-card {
        padding: 18px;
    }

    .tgf-na-card>header {
        align-items: flex-start;
    }

    .tgf-na-layout>aside .tgf-na-aside ol {
        grid-template-columns: 1fr 1fr;
    }

    .tgf-na-track-info {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   MILLI SPORCU BELGESI
   BASVURU TAKIP HERO FIX
========================================================= */

.tgf-na-page--track .tgf-na-hero>.tgf-container-wide {
    width: min(calc(100% - 48px), 1500px);
    margin-inline: auto;
}

.tgf-na-page--track .tgf-na-hero--compact {
    padding: 34px 0 40px;
}

.tgf-na-page--track .tgf-na-hero__content {
    max-width: 780px;
    margin-top: 28px;
}

.tgf-na-page--track .tgf-na-eyebrow {
    margin-bottom: 12px;
}

.tgf-na-page--track .tgf-na-hero h1 {
    max-width: 760px;
    font-size: clamp(32px, 3.3vw, 48px);
    line-height: 1.08;
}

.tgf-na-page--track .tgf-na-hero__content p {
    max-width: 680px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tgf-na-page--track .tgf-na-hero>.tgf-container-wide {
        width: min(calc(100% - 36px), 1500px);
    }

    .tgf-na-page--track .tgf-na-hero__content {
        margin-top: 20px;
    }

    .tgf-na-page--track .tgf-na-hero h1 {
        font-size: clamp(30px, 6vw, 40px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

    .tgf-na-page--track .tgf-na-hero>.tgf-container-wide {
        width: calc(100% - 28px);
    }

    .tgf-na-page--track .tgf-na-hero--compact {
        padding: 26px 0 30px;
    }

    .tgf-na-page--track .tgf-na-hero__content {
        margin-top: 14px;
    }

    .tgf-na-page--track .tgf-na-hero h1 {
        max-width: 100%;
        font-size: 30px;
    }

    .tgf-na-page--track .tgf-na-hero__content p {
        font-size: 11px;
    }
}

.tgf-na-page--track .tgf-na-track-shell {
    position: relative;
    width: min(calc(100% - 96px), 1500px) !important;
    max-width: 1500px !important;
    margin: 46px auto 0 !important;
    padding: 32px 36px;
}

@media (max-width: 900px) {
    .tgf-na-page--track .tgf-na-track-shell {
        width: min(calc(100% - 48px), 1500px) !important;
        padding: 26px;
    }
}

@media (max-width: 560px) {
    .tgf-na-page--track .tgf-na-track-shell {
        width: calc(100% - 28px) !important;
        padding: 18px;
    }
}

/* =========================================================
   MILLI SPORCU BELGESI
   TALEP FORMU INDIR BUTONU
========================================================= */

.tgf-na-document-link {
    display: inline-flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 0 14px;

    border: 1px solid rgba(10, 43, 92, .14);
    border-radius: 7px;

    background: #ffffff;

    color: var(--tgf-navy-900, #0a2b5c);

    font-size: 10px;
    font-weight: 850;
    line-height: 1;

    text-decoration: none;

    box-shadow: 0 7px 18px rgba(10, 43, 92, .06);

    transition:
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease,
        transform .18s ease,
        box-shadow .18s ease;
}

.tgf-na-document-link svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.tgf-na-document-link:hover {
    border-color: rgba(245, 180, 0, .42);

    background: rgba(245, 180, 0, .08);

    color: #8a6100;

    box-shadow: 0 9px 22px rgba(10, 43, 92, .10);

    transform: translateY(-1px);
}

.tgf-na-document-link:focus-visible {
    outline: 3px solid rgba(245, 180, 0, .20);
    outline-offset: 2px;
}

/* =========================================================
   MILLI SPORCU BELGESI
   TALEP FORMU INDIR BUTONU
========================================================= */

.tgf-na-upload-document-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: fit-content;
    min-height: 36px;

    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 14px;

    border: 1px solid #e1b231;
    border-radius: 7px;

    background: linear-gradient(180deg,
            #f2c94c 0%,
            #e5b62f 100%);

    color: #071a36 !important;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    box-shadow:
        0 7px 16px rgba(178, 132, 17, .16),
        inset 0 1px 0 rgba(255, 255, 255, .35);

    cursor: pointer;

    transition:
        background .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.tgf-na-upload-document-link:hover {
    border-color: #d6a71f;

    background: linear-gradient(180deg,
            #f6d15d 0%,
            #e9bb35 100%);

    color: #071a36 !important;

    box-shadow:
        0 9px 20px rgba(178, 132, 17, .22),
        inset 0 1px 0 rgba(255, 255, 255, .42);

    transform: translateY(-1px);
}

.tgf-na-upload-document-link:focus-visible {
    outline: 3px solid rgba(245, 180, 0, .24);
    outline-offset: 2px;
}

/* =========================================================
   BASVURU TAKIP - PDF
========================================================= */

.tgf-na-track-pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 18px;
    padding: 16px 18px;

    border: 1px solid rgba(10, 43, 92, .10);
    border-radius: 7px;

    background: #f8fafc;
}

.tgf-na-track-pdf>div {
    min-width: 0;
}

.tgf-na-track-pdf strong,
.tgf-na-track-pdf span {
    display: block;
}

.tgf-na-track-pdf strong {
    color: #071a36;
    font-size: 12px;
    font-weight: 850;
}

.tgf-na-track-pdf span {
    margin-top: 4px;

    color: #64748b;
    font-size: 10px;
    line-height: 1.5;
}

.tgf-na-track-pdf>a {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    padding: 0 14px;

    border: 1px solid #0a2b5c;
    border-radius: 7px;

    background: #0a2b5c;

    color: #fff;

    font-size: 10px;
    font-weight: 850;

    text-decoration: none;
}

@media (max-width: 560px) {
    .tgf-na-track-pdf {
        align-items: stretch;
        flex-direction: column;
    }

    .tgf-na-track-pdf>a {
        width: 100%;
    }
}