/* =============================================
   DEMO — Örnek web sitesi linki (Fiyatlar sayfası altı)
   Arkaplansız; sol col-lg-6: metin, sağ col-lg-6: link + buton
============================================= */

.demo-section {
    padding: 48px 0 80px;
    background: transparent;
}

.demo-inner {
    max-width: var(--container-max, 1400px);
}

.demo-header {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    text-align: left;
}

.demo-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 700;
    color: var(--text);
    margin: 0 0 8px;
    letter-spacing: var(--letter-tight);
}

.demo-subtitle {
    font-size: 17px;
    color: var(--primary);
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.demo-lead {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin: 0;
    max-width: 100%;
}

.demo-box {
    max-width: 100%;
    margin: 0;
    padding: 24px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 992px) {
    .demo-section .row > .col-lg-6:first-child {
        border-right: 1px solid var(--border-light);
        padding-right: 2rem;
    }

    .demo-section .row > .col-lg-6:last-child {
        padding-left: 2rem;
    }

    .demo-section .row > .col-lg-6:last-child .demo-box {
        text-align: left;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
}

.demo-url-text {
    margin: 0 0 20px;
    font-size: 15px;
}

.demo-url-text a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.demo-url-text a:hover {
    text-decoration: underline;
}

.demo-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    font-size: 16px;
    background-color: var(--primary);
    color: #fff;
    border: none;
}

.demo-cta:hover {
    background-color: var(--primary);
    color: #fff;
    opacity: 0.95;
}

.demo-cta i {
    font-size: 18px;
    color: #fff;
}

.demo-placeholder {
    padding: 16px 0 0;
}

.demo-placeholder-icon {
    font-size: 48px;
    color: var(--border);
    margin-bottom: 16px;
    display: block;
}

.demo-placeholder-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 8px;
}

.demo-placeholder-text {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}

/* Mobil */
@media (max-width: 991px) {
    .demo-header {
        text-align: center;
    }

    .demo-lead {
        text-align: center;
    }

    .demo-box {
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .demo-section {
        padding: 32px 0 56px;
    }

    .demo-box {
        padding: 16px 0;
    }

    .demo-lead {
        font-size: 15px;
    }
}
