.domain-pricing-page {
    color: #111827;
    background: #fff;
}

.domain-pricing-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 86px;
    background: linear-gradient(135deg, #07164d 0%, #0b6fdc 58%, #00a3ff 100%);
    color: #fff;
}

.domain-pricing-hero::before,
.domain-pricing-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.domain-pricing-hero::before {
    width: 340px;
    height: 340px;
    top: -150px;
    right: 8%;
}

.domain-pricing-hero::after {
    width: 240px;
    height: 240px;
    bottom: -110px;
    left: 6%;
}

.domain-pricing-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
    align-items: center;
}

.domain-pricing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #bde8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.domain-pricing-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 900;
    line-height: 1.05;
}

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

.domain-pricing-search-form {
    display: flex;
    max-width: 760px;
    padding: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.domain-pricing-search-form input[type="text"] {
    flex: 1;
    min-width: 0;
    height: 52px;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0;
    border-radius: 999px;
    color: #111827;
    font-size: 16px;
    outline: none;
}

.domain-pricing-search-form button {
    height: 52px;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(220deg, #1b1aa1 0%, #0066c5 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.domain-pricing-search-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 102, 197, 0.28);
}

.domain-pricing-hero__card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
}

.domain-pricing-hero__card strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
}

.domain-pricing-hero__card span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
}

.domain-pricing-section {
    padding: 76px 0 90px;
    background: #f7fbff;
}

.domain-pricing-section__heading {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.domain-pricing-section__heading .domain-pricing-eyebrow {
    color: #0b6fdc;
}

.domain-pricing-section__heading h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.18;
}

.domain-pricing-section__heading p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}

.domain-pricing-tools {
    max-width: 560px;
    margin: 0 auto 24px;
}

.domain-pricing-tools input {
    width: 100%;
    height: 54px;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    box-shadow: 0 12px 34px rgba(8, 0, 63, 0.06);
    outline: none;
}

.domain-pricing-tools input:focus {
    border-color: #0b6fdc;
    box-shadow: 0 0 0 4px rgba(11, 111, 220, 0.12);
}

.domain-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid #e4edf9;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8, 0, 63, 0.08);
}

.domain-pricing-table-wrap table.domainpricing {
    width: 100%;
    min-width: 820px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #111827;
    font-size: 15px;
}

.domain-pricing-table-wrap table.domainpricing th,
.domain-pricing-table-wrap table.domainpricing td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #edf2f9;
    text-align: left;
    vertical-align: middle;
}

.domain-pricing-table-wrap table.domainpricing th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #0b2d75;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.domain-pricing-table-wrap table.domainpricing th:first-child {
    border-top-left-radius: 22px;
}

.domain-pricing-table-wrap table.domainpricing th:last-child {
    border-top-right-radius: 22px;
}

.domain-pricing-table-wrap table.domainpricing tr:last-child td {
    border-bottom: 0;
}

.domain-pricing-table-wrap table.domainpricing tr:nth-child(odd) td {
    background: #fbfdff;
}

.domain-pricing-table-wrap table.domainpricing tr:hover td {
    background: #eef7ff;
}

.domain-pricing-table-wrap table.domainpricing td:first-child {
    color: #0b6fdc;
    font-size: 18px;
    font-weight: 900;
}

.domain-pricing-table-wrap table.domainpricing td:not(:first-child) {
    color: #374151;
    font-weight: 700;
}

.domain-pricing-note {
    margin-top: 22px;
    padding: 18px 22px;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    background: #fff;
}

.domain-pricing-note p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

@media screen and (max-width: 1024px) {
    .domain-pricing-hero__grid {
        grid-template-columns: 1fr;
    }

    .domain-pricing-hero__card {
        max-width: 560px;
    }
}

@media screen and (max-width: 640px) {
    .domain-pricing-hero {
        padding: 82px 0 62px;
    }

    .domain-pricing-search-form {
        display: grid;
        gap: 8px;
        border-radius: 22px;
    }

    .domain-pricing-search-form input[type="text"],
    .domain-pricing-search-form button {
        width: 100%;
        border-radius: 16px;
    }

    .domain-pricing-section {
        padding: 54px 0 68px;
    }

    .domain-pricing-section__heading h2 {
        font-size: 32px;
    }

    .domain-pricing-table-wrap table.domainpricing th,
    .domain-pricing-table-wrap table.domainpricing td {
        padding: 14px 16px;
    }
}
