/* Uçak bileti rehberi */
.yo-flight-hub {
    --yo-flight-max: 1112px;
    --yo-flight-ink: #17202c;
    --yo-flight-muted: #5f6b76;
    --yo-flight-paper: #f7f4ef;
    overflow-x: hidden;
    background: #fff;
    color: var(--yo-flight-ink);
}

.yo-flight-hub *,
.yo-flight-hub *::before,
.yo-flight-hub *::after {
    box-sizing: border-box;
    min-width: 0;
}

.yo-flight-heat-grid article,
.yo-flight-cluster-card,
.yo-flight-decision article,
.yo-flight-feature-card,
.yo-flight-post-card {
    border: 1px solid rgba(26,82,82,.11);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17,24,39,.06);
}

.yo-flight-icon svg {
    width: 23px;
    height: 23px;
}

.yo-flight-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(196,98,45,.1);
    color: var(--yo-terra, #C4622D);
}

.yo-flight-heat-grid strong,
.yo-flight-decision strong {
    color: #123f3f;
    font-size: 1rem;
    line-height: 1.24;
}

.yo-flight-heat-grid p,
.yo-flight-decision p {
    color: var(--yo-flight-muted);
    font-size: .9rem;
    line-height: 1.58;
}

.yo-flight-heat-grid,
.yo-flight-cluster-grid,
.yo-flight-decision,
.yo-flight-feature-grid,
.yo-flight-post-grid {
    display: grid;
    gap: 16px;
}

.yo-flight-heat-grid,
.yo-flight-decision {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yo-flight-heat-grid article,
.yo-flight-decision article {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 22px;
}

.yo-flight-heat-grid span,
.yo-flight-decision span {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(196,98,45,.1);
    color: var(--yo-terra, #C4622D);
    font-size: .78rem;
    font-weight: 900;
}

.yo-flight-cluster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yo-flight-cluster-card {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 24px;
}

.yo-flight-cluster-card h3,
.yo-flight-feature-card h3,
.yo-flight-post-card strong {
    margin: 0;
    color: #123f3f;
    font-size: 1.16rem;
    line-height: 1.24;
    letter-spacing: 0;
}

.yo-flight-cluster-card p,
.yo-flight-feature-card p {
    margin: 0;
    color: var(--yo-flight-muted);
    font-size: .94rem;
    line-height: 1.64;
}

.yo-flight-link-list {
    display: grid;
    gap: 9px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.yo-flight-link-list li {
    position: relative;
    padding-left: 15px;
    color: #64707d;
    font-size: .9rem;
    line-height: 1.45;
}

.yo-flight-link-list li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--yo-terra, #C4622D);
}

.yo-flight-link-list a,
.yo-flight-link-list span {
    color: #123f3f;
    font-weight: 850;
    text-decoration: none;
}

.yo-flight-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yo-flight-feature-card,
.yo-flight-post-card {
    overflow: hidden;
}

.yo-flight-feature-card img,
.yo-flight-post-card img {
    display: block;
    width: 100%;
    height: 178px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    background: #e9eee9;
}

.yo-flight-feature-card div {
    padding: 22px;
}

.yo-flight-feature-card span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--yo-terra, #C4622D);
    font-size: .76rem;
    font-weight: 900;
}

.yo-flight-feature-card a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 8px 15px;
    border: 1px solid rgba(26,82,82,.14);
    border-radius: 999px;
    color: #123f3f;
    font-size: .84rem;
    font-weight: 900;
    text-decoration: none;
}

.yo-flight-post-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yo-flight-post-card a {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.yo-flight-post-card span {
    display: grid;
    gap: 9px;
    padding: 18px;
}

.yo-flight-post-card time {
    color: var(--yo-terra, #C4622D);
    font-size: .76rem;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .yo-flight-heat-grid,
    .yo-flight-decision,
    .yo-flight-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yo-flight-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .yo-flight-heat-grid,
    .yo-flight-cluster-grid,
    .yo-flight-decision,
    .yo-flight-feature-grid,
    .yo-flight-post-grid {
        grid-template-columns: 1fr;
    }

    .yo-flight-feature-card img,
    .yo-flight-post-card img {
        height: 160px;
    }
}

/* Uçak bileti uzun okuma sistemi */
.yo-flight-longread {
    width: min(100%, 980px);
    margin: 0 auto;
}

.yo-flight-longread h2 {
    margin: 0 0 22px;
    color: #17202c;
    font-size: clamp(2.05rem, 4.2vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: 0;
    text-wrap: balance;
}

.yo-flight-longread p {
    margin: 0 0 22px;
    color: #33403d;
    font-size: clamp(1.04rem, 1.55vw, 1.18rem);
    line-height: 1.86;
}

.yo-flight-longread p:last-child {
    margin-bottom: 0;
}

.yo-flight-kicker {
    margin: 0 0 12px;
    color: var(--yo-terra, #C4622D);
    font-size: .92rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.25;
}

.yo-flight-lead {
    color: #24302e;
    font-size: clamp(1.18rem, 1.85vw, 1.34rem);
    line-height: 1.75;
}

.yo-flight-proof-strip,
.yo-flight-rule-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(28px, 4vw, 44px);
}

.yo-flight-proof-strip span,
.yo-flight-rule-band span {
    display: grid;
    gap: 6px;
    min-height: 92px;
    align-content: center;
    padding: 18px 20px;
    border: 1px solid rgba(26,82,82,.12);
    border-radius: 18px;
    background: #fff;
    color: #526168;
    box-shadow: 0 14px 32px rgba(17,24,39,.055);
}

.yo-flight-proof-strip strong,
.yo-flight-rule-band span {
    color: #123f3f;
    font-weight: 900;
}

.yo-flight-field-notes {
    margin-top: clamp(26px, 4vw, 44px);
    padding: clamp(24px, 3.4vw, 34px);
    border: 1px solid rgba(26,82,82,.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(196,98,45,.11), transparent 34%),
        #fff;
    box-shadow: 0 16px 36px rgba(17,24,39,.06);
}

.yo-flight-field-notes h3 {
    margin: 0 0 16px;
    color: #123f3f;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem);
    line-height: 1.18;
}

.yo-flight-field-notes ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yo-flight-field-notes li {
    position: relative;
    padding-left: 22px;
    color: #44535b;
    font-size: 1rem;
    line-height: 1.75;
}

.yo-flight-field-notes li::before {
    content: "";
    position: absolute;
    top: .78em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--yo-terra, #C4622D);
}

.yo-flight-field-notes strong {
    color: #123f3f;
}

.yo-flight-timing-table,
.yo-flight-method-list,
.yo-flight-error-list {
    display: grid;
    gap: 16px;
    width: min(100%, 1040px);
    margin: 0 auto;
}

.yo-flight-timing-row {
    display: grid;
    grid-template-columns: minmax(120px, .55fr) minmax(150px, .55fr) minmax(0, 1.9fr);
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(26,82,82,.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17,24,39,.055);
}

.yo-flight-timing-row span {
    color: var(--yo-terra, #C4622D);
    font-size: .88rem;
    font-weight: 950;
}

.yo-flight-timing-row strong {
    color: #123f3f;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.12;
}

.yo-flight-timing-row p {
    margin: 0;
    color: var(--yo-flight-muted);
    font-size: .98rem;
    line-height: 1.65;
}

.yo-flight-method-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 32px);
    padding: clamp(24px, 3.4vw, 38px);
    border: 1px solid rgba(26,82,82,.12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(17,24,39,.06);
}

.yo-flight-method-item__num {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(196,98,45,.1);
    color: var(--yo-terra, #C4622D);
    font-size: 1.05rem;
    font-weight: 950;
}

.yo-flight-method-item h3 {
    margin: 0 0 10px;
    color: #123f3f;
    font-size: clamp(1.28rem, 2.15vw, 1.78rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.yo-flight-method-item p {
    margin: 0;
    color: #44535b;
    font-size: 1.02rem;
    line-height: 1.78;
}

.yo-flight-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.yo-flight-inline-links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid rgba(26,82,82,.14);
    border-radius: 999px;
    background: #fff;
    color: #123f3f;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
}

.yo-flight-note {
    width: min(100%, 980px);
    margin: clamp(24px, 4vw, 42px) auto 0;
    padding: clamp(20px, 3vw, 28px);
    border-left: 5px solid var(--yo-terra, #C4622D);
    border-radius: 18px;
    background: #fff;
    color: #33403d;
    font-size: 1.02rem;
    line-height: 1.74;
    box-shadow: 0 14px 32px rgba(17,24,39,.055);
}

.yo-flight-note strong {
    color: #123f3f;
}

.yo-flight-error-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yo-flight-error-list article {
    padding: 22px 24px;
    border: 1px solid rgba(26,82,82,.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17,24,39,.055);
}

.yo-flight-error-list strong {
    display: block;
    margin-bottom: 8px;
    color: #123f3f;
    font-size: 1.04rem;
    line-height: 1.3;
}

.yo-flight-error-list p {
    margin: 0;
    color: var(--yo-flight-muted);
    font-size: .96rem;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .yo-flight-proof-strip,
    .yo-flight-rule-band,
    .yo-flight-error-list {
        grid-template-columns: 1fr;
    }

    .yo-flight-timing-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 640px) {
    .yo-flight-hub {
        max-width: 100vw;
    }

    .yo-flight-hub .yo-container,
    .yo-flight-hub .yo-pillar-container,
    .yo-flight-hub .yo-hero__content,
    .yo-flight-hub .yo-flight-longread,
    .yo-flight-hub .yo-section__head,
    .yo-flight-hub .yo-flight-timing-table,
    .yo-flight-hub .yo-flight-method-list,
    .yo-flight-hub .yo-flight-error-list,
    .yo-flight-hub .yo-card-grid,
    .yo-flight-hub .yo2-grid {
        width: 100%;
        max-width: 100%;
    }

    .yo-flight-hub .yo-container,
    .yo-flight-hub .yo-pillar-container,
    .yo-flight-hub .yo-hero__content {
        padding-inline: 16px;
    }

    .yo-flight-hub .yo-hero__eyebrow,
    .yo-flight-hub .yo-hero__subtitle,
    .yo-flight-hub .yo-hero__text {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .yo-flight-hub .yo-hero__title {
        width: 100%;
        max-width: 100%;
        font-size: 3.1rem;
        line-height: 1.02;
        letter-spacing: 0;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        text-wrap: balance;
    }

    .yo-flight-longread h2 {
        font-size: clamp(2rem, 11vw, 2.7rem);
    }

    .yo-flight-longread p,
    .yo-flight-method-item p,
    .yo-flight-note {
        font-size: 1.02rem;
        line-height: 1.75;
    }

    .yo-flight-method-item {
        grid-template-columns: 1fr;
        gap: 14px;
        border-radius: 20px;
    }

    .yo-flight-method-item__num {
        width: 54px;
        height: 54px;
        border-radius: 17px;
    }

    .yo-flight-proof-strip span,
    .yo-flight-rule-band span {
        min-height: 0;
    }

    .yo-flight-hub .yo-hero__strip {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding-inline: 0;
    }

    .yo-flight-hub .yo-hero__strip span {
        flex: 1 1 calc(50% - 10px);
        max-width: 148px;
        min-width: 112px;
        justify-content: center;
        text-align: center;
    }

    .yo-flight-hub .yo-jump-nav__track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: min(100%, 520px);
        max-width: 100%;
        overflow: visible;
        padding-inline: 16px;
    }

    .yo-flight-hub .yo-jump-nav__link {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .yo-flight-hub .yo-jump-nav__link:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 380px) {
    .yo-flight-hub .yo-hero__title {
        font-size: 2.85rem;
    }
}

/* Flight rules moved from visual QA */
.yo-page .yo-flight-feature-card,
.yo-page .yo-flight-post-card {
    height: 100%;
}

.yo-page .yo-flight-feature-card a a {
    margin-top: auto;
}

.yo-flight-feature-card,
.yo-flight-post-card {
    display: flex;
    flex-direction: column;
}

.yo-flight-feature-card img,
.yo-flight-post-card img img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
