:root {
    --hx-ink: #393939;
    --hx-ink-2: #343c54;
    --hx-deep: #071b17;
    --hx-deep-2: #144e43;
    --hx-mint: #35ad7c;
    --hx-mint-2: #70d4a2;
    --hx-bright: #42e39e;
    --hx-cyan: #24e7f2;
    --hx-surface: #f7fffe;
    --hx-surface-2: #ebf9f7;
    --hx-line: rgba(10, 88, 75, 0.22);
    --hx-shadow: 0 18px 45px rgba(7, 49, 43, 0.14);
}

@font-face {
    font-family: "Google Sans Flex";
    src: url("../assets/hostidex/fonts/GoogleSansFlex-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Google Sans Flex";
    src: url("../assets/hostidex/fonts/GoogleSansFlex-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Google Sans Flex";
    src: url("../assets/hostidex/fonts/GoogleSansFlex-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

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

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

@media (min-width: 1200px) {
    .hx-header .container,
    .hx-home .container,
    .hx-footer .container,
    .hx-breadcrumb .container {
        max-width: 1400px;
        padding-left: 0;
        padding-right: 0;
    }
}

.hx-header {
    position: relative;
    z-index: 30;
    background: linear-gradient(180deg, var(--hx-deep) 0%, var(--hx-deep-2) 100%);
    color: #fff;
}

.hx-template-homepage .hx-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: none;
}

.hx-utility {
    border-bottom: 1px solid rgba(175, 214, 199, 0.22);
    font-size: 14px;
    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: 47px;
}

.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 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #afd6c7;
    transition: color 180ms ease, transform 180ms ease;
}

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

.hx-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--hx-icon-url) center / contain no-repeat;
    mask: var(--hx-icon-url) center / contain no-repeat;
}

.hx-icon-phone {
    --hx-icon-url: url("../assets/hostidex/icons/line-phone.svg");
}

.hx-icon-ticket {
    --hx-icon-url: url("../assets/hostidex/icons/line-ticket.svg");
}

.hx-icon-headphone {
    --hx-icon-url: url("../assets/hostidex/icons/line-headphone.svg");
}

.hx-icon-domain,
.hx-icon-service-globe {
    --hx-icon-url: url("../assets/hostidex/icons/line-globe.svg");
}

.hx-icon-hosting {
    --hx-icon-url: url("../assets/hostidex/icons/line-cloud-rain.svg");
}

.hx-icon-server {
    --hx-icon-url: url("../assets/hostidex/icons/line-layers.svg");
}

.hx-icon-mail {
    --hx-icon-url: url("../assets/hostidex/icons/line-envelope.svg");
}

.hx-icon-ssl {
    --hx-icon-url: url("../assets/hostidex/icons/line-shield.svg");
}

.hx-icon-basket {
    --hx-icon-url: url("../assets/hostidex/icons/line-basket.svg");
}

.hx-icon-angle {
    --hx-icon-url: url("../assets/hostidex/icons/line-angle-double-down.svg");
}

.hx-icon-search {
    --hx-icon-url: url("../assets/hostidex/icons/line-search.svg");
}

.hx-icon-service-cloud-bolt {
    --hx-icon-url: url("../assets/hostidex/icons/service-cloud-bolt.svg");
}

.hx-icon-service-wordpress {
    --hx-icon-url: url("../assets/hostidex/icons/service-wordpress.svg");
}

.hx-icon-service-envelope {
    --hx-icon-url: url("../assets/hostidex/icons/service-envelope.svg");
}

.hx-icon-service-cloud-iot {
    --hx-icon-url: url("../assets/hostidex/icons/service-cloud-iot.svg");
}

.hx-utility .hx-icon {
    width: 15px;
    height: 15px;
    color: #afd6c7;
}

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

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

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

.hx-main-menu a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f7fffc;
    font-weight: 500;
    font-size: 18px;
    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 .hx-icon:not(.hx-icon-dropdown),
.hx-ai-icon {
    width: 24px;
    height: 24px;
}

.hx-ai-icon {
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hx-icon-dropdown {
    width: 10px;
    height: 10px;
    color: #2ab28d;
}

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

.hx-panel-btn,
.hx-cart-btn,
.hx-domain-form button,
.hx-card-btn,
.hx-service-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, #38b07c 0%, #138b77 100%);
    box-shadow: 0 10px 22px rgba(19, 139, 119, 0.18);
    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: 45px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
}

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

.hx-cart-btn #cartItemCount {
    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: 600;
}

.hx-cart-btn .hx-icon-basket {
    width: 25px;
    height: 25px;
}

.hx-panel-btn:hover,
.hx-cart-btn:hover,
.hx-domain-form button:hover,
.hx-feature-card:hover .hx-card-btn,
.hx-service-card:hover .hx-service-btn {
    color: #fff;
    transform: translateY(-2px);
    background: linear-gradient(180deg, #41d390 0%, #1f9763 100%);
    box-shadow: 0 15px 28px rgba(31, 151, 99, 0.24);
}

.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(247, 255, 254, 0) 0%, var(--hx-surface) 23%),
        var(--hx-surface);
}

.hx-hero {
    position: relative;
    min-height: 586px;
    margin-top: -1px;
    padding: 268px 0 45px;
    color: #fff;
    background: linear-gradient(180deg, #071b17 0%, #144e43 100%);
}

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

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

.hx-hero-overlay {
    background:
        linear-gradient(180deg, rgba(7, 27, 23, 0.32) 0%, rgba(20, 78, 67, 0.34) 100%);
}

.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: 28px;
    font-weight: 600;
    line-height: 1.3;
}

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

.hx-domain-panel {
    display: grid;
    grid-template-columns: 204px minmax(0, 1fr);
    align-items: center;
    max-width: 974px;
    min-height: 199px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(59, 114, 95, 0.38);
    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: 199px;
    color: rgba(160, 246, 211, 0.58);
}

.hx-domain-globe .hx-icon {
    width: 150px;
    height: 150px;
}

.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: #67ae91;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.hx-domain-tabs a.active,
.hx-domain-tabs a:hover {
    color: #a0f6d3;
    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: 55px;
    border-radius: 10px;
    padding: 6px 7px 6px 18px;
    background: #0f392d;
    border: 1px solid rgba(117, 238, 196, 0.16);
}

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

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

.hx-domain-form input::placeholder {
    color: #859e97;
}

.hx-domain-form button {
    height: 40px;
    border-radius: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: #35ad7c;
    box-shadow: none;
}

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

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

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

.hx-feature-cards {
    position: relative;
    z-index: 5;
    margin-top: 0;
    padding: 30px 0 65px;
    background: #f7fffe;
}

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

.hx-feature-card {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 10px;
    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: 24px;
    line-height: 1.12;
    font-weight: 600;
}

.hx-feature-card-large h2 {
    color: #1cebf5;
    font-weight: 400;
    font-size: 26px;
}

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

.hx-card-btn,
.hx-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 28px;
    border-radius: 999px;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    background: #1e3231;
    box-shadow: none;
}

.hx-icon-button {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    transform: rotate(-90deg);
}

.hx-feature-card:nth-child(2) .hx-card-btn {
    background: #70d4a2;
}

.hx-feature-card-blue .hx-card-btn {
    background: #1b3968;
}

.hx-domain-form button:hover {
    background: #41d390;
}

.hx-feature-card:hover .hx-card-btn,
.hx-service-card:hover .hx-service-btn {
    background: #263f3d;
    box-shadow: 0 12px 24px rgba(30, 50, 49, 0.16);
}

.hx-feature-card:nth-child(2):hover .hx-card-btn {
    background: #7be2b0;
}

.hx-feature-card-blue:hover .hx-card-btn {
    background: #234879;
}

.hx-services {
    padding: 28px 0 71px;
    background:
        linear-gradient(180deg, #f7fffe 0%, #ebf9f7 100%);
}

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

.hx-section-title p {
    margin: 0 0 4px;
    color: #1db195;
    font-size: 20px;
    font-weight: 600;
}

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

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

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

.hx-service-card {
    position: relative;
    box-sizing: border-box;
    height: 222px;
    min-height: 0;
    padding: 58px 16px 70px;
    overflow: hidden;
    border: 1px solid rgba(15, 99, 85, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, #f3fcff 0%, #e1fffb 100%);
    box-shadow: 0 12px 28px rgba(7, 49, 43, 0.08);
    color: var(--hx-ink-2);
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hx-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(29, 177, 149, 0.1), transparent 30%),
        linear-gradient(180deg, #f7fffe 0%, #e6fffb 100%);
    transition: opacity 220ms ease;
}

.hx-service-card:hover {
    color: var(--hx-ink);
    transform: translateY(-3px);
    border-color: rgba(35, 200, 146, 0.36);
    box-shadow: 0 16px 32px rgba(7, 49, 43, 0.1);
}

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

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

.hx-service-icon {
    position: absolute;
    top: 14px;
    right: 24px;
    width: 48px;
    height: 48px;
    color: #343c54;
    opacity: 0.9;
    transition: transform 240ms ease, color 180ms ease;
}

.hx-service-card:hover .hx-service-icon {
    color: #343c54;
    transform: translateY(-2px) rotate(-3deg) scale(1.04);
}

.hx-service-card h3 {
    min-height: 42px;
    max-width: 126px;
    margin: 0 0 12px;
    color: #343c54;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 600;
}

.hx-service-card strong {
    display: block;
    color: #0a0a0a;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
}

.hx-service-card > span:not(.hx-service-icon) {
    display: block;
    margin: 7px 0 20px;
    color: #3d4d55;
    font-size: 13px;
    font-weight: 500;
}

.hx-service-btn {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 13px;
    width: auto;
    min-height: 43px;
    background: #1e3231;
}

.hx-why {
    margin-top: -1px;
    padding: 34px 0 0;
    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: 31px;
}

.hx-why-content .hx-section-title p {
    max-width: 760px;
    color: #24443f;
    font-size: 14px;
    font-weight: 500;
    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: 600;
}

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

.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: 600;
}

.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: 600;
    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: flex;
    gap: 32px;
    will-change: transform;
    transition: transform 420ms ease;
}

.hx-review-card {
    position: relative;
    flex: 0 0 calc((100% - 64px) / 3);
    min-height: 212px;
    margin: 52px 0 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: 600;
}

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

.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: 500;
}

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

.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: 600;
    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: 600;
    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: 500;
}

.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: 500;
}

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

@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-review-track {
        gap: 18px;
    }

    .hx-review-card {
        flex-basis: 100%;
    }

    .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;
    }
}
