/* WHOIS sayfası — keskin hatlar, açık arama alanı */
.whois-page-body {
    background: #0a0a0a;
}

.whois-page-hero {
    border-bottom-color: #000000;
    background: #ffffff;
}

.whois-page-hero .contact-page-hero__wash {
    background: rgba(255, 255, 255, 0.88);
}

.whois-page-hero .contact-page-hero__pattern {
    background-image:
        linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(17, 24, 39, 0.03) 1px, transparent 1px);
}

.whois-page-hero .contact-page-hero__eyebrow {
    color: #6b7280;
}

.whois-page-hero .contact-page-hero__title {
    color: #111827;
}

.whois-page-hero .contact-page-hero__subtitle {
    color: #4b5563;
}

.whois-page-section {
    background: #ffffff;
    padding: 40px 0 72px;
}

.whois-page-container {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
}

.whois-search-panel {
    text-align: center;
    margin-bottom: 40px;
    padding: 36px 28px 32px;
    background: #ffffff;
    border: 2px solid #242424;
}

.whois-search-panel__intro {
    max-width: 720px;
    margin: 0 auto 28px;
}

.whois-search-panel__title {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #111827;
}

.whois-search-panel__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

.whois-search-form {
    max-width: 720px;
    margin: 0 auto;
}

.whois-search-form__row {
    display: flex;
    border: 2px solid #111827;
    background: #ffffff;
}

.whois-search-form__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 16px;
    padding: 16px 18px;
    outline: none;
}

.whois-search-form__input::placeholder {
    color: #9ca3af;
}

.whois-search-form__submit {
    flex: 0 0 64px;
    border: 0;
    border-left: 2px solid #111827;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.whois-search-form__submit:hover {
    background: #171717;
}

.whois-search-form__captcha {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.whois-search-form__captcha .turnstile-widget-wrap {
    width: 100%;
    max-width: 360px;
}

.whois-search-panel__ip {
    margin: 18px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.whois-search-panel__ip i {
    margin-right: 6px;
    color: #9ca3af;
}

.whois-search-panel__ip strong {
    color: #111827;
    font-weight: 600;
}

.whois-result-area {
    margin-bottom: 48px;
}

.whois-result-loading,
.whois-result-error {
    text-align: center;
    padding: 36px 20px;
    border: 1px solid #262626;
    background: #ffffff;
    color: #202020;
}

.whois-result-error {
    color: #fca5a5;
    border-color: #7f1d1d;
    background: #1a0a0a;
}

.whois-result-loading__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.whois-result-loading__dots span {
    width: 10px;
    height: 10px;
    background: #000000;
    animation: whois-dot-pulse 1.2s infinite ease-in-out;
}

.whois-result-loading__dots span:nth-child(2) {
    animation-delay: 0.15s;
}

.whois-result-loading__dots span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes whois-dot-pulse {
    0%, 80%, 100% { opacity: 0.35; transform: scale(0.9); }
    40% { opacity: 1; transform: scale(1); }
}

.whois-result-head {
    text-align: center;
    margin-bottom: 20px;
}

.whois-result-badge {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #404040;
    background: #171717;
    color: #d1d5db;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.whois-result-domain {
    margin: 14px 0 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
}

.whois-result-domain a {
    color: #000000;
    text-decoration: none;
}

.whois-result-domain a:hover {
    color: #363636;
    text-decoration: underline;
}

.whois-result-domain i {
    margin-left: 8px;
    font-size: 0.65em;
    opacity: 0.7;
}

.whois-offer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    margin-bottom: 24px;
    border: 1px solid #262626;
    background: linear-gradient(90deg, #111111 0%, #0d0d0d 100%);
}

.whois-offer-banner__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border: 1px solid #404040;
    background: #000000;
    color: #e5e7eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.whois-offer-banner__title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #f9fafb;
}

.whois-offer-banner__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
}

.whois-offer-banner__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 20px;
    border: 2px solid #f9fafb;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.whois-offer-banner__btn:hover {
    background: #f9fafb;
    color: #000000;
    text-decoration: none;
}

.whois-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.whois-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #404040;
    background: transparent;
    color: #d1d5db;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.whois-tabs__btn.is-active {
    border-color: #f9fafb;
    background: #000000;
    color: #ffffff;
}

.whois-tab-panel[hidden] {
    display: none !important;
}

.whois-grid {
    display: grid;
    gap: 16px;
}

.whois-grid--summary {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: start;
}

.whois-grid--summary > .whois-card:not(.whois-card--wide) {
    min-height: 100%;
}

.whois-grid--dns {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}

.whois-grid--dns-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.whois-grid--dns-cards > .whois-dns-section {
    margin-bottom: 0;
    height: 100%;
}

.whois-raw-output--inline {
    max-height: none;
    padding: 0;
    background: transparent;
}

.whois-card-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.whois-card {
    border: 1px solid #262626;
    background: #111111;
}

.whois-card--wide {
    grid-column: 1 / -1;
}

.whois-card--raw {
    padding-bottom: 0;
}

.whois-card__title {
    margin: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #262626;
    background: #000000;
    color: #f9fafb;
    font-size: 15px;
    font-weight: 700;
}

.whois-kv-list {
    margin: 0;
    padding: 0;
}

.whois-kv-list > div {
    display: grid;
    grid-template-columns: minmax(140px, 34%) 1fr;
    gap: 12px;
    padding: 12px 18px;
    border-bottom: 1px solid #1f1f1f;
}

.whois-kv-list > div:last-child {
    border-bottom: 0;
}

.whois-kv-list dt {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #9ca3af;
}

.whois-kv-list dd {
    margin: 0;
    font-size: 14px;
    color: #f3f4f6;
    word-break: break-word;
}

.whois-kv-list a {
    color: #93c5fd;
}

.whois-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
}

.whois-badge--danger {
    background: #450a0a;
    border-color: #7f1d1d;
    color: #fecaca;
}

.whois-badge--success {
    background: #052e16;
    border-color: #166534;
    color: #bbf7d0;
}

.whois-badge--neutral {
    background: #171717;
    border-color: #404040;
    color: #e5e7eb;
}

.whois-kv-sub {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #9ca3af;
}

.whois-ns-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whois-ns-list li {
    padding: 12px 18px;
    border-bottom: 1px solid #1f1f1f;
    color: #f3f4f6;
    font-size: 14px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.whois-ns-list li:last-child {
    border-bottom: 0;
}

.whois-contact-block {
    padding: 0 0 8px;
    border-bottom: 1px solid #1f1f1f;
}

.whois-contact-block:last-child {
    border-bottom: 0;
}

.whois-contact-block__title {
    margin: 0;
    padding: 14px 18px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #e5e7eb;
}

.whois-raw-output {
    margin: 0;
    padding: 18px;
    max-height: 520px;
    overflow: auto;
    background: #0a0a0a;
    color: #e5e7eb;
    font-size: 12px;
    line-height: 1.6;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    white-space: pre-wrap;
    word-break: break-word;
}

.whois-dns-section {
    margin-bottom: 0;
}

.whois-dns-section__title {
    margin: 0;
    padding: 12px 16px;
    border-bottom: 1px solid #262626;
    background: #000000;
    color: #f9fafb;
    font-size: 14px;
    font-weight: 700;
}

.whois-dns-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 12px 16px;
    border-bottom: 1px solid #1f1f1f;
    font-size: 13px;
    color: #e5e7eb;
}

.whois-dns-row:last-child {
    border-bottom: 0;
}

.whois-dns-row__meta {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    word-break: break-all;
}

.whois-dns-row__value {
    display: block;
    margin-top: 6px;
    color: #d1d5db;
}

.whois-dns-empty {
    padding: 20px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

.whois-ttl-badge {
    display: inline-block;
    padding: 3px 8px;
    background: #450a0a;
    border: 1px solid #7f1d1d;
    color: #fecaca;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.whois-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 12px;
    border-top: 1px solid #1f1f1f;
}

.whois-feature-card {
    padding: 24px 20px;
    border: 1px solid #262626;
    background: #111111;
    text-align: center;
}

.whois-feature-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border: 1px solid #404040;
    background: #000000;
    color: #e5e7eb;
    font-size: 22px;
}

.whois-feature-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #f9fafb;
}

.whois-feature-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #9ca3af;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .whois-grid--summary,
    .whois-grid--dns,
    .whois-grid--dns-cards,
    .whois-features {
        grid-template-columns: 1fr;
    }

    .whois-offer-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .whois-offer-banner__btn {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .whois-grid--dns-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .whois-kv-list > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .whois-tabs__btn {
        width: 100%;
        justify-content: center;
    }
}
