/* ==========================================================================
   WHOIS SAYFASI ÖZEL CSS
   ========================================================================== */

/* ==========================================================================
   WHOIS HERO SECTION
   ========================================================================== */

.whois-hero {
    position: relative;
    overflow: hidden;
    background: #3e3a84;
    min-height: 300px;
    padding: 110px 0 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whois-content {
    position: relative;
    z-index: 5;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.whois-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.whois-content h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.whois-content p {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    max-width: 620px;
    margin: 0 auto 20px;
}

/* --- ARAMA KUTUSU --- */
.whois-search-box {
    width: 100%;
    max-width: 740px;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
    margin: 0 auto;
}

.whois-search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
    color: #1e293b;
}

.whois-search-box input::placeholder {
    color: #94a3b8;
}

/* --- SELECT BOX --- */
.whois-select-tld {
    border: none;
    outline: none;
    background: transparent;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #4f46e5;
    cursor: pointer;
    padding: 0 12px;
    border-left: 1px solid #e2e8f0;
}

/* --- BUTON --- */
.whois-search-box button {
    border: none;
    min-width: 155px;
    height: 48px;
    border-radius: 45px;
    background: #4f46e5;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: .3s;
}

.whois-search-box button:hover {
    background: #4338ca;
}

/* --- DEKORATİF ARKA PLAN ŞEKİLLERİ --- */
.whois-shape-red {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -90px;
    top: 40px;
    background: #ef4444;
    border-radius: 50%;
    opacity: .95;
}

.whois-shape-right {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -160px;
    top: 130px;
    background: #5b57a6;
    border-radius: 50%;
}

.whois-shape-left {
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: -80px;
    background: #5b57a6;
    border-radius: 50%;
}

.whois-shape-left::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: #ef4444;
    border-radius: 50%;
    left: 40px;
    top: 40px;
}

/* ==========================================================================
   WHOIS SONUÇ KARTI STILLERI
   ========================================================================== */

.whois-result-card {
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.whois-result-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.whois-domain-name {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0;
}

.whois-badge {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 600;
}

.whois-badge-active {
    background: #10b981;
    color: #fff;
}

.whois-badge-warning {
    background: #f59e0b;
    color: #000;
}

.whois-badge-danger {
    background: #ef4444;
    color: #fff;
}

.whois-badge-info {
    background: #0ea5e9;
    color: #fff;
}

.whois-badge-secondary {
    background: #64748b;
    color: #fff;
}

.whois-info-grid {
    padding: 1.5rem;
}

.whois-info-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
    height: 100%;
}

.whois-info-box:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.whois-info-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.whois-info-value {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    word-break: break-word;
}

.whois-nameserver-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-family: monospace;
    font-size: 0.85rem;
    color: #fff;
    transition: all 0.3s ease;
}

.whois-nameserver-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

.whois-note-box {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #4f46e5;
    border-radius: 12px;
}

.whois-note-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.whois-note-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE MEDYA SORGULARI
   ========================================================================== */

@media (max-width: 991px) {
    .whois-hero {
        min-height: auto;
        padding: 80px 20px 50px 20px;
    }

    .whois-content h1 {
        font-size: 28px;
    }

    .whois-content p {
        font-size: 14px;
    }

    /* Mobilde form dikey dizilim */
    .whois-search-box {
        flex-direction: column;
        border-radius: 20px;
        padding: 12px;
    }

    .whois-search-box input {
        width: 100%;
        text-align: center;
        height: 46px;
        padding: 0 15px;
    }

    .whois-select-tld {
        width: 100%;
        text-align: center;
        border-left: none;
        border-top: 1px solid #e2e8f0;
        height: 44px;
        text-align-last: center;
    }

    .whois-search-box button {
        width: 100%;
        margin-top: 8px;
        height: 46px;
    }

    /* Mobilde arka plan şekillerini gizle */
    .whois-shape-red,
    .whois-shape-right,
    .whois-shape-left {
        display: none;
    }

    /* Sonuç kartı mobil düzenlemeleri */
    .whois-domain-name {
        font-size: 1.25rem;
    }

    .whois-badge {
        font-size: 0.75rem;
        padding: 0.35rem 1rem;
    }

    .whois-info-box {
        padding: 0.75rem;
    }

    .whois-info-value {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .whois-hero {
        padding: 70px 15px 40px 15px;
    }

    .whois-content h1 {
        font-size: 24px;
    }

    .whois-result-header {
        padding: 1rem;
    }

    .whois-info-grid {
        padding: 1rem;
    }

    .whois-info-value {
        font-size: 0.8rem;
    }
}

.whois-info-section{
    padding:70px 0;
    background:#fff;
}

.whois-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    margin-bottom:60px;
}

.whois-content{
    max-width:540px;
}

.whois-content h2{
    font-size:42px;
    line-height:1.1;
    font-weight:800;
    color:#17233c;
    margin-bottom:24px;
}

.whois-content p{
    font-size:15px;
    line-height:1.9;
    color:#4f566b;
    margin-bottom:22px;
}

.whois-image{
    flex-shrink:0;
}

.whois-image img{
    width:430px;
    max-width:100%;
    display:block;
}

.whois-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.whois-card{
    background:#fff;
    border-radius:18px;
    padding:34px 28px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.whois-card:hover{
    transform:translateY(-5px);
}

.whois-icon{
    width:74px;
    height:74px;
    border-radius:50%;
    background:#3c348d;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.whois-icon i{
    color:#fff;
    font-size:34px;
}

.whois-card h4{
    font-size:22px;
    font-weight:700;
    color:#27206d;
    margin-bottom:14px;
}

.whois-card p{
    color:#5f6677;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .whois-top{
        flex-direction:column;
        text-align:center;
        gap:35px;
    }

    .whois-content{
        max-width:100%;
    }

    .whois-content h2{
        font-size:32px;
    }

    .whois-image img{
        width:280px;
    }

    .whois-features{
        grid-template-columns:1fr;
    }

    .whois-card{
        padding:28px;
    }

}