.hh-skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1105;
    padding: .8rem 1rem;
    border-radius: .75rem;
    background: #ffffff;
    color: #0f172a;
    font-size: .82rem;
    font-weight: 700;
    border: 1px solid rgba(var(--bs-primary-rgb), .3);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .16);
    transform: translateY(-140%);
    transition: transform .18s ease;
}

.hh-skip-link:focus {
    transform: translateY(0);
    color: #0f172a;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(var(--bs-primary-rgb), .28);
    outline-offset: 3px;
}

#main-content:focus {
    outline: none;
}

.hh-page-loader {
    z-index: 1055;
}

.hh-toolbar-landing-bg {
    background-image: url("../../backend/media/svg/illustrations/landing.svg");
}

.landing-header .menu .menu-link.active,
.landing-header .menu .menu-item.show > .menu-link,
.landing-header .menu .menu-link.active .menu-title,
.landing-header .menu .menu-link.active .menu-arrow,
.landing-header .menu .menu-item.show > .menu-link .menu-title {
    color: var(--bs-primary) !important;
}

body[data-kt-sticky-landing-header="on"] .landing-header .menu .menu-link.active,
body[data-kt-sticky-landing-header="on"] .landing-header .menu .menu-item.show > .menu-link {
    color: var(--bs-primary) !important;
    background-color: transparent !important;
}

.landing-header {
    background: rgba(8, 12, 20, .96) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
    z-index: 1050 !important;
    position: relative;
    overflow: visible !important;
}

.landing-header .container,
.landing-header #kt_header_nav_wrapper,
.landing-header [data-kt-drawer-name="landing-menu"] {
    overflow: visible !important;
}

.landing-header .menu-link,
.landing-header .nav-link {
    color: rgba(255, 255, 255, .75) !important;
}

.landing-header .menu-link:hover,
.landing-header .nav-link:hover {
    color: #fff !important;
}

.landing-header .menu-sub-dropdown {
    background: #0d1420 !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    z-index: 1065 !important;
}

.landing-header .menu-sub-dropdown .menu-link {
    color: rgba(255, 255, 255, .7) !important;
}

.landing-header .menu-sub-dropdown .menu-link:hover,
.landing-header .menu-sub-dropdown .menu-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
}

.hh-page-header {
    background: #080c14;
    padding: 6rem 0 3rem;
    position: relative;
    color: #fff;
}

.hh-page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 100% at 85% 50%, rgba(var(--bs-primary-rgb), .15) 0%, transparent 55%);
    pointer-events: none;
}

.hh-page-header .container {
    position: relative;
    z-index: 1;
}

.hh-page-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.hh-page-header-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.025em;
    line-height: 1.1;
    margin-bottom: .55rem;
}

.hh-page-header-sub {
    color: rgba(255, 255, 255, .62);
    font-size: .95rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 0;
}

.hh-page-header-divider,
.hh-divider-dark {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
    margin: 0;
}

.hh-page-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem 0;
}

.hh-page-trust-item,
.hh-trust-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
}

.hh-page-trust-dot,
.hh-trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hh-trust-dot-success {
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, .5);
}

.hh-trust-dot-primary {
    background: var(--bs-primary);
    box-shadow: 0 0 6px rgba(var(--bs-primary-rgb), .5);
}

.hh-trust-dot-warning {
    background: #f59e0b;
    box-shadow: 0 0 6px rgba(245, 158, 11, .5);
}

.hh-trust-dot-info {
    background: #60a5fa;
    box-shadow: 0 0 6px rgba(96, 165, 250, .5);
}

.hh-btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .7rem 1.6rem;
    border-radius: .6rem;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}

.hh-btn-solid {
    background: var(--bs-primary);
    color: #fff;
    border: 1px solid var(--bs-primary);
}

.hh-btn-solid:hover {
    background: transparent;
    color: var(--bs-primary);
    text-decoration: none;
}

.hh-btn-outline-dark {
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
}

.hh-btn-outline-dark:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
}

.hh-btn-outline-light {
    background: transparent;
    color: var(--bs-primary);
    border: 1px solid rgba(var(--bs-primary-rgb), .35);
}

.hh-btn-outline-light:hover {
    background: rgba(var(--bs-primary-rgb), .06);
    color: var(--bs-primary);
    text-decoration: none;
}

.hh-btn-compact {
    padding: .5rem 1.1rem;
    font-size: .82rem;
}

.hh-btn-compact-sm {
    padding: .45rem 1rem;
    font-size: .8rem;
}

.hh-btn-center {
    justify-content: center;
}

.hh-btn-inline {
    display: inline-flex;
}

.hh-light {
    background: #f8f9fb;
    color: #1e293b;
}

.hh-section {
    padding: 5rem 0;
}

.hh-section-sm {
    padding: 3rem 0;
}

.hh-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .07), transparent);
    margin: 0;
}

.hh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .4rem .95rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--bs-primary-rgb), .3);
    background: rgba(var(--bs-primary-rgb), .08);
    color: var(--bs-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.hh-section-label {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .28rem .72rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), .1);
    border: 1px solid rgba(var(--bs-primary-rgb), .22);
    color: var(--bs-primary);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .9rem;
}

.hh-section-label-dark {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    color: #fff;
}

.hh-h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    color: #0f172a;
    margin-bottom: .6rem;
}

.hh-sub {
    font-size: .95rem;
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
}

.hh-sub-left {
    text-align: left;
    margin: 0;
}

.hh-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--bs-primary);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.hh-arrow-link:hover {
    text-decoration: underline;
    color: var(--bs-primary);
}

.hh-arrow-link-light {
    color: rgba(255, 255, 255, .8);
}

.hh-tag-primary {
    padding: .25rem .72rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), .1);
    border: 1px solid rgba(var(--bs-primary-rgb), .25);
    color: var(--bs-primary);
    font-size: .72rem;
    font-weight: 700;
}

.hh-tag-soft {
    padding: .2rem .6rem;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #475569;
    font-size: .68rem;
    font-weight: 600;
}

.hh-tag-inline {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.hh-tag-danger {
    background: rgba(239, 68, 68, .1);
    border-color: rgba(239, 68, 68, .25);
    color: #dc2626;
}

.hh-tag-inline-block {
    display: inline-flex;
    margin-bottom: 1.25rem;
}

.hh-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    transition: box-shadow .2s, border-color .2s;
}

.hh-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border-color: rgba(var(--bs-primary-rgb), .2);
}

.hh-card-pad-lg {
    padding: 2rem;
}

.hh-card-pad-md {
    padding: 1.75rem;
}

.hh-card-center-xl {
    padding: 3rem;
    text-align: center;
}

.hh-card-overflow-hidden {
    overflow: hidden;
}

.hh-card-sticky {
    position: sticky;
    top: 120px;
    padding: 1.75rem;
}

.hh-card-section-head {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.hh-card-section-body {
    padding: 2rem;
}

.hh-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.hh-card-title-tight {
    margin-bottom: .75rem;
}

.hh-card-title-sm {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-card-heading {
    font-size: 1.55rem;
    text-align: left;
}

.hh-kicker {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.hh-text-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-text-title-sm {
    font-size: .95rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-text-title-xs {
    font-size: .875rem;
    font-weight: 700;
    color: #374151;
}

.hh-text-meta {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: .15rem;
}

.hh-text-meta-sm {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .1rem;
}

.hh-text-body {
    color: #6b7280;
    font-size: .9rem;
    line-height: 1.7;
}

.hh-text-body-lg {
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hh-text-note {
    font-size: .75rem;
    color: #9ca3af;
    margin-top: .4rem;
}

.hh-text-note-center {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: .85rem;
    line-height: 1.6;
    text-align: center;
}

.hh-text-note-block {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: 1rem;
    line-height: 1.6;
}

.hh-price-hero {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-price-sub {
    font-size: 1.1rem;
    font-weight: 700;
    color: #374151;
}

.hh-overline {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin-bottom: .25rem;
}

.hh-overline-lg {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9ca3af;
    margin-bottom: .3rem;
}

.hh-row-between {
    display: flex;
    justify-content: space-between;
}

.hh-row-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hh-row-between-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.hh-row-inline {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.hh-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hh-summary-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
}

.hh-summary-box {
    padding: 1.25rem 2rem;
    border-radius: .85rem;
    background: #f8f9fb;
    border: 1px solid rgba(0, 0, 0, .08);
    flex: 1;
    min-width: 140px;
}

.hh-summary-box-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9ca3af;
    margin-bottom: .35rem;
}

.hh-summary-box-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-success-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
}

.hh-success-icon {
    font-size: 2.5rem;
    color: #22c55e;
}

.hh-success-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .65rem;
}

.hh-success-copy {
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hh-alert {
    border-radius: .85rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.hh-alert-info {
    background: #f0f9ff;
    border: 1px solid rgba(14, 165, 233, .25);
    color: #0369a1;
    font-size: .9rem;
    padding: 1.1rem 1.4rem;
}

.hh-alert-danger {
    background: #fef2f2;
    border: 1px solid rgba(239, 68, 68, .25);
    color: #b91c1c;
}

.hh-alert-title {
    font-weight: 700;
    margin-bottom: .5rem;
}

.hh-alert-list {
    margin: 0;
    padding-left: 1.25rem;
    font-size: .875rem;
}

.hh-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hh-features li {
    padding: .48rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: .85rem;
    color: #374151;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.hh-features li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bs-primary);
    flex-shrink: 0;
}

.hh-footer {
    background: radial-gradient(ellipse 80% 100% at 10% 10%, rgba(var(--bs-primary-rgb), .14) 0%, transparent 50%), #080c14;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hh-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .6));
    pointer-events: none;
}

.hh-footer .container {
    position: relative;
    z-index: 1;
}

.hh-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
    gap: 1.5rem;
    padding: 4rem 0 2rem;
}

.hh-footer-brand {
    max-width: 420px;
}

.hh-footer-brand-copy {
    color: rgba(255, 255, 255, .66);
    font-size: .9rem;
    line-height: 1.75;
    margin: 1rem 0 1.5rem;
}

.hh-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.hh-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .74);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.hh-footer-title {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .42);
    margin-bottom: 1rem;
}

.hh-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.hh-footer-links a {
    color: rgba(255, 255, 255, .78);
    font-size: .88rem;
    text-decoration: none;
}

.hh-footer-links a:hover {
    color: #fff;
}

.hh-footer-card {
    padding: 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.hh-footer-card-copy {
    color: rgba(255, 255, 255, .66);
    font-size: .84rem;
    line-height: 1.7;
    margin: .5rem 0 1rem;
}

.hh-footer-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.hh-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.hh-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .52);
    font-size: .8rem;
}

.hh-page {
    overflow-x: hidden;
}

.hh-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #080c14;
    overflow: hidden;
    color: #fff;
}

.hh-hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 55% at 68% 15%, rgba(var(--bs-primary-rgb), .22) 0%, transparent 55%), radial-gradient(ellipse 45% 45% at 15% 85%, rgba(13, 202, 240, .07) 0%, transparent 55%);
    pointer-events: none;
}

.hh-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .5) 75%, transparent 100%);
}

.hh-hero-body {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 8rem 0 4rem;
}

.hh-hero-h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: 1.5rem;
}

.hh-hero-h1 .accent {
    background: linear-gradient(125deg, var(--bs-primary), #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hh-hero-sub {
    color: rgba(255, 255, 255, .72);
    font-size: 1.1rem;
    line-height: 1.75;
    max-width: 540px;
    margin-bottom: 2.5rem;
}

.hh-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
    margin-bottom: 3rem;
}

.hh-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    align-items: center;
}

.hh-stat .num {
    font-size: 1.9rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hh-stat .lbl {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .45);
    margin-top: .3rem;
}

.hh-stats-div {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .12);
    flex-shrink: 0;
}

.hh-preview {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1.25rem;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
}

.hh-preview-head {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.hh-online-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 7px rgba(34, 197, 94, .7);
    flex-shrink: 0;
}

.hh-preview-name {
    font-weight: 700;
    font-size: .88rem;
    color: #fff;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hh-pill-green {
    padding: .2rem .6rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, .15);
    color: #22c55e;
    font-size: .68rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hh-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.hh-spec:last-of-type {
    border-bottom: none;
}

.hh-spec .k {
    font-size: .75rem;
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
}

.hh-spec .v {
    font-size: .82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
}

.hh-preview-footer {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .07);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hh-price-from {
    font-size: .65rem;
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hh-price-val {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hh-price-per {
    font-size: .75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .45);
}

.hh-carousel {
    position: relative;
}

.hh-carousel-track {
    position: relative;
}

.hh-carousel-slide {
    display: none;
    animation: hhFadeIn .45s ease;
}

.hh-carousel-slide.active {
    display: block;
}

@keyframes hhFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hh-carousel-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
}

.hh-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

.hh-carousel-dot.active {
    background: var(--bs-primary);
    transform: scale(1.35);
}

.hh-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 1.75rem 0;
}

.hh-promo-strip {
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
}

.hh-promo-item {
    flex: 1;
    padding: 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, .07);
    text-decoration: none;
    transition: background .2s;
    color: inherit;
}

.hh-promo-item:last-child {
    border-right: none;
}

.hh-promo-item:hover {
    background: #f1f5f9;
    text-decoration: none;
    color: inherit;
}

.hh-promo-ey {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--bs-primary);
    margin-bottom: .4rem;
}

.hh-promo-ttl {
    font-size: .95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .3rem;
}

.hh-promo-dsc {
    font-size: .78rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.hh-svc {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .1);
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
}

.hh-svc:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
    text-decoration: none;
}

.hh-svc-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.hh-svc:hover .hh-svc-bg {
    transform: scale(1.04);
}

.hh-svc::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 12, 20, .93) 0%, rgba(8, 12, 20, .3) 60%, transparent 100%);
    z-index: 1;
}

.hh-svc-body {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 1.75rem;
    color: #fff;
}

.hh-svc-icon {
    width: 40px;
    height: 40px;
    border-radius: .65rem;
    background: rgba(var(--bs-primary-rgb), .15);
    border: 1px solid rgba(var(--bs-primary-rgb), .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .9rem;
}

.hh-svc-icon-img {
    filter: brightness(0) invert(1) opacity(.9);
}

.hh-svc-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .4rem;
}

.hh-svc-desc {
    font-size: .92rem;
    color: rgba(255, 255, 255, .68);
    margin-bottom: .9rem;
    line-height: 1.6;
}

.hh-group {
    border-radius: 1rem;
    padding: 1.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    transition: box-shadow .2s, border-color .2s, transform .2s;
}

.hh-group:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
    border-color: rgba(var(--bs-primary-rgb), .25);
    transform: translateY(-2px);
}

.hh-group-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-group-meta {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: .2rem;
}

.hh-plan {
    border-radius: 1rem;
    padding: 1.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    transition: box-shadow .2s, border-color .2s;
}

.hh-plan:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
    border-color: rgba(var(--bs-primary-rgb), .25);
}

.hh-plan.featured {
    border-color: rgba(var(--bs-primary-rgb), .45);
    background: #f0f6ff;
    box-shadow: 0 4px 20px rgba(var(--bs-primary-rgb), .1);
}

.hh-plan-price {
    font-size: 1.95rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-plan-period {
    font-size: .72rem;
    color: #9ca3af;
}

.hh-featured-shell {
    border-radius: 1.25rem;
    padding: 2.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.hh-featured-heading {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .25rem;
}

.hh-featured-subheading {
    font-size: .82rem;
    color: #6b7280;
}

.hh-plan-title {
    font-size: .95rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-plan-meta {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: .15rem;
}

.hh-plan-footer {
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.hh-annual-label {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    font-weight: 700;
    margin-bottom: .15rem;
}

.hh-annual-value {
    font-weight: 700;
    color: #374151;
}

.hh-empty-soft {
    padding: 1.5rem;
    border-radius: .85rem;
    background: #f1f5f9;
    color: #6b7280;
}

.hh-empty-copy {
    color: #6b7280;
    padding: 1rem;
}

.hh-spec-card {
    text-align: center;
    padding: 1.4rem .9rem;
    border-radius: .85rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.hh-spec-card .lbl {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--bs-primary);
    margin-bottom: .45rem;
}

.hh-spec-card .val {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-spec-card .unit {
    font-size: .72rem;
    color: #9ca3af;
    margin-top: .2rem;
}

.hh-os-badge {
    display: inline-flex;
    padding: .28rem .7rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    background: #f1f5f9;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #475569;
}

.hh-loc {
    padding: 1.1rem 1.4rem;
    border-radius: .85rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: border-color .2s;
}

.hh-loc:hover {
    border-color: rgba(var(--bs-primary-rgb), .3);
}

.hh-loc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
    flex-shrink: 0;
}

.hh-colo {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: .85rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: border-color .2s;
}

.hh-colo:hover {
    border-color: rgba(var(--bs-primary-rgb), .3);
}

.hh-colo-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    filter: invert(28%) sepia(90%) saturate(500%) hue-rotate(210deg) brightness(95%);
    margin-top: .1rem;
    opacity: .85;
}

.hh-colo h4 {
    font-size: .9rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .3rem;
}

.hh-colo p {
    font-size: .8rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.hh-colo p a {
    color: var(--bs-primary);
}

.hh-colocation-image {
    border-radius: 1rem;
    max-height: 300px;
}

.hh-why {
    padding: 1.2rem;
    border-radius: .85rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: box-shadow .2s, border-color .2s;
}

.hh-why:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    border-color: rgba(var(--bs-primary-rgb), .25);
}

.hh-why img {
    width: 26px;
    height: 26px;
    margin-bottom: .65rem;
    filter: invert(28%) sepia(90%) saturate(500%) hue-rotate(210deg) brightness(95%);
    opacity: .85;
}

.hh-why .ttl {
    font-size: .82rem;
    font-weight: 700;
    color: #1e293b;
}

.hh-panel-row {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.hh-panel-row:last-child {
    border-bottom: none;
}

.hh-panel-row img {
    width: 20px;
    height: 20px;
    filter: invert(28%) sepia(90%) saturate(500%) hue-rotate(210deg) brightness(95%);
    flex-shrink: 0;
    opacity: .8;
}

.hh-panel-row .txt {
    font-size: .85rem;
    font-weight: 600;
    color: #374151;
}

.hh-panel-image {
    max-height: 190px;
}

.hh-cta-banner {
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hh-cta-banner img.bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hh-cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 20, .78);
    z-index: 1;
}

.hh-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem;
    width: 100%;
}

.hh-cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .75rem;
}

.hh-cta-copy {
    color: rgba(255, 255, 255, .72);
    font-size: .95rem;
    margin-bottom: 2rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hh-contact-card {
    padding: 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #0f172a 0%, #111c31 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 12px 36px rgba(15, 23, 42, .18);
    height: 100%;
}

.hh-contact-card p {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    line-height: 1.75;
}

.hh-contact-points {
    display: grid;
    gap: .9rem;
    margin: 1.5rem 0 2rem;
}

.hh-contact-point {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .95rem 1rem;
    border-radius: .95rem;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
}

.hh-contact-point strong {
    display: block;
    color: #fff;
    font-size: .88rem;
    margin-bottom: .18rem;
}

.hh-contact-point span {
    display: block;
    color: rgba(255, 255, 255, .64);
    font-size: .78rem;
    line-height: 1.6;
}

.hh-contact-side {
    padding: 2rem;
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 3px 14px rgba(15, 23, 42, .05);
    height: 100%;
}

.hh-contact-side-list {
    display: grid;
    gap: .85rem;
    margin-top: 1.5rem;
}

.hh-contact-side-item {
    padding: 1rem 1rem 1rem 1.1rem;
    border-radius: .9rem;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, .06);
}

.hh-contact-side-item strong {
    display: block;
    color: #0f172a;
    font-size: .86rem;
    margin-bottom: .25rem;
}

.hh-contact-side-item span {
    color: #64748b;
    font-size: .78rem;
    line-height: 1.6;
}

.hh-mini-kicker {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0;
}

.hh-chip {
    padding: 1.1rem;
    border-radius: .85rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: border-color .2s, box-shadow .2s;
}

.hh-chip:hover {
    border-color: rgba(0, 0, 0, .14);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.hh-chip.partner img {
    max-height: 52px;
    width: auto;
    filter: grayscale(100%);
    opacity: .6;
    transition: filter .25s, opacity .25s;
}

.hh-chip.partner:hover img {
    filter: none;
    opacity: 1;
}

.hh-chip.payment img {
    max-height: 20px;
    width: auto;
    opacity: .55;
    transition: opacity .25s;
}

.hh-chip.payment:hover img {
    opacity: 1;
}

.hh-a {
    animation: hh-rise .65s ease both;
}

.hh-a1 {
    animation-delay: .1s;
}

.hh-a2 {
    animation-delay: .22s;
}

.hh-a3 {
    animation-delay: .36s;
}

.hh-a4 {
    animation-delay: .5s;
}

@keyframes hh-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hh-plan-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 3px 14px rgba(15, 23, 42, .05);
}

.hh-plan-summary-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748b;
    margin-bottom: .25rem;
}

.hh-plan-summary-copy {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.hh-group-index {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.5rem;
}

.hh-group-index-link {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1rem;
    border-radius: .9rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #0f172a;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hh-group-index-link:hover {
    transform: translateY(-1px);
    border-color: rgba(var(--bs-primary-rgb), .25);
    box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
    color: #0f172a;
    text-decoration: none;
}

.hh-group-index-label {
    font-size: .86rem;
    font-weight: 700;
}

.hh-group-index-meta {
    font-size: .72rem;
    color: #64748b;
}

.hh-plan-section {
    scroll-margin-top: 9rem;
}

.hh-toggle-shell {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: .65rem;
    padding: .35rem;
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
}

.hh-toggle-discount {
    font-size: .7rem;
    font-weight: 600;
    margin-left: .25rem;
    color: #22c55e;
}

.hh-table-min {
    min-width: 600px;
}

.hh-table-head-row {
    background: #f8f9fb;
    border-bottom: 2px solid rgba(0, 0, 0, .07);
}

.hh-table-th {
    padding: 1rem 1.25rem;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #6b7280;
}

.hh-table-th-right {
    text-align: right;
}

.hh-table-th-action {
    width: 120px;
}

.hh-table-row {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.hh-table-row-featured {
    background: rgba(var(--bs-primary-rgb), .03);
}

.hh-table-cell {
    padding: 1.25rem;
}

.table.hh-table-min > :not(caption) > * > .hh-table-th,
.table.hh-table-min > :not(caption) > * > .hh-table-cell {
    padding: 1.15rem 1.5rem !important;
}

.hh-cell-price {
    text-align: right;
}

.hh-plan-name {
    font-weight: 700;
    color: #0f172a;
    font-size: .95rem;
}

.hh-tag-featured {
    font-size: .62rem;
}

.hh-plan-desc {
    font-size: .78rem;
    color: #6b7280;
    margin-bottom: .6rem;
}

.hh-plan-price-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-plan-price-period {
    font-size: .72rem;
    color: #9ca3af;
}

.hh-custom-quote {
    color: var(--bs-primary);
}

.hh-empty-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .5rem;
}

.hh-empty-card-copy {
    color: #6b7280;
    font-size: .9rem;
}

.hh-check-row {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.hh-check-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hh-check-text {
    font-size: .9rem;
    font-weight: 600;
    color: #374151;
}

.hh-vps-message {
    margin-bottom: 2.5rem;
}

.hh-range-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.hh-range-label {
    font-size: .875rem;
    font-weight: 700;
    color: #374151;
}

.hh-range-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.hh-range-unit {
    font-size: .75rem;
    color: #9ca3af;
    font-weight: 600;
}

.hh-range-meta {
    display: flex;
    justify-content: space-between;
    font-size: .7rem;
    color: #9ca3af;
    margin-top: .4rem;
    font-weight: 600;
}

.hh-storage-toggle {
    display: flex;
    gap: .5rem;
    background: #f1f5f9;
    border-radius: .5rem;
    padding: .25rem;
}

.hh-storage-toggle-label {
    cursor: pointer;
}

.hh-storage-toggle-chip {
    display: inline-block;
    padding: .3rem .8rem;
    border-radius: .4rem;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s;
}

.hh-summary-breakdown {
    border-top: 1px solid rgba(0, 0, 0, .07);
    padding-top: 1.25rem;
    margin-bottom: 1.5rem;
}

.hh-summary-breakdown-title {
    font-size: .78rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: .85rem;
}

.hh-summary-line {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
}

.hh-summary-line-label {
    color: #6b7280;
}

.hh-summary-line-value {
    font-weight: 700;
    color: #0f172a;
}

.hh-static-option {
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: .65rem;
    padding: .85rem 1.1rem;
    background: #f8f9fb;
}

.hh-static-option-title {
    font-weight: 600;
    color: #0f172a;
    font-size: .875rem;
}

.hh-static-option-copy {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .2rem;
}

.hh-option-title {
    font-weight: 600;
    color: #0f172a;
    font-size: .875rem;
}

.hh-option-copy {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .15rem;
}

.hh-option-group-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .85rem;
    font-size: .9rem;
}

.hh-inline-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .82rem;
}

.hh-summary-total {
    margin-bottom: 1.25rem;
}

.hh-summary-total-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin-bottom: .25rem;
}

.hh-summary-total-value {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-summary-base {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.hh-summary-selected {
    border-top: 1px solid rgba(0, 0, 0, .07);
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.hh-summary-selected-title {
    font-size: .78rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: .85rem;
}

.hh-form-label {
    color: #374151;
}

.hh-vps-total {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.hh-vps-total-copy {
    font-size: .78rem;
    color: #6b7280;
    margin-top: .3rem;
}

@media (min-width: 992px) {
    .landing-header .menu-item {
        position: relative;
    }

    .landing-header .menu-sub-dropdown {
        inset: auto auto auto 0;
    }
}

@media (max-width: 991.98px) {
    .hh-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hh-hero-body {
        padding: 7rem 0 3rem;
    }

    .hh-promo-strip {
        flex-direction: column;
    }

    .hh-promo-item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
    }

    .hh-promo-item:last-child {
        border-bottom: none;
    }

    .hh-cta-content {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hh-footer-grid {
        grid-template-columns: 1fr;
        padding-top: 3rem;
    }

    .hh-footer-bottom {
        flex-direction: column;
    }

    .hh-stats {
        gap: 1.1rem;
    }

    .hh-stats-div {
        display: none;
    }
}
