/* Ana sayfa — kurumsal (T-Soft hissi) tamamlayıcı stiller */
.home-corp-fark__card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
    .home-corp-fark__card:hover {
        border-color: rgba(234, 88, 12, 0.28);
        box-shadow: 0 16px 40px -20px rgba(15, 23, 42, 0.18);
        transform: translateY(-2px);
    }
}
.home-corp-grid article {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
    .home-corp-grid article:hover {
        border-color: rgba(234, 88, 12, 0.3);
        box-shadow: 0 10px 28px -16px rgba(15, 23, 42, 0.14);
    }
}

/* Demo CTA — Tailwind purge / opacity sınıfları beyazda kayboluyordu */
.home-corp-demo-cta {
    background-color: #121722 !important;
    border: 1px solid #334155 !important;
    color: #f8fafc;
}
.home-corp-demo-cta__eyebrow {
    color: #fd6905 !important;
}
.home-corp-demo-cta__title {
    color: #ffffff !important;
}
.home-corp-demo-cta__title span {
    color: #fd6905 !important;
}
.home-corp-demo-cta__lead,
.home-corp-demo-cta__checks {
    color: #cbd5e1 !important;
}
.home-corp-demo-cta__checks .home-corp-demo-cta__check {
    color: #fd6905 !important;
}
.home-corp-demo-cta__btn-solid {
    background-color: #fd6905 !important;
    color: #ffffff !important;
    border: none !important;
}
.home-corp-demo-cta__btn-solid:hover {
    background-color: #e05a04 !important;
}
.home-corp-demo-cta__btn-ghost {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
}
.home-corp-demo-cta__btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
}
.home-corp-demo-cta__more {
    color: #94a3b8 !important;
}
.home-corp-demo-cta__more:hover {
    color: #ffffff !important;
}

/* Ana sayfa #demo — koyu zemin + okunaklı metin (purge bağımsız) */
.home-demo-cta {
    background-color: #121722 !important;
    color: #f8fafc !important;
}
.home-demo-cta__eyebrow {
    color: #fd6905 !important;
}
.home-demo-cta__title {
    color: #ffffff !important;
}
.home-demo-cta__lead {
    color: #cbd5e1 !important;
}
.home-demo-cta__btn-solid {
    background-color: #fd6905 !important;
    color: #ffffff !important;
    border: none !important;
}
.home-demo-cta__btn-solid:hover {
    background-color: #e05a04 !important;
    color: #ffffff !important;
}
.home-demo-cta__btn-ghost {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
}
.home-demo-cta__btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}
.home-demo-cta__shot {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(0, 0, 0, 0.35) !important;
}

/* Fiyatlandırma — mobilde yatay kaydırma, xl+ grid */
.landing-pricing-scroll {
    margin-left: -1rem;
    margin-right: -1rem;
}
@media (min-width: 640px) {
    .landing-pricing-scroll {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}
@media (min-width: 1280px) {
    .landing-pricing-scroll {
        margin-left: 0;
        margin-right: 0;
    }
}
.landing-pricing-track {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 0.35rem 1rem 0.75rem;
    scrollbar-width: thin;
}
@media (min-width: 640px) {
    .landing-pricing-track {
        gap: 1.25rem;
        scroll-padding-inline: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1280px) {
    .landing-pricing-track {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
        overflow: visible;
        scroll-snap-type: none;
        padding: 0;
    }
}
.landing-pricing-card {
    flex: 0 0 min(88vw, 21rem);
    width: min(88vw, 21rem);
    max-width: 21rem;
    scroll-snap-align: center;
}
@media (min-width: 640px) {
    .landing-pricing-card {
        flex-basis: min(70vw, 22rem);
        width: min(70vw, 22rem);
    }
}
@media (min-width: 1280px) {
    .landing-pricing-card {
        flex: none;
        width: auto;
        max-width: none;
        scroll-snap-align: unset;
    }
}
.landing-pricing-hint {
    color: #64748b !important;
}
.landing-pricing-compare {
    margin: 0 0 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ef4444;
    line-height: 1.2;
}
.landing-pricing-compare.is-empty,
.landing-pricing-compare:empty {
    display: none;
}
.landing-pricing-compare::after {
    content: 'eski';
    display: inline-block;
    padding: 0.12rem 0.35rem;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}
