﻿/* Anasayfa — ana gövde, yumuşak bölüm geçişleri */
.home-page {
    scroll-behavior: smooth;
}

.home-page > .home-page__section {
    scroll-margin-top: 72px;
}

/* ─── Ortak bölüm başlığı (anasayfa bölümleri) ───────────────────────── */
.home-section-head {
    position: relative;
    margin: 0 auto clamp(28px, 4vw, 48px);
    max-width: 38rem;
    text-align: center;
    padding: 0 clamp(8px, 2vw, 12px);
}

.home-section-head--left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 0;
}

.home-section-head--hero {
    text-align: left;
    margin: 0 0 4px;
    max-width: none;
    padding: 0;
}

.home-section-head__rule {
    display: block;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, #9a7d4a, #d4b87a, #c9a84c);
    box-shadow: 0 2px 12px rgba(180, 157, 103, 0.35);
}

.home-section-head--left .home-section-head__rule,
.home-section-head--hero .home-section-head__rule {
    margin-left: 0;
    margin-right: 0;
}

.home-section-head__eyebrow {
    margin: 0 0 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a7040;
}

.home-section-head--hero .home-section-head__eyebrow {
    margin-bottom: 12px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #7a6845;
}

.home-section-head__title {
    margin: 0 0 14px;
    font-family: var(--title-font, "Ubuntu", sans-serif);
    font-size: clamp(1.45rem, 3.6vw, 2.05rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: var(--title-color, #111111);
}

.home-section-head__accent {
    background: linear-gradient(118deg, #7d6238 0%, #b49d67 38%, #c9a84c 72%, #8a7040 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-section-head__lead {
    margin: 0 auto;
    max-width: 42em;
    font-size: clamp(0.9375rem, 1.9vw, 1.0625rem);
    line-height: 1.65;
    color: #5a5a5a;
    font-weight: 400;
}

.home-section-head__lead a {
    color: #8a6f42;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-section-head__lead a:hover {
    color: #5c4a2d;
}

.home-section-head--left .home-section-head__lead {
    margin-left: 0;
    margin-right: 0;
    max-width: 40em;
}

.home-section-head--left .home-section-head__title {
    font-size: clamp(1.32rem, 2.9vw, 1.72rem);
}

/* Bölüm arka planları — daha net katman */
.home-page__section--value {
    padding: clamp(32px, 5vw, 56px) 0 clamp(28px, 4vw, 48px);
    background:
        radial-gradient(90% 50% at 50% 0%, rgba(180, 157, 103, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #faf9f7 50%, #f5f2ec 100%);
}

.home-page__showcase-head {
    max-width: 40rem;
}

.home-page__rates-head {
    max-width: 46rem;
}

/* Üst kahraman — kurumsal + canlı fiyat vurgusu */
.home-hero {
    position: relative;
    padding: clamp(28px, 5vw, 56px) 0 clamp(36px, 6vw, 64px);
    background:
        radial-gradient(120% 80% at 0% 20%, rgba(180, 157, 103, 0.22) 0%, transparent 55%),
        radial-gradient(90% 70% at 100% 0%, rgba(19, 22, 21, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #faf8f4 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(180, 157, 103, 0.12);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
}

@media (min-width: 992px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
        gap: clamp(32px, 5vw, 56px);
    }
}

.home-hero__title {
    margin: 0 0 16px;
    font-family: var(--title-font, "Ubuntu", sans-serif);
    font-size: clamp(1.65rem, 4.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: var(--title-color, #111111);
    max-width: 20ch;
}

@media (min-width: 768px) {
    .home-hero__title {
        max-width: 22ch;
    }
}

.home-hero__lead {
    margin: 0 0 24px;
    font-size: clamp(1rem, 2.1vw, 1.125rem);
    line-height: 1.65;
    color: #4d4d4d;
    max-width: 40em;
}

.home-hero__lead strong {
    color: #2a2418;
    font-weight: 600;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-hero__btn--primary {
    background: linear-gradient(145deg, #c4a86a 0%, #9a7d4a 55%, #8a6f42 100%);
    color: #fff;
    box-shadow: 0 4px 18px rgba(138, 111, 66, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-hero__btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(138, 111, 66, 0.42);
}

.home-hero__btn--ghost {
    background: #fff;
    color: #2a2418;
    border: 1px solid rgba(180, 157, 103, 0.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home-hero__btn--ghost:hover {
    color: #1a1714;
    border-color: rgba(180, 157, 103, 0.75);
    transform: translateY(-1px);
}

.home-hero__trust {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 0.875rem;
    color: #5c5c5c;
}

.home-hero__trust li {
    position: relative;
    padding-left: 18px;
}

.home-hero__trust li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, #c4a86a, #8a6f42);
    opacity: 0.85;
}

.home-hero__aside {
    min-width: 0;
}

.home-hero__panel {
    border-radius: 16px;
    padding: clamp(20px, 3vw, 28px);
    background: linear-gradient(165deg, #1f1c19 0%, #131615 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-hero__stat {
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-hero__stat--accent {
    background: linear-gradient(135deg, rgba(180, 157, 103, 0.2) 0%, rgba(180, 157, 103, 0.06) 100%);
    border-color: rgba(180, 157, 103, 0.25);
}

.home-hero__stat-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(196, 168, 106, 0.95);
    margin-bottom: 6px;
}

.home-hero__stat-value {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.home-page .home-page__section--rates {
    position: relative;
    padding-top: clamp(36px, 5vw, 56px);
    padding-bottom: clamp(52px, 6vw, 88px) !important;
}

.home-page .home-page__section--rates::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(240, 235, 227, 0.65) 55%, rgba(245, 241, 234, 0.95) 100%);
}

.home-page .home-page__section--showcase {
    padding-top: clamp(44px, 6vw, 80px);
    padding-bottom: clamp(60px, 8vw, 104px);
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(180, 157, 103, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #ede8df 0%, #f4f1eb 22%, #faf9f7 48%, #ffffff 100%);
    border-top: 1px solid rgba(180, 157, 103, 0.14);
    border-top: 1px solid rgba(180, 157, 103, 0.14);
    transition: background 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .home-page {
        scroll-behavior: auto;
    }

    .home-page .home-page__section--showcase {
        transition: none;
    }
}

.trading-style-five .table-outer tbody td {
    font-size: 25px;
    font-weight: 600;
}

.trading-style-five .table-outer thead td {
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
    color: #b49d67;
}
.trading-style-five .tab-btns li {
    font-size: 24px;
    font-weight: 600;
}


.trading-style-five .table-outer .trading-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.trading-table th,
.trading-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
}

.trading-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 15px;
}

.trading-table tr:nth-child(even) {
    background-color: #fdfdfd;
}

.trading-table tr:hover {
    background-color: #f1f1f1;
}

.table-outer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .trading-table th,
    .trading-table td {
        padding: 6px 8px;
        font-size: 12px;
    }

    .trading-style-five .table-outer tbody td {
        font-size: 15px;
    }

    .trading-style-five .tabs-content {
        padding: 8px 5px;
    }

    .trading-style-five .table-outer thead td {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .trading-table {
        min-width: 400px;
    }

        .trading-table th,
        .trading-table td {
            padding: 5px 6px;
            font-size: 11px;
        }
}

/* Kuyumculuk showcase — tam genişlik (auto-container yerine fluid) */
.process-style-two.home-split-showcase--full {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.home-split-showcase--full .home-split-showcase__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: clamp(16px, 4vw, 64px);
    padding-right: clamp(16px, 4vw, 64px);
    box-sizing: border-box;
}

.home-split-showcase--full .home-split-card {
    max-width: none;
    width: 100%;
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
}

.home-split-showcase--full .home-app-promo {
    max-width: none;
}

/* Anasayfa — yatay split kart (sol metin + sağ görsel), referans düzen */
.home-split-showcase .home-section-head__title {
    text-transform: none;
}

.home-split-card {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 4px;
}

.home-split-card__body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: clamp(400px, 48vh, 520px);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(180, 157, 103, 0.24);
    box-shadow:
        0 4px 8px rgba(19, 22, 21, 0.05),
        0 22px 56px rgba(40, 32, 22, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 242, 236, 0.98) 42%, rgba(236, 232, 224, 1) 100%),
        linear-gradient(180deg, #f7f5f1 0%, #ebe7df 100%);
}

.home-split-card__list {
    flex: 1.55;
    min-width: 0;
    position: relative;
    padding: clamp(26px, 3.5vw, 40px) clamp(22px, 3vw, 42px) clamp(28px, 3.5vw, 40px) clamp(24px, 3.2vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(180, 157, 103, 0.14) 0%, transparent 52%),
        radial-gradient(80% 60% at 100% 100%, rgba(19, 22, 21, 0.04) 0%, transparent 45%),
        linear-gradient(180deg, #faf9f7 0%, #f2f0ec 55%, #eceae6 100%);
}

.home-split-card__list::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 14px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgba(180, 157, 103, 0.12);
    opacity: 0.9;
    pointer-events: none;
}

.home-split-card__list::after {
    content: "";
    position: absolute;
    bottom: 12%;
    right: 8%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(180, 157, 103, 0.08);
    pointer-events: none;
}

.home-split-card__intro.home-section-head--left {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(18px, 2.5vw, 26px);
    padding-bottom: clamp(18px, 2.5vw, 24px);
    border-bottom: 1px solid rgba(19, 22, 21, 0.08);
}

.home-split-card__intro.home-section-head--left .home-section-head__lead {
    color: #4f4f4f;
}

.home-split-card__row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(16px, 2.2vw, 22px);
    padding: clamp(16px, 2vw, 20px) clamp(14px, 2vw, 18px);
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(19, 22, 21, 0.06);
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(19, 22, 21, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-split-card__row:hover {
    border-color: rgba(180, 157, 103, 0.28);
    box-shadow: 0 6px 22px rgba(40, 32, 22, 0.08);
}

.home-split-card__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.28rem;
    color: #fff;
    background: linear-gradient(145deg, #d4b87a 0%, #a68958 45%, #7d6238 100%);
    box-shadow:
        0 0 0 4px rgba(180, 157, 103, 0.18),
        0 6px 16px rgba(125, 98, 56, 0.32);
}

.home-split-card__text {
    min-width: 0;
    padding-top: 2px;
}

.home-split-card__title {
    margin: 0 0 8px;
    font-size: clamp(1.08rem, 2.2vw, 1.22rem);
    font-weight: 700;
    line-height: 1.28;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.home-split-card__desc {
    margin: 0;
    font-size: clamp(0.9rem, 1.85vw, 0.98rem);
    line-height: 1.62;
    color: #454545;
}

.home-split-card__chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: clamp(18px, 2.5vw, 24px);
    padding-top: clamp(16px, 2vw, 20px);
    border-top: 1px dashed rgba(180, 157, 103, 0.35);
}

.home-split-card__chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3d3528;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 247, 240, 0.98) 100%);
    border: 1px solid rgba(180, 157, 103, 0.35);
    box-shadow: 0 1px 4px rgba(19, 22, 21, 0.05);
}

/* Koyu güven paneli zemini — split kart sağı veya Index2 yan sütun */
.home-split-card__media,
.home-trust-shell {
    position: relative;
    background:
        radial-gradient(ellipse 100% 80% at 80% 0%, rgba(180, 157, 103, 0.22) 0%, transparent 50%),
        radial-gradient(ellipse 70% 60% at 10% 100%, rgba(180, 157, 103, 0.12) 0%, transparent 45%),
        linear-gradient(155deg, #252220 0%, #171514 48%, #0e0d0c 100%);
}

.home-split-card__media::before,
.home-trust-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -12deg,
        transparent,
        transparent 14px,
        rgba(255, 255, 255, 0.02) 14px,
        rgba(255, 255, 255, 0.02) 15px
    );
    pointer-events: none;
    z-index: 0;
}

.home-split-card__media {
    flex: 1;
    min-width: 0;
    min-height: 280px;
}

.home-trust-shell {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    min-height: clamp(360px, 50vh, 500px);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.home-trust-shell > .home-trust-panel {
    flex: 1 1 auto;
    min-height: 0;
}

/* Kurumsal güvence — bento / cam panel (video yerine) */
.home-trust-panel {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: clamp(280px, 42vh, 420px);
    padding: clamp(18px, 2.8vw, 28px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.home-trust-panel__mesh {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(212, 184, 122, 0.08) 0%, transparent 42%),
        radial-gradient(circle at 92% 78%, rgba(180, 157, 103, 0.06) 0%, transparent 38%);
    opacity: 0.95;
}

.home-trust-panel__grid {
    position: relative;
    z-index: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: clamp(10px, 1.6vw, 14px);
    min-height: 0;
    align-content: start;
}

.home-trust-tile {
    margin: 0;
    padding: clamp(14px, 2vw, 18px) clamp(14px, 2.2vw, 20px);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.2) inset,
        0 12px 32px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.home-trust-tile--lead {
    grid-column: 1 / -1;
    padding: clamp(14px, 2.2vw, 20px) clamp(16px, 2.5vw, 24px);
    border-color: rgba(180, 157, 103, 0.32);
    background:
        linear-gradient(118deg, rgba(180, 157, 103, 0.14) 0%, transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.035) 100%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-trust-tile__lead-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.home-trust-tile--lead .home-trust-tile__eyebrow {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 236, 214, 0.95);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(212, 184, 122, 0.28);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.home-trust-tile__lead-row {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(14px, 2.4vw, 24px);
    align-items: center;
}

.home-trust-tile__lead-row .home-trust-tile__title {
    margin: 0;
    padding-right: clamp(10px, 2vw, 18px);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--title-font, "Ubuntu", sans-serif);
    font-size: clamp(1.05rem, 2.1vw, 1.32rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: #faf8f4;
}

.home-trust-tile__title span {
    background: linear-gradient(120deg, #e8d4a8 0%, #c9a84c 45%, #a68958 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-trust-tile__lead-row .home-trust-tile__lede {
    margin: 0;
    max-width: none;
    font-size: clamp(0.78rem, 1.5vw, 0.9rem);
    line-height: 1.5;
    color: rgba(228, 224, 214, 0.9);
}

.home-trust-tile__eyebrow {
    margin: 0 0 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(212, 184, 122, 0.95);
}

.home-trust-tile__title {
    margin: 0 0 10px;
    font-family: var(--title-font, "Ubuntu", sans-serif);
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #faf8f4;
}

.home-trust-tile__lede {
    margin: 0;
    font-size: clamp(0.8125rem, 1.65vw, 0.9375rem);
    line-height: 1.55;
    color: rgba(232, 228, 218, 0.82);
    max-width: 36em;
}

.home-trust-tile--stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}

.home-trust-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #1a1816;
    background: linear-gradient(145deg, #e8d4a8 0%, #b49d67 55%, #8a7040 100%);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.home-trust-tile__stat-label {
    margin: 0;
    font-size: clamp(0.9375rem, 1.8vw, 1.05rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.home-trust-tile__stat-hint {
    margin: 0;
    font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
    line-height: 1.5;
    color: rgba(200, 196, 186, 0.88);
    flex: 1;
}

.home-trust-tile--ribbon {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    padding: clamp(12px, 2vw, 16px) clamp(14px, 2.2vw, 18px);
    border-color: rgba(255, 255, 255, 0.12);
}

.home-trust-tile__ribbon-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: rgba(232, 228, 218, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-trust-tile__ribbon-text {
    margin: 0;
    font-size: clamp(0.75rem, 1.45vw, 0.875rem);
    line-height: 1.45;
    color: rgba(218, 214, 204, 0.92);
    min-width: 0;
}

.home-trust-tile__ribbon-text strong {
    color: #f0ebe3;
    font-weight: 700;
}

.home-trust-tile__link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1816;
    background: linear-gradient(145deg, #e8d4a8 0%, #c9a84c 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-trust-tile__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    color: #131110;
}

.home-trust-tile__link .fa-arrow-right {
    font-size: 0.65rem;
    opacity: 0.85;
}

@media (max-width: 520px) {
    .home-trust-tile__lead-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-trust-tile__lead-row .home-trust-tile__title {
        border-right: none;
        padding-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 480px) {
    .home-trust-panel__grid {
        grid-template-columns: 1fr;
    }
}

.home-split-card__badge {
    position: absolute;
    z-index: 3;
    right: clamp(16px, 2.5vw, 26px);
    bottom: clamp(16px, 2.5vw, 26px);
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f5f2eb 100%);
    box-shadow:
        0 0 0 1px rgba(180, 157, 103, 0.25),
        0 10px 28px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.home-split-card__badge img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .home-split-card__body {
        flex-direction: column;
        min-height: 0;
    }

    .home-split-card__list {
        order: 2;
        padding: clamp(22px, 4vw, 28px) clamp(18px, 4vw, 24px) clamp(24px, 4vw, 32px);
    }

    .home-split-card__list::before,
    .home-split-card__list::after {
        opacity: 0.55;
    }

    .home-split-card__media {
        order: 1;
        min-height: min(56vw, 320px);
        flex: none;
    }

    .home-trust-panel {
        min-height: min(56vw, 320px);
    }
}

@media (max-width: 575px) {
    .home-split-card__row {
        gap: 14px;
        padding: 14px 14px 16px;
    }

    .home-split-card__icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .home-split-card__media {
        min-height: 260px;
    }

    .home-trust-panel {
        min-height: 260px;
        padding: 14px;
    }

    .home-trust-panel__grid {
        gap: 10px;
    }

    .home-trust-tile--ribbon {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .home-split-card__badge {
        width: 58px;
        height: 58px;
        right: 14px;
        bottom: 14px;
    }

    .home-split-card__chip {
        font-size: 0.75rem;
        padding: 6px 11px;
    }
}

/* Mobil uygulama tanıtımı — başlığın altında (koyu panel + telefon + mağaza) */
.home-split-showcase .home-app-promo {
    margin-bottom: 40px;
    padding: clamp(36px, 5vw, 52px) clamp(28px, 4vw, 48px);
    border-radius: 22px;
    background:
        radial-gradient(100% 90% at 15% 0%, rgba(180, 157, 103, 0.18) 0%, transparent 52%),
        linear-gradient(165deg, #302a26 0%, #241f1b 50%, #1a1714 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.home-split-showcase .home-app-promo__brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.home-split-showcase .home-app-promo__logo-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.home-split-showcase .home-app-promo__logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-split-showcase .home-app-promo__titles {
    min-width: 0;
}

.home-split-showcase .home-app-promo__name {
    margin: 0;
    font-size: clamp(1.5rem, 3.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -0.02em;
}

.home-split-showcase .home-app-promo__tagline {
    margin: 6px 0 0;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.home-split-showcase .home-app-promo__copy {
    margin-bottom: 28px;
}

.home-split-showcase .home-app-promo__copy p {
    margin: 0 0 16px;
    font-size: clamp(0.9375rem, 1.9vw, 1.05rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 36em;
}

.home-split-showcase .home-app-promo__copy p:last-child {
    margin-bottom: 0;
}

.home-split-showcase .home-app-promo__stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
}

.home-split-showcase .home-app-promo__store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 158px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #fff;
    color: #141414;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-split-showcase .home-app-promo__store:hover {
    color: #141414;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.home-split-showcase .home-app-promo__store .fab {
    font-size: 1.65rem;
    line-height: 1;
}

.home-split-showcase .home-app-promo__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 24px;
}

@media (min-width: 992px) {
    .home-split-showcase .home-app-promo__visual {
        justify-content: flex-end;
        padding: 0 8px 0 0;
    }
}

.home-split-showcase .home-app-promo__phone-wrap {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.home-split-showcase .home-app-promo__phone {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 14px 18px;
    border-radius: 42px;
    background: linear-gradient(160deg, #2a2826 0%, #0d0d0d 100%);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.home-split-showcase .home-app-promo__phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34%;
    max-width: 120px;
    height: 24px;
    background: #0d0d0d;
    border-radius: 0 0 16px 16px;
    z-index: 2;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.home-split-showcase .home-app-promo__phone-screen {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9 / 19.2;
}

.home-split-showcase .home-app-promo__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-split-showcase .home-app-promo__qr {
    position: absolute;
    left: -4px;
    bottom: 14%;
    width: 100px;
    height: 100px;
    padding: 7px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.35), 0 12px 28px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: transform 0.2s ease;
}

.home-split-showcase .home-app-promo__qr:hover {
    transform: scale(1.04);
}

.home-split-showcase .home-app-promo__qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-split-showcase .home-split-card {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .home-split-showcase .home-app-promo {
        padding: 32px 22px 36px;
        margin-bottom: 32px;
    }

    .home-split-showcase .home-app-promo__visual {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .home-split-showcase .home-app-promo__qr {
        left: -2px;
        bottom: 12%;
    }
}

@media (max-width: 575px) {
    .home-split-showcase .home-app-promo__store {
        flex: 1 1 calc(50% - 8px);
        min-width: 140px;
    }
}
