/* ===== DEMO TALEBİ SAYFASI STİLLERİ ===== */
/* Site renk paleti: primary #f68801, secondary #40403f, body-bg #fff, body-bg-2 #f5f5f5 */

/* Hero — diğer sayfalar gibi açık gri gradient */
.demo-hero {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    padding: 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.demo-hero > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.demo-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(246,136,1,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.demo-hero__ic {
    position: relative;
    z-index: 1;
    padding: 120px 20px 60px;
    width: 100%;
}

.demo-hero__rozet {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(246, 136, 1, 0.12);
    border: 1px solid rgba(246, 136, 1, 0.35);
    color: #f68801;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.demo-hero__baslik {
    font-size: 42px;
    font-weight: 800;
    color: #292929;
    margin: 0 0 16px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .demo-hero__baslik {
        font-size: 28px;
    }
    .demo-hero__ic {
        padding: 100px 16px 50px;
    }
}

.demo-hero__aciklama {
    font-size: 17px;
    color: #555;
    margin: 0 0 24px;
    line-height: 1.7;
}

.demo-hero__ozellikler {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.demo-hero__ozellikler span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}

.demo-hero__ozellikler span i {
    color: #fff;
    background: #f68801;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

/* Form bölümü */
.demo-form-bolum {
    padding: 50px 0 70px;
    background: #fff;
}

.demo-kart-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* Ana kart */
.demo-form-kart {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

@media (max-width: 900px) {
    .demo-form-kart {
        flex-direction: column;
    }
}

/* Sol bilgi paneli — diğer sayfaların secondary rengiyle */
.demo-form-kart__bilgi {
    width: 320px;
    flex-shrink: 0;
    background: #40403f;
    padding: 40px 32px;
    color: #fff;
}

@media (max-width: 900px) {
    .demo-form-kart__bilgi {
        width: 100%;
        padding: 32px 28px;
    }
}

.demo-form-kart__bilgi h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 28px;
}

.demo-ozellik-listesi {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.demo-ozellik {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.demo-ozellik__ikon {
    width: 36px;
    height: 36px;
    background: rgba(246, 136, 1, 0.18);
    border: 1px solid rgba(246, 136, 1, 0.4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f68801;
    font-size: 14px;
    flex-shrink: 0;
}

.demo-ozellik strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.demo-ozellik p {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin: 0;
    line-height: 1.4;
}

.demo-istatistikler {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 24px;
}

.demo-istat {
    flex: 1;
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.demo-istat:last-child {
    border-right: none;
}

.demo-istat strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #f68801;
    line-height: 1;
    margin-bottom: 4px;
}

.demo-istat span {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
}

/* Sağ form */
.demo-form-kart__form {
    flex: 1;
    padding: 40px 40px;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .demo-form-kart__form {
        padding: 28px 24px;
    }
}

.demo-form-baslik {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.demo-form-baslik h3 {
    font-size: 20px;
    font-weight: 800;
    color: #292929;
    margin: 0 0 6px;
}

.demo-form-baslik p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* Form alanları */
.demo-form__grup {
    margin-bottom: 16px;
}

.demo-form__grup--2sutun {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 600px) {
    .demo-form__grup--2sutun {
        grid-template-columns: 1fr;
    }
}

.demo-alan {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.demo-form__grup .demo-alan {
    margin-bottom: 0;
}

.demo-alan__etiket {
    font-size: 13px;
    font-weight: 600;
    color: #40403f;
    display: flex;
    align-items: center;
    gap: 6px;
}

.demo-alan__etiket i {
    color: #f68801;
    font-size: 12px;
}

.zorunlu {
    color: #e53e3e;
    font-weight: 700;
}

.demo-alan__girdi {
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #292929;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    height: 42px;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}

.demo-alan__girdi:focus {
    border-color: #f68801;
    box-shadow: 0 0 0 3px rgba(246,136,1,0.1);
}

.demo-alan__girdi::placeholder {
    color: #b1b1b1;
}

.demo-alan__girdi--textarea {
    height: auto !important;
    resize: vertical;
    min-height: 90px;
}

.demo-dogrulama {
    font-size: 12px;
    color: #e53e3e;
    margin-top: 2px;
}

/* Ürün seçimi */
.demo-urun-secimi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.demo-urun-etiketi {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.18s;
    user-select: none;
    white-space: nowrap;
    background: #f5f5f5;
}

.demo-urun-etiketi:hover {
    border-color: #f68801;
    background: #fff8f0;
    color: #e07a00;
}

.demo-urun-etiketi--secili {
    border-color: #f68801 !important;
    background: #fff3e0 !important;
    color: #c96a00 !important;
    font-weight: 600 !important;
}

.demo-urun-ikon {
    font-size: 13px;
    color: #ccc;
    transition: color 0.18s;
}

.demo-urun-etiketi:hover .demo-urun-ikon {
    color: #f68801;
}

.demo-urun-etiketi--secili .demo-urun-ikon {
    color: #f68801 !important;
}

/* Seçim sayacı rozeti */
.demo-secim-sayac {
    display: inline-flex;
    align-items: center;
    background: #f68801;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    line-height: 1.6;
}

/* KVKK */
.demo-kvkk {
    margin-bottom: 20px;
}

.demo-kvkk label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    line-height: 1.5;
}

.demo-kvkk input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f68801;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.demo-kvkk a {
    color: #f68801;
    text-decoration: underline;
}

/* Gönder butonu */
.demo-gonder-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #f68801, #e07a00);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s;
    font-family: inherit;
}

.demo-gonder-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #e07a00, #c96a00);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(230,120,0,0.3);
}

.demo-gonder-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Hata kutusu */
.demo-hata-kutusu {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-left: 4px solid #e53e3e;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #c53030;
    margin-bottom: 20px;
}

.demo-hata-kutusu i {
    margin-top: 1px;
    flex-shrink: 0;
}

/* Spinner */
.demo-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: demo-spin 0.8s linear infinite;
    flex-shrink: 0;
}

@keyframes demo-spin {
    to { transform: rotate(360deg); }
}

/* Başarı kutusu */
.demo-basari-kutusu {
    background: #fff;
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    border: 1px solid #e8e8e8;
}

.demo-basari-ikon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
    color: #28a745;
}

.demo-basari-kutusu h2 {
    font-size: 26px;
    font-weight: 800;
    color: #292929;
    margin: 0 0 14px;
}

.demo-basari-kutusu p {
    font-size: 15px;
    color: #555;
    max-width: 500px;
    margin: 0 auto 20px;
    line-height: 1.7;
}

.demo-basari-sure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff8f0;
    border: 1px solid #fde0b0;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    color: #92400e;
    margin-bottom: 32px;
}

.demo-basari-aksiyonlar {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Butonlar */
.demo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.demo-btn--birincil {
    background: linear-gradient(135deg, #f68801, #e07a00);
    color: #fff;
}

.demo-btn--birincil:hover {
    background: linear-gradient(135deg, #e07a00, #c96a00);
    color: #fff;
    transform: translateY(-1px);
}

.demo-btn--ikincil {
    background: #f5f5f5;
    color: #40403f;
    border: 1.5px solid #e0e0e0;
}

.demo-btn--ikincil:hover {
    background: #e8e8e8;
    color: #292929;
}
