.hdom-page {
    --hdom-blue: #0969ff;
    --hdom-cyan: #00c2ff;
    --hdom-navy: #082f86;
    --hdom-ink: #071832;
    --hdom-dark: #041020;
    --hdom-soft: #f5f9ff;
    --hdom-muted: #5d6b82;
    --hdom-line: #d9e7f5;
    --hdom-white: #ffffff;
    --hdom-shadow: 0 24px 80px rgba(6, 25, 67, 0.12);
    overflow: hidden;
    background: var(--hdom-white);
    color: var(--hdom-ink);
}

.hdom-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.hdom-hero {
    position: relative;
    overflow: hidden;
    padding: 116px 0 96px;
    background: linear-gradient(120deg, rgba(4, 16, 32, 0.88), rgba(8, 47, 134, 0.78)), url('../images/domain-registration/domain-registration-banner.jpg') center/cover no-repeat;
    color: var(--hdom-white);
}

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

.hdom-hero::before {
    width: 430px;
    height: 430px;
    top: -180px;
    right: -90px;
    background: rgba(0, 194, 255, 0.25);
    filter: blur(4px);
}

.hdom-hero::after {
    width: 300px;
    height: 300px;
    bottom: -130px;
    left: 8%;
    background: rgba(9, 105, 255, 0.28);
}

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

.hdom-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #7fe8ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hdom-hero h1,
.hdom-cta h2 {
    color: var(--hdom-white);
}

.hdom-hero h1 {
    max-width: 850px;
    margin: 0 0 20px;
    font-size: clamp(40px, 5.8vw, 72px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

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

.hdom-lookup-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 10px;
    max-width: 780px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.hdom-lookup-form input,
.hdom-field-row input,
.hdom-split-form input,
.hdom-split-form select,
.hdom-pricing-tools input {
    width: 100%;
    margin: 0 !important;
    border: 1px solid transparent;
    color: var(--hdom-ink);
    font-size: 16px;
    outline: none;
}

.hdom-lookup-form input {
    height: 56px;
    padding: 0 24px !important;
    border: 0;
    border-radius: 999px;
    background: var(--hdom-white);
}

.hdom-lookup-form button,
.hdom-external-form button,
.hdom-split-form button,
.hdom-available-card button,
.hdom-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(220deg, var(--hdom-cyan), var(--hdom-blue));
    color: var(--hdom-white) !important;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hdom-lookup-form button:hover,
.hdom-external-form button:hover,
.hdom-split-form button:hover,
.hdom-available-card button:hover,
.hdom-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(9, 105, 255, 0.28);
}

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

.hdom-quick-links a {
    display: inline-flex;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--hdom-white) !important;
    text-decoration: none !important;
}

.hdom-hero__card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 100px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
}

.hdom-hero__card img {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    margin: 0 0 24px;
    padding: 16px;
    border-radius: 22px;
    background: var(--hdom-white);
}

.hdom-hero__card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--hdom-white);
    font-size: 28px;
    font-weight: 950;
    line-height: 1.18;
}

.hdom-hero__card p {
    margin: 0;
    font-size: 15px;
}

.hdom-section {
    padding: 82px 0;
}

.hdom-section-heading {
    max-width: 820px;
}

.hdom-section-heading h2,
.hdom-register-box h3,
.hdom-card h3,
.hdom-tld-grid h3,
.hdom-step-list h3,
.hdom-empty-state h2,
.hdom-result-head h2,
.hdom-available-card h3 {
    margin: 0;
    color: var(--hdom-ink);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.hdom-section-heading h2,
.hdom-empty-state h2,
.hdom-result-head h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.hdom-section-heading p,
.hdom-register-box p,
.hdom-empty-state p,
.hdom-card p,
.hdom-tld-grid p,
.hdom-step-list p,
.hdom-available-card p,
.hdom-pricing-note,
.hdom-cta p {
    color: var(--hdom-muted);
    font-size: 16px;
    line-height: 1.75;
}

.hdom-section-heading p {
    margin: 14px 0 0;
}

.hdom-center {
    margin: 0 auto 34px;
    text-align: center;
}

.hdom-register-panel {
    background: linear-gradient(180deg, var(--hdom-white), var(--hdom-soft));
}

.hdom-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 26px;
    align-items: stretch;
}

.hdom-register-box,
.hdom-empty-state,
.hdom-alert,
.hdom-card,
.hdom-available-card,
.hdom-price-cards > div,
.hdom-tld-grid article,
.hdom-step-list article,
.hdom-pricing-table-wrap,
.hdom-cta__box {
    border: 1px solid var(--hdom-line);
    border-radius: 30px;
    background: var(--hdom-white);
    box-shadow: var(--hdom-shadow);
}

.hdom-register-box {
    padding: 34px;
}

.hdom-register-box--primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.hdom-register-box h3 {
    margin-bottom: 22px;
    font-size: 28px;
}

.hdom-external-form label,
.hdom-split-form label {
    display: block;
    margin-bottom: 9px;
    color: var(--hdom-ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hdom-field-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 12px;
}

.hdom-field-row input,
.hdom-split-form input,
.hdom-split-form select,
.hdom-pricing-tools input {
    height: 56px;
    padding: 0 18px !important;
    border-color: var(--hdom-line);
    border-radius: 18px;
    background: var(--hdom-white);
}

.hdom-field-row input:focus,
.hdom-split-form input:focus,
.hdom-split-form select:focus,
.hdom-pricing-tools input:focus {
    border-color: var(--hdom-blue);
    box-shadow: 0 0 0 4px rgba(9, 105, 255, 0.1);
}

.hdom-split-form {
    display: grid;
    gap: 12px;
}

.hdom-result-section {
    background: var(--hdom-soft);
}

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

.hdom-empty-state p {
    max-width: 720px;
    margin: 12px auto 0;
}

.hdom-alert {
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.6;
}

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

.hdom-result-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 26px;
}

.hdom-result-head .hdom-eyebrow,
.hdom-section-heading .hdom-eyebrow,
.hdom-register-box > .hdom-eyebrow {
    color: var(--hdom-blue);
}

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

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

.hdom-status--available {
    background: #ecfdf5;
    color: #047857;
}

.hdom-result-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 24px;
}

.hdom-card {
    padding: 30px;
}

.hdom-card h3 {
    margin-bottom: 22px;
    font-size: 26px;
}

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

.hdom-info-grid div,
.hdom-life-dates div,
.hdom-metrics div {
    padding: 16px;
    border: 1px solid #edf3fb;
    border-radius: 18px;
    background: #fbfdff;
}

.hdom-info-grid span,
.hdom-life-dates span,
.hdom-metrics span,
.hdom-price-cards span {
    display: block;
    margin-bottom: 6px;
    color: var(--hdom-muted);
    font-size: 13px;
    font-weight: 850;
}

.hdom-info-grid strong,
.hdom-life-dates strong,
.hdom-price-cards strong {
    display: block;
    color: var(--hdom-ink);
    font-size: 16px;
    font-weight: 950;
    word-break: break-word;
}

.hdom-progress {
    position: relative;
    height: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6eef8;
}

.hdom-progress span {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--hdom-progress, 0%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hdom-blue), var(--hdom-cyan));
}

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

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

.hdom-metrics strong {
    display: block;
    color: var(--hdom-blue);
    font-size: 24px;
    font-weight: 950;
}

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

.hdom-available-card h3 {
    margin-bottom: 10px;
    font-size: 30px;
}

.hdom-available-card button {
    min-width: 166px;
    padding: 0 26px;
}

.hdom-price-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.hdom-price-cards > div {
    padding: 24px;
}

.hdom-price-cards strong {
    color: var(--hdom-blue);
    font-size: 28px;
}

.hdom-featured {
    background: var(--hdom-white);
}

.hdom-tld-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hdom-tld-grid article {
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.hdom-tld-grid article::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -42px;
    top: -46px;
    border-radius: 999px;
    background: rgba(0, 194, 255, 0.12);
}

.hdom-tld-grid strong {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--hdom-blue);
    font-size: 38px;
    font-weight: 950;
    line-height: 1;
}

.hdom-tld-grid h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.hdom-tld-grid p {
    margin: 0;
}

.hdom-steps {
    background: linear-gradient(180deg, #f8fbff, #eef6ff);
}

.hdom-steps__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: start;
}

.hdom-step-list {
    display: grid;
    gap: 16px;
}

.hdom-step-list article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
}

.hdom-step-list article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(220deg, var(--hdom-blue), var(--hdom-cyan));
    color: var(--hdom-white);
    font-weight: 950;
}

.hdom-step-list h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.hdom-step-list p {
    margin: 0;
}

.hdom-pricing {
    background: var(--hdom-soft);
}

.hdom-pricing-tools {
    max-width: 600px;
    margin: 0 auto 24px;
}

.hdom-pricing-tools input {
    border-radius: 999px;
    box-shadow: 0 16px 42px rgba(8, 0, 63, 0.07);
}

.hdom-pricing-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
}

.hdom-pricing-table-wrap table.domainpricing {
    width: 100%;
    min-width: 840px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--hdom-ink);
    font-size: 15px;
}

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

.hdom-pricing-table-wrap table.domainpricing th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--hdom-navy);
    color: var(--hdom-white);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

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

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

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

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

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

.hdom-pricing-table-wrap table.domainpricing td:first-child {
    color: var(--hdom-blue);
    font-size: 18px;
    font-weight: 950;
}

.hdom-pricing-table-wrap table.domainpricing td:not(:first-child) {
    color: #334155;
    font-weight: 800;
}

.hdom-pricing-note {
    max-width: 820px;
    margin: 20px auto 0;
    text-align: center;
}

.hdom-cta {
    background: var(--hdom-white);
}

.hdom-cta__box {
    position: relative;
    overflow: hidden;
    padding: 58px;
    background: linear-gradient(120deg, rgba(4, 16, 32, 0.94), rgba(8, 47, 134, 0.86)), url('../images/domain-registration/domain-registration-banner.jpg') center/cover no-repeat;
    color: var(--hdom-white);
    text-align: center;
}

.hdom-cta__box::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    top: -120px;
    right: -70px;
    border-radius: 999px;
    background: rgba(0, 194, 255, 0.25);
}

.hdom-cta__box > * {
    position: relative;
    z-index: 1;
}

.hdom-cta h2 {
    max-width: 820px;
    margin: 0 auto 14px;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 950;
    line-height: 1.16;
}

.hdom-cta p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
}

.hdom-cta a {
    min-width: 230px;
    padding: 0 28px;
}

@media (max-width: 1180px) {
    .hdom-hero__grid,
    .hdom-register-grid,
    .hdom-result-grid,
    .hdom-steps__grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 900px) {
    .hdom-section {
        padding: 64px 0;
    }

    .hdom-hero {
        padding: 92px 0 72px;
    }

    .hdom-tld-grid,
    .hdom-price-cards,
    .hdom-info-grid {
        grid-template-columns: 1fr;
    }

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

    .hdom-available-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .hdom-available-card form,
    .hdom-available-card button {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .hdom-container {
        width: min(100% - 28px, 1180px);
    }

    .hdom-hero h1 {
        font-size: 38px;
    }

    .hdom-lookup-form,
    .hdom-field-row {
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .hdom-lookup-form button,
    .hdom-external-form button,
    .hdom-split-form button {
        width: 100%;
    }

    .hdom-register-box,
    .hdom-card,
    .hdom-empty-state,
    .hdom-available-card,
    .hdom-cta__box {
        padding: 24px;
        border-radius: 24px;
    }

    .hdom-result-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hdom-step-list article {
        grid-template-columns: 1fr;
    }
}
