.hitech-intl-domain-page {
    overflow: hidden;
    color: #111827;
    background: #f5f8ff;
}

.hitech-intl-domain-hero {
    position: relative;
    overflow: hidden;
    padding: 118px 0 92px;
    background-image: linear-gradient(120deg, rgba(4, 18, 58, 0.92), rgba(0, 82, 186, 0.76)), var(--intl-domain-banner);
    background-position: center;
    background-size: cover;
    color: #fff;
}

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

.hitech-intl-domain-hero::before {
    width: 360px;
    height: 360px;
    top: -130px;
    right: 8%;
    background: rgba(103, 211, 255, 0.22);
    filter: blur(4px);
}

.hitech-intl-domain-hero::after {
    width: 520px;
    height: 520px;
    right: -160px;
    bottom: -250px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

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

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

.hitech-intl-domain-eyebrow--dark {
    color: #075ed4;
}

.hitech-intl-domain-hero h1,
.hitech-intl-domain-cta h2 {
    margin: 0;
    color: #fff;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.hitech-intl-domain-hero h1 {
    max-width: 820px;
    margin-bottom: 20px;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.02;
}

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

.hitech-intl-domain-search {
    display: flex;
    max-width: 780px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

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

.hitech-intl-domain-search button {
    height: 54px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hitech-intl-domain-search button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(239, 68, 68, 0.28);
}

.hitech-intl-domain-note-inline {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.hitech-intl-domain-hero__card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.hitech-intl-domain-hero__card::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    bottom: -70px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.hitech-intl-domain-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: radial-gradient(circle at 28% 24%, #fff 0, #7dd3fc 24%, #0f6de8 60%, #07338d 100%);
    box-shadow: inset 0 -14px 28px rgba(0, 0, 0, 0.22), 0 18px 46px rgba(0, 0, 0, 0.24);
    color: #fff;
    font-size: 20px;
    font-weight: 950;
}

.hitech-intl-domain-hero__card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.15;
}

.hitech-intl-domain-hero__card span {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.75;
}

.hitech-intl-domain-summary {
    position: relative;
    z-index: 2;
    margin-top: -42px;
    padding: 0 0 46px;
}

.hitech-intl-domain-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hitech-intl-domain-stat {
    padding: 26px;
    border: 1px solid #dce9fb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(3, 24, 74, 0.09);
}

.hitech-intl-domain-stat span {
    display: block;
    margin-bottom: 8px;
    color: #075ed4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hitech-intl-domain-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 950;
}

.hitech-intl-domain-stat p {
    margin: 0;
    color: #5b6473;
    font-size: 14px;
    line-height: 1.65;
}

.hitech-intl-domain-section {
    padding: 54px 0 88px;
    background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.hitech-intl-domain-section__head {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.hitech-intl-domain-section__head h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

.hitech-intl-domain-section__head p {
    margin: 0;
    color: #5b6473;
    font-size: 16px;
    line-height: 1.75;
}

.hitech-intl-domain-tools {
    max-width: 620px;
    margin: 0 auto 24px;
}

.hitech-intl-domain-tools input {
    width: 100%;
    height: 56px;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 1px solid #d8e6f8;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    box-shadow: 0 16px 38px rgba(8, 32, 92, 0.07);
    outline: none;
}

.hitech-intl-domain-tools input:focus {
    border-color: #0b6fdc;
    box-shadow: 0 0 0 4px rgba(11, 111, 220, 0.13), 0 16px 38px rgba(8, 32, 92, 0.07);
}

.hitech-intl-domain-table-wrap {
    overflow-x: auto;
    border: 1px solid #dbe8f8;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(8, 32, 92, 0.09);
}

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

.hitech-intl-domain-table-wrap table.domainpricing th,
.hitech-intl-domain-table-wrap table.domainpricing td {
    padding: 17px 18px;
    border: 0;
    border-bottom: 1px solid #edf3fb;
    text-align: left;
    vertical-align: middle;
}

.hitech-intl-domain-table-wrap table.domainpricing th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, #08245f, #075ed4);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hitech-intl-domain-table-wrap table.domainpricing th:first-child {
    left: 0;
    z-index: 4;
    border-top-left-radius: 26px;
}

.hitech-intl-domain-table-wrap table.domainpricing th:last-child {
    border-top-right-radius: 26px;
}

.hitech-intl-domain-table-wrap table.domainpricing td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background: #fff;
    color: #075ed4;
    font-size: 18px;
    font-weight: 950;
    box-shadow: 1px 0 0 #edf3fb;
}

.hitech-intl-domain-table-wrap table.domainpricing tr:nth-child(odd) td {
    background: #f9fcff;
}

.hitech-intl-domain-table-wrap table.domainpricing tr:nth-child(odd) td:first-child {
    background: #f9fcff;
}

.hitech-intl-domain-table-wrap table.domainpricing tr:hover td,
.hitech-intl-domain-table-wrap table.domainpricing tr:hover td:first-child {
    background: #eef7ff;
}

.hitech-intl-domain-table-wrap table.domainpricing td:not(:first-child) {
    color: #334155;
    font-weight: 750;
}

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

.hitech-intl-domain-note {
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid #d9e8fb;
    border-radius: 18px;
    background: #f7fbff;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.hitech-intl-domain-note strong {
    color: #075ed4;
}

.hitech-intl-domain-cta {
    padding: 0 0 96px;
    background: #fff;
}

.hitech-intl-domain-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, #07164d, #075ed4 64%, #00a3ff);
    box-shadow: 0 30px 88px rgba(5, 52, 148, 0.22);
    color: #fff;
}

.hitech-intl-domain-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
}

.hitech-intl-domain-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.hitech-intl-domain-search--compact {
    width: 100%;
    max-width: none;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
    .hitech-intl-domain-hero__grid,
    .hitech-intl-domain-cta__card {
        grid-template-columns: 1fr;
    }

    .hitech-intl-domain-hero__card {
        max-width: 520px;
    }

    .hitech-intl-domain-summary__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hitech-intl-domain-hero {
        padding: 86px 0 72px;
    }

    .hitech-intl-domain-search,
    .hitech-intl-domain-search--compact {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        border-radius: 24px;
    }

    .hitech-intl-domain-search input[type="text"],
    .hitech-intl-domain-search button {
        width: 100%;
        border-radius: 18px;
    }

    .hitech-intl-domain-hero__card,
    .hitech-intl-domain-stat,
    .hitech-intl-domain-cta__card {
        padding: 24px;
        border-radius: 24px;
    }

    .hitech-intl-domain-summary {
        margin-top: -24px;
    }

    .hitech-intl-domain-section {
        padding: 34px 0 68px;
    }

    .hitech-intl-domain-table-wrap table.domainpricing {
        min-width: 880px;
        font-size: 14px;
    }

    .hitech-intl-domain-table-wrap table.domainpricing th,
    .hitech-intl-domain-table-wrap table.domainpricing td {
        padding: 14px 12px;
    }

    .hitech-intl-domain-table-wrap table.domainpricing td:first-child {
        font-size: 16px;
    }
}
