/* Ana giriş — Readdy referans (ttykbg.readdy.co) */
body.landing-guest-body main.landing-home {
    background: transparent !important;
    color: var(--os-text, #181c32);
    isolation: unset;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 0;
}

body.landing-guest-body main.landing-home::before,
body.landing-guest-body main.landing-home::after {
    content: none;
    display: none;
}

.landing-home-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 48px 20px 56px;
}

.landing-home-hero__card {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 28px;
    box-shadow:
        0 24px 64px rgba(24, 12, 4, .22),
        inset 0 1px 0 rgba(255, 255, 255, .35);
    margin: 0 auto;
    max-width: 520px;
    padding: 40px 36px 32px;
    text-align: center;
    width: 100%;
}

.landing-home-hero__logo {
    display: block;
    height: auto;
    margin: 0 auto 28px;
    max-height: 72px;
    max-width: 220px;
    object-fit: contain;
    width: auto;
}

.landing-home-hero__title {
    color: #fff;
    font-size: clamp(1.85rem, 4.5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0 0 10px;
    text-shadow: 0 2px 16px rgba(24, 12, 4, .2);
}

.landing-home-hero__subtitle {
    color: rgba(255, 255, 255, .92);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 28px;
}

.landing-home-hero__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 28px;
}

.landing-home-btn {
    align-items: center;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    width: 100%;
}

.landing-home-btn--login {
    background: linear-gradient(180deg, #ffa033 0%, #ff7a00 48%, #e86500 100%);
    box-shadow:
        0 12px 28px rgba(255, 122, 0, .42),
        inset 0 1px 0 rgba(255, 255, 255, .28);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .02em;
    text-shadow: 0 1px 0 rgba(120, 40, 0, .25);
}

.landing-home-btn--login i {
    font-size: 1.02rem;
    opacity: .98;
}

.landing-home-btn--login:hover,
.landing-home-btn--login:focus {
    background: linear-gradient(180deg, #ffb04a 0%, #ff8614 48%, #f07000 100%);
    box-shadow:
        0 14px 32px rgba(255, 122, 0, .5),
        inset 0 1px 0 rgba(255, 255, 255, .32);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.landing-home-btn--signup {
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    box-shadow: 0 10px 24px rgba(37, 99, 235, .32);
    color: #fff;
}

.landing-home-btn--signup:hover,
.landing-home-btn--signup:focus {
    box-shadow: 0 12px 28px rgba(37, 99, 235, .4);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.landing-home-trust {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: center;
}

.landing-home-trust__item {
    align-items: center;
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 600;
    gap: 7px;
    white-space: nowrap;
}

.landing-home-trust__item i {
    color: rgba(255, 255, 255, .95);
    font-size: .88rem;
}

/* Neden Otoshops */
.landing-home-why {
    background: #fff;
    color: var(--os-text, #181c32);
    padding: 40px 20px 44px;
}

.landing-home-why__inner {
    margin: 0 auto;
    max-width: 1080px;
}

.landing-home-why__title {
    color: var(--os-primary, #181c32);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    margin: 0 0 24px;
    text-align: center;
}

.landing-home-features {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.landing-home-feature {
    background: #fff;
    border: 1px solid var(--os-border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(24, 28, 50, .06);
    padding: 22px 16px 20px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
}

.landing-home-feature:hover {
    box-shadow: 0 14px 32px rgba(24, 28, 50, .1);
    transform: translateY(-2px);
}

.landing-home-feature__icon {
    align-items: center;
    background: var(--os-accent-soft);
    border-radius: 14px;
    color: var(--os-accent);
    display: inline-flex;
    font-size: 1.2rem;
    height: 48px;
    justify-content: center;
    margin-bottom: 14px;
    width: 48px;
}

.landing-home-feature h3 {
    color: var(--os-primary);
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 8px;
}

.landing-home-feature p {
    color: var(--os-muted, #4b5563);
    font-size: .84rem;
    line-height: 1.5;
    margin: 0;
}

/* Hızlı linkler */
.landing-home-nav {
    background: #f8fafc;
    border-block: 1px solid var(--os-border, #e5e7eb);
    padding: 32px 20px 36px;
}

.landing-home-nav__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 900px;
}

.landing-home-nav-card {
    background: #fff;
    border: 1px solid var(--os-border);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(24, 28, 50, .06);
    color: inherit;
    display: block;
    padding: 24px 20px;
    text-align: center;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.landing-home-nav-card:hover,
.landing-home-nav-card:focus {
    border-color: rgba(255, 122, 0, .45);
    box-shadow: 0 12px 28px rgba(255, 122, 0, .12);
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
}

.landing-home-nav-card__icon {
    align-items: center;
    background: var(--os-accent-soft);
    border-radius: 12px;
    color: var(--os-accent);
    display: inline-flex;
    font-size: 1.15rem;
    height: 44px;
    justify-content: center;
    margin-bottom: 12px;
    width: 44px;
}

.landing-home-nav-card h3 {
    color: var(--os-primary);
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.landing-home-nav-card p {
    color: var(--os-muted, #4b5563);
    font-size: .84rem;
    line-height: 1.45;
    margin: 0;
}

/* Alt bölümler — beyaz zemin, koyu metin */
.landing-home-detail {
    background: #fff;
    border-block: 1px solid var(--os-border, #e5e7eb);
    color: var(--os-text, #181c32);
    padding: 40px 0 44px;
}

.landing-home-detail.landing-info-section--band {
    background: #f8fafc;
}

.landing-home-detail .landing-section-heading {
    margin-bottom: 24px;
}

.landing-home-detail .landing-section-heading h2 {
    color: var(--os-primary, #181c32);
    text-shadow: none;
}

.landing-home-detail .landing-section-lead,
.landing-home-detail .landing-section-sub {
    color: var(--os-muted, #4b5563);
}

.landing-home-detail .landing-info-pills {
    margin: 18px 0 28px;
}

.landing-home-detail .landing-info-pills li {
    background: var(--os-surface, #fff);
    border-color: var(--os-border-strong, #d8dde7);
    color: var(--os-primary, #181c32);
}

.landing-home-detail .landing-info-pills li .fa-check {
    color: var(--os-success, #169b62);
}

.landing-home-detail .landing-step-card.os-card,
.landing-home-detail .landing-faq-group.os-card,
.landing-home-detail .landing-contact-card.os-card {
    background: var(--os-surface, #fff);
}

.landing-home-detail .landing-step-card h3,
.landing-home-detail .landing-faq-group__head h3,
.landing-home-detail .landing-faq-trigger__title {
    color: var(--os-primary, #181c32);
}

.landing-home-detail .landing-step-card p,
.landing-home-detail .landing-faq-answer,
.landing-home-detail .landing-faq-answer p {
    color: var(--os-muted, #4b5563);
}

.landing-home-detail .row {
    --bs-gutter-y: 1rem;
}

.landing-home-detail .mb-4 {
    margin-bottom: 1rem !important;
}

.landing-home-footer {
    background: #fff;
    border-top: 1px solid var(--os-border, #e5e7eb);
    color: var(--os-muted, #6b7280);
    font-size: .82rem;
    padding: 20px 20px max(16px, env(safe-area-inset-bottom));
    text-align: center;
}

.landing-home-footer img {
    max-height: 36px;
    max-width: 160px;
    margin-bottom: 12px;
    opacity: .9;
}

.landing-home-support {
    align-items: center;
    background: linear-gradient(180deg, #ff9224, #ff7a00);
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 10px 28px rgba(255, 122, 0, .4);
    color: #fff;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    gap: 8px;
    padding: 12px 20px;
    position: fixed;
    right: 24px;
    text-decoration: none;
    z-index: 100;
}

.landing-home-support:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .landing-home-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .landing-home-hero {
        min-height: auto;
        padding: 32px 16px 40px;
    }

    .landing-home-hero__card {
        border-radius: 22px;
        padding: 32px 22px 26px;
    }

    .landing-home-hero__actions {
        grid-template-columns: 1fr;
    }

    .landing-home-trust {
        flex-direction: column;
        gap: 10px;
    }

    .landing-home-features,
    .landing-home-nav__grid {
        grid-template-columns: 1fr;
    }

    .landing-home-support {
        bottom: 16px;
        font-size: .82rem;
        padding: 10px 16px;
        right: 16px;
    }
}
