/* LigaHosting reference design. The lh- namespace isolates the customer shell from the admin UI. */

html.lh-site {
    color-scheme: dark;
    --bg: #0c0f26;
    --surface: #1e1a36;
    --text: #f3f4ff;
    --muted: #b3afd0;
    --line: #ffffff16;
    --brand: #c4b5fd;
    --blue: #8b5cf6;
    --mint: #a1e8c9;
    --header: 90px;
}

body.theme-ligahosting * {
    box-sizing: border-box;
}

html.lh-site {
    scroll-behavior: smooth;
    scroll-padding-top: 115px;
}

body.theme-ligahosting {
    margin: 0px;
    font: 16px / 1.75 Inter, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

body.theme-ligahosting button,
body.theme-ligahosting input {
    font: inherit;
}

body.theme-ligahosting a {
    color: inherit;
    text-decoration: none;
}

body.theme-ligahosting button {
    color: inherit;
    cursor: pointer;
    border: 0px;
}

body.theme-ligahosting a,
body.theme-ligahosting button,
body.theme-ligahosting input {
    touch-action: manipulation;
    outline-offset: 5px;
}

body.theme-ligahosting a:focus-visible,
body.theme-ligahosting button:focus-visible,
body.theme-ligahosting input:focus-visible,
body.theme-ligahosting summary:focus-visible {
    outline: rgb(192, 166, 255) solid 2px;
}

body.theme-ligahosting button:disabled {
    opacity: 0.35;
    cursor: default;
}

body.theme-ligahosting p,
body.theme-ligahosting h1,
body.theme-ligahosting h2,
body.theme-ligahosting h3 {
    margin: 0px;
}

body.theme-ligahosting p {
    color: var(--muted);
}

body.theme-ligahosting h1,
body.theme-ligahosting h2,
body.theme-ligahosting h3 {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0px;
}

body.theme-ligahosting h2 {
    font-size: 44px;
}

body.theme-ligahosting h3 {
    font-size: 23px;
}

body.theme-ligahosting ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body.theme-ligahosting img,
body.theme-ligahosting svg {
    max-width: 100%;
}

body.theme-ligahosting ::selection {
    background: rgb(152, 105, 235);
    color: white;
}

/* The homepage plan catalog and the reviews carousel are promotional UI,
   not copy-worthy text. Drag-selecting across them (even starting from the
   heading above) painted the card gaps / table cells / padding and looked
   broken. Opt the whole sections out of text selection, out of the native
   link-drag ghost, and out of the mobile tap flash. */
body.theme-ligahosting #services,
body.theme-ligahosting #reviews,
body.theme-ligahosting .lh-catalog,
body.theme-ligahosting .lh-review-track {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body.theme-ligahosting #services a,
body.theme-ligahosting #reviews a,
body.theme-ligahosting .lh-catalog a,
body.theme-ligahosting .lh-review-track a,
body.theme-ligahosting .lh-catalog img,
body.theme-ligahosting .lh-review-track img {
    -webkit-user-drag: none;
}

/* The plans table and the reviews carousel used to be tabindex="0" scroll
   regions, so clicking / drag-selecting into them focused the div and the
   browser drew a focus ring — a square with white-ish margins around it.
   tabindex is gone from the markup now; belt-and-suspenders, make sure no
   stray focus ring can render on these containers. */
body.theme-ligahosting .lh-table-scroll:focus,
body.theme-ligahosting .lh-table-scroll:focus-visible,
body.theme-ligahosting .lh-review-track:focus,
body.theme-ligahosting .lh-review-track:focus-visible {
    outline: none !important;
}

body.theme-ligahosting .lh-icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-symbols {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

body.theme-ligahosting [hidden] {
    display: none !important;
}

body.theme-ligahosting .lh-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
}

body.theme-ligahosting .lh-skip {
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 10px;
    background: var(--brand);
    color: rgb(20, 17, 38);
    z-index: 100;
    transform: translateY(-160%);
}

body.theme-ligahosting .lh-skip:focus {
    transform: none;
}

body.theme-ligahosting .lh-eyebrow {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--brand);
    font-weight: 500;
}

body.theme-ligahosting .lh-mono {
    font-family: "JetBrains Mono", monospace;
}

body.theme-ligahosting .lh-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: rgba(161, 232, 201, 0.314) 0px 0px 15px;
    display: inline-block;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-header {
    height: var(--header);
    position: sticky;
    top: 0px;
    z-index: 50;
    background: rgba(12, 15, 38, 0.933);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(25px);
}

body.theme-ligahosting .lh-header-inner {
    height: 100%;
    max-width: 1760px;
    padding: 0px 35px;
    margin: auto;
    display: flex;
    gap: 34px;
    align-items: center;
}

body.theme-ligahosting .lh-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-brand img {
    display: block;
    width: 235px;
    height: auto;
}

body.theme-ligahosting .lh-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
    font-size: 14px;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-shop > summary {
    color: rgb(200, 187, 224);
    white-space: nowrap;
}

body.theme-ligahosting .lh-nav > a:hover,
body.theme-ligahosting .lh-shop > summary:hover {
    color: white;
}

body.theme-ligahosting .lh-shop {
    position: relative;
}

body.theme-ligahosting .lh-shop > summary {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    cursor: pointer;
}

body.theme-ligahosting .lh-shop > summary::-webkit-details-marker {
    display: none;
}

body.theme-ligahosting .lh-shop > summary .lh-icon {
    width: 14px;
}

body.theme-ligahosting .lh-shop[open] > summary .lh-icon {
    transform: rotate(180deg);
}

body.theme-ligahosting .lh-dropdown {
    position: absolute;
    top: 42px;
    left: -25px;
    width: 310px;
    border: 1px solid rgba(204, 175, 255, 0.165);
    border-radius: 15px;
    background: rgb(40, 36, 71);
    padding: 10px;
    box-shadow: rgba(10, 7, 27, 0.5) 0px 25px 55px;
}

body.theme-ligahosting .lh-dropdown a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px;
    border-radius: 9px;
}

body.theme-ligahosting .lh-dropdown a:hover {
    background: rgba(255, 255, 255, 0.03);
}

body.theme-ligahosting .lh-dropdown .lh-icon {
    color: rgb(216, 195, 255);
}

body.theme-ligahosting .lh-dropdown strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

body.theme-ligahosting .lh-dropdown small {
    display: block;
    font-size: 12px;
    color: rgb(177, 161, 209);
}

body.theme-ligahosting .lh-account {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    padding-left: 26px;
    border-left: 1px solid var(--line);
}

body.theme-ligahosting .lh-register {
    border: 1px solid rgba(208, 182, 255, 0.25);
    padding: 9px 15px;
    border-radius: 8px;
    background: rgba(208, 182, 255, 0.027);
}

body.theme-ligahosting .lh-account a:hover {
    color: var(--brand);
}

body.theme-ligahosting .lh-menu-toggle {
    display: none;
    background: transparent;
    padding: 9px;
}

body.theme-ligahosting .lh-mobile-login {
    display: none !important;
}

body.theme-ligahosting .lh-shell {
    max-width: 1690px;
    margin: auto;
    padding: 0px 32px;
    display: grid;
    grid-template-columns: 170px minmax(0px, 1fr);
    gap: 40px;
}

body.theme-ligahosting .lh-rail {
    position: sticky;
    align-self: start;
    top: calc(var(--header) + 30px);
    height: calc(100svh - var(--header) - 60px);
    min-height: 440px;
    border-right: 1px solid var(--line);
    padding: 18px 20px 10px 0px;
    display: flex;
    flex-direction: column;
}

body.theme-ligahosting .lh-rail-label {
    font-size: 12px;
    letter-spacing: 0px;
    color: rgb(128, 112, 159);
    margin: 0px 0px 26px 10px;
}

body.theme-ligahosting .lh-section-nav {
    display: grid;
    gap: 11px;
}

body.theme-ligahosting .lh-section-nav a {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 9px;
    border-radius: 8px;
    color: rgb(157, 141, 188);
    transition: background 0.4s, color 0.4s;
}

body.theme-ligahosting .lh-section-nav a span {
    font: 12px "JetBrains Mono", monospace;
    opacity: 0.5;
}

body.theme-ligahosting .lh-section-nav a:hover {
    background: rgba(255, 255, 255, 0.02);
    color: white;
}

body.theme-ligahosting .lh-section-nav a[aria-current] {
    color: rgb(215, 194, 255);
    background: rgba(164, 113, 255, 0.07);
}

body.theme-ligahosting .lh-section-nav a[aria-current] span {
    opacity: 1;
    color: rgb(188, 152, 255);
}

body.theme-ligahosting .lh-rail-bottom {
    margin-top: auto;
    padding: 25px 10px 0px;
}

body.theme-ligahosting .lh-rail-bottom::before {
    content: "";
    display: block;
    height: 1px;
    background: var(--line);
    margin-bottom: 22px;
}

body.theme-ligahosting .lh-rail-bottom a {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

body.theme-ligahosting .lh-rail-bottom .lh-icon {
    width: 17px;
}

body.theme-ligahosting .lh-rail-bottom p {
    font-size: 12px;
    margin-top: 8px;
    color: rgb(135, 119, 167);
}

body.theme-ligahosting .lh-main {
    min-width: 0px;
}

body.theme-ligahosting .lh-section {
    padding: 84px 0px;
}

body.theme-ligahosting .lh-section + .lh-section {
    border-top: 1px solid var(--line);
}

body.theme-ligahosting .lh-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

body.theme-ligahosting .lh-heading .lh-eyebrow {
    margin-bottom: 14px;
}

body.theme-ligahosting .lh-heading p:not(.lh-eyebrow) {
    margin-top: 16px;
    max-width: 660px;
}

body.theme-ligahosting .lh-section-num {
    color: rgb(123, 105, 159);
    font: 13px "JetBrains Mono", monospace;
    white-space: nowrap;
}

body.theme-ligahosting .lh-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 9px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    transition: background 0.35s, transform 0.35s, box-shadow 0.35s;
}

body.theme-ligahosting .lh-btn:hover {
    transform: translateY(-2px);
}

body.theme-ligahosting .lh-btn .lh-icon {
    width: 18px;
    height: 18px;
}

body.theme-ligahosting .lh-btn-primary {
    background: var(--brand);
    color: rgb(30, 25, 77);
    box-shadow: rgba(174, 130, 255, 0.04) 0px 5px 25px;
}

body.theme-ligahosting .lh-btn-primary:hover {
    background: rgb(228, 213, 255);
    box-shadow: rgba(175, 131, 255, 0.125) 0px 10px 30px;
}

body.theme-ligahosting .lh-btn-secondary {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.153);
}

body.theme-ligahosting .lh-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.035);
}

body.theme-ligahosting .lh-btn-blue {
    background: rgb(137, 86, 227);
    color: white;
}

body.theme-ligahosting .lh-text-link {
    font-size: 14px;
    color: rgb(209, 188, 249);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;
}

body.theme-ligahosting .lh-text-link .lh-icon {
    width: 18px;
}

body.theme-ligahosting .lh-text-link:hover {
    color: white;
}

body.theme-ligahosting .lh-hero {
    padding: 42px 0px 0px;
    isolation: isolate;
    position: relative;
}

body.theme-ligahosting .lh-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -85px;
    left: 10%;
    right: -30px;
    height: 690px;
    background: radial-gradient(at 85% 40%, rgba(133, 86, 213, 0.2), transparent 57%), radial-gradient(at 28% 30%, rgba(130, 87, 192, 0.082), transparent 60%);
    animation: 16s ease-in-out 0s infinite alternate none running ambient;
}

body.theme-ligahosting .lh-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
}

body.theme-ligahosting .lh-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(185, 173, 209);
    font-size: 12px;
    letter-spacing: 0px;
}

body.theme-ligahosting .lh-status .lh-icon {
    width: 13px;
    height: 13px;
}

body.theme-ligahosting .lh-hero-grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    gap: 50px;
    align-items: center;
}

body.theme-ligahosting .lh-hero-copy {
    padding-bottom: 25px;
}

body.theme-ligahosting .lh-hero-copy .lh-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 21px;
}

body.theme-ligahosting .lh-hero-copy .lh-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--brand);
}

body.theme-ligahosting h1 {
    font-size: 67px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0px;
}

body.theme-ligahosting h1 span {
    display: block;
    color: var(--brand);
}

body.theme-ligahosting .lh-hero-copy > p:not(.lh-eyebrow) {
    margin: 25px 0px 30px;
    max-width: 575px;
    font-size: 17px;
    line-height: 1.85;
    color: rgb(188, 174, 214);
}

body.theme-ligahosting .lh-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body.theme-ligahosting .lh-hero-products {
    display: grid;
    gap: 15px;
    padding-bottom: 20px;
}

body.theme-ligahosting .lh-offer {
    display: block;
    padding: 28px 30px;
    border: 1px solid rgba(201, 172, 255, 0.145);
    border-radius: 20px;
    background: linear-gradient(115deg, rgb(42, 37, 77), rgb(34, 30, 66));
    transition: transform 0.5s, border-color 0.5s, box-shadow 0.5s;
}

body.theme-ligahosting .lh-offer:hover {
    transform: translateY(-4px);
    border-color: rgba(208, 182, 255, 0.376);
    box-shadow: rgba(12, 8, 36, 0.17) 0px 18px 50px;
}

body.theme-ligahosting .lh-offer.lh-performance {
    margin-left: 30px;
    background: linear-gradient(115deg, rgb(133, 82, 223), rgb(140, 96, 208) 68%, rgb(119, 99, 206));
    border-color: rgba(205, 176, 255, 0.333);
    box-shadow: rgba(118, 72, 199, 0.11) 0px 15px 50px;
}

body.theme-ligahosting .lh-offer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

body.theme-ligahosting .lh-offer-type {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgb(224, 208, 255);
}

body.theme-ligahosting .lh-offer-type .lh-icon {
    width: 20px;
}

body.theme-ligahosting .lh-offer-head > .lh-icon {
    width: 17px;
    opacity: 0.6;
}

body.theme-ligahosting .lh-offer-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 23px 0px 19px;
}

body.theme-ligahosting .lh-offer-price strong {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1;
}

body.theme-ligahosting .lh-offer-price span {
    font-size: 13px;
    color: rgb(191, 174, 224);
}

body.theme-ligahosting .lh-offer-specs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.106);
    font-size: 13px;
    color: rgb(191, 175, 223);
}

body.theme-ligahosting .lh-offer-specs span + span {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

body.theme-ligahosting .lh-performance .lh-offer-price span,
body.theme-ligahosting .lh-performance .lh-offer-specs {
    color: rgb(228, 213, 255);
}

body.theme-ligahosting .lh-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid var(--line);
    margin-top: 25px;
    padding: 28px 0px;
}

body.theme-ligahosting .lh-hero-proof > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.theme-ligahosting .lh-hero-proof .lh-icon {
    width: 26px;
    height: 26px;
    color: rgb(173, 148, 223);
}

body.theme-ligahosting .lh-hero-proof strong {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.5;
}

body.theme-ligahosting .lh-hero-proof span {
    font-size: 13px;
    color: rgb(159, 141, 195);
    display: block;
}

body.theme-ligahosting .lh-community {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 19px 23px;
    border: 1px solid rgba(190, 159, 247, 0.137);
    border-radius: 12px;
    background: rgba(38, 34, 75, 0.157);
    transition: background 0.4s;
}

body.theme-ligahosting .lh-community:hover {
    background: rgba(42, 37, 81, 0.4);
}

body.theme-ligahosting .lh-community > .lh-icon:first-child {
    width: 26px;
    height: 26px;
    color: rgb(200, 178, 243);
}

body.theme-ligahosting .lh-community strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

body.theme-ligahosting .lh-community span {
    display: block;
    font-size: 13px;
    color: rgb(161, 143, 201);
}

body.theme-ligahosting .lh-community > .lh-icon:last-child {
    margin-left: auto;
    width: 17px;
}

body.theme-ligahosting .lh-catalog {
    border: 1px solid rgba(190, 163, 239, 0.137);
    border-radius: 22px;
    overflow: hidden;
    background: rgb(28, 24, 57);
    display: grid;
    grid-template-columns: 260px minmax(0px, 1fr);
}

body.theme-ligahosting .lh-catalog-sidebar {
    padding: 26px 16px;
    background: rgb(36, 32, 65);
    display: flex;
    flex-direction: column;
}

body.theme-ligahosting .lh-catalog-sidebar > p {
    font-size: 12px;
    letter-spacing: 0px;
    color: rgb(159, 140, 199);
    margin: 0px 14px 19px;
}

body.theme-ligahosting .lh-product-tabs {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

body.theme-ligahosting .lh-product-tab {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 11px;
    padding: 17px 14px;
    text-align: left;
    transition: background 0.3s, border-color 0.3s;
}

body.theme-ligahosting .lh-product-tab:hover {
    background: rgba(255, 255, 255, 0.02);
}

body.theme-ligahosting .lh-product-tab[aria-selected="true"] {
    background: rgba(208, 182, 255, 0.07);
    border-color: rgba(208, 182, 255, 0.157);
}

body.theme-ligahosting .lh-product-tab strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

body.theme-ligahosting .lh-product-tab .lh-icon {
    width: 19px;
    height: 19px;
    color: rgb(201, 177, 246);
}

body.theme-ligahosting .lh-product-tab small {
    display: block;
    font-size: 13px;
    color: rgb(162, 143, 200);
    margin: 6px 0px 0px 29px;
}

body.theme-ligahosting .lh-product-tab[aria-selected="true"] strong {
    color: rgb(220, 201, 255);
}

body.theme-ligahosting .lh-included {
    display: grid;
    gap: 13px;
    margin: auto 14px 0px;
    padding-top: 40px;
}

body.theme-ligahosting .lh-included li {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgb(182, 166, 215);
}

body.theme-ligahosting .lh-included .lh-icon {
    width: 15px;
    height: 15px;
    color: rgb(163, 216, 206);
}

body.theme-ligahosting .lh-catalog-main {
    padding: 30px 28px 19px;
    min-width: 0px;
}

body.theme-ligahosting .lh-product-intro {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

body.theme-ligahosting .lh-product-intro h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

body.theme-ligahosting .lh-product-intro p {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.8;
}

body.theme-ligahosting .lh-product-intro > .lh-icon {
    width: 31px;
    height: 31px;
    color: rgb(170, 142, 225);
}

body.theme-ligahosting .lh-catalog-controls {
    margin: 26px 0px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.theme-ligahosting .lh-location-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: rgb(180, 159, 222);
}

body.theme-ligahosting .lh-location-label .lh-icon {
    width: 15px;
    height: 15px;
}

body.theme-ligahosting .lh-billing {
    display: flex;
    background: rgb(21, 18, 47);
    border: 1px solid rgba(255, 255, 255, 0.094);
    padding: 3px;
    border-radius: 8px;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-billing button {
    font-size: 12px;
    padding: 7px 12px;
    border-radius: 5px;
    background: transparent;
    color: rgb(172, 156, 205);
}

body.theme-ligahosting .lh-billing button[aria-pressed="true"] {
    background: rgb(68, 53, 98);
    color: rgb(237, 228, 255);
}

body.theme-ligahosting .lh-billing b {
    font-weight: 500;
    color: rgb(170, 220, 204);
    margin-left: 3px;
}

body.theme-ligahosting .lh-table-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(89, 72, 123) transparent;
}

body.theme-ligahosting .lh-plan-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

body.theme-ligahosting .lh-plan-table th {
    font-weight: 400;
    font-size: 12px;
    color: rgb(151, 132, 191);
    padding: 12px 10px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-ligahosting .lh-plan-table td {
    padding: 18px 10px;
    color: rgb(205, 192, 233);
    line-height: 1.5;
}

body.theme-ligahosting .lh-plan-table td:first-child,
body.theme-ligahosting .lh-plan-table th:first-child {
    padding-left: 7px;
}

body.theme-ligahosting .lh-plan-table td:first-child {
    font-weight: 500;
    color: rgb(244, 238, 255);
}

body.theme-ligahosting .lh-plan-table td:last-child,
body.theme-ligahosting .lh-plan-table th:last-child {
    text-align: right;
    padding-right: 5px;
}

body.theme-ligahosting .lh-plan-table tr:last-child td {
    border: 0px;
}

body.theme-ligahosting .lh-plan-table tbody tr {
    transition: background 0.15s;
}

body.theme-ligahosting .lh-plan-table tbody tr:hover {
    background: rgba(183, 145, 255, 0.05);
}

body.theme-ligahosting .lh-plan-table .lh-recommended-row {
    background: rgba(196, 164, 255, 0.06);
}

body.theme-ligahosting .lh-plan-table .lh-recommended-row:hover {
    background: rgba(196, 164, 255, 0.09);
}

body.theme-ligahosting .lh-plan-table .lh-recommended {
    font-size: 10px;
    font-weight: 400;
    margin-left: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    color: rgb(212, 190, 255);
    background: rgba(194, 162, 255, 0.1);
}

body.theme-ligahosting .lh-plan-table .lh-price {
    color: rgb(245, 240, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

body.theme-ligahosting .lh-choose {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid rgba(206, 181, 255, 0.19);
    background: rgba(206, 181, 255, 0.02);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(212, 190, 255);
}

body.theme-ligahosting .lh-choose .lh-icon {
    width: 14px;
    height: 14px;
}

body.theme-ligahosting .lh-choose:hover {
    background: var(--brand);
    color: rgb(28, 24, 70);
}

body.theme-ligahosting .lh-table-foot {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.094);
    margin-top: 12px;
    padding-top: 17px;
}

body.theme-ligahosting .lh-table-foot p {
    font-size: 12px;
    max-width: 390px;
    color: rgb(159, 140, 198);
}

body.theme-ligahosting .lh-table-foot a {
    font-size: 12px;
    white-space: nowrap;
}

body.theme-ligahosting .lh-catalog-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-top: 17px;
    color: rgb(151, 133, 190);
}

body.theme-ligahosting .lh-catalog-note .lh-icon {
    width: 16px;
    height: 16px;
}

body.theme-ligahosting .lh-catalog-note a {
    color: rgb(204, 185, 241);
}

body.theme-ligahosting .lh-web-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 17px;
    font-size: 12px;
    color: rgb(183, 166, 220);
}

body.theme-ligahosting .lh-web-perks span {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.theme-ligahosting .lh-web-perks .lh-icon {
    width: 14px;
    height: 14px;
    color: rgb(153, 216, 197);
}

body.theme-ligahosting .lh-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
}

body.theme-ligahosting .lh-location-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(190, 163, 239, 0.14);
    background: linear-gradient(125deg, rgb(41, 37, 76), rgb(31, 27, 64));
    position: relative;
}

body.theme-ligahosting .lh-location-card::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(202, 175, 255, 0.4), transparent);
}

body.theme-ligahosting .lh-location-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
}

body.theme-ligahosting .lh-city {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.theme-ligahosting .lh-city h3 {
    font-size: 27px;
}

body.theme-ligahosting .lh-city p {
    font-size: 13px;
    margin-top: 6px;
}

body.theme-ligahosting .lh-flag {
    display: inline-block;
    width: 27px;
    height: 18px;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.125) 0px 0px 0px 1px;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-flag-ro {
    background: linear-gradient(90deg, rgb(107, 55, 202) 33.33%, rgb(245, 212, 105) 33.33%, rgb(245, 212, 105) 66.66%, rgb(221, 120, 131) 66.66%);
}

body.theme-ligahosting .lh-flag-de {
    background: linear-gradient(rgb(36, 34, 52) 33.33%, rgb(213, 118, 129) 33.33%, rgb(213, 118, 129) 66.66%, rgb(238, 203, 119) 66.66%);
}

body.theme-ligahosting .lh-online {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: rgb(165, 207, 192);
    padding-top: 6px;
}

body.theme-ligahosting .lh-hardware {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 19px 0px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}

body.theme-ligahosting .lh-hardware:last-child {
    padding-bottom: 0px;
}

body.theme-ligahosting .lh-hardware > span {
    font-size: 12px;
    color: rgb(169, 151, 208);
}

body.theme-ligahosting .lh-hardware strong {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}

body.theme-ligahosting .lh-hardware small {
    display: inline-block;
    font-size: 11px;
    color: rgb(214, 194, 145);
    border: 1px solid rgba(214, 194, 145, 0.19);
    background: rgba(214, 194, 145, 0.03);
    padding: 2px 7px;
    border-radius: 5px;
    margin-top: 9px;
}

body.theme-ligahosting .lh-backbone {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0px 32px;
    margin-bottom: 25px;
}

body.theme-ligahosting .lh-route {
    height: 42px;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor rgba(200, 173, 255, 0.19) rgba(200, 173, 255, 0.19);
    border-image: none;
    border-radius: 0px 0px 0px 14px;
    position: relative;
}

body.theme-ligahosting .lh-route.lh-right {
    border-radius: 0px 0px 14px;
}

body.theme-ligahosting .lh-route::after {
    content: "";
    width: 45px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background: linear-gradient(90deg, transparent, rgb(195, 168, 255), transparent);
    animation: 7s ease-in-out 0s infinite normal none running packet;
}

body.theme-ligahosting .lh-route.lh-right::after {
    animation-direction: reverse;
}

body.theme-ligahosting .lh-network-label {
    font: 12px "JetBrains Mono", monospace;
    color: rgb(209, 186, 255);
    margin-top: 42px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    gap: 9px;
}

body.theme-ligahosting .lh-network-label .lh-icon {
    width: 17px;
    height: 17px;
}

body.theme-ligahosting .lh-network-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 20px;
}

body.theme-ligahosting .lh-network-facts > div {
    text-align: center;
    border-right: 1px solid var(--line);
}

body.theme-ligahosting .lh-network-facts > div:last-child {
    border: 0px;
}

body.theme-ligahosting .lh-network-facts span {
    display: block;
    font-size: 13px;
    color: rgb(147, 129, 187);
}

body.theme-ligahosting .lh-network-facts strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgb(220, 206, 250);
    margin-top: 5px;
}

body.theme-ligahosting .lh-domain-section {
    padding-top: 0px;
    border-top: 0px !important;
}

body.theme-ligahosting .lh-domain-box {
    border-radius: 23px;
    padding: 43px;
    background: linear-gradient(118deg, rgb(230, 217, 255), rgb(216, 196, 255) 70%, rgb(205, 185, 245));
    color: rgb(40, 36, 88);
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    align-items: center;
    gap: 45px;
}

body.theme-ligahosting .lh-domain-box .lh-eyebrow {
    color: rgb(109, 88, 151);
    font-size: 12px;
    margin-bottom: 13px;
}

body.theme-ligahosting .lh-domain-box h2 {
    font-size: 33px;
    max-width: 330px;
}

body.theme-ligahosting .lh-domain-box p {
    font-size: 14px;
    color: rgb(111, 91, 151);
    max-width: 330px;
    margin-top: 17px;
}

body.theme-ligahosting .lh-domain-input {
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 11px;
    background: rgba(248, 244, 255, 0.71);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(123, 92, 185, 0.082) 0px 12px 30px;
}

body.theme-ligahosting .lh-domain-input > .lh-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    color: rgb(144, 123, 187);
}

body.theme-ligahosting .lh-domain-input input {
    border: 0px;
    background: transparent;
    color: rgb(56, 35, 100);
    min-width: 0px;
    width: 100%;
    height: 43px;
    font-size: 15px;
}

body.theme-ligahosting .lh-domain-input input::placeholder {
    color: rgb(143, 123, 185);
}

body.theme-ligahosting .lh-domain-input .lh-btn {
    padding: 10px 18px;
    min-height: 43px;
}

body.theme-ligahosting .lh-tlds {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 6px 0px;
}

body.theme-ligahosting .lh-tlds span {
    font-size: 12px;
    color: rgb(118, 98, 159);
}

body.theme-ligahosting .lh-tlds b {
    font-size: 16px;
    color: rgb(70, 48, 117);
    font-weight: 600;
    margin-right: 6px;
}

body.theme-ligahosting .lh-domain-box .lh-domain-hint {
    font-size: 12px;
    margin-top: 17px;
    max-width: none;
}

body.theme-ligahosting .lh-domain-result {
    font-size: 13px;
    border: 1px solid rgba(138, 109, 196, 0.3);
    border-radius: 9px;
    background: rgba(243, 237, 255, 0.333);
    padding: 13px;
    margin-top: 14px;
}

body.theme-ligahosting .lh-domain-result a {
    display: block;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    margin-top: 6px;
}

body.theme-ligahosting .lh-features {
    padding-top: 0px;
    border-top: 0px !important;
}

body.theme-ligahosting .lh-feature-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.45fr;
    gap: 34px;
}

body.theme-ligahosting .lh-ddos {
    padding: 28px;
    border-radius: 22px;
    border: 1px solid rgba(182, 159, 237, 0.15);
    background: linear-gradient(145deg, rgb(62, 41, 105), rgb(60, 41, 100) 58%, rgb(39, 39, 86));
    display: flex;
    align-items: start;
    flex-direction: column;
}

body.theme-ligahosting .lh-ddos-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

body.theme-ligahosting .lh-ddos-head .lh-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: rgb(213, 194, 255);
    stroke-width: 1.4;
}

body.theme-ligahosting .lh-ddos h3 {
    font-size: 21px;
    margin: 0;
}

body.theme-ligahosting .lh-ddos > p {
    font-size: 14px;
    color: rgb(191, 176, 223);
    line-height: 1.6;
}

body.theme-ligahosting .lh-protection {
    align-self: stretch;
    display: grid;
    gap: 10px;
    margin: 20px 0px 0px;
}

body.theme-ligahosting .lh-protection > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: rgb(172, 156, 211);
    border-top: 1px solid rgba(221, 206, 255, 0.14);
    padding-top: 12px;
}

body.theme-ligahosting .lh-protection span {
    display: flex;
    gap: 8px;
    align-items: center;
}

body.theme-ligahosting .lh-protection b {
    font-weight: 400;
    color: rgb(196, 226, 230);
    white-space: nowrap;
}

body.theme-ligahosting .lh-protection b.lh-stat {
    font-family: var(--font-mono, ui-monospace, "SF Mono", Menlo, monospace);
    font-size: 12.5px;
    font-weight: 600;
    color: rgb(224, 213, 255);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

body.theme-ligahosting .lh-ddos > .lh-text-link {
    margin-top: auto;
    padding-top: 20px;
    color: rgb(226, 214, 255);
}

body.theme-ligahosting .lh-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
}

body.theme-ligahosting .lh-feature {
    padding: 25px 0px;
    border-top: 1px solid var(--line);
}

body.theme-ligahosting .lh-feature:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 25px;
    align-items: center;
    padding: 4px 0px 28px;
    border: 0px;
}

body.theme-ligahosting .lh-deploy-value {
    font-size: 52px;
    letter-spacing: 0px;
    color: rgb(202, 179, 250);
    font-weight: 500;
    line-height: 1;
}

body.theme-ligahosting .lh-deploy-value span {
    font-size: 23px;
    margin-left: 3px;
}

body.theme-ligahosting .lh-feature h3 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    line-height: 1.45;
}

body.theme-ligahosting .lh-feature h3 .lh-icon {
    width: 19px;
    height: 19px;
    color: rgb(188, 165, 236);
}

body.theme-ligahosting .lh-feature p {
    font-size: 14px;
    line-height: 1.85;
    color: rgb(165, 149, 201);
}

body.theme-ligahosting .lh-review-controls {
    display: flex;
    gap: 9px;
}

body.theme-ligahosting .lh-round-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid rgba(214, 194, 255, 0.16);
    background: transparent;
    color: rgb(203, 184, 244);
}

body.theme-ligahosting .lh-round-btn:hover {
    background: rgba(203, 178, 255, 0.07);
}

body.theme-ligahosting .lh-round-btn .lh-icon {
    width: 18px;
    height: 18px;
}

body.theme-ligahosting .lh-review-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgb(90, 73, 127) transparent;
    padding: 1px 0px 21px;
    align-items: stretch;
}

body.theme-ligahosting .lh-review-card {
    flex: 0 0 calc(33.3333% - 12px);
    min-width: 280px;
    padding: 28px;
    background: rgb(32, 29, 64);
    border: 1px solid rgba(218, 200, 255, 0.086);
    border-radius: 18px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
}

body.theme-ligahosting .lh-review-card:first-child {
    background: linear-gradient(140deg, rgb(42, 39, 76), rgb(35, 32, 68));
    border-color: rgba(193, 164, 255, 0.16);
}

body.theme-ligahosting .lh-quote-mark {
    font: 52px / 0.8 Georgia, serif;
    color: rgb(180, 157, 228);
    margin: 7px 0px 20px;
}

body.theme-ligahosting .lh-review-card blockquote {
    padding: 0px;
    margin: 0px 0px 28px;
    font-size: 14px;
    line-height: 1.9;
    color: rgb(204, 192, 229);
}

body.theme-ligahosting .lh-review-person {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--line);
    padding-top: 18px;
    margin-top: auto;
}

body.theme-ligahosting .lh-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: rgba(191, 162, 255, 0.09);
    color: rgb(206, 184, 255);
    font-size: 13px;
}

body.theme-ligahosting .lh-review-person strong {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

body.theme-ligahosting .lh-review-person small {
    display: block;
    font-size: 12px;
    color: rgb(144, 183, 179);
}

body.theme-ligahosting .lh-verified {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: rgb(158, 142, 194);
    margin-top: 4px;
}

body.theme-ligahosting .lh-verified .lh-icon {
    width: 15px;
    height: 15px;
    color: rgb(171, 215, 197);
}

body.theme-ligahosting .lh-launch {
    padding-top: 15px;
    border-top: 0px !important;
}

body.theme-ligahosting .lh-launch-box {
    padding: 43px;
    background: linear-gradient(116deg, rgb(121, 73, 208), rgb(136, 96, 206) 60%, rgb(147, 107, 206));
    border: 1px solid rgba(205, 180, 255, 0.267);
    border-radius: 24px;
}

body.theme-ligahosting .lh-launch-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
}

body.theme-ligahosting .lh-launch-top > div:first-child {
    max-width: 570px;
}

body.theme-ligahosting .lh-launch-top .lh-eyebrow {
    color: rgb(226, 211, 255);
    margin-bottom: 15px;
}

body.theme-ligahosting .lh-launch-top h2 {
    font-size: 41px;
    color: white;
}

body.theme-ligahosting .lh-launch-top p:not(.lh-eyebrow) {
    font-size: 16px;
    line-height: 1.85;
    color: rgb(229, 215, 255);
    margin-top: 18px;
}

body.theme-ligahosting .lh-launch-buttons {
    display: grid;
    gap: 12px;
    flex-shrink: 0;
}

body.theme-ligahosting .lh-launch-buttons .lh-btn-primary {
    background: rgb(243, 237, 255);
}

body.theme-ligahosting .lh-launch-buttons .lh-btn-secondary {
    border-color: rgba(255, 255, 255, 0.25);
}

body.theme-ligahosting .lh-launch-benefits {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgb(233, 222, 255);
    margin-top: 26px;
}

body.theme-ligahosting .lh-launch-benefits span {
    display: flex;
    gap: 7px;
    align-items: center;
}

body.theme-ligahosting .lh-launch-benefits .lh-icon {
    width: 14px;
    height: 14px;
}

body.theme-ligahosting .lh-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-top: 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.173);
    margin-top: 36px;
}

body.theme-ligahosting .lh-step > span {
    display: block;
    font: 12px "JetBrains Mono", monospace;
    color: rgb(213, 192, 255);
    margin-bottom: 13px;
}

body.theme-ligahosting .lh-step h3 {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}

body.theme-ligahosting .lh-step p {
    font-size: 13px;
    color: rgb(217, 200, 250);
    margin-top: 9px;
    line-height: 1.8;
}

body.theme-ligahosting .lh-footer {
    padding: 10px 0px 30px;
}

body.theme-ligahosting .lh-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
    gap: 30px;
    border-top: 1px solid var(--line);
    padding: 35px 0px;
}

body.theme-ligahosting .lh-footer-about .lh-brand img {
    width: 225px;
    margin-bottom: 21px;
}

body.theme-ligahosting .lh-footer-about p {
    font-size: 13px;
    line-height: 1.9;
    max-width: 300px;
    color: rgb(147, 130, 185);
}

body.theme-ligahosting .lh-footer-col h3 {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 18px;
    color: rgb(216, 203, 243);
}

body.theme-ligahosting .lh-footer-col > a {
    display: block;
    font-size: 13px;
    color: rgb(159, 141, 197);
    margin-bottom: 9px;
}

body.theme-ligahosting .lh-footer-col > a:hover {
    color: rgb(224, 209, 255);
}

body.theme-ligahosting .lh-footer-contact a:first-of-type {
    word-break: break-word;
}

body.theme-ligahosting .lh-footer-col .lh-footer-status {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: rgb(146, 178, 179);
    margin-top: 20px;
}

body.theme-ligahosting .lh-office {
    border-top: 1px solid var(--line);
    padding: 18px 0px;
    font-size: 12px;
    color: rgb(133, 116, 170);
}

body.theme-ligahosting .lh-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    font-size: 12px;
    color: rgb(138, 120, 176);
}

body.theme-ligahosting .lh-footer-bottom > div {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

body.theme-ligahosting .lh-footer-bottom a[aria-current] {
    color: rgb(207, 189, 247);
}

body.theme-ligahosting .lh-back-top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: rgb(147, 130, 184);
    margin-top: 30px;
}

body.theme-ligahosting .lh-back-top .lh-icon {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
}

@keyframes ambient { 
  0% { opacity: 0.65; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(22px); }
}

@keyframes packet { 
  0% { left: 0px; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { left: calc(100% - 45px); opacity: 0; }
}

@media (max-width: 1450px) {
body.theme-ligahosting .lh-header-inner {
    padding: 0px 28px;
    gap: 25px;
}

body.theme-ligahosting .lh-brand img {
    width: 210px;
}

body.theme-ligahosting .lh-nav {
    gap: 18px;
}

body.theme-ligahosting .lh-nav .lh-nav-about {
    display: none;
}

body.theme-ligahosting .lh-account {
    padding-left: 21px;
    gap: 15px;
}

body.theme-ligahosting .lh-shell {
    grid-template-columns: 150px minmax(0px, 1fr);
    gap: 28px;
    padding: 0px 28px;
}

body.theme-ligahosting .lh-rail {
    padding-right: 15px;
}

body.theme-ligahosting .lh-section-nav a {
    font-size: 13px;
    gap: 10px;
}

body.theme-ligahosting .lh-hero-grid {
    gap: 32px;
}

body.theme-ligahosting h1 {
    font-size: 55px;
}

body.theme-ligahosting .lh-hero-copy > p:not(.lh-eyebrow) {
    font-size: 16px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn {
    font-size: 13px;
    padding: 13px 17px;
}

body.theme-ligahosting .lh-offer {
    padding: 25px;
}

body.theme-ligahosting .lh-offer-specs {
    font-size: 12px;
    gap: 9px;
}

body.theme-ligahosting .lh-offer-specs span + span {
    padding-left: 9px;
}

body.theme-ligahosting .lh-catalog {
    grid-template-columns: 225px minmax(0px, 1fr);
}

body.theme-ligahosting .lh-catalog-main {
    padding: 27px 21px 18px;
}

body.theme-ligahosting .lh-catalog-sidebar {
    padding: 25px 12px;
}

body.theme-ligahosting .lh-product-tab {
    padding: 15px 11px;
}

body.theme-ligahosting .lh-plan-table .lh-recommended {
    display: none;
}

body.theme-ligahosting .lh-table-foot {
    gap: 15px;
}

body.theme-ligahosting .lh-domain-box {
    padding: 35px;
    gap: 30px;
}

body.theme-ligahosting .lh-feature-layout {
    gap: 26px;
}

body.theme-ligahosting .lh-ddos {
    padding: 29px;
}

body.theme-ligahosting .lh-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 25px;
}

body.theme-ligahosting .lh-footer-contact {
    grid-column: 1 / -1;
    display: flex;
    gap: 22px;
    align-items: baseline;
    flex-wrap: wrap;
}

body.theme-ligahosting .lh-footer-contact h3 {
    margin: 0px;
}

body.theme-ligahosting .lh-footer-contact .lh-footer-status {
    margin: 0px;
}
}

@media (max-width: 1150px) {
html.lh-site {
    --header: 82px;
}

body.theme-ligahosting .lh-rail {
    display: none;
}

body.theme-ligahosting .lh-shell {
    display: block;
    max-width: 1060px;
    padding: 0px 32px;
}

body.theme-ligahosting .lh-nav .lh-nav-news {
    display: none;
}

body.theme-ligahosting .lh-header-inner {
    gap: 20px;
}

body.theme-ligahosting .lh-hero-grid {
    gap: 42px;
}

body.theme-ligahosting .lh-hero-top {
    margin-bottom: 42px;
}

body.theme-ligahosting .lh-hero::before {
    right: 0px;
}

body.theme-ligahosting .lh-hero-copy .lh-eyebrow {
    font-size: 12px;
}

body.theme-ligahosting .lh-section {
    padding: 73px 0px;
}

body.theme-ligahosting .lh-domain-section,
body.theme-ligahosting .lh-features,
body.theme-ligahosting .lh-launch {
    padding-top: 0px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn {
    padding: 13px 18px;
}

body.theme-ligahosting .lh-review-card {
    flex-basis: calc(50% - 9px);
}

body.theme-ligahosting .lh-footer {
    padding-top: 0px;
}
}

@media (max-width: 850px) {
html.lh-site {
    --header: 76px;
}

body.theme-ligahosting .lh-hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 25px;
}

body.theme-ligahosting h1 {
    font-size: 45px;
}

body.theme-ligahosting .lh-hero-copy > p:not(.lh-eyebrow) {
    font-size: 16px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn {
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
}

body.theme-ligahosting .lh-offer {
    padding: 22px;
}

body.theme-ligahosting .lh-offer.lh-performance {
    margin-left: 0px;
}

body.theme-ligahosting .lh-offer-price strong {
    font-size: 35px;
}

body.theme-ligahosting .lh-offer-type {
    font-size: 13px;
}

body.theme-ligahosting .lh-offer-type .lh-icon {
    width: 18px;
}

body.theme-ligahosting .lh-offer-specs {
    font-size: 12px;
    gap: 6px;
}

body.theme-ligahosting .lh-offer-specs span + span {
    padding-left: 0px;
    border: 0px;
}

body.theme-ligahosting .lh-offer-specs span {
    width: 100%;
}

body.theme-ligahosting .lh-hero-proof {
    gap: 15px;
}

body.theme-ligahosting .lh-hero-proof > div {
    gap: 10px;
}

body.theme-ligahosting .lh-hero-proof .lh-icon {
    width: 22px;
    height: 22px;
}

body.theme-ligahosting .lh-hero-proof strong {
    font-size: 14px;
}

body.theme-ligahosting .lh-hero-proof span {
    font-size: 12px;
}

body.theme-ligahosting .lh-catalog {
    display: block;
}

body.theme-ligahosting .lh-catalog-sidebar {
    padding: 14px;
    background: rgb(42, 38, 75);
}

body.theme-ligahosting .lh-catalog-sidebar > p,
body.theme-ligahosting .lh-included {
    display: none;
}

body.theme-ligahosting .lh-product-tabs {
    flex-direction: row;
    gap: 6px;
}

body.theme-ligahosting .lh-product-tab {
    flex: 1 1 0%;
    min-width: 0px;
    padding: 13px 10px;
}

body.theme-ligahosting .lh-product-tab strong {
    justify-content: center;
    font-size: 13px;
    gap: 7px;
}

body.theme-ligahosting .lh-product-tab strong .lh-icon {
    width: 17px;
    height: 17px;
}

body.theme-ligahosting .lh-product-tab small {
    display: none;
}

body.theme-ligahosting .lh-catalog-main {
    padding: 26px;
}

body.theme-ligahosting .lh-location-card {
    padding: 25px;
}

body.theme-ligahosting .lh-location-top {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

body.theme-ligahosting .lh-online {
    padding: 0px;
}

body.theme-ligahosting .lh-hardware {
    grid-template-columns: 1fr;
    gap: 6px;
}

body.theme-ligahosting .lh-hardware strong {
    font-size: 16px;
}

body.theme-ligahosting .lh-domain-box {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 33px;
}

body.theme-ligahosting .lh-domain-box h2,
body.theme-ligahosting .lh-domain-box p {
    max-width: none;
}

body.theme-ligahosting .lh-domain-box h2 {
    font-size: 32px;
}

body.theme-ligahosting .lh-feature-layout {
    grid-template-columns: 1fr;
    gap: 32px;
}

body.theme-ligahosting .lh-ddos {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

body.theme-ligahosting .lh-ddos-head {
    margin-bottom: 12px;
}

body.theme-ligahosting .lh-ddos h3 {
    font-size: 22px;
    margin: 0;
}

body.theme-ligahosting .lh-protection {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0px 0px;
}

body.theme-ligahosting .lh-launch-box {
    padding: 34px;
}

body.theme-ligahosting .lh-launch-top {
    gap: 30px;
    align-items: start;
}

body.theme-ligahosting .lh-launch-top h2 {
    font-size: 35px;
}

body.theme-ligahosting .lh-launch-buttons .lh-btn {
    padding: 13px 15px;
    font-size: 13px;
    gap: 10px;
}

body.theme-ligahosting .lh-launch-top p:not(.lh-eyebrow) {
    font-size: 15px;
}

body.theme-ligahosting .lh-steps {
    gap: 23px;
}

body.theme-ligahosting .lh-footer-bottom {
    flex-direction: column;
    gap: 14px;
}

body.theme-ligahosting .lh-footer-about .lh-brand img {
    width: 190px;
}
}

@media (max-width: 580px) {
html.lh-site {
    --header: 70px;
}

body.theme-ligahosting .lh-header-inner {
    padding: 0px 17px;
    gap: 12px;
}

body.theme-ligahosting .lh-brand img {
    width: 185px;
}

body.theme-ligahosting .lh-account .lh-register {
    font-size: 12px;
    padding: 7px 9px;
}

body.theme-ligahosting .lh-menu-toggle {
    padding: 7px;
}

body.theme-ligahosting .lh-menu-toggle .lh-icon {
    width: 21px;
}

body.theme-ligahosting .lh-shell {
    padding: 0px 20px;
}

body.theme-ligahosting .lh-hero {
    padding-top: 27px;
}

body.theme-ligahosting .lh-hero-top {
    margin-bottom: 33px;
}

body.theme-ligahosting .lh-status {
    font-size: 10px;
    letter-spacing: 0px;
    gap: 7px;
}

body.theme-ligahosting .lh-hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
}

body.theme-ligahosting .lh-hero-copy {
    padding: 0px;
}

body.theme-ligahosting .lh-hero-copy .lh-eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
}

body.theme-ligahosting h1 {
    font-size: 44px;
    line-height: 1.13;
}

body.theme-ligahosting .lh-hero-copy > p:not(.lh-eyebrow) {
    margin: 23px 0px 27px;
    font-size: 16px;
}

body.theme-ligahosting .lh-hero-actions {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 9px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn {
    justify-content: center;
    padding: 13px 10px;
    font-size: 12px;
    gap: 7px;
}

body.theme-ligahosting .lh-hero-actions .lh-icon {
    width: 16px;
}

body.theme-ligahosting .lh-hero-products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 5px 0px 0px;
}

body.theme-ligahosting .lh-offer {
    padding: 19px 14px;
    border-radius: 14px;
}

body.theme-ligahosting .lh-offer-head > .lh-icon {
    display: none;
}

body.theme-ligahosting .lh-offer-type {
    font-size: 12px;
    gap: 6px;
    line-height: 1.5;
    align-items: flex-start;
}

body.theme-ligahosting .lh-offer-type .lh-icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}

body.theme-ligahosting .lh-offer-price {
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0px 17px;
}

body.theme-ligahosting .lh-offer-price span {
    font-size: 11px;
}

body.theme-ligahosting .lh-offer-price span:first-child {
    width: 100%;
}

body.theme-ligahosting .lh-offer-price strong {
    font-size: 31px;
}

body.theme-ligahosting .lh-offer-specs {
    font-size: 11px;
    gap: 3px;
    padding-top: 14px;
}

body.theme-ligahosting .lh-hero-proof {
    gap: 9px;
    margin-top: 25px;
    padding: 23px 0px;
}

body.theme-ligahosting .lh-hero-proof > div {
    align-items: flex-start;
    gap: 7px;
}

body.theme-ligahosting .lh-hero-proof .lh-icon {
    width: 17px;
    height: 17px;
    margin-top: 3px;
}

body.theme-ligahosting .lh-hero-proof strong {
    font-size: 12px;
}

body.theme-ligahosting .lh-hero-proof span {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 3px;
}

body.theme-ligahosting .lh-community {
    padding: 16px;
    gap: 12px;
}

body.theme-ligahosting .lh-community strong {
    font-size: 13px;
}

body.theme-ligahosting .lh-community span {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.6;
}

body.theme-ligahosting .lh-community > .lh-icon:first-child {
    width: 23px;
}

body.theme-ligahosting .lh-community > .lh-icon:last-child {
    width: 16px;
}

body.theme-ligahosting .lh-section {
    padding: 57px 0px;
}

body.theme-ligahosting .lh-heading {
    gap: 15px;
    margin-bottom: 29px;
}

body.theme-ligahosting .lh-heading .lh-eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
}

body.theme-ligahosting .lh-heading p:not(.lh-eyebrow) {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
}

body.theme-ligahosting h2 {
    font-size: 30px;
    line-height: 1.25;
}

body.theme-ligahosting .lh-section-num {
    display: none;
}

body.theme-ligahosting .lh-catalog {
    border-radius: 17px;
}

body.theme-ligahosting .lh-catalog-sidebar {
    padding: 9px;
}

body.theme-ligahosting .lh-product-tab {
    padding: 11px 8px;
}

body.theme-ligahosting .lh-product-tab strong {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1.6;
}

body.theme-ligahosting .lh-product-tab strong .lh-icon {
    display: none;
}

body.theme-ligahosting .lh-catalog-main {
    padding: 25px 17px 18px;
}

body.theme-ligahosting .lh-product-intro h3 {
    font-size: 23px;
}

body.theme-ligahosting .lh-product-intro p {
    font-size: 14px;
}

body.theme-ligahosting .lh-product-intro > .lh-icon {
    display: none;
}

body.theme-ligahosting .lh-catalog-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

body.theme-ligahosting .lh-location-label {
    font-size: 12px;
}

body.theme-ligahosting .lh-plan-table {
    font-size: 13px;
    min-width: 500px;
}

body.theme-ligahosting .lh-plan-table th {
    font-size: 12px;
}

body.theme-ligahosting .lh-plan-table td {
    padding: 17px 9px;
}

body.theme-ligahosting .lh-plan-table .lh-price {
    font-size: 15px;
}

body.theme-ligahosting .lh-table-foot {
    flex-direction: column;
    gap: 13px;
}

body.theme-ligahosting .lh-table-foot p {
    font-size: 12px;
}

body.theme-ligahosting .lh-table-foot a {
    font-size: 13px;
}

body.theme-ligahosting .lh-catalog-note {
    font-size: 12px;
    align-items: flex-start;
    line-height: 1.8;
}

body.theme-ligahosting .lh-catalog-note .lh-icon {
    margin-top: 3px;
}

body.theme-ligahosting .lh-location-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

body.theme-ligahosting .lh-location-top {
    flex-wrap: nowrap;
}

body.theme-ligahosting .lh-city h3 {
    font-size: 26px;
}

body.theme-ligahosting .lh-city p {
    font-size: 13px;
}

body.theme-ligahosting .lh-online {
    padding-top: 6px;
    font-size: 10px;
}

body.theme-ligahosting .lh-hardware {
    grid-template-columns: 87px 1fr;
    gap: 10px;
    padding: 18px 0px;
}

body.theme-ligahosting .lh-hardware > span {
    font-size: 12px;
}

body.theme-ligahosting .lh-hardware strong {
    font-size: 15px;
}

body.theme-ligahosting .lh-hardware small {
    font-size: 10px;
}

body.theme-ligahosting .lh-backbone {
    padding: 0px 25px;
    margin-bottom: 23px;
}

body.theme-ligahosting .lh-network-label {
    font-size: 11px;
    padding: 0px 12px;
    gap: 7px;
}

body.theme-ligahosting .lh-network-label .lh-icon {
    width: 15px;
    height: 15px;
}

body.theme-ligahosting .lh-network-facts {
    gap: 9px;
    padding-top: 7px;
}

body.theme-ligahosting .lh-network-facts span {
    font-size: 11px;
}

body.theme-ligahosting .lh-network-facts strong {
    font-size: 13px;
}

body.theme-ligahosting .lh-domain-section,
body.theme-ligahosting .lh-features,
body.theme-ligahosting .lh-launch {
    padding-top: 0px;
}

body.theme-ligahosting .lh-domain-box {
    padding: 28px 23px;
    border-radius: 19px;
    gap: 27px;
}

body.theme-ligahosting .lh-domain-box h2 {
    font-size: 29px;
    max-width: 260px;
}

body.theme-ligahosting .lh-domain-box p {
    font-size: 14px;
}

body.theme-ligahosting .lh-domain-input {
    padding: 5px;
    gap: 5px;
}

body.theme-ligahosting .lh-domain-input input {
    font-size: 14px;
    height: 41px;
}

body.theme-ligahosting .lh-domain-input > .lh-icon {
    width: 17px;
    height: 17px;
    margin-left: 6px;
}

body.theme-ligahosting .lh-domain-input .lh-btn {
    font-size: 13px;
    padding: 10px 12px;
    min-height: 41px;
}

body.theme-ligahosting .lh-tlds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 20px;
}

body.theme-ligahosting .lh-tlds span {
    font-size: 13px;
}

body.theme-ligahosting .lh-domain-box .lh-domain-hint {
    font-size: 12px;
}

body.theme-ligahosting .lh-ddos {
    padding: 24px;
}

body.theme-ligahosting .lh-ddos-head {
    gap: 11px;
}

body.theme-ligahosting .lh-ddos-head .lh-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
}

body.theme-ligahosting .lh-ddos h3 {
    font-size: 19px;
}

body.theme-ligahosting .lh-ddos > p {
    font-size: 13.5px;
}

body.theme-ligahosting .lh-protection {
    gap: 10px;
}

body.theme-ligahosting .lh-protection > div {
    font-size: 11.5px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

body.theme-ligahosting .lh-feature-list {
    gap: 0px 24px;
}

body.theme-ligahosting .lh-feature:first-child {
    grid-template-columns: 90px 1fr;
    gap: 22px;
}

body.theme-ligahosting .lh-deploy-value {
    font-size: 39px;
}

body.theme-ligahosting .lh-deploy-value span {
    font-size: 18px;
}

body.theme-ligahosting .lh-feature h3 {
    font-size: 16px;
    gap: 7px;
}

body.theme-ligahosting .lh-feature h3 .lh-icon {
    width: 16px;
    height: 16px;
}

body.theme-ligahosting .lh-feature p {
    font-size: 14px;
    line-height: 1.85;
}

body.theme-ligahosting .lh-feature {
    padding: 24px 0px;
}

body.theme-ligahosting .lh-review-controls {
    gap: 6px;
}

body.theme-ligahosting .lh-round-btn {
    width: 34px;
    height: 34px;
}

body.theme-ligahosting .lh-review-track {
    gap: 12px;
}

body.theme-ligahosting .lh-review-card {
    flex-basis: 89%;
    min-width: 0px;
    padding: 26px;
}

body.theme-ligahosting .lh-review-card blockquote {
    font-size: 14px;
}

body.theme-ligahosting .lh-launch-box {
    padding: 31px 25px;
    border-radius: 20px;
}

body.theme-ligahosting .lh-launch-top {
    display: block;
}

body.theme-ligahosting .lh-launch-top .lh-eyebrow {
    font-size: 11px;
}

body.theme-ligahosting .lh-launch-top h2 {
    font-size: 33px;
}

body.theme-ligahosting .lh-launch-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 27px;
}

body.theme-ligahosting .lh-launch-buttons .lh-btn {
    font-size: 12px;
    gap: 7px;
    padding: 12px 10px;
}

body.theme-ligahosting .lh-launch-buttons .lh-icon {
    width: 15px;
}

body.theme-ligahosting .lh-launch-benefits {
    font-size: 12px;
    gap: 11px 18px;
    margin-top: 24px;
}

body.theme-ligahosting .lh-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 27px;
    margin-top: 29px;
}

body.theme-ligahosting .lh-step {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 0px 10px;
}

body.theme-ligahosting .lh-step > span {
    margin: 0px;
    grid-row: 1 / 3;
    line-height: 1.5;
}

body.theme-ligahosting .lh-step h3 {
    font-size: 14px;
}

body.theme-ligahosting .lh-step p {
    font-size: 13px;
    margin-top: 6px;
}

body.theme-ligahosting .lh-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
    padding-top: 31px;
}

body.theme-ligahosting .lh-footer-about {
    grid-column: 1 / -1;
}

body.theme-ligahosting .lh-footer-about .lh-brand img {
    width: 225px;
}

body.theme-ligahosting .lh-footer-about p {
    font-size: 14px;
    max-width: 360px;
}

body.theme-ligahosting .lh-footer-col > a {
    font-size: 14px;
}

body.theme-ligahosting .lh-footer-contact {
    display: block;
    grid-column: 1 / -1;
}

body.theme-ligahosting .lh-footer-contact h3 {
    margin-bottom: 18px;
}

body.theme-ligahosting .lh-footer-contact .lh-footer-status {
    margin-top: 20px;
    font-size: 12px;
}

body.theme-ligahosting .lh-office {
    font-size: 12px;
    line-height: 1.85;
}

body.theme-ligahosting .lh-footer-bottom {
    font-size: 12px;
}

body.theme-ligahosting .lh-footer-bottom > div {
    gap: 17px;
}

body.theme-ligahosting .lh-back-top {
    font-size: 13px;
}
}

body.theme-ligahosting .lh-review-card {
    min-height: 355px;
}

body.theme-ligahosting .lh-review-card.lh-has-long-review blockquote {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.theme-ligahosting .lh-review-card.lh-expanded blockquote {
    display: block;
    overflow: visible;
}

body.theme-ligahosting .lh-review-expand {
    background: transparent;
    color: rgb(207, 184, 255);
    padding: 0px 0px 20px;
    text-align: left;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
    align-self: flex-start;
}

body.theme-ligahosting .lh-review-expand:hover {
    color: white;
}

@media (max-width: 850px) {
body.theme-ligahosting .lh-included {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin: 15px 10px 3px;
    padding: 14px 0px 0px;
    border-top: 1px solid var(--line);
}

body.theme-ligahosting .lh-included li {
    font-size: 12px;
}

body.theme-ligahosting .lh-included .lh-icon {
    width: 14px;
    height: 14px;
}
}

@media (max-width: 1050px) {
body.theme-ligahosting .lh-header-inner > .lh-account {
    margin-left: auto;
}

body.theme-ligahosting .lh-account > a:first-child {
    display: none;
}

body.theme-ligahosting .lh-account {
    padding-left: 0px;
    border: 0px;
}

body.theme-ligahosting .lh-menu-toggle {
    display: inline-flex;
}

body.theme-ligahosting .lh-nav {
    display: none;
    position: absolute;
    top: calc(var(--header) + 8px);
    left: 20px;
    right: 20px;
    padding: 23px;
    max-height: calc(-115px + 100svh);
    overflow: auto;
    border: 1px solid rgba(200, 172, 255, 0.165);
    border-radius: 15px;
    background: rgb(38, 34, 70);
    box-shadow: rgba(0, 0, 0, 0.333) 0px 25px 60px;
    align-items: stretch;
    gap: 0px;
}

body.theme-ligahosting .lh-nav.lh-open {
    display: flex;
    flex-direction: column;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-nav .lh-nav-about,
body.theme-ligahosting .lh-nav .lh-nav-news,
body.theme-ligahosting .lh-nav .lh-mobile-login {
    padding: 10px 4px;
    display: block !important;
}

body.theme-ligahosting .lh-shop > summary {
    padding: 10px 4px;
    justify-content: space-between;
}

body.theme-ligahosting .lh-dropdown {
    position: static;
    width: 100%;
    background: rgba(23, 20, 57, 0.4);
    box-shadow: none;
    border: 0px;
    margin: 7px 0px;
    padding: 7px;
}
}

@media (max-width: 370px) {
body.theme-ligahosting .lh-header-inner {
    gap: 9px;
    padding: 0px 14px;
}

body.theme-ligahosting .lh-brand img {
    width: 146px;
}

body.theme-ligahosting .lh-account .lh-register {
    padding: 7px 8px;
}

body.theme-ligahosting .lh-hero-actions {
    grid-template-columns: 1fr;
}

body.theme-ligahosting .lh-hero-actions .lh-btn {
    font-size: 14px;
}

body.theme-ligahosting .lh-hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
}

body.theme-ligahosting .lh-hero-proof > div {
    align-items: center;
}

body.theme-ligahosting .lh-hero-proof strong {
    font-size: 14px;
}

body.theme-ligahosting .lh-hero-proof span {
    font-size: 12px;
}

body.theme-ligahosting .lh-tlds {
    column-gap: 10px;
}

body.theme-ligahosting .lh-feature-list {
    grid-template-columns: 1fr;
}

body.theme-ligahosting .lh-feature:first-child {
    grid-column: auto;
}

body.theme-ligahosting .lh-launch-buttons {
    grid-template-columns: 1fr;
}
}

html.lh-site {
    --page-max: 1690px;
    --page-gutter: 32px;
    --rail-width: 190px;
    --page-gap: 40px;
    --violet: #c084fc;
}

body.theme-ligahosting .lh-header-inner,
body.theme-ligahosting .lh-shell {
    max-width: var(--page-max);
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

body.theme-ligahosting .lh-shell {
    grid-template-columns: var(--rail-width) minmax(0,1fr);
    gap: var(--page-gap);
}

body.theme-ligahosting .lh-header-inner {
    min-width: 0px;
}

body.theme-ligahosting .lh-account {
    flex-shrink: 0;
    white-space: nowrap;
}

body.theme-ligahosting .lh-nav {
    min-width: 0px;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-shop > summary {
    flex-shrink: 0;
}

body.theme-ligahosting .lh-rail {
    min-height: 0px;
    height: min(740px,calc(100svh - var(--header) - 60px));
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(101, 90, 141) transparent;
    padding-right: 18px;
}

body.theme-ligahosting .lh-section-nav a {
    gap: 10px;
    white-space: nowrap;
}

body.theme-ligahosting .lh-section-nav a span {
    flex: 0 0 18px;
}

body.theme-ligahosting .lh-rail-bottom a {
    font-size: 13px;
    gap: 7px;
    white-space: nowrap;
}

body.theme-ligahosting .lh-hero::before {
    background: radial-gradient(at 85% 40%, rgba(139, 92, 246, 0.192), transparent 57%), radial-gradient(at 28% 30%, rgba(192, 132, 252, 0.086), transparent 60%);
}

body.theme-ligahosting .lh-offer.lh-performance {
    background: linear-gradient(115deg, rgb(124, 58, 237), rgb(139, 92, 246) 68%, rgb(161, 107, 223));
    border-color: rgba(192, 132, 252, 0.333);
    box-shadow: rgba(124, 58, 237, 0.133) 0px 15px 50px;
}

body.theme-ligahosting .lh-offer.lh-performance .lh-offer-type,
body.theme-ligahosting .lh-offer.lh-performance .lh-offer-price span,
body.theme-ligahosting .lh-offer.lh-performance .lh-offer-specs {
    color: rgb(240, 231, 255);
}

body.theme-ligahosting .lh-btn-blue {
    background: rgb(124, 58, 237);
}

body.theme-ligahosting .lh-btn-blue:hover {
    background: rgb(139, 92, 246);
}

body.theme-ligahosting .lh-ddos {
    background: linear-gradient(145deg, rgb(52, 41, 79), rgb(48, 38, 73) 58%, rgb(41, 40, 75));
}

body.theme-ligahosting .lh-launch-box {
    background: linear-gradient(116deg, rgb(113, 59, 193), rgb(134, 81, 207) 60%, rgb(155, 106, 211));
}

body.theme-ligahosting .lh-icon-discord {
    fill: currentcolor;
    stroke: none;
}

body.theme-ligahosting .lh-footer-col > a.lh-discord-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.theme-ligahosting .lh-discord-link .lh-icon {
    width: 17px;
    height: 17px;
}

@media (max-width: 1450px) {
html.lh-site {
    --page-gutter: 28px;
    --rail-width: 170px;
    --page-gap: 28px;
}

body.theme-ligahosting .lh-rail {
    padding-right: 15px;
}
}

@media (max-width: 1150px) {
html.lh-site {
    --page-max: 1060px;
    --page-gutter: 32px;
}
}

@media (max-width: 1050px) {
body.theme-ligahosting .lh-nav {
    left: var(--page-gutter);
    right: var(--page-gutter);
}
}

@media (max-width: 850px) {
html.lh-site {
    --page-gutter: 24px;
}
}

@media (max-width: 580px) {
html.lh-site {
    --page-gutter: 20px;
}
}

@media (max-width: 370px) {
html.lh-site {
    --page-gutter: 14px;
}
}

body.theme-ligahosting {
    background-color: rgb(12, 16, 35);
    background-image: radial-gradient(1120px 760px at calc(50% + 360px) 200px, rgba(116, 78, 204, 0.12), transparent 74%), radial-gradient(960px 800px at calc(50% - 420px) 1100px, rgba(47, 110, 171, 0.055), transparent 74%), linear-gradient(rgb(16, 19, 40) 0%, rgb(12, 16, 35) 1050px, rgb(11, 14, 32) 100%);
    background-repeat: no-repeat;
}

body.theme-ligahosting .lh-header {
    background: rgba(14, 17, 36, 0.91);
    border-bottom-color: rgba(171, 155, 221, 0.14);
    box-shadow: rgba(4, 7, 20, 0.08) 0px 8px 28px;
}

body.theme-ligahosting .lh-header-inner {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto minmax(0px, 1fr);
    column-gap: 24px;
}

body.theme-ligahosting .lh-header-inner > .lh-brand {
    justify-self: start;
}

body.theme-ligahosting .lh-nav {
    margin: 0px;
    justify-self: center;
    gap: 2px;
    padding: 5px;
    background: linear-gradient(150deg, rgba(26, 29, 55, 0.8), rgba(19, 22, 44, 0.8));
    border: 1px solid rgba(167, 153, 214, 0.18);
    border-radius: 12px;
    box-shadow: rgba(255, 255, 255, 0.024) 0px 1px 0px inset;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-shop > summary {
    padding: 9px 12px;
    font-size: 13px;
    border-radius: 7px;
    color: rgb(183, 187, 212);
    transition: background 0.25s, color 0.25s;
}

body.theme-ligahosting .lh-nav > a:hover,
body.theme-ligahosting .lh-shop > summary:hover {
    background: rgba(159, 133, 223, 0.09);
    color: rgb(243, 239, 255);
}

body.theme-ligahosting .lh-nav > a[aria-current="page"] {
    color: rgb(238, 230, 255);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(139, 92, 246, 0.1));
    box-shadow: rgba(167, 139, 250, 0.34) 0px 0px 0px 1px inset;
}

body.theme-ligahosting .lh-nav .lh-nav-about,
body.theme-ligahosting .lh-nav .lh-nav-news {
    display: block;
}

body.theme-ligahosting .lh-shop > summary .lh-icon {
    width: 13px;
    height: 13px;
}

body.theme-ligahosting .lh-dropdown {
    top: calc(100% + 14px);
    left: 0px;
    background: rgba(25, 28, 49, 0.98);
    border-color: rgba(179, 154, 233, 0.23);
    box-shadow: rgba(3, 6, 19, 0.45) 0px 20px 55px;
}

body.theme-ligahosting .lh-header-inner > .lh-account {
    justify-self: end;
    gap: 12px;
    padding-left: 0px;
    border-left: 0px;
    margin-left: 0px;
    font-size: 13px;
}

body.theme-ligahosting .lh-account > a:first-child {
    padding: 9px 12px;
    border: 1px solid rgba(167, 153, 214, 0.14);
    border-radius: 8px;
    background: rgba(29, 32, 56, 0.45);
}

body.theme-ligahosting .lh-account .lh-register {
    padding: 9px 14px;
    background: linear-gradient(125deg, rgb(119, 82, 206), rgb(100, 97, 198));
    border-color: rgba(190, 171, 239, 0.28);
    color: rgb(255, 255, 255);
}

body.theme-ligahosting .lh-rail {
    height: auto;
    max-height: calc(100svh - var(--header) - 60px);
    min-height: 0px;
    padding: 18px 10px 13px;
    border: 1px solid rgba(151, 151, 200, 0.12);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(25, 29, 51, 0.58), rgba(18, 23, 43, 0.3));
    box-shadow: rgba(255, 255, 255, 0.016) 0px 1px 0px inset;
}

body.theme-ligahosting .lh-rail-label {
    margin: 0px 9px 20px;
    font-size: 11px;
    color: rgb(129, 133, 167);
}

body.theme-ligahosting .lh-section-nav {
    gap: 5px;
}

body.theme-ligahosting .lh-section-nav a {
    padding: 11px 8px;
    border: 1px solid transparent;
}

body.theme-ligahosting .lh-section-nav a[aria-current] {
    background: linear-gradient(120deg, rgba(139, 92, 246, 0.16), rgba(139, 92, 246, 0.067));
    border-color: rgba(167, 139, 250, 0.15);
    color: rgb(210, 197, 252);
}

body.theme-ligahosting .lh-rail-bottom {
    margin-top: 16px;
    padding: 16px 8px 3px;
}

body.theme-ligahosting .lh-rail-bottom::before {
    margin-bottom: 16px;
}

body.theme-ligahosting .lh-rail-bottom a {
    font-size: 12px;
    gap: 6px;
}

body.theme-ligahosting .lh-rail-bottom .lh-icon {
    width: 15px;
    height: 15px;
}

body.theme-ligahosting .lh-rail-bottom p {
    font-size: 11px;
    line-height: 1.8;
    color: rgb(131, 139, 171);
}

body.theme-ligahosting .lh-hero::before {
    content: none;
    display: none;
    animation: auto ease 0s 1 normal none running none;
}

body.theme-ligahosting .lh-offer {
    background: radial-gradient(at 100% 0px, rgba(132, 108, 194, 0.09), transparent 70%), linear-gradient(120deg, rgb(28, 34, 59), rgb(25, 29, 52));
    border-color: rgba(173, 161, 222, 0.2);
    box-shadow: rgba(232, 225, 255, 0.035) 0px 1px 0px inset;
}

body.theme-ligahosting .lh-offer.lh-performance {
    background: radial-gradient(at 100% 0px, rgba(203, 177, 255, 0.2), transparent 68%), linear-gradient(125deg, rgb(86, 53, 151), rgb(102, 61, 170) 65%, rgb(117, 80, 181));
    border-color: rgba(202, 181, 247, 0.4);
    box-shadow: rgba(65, 31, 123, 0.14) 0px 16px 42px, rgba(231, 214, 255, 0.1) 0px 1px 0px inset;
}

body.theme-ligahosting .lh-hero-actions .lh-btn-primary {
    background: linear-gradient(130deg, rgb(139, 92, 246), rgb(124, 58, 237));
    color: rgb(255, 255, 255);
    box-shadow: rgba(124, 58, 237, 0.18) 0px 8px 27px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn-primary:hover {
    background: linear-gradient(130deg, rgb(151, 107, 249), rgb(136, 80, 235));
    box-shadow: rgba(124, 58, 237, 0.24) 0px 10px 30px;
}

body.theme-ligahosting .lh-community {
    background: linear-gradient(120deg, rgba(27, 31, 55, 0.58), rgba(20, 25, 45, 0.45));
    border-color: rgba(151, 153, 212, 0.17);
}

body.theme-ligahosting .lh-community:hover {
    background: rgba(31, 34, 59, 0.8);
}

body.theme-ligahosting .lh-catalog {
    background: linear-gradient(130deg, rgb(21, 27, 50), rgb(20, 25, 46));
    border-color: rgba(157, 153, 209, 0.19);
}

body.theme-ligahosting .lh-catalog-sidebar {
    background: linear-gradient(160deg, rgb(29, 35, 60), rgb(25, 31, 54));
}

body.theme-ligahosting .lh-product-tab[aria-selected="true"] {
    background: linear-gradient(120deg, rgba(139, 92, 246, 0.14), rgba(139, 92, 246, 0.06));
    border-color: rgba(174, 146, 236, 0.25);
}

body.theme-ligahosting .lh-billing {
    background: rgb(17, 23, 43);
}

body.theme-ligahosting .lh-billing button[aria-pressed="true"] {
    background: rgb(50, 52, 80);
}

body.theme-ligahosting .lh-location-card {
    background: radial-gradient(at right top, rgba(135, 106, 199, 0.08), transparent 68%), linear-gradient(135deg, rgb(28, 35, 60), rgb(23, 30, 53));
    border-color: rgba(154, 151, 204, 0.2);
}

body.theme-ligahosting .lh-location-card::before {
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.44), rgba(103, 201, 220, 0.2), transparent);
}

body.theme-ligahosting .lh-domain-box {
    background: linear-gradient(115deg, rgb(230, 226, 247), rgb(220, 216, 242) 65%, rgb(207, 217, 237));
    box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px inset, rgba(4, 8, 25, 0.1) 0px 15px 45px;
}

body.theme-ligahosting .lh-domain-box h2 {
    color: rgb(52, 53, 80);
}

body.theme-ligahosting .lh-domain-box p,
body.theme-ligahosting .lh-domain-box .lh-eyebrow {
    color: rgb(98, 101, 134);
}

body.theme-ligahosting .lh-domain-input {
    background: rgba(251, 251, 255, 0.64);
}

body.theme-ligahosting .lh-domain-input input {
    color: rgb(53, 55, 87);
}

body.theme-ligahosting .lh-domain-input input::placeholder {
    color: rgb(131, 135, 163);
}

body.theme-ligahosting .lh-tlds b {
    color: rgb(68, 64, 101);
}

body.theme-ligahosting .lh-tlds span {
    color: rgb(107, 109, 138);
}

body.theme-ligahosting .lh-ddos {
    background: radial-gradient(at left top, rgba(135, 94, 208, 0.12), transparent 65%), linear-gradient(150deg, rgb(35, 38, 63), rgb(28, 41, 64) 70%, rgb(27, 45, 64));
    border-color: rgba(160, 166, 219, 0.19);
}

body.theme-ligahosting .lh-ddos > p {
    color: rgb(182, 190, 214);
}

body.theme-ligahosting .lh-ddos > .lh-icon {
    color: rgb(195, 180, 237);
}

body.theme-ligahosting .lh-review-card,
body.theme-ligahosting .lh-review-card:first-child {
    background: linear-gradient(140deg, rgb(26, 33, 55), rgb(22, 29, 51));
    border-color: rgba(148, 154, 202, 0.17);
}

body.theme-ligahosting .lh-review-card:first-child {
    background: radial-gradient(at left top, rgba(139, 92, 246, 0.067), transparent 70%), linear-gradient(140deg, rgb(30, 36, 61), rgb(26, 33, 56));
}

body.theme-ligahosting .lh-launch-box {
    background: radial-gradient(at 100% 0px, rgba(161, 107, 229, 0.13), transparent 68%), linear-gradient(120deg, rgb(48, 38, 79), rgb(65, 48, 96) 60%, rgb(81, 59, 115));
    border-color: rgba(176, 147, 222, 0.3);
    box-shadow: rgba(225, 210, 255, 0.055) 0px 1px 0px inset;
}

body.theme-ligahosting .lh-launch-top p:not(.lh-eyebrow),
body.theme-ligahosting .lh-launch-benefits,
body.theme-ligahosting .lh-step p {
    color: rgb(205, 197, 228);
}

@media (max-width: 1450px) {
body.theme-ligahosting .lh-header-inner {
    column-gap: 18px;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-shop > summary {
    padding: 9px 10px;
}

body.theme-ligahosting .lh-rail {
    padding-right: 10px;
}
}

@media (max-width: 1280px) {
body.theme-ligahosting .lh-header-inner {
    grid-template-columns: minmax(0px, 1fr) auto auto;
    column-gap: 14px;
}

body.theme-ligahosting .lh-header-inner > .lh-account {
    grid-column: 2;
    margin-left: 0px;
    gap: 0px;
}

body.theme-ligahosting .lh-account > a:first-child {
    display: none;
}

body.theme-ligahosting .lh-menu-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    border: 1px solid rgba(166, 151, 215, 0.2);
    background: rgba(33, 34, 58, 0.55);
    border-radius: 8px;
}

body.theme-ligahosting .lh-nav {
    display: none;
    position: absolute;
    top: calc(var(--header) + 8px);
    left: var(--page-gutter);
    right: var(--page-gutter);
    width: auto;
    max-height: calc(100svh - var(--header) - 24px);
    overflow: auto;
    margin: 0px;
    padding: 14px;
    border-radius: 13px;
    align-items: stretch;
    gap: 3px;
    background: rgb(25, 30, 53);
    box-shadow: rgba(3, 6, 20, 0.4) 0px 22px 55px;
}

body.theme-ligahosting .lh-nav.lh-open {
    display: flex;
    flex-direction: column;
}

body.theme-ligahosting .lh-nav > a,
body.theme-ligahosting .lh-nav .lh-nav-about,
body.theme-ligahosting .lh-nav .lh-nav-news,
body.theme-ligahosting .lh-nav .lh-mobile-login {
    padding: 11px 12px;
    font-size: 14px;
    display: block !important;
}

body.theme-ligahosting .lh-shop > summary {
    padding: 11px 12px;
    font-size: 14px;
    justify-content: space-between;
}

body.theme-ligahosting .lh-dropdown {
    position: static;
    width: auto;
    margin: 7px 0px;
    padding: 7px;
    border: 0px;
    background: rgb(17, 23, 42);
    box-shadow: none;
}
}

@media (max-width: 850px) {
body.theme-ligahosting .lh-catalog-sidebar {
    background: linear-gradient(120deg, rgb(36, 41, 66), rgb(30, 37, 61));
}
}

@media (max-width: 580px) {
body.theme-ligahosting .lh-header-inner {
    column-gap: 10px;
}

body.theme-ligahosting .lh-account .lh-register {
    padding: 8px 10px;
    font-size: 12px;
}

body.theme-ligahosting .lh-menu-toggle {
    padding: 7px;
}

body.theme-ligahosting .lh-hero-actions .lh-btn-primary {
    box-shadow: rgba(124, 58, 237, 0.15) 0px 5px 18px;
}
}

@media (max-width: 370px) {
body.theme-ligahosting .lh-header-inner {
    column-gap: 7px;
}

body.theme-ligahosting .lh-account .lh-register {
    padding: 7px 8px;
}

body.theme-ligahosting .lh-header-inner > .lh-brand img {
    width: 140px;
}
}

body.theme-ligahosting .lh-footer {
    padding: 8px 0px 28px;
}

body.theme-ligahosting .lh-footer-layout {
    display: grid;
    grid-template-columns: minmax(245px, 1.5fr) minmax(135px, 0.8fr) minmax(155px, 0.95fr) minmax(205px, 1.05fr);
    grid-template-areas: "brand products support contact";
    gap: 38px;
    border-top: 1px solid rgba(151, 151, 202, 0.16);
    padding: 38px 0px 32px;
    align-items: start;
}

body.theme-ligahosting .lh-footer-summary {
    grid-area: brand;
    min-width: 0px;
}

body.theme-ligahosting .lh-footer-summary .lh-brand img {
    width: 225px;
    height: auto;
}

body.theme-ligahosting .lh-footer-summary > p {
    max-width: 340px;
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.85;
    color: rgb(147, 155, 184);
}

body.theme-ligahosting .lh-company-details {
    max-width: 340px;
    margin-top: 20px;
}

body.theme-ligahosting .lh-company-details summary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: rgb(176, 168, 210);
    cursor: pointer;
    list-style: none;
    padding: 5px 0px;
}

body.theme-ligahosting .lh-company-details summary::-webkit-details-marker {
    display: none;
}

body.theme-ligahosting .lh-company-details summary .lh-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.25s;
}

body.theme-ligahosting .lh-company-details summary:hover {
    color: rgb(224, 213, 255);
}

body.theme-ligahosting .lh-company-details[open] summary .lh-icon {
    transform: rotate(180deg);
}

body.theme-ligahosting .lh-company-information {
    margin-top: 13px;
    padding: 14px 0px 2px 15px;
    border-left: 1px solid rgba(167, 139, 250, 0.25);
    font-size: 13px;
}

body.theme-ligahosting .lh-company-information strong {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgb(198, 196, 221);
}

body.theme-ligahosting .lh-company-information > span {
    display: block;
    font-size: 12px;
    color: rgb(133, 141, 168);
    margin: 8px 0px 3px;
}

body.theme-ligahosting .lh-company-information address {
    font-style: normal;
    font-size: 13px;
    line-height: 1.85;
    color: rgb(156, 164, 191);
}

body.theme-ligahosting .lh-footer-products {
    grid-area: products;
}

body.theme-ligahosting .lh-footer-support {
    grid-area: support;
}

body.theme-ligahosting .lh-footer-reach {
    grid-area: contact;
    min-width: 0px;
}

body.theme-ligahosting .lh-footer-links h3,
body.theme-ligahosting .lh-footer-reach h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgb(208, 209, 229);
    margin-bottom: 17px;
}

body.theme-ligahosting .lh-footer-links > a {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    color: rgb(147, 157, 187);
}

body.theme-ligahosting .lh-footer-links > a:hover,
body.theme-ligahosting .lh-footer-reach a:hover,
body.theme-ligahosting .lh-footer-bar a:hover {
    color: rgb(212, 197, 255);
}

body.theme-ligahosting .lh-footer-email {
    display: inline-block;
    font-size: 14px;
    color: rgb(165, 173, 202);
    overflow-wrap: anywhere;
}

body.theme-ligahosting .lh-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 19px;
    margin-top: 15px;
}

body.theme-ligahosting .lh-footer-socials > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: rgb(147, 157, 187);
}

body.theme-ligahosting .lh-footer-socials .lh-icon {
    width: 16px;
    height: 16px;
}

body.theme-ligahosting .lh-footer-network-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: rgb(140, 175, 168);
    margin-top: 23px;
}

body.theme-ligahosting .lh-footer-network-status .lh-dot {
    width: 5px;
    height: 5px;
    box-shadow: none;
}

body.theme-ligahosting .lh-footer-bar {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(151, 151, 202, 0.12);
    padding-top: 20px;
}

body.theme-ligahosting .lh-footer-bar > p {
    font-size: 12px;
    line-height: 1.7;
    color: rgb(127, 137, 165);
    margin: 0px auto 0px 0px;
}

body.theme-ligahosting .lh-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    font-size: 12px;
    color: rgb(147, 154, 181);
}

body.theme-ligahosting .lh-footer-languages {
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid rgba(151, 151, 202, 0.15);
    padding-left: 20px;
    font-size: 12px;
    color: rgb(129, 138, 169);
}

body.theme-ligahosting .lh-footer-languages a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    border-radius: 5px;
    padding: 3px 5px;
}

body.theme-ligahosting .lh-footer-languages a[aria-current] {
    background: rgba(139, 92, 246, 0.1);
    color: rgb(196, 181, 237);
}

@media (max-width: 1300px) {
body.theme-ligahosting .lh-footer-layout {
    gap: 26px;
    grid-template-columns: minmax(220px, 1.35fr) minmax(125px, 0.8fr) minmax(145px, 0.95fr) minmax(195px, 1.1fr);
}
}

@media (max-width: 1000px) {
body.theme-ligahosting .lh-footer-layout {
    grid-template-columns: 1fr 1fr 1.2fr;
    grid-template-areas: "brand brand brand" "products support contact";
    gap: 30px;
}

body.theme-ligahosting .lh-footer-summary {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0px 35px;
    align-items: start;
}

body.theme-ligahosting .lh-footer-summary .lh-brand {
    align-self: start;
}

body.theme-ligahosting .lh-footer-summary > p {
    margin-top: 0px;
    max-width: none;
    grid-area: 1 / 2 / 3;
}

body.theme-ligahosting .lh-company-details {
    grid-column: 1;
    margin-top: 16px;
}

body.theme-ligahosting .lh-footer-bar {
    gap: 20px;
}
}

@media (max-width: 650px) {
body.theme-ligahosting .lh-footer-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand brand" "products support" "contact contact";
    padding: 29px 0px 28px;
    gap: 28px 22px;
}

body.theme-ligahosting .lh-footer-summary {
    display: block;
}

body.theme-ligahosting .lh-footer-summary > p {
    max-width: 420px;
    margin-top: 20px;
}

body.theme-ligahosting .lh-footer-summary .lh-brand img {
    width: 220px;
}

body.theme-ligahosting .lh-company-details {
    margin-top: 17px;
}

body.theme-ligahosting .lh-company-details summary {
    min-height: 40px;
    font-size: 14px;
}

body.theme-ligahosting .lh-company-information,
body.theme-ligahosting .lh-company-information strong,
body.theme-ligahosting .lh-company-information address {
    font-size: 14px;
}

body.theme-ligahosting .lh-company-information > span {
    font-size: 13px;
}

body.theme-ligahosting .lh-footer-links > a {
    padding: 3px 0px;
    margin-top: 6px;
    font-size: 14px;
}

body.theme-ligahosting .lh-footer-reach {
    border-top: 1px solid rgba(151, 151, 202, 0.1);
    padding-top: 24px;
}

body.theme-ligahosting .lh-footer-reach h3 {
    margin-bottom: 13px;
}

body.theme-ligahosting .lh-footer-socials {
    margin-top: 13px;
    gap: 12px 23px;
}

body.theme-ligahosting .lh-footer-socials > a {
    min-height: 36px;
    font-size: 14px;
}

body.theme-ligahosting .lh-footer-network-status {
    margin-top: 16px;
}

body.theme-ligahosting .lh-footer-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 13px 14px;
    padding-top: 20px;
}

body.theme-ligahosting .lh-footer-bar > p {
    grid-column: 1 / -1;
    margin: 0px;
}

body.theme-ligahosting .lh-footer-legal {
    gap: 14px;
    font-size: 12px;
}

body.theme-ligahosting .lh-footer-languages {
    padding-left: 10px;
    gap: 2px;
}

body.theme-ligahosting .lh-footer-languages a {
    min-width: 29px;
    min-height: 36px;
}

body.theme-ligahosting .lh-footer {
    padding-bottom: 23px;
}
}

@media (max-width: 370px) {
body.theme-ligahosting .lh-footer-bar {
    grid-template-columns: 1fr;
    gap: 15px;
}

body.theme-ligahosting .lh-footer-languages {
    width: fit-content;
    padding-left: 0px;
    border-left: 0px;
}

body.theme-ligahosting .lh-footer-languages a {
    min-width: 36px;
}
}

@media (hover: hover) and (pointer: fine) and (forced-colors: none) {
html.lh-site {
    scrollbar-width: thin;
    scrollbar-color: rgb(139, 111, 208) rgb(12, 16, 35);
    scrollbar-gutter: stable;
}

body.theme-ligahosting {
    scrollbar-color: auto;
}

@supports selector(::-webkit-scrollbar) {
html.lh-site {
    scrollbar-width: auto;
    scrollbar-color: auto;
}

html.lh-site::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: rgb(12, 16, 35);
}

html.lh-site::-webkit-scrollbar-track {
    background: rgb(12, 16, 35);
}

html.lh-site::-webkit-scrollbar-thumb {
    min-height: 48px;
    border: 3px solid rgb(12, 16, 35);
    border-radius: 20px;
    background: linear-gradient(rgb(149, 117, 214), rgb(125, 100, 188)) padding-box;
}

html.lh-site::-webkit-scrollbar-thumb:hover {
    background: padding-box rgb(163, 131, 228);
}

html.lh-site::-webkit-scrollbar-thumb:active {
    background: padding-box rgb(183, 154, 239);
}

html.lh-site::-webkit-scrollbar-button {
    display: none;
    width: 0px;
    height: 0px;
}

html.lh-site::-webkit-scrollbar-corner {
    background: rgb(12, 16, 35);
}
}
}

@media (prefers-reduced-motion: reduce) {
html.lh-site {
    scroll-behavior: auto;
}

body.theme-ligahosting *,
body.theme-ligahosting ::before,
body.theme-ligahosting ::after {
    animation: auto ease 0s 1 normal none running none !important;
    transition: none !important;
}

body.theme-ligahosting .lh-btn:hover,
body.theme-ligahosting .lh-offer:hover {
    transform: none;
}
}
