:root {
    --hx-ink: #102f2b;
    --hx-ink-2: #24443f;
    --hx-deep: #042f29;
    --hx-deep-2: #0b4a3e;
    --hx-mint: #31d098;
    --hx-mint-2: #71e0b1;
    --hx-cyan: #24e7f2;
    --hx-surface: #eef9f6;
    --hx-surface-2: #d7eee7;
    --hx-line: rgba(10, 88, 75, 0.22);
    --hx-shadow: 0 18px 45px rgba(7, 49, 43, 0.14);
}

html {
    scroll-behavior: smooth;
}

body.hx-page {
    color: var(--hx-ink);
    background: var(--hx-surface);
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
}

body.hx-template-homepage {
    background: var(--hx-surface);
}

.hx-header {
    position: relative;
    z-index: 30;
    background: linear-gradient(180deg, #03241f 0%, #073d34 100%);
    color: #fff;
}

.hx-utility {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    line-height: 1;
}

.hx-utility-inner,
.hx-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.hx-utility-inner {
    min-height: 36px;
}

.hx-utility-left,
.hx-utility-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.hx-utility a,
.hx-main-menu a,
.hx-footer a {
    color: inherit;
    text-decoration: none;
}

.hx-utility a {
    color: rgba(255, 255, 255, 0.82);
    transition: color 180ms ease, transform 180ms ease;
}

.hx-utility a:hover {
    color: var(--hx-mint-2);
    transform: translateY(-1px);
}

.hx-utility i {
    margin-right: 6px;
    color: var(--hx-mint-2);
}

.hx-nav {
    padding: 22px 0 26px;
}

.hx-brand img {
    width: 177px;
    height: auto;
    display: block;
}

.hx-main-menu {
    display: flex !important;
    justify-content: center;
    gap: 24px;
    flex: 1 1 auto;
}

.hx-main-menu a {
    color: #f7fffc;
    font-weight: 800;
    font-size: 15px;
    white-space: nowrap;
    transition: color 180ms ease, transform 180ms ease;
}

.hx-main-menu a:hover {
    color: var(--hx-mint-2);
    transform: translateY(-2px);
}

.hx-main-menu i:first-child {
    margin-right: 7px;
}

.hx-main-menu i:last-child {
    margin-left: 4px;
    font-size: 11px;
}

.hx-nav-actions {
    display: flex;
    align-items: center;
    gap: 13px;
}

.hx-panel-btn,
.hx-cart-btn,
.hx-domain-form button,
.hx-feature-card span,
.hx-service-card em {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #2fc58e 0%, #54ddb0 100%);
    box-shadow: 0 10px 22px rgba(36, 202, 145, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hx-panel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.hx-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    font-size: 19px;
}

.hx-cart-btn span {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #fff;
    color: var(--hx-deep);
    font-size: 10px;
    line-height: 18px;
    font-weight: 800;
}

.hx-panel-btn:hover,
.hx-cart-btn:hover,
.hx-domain-form button:hover,
.hx-feature-card:hover span,
.hx-service-card:hover em {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(36, 202, 145, 0.3);
}

.hx-menu-toggle {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.hx-breadcrumb {
    background: #eaf8f4;
}

#main-body.hx-main-home {
    padding: 0;
    background: var(--hx-surface);
}

.hx-home-container {
    width: 100%;
}

.hx-home {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(239, 249, 246, 0) 0%, var(--hx-surface) 23%),
        var(--hx-surface);
}

.hx-hero {
    position: relative;
    min-height: 520px;
    margin-top: -1px;
    padding: 86px 0 54px;
    color: #fff;
    background: radial-gradient(circle at 52% 25%, rgba(49, 208, 152, 0.22), transparent 34%), linear-gradient(180deg, #06352e 0%, #0b4a3e 100%);
}

.hx-hero-video,
.hx-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hx-hero-video {
    object-fit: cover;
    opacity: 0.22;
}

.hx-hero-overlay {
    background:
        linear-gradient(180deg, rgba(2, 30, 26, 0.62) 0%, rgba(5, 58, 50, 0.48) 62%, rgba(9, 72, 61, 0.92) 100%),
        radial-gradient(circle at 50% 50%, rgba(46, 219, 163, 0.12), transparent 44%);
}

.hx-hero .container {
    position: relative;
    z-index: 2;
}

.hx-hero-copy {
    margin: 0 auto 34px;
    text-align: center;
}

.hx-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.3;
}

.hx-hero h1 span {
    color: var(--hx-mint);
}

.hx-domain-panel {
    display: grid;
    grid-template-columns: 204px minmax(0, 1fr);
    align-items: center;
    max-width: 980px;
    min-height: 180px;
    margin: 0 auto;
    border-radius: 13px;
    background: rgba(47, 127, 109, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(5px);
}

.hx-domain-globe {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 180px;
    color: rgba(141, 223, 199, 0.68);
    font-size: 110px;
}

.hx-domain-content {
    padding: 28px 28px 25px 0;
}

.hx-domain-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.hx-domain-tabs a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hx-domain-tabs a.active,
.hx-domain-tabs a:hover {
    color: #baffdf;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.hx-domain-form {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 152px;
    align-items: center;
    min-height: 54px;
    border-radius: 13px;
    padding: 6px 7px 6px 18px;
    background: rgba(5, 55, 48, 0.92);
    border: 1px solid rgba(117, 238, 196, 0.16);
}

.hx-domain-form > i {
    color: #d9fff4;
    font-size: 20px;
}

.hx-domain-form input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
}

.hx-domain-form input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.hx-domain-form button {
    height: 42px;
    border-radius: 11px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}

.hx-domain-form button i {
    margin-right: 8px;
}

.hx-tlds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
    color: #baf5dc;
    font-size: 14px;
}

.hx-tlds strong {
    color: #fff;
    font-size: 17px;
}

.hx-feature-cards {
    position: relative;
    z-index: 5;
    margin-top: -28px;
    padding-bottom: 66px;
    background: linear-gradient(180deg, #f0fbf8 0%, #edf9f5 80%);
}

.hx-feature-grid {
    display: grid;
    grid-template-columns: 1.85fr 1fr 1fr;
    gap: 30px;
}

.hx-feature-card {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 11px;
    isolation: isolate;
    box-shadow: var(--hx-shadow);
    color: #fff;
    text-decoration: none;
    background: #083730;
    transform: translateZ(0);
}

.hx-feature-card img,
.hx-feature-card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 220ms ease, transform 420ms ease;
}

.hx-feature-card video {
    opacity: 0;
}

.hx-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 42, 37, 0.88), rgba(5, 42, 37, 0.22));
    z-index: 1;
}

.hx-feature-card:not(.hx-feature-card-large)::after {
    background: linear-gradient(180deg, rgba(5, 42, 37, 0.08), rgba(5, 42, 37, 0.83));
}

.hx-feature-card-blue::after {
    background: linear-gradient(180deg, rgba(4, 29, 70, 0.12), rgba(3, 22, 52, 0.88));
}

.hx-feature-card:hover img {
    transform: scale(1.05);
}

.hx-feature-card:hover video {
    opacity: 1;
}

.hx-feature-card div {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 34px;
}

.hx-feature-card h2 {
    max-width: 310px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 800;
}

.hx-feature-card-large h2 {
    color: #20f0f4;
}

.hx-feature-card p {
    max-width: 230px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.45;
}

.hx-feature-card span,
.hx-service-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 22px;
    border-radius: 999px;
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

.hx-feature-card span i,
.hx-service-card em i {
    margin-right: 8px;
}

.hx-feature-card:nth-child(2) span {
    background: linear-gradient(135deg, #71e0b1, #39c993);
}

.hx-feature-card-blue span {
    background: linear-gradient(135deg, #275994, #346fc0);
}

.hx-services {
    padding: 6px 0 92px;
    background:
        linear-gradient(180deg, #edf9f5 0%, #eef9f6 68%, #cfe5de 100%);
}

.hx-section-title {
    margin-bottom: 26px;
}

.hx-section-title p {
    margin: 0 0 4px;
    color: #23c892;
    font-size: 15px;
    font-weight: 800;
}

.hx-section-title h2 {
    margin: 0;
    color: var(--hx-ink);
    font-size: 27px;
    line-height: 1.15;
    font-weight: 800;
}

.hx-section-title-center {
    text-align: center;
}

.hx-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.hx-service-card {
    position: relative;
    min-height: 202px;
    padding: 30px 22px 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 99, 85, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 12px 28px rgba(7, 49, 43, 0.08);
    color: var(--hx-ink-2);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hx-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(49, 208, 152, 0.26), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(194, 247, 228, 0.76));
    transition: opacity 180ms ease;
}

.hx-service-card:hover {
    color: var(--hx-ink);
    transform: translateY(-7px);
    border-color: rgba(35, 200, 146, 0.55);
    box-shadow: 0 22px 42px rgba(7, 49, 43, 0.16);
}

.hx-service-card:hover::before {
    opacity: 1;
}

.hx-service-card > * {
    position: relative;
    z-index: 1;
}

.hx-service-card > i {
    position: absolute;
    top: 22px;
    right: 20px;
    color: #36415b;
    font-size: 34px;
    opacity: 0.9;
    transition: transform 240ms ease, color 180ms ease;
}

.hx-service-card:hover > i {
    color: #159b78;
    transform: translateY(-5px) rotate(-6deg) scale(1.08);
}

.hx-service-card h3 {
    min-height: 42px;
    max-width: 126px;
    margin: 0 0 18px;
    color: #36415b;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
}

.hx-service-card strong {
    display: block;
    color: #101827;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.hx-service-card span {
    display: block;
    margin: 7px 0 20px;
    color: #3d4d55;
    font-size: 13px;
    font-weight: 700;
}

.hx-service-card em {
    width: 100%;
    min-height: 38px;
    background: #092f2a;
}

.hx-why {
    margin-top: -1px;
    padding: 34px 0 44px;
    background:
        linear-gradient(180deg, #cfe5de 0%, #bbd4cd 56%, #a8c2bc 100%);
}

.hx-why-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: end;
    gap: 48px;
}

.hx-why-person {
    min-height: 548px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hx-why-person img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 32px rgba(0, 40, 30, 0.2));
}

.hx-why-content {
    padding: 42px 0 0;
}

.hx-why-content .hx-section-title h2 {
    font-size: 33px;
}

.hx-why-content .hx-section-title p {
    max-width: 760px;
    color: #24443f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.hx-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 48px;
}

.hx-why-grid article {
    min-height: 206px;
    padding: 28px 24px 24px;
    border: 1px solid rgba(11, 120, 96, 0.42);
    border-radius: 8px;
    background: rgba(237, 249, 246, 0.52);
    text-align: center;
    box-shadow: 0 12px 24px rgba(7, 49, 43, 0.06);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hx-why-grid article:hover {
    transform: translateY(-6px);
    background: rgba(244, 255, 252, 0.76);
    border-color: rgba(35, 200, 146, 0.72);
    box-shadow: 0 20px 38px rgba(7, 49, 43, 0.14);
}

.hx-why-grid img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 18px;
    transition: transform 220ms ease;
}

.hx-why-grid article:hover img {
    transform: translateY(-4px) scale(1.08);
}

.hx-why-grid h3 {
    margin: 0 0 12px;
    color: #1d594d;
    font-size: 16px;
    font-weight: 800;
}

.hx-why-grid p {
    margin: 0;
    color: #31504b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.hx-apps {
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(180deg, #0d5a4c 0%, #0a4c41 100%);
}

.hx-apps-inner {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.hx-apps-title {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.hx-apps-title i {
    font-size: 58px;
    color: #fff;
}

.hx-apps-title h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 800;
}

.hx-app-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.hx-app-list a {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(139, 238, 204, 0.28);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hx-app-list img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 220ms ease, filter 180ms ease;
}

.hx-app-list a:hover {
    transform: translateY(-6px);
    border-color: rgba(180, 255, 229, 0.72);
    background: rgba(72, 214, 166, 0.18);
    box-shadow: 0 18px 36px rgba(0, 36, 31, 0.2);
}

.hx-app-list a:hover img {
    transform: scale(1.09);
    filter: brightness(0) invert(1) drop-shadow(0 8px 12px rgba(75, 244, 183, 0.25));
}

.hx-reviews {
    padding: 90px 0 104px;
    background: linear-gradient(180deg, #edf9f5 0%, #f3fbf8 100%);
}

.hx-review-carousel {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
}

.hx-review-track {
    display: grid;
    grid-template-columns: repeat(3, 100%);
    transition: transform 420ms ease;
}

.hx-review-card {
    position: relative;
    min-height: 212px;
    margin: 52px 24px 18px;
    padding: 54px 24px 26px;
    border: 1px solid rgba(8, 89, 75, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(7, 49, 43, 0.07);
}

.hx-review-card img {
    position: absolute;
    top: -54px;
    right: 28px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 4px solid var(--hx-mint);
    object-fit: cover;
}

.hx-review-card h3 {
    margin: 0 0 4px;
    color: #40505c;
    font-size: 16px;
    font-weight: 800;
}

.hx-review-card strong {
    display: block;
    margin-bottom: 20px;
    color: #27bf8c;
    font-size: 15px;
    font-weight: 800;
}

.hx-review-card p {
    margin: 0;
    color: #53636a;
    font-size: 14px;
    line-height: 1.46;
    font-weight: 600;
}

.hx-review-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.hx-review-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #1c9a82;
    opacity: 0.58;
    cursor: pointer;
    transition: width 180ms ease, opacity 180ms ease;
}

.hx-review-dots button.active {
    width: 64px;
    opacity: 1;
    background: var(--hx-mint);
}

.hx-contact-strip {
    padding: 28px 0;
    background: #17755f;
}

.hx-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.hx-contact-grid a {
    min-height: 78px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    padding: 15px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    transition: transform 180ms ease, background 180ms ease;
}

.hx-contact-grid a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.hx-contact-grid i {
    grid-row: span 2;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(0, 48, 41, 0.28);
    font-size: 27px;
}

.hx-contact-grid span,
.hx-contact-grid strong {
    min-width: 0;
}

.hx-contact-grid span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.hx-contact-grid strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
}

.hx-footer-main {
    color: #fff;
    background:
        linear-gradient(180deg, rgba(3, 48, 41, 0.96), rgba(3, 48, 41, 0.98)),
        url("../assets/hostidex/img/world-map.webp") center top / cover no-repeat;
}

.hx-footer-brand-row {
    display: grid;
    grid-template-columns: 260px 240px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hx-footer-logo img {
    width: 176px;
    height: auto;
}

.hx-socials {
    display: flex;
    gap: 14px;
}

.hx-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 180ms ease, background 180ms ease;
}

.hx-socials img {
    width: 21px;
    height: 21px;
    filter: brightness(0) invert(1);
}

.hx-socials a:hover {
    transform: translateY(-3px);
    background: rgba(49, 208, 152, 0.25);
}

.hx-footer-quick {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    flex-wrap: wrap;
    font-weight: 800;
    font-size: 14px;
}

.hx-footer-quick a:hover,
.hx-footer-links a:hover {
    color: var(--hx-mint-2);
}

.hx-footer-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 44px;
    padding: 34px 0 42px;
}

.hx-footer-links h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.hx-footer-links h3::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 9px;
    background: rgba(255, 255, 255, 0.4);
}

.hx-footer-links a {
    display: block;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
}

.hx-footer-links a::before {
    content: "›";
    margin-right: 8px;
    color: var(--hx-mint-2);
}

.hx-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hx-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
}

.hx-footer-bottom img {
    max-width: 250px;
    height: auto;
}

@media (min-width: 992px) {
    .hx-review-track {
        display: flex;
        transform: none !important;
    }

    .hx-review-card {
        flex: 0 0 calc(33.333% - 48px);
    }

    .hx-review-dots {
        display: none;
    }
}

@media (max-width: 1199px) {
    .hx-main-menu {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        display: none !important;
        padding: 18px;
        border-radius: 8px;
        background: #052f29;
        box-shadow: var(--hx-shadow);
    }

    .hx-main-menu.show,
    .hx-main-menu.collapsing {
        display: grid !important;
        gap: 16px;
    }

    .hx-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hx-nav-inner {
        position: relative;
    }

    .hx-feature-grid,
    .hx-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hx-feature-card-large {
        grid-column: span 2;
    }

    .hx-why-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
    }

    .hx-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .hx-apps-inner,
    .hx-footer-brand-row {
        grid-template-columns: 1fr;
    }

    .hx-footer-quick {
        justify-content: flex-start;
    }

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

@media (max-width: 767px) {
    .hx-utility-right {
        display: none;
    }

    .hx-utility-left {
        gap: 12px;
    }

    .hx-nav {
        padding: 16px 0;
    }

    .hx-brand img {
        width: 145px;
    }

    .hx-nav-actions {
        gap: 8px;
    }

    .hx-panel-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    .hx-cart-btn {
        width: 38px;
        height: 38px;
    }

    .hx-hero {
        min-height: auto;
        padding: 54px 0 44px;
    }

    .hx-hero h1 {
        font-size: 26px;
    }

    .hx-domain-panel {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .hx-domain-globe {
        min-height: 110px;
        font-size: 82px;
    }

    .hx-domain-content {
        padding: 0 18px 22px;
    }

    .hx-domain-tabs {
        gap: 14px;
        justify-content: center;
    }

    .hx-domain-form {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
    }

    .hx-domain-form button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .hx-feature-cards {
        margin-top: 0;
        padding: 24px 0 48px;
    }

    .hx-feature-grid,
    .hx-service-grid,
    .hx-why-layout,
    .hx-why-grid,
    .hx-app-list,
    .hx-contact-grid,
    .hx-footer-links {
        grid-template-columns: 1fr;
    }

    .hx-feature-card-large {
        grid-column: auto;
    }

    .hx-feature-card {
        min-height: 230px;
    }

    .hx-feature-card div {
        padding: 24px;
    }

    .hx-feature-card h2 {
        font-size: 22px;
    }

    .hx-services,
    .hx-reviews {
        padding: 54px 0;
    }

    .hx-why {
        padding-top: 22px;
    }

    .hx-why-person {
        min-height: 0;
        max-width: 280px;
        margin: 0 auto;
    }

    .hx-apps-inner {
        grid-template-columns: 1fr;
    }

    .hx-apps-title {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .hx-apps-title i {
        font-size: 46px;
    }

    .hx-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 0;
    }
}
