.whois-page {
    overflow: hidden;
    color: #111827;
    background: #fff;
}

.whois-hero {
    position: relative;
    padding: 112px 0 92px;
    background: radial-gradient(circle at 82% 18%, rgba(0, 210, 255, 0.28), transparent 28%), radial-gradient(circle at 12% 86%, rgba(255, 228, 92, 0.18), transparent 22%), linear-gradient(135deg, #07164d 0%, #0b42a8 52%, #00a3ff 100%);
    color: #fff;
}

.whois-hero::before,
.whois-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.whois-hero::before {
    width: 390px;
    height: 390px;
    top: -160px;
    right: -90px;
    background: rgba(255, 255, 255, 0.12);
}

.whois-hero::after {
    width: 240px;
    height: 240px;
    bottom: -100px;
    left: 8%;
    background: rgba(255, 255, 255, 0.1);
}

.whois-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 58px;
    align-items: center;
}

.whois-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #8ee8ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.whois-hero h1 {
    max-width: 840px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(40px, 5.6vw, 70px);
    font-weight: 950;
    line-height: 1.04;
}

.whois-hero p {
    max-width: 760px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.75;
}

.whois-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 12px;
    max-width: 790px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
}

.whois-search input {
    width: 100%;
    height: 56px;
    margin: 0 !important;
    padding: 0 24px !important;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    outline: none;
}

.whois-search button,
.whois-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(220deg, #ffe45c 0%, #ffb703 100%);
    color: #0b2d77 !important;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whois-search button:hover,
.whois-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.15);
}

.whois-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 800;
}

.whois-quick-links a {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
    text-decoration: none !important;
}

.whois-hero__card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
}

.whois-hero__card img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
    padding: 20px;
    border-radius: 22px;
    background: #fff;
}

.whois-feature-list {
    display: grid;
    gap: 12px;
}

.whois-feature-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.whois-feature-list span::before {
    content: '✓';
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffe45c;
    color: #0b42a8;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
}

.whois-section {
    padding: 78px 0;
}

.whois-result-section {
    background: #f7fbff;
}

.whois-empty-state,
.whois-alert,
.whois-card,
.whois-available-card,
.whois-price-card {
    border: 1px solid #e3edf9;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(8, 0, 63, 0.08);
}

.whois-empty-state {
    padding: 54px 34px;
    text-align: center;
}

.whois-empty-state h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
}

.whois-empty-state p,
.whois-card p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.whois-alert {
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.6;
}

.whois-alert--error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.whois-result-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
}

.whois-result-head .whois-eyebrow {
    color: #0b6fdc;
}

.whois-result-head h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 950;
}

.whois-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

.whois-status--registered {
    background: #fff7ed;
    color: #c2410c;
}

.whois-status--available {
    background: #f0fdf4;
    color: #15803d;
}

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

.whois-grid--main {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    margin-bottom: 24px;
}

.whois-grid--details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.whois-card {
    padding: 30px;
}

.whois-card h3,
.whois-available-card h3 {
    margin: 0 0 20px;
    color: #111827;
    font-size: 24px;
    font-weight: 950;
}

.whois-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.whois-info-grid div,
.whois-life-dates div,
.whois-metrics div {
    padding: 16px;
    border-radius: 18px;
    background: #f7fbff;
}

.whois-info-grid span,
.whois-life-dates span,
.whois-metrics span,
.whois-price-card span {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.whois-info-grid strong,
.whois-life-dates strong,
.whois-metrics strong,
.whois-price-card strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.45;
    word-break: break-word;
}

.whois-progress {
    position: relative;
    height: 16px;
    margin: 22px 0;
    overflow: hidden;
    border-radius: 999px;
    background: #e6eef8;
}

.whois-progress span {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--whois-progress, 0%);
    border-radius: inherit;
    background: linear-gradient(90deg, #0b6fdc 0%, #00a3ff 100%);
}

.whois-life-dates {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.whois-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.whois-metrics strong {
    color: #0b6fdc;
    font-size: 24px;
}

.whois-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.whois-chip-list li {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eaf6ff;
    color: #0b42a8;
    font-size: 14px;
    font-weight: 900;
}

.whois-chip-list--status li {
    background: #fff7ed;
    color: #c2410c;
}

.whois-available-card {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
    padding: 34px;
}

.whois-available-card h3 {
    margin-bottom: 10px;
}

.whois-available-card p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.whois-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.whois-price-card {
    padding: 28px;
}

.whois-price-card strong {
    color: #0b6fdc;
    font-size: 30px;
}

.whois-price-card em {
    display: inline-block;
    margin-top: 8px;
    color: #94a3b8;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1100px) {
    .whois-hero__grid,
    .whois-grid--main {
        grid-template-columns: 1fr;
    }

    .whois-hero__card {
        max-width: 520px;
    }
}

@media screen and (max-width: 820px) {
    .whois-hero {
        padding: 84px 0 72px;
    }

    .whois-section {
        padding: 60px 0;
    }

    .whois-search,
    .whois-grid--details,
    .whois-info-grid,
    .whois-price-grid {
        grid-template-columns: 1fr;
    }

    .whois-search {
        border-radius: 28px;
    }

    .whois-result-head,
    .whois-available-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .whois-hero__card,
    .whois-card,
    .whois-available-card,
    .whois-price-card {
        padding: 24px 18px;
    }

    .whois-life-dates,
    .whois-metrics {
        grid-template-columns: 1fr;
    }

    .whois-search button,
    .whois-register-btn {
        width: 100%;
    }
}
