/* ========== SATICI OL SAYFASI CSS ========== */

/* Ana Layout */
.satici-main {
    background: #f4f6f9;
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 134px);
}

.satici-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

/* Sol Panel - Harita Arkaplan */
.satici-sol-panel {
    flex: 0 0 42%;
    background:
        linear-gradient(145deg,
            rgba(15, 23, 42, 0.88) 0%,
            rgba(20, 30, 48, 0.92) 50%,
            rgba(10, 18, 30, 0.95) 100%),
        url("../images/giris_kayit_resimleri/giris_kayit_background.jpg") center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 48px 44px;
    align-self: flex-start;
}

.satici-sol-inner {
    position: relative;
    z-index: 2;
    max-width: 400px;
    padding-top: 40px;
}

/* Animasyonlu arka plan efektleri */
.satici-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.satici-bg-glow-1 {
    width: 300px;
    height: 300px;
    background: #ff6600;
    top: -60px;
    right: -80px;
    animation: glowPulse 6s ease-in-out infinite;
}

.satici-bg-glow-2 {
    width: 200px;
    height: 200px;
    background: #3b82f6;
    bottom: 80px;
    left: -40px;
    animation: glowPulse 8s ease-in-out infinite reverse;
}

.satici-bg-glow-3 {
    width: 150px;
    height: 150px;
    background: #10b981;
    bottom: -20px;
    right: 40px;
    animation: glowPulse 7s ease-in-out infinite 2s;
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: 0.1;
        transform: scale(1);
    }

    50% {
        opacity: 0.25;
        transform: scale(1.15);
    }
}

/* Grid pattern overlay */
.satici-sol-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
    pointer-events: none;
}

/* Mağaza Sayısı */
.satici-magaza-sayaci {
    margin-bottom: 32px;
}

.satici-magaza-sayaci .sayac-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff6600;
    margin-bottom: 8px;
    display: block;
}

.satici-magaza-sayaci .sayac-deger {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.satici-magaza-sayaci .sayac-alt {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

/* Sol Panel Açıklama */
.satici-sol-baslik {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.satici-sol-aciklama {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Avantaj Listesi */
.satici-avantajlar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.satici-avantajlar li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

.satici-avantajlar li .avantaj-ikon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: rgba(255, 102, 0, 0.12);
    border: 1px solid rgba(255, 102, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ff6600;
}

/* Sağ Form Paneli */
.satici-sag-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    min-height: auto;
    overflow-x: hidden;
}

.satici-form-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 48px 32px;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

/* Form Başlık */
.satici-form-header {
    margin-bottom: 8px;
}

.satici-form-baslik {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.satici-form-alt {
    font-size: 13.5px;
    color: #94a3b8;
    margin: 0;
}

/* Step Indicator - Modern */
.satici-step-indicator {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 24px 0 32px;
    padding: 0;
}

.satici-step-item {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}

.satici-step-item:last-child {
    flex: 0;
}

.satici-step-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    color: #94a3b8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    cursor: default;
}

.satici-step-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 -1px;
    position: relative;
    z-index: 1;
    transition: background 0.4s ease;
}

/* Aktif adım */
.satici-step-item.active .satici-step-circle {
    border-color: #ff6600;
    background: #ff6600;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.15);
}

/* Tamamlanmış adım */
.satici-step-item.completed .satici-step-circle {
    border-color: #10b981;
    background: #10b981;
    color: #ffffff;
}

.satici-step-item.completed .satici-step-circle::after {
    content: "\f26b";
    font-family: "bootstrap-icons";
    font-size: 14px;
}

.satici-step-item.completed .satici-step-circle .step-num {
    display: none;
}

.satici-step-item.completed .satici-step-line {
    background: #10b981;
}

/* Step Labels */
.satici-step-label {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10.5px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
    transition: color 0.3s;
}

.satici-step-item.active .satici-step-label {
    color: #ff6600;
}

.satici-step-item.completed .satici-step-label {
    color: #10b981;
}

/* Form Steps */
.satici-step {
    display: none;
    animation: stepFadeIn 0.35s ease;
}

.satici-step.active {
    display: block;
}

@keyframes stepFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Step Başlık */
.step-baslik {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-baslik i {
    color: #ff6600;
    font-size: 18px;
}

/* Form Satır */
.satici-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.satici-form-row.single {
    flex-direction: column;
}

/* Input Grubu */
.satici-input-grup {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.satici-label {
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 4px;
}

.satici-label .zorunlu {
    color: #ef4444;
    font-size: 14px;
}

/* Input Stili */
.satici-input,
.satici-select,
.satici-textarea {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 13.5px;
    color: #1e293b;
    background: #f8fafc;
    outline: none;
    transition: all 0.2s ease;
}

.satici-input:focus,
.satici-select:focus,
.satici-textarea:focus {
    border-color: #ff6600;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.08);
}

.satici-input::placeholder,
.satici-textarea::placeholder {
    color: #a0aec0;
}

.satici-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8.825a.7.7 0 0 1-.5-.2L1.675 4.8a.7.7 0 1 1 .99-.99L6 7.15l3.335-3.34a.7.7 0 0 1 .99.99L6.5 8.625a.7.7 0 0 1-.5.2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.satici-textarea {
    height: auto;
    min-height: 80px;
    padding: 12px 14px;
    resize: vertical;
    line-height: 1.5;
}

/* Telefon Grubu */
.satici-telefon-wrap {
    display: flex;
    gap: 8px;
}

.satici-telefon-prefix {
    width: 110px;
    min-width: 110px;
    height: 44px;
    padding: 0 8px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 13px;
    color: #64748b;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2394a3b8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 22px;
}

.satici-telefon-input {
    flex: 1;
}

/* Checkbox Stili */
.satici-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}


.satici-checkbox-custom {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: #fff;
}

.satici-checkbox-wrap input[type="checkbox"]:checked+.satici-checkbox-custom {
    background: #ff6600;
    border-color: #ff6600;
}

.satici-checkbox-wrap input[type="checkbox"]:checked+.satici-checkbox-custom::after {
    content: "";
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
    display: block;
}

.satici-checkbox-text {
    font-size: 13px;
    color: #475569;
    line-height: 1.4;
}

.satici-checkbox-text a {
    color: #ff6600;
    font-weight: 600;
    text-decoration: none;
}

.satici-checkbox-text a:hover {
    text-decoration: underline;
}

/* Dosya Yükleme */
.satici-dosya-grup {
    margin-bottom: 18px;
}

.satici-dosya-label {
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.satici-dosya-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    transition: all 0.2s;
    cursor: pointer;
}

.satici-dosya-wrap:hover {
    border-color: #ff6600;
    background: #fff7ed;
}

.satici-dosya-wrap .dosya-ikon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff3ea 0%, #ffe0cc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff6600;
}

.satici-dosya-wrap .dosya-bilgi {
    flex: 1;
    min-width: 0;
}

.satici-dosya-wrap .dosya-bilgi .dosya-baslik {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 2px;
}

.satici-dosya-wrap .dosya-bilgi .dosya-format {
    font-size: 11.5px;
    color: #94a3b8;
}

.satici-dosya-wrap .dosya-btn {
    padding: 6px 14px;
    border-radius: 8px;
    border: 1.5px solid #ff6600;
    background: transparent;
    color: #ff6600;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.satici-dosya-wrap .dosya-btn:hover {
    background: #ff6600;
    color: #ffffff;
}

.satici-dosya-wrap input[type="file"] {
    display: none;
}

.satici-dosya-durum {
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 6px;
}

/* Sözleşme Bilgilendirme Kutusu */
.satici-sozlesme-kutu {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.satici-sozlesme-kutu .kutu-baslik {
    font-size: 14px;
    font-weight: 700;
    color: #0c4a6e;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.satici-sozlesme-kutu .kutu-baslik i {
    color: #0ea5e9;
}

.satici-sozlesme-kutu ul {
    padding-left: 18px;
    margin: 0;
}

.satici-sozlesme-kutu ul li {
    font-size: 12.5px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 2px;
}

/* Navigation Butonları */
.satici-nav-butonlar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    gap: 12px;
}

.satici-btn {
    height: 46px;
    padding: 0 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.satici-btn-onceki {
    background: #f1f5f9;
    color: #475569;
    border: 1.5px solid #e2e8f0;
}

.satici-btn-onceki:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.satici-btn-sonraki {
    background: linear-gradient(135deg, #ff6600 0%, #e65c00 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.25);
}

.satici-btn-sonraki:hover {
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.35);
    transform: translateY(-1px);
}

.satici-btn-gonder {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

.satici-btn-gonder:hover {
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
    transform: translateY(-1px);
}

.satici-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Alt Link */
.satici-alt-link {
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 20px;
}

.satici-alt-link a {
    color: #ff6600;
    font-weight: 700;
    text-decoration: none;
}

.satici-alt-link a:hover {
    text-decoration: underline;
}

/* Sadece mağazalar için uyarı */
.satici-uyari {
    text-align: center;
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 12px;
    font-style: italic;
}

/* Footer Linkleri */
.satici-footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 16px 0;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.satici-footer-links a {
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.satici-footer-links a:hover {
    color: #ff6600;
}

/* Şifre Grubu */
.satici-sifre-row {
    display: flex;
    gap: 16px;
}

.satici-sifre-wrap {
    position: relative;
    flex: 1;
}

.satici-sifre-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    transition: color 0.2s;
}

.satici-sifre-toggle:hover {
    color: #475569;
}

/* İnfo Badge */
.satici-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    font-size: 11.5px;
    color: #c2410c;
    font-weight: 500;
    margin-bottom: 16px;
}

.satici-info-badge i {
    font-size: 13px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
    .satici-sol-panel {
        flex: 0 0 40%;
        padding: 40px 36px;
    }

    .satici-form-wrapper {
        padding: 32px 36px 24px;
    }
}

@media (max-width: 1024px) {
    .satici-sol-panel {
        flex: 0 0 36%;
        padding: 32px 28px;
    }

    .satici-sol-inner {
        padding-top: 20px;
    }

    .satici-magaza-sayaci .sayac-deger {
        font-size: 40px;
    }

    .satici-form-wrapper {
        padding: 28px 28px 24px;
    }
}

@media (max-width: 768px) {

    /* Sol panel tamamen gizle, form tam genişlik */
    .satici-container {
        flex-direction: column;
    }

    .satici-sol-panel {
        display: none;
    }

    .satici-sag-panel {
        width: 100%;
        min-height: 100vh;
    }

    .satici-form-wrapper {
        padding: 24px 20px 80px;
        max-width: 100%;
    }

    .satici-form-baslik {
        font-size: 22px;
    }

    /* Step indicator küçült */
    .satici-step-indicator {
        margin: 16px 0 40px;
    }

    .satici-step-label {
        font-size: 9.5px;
        top: 40px;
    }

    .satici-step-circle {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 12px;
    }

    /* Form row tek sütun */
    .satici-form-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .satici-form-row .satici-input-grup {
        margin-bottom: 14px;
    }

    .satici-sifre-row {
        flex-direction: column;
        gap: 14px;
    }

    /* Telefon wrap */
    .satici-telefon-wrap {
        gap: 8px;
    }

    .satici-telefon-prefix {
        min-width: 100px;
        width: 100px;
    }

    /* Nav butonlar */
    .satici-nav-butonlar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .satici-btn {
        flex: 1;
        min-width: 120px;
    }

    /* Footer links */
    .satici-footer-links {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 0;
    }

    /* Dosya yükleme */
    .satici-dosya-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .satici-dosya-wrap .dosya-btn {
        width: 100%;
        text-align: center;
    }

    /* Mobile bottom nav için alt boşluk */
    .satici-form-wrapper {
        padding-bottom: 90px;
    }
}

@media (max-width: 480px) {
    .satici-form-wrapper {
        padding: 20px 14px 80px;
    }

    .satici-form-baslik {
        font-size: 20px;
    }

    /* Step label gizle çok küçük ekranda */
    .satici-step-label {
        display: none;
    }

    .satici-step-indicator {
        margin: 16px 0 24px;
    }

    .satici-step-circle {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 11px;
    }

    .satici-btn {
        height: 44px;
        padding: 0 16px;
        font-size: 13px;
    }

    /* Telefon prefix tam genişlik */
    .satici-telefon-wrap {
        flex-direction: row;
    }

    .satici-telefon-prefix {
        min-width: 95px;
        width: 95px;
        font-size: 12px;
    }

    /* Input boyutları */
    .satici-input,
    .satici-select {
        height: 46px;
        font-size: 14px;
    }

    /* Sözleşme kutusu */
    .satici-sozlesme-kutu {
        padding: 12px 14px;
    }

    .satici-sozlesme-kutu ul li {
        font-size: 12px;
    }

    /* Popup */
    .satici-popup-kart {
        padding: 36px 24px 32px;
        border-radius: 18px;
    }

    .satici-popup-baslik {
        font-size: 19px;
    }

    .satici-popup-aciklama {
        font-size: 13.5px;
    }
}

/* ========== FORM VALİDASYON HATA STİLLERİ ========== */
.satici-input-hata,
.satici-select.satici-input-hata,
.satici-textarea.satici-input-hata {
    border-color: #ef4444 !important;
    background-color: #fff5f5 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

.satici-hata-mesaj {
    display: none;
    color: #ef4444;
    font-size: 11.5px;
    font-weight: 500;
    margin-top: 4px;
    padding-left: 2px;
}

.hata-checkbox .satici-checkbox-custom {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
}

/* ========== BAŞVURU POPUP ========== */
.satici-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 35, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.satici-popup-overlay.aktif {
    opacity: 1;
    visibility: visible;
}

.satici-popup-kart {
    background: #ffffff;
    border-radius: 24px;
    padding: 52px 44px 44px;
    max-width: 460px;
    width: 90%;
    text-align: center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
    transform: translateY(32px) scale(0.96);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.satici-popup-overlay.aktif .satici-popup-kart {
    transform: translateY(0) scale(1);
}

.satici-popup-cerceve {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
}

.satici-popup-check {
    width: 88px;
    height: 88px;
}

.check-daire {
    stroke: #10b981;
    stroke-width: 2.5;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-linecap: round;
    animation: cerceveCiz 0.6s 0.2s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.check-tik {
    stroke: #10b981;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: tikCiz 0.4s 0.75s ease forwards;
}

@keyframes cerceveCiz {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes tikCiz {
    to {
        stroke-dashoffset: 0;
    }
}

.satici-popup-baslik {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.satici-popup-aciklama {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.satici-popup-bilgi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 28px;
}

.satici-popup-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff6600, #ff8533);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.35);
}

.satici-popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 102, 0, 0.45);
    color: #ffffff;
}