/* =====================================================
   ZipWeb - SİPARİŞ SAYFALARI - YENİDEN YAZILDI
   Temiz, Sade, İşlevsel Tasarım
   v6.0 - 07.12.2025
   ===================================================== */

/* =====================================================
   CSS RESET & BASE
   ===================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    background: #0a0e1a;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* =====================================================
   GEREKSİZ ELEMENTLER GİZLE
   ===================================================== */
.hdzipweb,
.affiliate-banner22,
.altftrst,
.gsstr,
.gzzl,
.ansyfdn,
.hdgsr,
.hdgzl,
.ustaciks,
.acjssd,
.link-text,
.grds,
.hellobg,
.helloleft,
.helloright {
    display: none !important;
}

/* =====================================================
   WRAPPER - ANA KONTEYNER
   ===================================================== */
#wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 768px) {
    #wrapper {
        padding: 30px;
    }
}

/* =====================================================
   HELLO HEADER - ÜST BİLGİ ALANI
   ===================================================== */
.hello {
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 24, 36, 0.8), rgba(15, 18, 30, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 25px 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.hello::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.hello .container,
.hello .hcont {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {

    .hello .container,
    .hello .hcont {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .hello .col-md-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .hello {
        padding: 35px 30px;
        border-radius: 18px;
    }
}

/* =====================================================
   HELLO İÇERİK - İKİ KOLON
   ===================================================== */
.hello .col-md-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.hello .col-md-6:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .hello .container,
    .hello .hcont {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hello .col-md-6 {
        margin-bottom: 0;
        width: 100%;
        max-width: 900px;
    }
}

/* =====================================================
   BAŞLIK ALANI
   ===================================================== */
.brnstnsr {
    margin-bottom: 25px;
    text-align: center;
}

.brnstnsr h1 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 18px 0;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

@media (min-width: 768px) {
    .brnstnsr {
        text-align: center;
        margin-bottom: 30px;
    }

    .brnstnsr h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

/* =====================================================
   ADIMLAR GÖSTERGESİ
   ===================================================== */
.stsyrt {
    margin: 0;
    width: 100%;
}

.asamaline {
    display: none;
}

.ilanasamalar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
}

.ilanasamax {
    background: linear-gradient(135deg, rgba(20, 24, 36, 0.8), rgba(15, 18, 30, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    min-width: 75px;
    flex: 0 0 auto;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ilanasamax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ilanasamax:hover::before {
    opacity: 1;
}

.ilanasamax h3 {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ilanasamax .whdsd {
    color: rgba(255, 255, 255, 0.65);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.35;
    white-space: nowrap;
}

#asamaaktif {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(37, 99, 235, 0.12));
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2);
}

#asamaaktif::before {
    opacity: 1;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.6), transparent);
}

#asamaaktif h3 {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-color: #3b82f6;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

#asamaaktif .whdsd {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

@media (min-width: 768px) {
    .ilanasamalar {
        flex-direction: row;
        gap: 16px;
        align-items: stretch;
        justify-content: center;
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
    }

    .ilanasamax {
        padding: 20px 24px;
        min-width: auto;
        flex: 1;
        max-width: 280px;
        background: linear-gradient(135deg, rgba(20, 24, 36, 0.8), rgba(15, 18, 30, 0.9));
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        position: relative;
        overflow: visible;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .ilanasamax::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .ilanasamax:hover::before {
        opacity: 1;
    }

    .ilanasamax h3 {
        position: relative;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        flex-shrink: 0;
        font-size: 24px;
        font-weight: 700;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
        border: 2px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }

    .ilanasamax .whdsd {
        font-size: 15px;
        white-space: normal;
        flex: 0;
        padding: 0;
        background: transparent;
        border: none;
        font-weight: 600;
        letter-spacing: 0.3px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.85);
        text-align: center;
    }

    .ilanasamax:hover {
        background: linear-gradient(135deg, rgba(25, 30, 45, 0.9), rgba(20, 24, 36, 0.95));
        border-color: rgba(59, 130, 246, 0.3);
        transform: translateY(-4px);
        box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
    }

    #asamaaktif {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(37, 99, 235, 0.18));
        border-color: rgba(59, 130, 246, 0.6);
        border-width: 2px;
        box-shadow: 0 6px 32px rgba(59, 130, 246, 0.35);
    }

    #asamaaktif::before {
        opacity: 1;
        background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
    }

    #asamaaktif h3 {
        background: linear-gradient(135deg, #3b82f6, #2563eb);
        border-color: #60a5fa;
        color: #ffffff;
        font-size: 26px;
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5);
    }

    #asamaaktif .whdsd {
        color: rgba(255, 255, 255, 1);
        font-weight: 700;
    }
}

/* =====================================================
   SAYFA BAŞLIĞI (Sağ Taraf)
   ===================================================== */
.sayfabasliks {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 5;
}

@media (max-width: 768px) {
    .sayfabasliks {
        text-align: center !important;
        padding: 0 10px;
    }

    .sayfabasliks h1 {
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }
}

.sayfabasliks h1 {
    font-size: 22px;
    font-weight: 700;
    color: #3b82f6;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.sayfabasliks p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .sayfabasliks {
        text-align: left;
        margin-bottom: 22px;
    }

    .sayfabasliks h1 {
        font-size: 24px;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .sayfabasliks p {
        font-size: 13px;
    }
}

/* Kurumsal Badge */
.sayfabasliks h1 span,
.sayfabasliks h1 .badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(202, 138, 4, 0.15));
    border: 1px solid rgba(234, 179, 8, 0.4);
    border-radius: 6px;
    color: #fbbf24;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 0;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(234, 179, 8, 0.15);
}

/* =====================================================
   ÖZELLİKLER LİSTESİ - BİLGİLENDİRME KUTUSU
   ===================================================== */
.acba1 {
    display: block !important;
}

.features-list {
    background: linear-gradient(135deg, rgba(15, 18, 30, 0.3), rgba(20, 24, 36, 0.3));
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    padding: 14px 12px;
    margin: 14px 0 0;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.features-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #2563eb, #3b82f6);
    background-size: 200% 100%;
}

.features-list h4 {
    display: none;
}

.features-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    line-height: 1.45;
    border-bottom: none;
    transition: all 0.3s ease;
}

.features-list li:first-child {
    padding-top: 0;
}

.features-list li:last-child {
    padding-bottom: 0;
}

.features-list li:hover {
    padding-left: 4px;
    background: rgba(59, 130, 246, 0.03);
    margin: 0 -6px;
    padding-left: 10px;
    padding-right: 6px;
    border-radius: 6px;
}

.features-list li i {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 9px;
    margin-top: 1px;
    box-shadow: 0 1px 4px rgba(16, 185, 129, 0.2);
    transition: all 0.3s ease;
}

.features-list li:hover i {
    transform: scale(1.08);
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.35);
}

.features-list li span {
    flex: 1;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

@media (min-width: 768px) {
    .features-list {
        padding: 16px 14px;
        border-radius: 12px;
    }

    .features-list li {
        font-size: 12px;
        padding: 8px 0;
        gap: 10px;
    }

    .features-list li i {
        width: 18px;
        height: 18px;
        font-size: 9px;
        margin-top: 1px;
    }
}

/* =====================================================
   BUTONLAR ALANI
   ===================================================== */
.urnlrsbtns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.urnlrsbtns a.btn,
.urnlrsbtns #urunsatinlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(37, 99, 235, 0.15));
    border: 2px solid rgba(59, 130, 246, 0.4);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.2);
}

.urnlrsbtns a.btn::before,
.urnlrsbtns #urunsatinlink::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.urnlrsbtns a.btn:hover,
.urnlrsbtns #urunsatinlink:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.25));
    border-color: rgba(59, 130, 246, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.urnlrsbtns a.btn:hover::before,
.urnlrsbtns #urunsatinlink:hover::before {
    left: 100%;
}

/* =====================================================
   SİPARİŞ BİLGİLERİ - ANA KUTU
   ===================================================== */
.siparisbilgileri {
    background: #141824;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 20px;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .siparisbilgileri {
        padding: 35px 30px;
    }
}

/* =====================================================
   PAKET BAŞLIĞI
   ===================================================== */
.pakettitle {
    display: none;
}

/* =====================================================
   HİZMET SÜRESİ SEÇİMİ - KARTLAR
   ===================================================== */
.orderperiodblock-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

/* Tek Kart */
.orderperiodblock,
.galaxy-plan-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 14px;
    background: rgba(20, 24, 36, 0.4);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    cursor: pointer;
    min-height: 150px;
    position: relative;
    width: 100%;
    flex: 1 1 250px;
    max-width: 300px;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.orderperiodblock::before,
.galaxy-plan-card::before {
    display: none;
}

.orderperiodblock:hover,
.galaxy-plan-card:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(25, 30, 45, 0.5);
    transform: none !important;
    transition: none !important;
}

.orderperiodblock:hover::before,
.galaxy-plan-card:hover::before {
    display: none;
}

.orderperiodblock.active,
.galaxy-plan-card.active {
    border-color: rgba(59, 130, 246, 0.5);
    border-width: 2px;
    background: rgba(59, 130, 246, 0.12);
    transform: none !important;
    transition: none !important;
}

.orderperiodblock.active::before,
.galaxy-plan-card.active::before {
    display: none;
}

/* Paket Başlık (Gizle) */
.orderperiodblock .bghtys,
.galaxy-plan-card .bghtys {
    display: none;
}

/* Periyot Adı */
.orderperiodblock h3,
.galaxy-plan-card h3,
.galaxy-plan-card__eyebrow {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 10px 0;
    letter-spacing: 0.1px;
}

.orderperiodblock.active h3,
.galaxy-plan-card.active h3 {
    color: #60a5fa;
    font-weight: 700;
}

/* Fiyat */
.orderperiodblock h2,
.galaxy-plan-card h2 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1;
}

.orderperiodblock.active h2,
.galaxy-plan-card.active h2 {
    color: #3b82f6;
    font-weight: 700;
}

/* Setup Ücreti */
.orderperiodblock .setup-fee-period,
.galaxy-plan-card__note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 10px 0;
}

/* Seçim İkonu */
.periodselectbox {
    width: 26px;
    height: 26px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.periodselectbox i {
    font-size: 11px;
    color: transparent;
}

.orderperiodblock.active .periodselectbox,
.galaxy-plan-card.active .periodselectbox {
    background: #3b82f6;
    border-color: #3b82f6;
}

.orderperiodblock.active .periodselectbox i,
.galaxy-plan-card.active .periodselectbox i {
    color: #ffffff;
}

/* İndirim Etiketi */
.ribbonperiod {
    position: absolute;
    top: 6px;
    right: 6px;
}

.ribbonperiod span {
    display: block;
    background: #10b981;
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

.ribbonperiod span::before,
.ribbonperiod span::after {
    display: none;
}

/* =====================================================
   GALAXY PLAN SELECTOR - Basitleştirilmiş
   ===================================================== */
.galaxy-plan-selector {
    width: 100%;
}

.galaxy-plan-selector__intro {
    margin-bottom: 20px;
    text-align: center;
}

.galaxy-plan-selector__eyebrow {
    display: none;
}

.galaxy-plan-selector__intro h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.4;
    word-wrap: break-word;
}

.galaxy-plan-selector__intro p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.galaxy-plan-carousel {
    width: 100%;
}

.galaxy-plan-carousel__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.galaxy-plan-carousel__nav {
    display: none;
}

.galaxy-plan-selector__helper {
    display: none;
}

/* =====================================================
   DEVAM BUTONU
   ===================================================== */
.siparisbilgileri .btn,
.siparisbilgileri .mio-ajax-submit,
.siparisbilgileri a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 16px 24px;
    margin: 20px 0 0;
    background: #3b82f6;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.siparisbilgileri .btn:hover,
.siparisbilgileri .mio-ajax-submit:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

.siparisbilgileri .btn:active,
.siparisbilgileri .mio-ajax-submit:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {

    .siparisbilgileri .btn,
    .siparisbilgileri .mio-ajax-submit,
    .siparisbilgileri a.btn {
        max-width: 300px;
        margin: 20px auto 0;
    }
}

/* =====================================================
   ACCORDION - DOMAIN SEÇİMİ
   ===================================================== */
#accordion {
    width: 100%;
    margin: 0;
}

.ui-accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 18px;
    margin: 10px 0 0 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.ui-accordion-header:first-of-type {
    margin-top: 0;
}

.ui-accordion-header:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.05);
}

.ui-accordion-header.ui-state-active {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.4);
    border-radius: 8px 8px 0 0;
}

.ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.ui-accordion-content {
    padding: 20px 18px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    border-radius: 0 0 8px 8px;
}

/* Domain Arama Formu */
.domainsec {
    width: 100%;
}

.alanadisorgu {
    width: 100%;
    background: transparent;
    padding: 10px 0;
    border: none;
}

.alanadisorgu form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.alanadisorgu input[type="text"],
.alanadisorgu input[name="domain"] {
    width: 100%;
    padding: 0 140px 0 24px;
    background: rgba(20, 24, 36, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    outline: none;
    transition: all 0.3s ease;
    height: 42px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.alanadisorgu input:focus {
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(20, 24, 36, 0.8);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.15);
}

.alanadisorgu .gonderbtn {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: auto;
    min-width: auto;
    padding: 0 20px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
}

.alanadisorgu .gonderbtn:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

@media (min-width: 768px) {
    .alanadisorgu form {
        flex-direction: row;
    }

    .alanadisorgu input[type="text"],
    .alanadisorgu input[name="domain"] {
        flex: 1;
    }

    .alanadisorgu .gonderbtn {
        width: auto;
        min-width: 140px;
    }
}

/* =====================================================
   EK HİZMETLER TABLOSU
   ===================================================== */
.siparisbilgileri table {
    width: 100%;
    border-collapse: collapse;
}

.siparisbilgileri table tr:first-child {
    display: none;
}

.siparisbilgileri table tr {
    display: block;
    background: linear-gradient(135deg, rgba(25, 32, 55, 0.8), rgba(20, 26, 45, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 12px;
}

.siparisbilgileri table td {
    display: block;
    width: 100%;
    padding: 8px 0;
    background: transparent;
    border: none;
    color: #e4e4e7;
    font-size: 14px;
}

.siparisbilgileri table td:first-child {
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.siparisbilgileri table td label {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.siparisbilgileri table td label span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.siparisbilgileri table td .zorunlu {
    color: #f87171;
    margin-right: 4px;
}

/* Radio & Checkbox */
.radio-custom-label,
.checkbox-custom-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e4e4e7;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    padding: 8px 0;
}

/* Select */
.siparisbilgileri select {
    width: 100%;
    padding: 14px 16px;
    background: rgba(10, 15, 28, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.siparisbilgileri select:focus {
    border-color: rgba(102, 126, 234, 0.5);
}

@media (min-width: 768px) {
    .siparisbilgileri table tr {
        display: table-row;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    .siparisbilgileri table tr:first-child {
        display: table-row;
    }

    .siparisbilgileri table td {
        display: table-cell;
        padding: 18px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        vertical-align: middle;
    }

    .siparisbilgileri table td:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        margin-bottom: 0;
        padding-bottom: 18px;
        width: 50%;
    }

    .siparisbilgileri table tr:first-child td {
        background: rgba(20, 28, 50, 0.8);
        font-weight: 600;
        color: #ffffff;
    }
}

/* =====================================================
   DOMAIN SONUÇ ALANLARI
   ===================================================== */
#tescilsonuc,
#result3 {
    margin-top: 25px;
    padding: 25px;
    background: rgba(20, 28, 50, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.result-content,
.result-content2 {
    padding: 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    margin-bottom: 15px;
}

#available_content,
#status_available {
    color: #10b981;
}

#unavailable_content,
#status_unavailable {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.1));
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.domain-name,
.result-domain {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

#register-amount {
    font-size: 26px;
    font-weight: 800;
    color: #10b981;
}

/* =====================================================
   HATA MESAJLARI
   ===================================================== */
.error,
#result {
    color: #f87171;
    font-size: 14px;
    margin-top: 12px;
    padding: 14px 18px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 10px;
}

/* =====================================================
   INFO BOX - BİLGİ KUTUSU
   ===================================================== */
.info-box,
.bilgi-kutusu,
.alert-info {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    margin: 15px 0;
    color: #93c5fd;
    font-size: 14px;
    line-height: 1.6;
}

.info-box i,
.bilgi-kutusu i,
.alert-info i {
    margin-right: 10px;
    color: #60a5fa;
}

/* =====================================================
   MISC & UTILITIES
   ===================================================== */
.clear {
    clear: both;
}

div#header2 {
    display: none;
}

.siparisbilgileri::after {
    content: '';
    display: table;
    clear: both;
}

.siparisbilgileri a {
    color: #667eea;
    text-decoration: none;
}

.siparisbilgileri a:hover {
    color: #a78bfa;
}

.siparisbilgileri *:focus {
    outline: none;
}

/* Grid Bootstrap Fix */
.row {
    margin-left: 0;
    margin-right: 0;
}

.row::before,
.row::after {
    display: table;
    content: " ";
}

.row::after {
    clear: both;
}

/* =====================================================
   ANİMASYONLAR - Kaldırıldı (performans için)
   ===================================================== */

/* =====================================================
   SİPARİŞ ÖZET - ALT ALAN
   ===================================================== */
.order-summary,
.siparis-ozet {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 18px;
    margin-top: 20px;
}

.order-summary h3,
.siparis-ozet h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-summary .summary-row,
.siparis-ozet .ozet-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.order-summary .summary-total,
.siparis-ozet .toplam {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.order-summary .summary-total .amount,
.siparis-ozet .toplam .tutar {
    color: #3b82f6;
}

/* =====================================================
   TÜM SAYFA TYPOGRAPHY
   ===================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

p {
    margin: 0 0 10px 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* =====================================================
   RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 480px) {
    .ilanasamalar {
        gap: 6px;
        justify-content: center;
    }

    .ilanasamax {
        padding: 8px 10px;
        min-width: 62px;
    }

    .ilanasamax h3 {
        width: 28px;
        height: 28px;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .ilanasamax .whdsd {
        font-size: 9px;
        letter-spacing: 0;
    }

    .features-list {
        padding: 15px;
    }

    .features-list li {
        font-size: 12px;
        gap: 10px;
        padding: 8px 0;
    }

    .features-list li i {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }

    .orderperiodblock,
    .galaxy-plan-card {
        padding: 16px 14px;
        min-height: 130px;
    }

    .orderperiodblock h2,
    .galaxy-plan-card h2 {
        font-size: 22px;
    }

    .orderperiodblock h3,
    .galaxy-plan-card h3 {
        font-size: 13px;
    }

    .urnlrsbtns a.btn {
        padding: 11px 16px;
        font-size: 13px;
    }
}

/* =====================================================
   İÇERİK GENİŞLİK SINIRLARI
   ===================================================== */
.container,
.hcont {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* =====================================================
   MISC & UTILITIES
   ===================================================== */
.clear {
    clear: both;
}

div#header2 {
    display: none;
}

.row {
    margin: 0;
}

.row::after {
    content: '';
    display: table;
    clear: both;
}

a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #60a5fa;
}

*:focus {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 2px;
}