:root {
    --nh-navy: #062a54;
    --nh-navy-deep: #031a35;
    --nh-blue: #0c4f8c;
    --nh-green: #43b02a;
    --nh-green-dark: #2f7d1c;
    --nh-green-dark-hover: #235f15;
    --nh-ink: #0c1b2e;
    --nh-muted: #4c5463;
    --nh-line: #e5eaf0;
    --nh-bg: #f6f8fb;
    --nh-white: #fff;
    --nh-radius: 18px;
    --nh-shadow: 0 18px 50px rgba(3,26,53,.12);
}

html {
    scroll-behavior: smooth;
}

.nordhost_site {
    font-family: Inter, "Open Sans", Arial, sans-serif;
    color: var(--nh-ink);
    background: var(--nh-white);
}

.nordhost_site h1,
.nordhost_site h2,
.nordhost_site h3 {
    font-weight: 800;
    letter-spacing: -.035em;
    color: inherit;
}

.nordhost_site p {
    line-height: 1.65;
}

.container {
    max-width: 1240px;
}

.fix {
    z-index: 50;
    width: 100%;
    border: 0 !important;
}

.innerfix {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 24px;
}

.navbar {
    min-height: 68px;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
}

.navbar-brand img {
    max-width: 165px;
    height: auto;
}

.navbar-nav {
    align-items: center;
    gap: 5px;
}

.navbar .nav-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff !important;
    padding: 12px 13px !important;
    border-radius: 9px;
    transition: .2s;
}

.navbar .nav-link:hover,
.navbar .nav-item.show > .nav-link {
    background: rgba(255, 255, 255, .11);
}

.navbar .dropdown-menu {
    border: 1px solid rgba(3, 26, 53, .1);
    border-radius: 14px;
    padding: 10px;
    box-shadow: var(--nh-shadow);
}

.navbar .dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--nh-ink);
    font-weight: 600;
}

.navbar .dropdown-menu a:hover {
    background: #f0f6f0;
    color: var(--nh-green-dark);
}

.navbar-toggler {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
}

.navbar-cart {
    display: none !important;
}

.nh-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: linear-gradient(135deg, #031a35 0%, #062f5e 44%, #0b4f83 100%);
    color: #fff;
}

.nh-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 142px;
    padding-bottom: 48px;
}

.nh-hero-copy {
    max-width: 660px;
}

.nh-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #b9d7ff;
}

.nh-eyebrow-dark {
    color: var(--nh-green-dark);
}

.nh-hero-copy h1 {
    font-size: 68px;
    line-height: 1.01;
    margin: 0 0 20px;
    text-wrap: balance;
}

.nh-hero-copy h1 em {
    font-style: normal;
    color: var(--nh-green);
}

.nh-hero-copy p {
    font-size: 18px;
    max-width: 520px;
    color: rgba(255, 255, 255, .86);
    margin-bottom: 26px;
}

.nh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 9px;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .2s;
}

.nh-btn-green {
    background: var(--nh-green-dark);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(67, 176, 42, .22);
}

.nh-btn-green:hover {
    background: var(--nh-green-dark-hover);
    transform: translateY(-1px);
}

.nh-btn-outline {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .6);
    color: #fff !important;
}

.nh-btn-blue {
    background: var(--nh-navy);
    color: #fff !important;
}

.nh-domain-card {
    max-width: 650px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    background: rgba(3, 29, 57, .72);
    backdrop-filter: blur(15px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.nh-domain-card__title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    color: rgba(255, 255, 255, .72);
    margin: 0 0 10px;
}

/* Domain search form: .nh-domain-form (homepage) and .nh-domain-search-form
   (domain names page) share one definition further down, see
   "Shared domain search form". */

.nh-tld-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 13px;
    font-size: 12px;
    color: rgba(255, 255, 255, .76);
}

.nh-tld-row strong {
    font-size: 13px;
    color: #fff;
}

.nh-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 46px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding-top: 24px;
}

.nh-trust-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.nh-trust-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--nh-green);
    font-size: 29px;
    line-height: 34px;
    text-align: center;
}

.nh-trust-row strong,
.nh-trust-row span {
    display: block;
}

.nh-trust-row strong {
    font-size: 18px;
    line-height: 1.2;
}

.nh-trust-row span {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, .74);
}

.nh-section {
    padding: 78px 0;
}

.nh-intro-section {
    background: #fff;
}

.nh-section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.nh-section-heading h2 {
    font-size: 40px;
    margin: 0 0 14px;
}

.nh-section-heading p {
    font-size: 17px;
    color: var(--nh-muted);
}

.nh-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.nh-product-card {
    position: relative;
    padding: 24px 20px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
    transition: .2s;
}

.nh-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nh-shadow);
}

.nh-product-card h3 {
    font-size: 20px;
    margin: 15px 0 8px;
}

.nh-product-card p {
    font-size: 14px;
    color: var(--nh-muted);
    min-height: 72px;
}

.nh-icon-tile {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef8eb;
    color: var(--nh-green-dark);
}

.nordhost_site .nh-text-link {
    font-weight: 800;
    color: var(--nh-green-dark);
}

.nh-dark-section {
    background: var(--nh-navy-deep);
    color: #fff;
}

.nh-story-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.nh-story-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 640/550;
    border-radius: 18px;
    box-shadow: var(--nh-shadow);
}

.nh-story-copy h2 {
    font-size: 42px;
}

.nh-story-copy p {
    color: var(--nh-muted);
    font-size: 17px;
}

.nh-story-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .innerfix {
        padding: 12px 16px;
    }

    .navbar-collapse {
        margin-top: 10px;
        padding: 14px;
        border-radius: 14px;
        background: rgba(2, 20, 42, .98);
    }

    .navbar-nav {
        align-items: stretch;
    }

    .navbar .nav-link {
        font-size: 14px;
    }

    .nh-hero {
        min-height: 880px;
    }

    .nh-hero-inner {
        padding-top: 112px;
    }

    .nh-hero-copy h1 {
        font-size: 50px;
    }

    .nh-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .navbar-brand img {
        max-width: 145px;
    }

    .nh-hero {
        min-height: 900px;
    }

    .nh-hero-inner {
        padding: 108px 18px 30px;
    }

    .nh-hero-copy h1 {
        font-size: 43px;
        max-width: 360px;
    }

    .nh-hero-copy p {
        font-size: 16px;
        /* Reserve space for its real 3-line height (Open Sans). The page
           first paints this text in a fallback font that wraps to 2 lines
           at this width, so without this the paragraph grows once Open
           Sans swaps in, pushing .nh-trust-row down - measured as this
           page's whole remaining layout shift on PageSpeed mobile. */
        min-height: 82px;
    }

    .nh-bulk-note {
        /* Same reasoning: the fallback font fits this on 1 line at this
           width, the real font wraps it to 2, growing the domain card. */
        min-height: 60px;
    }

    .nh-domain-card {
        padding: 13px;
        margin-top: 18px;
    }

    .nh-domain-form {
        grid-template-columns: 1fr auto;
    }

    .nh-domain-form .nh-btn-outline {
        display: none;
    }

    .nh-trust-row {
        grid-template-columns: 1fr;
        margin-top: 34px;
        gap: 18px;
        padding: 22px 10px 0;
    }

    .nh-product-grid,
    .nh-story-layout {
        grid-template-columns: 1fr;
    }

    .nh-section {
        padding: 56px 0;
    }

    .nh-section-heading h2,
    .nh-story-copy h2 {
        font-size: 32px;
    }

    .nh-product-card p {
        min-height: 0;
    }

    .nh-story-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

body.template-homepage .nh-dark-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 18%, rgba(67, 176, 42, .16), transparent 28rem), linear-gradient(135deg, #031a35 0%, #062748 100%);
}

body.template-homepage .nh-support-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
}

body.template-homepage .nh-support-copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

body.template-homepage .nh-support-copy h2 {
    margin: 10px 0 20px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

body.template-homepage .nh-support-copy > p {
    max-width: 520px;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.7;
}

body.template-homepage .nh-support-points {
    display: grid;
    gap: 12px;
    margin: 28px 0 32px;
    padding: 0;
    color: #fff;
    list-style: none;
}

body.template-homepage .nh-support-points i {
    display: inline-grid;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--nh-green-dark);
    font-size: 11px;
}

body.template-homepage .nh-support-team {
    position: relative;
    min-height: 520px;
}

body.template-homepage .nh-team-card {
    position: absolute;
    width: min(58%, 330px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

body.template-homepage .nh-team-card-first {
    top: 0;
    left: 0;
    transform: rotate(-3deg);
}

body.template-homepage .nh-team-card-second {
    right: 0;
    bottom: 0;
    transform: rotate(3deg);
}

body.template-homepage .nh-team-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4.25;
    object-fit: cover;
    object-position: center top;
}

body.template-homepage .nh-team-card figcaption {
    display: grid;
    padding: 16px 20px 18px;
    color: #031a35;
}

body.template-homepage .nh-team-card figcaption strong {
    font-size: 18px;
}

body.template-homepage .nh-team-card figcaption span {
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 991px) {
    .nh-public-hero__inner {
        min-height: 310px;
        padding-bottom: 42px;
    }

    .nh-service-page .col-lg-4 {
        margin-bottom: 0;
    }

    body.template-homepage .nh-support-layout {
        grid-template-columns: 1fr;
    }

    body.template-homepage .nh-support-team {
        width: min(100%, 650px);
        min-height: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    body.template-homepage .nh-support-copy h2 {
        font-size: 42px;
    }

    body.template-homepage .nh-support-team {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        gap: 12px;
        align-items: start;
        padding: 8px 0 18px;
    }

    body.template-homepage .nh-team-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        border-radius: 18px;
    }

    body.template-homepage .nh-team-card-first {
        transform: rotate(-2deg);
    }

    body.template-homepage .nh-team-card-second {
        margin-top: 38px;
        transform: rotate(2deg);
    }

    body.template-homepage .nh-team-card figcaption {
        padding: 12px 14px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.template-homepage .nh-team-card {
        transform: none;
    }
}

body.template-homepage,
body.template-homepage #main-body,
body.template-homepage .main-content,
body.template-homepage .content-padded {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.nh-site-header .innerfix {
    position: relative;
}

.nh-site-header .navbar-collapse {
    justify-content: space-between;
}

.nh-brand-logo {
    position: relative;
    display: block;
    width: 165px;
    aspect-ratio: 230 / 43;
}

.nh-brand-logo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nh-brand-logo__wordmark {
    clip-path: inset(0 0 0 27%);
}

body.template-homepage .nh-hero-home {
    min-height: 720px;
    margin: 0;
    color: #fff;
    background-color: #031a35;
    background-image: linear-gradient(90deg, rgba(2, 18, 38, .86) 0%, rgba(2, 27, 53, .68) 42%, rgba(2, 25, 49, .15) 72%, rgba(2, 20, 42, .28) 100%), url("/templates/nordhost-nexus/img/site-images/nordhost-hero-fjord-2026.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    body.template-homepage .nh-hero-home {
        background-position: center, 72% center;
    }
}

@media (max-width: 699px) {
    body.template-homepage .nh-hero-home {
        min-height: 0;
        background-image: linear-gradient(90deg, rgba(2, 18, 38, .88) 0%, rgba(2, 27, 53, .72) 55%, rgba(2, 20, 42, .38) 100%), url("/templates/nordhost-nexus/img/site-images/nordhost-hero-fjord-2026-mobile.webp");
        background-position: center, 60% center;
        background-size: cover, cover;
    }
}

body.template-homepage .nh-hero-inner {
    z-index: 2;
    padding-top: 132px;
    padding-bottom: 38px;
}

body.template-homepage .nh-hero-copy {
    max-width: 620px;
}

body.template-homepage .nh-hero-copy h1 {
    max-width: none;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.14;
    letter-spacing: -.045em;
    text-wrap: initial;
}

.nh-hero-heading-line {
    white-space: nowrap;
}

body.template-homepage .nh-hero-copy h1 em {
    color: var(--nh-green);
    font-style: normal;
}

body.template-homepage .nh-hero-copy p {
    margin-bottom: 0;
}

body.template-homepage .nh-domain-card {
    max-width: 720px;
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.template-homepage .nh-domain-card__title {
    display: none;
}

/* Bulk transfer hint under the homepage domain search. */
.nh-bulk-note {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 15px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.5;
}

.nh-bulk-note i {
    flex: 0 0 auto;
    color: var(--nh-green);
    font-size: 12px;
}

.nh-bulk-note a,
.nh-bulk-note a:visited {
    color: #9bea87;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(155, 234, 135, .45);
    text-underline-offset: 3px;
    transition: color .2s, text-decoration-color .2s;
}

.nh-bulk-note a:hover,
.nh-bulk-note a:focus {
    color: #fff;
    text-decoration-color: #fff;
}

.nh-tld-row span {
    color: var(--nh-green);
}

.nh-tld-row strong {
    margin-right: 4px;
}

body.template-homepage .nh-trust-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 35px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(2, 20, 42, .2);
    backdrop-filter: blur(2px);
}

body.template-homepage .nh-trust-stat:not(:first-child) {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .11);
}

body.template-homepage .nh-trust-icon {
    color: var(--nh-green);
    /* Icon style is now "fas" (solid, weight 900 via Font Awesome's own
       .fas rule) instead of "fal" (light), so the fa-light-300.woff2 font
       (455 KB) is no longer fetched on this page - "fas" is already loaded
       for other icons regardless. No font-weight override needed here. */
}

body.template-homepage .nh-intro-section {
    padding: 24px 0 48px;
}

body.template-homepage .nh-dark-section {
    padding-top: 68px;
}

body.template-homepage .nh-story-section {
    position: relative;
    clear: both;
    background: #fff;
}

body.template-homepage .nh-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

body.template-homepage .nh-story-media,
body.template-homepage .nh-story-copy {
    min-width: 0;
}

@media (max-width: 991px) {
    .nh-site-header .navbar-brand {
        margin-right: 0;
    }

    .nh-header-tools {
        display: none;
    }

    body.template-homepage .nh-hero-home {
        min-height: auto;
        background-position: center, 68% center;
    }

    body.template-homepage .nh-story-layout {
        grid-template-columns: 1fr;
    }
}

.nordhost_site .btn,
.nordhost_site .btn:hover,
.nordhost_site .btn:focus,
.nordhost_site .btn:active {
    text-decoration: none !important;
}

.nordhost_site .btn-primary,
.nordhost_site .nh-btn-blue {
    color: #fff !important;
    transition: background-color 225ms ease, border-color 225ms ease, color 225ms ease, transform 225ms ease;
}

.nordhost_site .btn-primary:hover,
.nordhost_site .btn-primary:focus,
.nordhost_site .nh-btn-blue:hover,
.nordhost_site .nh-btn-blue:focus {
    border-color: var(--nh-green-dark);
    color: #fff !important;
    background-color: var(--nh-green-dark) !important;
}

@media (max-width: 767px) {
    body.template-homepage .nh-trust-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }

    body.template-homepage .nh-trust-stat:not(:first-child) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .nh-public-hero__inner {
        min-height: 0;
        padding: calc(var(--nh-header-height, 78px) + 30px) 18px 34px;
    }

    .nh-public-hero p {
        font-size: 15px;
    }

    .nh-public-hero .nh-btn {
        width: 100%;
    }

    .nh-brand-logo {
        width: 142px;
    }

    body.template-homepage .nh-hero-home {
        min-height: auto;
        background-position: center, 60% center;
    }

    body.template-homepage .nh-hero-inner {
        padding: 102px 18px 30px;
    }

    body.template-homepage .nh-hero-copy h1 {
        max-width: 350px;
        font-size: clamp(36px, 11.5vw, 43px);
    }

    .nh-hero-heading-line {
        white-space: normal;
    }

    body.template-homepage .nh-domain-form .nh-btn-green {
        padding: 0 12px;
    }

    body.template-homepage .nh-tld-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 16px;
    }

    body.template-homepage .nh-trust-row {
        gap: 22px 10px;
        padding: 20px 14px;
    }

    body.template-homepage .nh-trust-stat {
        align-items: flex-start;
        gap: 9px;
    }

    body.template-homepage .nh-trust-icon {
        width: 25px;
        height: 25px;
        font-size: 22px;
        line-height: 25px;
    }

    body.template-homepage .nh-trust-row strong {
        font-size: 15px;
    }

    body.template-homepage .nh-trust-row span {
        font-size: 11px;
    }

    body.template-homepage .nh-story-actions {
        align-items: stretch;
    }
}

.nh-cloudvps-page {
    margin: 0;
    color: var(--nh-ink);
    background: #fff;
    overflow: hidden;
}

.nh-cloudvps-page h2,
.nh-cloudvps-page h3 {
    color: var(--nh-navy);
}

.nh-service-highlights {
    padding: 30px;
    border: 1px solid #dce7f0;
    border-radius: 18px;
    background: #f7fafc;
    box-shadow: 0 14px 36px rgba(3, 26, 53, .07);
}

.nordhost_site .nh-service-highlights .nh-service-highlights__title {
    margin: 0 0 20px;
    color: var(--nh-navy);
    font-size: 21px;
    line-height: 1.3;
}

.nh-service-highlights ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-service-highlights li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #344b62;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.nordhost_site .nh-service-highlights .fa-check {
    display: block;
    flex: 0 0 14px;
    width: 14px;
    height: auto;
    margin-top: .3em;
    color: var(--nh-green-dark);
    background: transparent;
    font-size: 11px;
}

.nh-cloudvps-plans {
    background: #f4f7fa;
}

.nh-cloudvps-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 22px;
    align-items: stretch;
}

.nh-cloudvps-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 29px;
    flex-direction: column;
    border: 1px solid #dbe4ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(3, 26, 53, .07);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.nh-cloudvps-plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 29px;
    left: 29px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--nh-navy), var(--nh-green));
}

.nh-cloudvps-plan-card:hover {
    border-color: #b8cbdc;
    box-shadow: 0 18px 42px rgba(3, 26, 53, .11);
    transform: translateY(-3px);
}

.nh-cloudvps-plan-card__type {
    display: block;
    margin-bottom: 5px;
    color: var(--nh-green-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nh-cloudvps-plan-card h3 {
    margin: 0;
    font-size: 26px;
}

.nh-service-price {
    min-height: 112px;
    margin: 22px 0 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--nh-line);
}

.nh-service-price > span {
    display: block;
    color: var(--nh-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-service-price > div > span {
    color: #344b62;
    font-size: 14px;
    font-weight: 700;
}

.nh-service-price strong {
    color: var(--nh-ink);
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.nh-service-price small {
    color: var(--nh-muted);
    font-size: 12px;
}

.nh-cloudvps-specs {
    display: grid;
    margin: 0 0 25px;
}

.nh-cloudvps-specs > div {
    display: flex;
    min-width: 0;
    padding: 11px 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf1f5;
}

.nh-cloudvps-specs dt {
    margin: 0;
    color: var(--nh-muted);
    font-size: 13px;
    font-weight: 600;
}

.nh-cloudvps-specs dd {
    margin: 0;
    color: var(--nh-navy);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.nh-cloudvps-plan-card .nh-plan-button {
    min-height: 48px;
}

.nh-cloudvps-plan-card .nh-plan-button:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .28);
    outline-offset: 3px;
}

.nh-cloudvps-billing-note {
    display: flex;
    max-width: 850px;
    margin: 24px auto 0;
    justify-content: center;
    gap: 10px;
    color: #53677b;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.nh-cloudvps-billing-note i {
    margin-top: 3px;
    color: var(--nh-green-dark);
}

.nh-cloudvps-platform {
    padding: 78px 0;
    color: #fff;
    background: var(--nh-navy-deep);
}

.nh-cloudvps-platform__layout {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.nh-cloudvps-platform__copy {
    max-width: 690px;
}

.nh-cloudvps-platform .nh-eyebrow {
    color: #67d34f;
}

.nh-cloudvps-page .nh-cloudvps-platform__copy h2 {
    margin: 4px 0 15px;
    color: var(--nh-white);
    font-size: clamp(34px, 3.5vw, 48px);
}

.nh-cloudvps-page .nh-cloudvps-platform__copy > p {
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.7;
}

.nh-cloudvps-platform ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
}

.nh-cloudvps-page .nh-cloudvps-platform__copy li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: rgba(255, 255, 255, .76);
}

.nh-cloudvps-platform li i {
    margin-top: 3px;
    color: #67d34f;
}

.nh-cloudvps-platform__visual {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.nh-cloudvps-platform__visual > div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.nh-cloudvps-platform__visual .nh-icon-tile {
    flex: 0 0 42px;
}

.nh-cloudvps-platform__visual strong,
.nh-cloudvps-platform__visual small {
    display: block;
}

.nh-cloudvps-platform__visual strong {
    color: #fff;
    font-size: 15px;
}

.nh-cloudvps-platform__visual small {
    margin-top: 3px;
    color: #c5d2df;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .nh-cloudvps-platform__layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .nh-cloudvps-platform__visual {
        max-width: 600px;
    }
}

@media (max-width: 640px) {
    .nh-cloudvps-platform {
        padding: 50px 0;
    }

    .nh-cloudvps-page .container {
        min-width: 0;
    }

    .nh-service-highlights,
    .nh-cloudvps-plan-card {
        padding: 23px 20px;
    }

    .nh-cloudvps-plan-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .nh-service-price {
        min-height: 0;
    }

    .nh-service-price strong {
        font-size: 35px;
    }

    .nh-cloudvps-platform ul {
        grid-template-columns: 1fr;
    }

    .nh-cloudvps-platform__visual {
        padding: 8px;
    }
}

.nh-btn,
.nh-btn:hover,
.nh-btn:focus,
.nh-btn:active {
    text-decoration: none !important;
}

.nh-btn-blue:hover,
.nh-btn-blue:focus {
    color: #fff !important;
    background: var(--nh-green-dark);
}

html,
body.nordhost_site {
    overflow-x: clip !important;
}

.nh-site-header .dropdown-menu {
    z-index: 1060;
}

.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:visited {
    color: #f7fbff !important;
}

.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:hover,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:focus,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:active,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .active > .nav-link,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .show > .nav-link {
    color: #9bea87 !important;
    background: rgba(255, 255, 255, .1);
}

.nh-site-header .navbar-nav .nav-link:focus-visible,
.nh-site-header .dropdown-menu a:focus-visible {
    outline: 2px solid #67d34f;
    outline-offset: 2px;
}

.nh-site-header .dropdown-menu a,
.nh-site-header .dropdown-menu a:visited {
    color: var(--nh-ink) !important;
}

.nh-site-header .dropdown-menu a:hover,
.nh-site-header .dropdown-menu a:focus,
.nh-site-header .dropdown-menu a:active {
    color: var(--nh-green-dark) !important;
    background: #eef8eb;
}

.nh-site-header .innerfix {
    align-items: center;
    gap: 10px;
}

.nh-site-header .navbar {
    flex: 1 1 auto;
    min-width: 0;
}

.nh-header-tools .btn {
    min-height: 25px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color 225ms ease, border-color 225ms ease, box-shadow 225ms ease;
}

.nh-header-tools .btn:hover,
.nh-header-tools .btn:focus {
    border-color: #67d34f;
    color: #fff;
    background: rgba(67, 176, 42, .25);
    box-shadow: 0 0 0 3px rgba(103, 211, 79, .2);
    outline: 0;
}

.nh-internal-hero {
    color: #fff;
    background: radial-gradient(circle at 82% 40%, rgba(25, 108, 167, .46), transparent 28rem), linear-gradient(135deg, #031a35, #062f5e);
    overflow: hidden;
}

.nh-internal-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
    align-items: center;
    gap: 40px;
    min-height: 390px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.nh-internal-hero__copy {
    max-width: 700px;
}

.nordhost_site .nh-internal-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(44px, 5vw, 62px);
    line-height: 1;
}

.nh-internal-hero__copy > p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
}

.nh-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nh-hero-benefits i {
    display: inline-grid;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    place-items: center;
    border: 1px solid var(--nh-green);
    border-radius: 50%;
    color: #67d34f;
    font-size: 9px;
}

.nh-webhotell-page {
    margin: 0;
}

.nh-campaign-wrap {
    padding-top: 24px;
}

.nh-plans-section,
.nh-comparison-section {
    padding: 58px 0;
}

.nh-webhotell-heading {
    margin-bottom: 28px;
}

.nh-section-heading h2 {
    margin-top: 5px;
}

.nh-plan-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.nh-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 25px 17px 17px;
    border: 1px solid #dfe6ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(3, 26, 53, .07);
}

.nh-plan-card--featured {
    border: 2px solid var(--nh-green);
    padding: 24px 16px 16px;
    box-shadow: 0 18px 40px rgba(47, 143, 29, .14);
}

.nh-plan-badge {
    position: absolute;
    top: -13px;
    right: 20px;
    padding: 5px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--nh-green-dark-hover);
    font-size: 11px;
    font-weight: 800;
}

.nh-plan-card h3 {
    margin: 0 0 7px;
    color: var(--nh-navy);
    font-size: 24px;
}

.nh-webhotell-page .nh-plan-lead {
    height: 4.5em;
    margin: 0;
    padding: 0;
    color: var(--nh-muted);
    font-size: 13px;
    line-height: 1.5 !important;
}

.nh-plan-price {
    min-height: 88px;
    margin: 18px 0 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--nh-line);
}

.nh-plan-price strong {
    color: var(--nh-ink);
    font-size: 30px;
    line-height: 1.15;
}

.nh-plan-price .nh-price-period {
    display: inline !important;
    color: #344b62;
    font-size: 13px;
    font-weight: 700;
}

.nh-plan-price s {
    display: block;
    width: 100%;
    color: #8993a1;
    font-size: 13px;
}

.nh-plan-price small {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    color: var(--nh-muted);
    font-size: 11px;
}

.nh-plan-price--free {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nh-plan-price--free strong {
    color: var(--nh-green-dark);
}

.nh-plan-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: #344054;
    font-size: 13px;
}

.nh-plan-card li:before {
    content: "";
    margin-right: 8px;
    color: var(--nh-green-dark);
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
}

.nh-plan-button {
    display: flex;
    min-height: 45px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff !important;
    background: var(--nh-green-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background-color 225ms ease, box-shadow 225ms ease, transform 225ms ease;
}

.nh-plan-button:hover,
.nh-plan-button:focus {
    color: #fff !important;
    background: var(--nh-green-dark-hover);
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .2);
    transform: translateY(-1px);
    outline: 0;
    text-decoration: none !important;
}

.nh-plan-compare {
    display: flex;
    min-height: 36px;
    margin-top: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--nh-navy) !important;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
}

.nh-plan-compare:hover,
.nh-plan-compare:focus {
    color: var(--nh-green-dark) !important;
    background: #eef8ec;
    text-decoration: none !important;
    outline: 2px solid rgba(67, 176, 42, .25);
}

.nh-promo-note {
    margin: 14px 0 0;
}

.nh-benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: #fff;
}

.nh-benefit-strip > div {
    display: flex;
    min-width: 0;
    align-items: center;
}

.nh-benefit-strip span,
.nh-benefit-strip strong {
    display: block;
}

.nh-benefit-strip span {
    line-height: 1.45;
}

.nh-comparison-section {
    background: #fff;
}

.nh-comparison-section {
    scroll-margin-top: 112px;
}

.nh-table-hint {
    margin: 0 0 8px;
}

.nh-table-scroll {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--nh-line);
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.nh-table-scroll:focus {
    outline: 3px solid rgba(67, 176, 42, .28);
    outline-offset: 2px;
}

.nh-table-scroll .newwh {
    width: 100%;
    min-width: 840px;
    margin: 0;
    border-collapse: collapse;
    line-height: 1.3;
}

.nh-table-scroll .newwh th,
.nh-table-scroll .newwh td {
    border-bottom: 1px solid var(--nh-line);
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}

.nh-table-scroll .newwh th {
    height: 42px;
    color: #f7fbff;
    font-size: 13px;
}

.nh-table-scroll .newwh th:first-child {
    min-width: 190px;
}

.nh-table-scroll .newwh th.nh-popular-column {
    box-shadow: inset 0 4px 0 #67d34f;
}

.nh-table-scroll .newwh th.nh-popular-column span {
    display: block;
    color: #a8ee98;
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.nh-table-scroll .newwh th:first-child,
.nh-table-scroll .newwh td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
}

.nh-table-scroll .newwh td:first-child {
    background: #fff;
    color: #26384d;
}

.nh-table-scroll .newwh tr:nth-child(even) td:first-child {
    background: #f8fafc;
}

.nh-table-scroll .newwh i.fa-check,
.nh-table-scroll .newwh i.fa-times {
    font-size: 14px;
}

.nh-table-scroll .newwh tr.last,
.nh-table-scroll .newwh tr.last:hover {
    line-height: 1.3;
    background: var(--nh-navy-deep);
}

.nh-table-scroll .newwh tr.last td {
    padding-right: 6px;
    padding-left: 6px;
    border-bottom: 0;
}

.nh-table-scroll .newwh tr.last td:first-child {
    min-width: 0;
}

.nh-table-scroll .newwh tr.last .buy-button {
    display: inline-flex;
    min-width: 82px;
    min-height: 38px;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nh-navy);
    border-radius: 7px;
    color: var(--nh-navy) !important;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.nh-table-scroll .newwh tr.last td:nth-child(4) .buy-button {
    border-color: var(--nh-green-dark);
    color: #fff !important;
    background: var(--nh-green-dark);
}

.nh-table-scroll .newwh tr.last .buy-button:hover,
.nh-table-scroll .newwh tr.last .buy-button:focus {
    border-color: var(--nh-green-dark-hover);
    color: #fff !important;
    background: var(--nh-green-dark-hover);
    text-decoration: none !important;
}

.nh-comparison-section ol {
    margin: 24px 0 0;
    padding-left: 22px;
    color: #526071;
    font-size: 13px;
    line-height: 1.65;
}

.nh-post-table-section {
    padding: 48px 0;
    background: #f6f8fb;
}

.nh-post-table-section + .nh-post-table-section {
    padding-top: 0;
}

.nh-feature-section h2 {
    color: var(--nh-navy);
}

.nh-feature-section {
    color: #fff;
}

.nh-feature-section + .nh-post-table-section {
    padding-top: 48px;
}

.nh-feature-section .nh-stability-heading {
    max-width: 760px;
    margin: 0 auto 22px;
}

.nh-feature-section .nh-stability-heading h2 {
    margin: 0 0 9px;
    color: #fff;
}

.nh-feature-section .nh-stability-heading p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .nh-plan-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .nh-plan-card {
        grid-column: span 2;
    }

    .nh-plan-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .nh-plan-card:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

@media (max-width: 991px) {
    .nh-site-header .innerfix {
        display: grid;
        grid-template-columns: 1fr auto;
        padding-bottom: 8px;
    }

    .nh-site-header .navbar {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .nh-header-tools {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin: 0 48px 4px 0;
        transform: translateY(-1px);
    }

    .nh-plan-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .nh-benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .nh-benefit-strip > div:nth-child(3) {
        border-left: 0;
    }

    .nh-internal-hero__layout {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .nh-site-header .innerfix {
        padding-right: 16px;
        padding-left: 16px;
    }

    .nh-header-tools .btn {
        max-width: 190px;
        white-space: normal;
    }

    .nh-internal-hero__layout {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 0;
        padding: 38px 18px;
    }

    .nh-internal-hero h1 {
        font-size: 42px;
    }

    .nh-hero-benefits {
        display: grid;
        gap: 10px;
    }

    .nh-plans-section,
    .nh-comparison-section {
        padding: 42px 0;
    }

    .nh-plan-grid,
    .nh-benefit-strip {
        grid-template-columns: 1fr;
    }

    .nh-plan-card,
    .nh-plan-card:nth-child(4),
    .nh-plan-card:nth-child(5) {
        grid-column: 1;
    }

    .nh-comparison-section {
        scroll-margin-top: 94px;
    }

    .nh-table-hint {
        display: block;
    }

    .nh-table-scroll .newwh {
        min-width: 700px;
        font-size: 12px;
    }

    .nh-table-scroll .newwh th,
    .nh-table-scroll .newwh td {
        padding: 6px 7px;
    }

    .nh-table-scroll .newwh th:first-child {
        min-width: 155px;
    }

    .nh-table-scroll .newwh tr.last .buy-button {
        min-width: 74px;
        min-height: 44px;
        padding: 7px 8px;
    }

    .nh-post-table-section {
        padding: 34px 0;
    }

    .nh-post-table-section + .nh-post-table-section {
        padding-top: 0;
    }

    .nh-benefit-strip {
        gap: 0;
        padding: 10px 20px;
    }

    .nh-benefit-strip > div {
        padding: 14px 0;
        border-left: 0 !important;
    }

    .nh-benefit-strip > div + div {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .nh-section-heading h2 {
        font-size: 31px;
    }
}

body.template-homepage .nh-tld-row > span {
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

body.template-homepage .nh-tld-row .vat-inc,
body.template-homepage .nh-tld-row .vat-ex {
    color: var(--nh-green);
    font-weight: 700;
}

.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:hover,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .nav-link:focus,
.nh-site-header .navbar.navbar-default.navbar-light .navbar-nav .show > .nav-link {
    color: #9bea87 !important;
}

body.template-homepage .nh-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.template-homepage .nh-product-card p {
    min-height: 0;
}

body.template-homepage .nh-product-card .nh-text-link {
    margin-top: auto;
}

body.template-homepage .nh-product-price {
    min-height: 43px;
    margin: 0 0 11px;
    color: var(--nh-ink);
    line-height: 1.25;
}

body.template-homepage .nh-product-price strong,
body.template-homepage .nh-product-price small {
    display: block;
}

body.template-homepage .nh-product-price strong {
    font-size: 13px;
    white-space: nowrap;
}

body.template-homepage .nh-product-price small {
    margin-top: 3px;
    color: var(--nh-muted);
    font-size: 10px;
    font-weight: 600;
}

.nh-table-scroll {
    overflow-y: hidden;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(3, 26, 53, .09);
}

.nh-table-scroll .newwh th {
    padding: 10px 11px;
    background: var(--nh-navy) !important;
    font-weight: 800;
    letter-spacing: .01em;
}

.nh-table-scroll .newwh th:first-child {
    background: var(--nh-navy-deep) !important;
}

.nh-table-scroll .newwh td {
    padding: 7px 11px;
    font-size: 13px;
}

.nh-table-scroll .newwh td:first-child {
    border-right: 1px solid var(--nh-line);
    font-weight: 750;
}

.nh-table-scroll .newwh tr:nth-child(odd) td:not(:first-child) {
    background: #fff;
}

.nh-table-scroll .newwh tr:nth-child(even) td:not(:first-child) {
    background: #f3f7fa;
}

.nh-table-scroll .newwh tr {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
    cursor: default;
}

.nh-table-scroll .newwh tr:hover td {
    filter: none !important;
    transform: none !important;
}

.nh-table-scroll .newwh tr.last td {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eaf0f5 !important;
}

.nh-table-scroll .newwh tr.last td:first-child {
    background: var(--nh-navy-deep) !important;
}

.nh-feature-section {
    padding: 64px 0 !important;
    background: linear-gradient(135deg, #031a35, #062f5e);
}

.nh-feature-section .nh-stability-heading {
    margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 641px) {
    .nh-plan-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .nh-plan-card {
        grid-column: span 2;
    }

    .nh-plan-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .nh-plan-card:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

@media (max-width: 991px) {
    .nh-site-header .navbar-collapse {
        max-height: calc(100vh - 82px);
    }
}

@media (max-width: 640px) {
    .nh-header-tools {
        display: none;
    }
}

.nh-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.nh-breadcrumb a,
.nh-breadcrumb a:visited {
    color: #b9d7ff;
}

.nh-breadcrumb a:hover,
.nh-breadcrumb a:focus {
    color: #9bea87;
}

.nh-breadcrumb i {
    font-size: 8px;
}

body.template-contact .nh-contact-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(44px, 5vw, 62px);
    line-height: 1;
}

.nh-contact-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
}

.nh-contact-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nh-contact-hero__highlights i {
    margin-right: 7px;
    color: #67d34f;
}

.nh-contact-page {
    background: #fff;
}

.nh-contact-section {
    padding: 60px 0;
}

.nh-contact-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.nh-contact-intro h2,
.nh-contact-story h2,
.nh-contact-team-heading h2,
.nh-contact-company h2 {
    margin: 4px 0 12px;
    font-size: clamp(31px, 4vw, 42px);
}

.nh-contact-intro p,
.nh-contact-story__copy p {
    color: var(--nh-muted);
    font-size: 16px;
}

.nh-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 28px;
    align-items: start;
}

.nh-contact-form-card {
    padding: 30px;
    border: 1px solid var(--nh-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(3, 26, 53, .08);
}

.nh-contact-card-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}

.nh-contact-card-heading h2 {
    margin: 0 0 3px;
    font-size: 25px;
}

.nh-contact-card-heading p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 14px;
}

.nh-contact-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-navy);
    background: #eef8eb;
    font-size: 17px;
}

.nh-contact-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.nh-contact-field {
    margin-bottom: 16px;
}

.nh-contact-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--nh-ink);
    font-size: 14px;
    font-weight: 800;
}

.nh-contact-form .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 13px;
    border: 1px solid #cdd5df;
    border-radius: 9px;
    background: #fff;
    color: var(--nh-ink);
    box-shadow: none;
}

.nh-contact-form .form-control::placeholder {
    color: #697386;
    opacity: 1;
}

.nh-contact-form select.form-control option {
    color: var(--nh-ink);
    background: #fff;
}

.nh-contact-form textarea.form-control {
    height: auto;
    min-height: 116px;
    resize: vertical;
}

.nh-contact-form .form-control:focus {
    border-color: var(--nh-green);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .16);
}

.nh-contact-captcha {
    margin: 4px 0 18px;
}

.nh-contact-captcha,
.nh-contact-captcha label,
.nh-contact-captcha p,
.nh-contact-captcha small {
    color: #526174;
}

.nh-contact-form .nh-btn {
    gap: 10px;
}

.nh-contact-message .alert {
    border-radius: 10px;
}

.nh-contact-form-card .alert-success {
    color: #205b18;
    background: #edf8e9;
}

.nh-contact-form-card .alert-danger {
    color: #842029;
    background: #f8d7da;
}

.nh-contact-panel {
    display: grid;
    gap: 12px;
}

.nh-contact-method {
    display: flex;
    min-height: 132px;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(3, 26, 53, .045);
}

.nh-contact-method--primary {
    border-color: rgba(67, 176, 42, .35);
    background: #f5fbf3;
}

.nh-contact-method h3 {
    margin: 1px 0 7px;
    font-size: 18px;
}

.nh-contact-method p {
    margin: 0 0 8px;
    color: var(--nh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.nh-contact-method p:last-child {
    margin-bottom: 0;
}

.nh-contact-method a,
.nh-contact-method a:visited {
    color: var(--nh-blue);
    font-weight: 800;
}

.nh-contact-method a:hover,
.nh-contact-method a:focus {
    color: var(--nh-green-dark);
    text-decoration: underline;
}

.nh-contact-method a:focus-visible {
    outline: 2px solid var(--nh-green);
    outline-offset: 3px;
}

.nh-contact-story {
    background: var(--nh-bg);
}

.nh-contact-story > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 48px;
    align-items: center;
}

.nh-contact-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.nh-contact-values article {
    padding: 20px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
}

.nh-contact-values i {
    color: var(--nh-green-dark);
    font-size: 22px;
}

.nh-contact-values h3 {
    margin: 13px 0 7px;
    font-size: 17px;
}

.nh-contact-values p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.nh-contact-team-heading {
    margin-bottom: 25px;
    text-align: center;
}

.nh-contact-team {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 470px));
    gap: 22px;
    justify-content: center;
}

.nh-contact-person {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--nh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(3, 26, 53, .06);
}

.nh-contact-person img {
    width: 150px;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.nh-contact-person figcaption {
    padding: 22px;
}

.nh-contact-person h3 {
    margin: 0 0 2px;
    font-size: 22px;
}

.nh-contact-person strong {
    color: var(--nh-green-dark);
    font-size: 13px;
}

.nh-contact-person p {
    margin: 12px 0 0;
    color: var(--nh-muted);
    font-size: 13px;
}

.nh-contact-company {
    color: #fff;
    background: var(--nh-navy-deep);
}

body.template-contact .nh-contact-company h2 {
    color: #fff;
}

.nh-contact-company__layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.nh-contact-company p {
    color: rgba(255, 255, 255, .82);
}

.nh-contact-company dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}

.nh-contact-company dl div {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 11px;
    background: rgba(255, 255, 255, .05);
}

.nh-contact-company dt {
    color: #a9c8e8;
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nh-contact-company dd {
    margin: 4px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nh-contact-company dd a,
.nh-contact-company dd a:visited {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nh-contact-company dd a:hover,
.nh-contact-company dd a:focus {
    color: #9bea87;
    text-decoration: underline;
}

.nh-contact-company dd a:focus-visible {
    border-radius: 2px;
    outline: 2px solid #9bea87;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .nh-contact-layout,
    .nh-contact-story > .container,
    .nh-contact-company__layout {
        grid-template-columns: 1fr;
    }

    .nh-contact-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nh-contact-story > .container {
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .nh-contact-hero h1 {
        font-size: 40px;
    }

    .nh-contact-hero p {
        font-size: 15px;
    }

    .nh-contact-hero__highlights {
        display: grid;
        gap: 9px;
    }

    .nh-contact-section {
        padding: 40px 0;
    }

    .nh-contact-section > .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .nh-contact-layout,
    .nh-contact-panel,
    .nh-contact-field-row,
    .nh-contact-values,
    .nh-contact-team,
    .nh-contact-company dl {
        grid-template-columns: 1fr;
    }

    .nh-contact-form-card {
        padding: 21px 18px;
    }

    .nh-contact-method {
        padding: 17px;
    }

    .nh-contact-person {
        grid-template-columns: 110px 1fr;
    }

    .nh-contact-person img {
        width: 110px;
        min-height: 180px;
    }

    .nh-contact-person figcaption {
        padding: 17px 14px;
    }
}

body.template-domainnames #main-body,
body.template-domainnames .main-content,
body.template-domainnames .content-padded {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.template-domainnames {
    overflow-x: hidden;
}

.nh-domain-hero .nh-internal-hero__copy {
    max-width: 720px;
}

.nh-domain-hero .nh-internal-hero__copy > p {
    max-width: 610px;
    margin-bottom: 14px;
}

.nh-domain-hero .nh-hero-benefits {
    margin-top: 12px;
    gap: 20px;
}

/* Shared domain search form.
   Homepage: .nh-domain-form / .nh-domain-input-wrap
   Domain names page: .nh-domain-search-form / .nh-domain-search-input
   Keep both class sets in the same rules so the two forms stay identical. */
.nh-domain-search-form,
.nh-domain-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 9px;
}

.nh-domain-search-input,
.nh-domain-input-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(3, 26, 53, .04);
}

.nh-domain-search-input:focus-within,
.nh-domain-input-wrap:focus-within {
    border-color: var(--nh-green);
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .14);
}

.nh-domain-search-input i,
.nh-domain-input-wrap i {
    flex: 0 0 auto;
    color: var(--nh-green);
}

.nh-domain-search-input input,
.nh-domain-input-wrap input {
    width: 100%;
    height: 50px;
    min-width: 0;
    padding: 0 10px;
    border: 0 !important;
    background: transparent;
    outline: 0 !important;
    font-size: 16px;
}

.nh-domain-search-form .nh-btn,
.nh-domain-form .nh-btn {
    min-width: 105px;
}

.nh-domain-transfer {
    border: 1px solid var(--nh-navy);
    color: var(--nh-navy) !important;
    background: #fff;
}

.nh-domain-transfer:hover,
.nh-domain-transfer:focus {
    color: #fff !important;
    background: var(--nh-navy);
}

.nh-domain-hero .nh-domain-search-form {
    margin-top: 0;
}

/* Hero variant (dark background): domain names page and homepage. */
.nh-domain-hero .nh-domain-search-input,
.nh-domain-card .nh-domain-input-wrap {
    border-color: rgba(255, 255, 255, .45);
}

.nh-domain-hero .nh-domain-transfer,
.nh-domain-card .nh-btn-outline {
    border-color: rgba(255, 255, 255, .72);
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.nh-domain-hero .nh-domain-transfer:hover,
.nh-domain-hero .nh-domain-transfer:focus,
.nh-domain-card .nh-btn-outline:hover,
.nh-domain-card .nh-btn-outline:focus {
    border-color: #fff;
    color: var(--nh-navy) !important;
    background: #fff;
}

.nh-domain-prices {
    padding: 54px 0;
    background: #fff;
}

.nh-domain-prices .nh-section-heading {
    margin-bottom: 18px;
}

.nh-domain-price-toolbar {
    display: flex;
    min-height: 46px;
    margin: 0 0 14px;
    align-items: center;
    gap: 14px;
}

.nh-domain-price-filter {
    display: flex;
    width: min(100%, 390px);
    align-items: center;
    padding: 0 13px;
    border: 1px solid #ccd7e2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(3, 26, 53, .045);
}

.nh-domain-price-filter:focus-within {
    border-color: var(--nh-green);
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .14);
}

.nh-domain-price-filter > i {
    flex: 0 0 auto;
    color: var(--nh-green-dark);
}

.nh-domain-price-filter input {
    width: 100%;
    height: 44px;
    min-width: 0;
    padding: 0 10px;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
    outline: 0 !important;
    color: var(--nh-ink);
    font-size: 14px;
}

.nh-domain-price-filter button {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--nh-muted);
    background: #eef2f6;
    cursor: pointer;
}

.nh-domain-price-filter button[hidden] {
    display: none !important;
}

.nh-domain-price-filter button:hover,
.nh-domain-price-filter button:focus {
    color: #fff;
    background: var(--nh-navy);
    outline: 0;
}

.nh-domain-price-status {
    color: var(--nh-muted);
    font-size: 12px;
}

.nh-domain-price-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #d5e0e9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(3, 26, 53, .09);
    -webkit-overflow-scrolling: touch;
}

body.template-domainnames .nh-domain-price-table table.domainpricing {
    width: 100%;
    min-width: 680px;
    margin: 0 !important;
    border: 0;
    border-spacing: 0;
    background: #fff;
    table-layout: fixed;
}

body.template-domainnames .nh-domain-price-table table.domainpricing th,
body.template-domainnames .nh-domain-price-table table.domainpricing td {
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid var(--nh-line);
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
}

body.template-domainnames .nh-domain-price-table table.domainpricing th {
    color: #fff;
    background: var(--nh-navy-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: right;
    text-transform: uppercase;
}

body.template-domainnames .nh-domain-price-table table.domainpricing th:first-child {
    width: 110px;
    text-align: left;
}

body.template-domainnames .nh-domain-price-table table.domainpricing th:nth-child(2) {
    width: 85px;
    text-align: center;
}

body.template-domainnames .nh-domain-price-table table.domainpricing td {
    color: #344b62;
    background: #fff;
    text-align: right;
}

body.template-domainnames .nh-domain-price-table table.domainpricing td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    color: var(--nh-navy);
    background: #fff;
    font-size: 15px;
    font-weight: 850;
    text-align: left;
}

body.template-domainnames .nh-domain-price-table table.domainpricing td:nth-child(2) {
    color: var(--nh-muted);
    text-align: center;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr:nth-child(odd) td {
    background: #f7f9fc;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr:nth-child(odd) td:first-child {
    background: #f7f9fc;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr:hover td {
    background: #eef8eb;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr:hover td:first-child {
    background: #eef8eb;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr:last-child td {
    border-bottom: 0;
}

body.template-domainnames .nh-domain-price-table table.domainpricing td .vat-ex,
body.template-domainnames .nh-domain-price-table table.domainpricing td .vat-inc {
    color: var(--nh-ink);
    font-weight: 400;
}

body.template-domainnames .nh-domain-price-table table.domainpricing tr[hidden] {
    display: none !important;
}

.nh-table-hint {
    display: none;
    color: var(--nh-muted);
    font-size: 12px;
}

.nh-table-hint i {
    margin-right: 6px;
    color: var(--nh-green);
}

.nh-domain-info {
    padding: 54px 0 66px;
    background: #f6f8fb;
}

.nh-domain-info .nh-section-heading {
    margin-bottom: 24px;
}

.nh-domain-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nh-domain-info-grid article {
    padding: 21px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(3, 26, 53, .045);
}

.nh-domain-info-grid article > i {
    display: grid;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-green-dark);
    background: #eef8eb;
    font-size: 18px;
}

.nh-domain-info-grid h3 {
    margin: 0 0 7px;
    font-size: 18px;
}

.nh-domain-info-grid p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.nh-domain-info-grid a {
    color: var(--nh-green-dark);
    font-weight: 700;
}

@media (max-width: 991px) {
    .nh-domain-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nh-domain-hero .nh-internal-hero__copy > p {
        font-size: 15px;
    }

    .nh-domain-hero .nh-hero-benefits {
        display: grid;
        gap: 7px;
    }

    .nh-domain-prices,
    .nh-domain-info {
        padding: 34px 0;
    }

    .nh-domain-search-form {
        grid-template-columns: 1fr 1fr;
    }

    .nh-domain-search-input {
        grid-column: 1 / -1;
    }

    .nh-domain-search-form .nh-btn {
        width: 100%;
        min-width: 0;
    }

    .nh-domain-price-toolbar {
        display: block;
    }

    .nh-domain-price-filter {
        width: 100%;
    }

    .nh-domain-price-status {
        display: block;
        min-height: 18px;
        margin-top: 7px;
    }

    body.template-domainnames .nh-domain-price-table table.domainpricing {
        min-width: 620px;
    }

    body.template-domainnames .nh-domain-price-table table.domainpricing th,
    body.template-domainnames .nh-domain-price-table table.domainpricing td {
        padding: 10px 12px;
    }

    .nh-table-hint {
        display: block;
    }

    .nh-domain-info-grid {
        grid-template-columns: 1fr;
    }
}

.nh-webhotell-page .nh-table-scroll {
    border-color: #cbd7e3;
    box-shadow: 0 14px 36px rgba(3, 26, 53, .1);
}

.nh-webhotell-page .nh-table-scroll .newwh {
    table-layout: fixed;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th {
    background: #07508d !important;
    color: #fff;
    font-size: 13px;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th:first-child {
    width: 210px;
    background: #032f5d !important;
    font-size: 14px;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th:not(:first-child) {
    width: 126px;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th.nh-popular-column {
    background: #09629f !important;
    box-shadow: inset 0 4px 0 var(--nh-green);
}

.nh-webhotell-page .nh-table-scroll .newwh td {
    border-bottom-color: #d8e1ea;
    color: #34485e;
}

.nh-webhotell-page .nh-table-scroll .newwh td:first-child {
    background: #f5f8fb;
    color: #132f4e;
}

.nh-webhotell-page .nh-table-scroll .newwh tr:not(.nh-feature-group):not(.last) td:nth-child(4) {
    box-shadow: inset 1px 0 rgba(67, 176, 42, .18), inset -1px 0 rgba(67, 176, 42, .18);
    background-image: linear-gradient(rgba(67, 176, 42, .045), rgba(67, 176, 42, .045));
    font-weight: 700;
}

.nh-webhotell-page .nh-table-scroll .newwh i.fa-check,
.nh-webhotell-page .nh-table-scroll .newwh i.fa-times {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
}

.nh-webhotell-page .nh-feature-group th {
    position: static !important;
    height: 26px !important;
    padding: 5px 10px !important;
    border: 0 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td {
    padding: 9px 7px;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td:nth-child(4) {
    background: #dff1da !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last .buy-button {
    border-radius: 9px;
    box-shadow: none;
}

.nh-hosting-assurance {
    padding: 58px 0 !important;
}

.nh-hosting-assurance .nh-stability-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.nh-hosting-assurance .nh-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #9bea87;
}

.nh-hosting-assurance .nh-stability-heading strong {
    color: #fff;
}

.nh-assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nh-assurance-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 142px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .065);
}

.nh-assurance-card__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--nh-green);
    color: #03284e;
    font-size: 20px;
}

.nh-assurance-card h3 {
    margin: 1px 0 7px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}

.nh-assurance-card p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 1.55 !important;
}

.nh-assurance-card a {
    color: #a8ee98;
    font-weight: 750;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .nh-assurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-webhotell-page .nh-table-scroll .newwh thead th:first-child {
        width: 170px;
    }
}

@media (max-width: 640px) {
    .nh-hosting-assurance {
        padding: 46px 0 !important;
    }

    .nh-assurance-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nh-assurance-card {
        min-height: 0;
        padding: 17px;
    }

    .nh-webhotell-page .nh-table-scroll .newwh {
        min-width: 700px;
    }

    .nh-webhotell-page .nh-table-scroll .newwh td {
        height: 34px;
        padding: 5px 7px;
    }

    .nh-webhotell-page .nh-table-scroll .newwh thead th:first-child {
        width: 155px;
    }
}

@media (min-width: 992px) {
    .nh-plan-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 10px;
    }

    .nh-plan-card,
    .nh-plan-card:nth-child(4),
    .nh-plan-card:nth-child(5) {
        grid-column: auto;
    }

    .nh-plan-card {
        padding: 21px 13px 14px;
        border-radius: 14px;
    }

    .nh-plan-card--featured {
        padding: 20px 12px 13px;
    }

    .nh-plan-card h3 {
        font-size: 22px;
    }

    .nh-plan-price {
        margin: 14px 0 12px;
    }

    .nh-plan-price strong {
        font-size: 27px;
    }

    .nh-plan-card ul {
        gap: 8px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .nh-plan-card li:before {
        margin-right: 6px;
    }

    .nh-plan-button {
        min-height: 42px;
        font-size: 13px;
    }
}

.nh-benefit-strip {
    margin-top: 22px;
    padding: 13px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 11px;
    background: var(--nh-navy-deep);
}

.nh-benefit-strip > div {
    gap: 10px;
    padding: 3px 15px;
}

.nh-benefit-strip > div + div {
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.nh-benefit-strip i {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid #67d34f;
    border-radius: 8px;
    color: #67d34f;
    font-size: 14px;
}

.nh-benefit-strip span {
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
}

.nh-benefit-strip strong {
    color: #fff;
    font-size: 12px;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th,
.nh-webhotell-page .nh-table-scroll .newwh thead th:first-child,
.nh-webhotell-page .nh-table-scroll .newwh thead th.nh-popular-column {
    background: var(--nh-navy-deep) !important;
    color: #fff !important;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th {
    height: 44px;
    padding: 7px 9px;
}

.nh-webhotell-page .nh-table-scroll .newwh td {
    height: 33px;
    padding: 5px 9px;
    font-size: 12.5px;
}

.nh-webhotell-page .nh-table-scroll .newwh td:first-child {
    font-weight: 800;
    letter-spacing: .005em;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.odd td:not(:first-child) {
    background: #fff;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.even td:not(:first-child) {
    background: #f1f5f8;
}

.nh-webhotell-page .nh-table-scroll .newwh .fa-check.green {
    color: var(--nh-green-dark) !important;
}

.nh-webhotell-page .nh-table-scroll .newwh .fa-times.red {
    color: #c72f39 !important;
}

.nh-webhotell-page .nh-feature-group th {
    background: #dfe8f0 !important;
    color: #183b5d !important;
    border-top: 1px solid #c4d2df !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td {
    height: 52px;
    background: #e9eff4 !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child {
    background: var(--nh-navy-deep) !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td {
    background: #e9eff4 !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:first-child {
    background: var(--nh-navy-deep) !important;
}

@media (max-width: 991px) and (min-width: 641px) {
    .nh-header-tools {
        transform: translateY(-2px);
    }

    .nh-plan-card {
        padding: 22px 15px 15px;
    }

    .nh-plan-card--featured {
        padding: 21px 14px 14px;
    }
}

.nh-webhotell-page {
    background: #f6f8fb;
}

.nh-webhotell-page .nh-plans-section {
    padding: 38px 0 34px;
    color: #fff;
    background: radial-gradient(circle at 78% 12%, rgba(35, 112, 177, .22), transparent 32rem), linear-gradient(145deg, var(--nh-navy-deep), #062a54);
}

.nh-webhotell-page .nh-plans-section .nh-webhotell-heading {
    margin-bottom: 22px;
}

.nh-webhotell-page .nh-plans-section .nh-eyebrow {
    color: #9bea87;
}

.nh-webhotell-page .nh-plans-section .nh-webhotell-heading h2 {
    color: #fff;
}

.nh-webhotell-page .nh-plans-section .nh-webhotell-heading p,
.nh-webhotell-page .nh-plans-section .nh-promo-note {
    color: rgba(255, 255, 255, .76);
}

.nh-webhotell-page .nh-plan-card {
    color: var(--nh-ink);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.nh-webhotell-page .nh-plan-card--featured {
    box-shadow: 0 15px 34px rgba(0, 0, 0, .22);
}

.nh-webhotell-page .nh-table-scroll {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.nh-webhotell-page .nh-table-scroll .newwh thead th,
.nh-webhotell-page .nh-table-scroll .newwh thead th:first-child,
.nh-webhotell-page .nh-table-scroll .newwh thead th.nh-popular-column,
.nh-webhotell-page .nh-table-scroll .newwh .nh-feature-group th {
    background: var(--nh-navy-deep) !important;
    color: #f8fbff !important;
}

.nh-webhotell-page .nh-table-scroll .newwh thead a,
.nh-webhotell-page .nh-table-scroll .newwh thead a:visited,
.nh-webhotell-page .nh-table-scroll .newwh .nh-feature-group a,
.nh-webhotell-page .nh-table-scroll .newwh .nh-feature-group a:visited,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child a,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child a:visited {
    color: #f8fbff !important;
}

.nh-webhotell-page .nh-table-scroll .newwh .nh-feature-group th {
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
    letter-spacing: .11em;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td {
    background: #e9eff4 !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:first-child {
    background: var(--nh-navy-deep) !important;
    color: #f8fbff !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td:nth-child(4),
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:nth-child(4) {
    background: #dff1da !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:last-child {
    background: var(--nh-green-dark) !important;
    color: #fff !important;
}

.nh-mobile-header-controls {
    display: none;
}

.nh-site-header .navbar-cart-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nh-site-header .navbar-cart-menu #cartItemCount,
.nh-mobile-cart .nh-cart-count {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.nh-site-header .nh-header-tools .btn {
    width: 154px;
    min-width: 154px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last td,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:first-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:first-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:nth-child(4),
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:nth-child(4),
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child,
.nh-webhotell-page .nh-table-scroll .newwh tr.last:hover td:last-child {
    color: var(--nh-ink) !important;
    background: #e9eff4 !important;
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last .buy-button,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child .buy-button,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child .buy-button:visited {
    border-color: var(--nh-green-dark);
    color: #fff !important;
    background: var(--nh-green-dark);
}

.nh-webhotell-page .nh-table-scroll .newwh tr.last .buy-button:hover,
.nh-webhotell-page .nh-table-scroll .newwh tr.last .buy-button:focus,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child .buy-button:hover,
.nh-webhotell-page .nh-table-scroll .newwh tr.last td:last-child .buy-button:focus {
    border-color: var(--nh-green-dark-hover);
    color: #fff !important;
    background: var(--nh-green-dark-hover);
}

.nh-hosting-assurance .nh-assurance-card a:hover {
    color: #b9ffab;
    text-decoration: none !important;
}

.nh-hosting-assurance .nh-assurance-card a:focus-visible {
    text-decoration: none !important;
}

@media (max-width: 991px) {
    body.nordhost_site {
        padding-top: 72px;
    }

    body.nordhost_site.template-homepage {
        padding-top: 0;
    }

    .nh-site-header .innerfix {
        display: block;
    }

    .nh-site-header .navbar {
        display: flex;
        align-items: center;
    }

    .nh-site-header .navbar-brand {
        display: flex;
        min-width: 0;
        align-items: center;
        padding: 0;
    }

    .nh-site-header .nh-brand-logo {
        max-width: 100%;
    }

    .nh-mobile-header-controls {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 6px;
    }

    .nh-mobile-cart,
    .nh-site-header .navbar-toggler {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .35) !important;
        border-radius: 9px;
        color: #fff !important;
        background: rgba(255, 255, 255, .08) !important;
        text-decoration: none !important;
    }

    .nh-mobile-cart {
        gap: 3px;
    }

    .nh-mobile-cart:hover,
    .nh-mobile-cart:focus,
    .nh-site-header .navbar-toggler:hover,
    .nh-site-header .navbar-toggler:focus,
    .nh-site-header .navbar-toggler[aria-expanded="true"] {
        border-color: #67d34f !important;
        color: #fff !important;
        background: rgba(67, 176, 42, .2) !important;
    }

    .nh-mobile-cart:focus-visible,
    .nh-site-header .navbar-toggler:focus-visible {
        outline: 2px solid #9bea87;
        outline-offset: 2px;
    }

    .nh-site-header .navbar-toggler .fa-bars,
    .nh-site-header .navbar-toggler:hover .fa-bars,
    .nh-site-header .navbar-toggler:focus .fa-bars,
    .nh-site-header .navbar-toggler[aria-expanded="true"] .fa-bars {
        color: #fff !important;
    }

    .nh-site-header .navbar-collapse {
        flex-basis: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .nh-site-header .navbar-nav {
        gap: 2px;
        align-items: stretch;
    }

    .nh-site-header .nh-header-tools {
        align-items: center;
    }
}

.nh-hosting-assurance {
    background: radial-gradient(circle at 12% 18%, rgba(67, 176, 42, .1), transparent 26rem), linear-gradient(135deg, #031a35, #062f5e) !important;
}

.nh-hosting-assurance .nh-assurance-card {
    align-items: start;
    min-height: 136px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .09);
}

.nh-hosting-assurance .nh-assurance-card__icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(103, 211, 79, .65);
    border-radius: 12px;
    color: #67d34f;
    background: rgba(1, 16, 34, .58);
    font-size: 19px;
}

.nh-hosting-assurance .nh-assurance-card h3 {
    color: #fff !important;
}

.nh-hosting-assurance .nh-assurance-card p {
    color: rgba(255, 255, 255, .76);
}

.bottomfooter {
    background-color: var(--nh-navy-deep);
    background-image: linear-gradient(to bottom, rgba(3, 26, 53, .10), rgba(3, 26, 53, .18), rgba(3, 26, 53, .45)), url("/templates/nordhost-nexus/img/banners/footer-bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #f5f8fc;
}

@media (max-width: 640px) {
    body.template-homepage .nh-domain-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.template-homepage .nh-domain-input-wrap {
        grid-column: 1 / -1;
        min-width: 0;
    }

    body.template-homepage .nh-domain-form .nh-btn-green,
    body.template-homepage .nh-domain-form .nh-btn-outline {
        display: flex;
        width: 100%;
        min-width: 0;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
    }

    body.template-homepage .nh-trust-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 22px;
    }

    body.template-homepage .nh-trust-stat,
    body.template-homepage .nh-trust-stat:not(:first-child) {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        border-left: 0;
        align-items: flex-start;
    }
}

.bottomfooter p,
.bottomfooter .norsk {
    color: rgba(255, 255, 255, .84);
}

.bottomfooter a,
.bottomfooter a:visited {
    color: #fff;
}

.bottomfooter a:hover,
.bottomfooter a:focus {
    color: #b7f2aa;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nh-webhotell-page .nh-plan-grid {
        gap: 8px;
    }

    .nh-webhotell-page .nh-plan-card {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nh-webhotell-page .nh-plan-card ul {
        font-size: 11.5px;
    }
}

@media (max-width: 991px) and (min-width: 641px) {
    .nh-webhotell-page .nh-plan-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .nh-webhotell-page .nh-plan-card {
        grid-column: span 2;
    }

    .nh-webhotell-page .nh-plan-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .nh-webhotell-page .nh-plan-card:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

@media (max-width: 640px) {
    .nh-webhotell-page .nh-plans-section {
        padding: 32px 0;
    }

    .nh-webhotell-page .nh-plan-grid {
        grid-template-columns: 1fr;
    }

    .nh-webhotell-page .nh-plan-card,
    .nh-webhotell-page .nh-plan-card:nth-child(4),
    .nh-webhotell-page .nh-plan-card:nth-child(5) {
        grid-column: 1;
    }

    .nh-hosting-assurance .nh-assurance-card {
        min-height: 0;
        padding: 16px;
    }
}

.nh-hosting-assurance .nh-assurance-card a,
.nh-hosting-assurance .nh-assurance-card a:visited {
    color: #9bea87;
    text-decoration: none !important;
}

.nh-hosting-assurance .nh-assurance-card a:hover,
.nh-hosting-assurance .nh-assurance-card a:focus {
    color: #b9ffab;
    text-decoration: none !important;
}

.nh-hosting-assurance .nh-assurance-card a:focus-visible {
    border-radius: 2px;
    outline: 2px solid #9bea87;
    outline-offset: 3px;
}

.nh-site-header,
.fix.nh-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10050;
    width: 100%;
    height: 90px;
    border-bottom: 0 !important;
    background: rgba(3, 26, 53, .58) !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background-color 180ms ease;
}

.nh-site-header.is-scrolled {
    background: rgba(3, 26, 53, .92) !important;
}

.nh-site-header .innerfix,
.nh-site-header .navbar,
.nh-site-header .navbar-default {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.nh-site-header .innerfix {
    display: block;
    width: 100%;
    max-width: 1240px;
    height: 90px;
    min-height: 90px;
    margin: 0 auto;
    padding: 11px 24px;
}

.nh-site-header .navbar {
    display: flex;
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.nh-site-header .navbar-brand {
    display: flex;
    flex: 0 0 165px;
    width: 165px;
    height: 43px;
    margin: 0 42px 0 0;
    padding: 0;
    align-items: center;
}

.nh-site-header .nh-brand-logo {
    display: block;
    width: 165px;
    height: auto;
    margin: 0;
    aspect-ratio: 230 / 43;
}

.nh-site-header .navbar-collapse {
    min-width: 0;
    align-items: center;
}

.nh-site-header .nh-primary-nav {
    display: flex;
    margin: 0 0 0 auto;
    align-items: center;
    gap: 4px;
}

.nh-site-header .navbar .nav-link {
    display: flex;
    min-height: 38px;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    white-space: nowrap;
}

.nh-site-header .nh-login-link {
    height: 38px;
    padding-right: 16px !important;
    padding-left: 16px !important;
    border: 1px solid var(--nh-green);
    border-radius: 9px;
    line-height: 1;
}

.nh-site-header .navbar-cart-menu {
    display: flex !important;
    align-items: center;
}

.nh-site-header .navbar-cart-menu .nav-link {
    min-width: 38px;
    gap: 4px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.nh-site-header .nh-header-tools {
    position: static;
    display: flex;
    flex: 0 0 154px;
    margin: 0 0 0 3px;
    padding: 0;
    align-items: center;
    align-self: center;
    transform: none;
}

.nh-site-header #vatToggleBtn {
    width: 154px;
    min-width: 154px;
    height: 28px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
}

.nh-site-header #vatToggleBtn:hover,
.nh-site-header #vatToggleBtn:focus {
    border-color: #67d34f;
    color: #fff;
    background: rgba(67, 176, 42, .25);
    box-shadow: 0 0 0 3px rgba(103, 211, 79, .2);
    outline: 0;
}

@media (max-width: 991px) {
    .nh-site-header {
        height: 72px;
    }

    .nh-site-header .innerfix {
        width: 100%;
        height: 72px;
        min-height: 72px;
        padding: 8px 16px !important;
    }

    .nh-site-header .navbar {
        min-height: 56px !important;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .nh-site-header .navbar-brand {
        flex-basis: 145px;
        width: 145px;
        height: 56px;
        margin: 0 auto 0 0;
    }

    .nh-site-header .nh-brand-logo {
        width: 145px;
    }

    .nh-site-header .navbar-collapse {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        width: 100%;
        max-height: calc(100dvh - 72px);
        margin: 0 !important;
        padding: 10px 16px !important;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 0 0 10px 10px;
        background: #031a35 !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
    }

    .nh-site-header .nh-primary-nav {
        align-items: stretch;
        gap: 2px;
    }

    .nh-site-header .navbar .nav-link {
        min-height: 38px;
        padding: 9px 11px !important;
    }

    .nh-site-header .navbar-cart-menu {
        display: none !important;
    }

    .nh-site-header .nh-header-tools {
        display: flex;
        margin: 4px 0 0;
        padding: 4px 11px 2px;
        transform: none;
    }
}

@supports not (height: 100dvh) {
    @media (max-width: 991px) {
        .nh-site-header .navbar-collapse {
            max-height: calc(100vh - 72px);
        }
    }
}

:root {
    --nh-header-height: 90px;
}

body.nordhost_site {
    padding-top: var(--nh-header-height);
}

@media (max-width: 991px) {

}

body.template-homepage .nh-hero-home,
body.template-webhotell .nh-webhotell-hero,
body.template-domainnames .nh-image-hero,
body.template-cloudvps .nh-image-hero,
body.template-colocation .nh-image-hero,
body.template-lifetimewebhosting .nh-image-hero,
body.template-nettsidebygger .nh-image-hero,
body.template-servermanagement .nh-image-hero,
body.template-contact .nh-image-hero,
body.template-bulkflytting .nh-image-hero {
    margin-top: calc(-1 * var(--nh-header-height));
}

body.template-servicepricelist .nh-image-hero {
    margin-top: calc(-1 * var(--nh-header-height));
}

.nh-image-hero {
    position: relative;
    min-height: calc(390px + var(--nh-header-height));
    background: #031a35;
}

.nh-image-hero::before,
.nh-image-hero::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
}

.nh-image-hero::before {
    background: var(--nh-image-hero) right center / cover no-repeat;
}

.nh-image-hero::after {
    background: linear-gradient(90deg, rgba(3, 26, 53, 1) 0%, rgba(3, 26, 53, .98) 38%, rgba(3, 26, 53, .72) 58%, rgba(3, 26, 53, .12) 100%);
}

body.template-webhotell {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-server.webp");
}

body.template-domainnames {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-domains.webp");
}

body.template-cloudvps {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-cloudvps.webp");
}

body.template-colocation {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-colo.webp");
}

body.template-lifetimewebhosting {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-livslangt.webp");
}

body.template-nettsidebygger {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-nettsidebygger.webp");
}

body.template-servermanagement {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-serverdrift.webp");
}

body.template-contact {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-kontakt.webp");
}

body.template-bulkflytting {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-bulk.webp");
}

body.template-servicepricelist {
    --nh-image-hero: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-prisliste.webp");
}

body.template-homepage .nh-hero-home {
    min-height: calc(640px + var(--nh-header-height));
}

body.template-homepage .nh-hero-inner {
    padding-top: calc(132px + var(--nh-header-height));
}

.nh-image-hero .nh-internal-hero__layout {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding-top: calc(48px + var(--nh-header-height));
}

.nh-image-hero .nh-internal-hero__copy {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    :root {
        --nh-header-height: 72px;
    }

    .nh-image-hero {
        min-height: calc(360px + var(--nh-header-height));
    }

    .nh-image-hero::before {
        background-position: 62% center;
    }

    .nh-image-hero::after {
        background: linear-gradient(90deg, #031a35 0%, rgba(3, 26, 53, .98) 54%, rgba(3, 26, 53, .58) 78%, rgba(3, 26, 53, .2) 100%);
    }
}

@media (max-width: 640px) {
    body.template-homepage .nh-hero-inner {
        padding-top: calc(102px + var(--nh-header-height));
    }

    .nh-image-hero {
        min-height: 0;
    }

    .nh-image-hero .nh-internal-hero__layout {
        min-height: 0;
        padding-top: calc(38px + var(--nh-header-height));
    }

    .nh-image-hero::before {
        background-position: right bottom;
        opacity: .72;
    }

    .nh-image-hero::after {
        background: linear-gradient(100deg, #031a35 0%, rgba(3, 26, 53, .98) 62%, rgba(3, 26, 53, .62) 100%);
    }
}

.nh-bulk-page {
    color: var(--nh-ink);
    background: var(--nh-bg);
}

.nh-bulk-form-section,
.nh-bulk-steps,
.nh-bulk-details {
    padding: clamp(46px, 6vw, 72px) 0;
}

.nh-bulk-intro {
    max-width: 720px;
    margin: 0 auto 24px;
    text-align: center;
}

.nh-bulk-intro h2,
.nh-bulk-steps h2,
.nh-bulk-details h2 {
    color: var(--nh-navy);
}

.nh-bulk-intro h2 {
    margin: 4px 0 8px;
    font-size: clamp(30px, 4vw, 40px);
}

.nh-bulk-intro p {
    margin: 0;
    color: var(--nh-muted);
}

.nh-bulk-form-card {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--nh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(3, 26, 53, .08);
}

.nh-bulk-form-card .alert {
    margin-bottom: 22px;
}

.nh-bulk-form-card .alert ul {
    margin: 9px 0 0;
    padding-left: 22px;
}

.nh-bulk-form-card .alert p {
    margin: 9px 0 0;
}

.nh-bulk-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--nh-navy);
    font-size: 16px;
    font-weight: 800;
}

.nh-bulk-form__help {
    max-width: 680px;
    margin: 0 0 14px;
    color: var(--nh-muted);
    font-size: 14px;
}

.nh-bulk-form textarea.form-control {
    width: 100%;
    min-height: 210px;
    padding: 15px;
    resize: vertical;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
}

.nh-bulk-form__example {
    margin: 9px 0 20px;
    color: var(--nh-muted);
    font-size: 13px;
}

.nh-bulk-form .nh-btn:focus-visible,
.nh-bulk-help a:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .35);
    outline-offset: 3px;
}

.nh-bulk-steps {
    padding-top: 0;
}

.nh-bulk-steps .nh-section-heading {
    margin-bottom: 24px;
    text-align: center;
}

.nh-bulk-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nh-bulk-steps__grid article {
    display: flex;
    gap: 15px;
    padding: 22px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
}

.nh-bulk-step-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-green-dark);
    background: #eef8eb;
    font-size: 18px;
}

.nh-bulk-step-number {
    display: block;
    margin-bottom: 3px;
    color: var(--nh-green-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-bulk-step-number::before {
    content: "Steg ";
}

.nh-bulk-steps h3 {
    margin: 0 0 7px;
    color: var(--nh-navy);
    font-size: 18px;
}

.nh-bulk-steps p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 14px;
    line-height: 1.55;
}

.nh-bulk-details {
    padding-top: 0;
}

.nh-bulk-details__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
}

.nh-bulk-info,
.nh-bulk-help {
    padding: 26px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
}

.nh-bulk-info {
    display: flex;
    gap: 17px;
}

.nh-bulk-info__icon {
    color: var(--nh-green-dark);
    font-size: 24px;
}

.nh-bulk-info h2,
.nh-bulk-help h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.nh-bulk-info ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 19px;
    color: var(--nh-muted);
}

.nh-bulk-help {
    background: #f0f5fa;
}

.nh-bulk-help p {
    margin: 0 0 12px;
    color: var(--nh-muted);
    font-size: 14px;
}

.nh-bulk-help a {
    color: var(--nh-green-dark);
    font-weight: 800;
}

@media (max-width: 991px) {
    .nh-bulk-steps__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .nh-bulk-details__grid {
        grid-template-columns: 1fr;
    }

    .nh-bulk-form-card {
        padding: 22px 18px;
    }

    .nh-bulk-info {
        padding: 22px;
    }
}

.nordhost_site #main-body,
.nordhost_site .main-content,
.nordhost_site .content-padded {
    background: var(--nh-bg);
}

.nordhost_site #main-body > .container,
.nordhost_site .main-content > .container {
    max-width: 1240px;
}

.nh-public-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 82% 18%, rgba(67, 176, 42, .18), transparent 28rem), linear-gradient(135deg, #031a35 0%, #062f5e 55%, #0b4f83 100%);
}

.nh-public-hero__inner {
    display: flex;
    align-items: center;
    min-height: 350px;
    padding-top: calc(var(--nh-header-height, 88px) + 42px);
    padding-bottom: 48px;
}

.nh-public-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.nh-public-hero__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #a9e99a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nh-public-hero h1 {
    max-width: 780px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.nh-public-hero p {
    max-width: 650px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
}

.nh-public-hero a:visited {
    color: #fff;
}

.nh-public-hero--legal {
    margin-top: calc(-1 * var(--nh-header-height));
    background: #031a35;
}

.nh-public-hero--legal::before,
.nh-public-hero--legal::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

.nh-public-hero--legal::before {
    background: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-avtaler.webp") right 82% / cover no-repeat;
}

.nh-public-hero--legal::after {
    background: linear-gradient(90deg, rgba(3, 26, 53, .98) 0%, rgba(3, 26, 53, .91) 43%, rgba(3, 26, 53, .55) 72%, rgba(3, 26, 53, .3) 100%);
}

.nh-public-hero--legal .nh-public-hero__inner {
    min-height: 300px;
    padding-top: calc(var(--nh-header-height, 90px) + 34px);
    padding-bottom: 34px;
}

.nh-public-hero--legal h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
}

.nh-public-hero__breadcrumb {
    display: flex;
    gap: 9px;
    margin-bottom: 15px;
    color: rgba(235, 246, 255, .76);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nh-public-hero__breadcrumb a,
.nh-public-hero__breadcrumb a:visited {
    color: #b9d7ff;
}

.nh-public-hero__breadcrumb a:hover,
.nh-public-hero__breadcrumb a:focus {
    color: #d8ffd0;
}

.service,
.odd,
.even,
.nordhost_site .card,
.table-container {
    background: transparent;
}

.service > .odd,
.service > .even,
.odd,
.even {
    padding: 72px 0;
}

.service h2,
.nordhost_site .card-title,
.nordhost_site h3.card-title {
    color: var(--nh-ink);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.service p,
.service li,
.nordhost_site .card p,
.nordhost_site .card li {
    color: var(--nh-muted);
}

.nordhost_site .card,
.announcement,
.kb-article-item,
.product-details,
.nordhost_site .modal-content {
    border: 1px solid var(--nh-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
}

.kb-article-item small {
    color: var(--nh-muted);
}

.nordhost_site .card {
    margin-bottom: 24px;
}

.nordhost_site .card-body {
    padding: clamp(22px, 3vw, 34px);
}

.announcement,
.kb-article-item {
    margin: 0 5px 12px;
    padding: 10px;
}

.announcement h1,
.announcement h2,
.kb-article-item h3 {
    font-size: 24px;
    letter-spacing: -.025em;
}

.nordhost_site a {
    color: var(--nh-blue);
}

.nordhost_site a:hover {
    color: var(--nh-green-dark);
}

.nordhost_site .btn-primary,
.nordhost_site .btn-success,
.nordhost_site .buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #fff;
    background: var(--nh-green-dark);
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(67, 176, 42, .18);
}

.nordhost_site .btn-primary:hover,
.nordhost_site .btn-success:hover,
.nordhost_site .buy-button:hover {
    color: #fff;
    background: var(--nh-green-dark-hover);
    text-decoration: none;
    transform: translateY(-1px);
}

.nordhost_site .btn-default,
.nordhost_site .btn-secondary {
    border: 1px solid var(--nh-line);
    border-radius: 9px;
    color: var(--nh-ink);
    background: #fff;
    font-weight: 800;
}

.nordhost_site .btn-danger {
    border-radius: 9px;
    font-weight: 800;
}

/* NAD (Norid Applicant Declaration, nad.tpl) keeps its own button styling in
   nad-styles.css (.btn-cta is the shared class on every button there: submit,
   "use this value", fetch-from-Brreg, PDF download/email). It never had its
   own background/border/radius though, so it inherited whatever the generic
   .btn-default rule above set - and that rule has the same specificity and
   comes later, so its plain white/grey look was silently winning on every
   NAD button. Restore the intended blue action-button look here, scoped to
   the NAD page only; nad-styles.css itself stays untouched. */
body.template-nad .btn-cta {
    background: var(--nordhost-blue);
    color: #fff;
    border: 0;
    border-radius: 9px;
    font-weight: 800;
}

body.template-nad .btn-cta:hover,
body.template-nad .btn-cta:focus {
    background: var(--nh-green-dark);
    color: #fff;
}

.nordhost_site .form-control,
.nordhost_site .custom-select,
.nordhost_site textarea,
.nordhost_site select {
    min-height: 46px;
    border: 1px solid var(--nh-line);
    border-radius: 10px;
    color: var(--nh-ink);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(3, 26, 53, .02);
}

.nordhost_site .form-control:focus,
.nordhost_site .custom-select:focus {
    border-color: var(--nh-green);
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .16);
}

.fa-ul .fas,
.fa-ul .far,
.service .fa-check-square,
.service .fa-check,
.nordhost_site .text-success {
    color: var(--nh-green-dark);
}

.domainpricing,
.nordhost_site .table {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--nh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
}

.domainpricing th,
.nordhost_site .table th {
    color: #fff;
    background: var(--nh-navy);
    border-color: rgba(255, 255, 255, .12);
}

.domainpricing td,
.nordhost_site .table td {
    color: var(--nh-ink);
    border-color: var(--nh-line);
}

.nordhost_site .table-striped tbody tr:nth-of-type(odd) {
    background: #f8fafc;
}

.nh-service-page {
    overflow: clip;
    background: #fff;
}

.nh-service-page > section {
    padding: clamp(56px, 6vw, 78px) 0;
}

.nh-service-page .nh-section-label {
    display: block;
    margin-bottom: 10px;
    color: var(--nh-green-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nh-service-intro {
    background: #fff;
}

.nh-service-intro__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
    gap: clamp(40px, 6vw, 72px);
    align-items: start;
}

.nh-service-intro__copy {
    min-width: 0;
    max-width: 720px;
}

.nh-service-intro__copy h2 {
    margin: 0 0 16px;
    color: var(--nh-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

.nh-service-intro__copy p {
    max-width: 720px;
    margin: 0 0 14px;
    color: var(--nh-muted);
    line-height: 1.65;
}

.nh-service-page .nh-section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.nh-service-page .nh-section-heading h2 {
    margin: 0 0 16px;
    color: var(--nh-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

.nh-service-page .nh-section-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.nh-service-page > .odd:nth-of-type(even),
.nh-service-page > .even {
    background: var(--nh-bg);
}

.nh-service-page .row {
    row-gap: 24px;
}

.nh-service-page .fa-ul {
    margin-left: 1.8rem;
}

.nh-legal-page .nh-lowercase-link {
    text-transform: lowercase;
}

.nh-service-page .fa-ul li {
    margin-bottom: 9px;
}

.nh-service-page .table-responsive {
    border-radius: 16px;
    overflow-x: auto;
}

.nh-service-page .alert ul {
    margin-left: 1.25rem;
}

@media (max-width: 991px) {
    .nh-service-intro__layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .nh-service-intro .nh-service-highlights {
        width: 100%;
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .nh-service-page > section {
        padding: 48px 0;
    }

    .nh-service-page .nh-section-heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .nh-service-page .nh-section-heading h2 {
        font-size: 31px;
    }
}

.nh-colo-page {
    color: var(--nh-ink);
}

body.template-colocation .nh-colo-page h2 {
    margin: 0 0 16px;
    color: var(--nh-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

body.template-colocation .nh-colo-page h3 {
    color: var(--nh-ink);
    font-weight: 800;
}

.nh-colo-page p {
    color: var(--nh-muted);
    line-height: 1.65;
}

.nh-colo-page a:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .3);
    outline-offset: 3px;
}

.nh-colo-intro .nh-colo-lead {
    margin-bottom: 18px;
    color: #344b62;
    font-size: 18px;
    line-height: 1.65;
}

.nh-colo-plans,
.nh-colo-infrastructure {
    background: var(--nh-bg);
}

.nh-colo-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.nh-colo-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 29px;
    flex-direction: column;
    border: 1px solid #dbe4ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(3, 26, 53, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nh-colo-plan-card::before {
    position: absolute;
    top: 0;
    right: 29px;
    left: 29px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--nh-navy), var(--nh-green));
    content: "";
}

.nh-colo-plan-card:hover {
    border-color: #b8cbdc;
    box-shadow: 0 18px 42px rgba(3, 26, 53, .11);
    transform: translateY(-3px);
}

.nh-colo-plan-card__type {
    display: block;
    margin-bottom: 5px;
    color: var(--nh-green-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.template-colocation .nh-colo-plan-card h3 {
    margin: 0;
    font-size: 26px;
}

.nh-colo-specs {
    display: grid;
    margin: 0 0 25px;
}

.nh-colo-specs > div {
    display: flex;
    min-width: 0;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    padding: 11px 0;
    border-bottom: 1px solid #edf1f5;
}

.nh-colo-specs dt {
    margin: 0;
    color: var(--nh-muted);
    font-size: 13px;
    font-weight: 600;
}

.nh-colo-specs dd {
    margin: 0;
    color: var(--nh-navy);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.nh-colo-plan-card .nh-plan-button {
    min-height: 48px;
    margin-top: auto;
}

.nh-colo-notes {
    max-width: 780px;
    margin: 25px auto 0;
    padding: 18px 22px 18px 42px;
    border-radius: 12px;
    color: var(--nh-muted);
    background: #fff;
    font-size: 13px;
    line-height: 1.55;
}

.nh-colo-infrastructure {
    background: #fff;
}

.nh-colo-cta {
    background: #fff;
}

.nh-colo-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(32px, 5vw, 56px);
    border-radius: 18px;
    background: var(--nh-navy-deep);
    box-shadow: var(--nh-shadow);
}

.nh-colo-cta .nh-section-label {
    color: var(--nh-green);
}

body.template-colocation .nh-colo-cta h2 {
    color: #fff;
}

.nh-colo-cta p {
    max-width: 690px;
    margin: 0;
    color: #d7e1ed;
}

.nh-colo-cta .nh-btn,
.nh-colo-cta .nh-btn:visited {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .nh-colo-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-colo-plan-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 11px);
    }
}

@media (max-width: 640px) {
    .nh-colo-plan-grid {
        grid-template-columns: 1fr;
    }

    .nh-colo-plan-card,
    .nh-colo-plan-card:last-child {
        grid-column: auto;
        max-width: none;
        padding: 23px 20px;
    }

    .nh-colo-cta__inner {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .nh-colo-cta .nh-btn {
        width: 100%;
    }
}

.nh-server-page {
    color: var(--nh-ink);
}

body.template-servermanagement .nh-server-page h2 {
    margin: 0 0 16px;
    color: var(--nh-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

body.template-servermanagement .nh-server-page h3 {
    color: var(--nh-ink);
    font-weight: 800;
}

.nh-server-page p {
    color: var(--nh-muted);
    line-height: 1.65;
}

.nh-server-intro .nh-btn {
    margin-top: 14px;
}

.nh-server-benefits {
    background: var(--nh-bg);
}

.nh-server-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nh-server-benefits article {
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
    transition: transform .2s ease, box-shadow .2s ease;
}

.nh-server-benefits article:hover {
    transform: translateY(-3px);
    box-shadow: var(--nh-shadow);
}

.nh-server-benefits article > i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-green-dark);
    background: #eef8eb;
    font-size: 18px;
}

body.template-servermanagement .nh-server-benefits h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.3;
}

.nh-server-benefits article p {
    margin: 0;
    font-size: 14px;
}

.nh-server-cta {
    background: #fff;
}

.nh-server-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: clamp(48px, 6vw, 76px);
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    background: var(--nh-navy-deep);
    box-shadow: var(--nh-shadow);
}

.nh-server-cta .nh-section-label {
    color: var(--nh-green);
}

body.template-servermanagement .nh-server-cta h2 {
    color: #fff;
}

.nh-server-cta__copy > p {
    max-width: 680px;
    margin: 0;
    color: #d7e1ed;
}

.nh-server-cta__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 24px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.nh-server-cta__benefits li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    line-height: 1.45;
}

.nh-server-cta__benefits li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--nh-green);
    font-weight: 800;
    content: "✓";
}

.nh-server-cta__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.nh-server-cta__visual {
    min-width: 0;
    margin: 0;
}

.nh-server-cta__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .nh-server-cta__card {
        grid-template-columns: 1fr;
    }

    .nh-server-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-server-cta__visual {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .nh-server-benefits__grid {
        grid-template-columns: 1fr;
    }

    .nh-server-benefits article {
        padding: 22px;
    }

    .nh-server-cta__card {
        padding: 28px 22px;
    }

    .nh-server-cta__benefits {
        grid-template-columns: 1fr;
    }

    .nh-server-cta__actions .nh-btn {
        width: 100%;
        max-width: 320px;
    }
}

.nh-legal-page {
    padding: clamp(44px, 6vw, 72px) 0;
    background: #fff;
}

.nh-legal-document {
    max-width: 1040px;
    padding-right: 24px;
    padding-left: 24px;
    color: #344054;
    font-size: 16px;
    line-height: 1.7;
}

.nh-legal-document > ol {
    margin: 0;
    padding-left: 1.55rem;
}

.nh-legal-document > ol > li {
    margin: 0 0 36px;
    padding-left: 8px;
    color: var(--nh-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.nh-legal-document > ol > li:last-child {
    margin-bottom: 0;
}

.nh-legal-document ol ol,
.nh-legal-document ol ul,
.nh-legal-document ul ol,
.nh-legal-document ul ul {
    margin-top: 14px;
    padding-left: 1.45rem;
}

.nh-legal-document ol ol {
    list-style-type: lower-alpha;
}

.nh-legal-document ol ol ol {
    list-style-type: lower-roman;
}

.nh-legal-document ol ol ol ol {
    list-style-type: decimal;
}

.nh-legal-document li li,
.nh-legal-document li p {
    margin-bottom: 11px;
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.nh-legal-document li li:last-child {
    margin-bottom: 0;
}

.nh-legal-document .nh-legal-parties {
    margin-top: 16px;
    padding: 14px 18px 14px 2.6rem;
    border: 1px solid var(--nh-line);
    border-radius: 9px;
    background: #f8fafc;
}

.nh-legal-document a {
    color: #07579a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.nh-legal-document a:hover {
    color: var(--nh-navy-deep);
    text-decoration-thickness: 2px;
}

.nh-legal-document a:focus-visible {
    color: var(--nh-navy-deep);
    border-radius: 2px;
    outline: 3px solid rgba(67, 176, 42, .35);
    outline-offset: 2px;
}

.nh-legal-document a:visited {
    color: #59418c;
}

.nh-legal-document .table-responsive {
    margin: 34px 0;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nh-legal-table {
    width: 100%;
    min-width: 640px;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}

.nh-legal-table th {
    padding: 14px 16px;
    border: 0;
    color: #fff;
    background: var(--nh-navy);
    font-size: 15px;
    font-weight: 800;
    text-align: left;
}

.nh-legal-table td {
    padding: 13px 16px;
    border: 0;
    border-top: 1px solid var(--nh-line);
    color: #344054;
    font-size: 15px;
    line-height: 1.55;
}

.nh-legal-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.nh-legal-document .nh-legal-meta {
    margin: 42px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--nh-line);
    color: var(--nh-muted);
    font-size: 14px;
    line-height: 1.6;
}

.nh-legal-document p,
.nh-legal-document li,
.nh-legal-document a {
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .nh-public-hero--legal::before {
        background-position: right 78%;
    }

    .nh-public-hero--legal::after {
        background: linear-gradient(90deg, #031a35 0%, rgba(3, 26, 53, .96) 58%, rgba(3, 26, 53, .54) 100%);
    }

    .nh-public-hero--legal .nh-public-hero__inner {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .nh-public-hero--legal::before {
        background-position: 72% 72%;
        opacity: .62;
    }

    .nh-public-hero--legal::after {
        background: linear-gradient(100deg, #031a35 0%, rgba(3, 26, 53, .97) 68%, rgba(3, 26, 53, .72) 100%);
    }

    .nh-public-hero--legal .nh-public-hero__inner {
        min-height: 0;
        padding: calc(var(--nh-header-height, 72px) + 24px) 18px 28px;
    }

    .nh-public-hero--legal h1 {
        font-size: clamp(32px, 10vw, 40px);
    }

    .nh-public-hero__breadcrumb {
        margin-bottom: 12px;
    }

    .nh-public-hero__eyebrow {
        margin-bottom: 10px;
    }

    .nh-legal-page {
        padding: 34px 0 46px;
    }

    .nh-legal-document {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nh-legal-document > ol {
        padding-left: 1.2rem;
    }

    .nh-legal-document > ol > li {
        margin-bottom: 30px;
        padding-left: 3px;
        font-size: 18px;
    }

    .nh-legal-document ol ol,
    .nh-legal-document ol ul,
    .nh-legal-document ul ol,
    .nh-legal-document ul ul {
        padding-left: 1.1rem;
    }

    .nh-legal-document .nh-legal-parties {
        padding: 12px 12px 12px 1.9rem;
    }

    .nh-legal-table {
        min-width: 600px;
    }
}

.alert {
    border-radius: 14px;
    border-width: 1px;
}

.alert a {
    font-weight: 800;
}

@media (max-width: 991px) {
    .service > .odd,
    .service > .even,
    .odd,
    .even {
        padding: 52px 0;
    }

    .table-responsive {
        border: 0;
    }
}

@media (max-width: 640px) {
    .nordhost_site .card-body,
    .announcement,
    .kb-article-item {
        padding: 20px;
    }

    .domainpricing,
    .nordhost_site .table {
        font-size: 14px;
    }

    .nordhost_site .btn {
        white-space: normal;
    }
}

.nh-lifetime-page {
    --nh-lifetime-text: #0c1b2e;
    --nh-lifetime-muted: #435366;
    --nh-lifetime-accent: var(--nh-green-dark);
    color: var(--nh-lifetime-text);
}

.nh-lifetime-page section {
    padding: clamp(56px, 6vw, 78px) 0;
}

.nh-lifetime-page .nh-section-label {
    display: block;
    margin-bottom: 10px;
    color: var(--nh-lifetime-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.template-lifetimewebhosting .nh-lifetime-page h2,
body.template-lifetimewebhosting .nh-lifetime-page h3 {
    color: var(--nh-lifetime-text);
    font-weight: 800;
}

body.template-lifetimewebhosting .nh-lifetime-page h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.nh-lifetime-page p {
    color: var(--nh-lifetime-muted);
    line-height: 1.65;
}

.nh-lifetime-page a:focus-visible,
.nh-lifetime-page button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--nh-green) 45%, transparent);
    outline-offset: 3px;
}

.nh-lifetime-page .nh-btn,
.nh-lifetime-page .nh-btn:hover,
.nh-lifetime-page .nh-btn:focus,
.nh-lifetime-page .nh-btn:visited {
    color: #fff;
    text-decoration: none;
}

.nh-lifetime-campaign {
    padding-top: 24px;
}

.nh-lifetime-campaign .alert {
    margin: 0;
    text-align: center;
}

.nh-lifetime-offer {
    background: #fff;
}

.nh-lifetime-offer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: clamp(40px, 6vw, 76px);
    align-items: center;
}

.nh-lifetime-offer__copy > p {
    max-width: 680px;
    margin: 0 0 14px;
}

.nh-lifetime-definition {
    display: flex;
    gap: 16px;
    max-width: 690px;
    margin-top: 26px;
    padding: 20px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: var(--nh-bg);
}

.nh-lifetime-definition > i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-lifetime-accent);
    background: #e7f5e3;
}

body.template-lifetimewebhosting .nh-lifetime-definition h3 {
    margin: 0 0 5px;
    font-size: 17px;
}

.nh-lifetime-definition p {
    margin: 0;
    font-size: 14px;
}

.nh-lifetime-definition a,
.nh-lifetime-story a,
.nh-lifetime-faq__answer a {
    color: var(--nh-lifetime-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nh-lifetime-definition a:visited,
.nh-lifetime-story a:visited,
.nh-lifetime-faq__answer a:visited {
    color: var(--nh-lifetime-accent);
}

.nh-lifetime-plan {
    position: relative;
    min-width: 0;
    padding: 32px;
    border: 1px solid var(--nh-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--nh-shadow);
}

.nh-lifetime-plan__badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #236d17;
    background: #e7f5e3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nh-lifetime-plan__type {
    margin: 0 0 3px;
    color: var(--nh-lifetime-accent);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

body.template-lifetimewebhosting .nh-lifetime-plan h3 {
    margin: 0;
    font-size: 25px;
}

.nh-lifetime-plan__price {
    margin: 20px 0 0;
    color: var(--nh-lifetime-text) !important;
    font-size: clamp(35px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05 !important;
}

.nh-lifetime-plan__period {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.nh-lifetime-plan ul {
    display: grid;
    gap: 11px;
    margin: 25px 0;
    padding: 24px 0;
    border-top: 1px solid var(--nh-line);
    border-bottom: 1px solid var(--nh-line);
    list-style: none;
}

.nh-lifetime-plan li {
    position: relative;
    padding-left: 26px;
    color: var(--nh-lifetime-muted);
    line-height: 1.45;
}

.nh-lifetime-plan li::before {
    position: absolute;
    left: 1px;
    color: var(--nh-lifetime-accent);
    font-weight: 800;
    content: "✓";
}

.nh-lifetime-plan .nh-btn {
    width: 100%;
}

.nh-lifetime-notes {
    margin: 38px 0 0;
    padding: 20px 20px 20px 42px;
    border-radius: 12px;
    color: var(--nh-lifetime-muted);
    background: var(--nh-bg);
    font-size: 13px;
    line-height: 1.55;
}

.nh-lifetime-notes li + li {
    margin-top: 6px;
}

.nh-lifetime-features,
.nh-lifetime-benefits {
    background: var(--nh-bg);
}

.nh-lifetime-features {
    color: #fff;
    background: radial-gradient(circle at 12% 18%, rgba(67, 176, 42, .1), transparent 26rem), linear-gradient(135deg, #031a35, #062f5e);
}

.nh-lifetime-features .nh-section-label {
    color: #9bea87;
}

body.template-lifetimewebhosting .nh-lifetime-features .nh-section-heading h2,
body.template-lifetimewebhosting .nh-lifetime-features .nh-lifetime-card-grid h3 {
    color: #fff;
}

.nh-lifetime-features .nh-section-heading p,
.nh-lifetime-features .nh-lifetime-card-grid p {
    color: rgba(255, 255, 255, .75);
}

.nh-lifetime-features .nh-lifetime-card-grid article {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .09);
}

.nh-lifetime-features .nh-lifetime-card-grid article:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.nh-lifetime-features .nh-lifetime-card-grid article > i {
    border: 1px solid rgba(103, 211, 79, .65);
    color: #67d34f;
    background: rgba(1, 16, 34, .58);
}

.nh-lifetime-page .nh-section-heading {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.nh-lifetime-page .nh-section-heading p {
    margin: 0;
    font-size: 16px;
}

.nh-lifetime-card-grid,
.nh-feature-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nh-lifetime-card-grid article,
.nh-feature-card-grid article {
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--nh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
    transition: transform .2s ease, box-shadow .2s ease;
}

.nh-lifetime-card-grid article:hover,
.nh-feature-card-grid article:hover {
    transform: translateY(-3px);
    box-shadow: var(--nh-shadow);
}

.nh-lifetime-card-grid article > i,
.nh-feature-card-grid article > i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 11px;
    color: var(--nh-green-dark);
    background: #eef8eb;
    font-size: 18px;
}

.nh-feature-card-grid h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.3;
}

.nh-feature-card-grid p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 14px;
    line-height: 1.65;
}

body.template-lifetimewebhosting .nh-lifetime-card-grid h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.3;
}

.nh-lifetime-card-grid p {
    margin: 0;
    font-size: 14px;
}

.nh-lifetime-story {
    background: var(--nh-bg);
}

.nh-lifetime-story__grid {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: start;
}

.nh-lifetime-story__copy p {
    margin: 0 0 14px;
}

.nh-lifetime-story__copy p:last-child {
    margin-bottom: 0;
}

.nh-lifetime-faq {
    background: #fff;
}

.nh-lifetime-faq__list {
    max-width: 900px;
    margin: 0 auto;
}

.nh-lifetime-faq__item {
    border-bottom: 1px solid var(--nh-line);
}

.nh-lifetime-faq__item:first-child {
    border-top: 1px solid var(--nh-line);
}

.nh-lifetime-faq__item h3 {
    margin: 0;
    line-height: 1.4;
}

.nh-lifetime-faq__trigger {
    display: flex;
    width: 100%;
    min-height: 64px;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 18px 4px;
    border: 0;
    color: var(--nh-lifetime-text);
    background: transparent;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease;
}

.nh-lifetime-faq__trigger:hover,
.nh-lifetime-faq__trigger:not(.collapsed) {
    color: var(--nh-lifetime-accent);
}

.nh-lifetime-faq__trigger > span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform .25s ease;
}

.nh-lifetime-faq__trigger:not(.collapsed) > span {
    transform: rotate(225deg);
}

.nh-lifetime-faq__answer {
    padding: 0 40px 20px 4px;
    color: var(--nh-lifetime-muted);
    font-size: 15px;
    line-height: 1.65;
}

.nh-lifetime-cta {
    background: #fff;
}

.nh-lifetime-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(32px, 5vw, 56px);
    border-radius: 18px;
    color: #fff;
    background: var(--nh-navy-deep);
    box-shadow: var(--nh-shadow);
}

.nh-lifetime-cta .nh-section-label {
    color: var(--nh-green);
}

body.template-lifetimewebhosting .nh-lifetime-cta h2 {
    color: #fff;
}

.nh-lifetime-cta p {
    max-width: 690px;
    margin: 0 0 12px;
    color: #d7e1ed;
}

.nordhost_site .nh-lifetime-text-link,
.nordhost_site .nh-lifetime-text-link:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nordhost_site .nh-lifetime-text-link:hover,
.nordhost_site .nh-lifetime-text-link:focus {
    color: var(--nh-green);
}

@media (max-width: 991px) {
    .nh-lifetime-offer__grid,
    .nh-lifetime-story__grid {
        grid-template-columns: 1fr;
    }

    .nh-lifetime-plan {
        max-width: 680px;
    }

    .nh-lifetime-card-grid,
    .nh-feature-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-lifetime-cta__inner {
        grid-template-columns: 1fr;
    }

    .nh-lifetime-cta__inner > .nh-btn {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .nh-lifetime-page section {
        padding: 42px 0;
    }

    .nh-lifetime-card-grid,
    .nh-feature-card-grid {
        grid-template-columns: 1fr;
    }

    .nh-lifetime-plan,
    .nh-lifetime-card-grid article,
    .nh-feature-card-grid article {
        padding: 22px;
    }

    .nh-lifetime-definition {
        padding: 17px;
    }

    .nh-lifetime-faq__trigger {
        min-height: 60px;
        padding: 16px 2px;
        font-size: 16px;
    }

    .nh-lifetime-faq__answer {
        padding: 0 28px 18px 2px;
    }

    .nh-lifetime-cta__inner {
        padding: 28px 22px;
    }

    .nh-lifetime-cta__inner > .nh-btn {
        width: 100%;
    }
}

.nh-builder-page {
    --nh-builder-surface: var(--nh-white);
    --nh-builder-surface-muted: var(--nh-bg);
    --nh-builder-text: #0c1b2e;
    --nh-builder-text-muted: #435366;
    --nh-builder-border: var(--nh-line);
    --nh-builder-accent: var(--nh-green-dark);
    --nh-builder-card-radius: 14px;
    --nh-builder-image-radius: var(--nh-radius);
    --nh-builder-card-shadow: 0 8px 26px color-mix(in srgb,var(--nh-navy-deep) 5%,transparent);
    --nh-builder-card-shadow-hover: var(--nh-shadow);
    color: var(--nh-builder-text);
}

.nh-builder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.nh-btn-outline-light {
    border-color: color-mix(in srgb, var(--nh-white) 65%, transparent);
    color: var(--nh-white) !important;
    background: transparent;
}

.nh-btn-outline-light:hover,
.nh-btn-outline-light:focus {
    border-color: var(--nh-white);
    color: var(--nh-navy) !important;
    background: var(--nh-white);
    transform: translateY(-1px);
}

.nh-builder-page .nh-btn-green {
    border-color: var(--nh-green-dark);
    background: var(--nh-green-dark);
    color: #fff !important;
}

.nh-builder-page .nh-btn-green:hover,
.nh-builder-page .nh-btn-green:focus {
    border-color: var(--nh-green-dark-hover);
    background: var(--nh-green-dark-hover);
    color: #fff !important;
}

.nh-builder-page .nh-btn:focus-visible,
.nh-builder-page a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--nh-builder-accent) 45%, transparent);
    outline-offset: 3px;
}

.nh-builder-page .nh-btn-green:hover,
.nh-builder-page .nh-btn-green:focus,
.nh-builder-page .nh-btn-green:visited {
    color: #fff !important;
}

.nh-builder-page .nh-btn-navy,
.nh-builder-page .nh-btn-navy:hover,
.nh-builder-page .nh-btn-navy:focus,
.nh-builder-page .nh-btn-navy:visited {
    color: #fff !important;
    background: var(--nh-navy);
}

.nh-builder-page .nh-btn[disabled],
.nh-builder-page .nh-btn[aria-disabled="true"] {
    color: #fff !important;
    opacity: .58;
    cursor: not-allowed;
}

.nh-builder-page section {
    padding: clamp(56px, 6vw, 78px) 0;
}

.nh-builder-intro {
    background: var(--nh-builder-surface);
}

.nh-builder-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: clamp(40px, 6vw, 72px);
    align-items: center;
}

.nh-builder-page .nh-section-label {
    display: block;
    margin-bottom: 10px;
    color: var(--nh-builder-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.template-nettsidebygger .nh-builder-page h2,
body.template-nettsidebygger .nh-builder-page h3,
body.template-nettsidebygger .nh-builder-page h4 {
    color: var(--nh-builder-text);
    font-weight: 800;
}

body.template-nettsidebygger .nh-builder-page h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.nh-builder-intro__copy > p {
    max-width: 680px;
    margin: 0 0 14px;
    color: var(--nh-builder-text-muted);
    line-height: 1.65;
}

.nh-builder-ai {
    display: flex;
    gap: 14px;
    margin: 24px 0;
    padding: 18px;
    border: 1px solid var(--nh-builder-border);
    border-radius: var(--nh-builder-card-radius);
    background: var(--nh-builder-surface-muted);
    box-shadow: var(--nh-builder-card-shadow);
}

.nh-builder-ai > i {
    width: 24px;
    margin-top: 2px;
    color: var(--nh-green);
    font-size: 20px;
    text-align: center;
}

.nh-builder-ai h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.3;
}

body.template-nettsidebygger .nh-builder-ai p {
    margin: 0;
    color: var(--nh-builder-text-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nh-builder-intro__visual {
    margin: 0;
}

.nh-builder-intro__visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--nh-builder-image-radius);
    box-shadow: var(--nh-builder-card-shadow-hover);
}

.nh-builder-audiences {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 28px;
    margin: 40px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--nh-builder-border);
    list-style: none;
}

.nh-builder-audiences li {
    position: relative;
    padding-left: 25px;
    color: var(--nh-builder-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nh-builder-audiences li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    width: 12px;
    height: 7px;
    border: solid var(--nh-builder-accent);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}

.nh-builder-page .nh-section-heading {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.nh-builder-page .nh-section-heading > p {
    margin: 0;
    color: var(--nh-builder-text-muted);
    line-height: 1.65;
}

.nh-builder-pricing,
.nh-builder-gallery {
    background: var(--nh-builder-surface-muted);
}

.nh-builder-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.nh-builder-plan {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    padding: 28px 24px;
    flex-direction: column;
    border: 1px solid var(--nh-builder-border);
    border-radius: var(--nh-builder-card-radius);
    background: var(--nh-builder-surface);
    box-shadow: var(--nh-builder-card-shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}

.nh-builder-plan:hover {
    transform: translateY(-3px);
    box-shadow: var(--nh-builder-card-shadow-hover);
}

.nh-builder-plan--recommended {
    border: 2px solid var(--nh-green);
    padding: 27px 23px;
}

.nh-builder-plan__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--nh-navy-deep);
    background: color-mix(in srgb, var(--nh-green) 18%, var(--nh-white));
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nh-builder-plan h3 {
    margin: 0 0 16px;
    font-size: 21px;
    line-height: 1.25;
}

body.template-nettsidebygger .nh-builder-plan__price {
    min-height: 36px;
    margin: 0;
    color: var(--nh-builder-accent);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.025em;
}

body.template-nettsidebygger .nh-builder-plan__vat {
    display: block;
    min-height: 34px;
    margin: 5px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.nh-builder-plan ul {
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--nh-builder-border);
    list-style: none;
}

.nh-builder-plan li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 22px;
    color: var(--nh-builder-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nh-builder-plan li:last-child {
    margin-bottom: 0;
}

.nh-builder-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--nh-builder-accent);
    font-weight: 800;
}

.nh-builder-tooltip {
    position: relative;
    display: inline-grid;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #667085;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
    transition: color .2s ease, background .2s ease;
}

.nh-builder-tooltip:hover,
.nh-builder-tooltip:focus-visible {
    color: var(--nh-builder-accent);
    background: color-mix(in srgb, var(--nh-green) 12%, transparent);
}

.nh-builder-tooltip:focus-visible {
    outline: 2px solid var(--nh-green);
    outline-offset: 2px;
}

.nh-builder-tooltip__content {
    visibility: hidden;
    position: absolute;
    z-index: 30;
    bottom: calc(100% + 10px);
    left: 50%;
    width: min(230px, 70vw);
    padding: 10px 12px;
    border-radius: 9px;
    color: #fff;
    background: var(--nh-navy-deep);
    box-shadow: var(--nh-shadow);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    opacity: 0;
    transform: translate(-50%, 4px);
    transition: opacity .16s ease, transform .16s ease;
    pointer-events: none;
}

.nh-builder-tooltip:hover .nh-builder-tooltip__content,
.nh-builder-tooltip:focus .nh-builder-tooltip__content {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.nh-builder-plan:first-child .nh-builder-tooltip__content {
    left: -12px;
    transform: translateY(4px);
}

.nh-builder-plan:first-child .nh-builder-tooltip:hover .nh-builder-tooltip__content,
.nh-builder-plan:first-child .nh-builder-tooltip:focus .nh-builder-tooltip__content {
    transform: translateY(0);
}

.nh-builder-plan:last-child .nh-builder-tooltip__content {
    right: -12px;
    left: auto;
    transform: translateY(4px);
}

.nh-builder-plan:last-child .nh-builder-tooltip:hover .nh-builder-tooltip__content,
.nh-builder-plan:last-child .nh-builder-tooltip:focus .nh-builder-tooltip__content {
    transform: translateY(0);
}

.nh-builder-pricing__actions {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--nh-builder-border);
}

.nh-builder-pricing__actions p {
    margin: 0;
    color: var(--nh-builder-text-muted);
}

.nh-builder-pricing__actions > div {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;
}

.nordhost_site .nh-builder-text-link,
.nh-builder-page .nh-text-link {
    color: var(--nh-builder-accent);
    font-weight: 800;
    text-decoration: none;
}

.nh-builder-text-link:visited,
.nh-builder-page .nh-text-link:visited,
.nh-builder-faq__answer a:visited {
    color: var(--nh-builder-accent);
}

.nordhost_site .nh-builder-text-link:hover,
.nordhost_site .nh-builder-text-link:focus,
.nh-builder-page .nh-text-link:hover,
.nh-builder-page .nh-text-link:focus,
.nh-builder-faq__answer a:hover,
.nh-builder-faq__answer a:focus {
    color: var(--nh-builder-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nh-builder-benefits {
    color: var(--nh-white);
    background: var(--nh-navy-deep);
}

body.template-nettsidebygger .nh-builder-benefits .nh-section-heading h2 {
    color: var(--nh-white);
}

.nh-builder-benefits .nh-section-label {
    color: var(--nh-builder-accent);
}

.nh-builder-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nh-builder-benefits article {
    display: flex;
    min-height: 190px;
    padding: 26px;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, var(--nh-white) 12%, transparent);
    border-radius: var(--nh-builder-card-radius);
    background: color-mix(in srgb, var(--nh-white) 4%, transparent);
    transition: transform .2s ease, background .2s ease;
}

.nh-builder-benefits article:hover {
    transform: translateY(-3px);
    background: color-mix(in srgb, var(--nh-white) 7%, transparent);
}

.nh-builder-benefits article > i {
    width: 28px;
    margin-bottom: 20px;
    color: var(--nh-builder-accent);
    font-size: 24px;
    text-align: center;
}

body.template-nettsidebygger .nh-builder-benefits h3 {
    margin: 0 0 8px;
    color: var(--nh-white);
    font-size: 19px;
    line-height: 1.3;
}

body.template-nettsidebygger .nh-builder-benefits p {
    margin: 0;
    color: #d7e1ed;
    font-size: 14px;
    line-height: 1.6;
}

.nh-builder-faq {
    background: #fff;
}

.nh-builder-faq__list {
    max-width: 900px;
    margin: 0 auto;
}

.nh-builder-faq__item {
    border-bottom: 1px solid var(--nh-builder-border);
}

.nh-builder-faq__item:first-child {
    border-top: 1px solid var(--nh-builder-border);
}

.nh-builder-faq__item h3 {
    margin: 0;
    line-height: 1.4;
}

.nh-builder-faq__trigger {
    display: flex;
    width: 100%;
    min-height: 64px;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 18px 4px;
    border: 0;
    color: var(--nh-builder-text);
    background: transparent;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.nh-builder-faq__trigger:hover {
    color: var(--nh-builder-accent);
}

.nh-builder-faq__trigger:not(.collapsed) {
    color: var(--nh-builder-accent);
}

.nh-builder-faq__trigger:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--nh-green) 45%, transparent);
    outline-offset: 3px;
}

.nh-builder-faq__trigger > span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform .25s ease;
}

.nh-builder-faq__trigger:not(.collapsed) > span {
    transform: rotate(225deg);
}

.nh-builder-faq__answer {
    padding: 0 40px 20px 4px;
    color: var(--nh-builder-text-muted);
    font-size: 15px;
    line-height: 1.65;
}

.nh-builder-faq__answer a {
    color: var(--nh-builder-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.template-nettsidebygger .nh-builder-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

body.template-nettsidebygger .nh-builder-template {
    display: flex;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--nh-builder-border);
    border-radius: var(--nh-builder-card-radius);
    background: var(--nh-builder-surface);
    box-shadow: var(--nh-builder-card-shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}

body.template-nettsidebygger .nh-builder-template:hover {
    transform: translateY(-4px);
    box-shadow: var(--nh-builder-card-shadow-hover);
}

body.template-nettsidebygger .nh-builder-template > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.template-nettsidebygger .nh-builder-template__body {
    display: flex;
    min-height: 72px;
    flex: 1;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
}

body.template-nettsidebygger .nh-builder-template h3 {
    min-width: 0;
    overflow: hidden;
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.template-nettsidebygger .nh-builder-template a {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 14px;
}

.nh-builder-final-cta {
    background: var(--nh-builder-surface);
}

.nh-builder-final-cta__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
    padding: 40px;
    border-radius: var(--nh-builder-image-radius);
    color: var(--nh-white);
    background: var(--nh-navy-deep);
    box-shadow: var(--nh-builder-card-shadow);
}

body.template-nettsidebygger .nh-builder-final-cta h2 {
    margin-bottom: 8px;
    color: var(--nh-white);
    font-size: clamp(26px, 3vw, 36px);
}

body.template-nettsidebygger .nh-builder-final-cta p {
    margin: 0;
    color: #d7e1ed;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .nh-builder-pricing__grid,
    body.template-nettsidebygger .nh-builder-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .nh-builder-page section {
        padding: 52px 0;
    }

    .nh-builder-intro__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .nh-builder-intro__visual {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    .nh-builder-audiences {
        grid-template-columns: repeat(2, 1fr);
    }

    .nh-builder-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nh-builder-pricing__actions,
    .nh-builder-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .nh-builder-page section {
        padding: 44px 0;
    }

    .nh-builder-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .nh-builder-page .nh-section-heading {
        margin-bottom: 30px;
    }

    .nh-builder-pricing__grid,
    body.template-nettsidebygger .nh-builder-gallery__grid,
    .nh-builder-audiences,
    .nh-builder-benefits__grid {
        grid-template-columns: 1fr;
    }

    .nh-builder-plan {
        padding: 24px 20px;
    }

    .nh-builder-plan--recommended {
        padding: 23px 19px;
    }

    .nh-builder-benefits article {
        min-height: 0;
        padding: 22px;
    }

    .nh-builder-pricing__actions > div,
    .nh-builder-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .nh-builder-actions .nh-btn,
    .nh-builder-pricing__actions .nh-btn {
        width: 100%;
        text-align: center;
    }

    .nh-builder-pricing__actions > div {
        gap: 14px;
    }

    body.template-nettsidebygger .nh-builder-gallery__grid {
        gap: 16px;
    }

    body.template-nettsidebygger .nh-builder-template__body {
        min-height: 68px;
        padding: 16px 18px;
    }

    .nh-builder-faq__trigger {
        min-height: 60px;
        padding: 16px 2px;
        font-size: 16px;
    }

    .nh-builder-faq__answer {
        padding: 0 28px 18px 2px;
    }

    .nh-builder-final-cta__inner {
        padding: 28px 22px;
    }
}

.nh-client-header {
    --nh-client-header-image: url("/templates/nordhost-nexus/img/site-images/nordhost-hero-kundeweb.webp");
    --nh-client-header-overlay: linear-gradient(90deg,rgba(3,26,53,.78) 0%,rgba(3,26,53,.62) 42%,rgba(3,26,53,.16) 72%,rgba(3,26,53,.04) 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: calc(164px + var(--nh-header-height));
    margin: calc(-1 * var(--nh-header-height)) 0 0;
    padding: calc(32px + var(--nh-header-height)) 0 32px;
    color: #fff;
    background-color: #031a35;
    background-image: var(--nh-client-header-overlay), var(--nh-client-header-image);
    background-position: center, right center;
    background-size: cover, cover;
    background-repeat: no-repeat;
}

.nh-client-header ~ #main-body {
    padding-top: 30px;
}

.nh-client-header__inner {
    position: relative;
    width: 100%;
    max-width: 1240px;
}

.nh-client-header__title {
    max-width: 940px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

.nh-client-header__title small,
.nh-client-header__context {
    display: inline;
    color: rgba(235, 246, 255, .82);
    font-size: .42em;
    font-weight: 700;
    letter-spacing: 0;
}

.nordhost_site #main-body {
    padding-bottom: 72px;
}

.nordhost_site .sidebar .panel,
.nordhost_site .sidebar .card,
.nordhost_site .list-group {
    overflow: hidden;
    border: 1px solid var(--nh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
}

.nordhost_site .list-group-item {
    border-color: var(--nh-line);
    color: var(--nh-ink);
}

/* The standard WHMCS theme rounds the top corners of the first list item;
   that looks wrong inside the Nordhost cards, so keep them square. */
body .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* The Vipps login module (modules/addons/vipps_login) injects its notice as a
   direct child of the card with Bootstrap's .mb-3, which leaves an empty gap
   below it. It does this on the security and password pages. Bootstrap's
   .mb-3 uses !important, so this must too. */
body.template-user-security .card > .mb-3,
body.template-user-password .card > .mb-3 {
    margin-bottom: 0 !important;
}

/* Catch-all for any other page the module injects into: match the notice by
   its Vipps logo. Kept as a separate rule so browsers without :has() support
   still apply the page-specific rule above. */
.card > .mb-3:has(img[src*="/vipps_login/"]) {
    margin-bottom: 0 !important;
}

.nordhost_site .list-group-item.active,
.nordhost_site .list-group-item.active:focus,
.nordhost_site .list-group-item.active:hover {
    border-color: var(--nh-green-dark);
    background: var(--nh-green-dark);
    color: #fff;
}

.nordhost_site .pagination .page-link {
    border-color: var(--nh-line);
    color: var(--nh-blue);
}

.nordhost_site .pagination .active .page-link {
    border-color: var(--nh-green-dark);
    background: var(--nh-green-dark);
    color: #fff;
}

@media (max-width: 991px) {
    .nh-client-header {
        --nh-client-header-overlay: linear-gradient(90deg,rgba(3,26,53,.86) 0%,rgba(3,26,53,.7) 52%,rgba(3,26,53,.2) 82%,rgba(3,26,53,.08) 100%);
        min-height: calc(152px + var(--nh-header-height));
        margin-bottom: 0;
        padding: calc(28px + var(--nh-header-height)) 0 28px;
    }

    .nh-client-header ~ #main-body {
        padding-top: 26px;
    }

    .nh-client-header__title {
        font-size: clamp(32px, 4.5vw, 38px);
    }

    .nordhost_site .sidebar {
        margin-bottom: 24px;
    }
}

@media (max-width: 640px) {
    .nh-client-header {
        --nh-client-header-overlay: linear-gradient(90deg,rgba(3,26,53,.94) 0%,rgba(3,26,53,.82) 64%,rgba(3,26,53,.42) 100%);
        min-height: calc(140px + var(--nh-header-height));
        margin-bottom: 0;
        padding: calc(24px + var(--nh-header-height)) 0 24px;
    }

    .nh-client-header ~ #main-body {
        padding-top: 22px;
    }

    .nh-client-header__title {
        font-size: clamp(28px, 8vw, 32px);
    }
}

.nh-cart-header {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: calc(112px + var(--nh-header-height));
    margin: calc(-1 * var(--nh-header-height)) 0 0;
    padding: calc(var(--nh-header-height) + 18px) 0 22px;
    color: #fff;
    background: radial-gradient(circle at 82% 15%, rgba(67, 176, 42, .2), transparent 24rem), linear-gradient(135deg, #031a35 0%, #062f5e 62%, #0b4f83 100%);
}

.nh-cart-header ~ #main-body {
    padding-top: 24px;
}

.nh-cart-header::after {
    position: absolute;
    right: clamp(24px, 8vw, 120px);
    bottom: -74px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.nh-cart-header__inner {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1240px;
    align-items: center;
    gap: 16px;
}

.nh-cart-header__icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 13px;
    color: #8ce677;
    background: rgba(255, 255, 255, .09);
    font-size: 19px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.nh-cart-header__title {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

@media (max-width: 640px) {
    .nh-cart-header {
        min-height: calc(94px + var(--nh-header-height));
        margin-bottom: 0;
        padding: calc(var(--nh-header-height) + 14px) 0 18px;
    }

    .nh-cart-header ~ #main-body {
        padding-top: 18px;
    }

    .nh-cart-header__inner {
        gap: 12px;
    }

    .nh-cart-header__icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: 17px;
    }

    .nh-cart-header__title {
        font-size: clamp(27px, 8vw, 32px);
    }
}

/* Blend the standard globe into the NH gradient so its yellow tint is removed. */
body.nordhost_site.is-shopping-cart #order-standard_cart .domain-checker-container {
    background: url("/templates/orderforms/standard_cart/img/globe.png") no-repeat 110% -5px,
        linear-gradient(135deg, var(--nh-navy-deep) 0%, var(--nh-navy) 50%, var(--nh-blue) 100%);
    background-blend-mode: luminosity, normal;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-checker-bg {
    background-image: none;
}

/* Domain search cross-sell cards: match the Nexus product cards. */
body.nordhost_site.is-shopping-cart #order-standard_cart .row > .col-md-6:has(> .domain-promo-box) {
    display: flex;
    margin-bottom: 24px;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--nh-line);
    border-radius: var(--nh-radius);
    background: var(--nh-white);
    box-shadow: 0 8px 26px rgba(3, 26, 53, .045);
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box .clearfix > i {
    display: grid;
    float: none;
    width: 48px;
    height: 48px;
    margin: 0 0 18px;
    place-items: center;
    border-radius: 12px;
    background: #eef8eb;
    color: var(--nh-green-dark);
    font-size: 24px;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box h3 {
    margin: 0 0 10px;
    color: var(--nh-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box p {
    margin: 0 0 16px;
    color: var(--nh-muted) !important; /* Override Bootstrap's text-warning/text-primary utilities. */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box .btn {
    align-self: flex-start;
    max-width: 100%;
    margin-top: auto;
    padding: 12px 20px;
    border: 1px solid var(--nh-green-dark);
    border-radius: 10px;
    background: var(--nh-green-dark);
    color: var(--nh-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    white-space: normal;
    text-decoration: none;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box .btn:hover,
body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box .btn:focus {
    border-color: var(--nh-green-dark-hover);
    background: var(--nh-green-dark-hover);
    color: var(--nh-white);
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box .btn:focus-visible {
    outline: 3px solid var(--nh-blue);
    outline-offset: 3px;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .domain-promo-box p.small {
    margin: 14px 0 0;
    font-size: 12px;
}

body.nordhost_site.is-shopping-cart #order-standard_cart select.form-control,
body.nordhost_site.is-shopping-cart #order-standard_cart select.custom-select {
    height: 46px;
    min-height: 46px;
    padding-top: .625rem;
    padding-bottom: .625rem;
    line-height: 1.35;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .suggested-domains .domain-contact-support.w-hidden {
    display: none;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .cart-body .view-cart-items-header,
body.nordhost_site.is-shopping-cart #order-standard_cart .order-summary h2 {
    color: var(--nh-white);
    border: 0px;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .cart-body .empty-cart .btn,
body.nordhost_site.is-shopping-cart #order-standard_cart .cart-body .empty-cart .btn:visited {
    color: var(--nh-white);
}

body.nordhost_site.is-shopping-cart #order-standard_cart .cart-body .empty-cart .btn:hover,
body.nordhost_site.is-shopping-cart #order-standard_cart .cart-body .empty-cart .btn:focus {
    color: var(--nh-white);
    text-decoration: none;
}

body.nordhost_site.is-shopping-cart #order-standard_cart .text-right .btn-checkout {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border-color: var(--nh-green-dark);
    border-radius: 10px;
    color: var(--nh-white);
    background: var(--nh-green-dark);
    font-weight: 800;
    line-height: 1.25;
    box-shadow: 0 8px 20px rgba(67, 176, 42, .2);
}

body.nordhost_site.is-shopping-cart #order-standard_cart .text-right .btn-checkout:hover,
body.nordhost_site.is-shopping-cart #order-standard_cart .text-right .btn-checkout:focus {
    border-color: var(--nh-green-dark-hover);
    color: var(--nh-white);
    background: var(--nh-green-dark-hover);
    text-decoration: none;
}

body.nordhost_site:is([class*="template-clientarea"],.template-announcements,.template-knowledgebase,.template-knowledgebasearticle,.template-serverstatus) .primary-content > .header-lined h1 {
    max-width: 940px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .24);
}

body.nordhost_site:is([class*="template-clientarea"],.template-announcements,.template-knowledgebase,.template-knowledgebasearticle,.template-serverstatus) .primary-content > .header-lined small {
    display: block;
    margin-top: 8px;
    color: rgba(235, 246, 255, .82);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

body.nordhost_site:is([class*="template-clientarea"],.template-announcements,.template-knowledgebase,.template-knowledgebasearticle,.template-serverstatus) .primary-content > .header-lined {
    margin: calc(var(--nh-header-height, 88px) * -1) 0 30px;
    padding: calc(var(--nh-header-height, 88px) + 36px) 0 34px;
    background: linear-gradient(135deg, #03152d, #073b73);
}

body.nordhost_site:is([class*="template-clientarea"],.template-announcements,.template-knowledgebase,.template-knowledgebasearticle,.template-serverstatus) .primary-content > .header-lined h1 {
    width: min(1110px, calc(100% - 30px));
    margin-inline: auto;
}

.template-clientareahome #main-body,
.template-clientareadetails #main-body,
.template-clientareaproducts #main-body,
.template-clientareadomains #main-body,
.template-clientareadomaindetails #main-body,
.template-clientareaproductdetails #main-body,
.template-clientareacancelrequest #main-body,
.template-announcements #main-body,
.template-knowledgebase #main-body,
.template-knowledgebasearticle #main-body,
.template-serverstatus #main-body {
    background: linear-gradient(180deg, #f4f8fb 0, #fff 420px);
    overflow-x: clip;
}

.nordhost_site .primary-content {
    min-width: 0;
}

.nordhost_site .primary-content .card,
.nordhost_site .primary-content .panel,
.nh-client-component,
.nordhost_site .table-container {
    border: 1px solid rgba(8, 31, 55, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(3, 26, 53, .07);
    overflow: hidden;
}

.nordhost_site .card-body,
.nordhost_site .panel-body {
    color: #17314d;
}

.nordhost_site .card-title,
.nordhost_site .primary-content h2,
.nordhost_site .primary-content h3 {
    color: #062b58;
    font-weight: 800;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
}

.nordhost_site .sidebar .panel-heading,
.nordhost_site .sidebar .card-header {
    padding: 14px 16px;
    color: #062b58;
    background: #f7fafc;
    border-bottom: 1px solid rgba(8, 31, 55, .08);
}

.nordhost_site .sidebar .panel-title {
    margin: 0;
    color: #062b58;
    font-size: 15px;
    font-weight: 800;
}

.nordhost_site .sidebar .list-group-item {
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 700;
}

.nordhost_site .sidebar .list-group-item:hover,
.nordhost_site .sidebar .list-group-item:focus {
    color: #043b76;
    background: #eef7ff;
}

.nordhost_site .sidebar .list-group-item.active {
    background: var(--nh-green-dark);
    border-color: var(--nh-green-dark);
    color: #fff;
}

.nordhost_site .nh-dashboard-stats > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.nordhost_site .nh-dashboard-stats > .row > .tile {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: none;
    transform: none;
}

.nordhost_site .nh-dashboard-stats > .row > .tile > a {
    display: block;
    width: 100%;
    min-height: 138px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(8, 31, 55, .1);
    border-radius: 18px;
    color: var(--nh-ink);
    background: #fff;
    box-shadow: 0 12px 28px rgba(3, 26, 53, .06);
    text-decoration: none;
    transition: .2s;
}

.nordhost_site .nh-dashboard-stats > .row > .tile:hover > a {
    transform: translateY(-3px);
    box-shadow: var(--nh-shadow);
}

.nordhost_site .nh-dashboard-stats .icon {
    float: right;
    color: rgba(67, 176, 42, .72);
    font-size: 24px;
}

.nordhost_site .nh-dashboard-stats .stat {
    color: #062b58;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    line-height: 1;
}

.nordhost_site .nh-dashboard-stats .title {
    color: var(--nh-muted);
    font-weight: 700;
}

.nordhost_site .nh-dashboard-stats .highlight {
    height: 4px;
    border-radius: 999px;
}

.nordhost_site .nh-dashboard-services > .text-center {
    margin: 0 !important;
    padding: 18px 20px;
}

.nordhost_site .nh-dashboard-services > .table {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel {
    margin-top: 22px;
}

.nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .panel-body {
    padding: 18px 20px;
}

.nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .list-group {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .list-group > .list-group-item {
    margin: 0;
    padding: 16px 20px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
    transform: none;
}

.nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .list-group > .list-group-item + .list-group-item {
    border-top: 1px solid rgba(8, 31, 55, .08);
}

.nordhost_site .table-container,
.nordhost_site .table-responsive {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nordhost_site .table {
    margin-bottom: 0;
    color: #17314d;
}

.nordhost_site .table thead th,
.nordhost_site .table-list tr:first-child th {
    padding: 13px 14px;
    border: 0;
    background: #062b58;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    vertical-align: middle;
}

.nordhost_site .table td {
    padding: 12px 14px;
    border-top: 1px solid rgba(8, 31, 55, .08);
    vertical-align: middle;
}

.nordhost_site .table tbody tr:nth-child(even) td {
    background: #f8fbfd;
}

.nordhost_site .table a {
    color: #075ea8;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.nordhost_site .status,
.nordhost_site .label,
.nordhost_site .badge {
    border-radius: 999px;
    padding: .36em .7em;
    font-weight: 800;
}

.nordhost_site:not(.is-shopping-cart) label,
.nordhost_site:not(.is-shopping-cart) .col-form-label {
    color: var(--nh-ink);
    font-weight: 800;
}

.nordhost_site.is-shopping-cart .product-radio {
    color: var(--nh-ink);
    font-weight: 400;
}

.nordhost_site .form-control,
.nordhost_site select.form-control,
.nordhost_site textarea.form-control {
    min-height: 44px;
    border: 1px solid #c9d7e5;
    border-radius: 12px;
    background: #fbfdff;
    color: #10283f;
    box-shadow: none;
}

.nordhost_site textarea.form-control {
    min-height: 118px;
}

.nordhost_site .form-control::placeholder {
    color: #6d7f91;
}

.nordhost_site .form-control:focus {
    border-color: #43b02a;
    box-shadow: 0 0 0 .2rem rgba(67, 176, 42, .18);
}

.nordhost_site .btn-primary,
.nordhost_site .bg-color-blue {
    border-color: #073b73 !important;
    background: #073b73 !important;
    color: #fff !important;
}

.nordhost_site .btn-success,
.nordhost_site .nh-btn-green {
    border-color: var(--nh-green-dark);
    background: var(--nh-green-dark);
    color: #fff;
}

.nordhost_site .alert {
    border-radius: 16px;
    padding: 15px 18px;
    color: #16324d;
    box-shadow: 0 8px 24px rgba(3, 26, 53, .045);
}

.nordhost_site .alert-success {
    border-color: #8fd481;
    background: #effbea;
    color: #165c0c;
}

.nordhost_site .alert-warning {
    border-color: #ffd88a;
    background: #fff8e6;
    color: #6b4600;
}

.nordhost_site .alert-danger,
.nordhost_site .alert-error {
    border-color: #f3aaa4;
    background: #fff1f0;
    color: #8f1f17;
}

.nordhost_site .alert-info {
    border-color: #a8d8ff;
    background: #eff8ff;
    color: #0b4778;
}

.template-clientareadomaindetails .primary-content .nav-tabs,
.template-clientareaproductdetails .primary-content .nav-tabs {
    border-bottom: 1px solid rgba(8, 31, 55, .12);
    gap: 6px;
}

.template-clientareadomaindetails .primary-content .nav-tabs .nav-link,
.template-clientareaproductdetails .primary-content .nav-tabs .nav-link {
    border-radius: 12px 12px 0 0;
    color: #17314d;
    font-weight: 800;
}

.template-clientareadomaindetails .primary-content .nav-tabs .nav-link.active,
.template-clientareaproductdetails .primary-content .nav-tabs .nav-link.active {
    color: #062b58;
    border-color: rgba(8, 31, 55, .12);
    border-bottom-color: #fff;
}

.nh-client-component {
    padding: 22px;
}

.nh-client-component__title {
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(8, 31, 55, .1);
    color: #062b58;
    font-size: 24px;
}

.nh-client-component__actions {
    margin: 22px 0;
    text-align: center;
}

.nh-client-component__meta {
    display: block;
    color: #5f7285;
}

.template-knowledgebase .kb-search {
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(3, 26, 53, .08);
    overflow: hidden;
}

.template-knowledgebase .kb-search .form-control {
    min-height: 58px;
    border-radius: 18px 0 0 18px;
    background: #fff;
}

.template-knowledgebase .kb-category {
    border-color: rgba(8, 31, 55, .1);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(3, 26, 53, .055);
}

.template-knowledgebase .kb-category a.card-body {
    display: block;
    min-height: 124px;
    color: var(--nh-ink);
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.template-knowledgebase .kb-category a.card-body:hover {
    color: var(--nh-ink);
    transform: translateY(-2px);
}

.template-knowledgebase .kb-category a.card-body:focus-visible {
    border-radius: 18px;
    outline: 3px solid rgba(67, 176, 42, .3);
    outline-offset: -3px;
}

.template-knowledgebase .kb-category .h5 {
    color: var(--nh-ink);
    font-weight: 800;
}

/* Keep article counts in the Nexus palette, overriding the shared info badge. */
.template-knowledgebase .kb-category .badge-info {
    background: var(--nh-navy) !important;
    color: var(--nh-white) !important;
}

.template-knowledgebase .kb-category p.text-muted {
    margin-top: 8px !important;
    color: var(--nh-muted) !important;
    line-height: 1.55;
}

.template-knowledgebase .kb-category i {
    color: #43b02a;
}

.template-knowledgebase .kb-article-item,
.template-knowledgebasearticle .kb-article-item {
    color: var(--nh-ink);
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.nordhost_site .kb-article-summary {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.template-knowledgebase .kb-article-item:hover,
.template-knowledgebase .kb-article-item:focus,
.template-knowledgebasearticle .kb-article-item:hover,
.template-knowledgebasearticle .kb-article-item:focus {
    border-color: rgba(11, 76, 123, .24);
    color: var(--nh-blue);
    background: #f7fafc;
    box-shadow: 0 12px 30px rgba(3, 26, 53, .075);
}

.template-knowledgebase .kb-article-item:focus-visible,
.template-knowledgebasearticle .kb-article-item:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .3);
    outline-offset: -3px;
}

.template-knowledgebasearticle .primary-content > .card h1 {
    color: var(--nh-ink);
    font-weight: 800;
    letter-spacing: -.03em;
    overflow-wrap: anywhere;
}

.template-knowledgebasearticle article {
    max-width: 820px;
    color: #17314d;
    font-size: 17px;
    line-height: 1.72;
}

.template-knowledgebasearticle article pre,
.template-knowledgebasearticle article code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    background: #f3f7fb;
    color: #10283f;
}

.template-knowledgebasearticle article table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.template-announcements .announcement {
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid rgba(8, 31, 55, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(3, 26, 53, .055);
}

.template-announcements .announcement h1 {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.18;
}

.template-announcements .announcement h1 a {
    color: #062b58;
}

.template-announcements .announcement article {
    color: #17314d;
    line-height: 1.65;
}

.template-serverstatus .card {
    margin-bottom: 22px;
}

.template-serverstatus .card-header {
    background: #f7fafc;
    color: #062b58;
    font-weight: 800;
}

.template-serverstatus .table .fa-check {
    color: var(--nh-green-dark);
}

.template-serverstatus .table .fa-times,
.template-serverstatus .table .fa-exclamation-triangle {
    color: #b4232c;
}

@media (max-width: 991px) {
    .nordhost_site .sidebar {
        order: 2;
        margin-top: 26px;
    }

    .nordhost_site .primary-content {
        order: 1;
    }

    .nordhost_site .nh-dashboard-stats > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.nordhost_site:is([class*="template-clientarea"],.template-announcements,.template-knowledgebase,.template-knowledgebasearticle,.template-serverstatus) .primary-content > .header-lined h1 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.13;
    }

    .nordhost_site .nh-dashboard-stats > .row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nordhost_site .nh-dashboard-services > .text-center,
    .nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .panel-body {
        padding-right: 16px;
        padding-left: 16px;
    }

    .nordhost_site .nh-dashboard-support > .row > [class*="col-"] > .panel > .list-group > .list-group-item {
        padding: 14px 16px;
    }

    .nordhost_site .table {
        min-width: 680px;
    }

    .template-clientareacancelrequest .card-body,
    .nh-client-component {
        padding: 18px;
    }
}

.nordhost_site .sidebar .panel,
.nordhost_site .sidebar .card,
.nordhost_site .sidebar .card-sidebar,
.nordhost_site .sidebar .list-group {
    overflow: hidden;
}

.nordhost_site .sidebar .panel-heading,
.nordhost_site .sidebar .card-sidebar > .card-header,
.nordhost_site .sidebar .card > .card-header,
.nordhost_site .sidebar .list-group-title {
    display: block;
    min-height: 0;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(8, 31, 55, .1);
    color: #062b58;
    background: #f7fafc;
}

.nordhost_site .sidebar h3.panel-title,
.nordhost_site .sidebar .panel-title,
.nordhost_site .sidebar .card-title,
.nordhost_site .sidebar .card-header h3,
.nordhost_site .sidebar .card-header h4,
.nordhost_site .sidebar .list-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #062b58;
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.01em;
    overflow-wrap: anywhere;
}

.nordhost_site .sidebar .panel-heading a,
.nordhost_site .sidebar .card-header a,
.nordhost_site .sidebar .list-group-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.nordhost_site .sidebar .panel-heading a:focus,
.nordhost_site .sidebar .card-header a:focus,
.nordhost_site .sidebar .list-group-title a:focus {
    outline: 3px solid rgba(67, 176, 42, .25);
    outline-offset: 3px;
    border-radius: 10px;
}

.nordhost_site .sidebar .card-minimise,
.nordhost_site .sidebar .panel-title .pull-right,
.nordhost_site .sidebar .panel-heading .pull-right {
    float: none !important;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 1px 0 auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: #64748b;
    font-size: 0;
    line-height: 1;
    transform: rotate(225deg);
    transform-origin: 50% 50%;
    transition: transform .2s ease, border-color .2s ease;
}

.nordhost_site .sidebar .card-minimise::before,
.nordhost_site .sidebar .panel-title .pull-right::before,
.nordhost_site .sidebar .panel-heading .pull-right::before {
    content: none !important;
}

.nordhost_site .sidebar .collapsed .card-minimise,
.nordhost_site .sidebar .panel-title .collapsed .pull-right,
.nordhost_site .sidebar .panel-heading .collapsed .pull-right {
    transform: rotate(45deg);
}

.nordhost_site .sidebar .list-group-item {
    color: #17314d;
}

.nordhost_site .sidebar .list-group-item.active,
.nordhost_site .sidebar .list-group-item.active:focus,
.nordhost_site .sidebar .list-group-item.active:hover,
.nordhost_site .sidebar .list-group-item.active .badge {
    border-color: var(--nh-green-dark);
    background: var(--nh-green-dark);
    color: #fff;
}

.nordhost_site .table-container,
.nordhost_site .table-responsive,
.nordhost_site .dataTables_wrapper {
    max-width: 100%;
}

.nordhost_site .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.nordhost_site .table,
.nordhost_site table.dataTable,
.nordhost_site .table-list,
.nordhost_site table.domainpricing {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid rgba(8, 31, 55, .11);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    color: #17314d;
    background: #fff;
    box-shadow: 0 10px 30px rgba(3, 26, 53, .055);
    overflow: hidden;
}

.nordhost_site .table thead th,
.nordhost_site .table-list thead th,
.nordhost_site .table-list tr:first-child th,
.nordhost_site table.dataTable thead th,
.nordhost_site table.dataTable thead td,
.nordhost_site table.dataTable th.sorting,
.nordhost_site table.dataTable th.sorting_asc,
.nordhost_site table.dataTable th.sorting_desc,
.nordhost_site table.dataTable th.sorting_disabled,
.nordhost_site table.domainpricing thead th,
.nordhost_site table.domainpricing th {
    padding: 10px 13px !important;
    border-top: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .16) !important;
    border-bottom: 0 !important;
    color: #fff !important;
    background-color: #083766 !important;
    background-image: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    vertical-align: middle;
    white-space: nowrap;
}

.nordhost_site .table thead th:last-child,
.nordhost_site table.dataTable thead th:last-child {
    border-right: 0 !important;
}

.nordhost_site .table thead th a,
.nordhost_site .table thead th a:visited,
.nordhost_site table.dataTable thead th a,
.nordhost_site table.dataTable thead th a:visited {
    color: #fff !important;
}

.nordhost_site table.dataTable thead .sorting:after,
.nordhost_site table.dataTable thead .sorting_asc:after,
.nordhost_site table.dataTable thead .sorting_desc:after,
.nordhost_site table.dataTable thead .sorting:before,
.nordhost_site table.dataTable thead .sorting_asc:before,
.nordhost_site table.dataTable thead .sorting_desc:before {
    color: rgba(255, 255, 255, .78) !important;
    opacity: 1;
}

.nordhost_site .table tbody td,
.nordhost_site .table tbody th,
.nordhost_site .table-list td,
.nordhost_site table.dataTable tbody td,
.nordhost_site table.domainpricing td {
    padding: 10px 13px !important;
    border-top: 1px solid rgba(8, 31, 55, .08) !important;
    color: #17314d;
    background: #fff;
    font-size: 14px;
    line-height: 1.35;
    vertical-align: middle;
}

.nordhost_site .table tbody tr:nth-child(even) td,
.nordhost_site .table-list tbody tr:nth-child(even) td,
.nordhost_site table.dataTable tbody tr:nth-child(even) td {
    background: #f8fbfd;
}

.nordhost_site .table tbody tr:hover td,
.nordhost_site table.dataTable tbody tr:hover td {
    background: #f1f7fb;
}

.nordhost_site .table tbody td a,
.nordhost_site table.dataTable tbody td a {
    color: #075ea8;
    font-weight: 800;
}

.nordhost_site .table tbody td a:visited,
.nordhost_site table.dataTable tbody td a {
    color: #07508f;
}

.nordhost_site .dataTables_wrapper .dataTables_length,
.nordhost_site .dataTables_wrapper .dataTables_filter,
.nordhost_site .dataTables_wrapper .dataTables_info,
.nordhost_site .dataTables_wrapper .dataTables_paginate {
    color: #415872;
    font-size: 14px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
}

.nordhost_site .dataTables_wrapper .dataTables_filter,
.nordhost_site .dataTables_wrapper .dataTables_paginate {
    text-align: right;
}

.nordhost_site .dataTables_wrapper .dataTables_length,
.nordhost_site .dataTables_wrapper .dataTables_filter {
    padding-top: 12px;
    margin-bottom: 12px;
}

.nordhost_site .dataTables_wrapper .dataTables_filter label {
    display: inline-block;
    margin: 0;
}

.nordhost_site .dataTables_wrapper .dataTables_filter label::before,
.nordhost_site .dataTables_wrapper .dataTables_filter label::after {
    content: none !important;
}

.nordhost_site .dataTables_wrapper .dataTables_filter .input-group {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 42px;
}

.nordhost_site .dataTables_wrapper .dataTables_filter::after {
    font-size: 20px;
    left: 34px;
    top: 69%;
}

.nordhost_site .dataTables_wrapper .dataTables_filter .input-group::after {
    content: none !important;
}

.nordhost_site .dataTables_wrapper .dataTables_filter .input-group-addon,
.nordhost_site .dataTables_wrapper .dataTables_filter .input-group-text,
.nordhost_site .dataTables_wrapper .dataTables_filter .fa,
.nordhost_site .dataTables_wrapper .dataTables_filter .fas,
.nordhost_site .dataTables_wrapper .dataTables_filter .far,
.nordhost_site .dataTables_wrapper .dataTables_filter .glyphicon {
    display: none !important;
}

.nordhost_site .dataTables_wrapper .dataTables_length select {
    min-height: 42px;
    height: 42px;
    border: 1px solid #d8e0ea;
    border-radius: 11px;
    color: #10283f;
    background: #fff;
    box-shadow: none;
}

.nordhost_site .dataTables_wrapper .dataTables_length select {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    text-align: center;
    text-align-last: center;
    padding-left: 7px;
    padding-right: 7px;
}

.nordhost_site .dataTables_wrapper .dataTables_filter label input.form-control,
.nordhost_site .dataTables_wrapper .dataTables_filter label input[type="search"] {
    width: 100%;
    min-height: 42px;
    height: 42px;
    padding: 8px 15px 8px 44px;
    border: 1px solid #d8e0ea;
    border-radius: 11px;
    color: #10283f;
    background-color: #fff;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.nordhost_site .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-decoration,
.nordhost_site .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-cancel-button,
.nordhost_site .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-results-button,
.nordhost_site .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.nordhost_site .dataTables_wrapper .dataTables_filter input::placeholder {
    color: #7a8da1;
}

.nordhost_site .dataTables_wrapper .dataTables_length select:focus,
.nordhost_site .dataTables_wrapper .dataTables_filter input:focus {
    border-color: #43b02a;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .18);
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .pagination,
.nordhost_site .dataTables_wrapper .dataTables_paginate ul.pagination {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate {
    padding: 8px 16px;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate ul.pagination,
.nordhost_site .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button,
.nordhost_site .pagination > li,
.nordhost_site .pagination .page-item {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button > a,
.nordhost_site .pagination > li > a,
.nordhost_site .pagination > li > span,
.nordhost_site .pagination .page-link {
    min-width: 38px;
    margin: 0;
    padding: 8px 15px;
    border: 1px solid #c9d7e5 !important;
    border-radius: 9px;
    color: #075ea8 !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    font-weight: 800;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button.active > a,
.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button.current > a,
.nordhost_site .pagination > .active > a,
.nordhost_site .pagination > .active > span,
.nordhost_site .pagination .active .page-link {
    border-color: var(--nh-green-dark) !important;
    color: #fff !important;
    background: var(--nh-green-dark) !important;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button > a:hover,
.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button > a:focus,
.nordhost_site .pagination > li > a:hover,
.nordhost_site .pagination > li > a:focus,
.nordhost_site .pagination .page-link:hover,
.nordhost_site .pagination .page-link:focus {
    border-color: #c9d7e5 !important;
    color: #075ea8 !important;
    background: #f8fbfd !important;
    background-image: none !important;
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .14) !important;
    outline: 0;
}

.nordhost_site .dataTables_wrapper .dataTables_paginate .paginate_button.disabled > a,
.nordhost_site .pagination > .disabled > a,
.nordhost_site .pagination > .disabled > span {
    color: #7a8da1 !important;
    background: #f8fbfd !important;
    opacity: .72;
}

.nordhost_site .status,
.nordhost_site .label,
.nordhost_site .badge,
.nordhost_site .status span,
.nordhost_site .invoice-status span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    min-height: 24px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: normal;
}

.nordhost_site .status-paid,
.nordhost_site .status-active,
.nordhost_site .status-completed,
.nordhost_site .invoice-status .paid,
.nordhost_site .label-success,
.nordhost_site .badge-success {
    background: var(--nh-green-dark) !important;
    color: #fff !important;
}

.nordhost_site .status-unpaid,
.nordhost_site .status-overdue,
.nordhost_site .status-collections,
.nordhost_site .invoice-status .unpaid,
.nordhost_site .invoice-status .collections,
.nordhost_site .status-failed,
.nordhost_site .label-danger,
.nordhost_site .badge-danger {
    background: #b4232c !important;
    color: #fff !important;
}

.nordhost_site .status-cancelled,
.nordhost_site .status-canceled,
.nordhost_site .invoice-status .cancelled,
.nordhost_site .status-cancelled span,
.nordhost_site .status-canceled span,
.nordhost_site .status-credited,
.nordhost_site .status-credited span,
.nordhost_site .label-warning,
.nordhost_site .badge-warning,
.nordhost_site .label-warning.status-cancelled,
.nordhost_site .label-warning.status-canceled,
.nordhost_site .label-warning.status-credited {
    background: #ab5c13 !important;
    color: #fff !important;
}

.nordhost_site .status-pending,
.nordhost_site .status-processing,
.nordhost_site .label-info,
.nordhost_site .badge-info {
    background: #2f6f9f !important;
    color: #fff !important;
}

.nordhost_site .status-expired,
.nordhost_site .status-inactive,
.nordhost_site .status-draft,
.nordhost_site .invoice-status .draft,
.nordhost_site .status-suspended {
    background: #5f6b7a !important;
    color: #fff !important;
}

.nordhost_site .status-refunded,
.nordhost_site .status-refunded span,
.nordhost_site .invoice-status .refunded {
    background: #6f4a8e !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .nordhost_site .table thead th,
    .nordhost_site table.dataTable thead th,
    .nordhost_site .table tbody td,
    .nordhost_site table.dataTable tbody td {
        padding: 9px 11px !important;
    }

    .nordhost_site .sidebar h3.panel-title,
    .nordhost_site .sidebar .panel-title,
    .nordhost_site .sidebar .card-title,
    .nordhost_site .sidebar .card-header h3,
    .nordhost_site .sidebar .card-header h4,
    .nordhost_site .sidebar .list-group-title {
        font-size: clamp(15px, 2.2vw, 17px);
    }
}

@media (max-width: 640px) {
    .nordhost_site .table,
    .nordhost_site table.dataTable,
    .nordhost_site .table-list {
        min-width: 640px;
    }

    .nordhost_site .table thead th,
    .nordhost_site table.dataTable thead th,
    .nordhost_site .table tbody td,
    .nordhost_site table.dataTable tbody td {
        padding: 9px 11px !important;
    }

    .nordhost_site .dataTables_wrapper .dataTables_length,
    .nordhost_site .dataTables_wrapper .dataTables_filter {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: left;
    }

    .nordhost_site .dataTables_wrapper .dataTables_filter label {
        display: inline-block;
        width: 100%;
    }

    .nordhost_site .dataTables_wrapper .dataTables_filter .input-group {
        width: 100%;
    }

    .nordhost_site .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        margin: 0;
    }

    .nordhost_site .dataTables_wrapper .dataTables_info,
    .nordhost_site .dataTables_wrapper .dataTables_paginate {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nordhost_site .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
    }
}

.nh-pricelist-page {
    color: var(--nh-ink);
    background: #fff;
}

.nh-pricelist-page .nh-section-label {
    display: block;
    margin-bottom: 8px;
    color: var(--nh-green-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nh-pricelist-hero-note {
    margin-top: 9px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, .7) !important;
}

.nh-pricelist-intro {
    padding: clamp(42px, 5vw, 62px) 0 24px;
}

.nh-pricelist-intro .nh-section-heading {
    max-width: 820px;
    margin-bottom: 24px;
}

.nh-pricelist-intro .nh-section-heading p,
.nh-pricelist-section .nh-section-heading p {
    margin-bottom: 0;
}

.nh-pricelist-nav {
    display: flex;
    max-width: 100%;
    gap: 7px;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.nh-pricelist-nav a {
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid #d8e2eb;
    border-radius: 8px;
    color: var(--nh-navy);
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.nh-pricelist-nav a:hover,
.nh-pricelist-nav a:focus {
    border-color: var(--nh-green);
    color: var(--nh-green-dark);
    background: #f3faf1;
}

.nh-pricelist-nav a:focus-visible,
.nh-pricelist-action:focus-visible,
.nh-pricelist-filter button:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .32);
    outline-offset: 2px;
}

.nh-pricelist-section {
    padding: clamp(48px, 6vw, 72px) 0;
    scroll-margin-top: calc(var(--nh-header-height) + 16px);
}

.nh-pricelist-section--muted {
    background: #f6f8fb;
}

.nh-pricelist-section .nh-section-heading {
    max-width: 840px;
    margin-bottom: 22px;
}

.nh-pricelist-section .nh-section-heading h2 {
    color: var(--nh-navy);
    font-size: clamp(30px, 4vw, 40px);
}

.nh-pricelist-table-wrap {
    max-width: 100%;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(3, 26, 53, .045);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nh-pricelist-table {
    width: 100%;
    min-width: 650px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #17314d;
    font-size: 14px;
}

.nh-pricelist-table thead th {
    padding: 12px 15px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    background: var(--nh-navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
}

.nh-pricelist-table thead th:last-child {
    border-right: 0;
}

.nh-pricelist-table tbody th,
.nh-pricelist-table tbody td {
    padding: 11px 15px;
    border: 0;
    border-top: 1px solid #e7edf2;
    color: #17314d;
    background: #fff;
    line-height: 1.45;
    text-align: left;
    vertical-align: middle;
}

.nh-pricelist-table tbody th {
    width: 40%;
    font-weight: 750;
}

.nh-pricelist-table tbody tr:first-child > * {
    border-top: 0;
}

.nh-pricelist-table tbody tr:nth-child(even) > *:not(.nh-pricelist-note-row td) {
    background: #f9fbfc;
}

.nh-pricelist-table tbody tr:hover > * {
    background: #f2f7fa;
}

.nh-pricelist-table td:nth-last-child(2),
.nh-pricelist-table--other td:last-child {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.nh-pricelist-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid #cad8e4;
    border-radius: 7px;
    color: var(--nh-navy) !important;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.nh-pricelist-action:hover {
    border-color: var(--nh-green);
    color: var(--nh-green-dark) !important;
    background: #f2faf0;
}

.nh-pricelist-notes {
    margin: 16px 0 0;
    padding: 14px 18px 14px 38px;
    border: 1px solid #dfe7ef;
    border-radius: 10px;
    color: var(--nh-muted);
    background: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.55;
}

.nh-pricelist-notes li + li {
    margin-top: 3px;
}

.nh-pricelist-notes a,
.nh-pricelist-table a {
    color: var(--nh-green-dark);
    font-weight: 700;
}

.nh-pricelist-table--ssl {
    min-width: 900px;
}

.nh-pricelist-table--ssl th:first-child {
    width: 22%;
}

.nh-pricelist-table--ssl td:nth-child(2) {
    min-width: 360px;
    color: #52677d;
    font-size: 13px;
}

.nh-pricelist-badge,
.nh-pricelist-free {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
    color: #257716 !important;
    background: #eaf7e7 !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nh-pricelist-table--other {
    min-width: 700px;
}

.nh-pricelist-note-row td {
    padding: 12px 15px 13px 42px !important;
    color: #52677d !important;
    background: #f1f6f9 !important;
    font-size: 13px !important;
    white-space: normal !important;
}

.nh-pricelist-anchor {
    position: absolute;
    scroll-margin-top: calc(var(--nh-header-height) + 16px);
}

.nh-pricelist-filter {
    max-width: 560px;
    margin: 0 0 18px;
}

.nh-pricelist-filter label {
    display: block;
    margin-bottom: 7px;
    color: var(--nh-navy);
    font-size: 13px;
    font-weight: 800;
}

.nh-pricelist-filter > div {
    display: flex;
    align-items: center;
    min-height: 46px;
    border: 1px solid #cbd8e3;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(3, 26, 53, .035);
    transition: border-color .2s, box-shadow .2s;
}

/* Focus is shown on the rounded wrapper instead of a square outline on the
   inner input, like the other search fields. */
.nh-pricelist-filter > div:focus-within {
    border-color: var(--nh-green);
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .16);
}

.nh-pricelist-filter i {
    flex: 0 0 auto;
    margin-left: 14px;
    color: var(--nh-green-dark);
}

.nh-pricelist-filter input {
    min-width: 0;
    flex: 1;
    height: 44px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: var(--nh-ink);
    outline: 0;
}

.nh-pricelist-filter button {
    margin-right: 6px;
    padding: 6px 9px;
    border: 0;
    border-radius: 6px;
    color: var(--nh-navy);
    background: #edf2f6;
    font-size: 12px;
    font-weight: 750;
}

.nh-pricelist-filter__status {
    min-height: 18px;
    margin: 5px 0 0;
    color: var(--nh-muted);
    font-size: 12px;
}

.nh-pricelist-domain-table {
    max-height: 680px;
    overflow: auto;
}

.nh-pricelist-domain-table table.domainpricing {
    min-width: 680px;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-variant-numeric: tabular-nums;
}

.nh-pricelist-domain-table table.domainpricing thead th {
    position: sticky;
    z-index: 2;
    top: 0;
    padding: 10px 13px !important;
    font-size: 13px;
}

.nh-pricelist-domain-table table.domainpricing td {
    padding: 8px 13px !important;
    border-width: 1px 0 0 !important;
    font-size: 13px;
    text-align: right;
}

.nh-pricelist-domain-table table.domainpricing td:first-child {
    color: var(--nh-navy);
    font-weight: 850;
    text-align: left;
}

.nh-pricelist-domain-table table.domainpricing tbody tr:hover td {
    background: #f1f7fb !important;
}

.nh-pricelist-domain-table tr[hidden] {
    display: none;
}

.nh-pricelist-cta {
    padding: clamp(48px, 6vw, 72px) 0;
    background: var(--nh-navy-deep);
    color: #fff;
}

.nh-pricelist-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
}

.nh-pricelist-cta .nh-section-label {
    color: var(--nh-green);
}

.nh-pricelist-cta h2 {
    margin: 4px 0 8px;
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
}

.nh-pricelist-cta p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.nh-pricelist-cta .nh-btn {
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    .nh-pricelist-hero-note {
        display: none;
    }

    .nh-pricelist-intro {
        padding-right: 3px;
        padding-left: 3px;
    }

    .nh-pricelist-section {
        padding-right: 3px;
        padding-left: 3px;
    }

    .nh-pricelist-table {
        min-width: 620px;
    }

    .nh-pricelist-table--ssl {
        min-width: 860px;
    }

    .nh-pricelist-table tbody th,
    .nh-pricelist-table tbody td {
        padding: 9px 12px;
    }

    .nh-pricelist-domain-table {
        max-height: 72vh;
    }

    .nh-pricelist-domain-table table.domainpricing td:first-child,
    .nh-pricelist-domain-table table.domainpricing th:first-child {
        position: sticky;
        z-index: 1;
        left: 0;
        box-shadow: 1px 0 #dfe7ef;
    }

    .nh-pricelist-domain-table table.domainpricing th:first-child {
        z-index: 3;
        background: #083766 !important;
    }

    .nh-pricelist-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .nh-pricelist-cta .nh-btn {
        width: 100%;
    }
}

body.template-products #main-body {
    background: linear-gradient(180deg, #f4f8fb 0, #fff 520px);
    overflow-x: clip;
}

body.template-products .primary-content > .header-lined {
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--nh-line);
    background: transparent;
}

body.template-products .primary-content > .header-lined h1 {
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--nh-navy);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
    text-shadow: none;
}

body.template-products #order-boxes > .col-md-9 > .header-lined {
    margin: 0 0 16px;
    padding: 18px 22px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--nh-navy-deep) 0%, var(--nh-navy) 42%, var(--nh-blue) 100%);
    box-shadow: 0 10px 28px rgba(3, 26, 53, .1);
}

body.template-products #order-boxes > .col-md-9 > .header-lined h1 {
    width: auto;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    text-shadow: none;
}

body.template-store-order #main-body {
    background: linear-gradient(180deg, #f4f8fb 0, #fff 520px);
    overflow-x: clip;
}

body.template-store-order .primary-content > .header-lined {
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--nh-line);
    background: transparent;
}

body.template-store-order .primary-content > .header-lined h1 {
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--nh-navy);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
    text-shadow: none;
}

.nh-store-order {
    width: 100%;
    max-width: 1180px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: var(--nh-ink);
}

.nh-store-order .store-order-container {
    max-width: 100%;
}

.nh-order-alert {
    margin: 0 0 18px;
    border: 1px solid #efb4b8;
    border-radius: 12px;
    color: #842029;
    background: #fff1f2;
}

.nh-order-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 18px;
    align-items: stretch;
}

.nh-order-product,
.nh-order-payment,
.nh-order-card,
.nh-order-upsell {
    border: 1px solid var(--nh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(3, 26, 53, .065);
}

.nh-order-product {
    min-width: 0;
    padding: 28px;
}

.nh-order-product__heading {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
}

.nh-order-product__icon,
.nh-order-card__icon {
    display: grid;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: var(--nh-green-dark);
    background: #edf8e9;
    font-size: 18px;
}

.nh-order-product__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.nh-store-order .nh-order-product h2 {
    margin: 0 0 10px;
    color: var(--nh-navy);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.nh-order-product__description {
    max-width: 720px;
    color: var(--nh-muted);
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.nh-order-product__description > :last-child {
    margin-bottom: 0;
}

.nh-order-payment {
    min-width: 0;
    padding: 24px;
    background: linear-gradient(145deg, #fff, #f7fafc);
}

.nh-order-card__heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    margin-bottom: 19px;
}

.nh-store-order .nh-order-card__heading h3 {
    min-width: 0;
    margin: 0;
    color: var(--nh-navy);
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
}

.nh-order-payment .form-control,
.nh-order-payment select {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 8px 38px 8px 13px;
    border-color: #cbd8e3;
    font-weight: 750;
}

.nh-order-card {
    margin-top: 18px;
    padding: 26px;
}

.nh-store-order .store-domain-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
    gap: 8px;
    margin: 0 0 14px;
    padding: 7px;
    border: 0;
    border-radius: 12px;
    background: #f0f4f7;
}

.nh-store-order .store-domain-tabs::before,
.nh-store-order .store-domain-tabs::after,
.nh-order-control-row::before,
.nh-order-control-row::after {
    display: none;
    content: none;
}

.nh-store-order .store-domain-tabs .nav-item {
    min-width: 0;
    margin: 0;
}

.nh-store-order .store-domain-tabs .nav-link {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #385069;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.nh-store-order .store-domain-tabs .nav-link:hover {
    border-color: #c9d7e2;
    color: var(--nh-navy);
    background: #fff;
}

.nh-store-order .store-domain-tabs .nav-item.active > .nav-link,
.nh-store-order .store-domain-tabs .nav-link.active {
    border-color: var(--nh-green-dark);
    color: #fff;
    background: var(--nh-green-dark-hover);
    box-shadow: 0 6px 16px rgba(47, 143, 29, .18);
}

.nh-store-order .store-domain-tabs .nav-link:focus-visible,
.nh-store-order .form-control:focus-visible,
.nh-store-order .custom-select:focus-visible,
.nh-store-order .btn:focus-visible {
    outline: 3px solid rgba(67, 176, 42, .28);
    outline-offset: 2px;
}

.nh-store-order .store-domain-tab-content {
    min-height: 94px;
    padding: 22px;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    background: #fbfcfd;
}

.nh-order-control-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin: 0;
}

.nh-order-control-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.nh-order-control-main {
    min-width: 0;
}

.nh-order-control-main .input-group {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(170px, .55fr);
    gap: 8px;
}

.nh-order-control-main .input-group > .form-control,
.nh-order-control-main .input-group > .custom-select {
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 10px;
}

.nh-store-order .form-control,
.nh-store-order .custom-select,
.nh-store-order textarea,
.nh-store-order select {
    width: 100%;
    min-width: 0;
    border-color: #cbd8e3;
    box-shadow: none;
}

.nh-store-order textarea.form-control {
    min-height: 116px;
    resize: vertical;
}

.nh-store-order .form-control::placeholder {
    color: #78889a;
    opacity: 1;
}

.nh-order-control-status {
    display: flex;
    min-width: 0;
    align-items: center;
}

.nh-store-order .domain-validation {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid #d6e1ea;
    border-radius: 9px;
    color: #52677d;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

.nh-store-order .domain-validation:empty {
    display: none;
}

.nh-store-order .domain-validation.validating {
    border-color: #b9d4e8;
    color: #245c84;
    background: #eef6fb;
}

.nh-store-order .domain-validation.ok {
    border-color: #b9dcae;
    color: #257716;
    background: #edf8e9;
}

.nh-store-order .domain-validation.invalid {
    border-color: #efb4b8;
    color: #a12831;
    background: #fff1f2;
}

.nh-order-login-note,
.nh-order-no-domain {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #52677d;
    line-height: 1.55;
}

.nh-order-login-note i {
    margin-top: 4px;
    color: var(--nh-blue);
}

.nh-order-login-note a {
    color: var(--nh-green-dark);
    font-weight: 800;
}

.nh-order-no-domain {
    align-items: center;
    color: #257716;
    font-weight: 750;
}

.nh-order-no-domain i {
    color: var(--nh-green-dark);
    font-size: 18px;
}

.nh-order-config__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nh-order-field {
    min-width: 0;
    margin: 0;
}

.nh-order-field--textarea {
    grid-column: 1/-1;
}

.nh-order-field .form-label {
    display: block;
    margin: 0 0 7px;
    color: var(--nh-navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.nh-order-field .text-danger {
    margin-left: 2px;
}

.nh-order-field .checkbox,
.nh-order-field .form-check,
.nh-order-field .custom-control {
    margin-top: 8px;
    color: #385069;
}

.nh-order-field__error {
    margin: 7px 0 0;
    padding: 9px 11px;
    border: 1px solid #efb4b8;
    border-radius: 9px;
    color: #842029;
    background: #fff1f2;
    font-size: 13px;
    line-height: 1.45;
}

.nh-order-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--nh-line);
}

.nh-order-actions__submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.nh-order-actions .btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 18px;
    line-height: 1.25;
    white-space: normal;
}

.nordhost_site .nh-order-back {
    border-color: transparent;
    color: #52677d;
    background: transparent;
    box-shadow: none;
}

.nordhost_site .nh-order-back:hover {
    border-color: #d7e0e8;
    color: var(--nh-navy);
    background: #f6f8fa;
}

.nh-order-secondary:hover {
    border-color: #b8c8d6;
    color: var(--nh-navy);
    background: #f4f7f9;
}

.nh-order-checkout {
    min-width: 150px;
}

.nh-order-actions .btn:disabled {
    cursor: not-allowed;
    opacity: .58;
    transform: none;
    box-shadow: none;
}

.nh-order-upsell {
    margin: 18px 0 34px;
    padding: 24px;
}

.nh-order-upsell__layout {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.nh-order-upsell__media {
    display: grid;
    width: 110px;
    min-height: 110px;
    place-items: center;
    border-radius: 14px;
    background: #f2f7fa;
}

.nh-order-upsell__media img {
    display: block;
    width: auto;
    max-width: 82px;
    height: auto;
    max-height: 82px;
    object-fit: contain;
}

.nh-order-upsell__content {
    min-width: 0;
}

.nh-store-order .nh-order-upsell h3 {
    margin: 0 0 5px;
    color: var(--nh-navy);
    font-size: 23px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.nh-store-order .nh-order-upsell h4 {
    margin: 0 0 10px;
    color: var(--nh-green-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.nh-order-upsell p {
    margin: 0 0 12px;
    color: var(--nh-muted);
}

.nh-order-upsell .features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
}

.nh-order-upsell .features li {
    color: #385069;
    font-size: 13px;
    line-height: 1.45;
}

.nh-order-upsell .features i {
    margin-right: 6px;
    color: var(--nh-green-dark);
}

.nh-order-upsell__cta {
    max-width: 100%;
    min-height: 44px;
    padding: 9px 16px;
    line-height: 1.35;
    white-space: normal;
}

@media (max-width: 991px) {
    .nh-order-overview {
        grid-template-columns: 1fr;
    }

    .nh-order-payment {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .nh-order-product,
    .nh-order-card {
        padding: 22px;
    }

    .nh-order-control-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nh-order-control-status {
        min-height: 0;
    }

    .nh-order-config__fields {
        grid-template-columns: 1fr;
    }

    .nh-order-field--textarea {
        grid-column: auto;
    }

    .nh-order-upsell .features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.template-products .primary-content > .header-lined,
    body.template-store-order .primary-content > .header-lined {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    body.template-products #order-boxes > .col-md-9 > .header-lined {
        padding: 15px 17px;
        border-radius: 12px;
    }

    .nh-store-order {
        padding: 10px 3px 16px;
    }

    .nh-order-product,
    .nh-order-payment,
    .nh-order-card,
    .nh-order-upsell {
        border-radius: 14px;
    }

    .nh-order-product,
    .nh-order-payment,
    .nh-order-card {
        padding: 19px 17px;
    }

    .nh-order-product__heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }

    .nh-order-product__icon {
        width: 42px;
        height: 42px;
    }

    .nh-store-order .store-domain-tabs {
        grid-template-columns: 1fr;
    }

    .nh-store-order .store-domain-tab-content {
        min-height: 0;
        padding: 16px;
    }

    .nh-order-control-main .input-group {
        grid-template-columns: 1fr;
    }

    .nh-order-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .nh-order-actions__submit {
        width: 100%;
        flex-direction: column;
    }

    .nh-order-actions .btn {
        width: 100%;
    }

    .nh-order-upsell {
        padding: 19px 17px;
    }

    .nh-order-upsell__layout {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .nh-order-upsell__media {
        width: 76px;
        min-height: 76px;
    }

    .nh-order-upsell__media img {
        max-width: 58px;
        max-height: 58px;
    }

    .nh-order-upsell__cta {
        width: 100%;
    }
}

.nordhost_site .btn-danger {
    border-color: #b4232c;
    background: #b4232c;
    color: #fff;
}

.template-knowledgebasearticle article img {
    min-width: 0;
    max-width: 100%;
    height: auto;
}

/* Login page refinement: keep the standard Nexus markup, but visually align it with Nordhost. */

body.template-login #main-body {
    padding-top: 52px;
    padding-bottom: 78px;
    background: radial-gradient(circle at 50% 0, rgba(12, 79, 140, .07), transparent 32rem), linear-gradient(180deg, #f4f8fb 0, #f8fafc 100%);
}

body.template-login .main-content {
    background: transparent;
}

body.template-login .login-form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

body.template-login .login-form > .card {
    max-width: 620px !important;
    margin: 0 auto !important;
    overflow: hidden;
    border: 1px solid rgba(8, 31, 55, .1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(3, 26, 53, .11);
}

body.template-login .login-form .card-body {
    padding: 38px 42px 34px !important;
}

body.template-login .login-form .card-body > .mb-4 {
    margin-bottom: 28px !important;
    text-align: center;
}

body.template-login .login-form h6.h3 {
    margin: 0 0 7px;
    color: var(--nh-navy);
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

body.template-login .login-form .text-muted {
    color: #607286 !important;
}

body.template-login .login-form .card-body > .mb-4 .text-muted {
    font-size: 14px;
}

body.template-login .login-form .form-group {
    margin-bottom: 20px;
}

body.template-login .login-form .form-control-label {
    margin-bottom: 7px;
    color: var(--nh-ink);
    font-size: 15px;
    font-weight: 800;
}

body.template-login .login-form .input-group {
    align-items: stretch;
}

body.template-login .login-form .input-group-prepend .input-group-text {
    display: flex;
    width: 48px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #cbd8e3;
    border-right: 0;
    border-radius: 11px 0 0 11px;
    color: #50677e;
    background: #f2f6f9;
}

body.template-login .login-form .input-group > .form-control {
    height: 52px;
    min-height: 52px;
    border-color: #cbd8e3;
    border-radius: 0 11px 11px 0;
    background: #fff;
    font-size: 16px;
}

body.template-login .login-form .input-group:focus-within .input-group-text {
    border-color: var(--nh-green);
    color: var(--nh-green-dark);
    background: #f2faf0;
}

body.template-login .login-form .input-group:focus-within .form-control {
    border-color: var(--nh-green);
    box-shadow: none;
}

body.template-login .login-form .input-group:focus-within {
    border-radius: 11px;
    box-shadow: 0 0 0 3px rgba(67, 176, 42, .16);
}

body.template-login .login-form .input-group-append .btn-reveal-pw {
    width: 48px;
    min-height: 52px;
    padding: 0;
    border: 1px solid #cbd8e3;
    border-left: 0;
    border-radius: 0 11px 11px 0;
    color: #314960;
    background: #fff;
    box-shadow: none;
}

body.template-login .login-form .pw-input {
    border-radius: 0 !important;
}

body.template-login .login-form a.small.text-muted {
    color: #315f8c !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

body.template-login .login-form a.small.text-muted:hover,
body.template-login .login-form a.small.text-muted:focus {
    color: var(--nh-green-dark) !important;
    text-decoration: underline;
}

body.template-login .login-form #login {
    min-width: 150px;
    min-height: 48px;
    border-color: var(--nh-navy) !important;
    border-radius: 10px;
    background: var(--nh-navy) !important;
    box-shadow: 0 9px 22px rgba(6, 42, 84, .18);
    font-weight: 800;
}

body.template-login .login-form #login:hover,
body.template-login .login-form #login:focus {
    border-color: var(--nh-green-dark) !important;
    background: var(--nh-green-dark) !important;
}

body.template-login .login-form .text-right > label {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    margin: 0;
    color: #344b62;
    font-size: 14px;
    font-weight: 700;
}

body.template-login .login-form input[name=rememberme] {
    position: static;
    margin: 0 7px 0 0;
}

body.template-login .login-form .card-footer {
    padding: 17px 42px !important;
    border-top: 1px solid #e5ebf1;
    background: #f8fafc;
    color: #66788a;
}

body.template-login .login-form .card-footer a {
    color: var(--nh-green-dark);
    font-weight: 800;
}

body.template-login .providerLinkingFeedback,
body.template-login .providerPreLinking,
body.template-login .social-signin-btns {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}

body.template-login .social-signin-btns > * {
    max-width: 100%;
}

body.template-login .sub-heading,
body.template-login .sub-heading-borderless {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    color: #8492a0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.nordhost_site {
        font-size: 15px;
    }

    .nordhost_site .form-control,
    .nordhost_site select.form-control,
    .nordhost_site textarea.form-control {
        font-size: 15px;
    }

    .nordhost_site:not(.is-shopping-cart) label,
    .nordhost_site:not(.is-shopping-cart) .col-form-label {
        font-size: 15px;
    }

    .nh-site-header .navbar .nav-link {
        font-size: 13px;
    }

    .nh-site-header #vatToggleBtn {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    body.template-login #main-body {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    body.template-login .login-form {
        padding: 0 6px;
    }

    body.template-login .login-form .card-body {
        padding: 28px 22px 24px !important;
    }

    body.template-login .login-form .card-footer {
        padding: 15px 22px !important;
    }

    body.template-login .login-form h6.h3 {
        font-size: 27px;
    }

    body.template-login .login-form .float-left,
    body.template-login .login-form .text-right {
        float: none !important;
        width: 100%;
        text-align: left !important;
    }

    body.template-login .login-form #login {
        width: 100%;
        margin-bottom: 13px;
    }

    body.template-login .login-form .text-right > label {
        min-height: 32px;
    }
}

/* ============================================================
   Footer (previously footer-2026.css, merged 2026-09-22 to cut
   one render-blocking request; load order unchanged since this
   was already the last stylesheet loaded).
   ============================================================ */

/* Small shared header refinement kept in this late-loaded layer so we can
 * adjust the visual size without touching the minified main design bundle. */
.nh-site-header .nh-brand-logo {
    width: 195px;
}

.nh-site-header .navbar-brand .nh-brand-logo img {
    max-width: none;
}

.bottomfooter.nh-footer {
    position: initial;
    width: 100%;
    padding: 0;
    color: #f5f8fc;
    text-align: left;
    background-color: var(--nh-navy-deep, #031a35) !important;
    background-image:
        radial-gradient(ellipse at 0% 18%, rgba(12, 79, 140, .48) 0%, rgba(12, 79, 140, .16) 32%, transparent 58%),
        radial-gradient(circle at 100% -8%, rgba(11, 92, 133, .28) 0%, transparent 36rem),
        radial-gradient(circle at 88% 110%, rgba(67, 176, 42, .10) 0%, transparent 30rem),
        linear-gradient(122deg, #031a35 0%, #052847 42%, #073556 72%, #031a35 100%) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.nh-footer .container {
    padding-top: 58px;
    padding-bottom: 28px;
}

.nh-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: clamp(42px, 7vw, 88px);
    align-items: center;
    padding-bottom: 42px;
}

.nh-footer-brand {
    min-width: 0;
}

.nh-footer-logo {
    display: inline-block;
    max-width: 290px;
    line-height: 0;
}

.bottomfooter.nh-footer .nh-footer-logo img {
    display: block;
    width: min(290px, 100%);
    height: auto;
    margin: 0;
    padding: 0;
}

.nh-footer-tagline {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}

.nh-footer-tagline img {
    flex: 0 0 auto;
    width: 18px;
    height: 12px;
}

/* Trustpilot's Micro Review Count template centres its visible content inside
 * the generated iframe regardless of the host alignment hint. Give it enough
 * width to keep the text + Trustpilot mark on one line, then compensate for
 * that internal centring so the visible content lines up with our brand block. */
.nh-footer .trustpilot-widget {
    width: 640px;
    max-width: none;
    min-height: 30px;
    margin: 22px 0 0 -100px;
    text-align: left;
}

.nh-footer .trustpilot-widget iframe {
    display: block;
    width: 100% !important;
    margin: 0 !important;
}

.nh-footer-connect {
    display: grid;
    justify-items: end;
    gap: 22px;
}

.nh-footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.bottomfooter.nh-footer .nh-footer-button,
.bottomfooter.nh-footer .nh-footer-button:visited {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 9px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bottomfooter.nh-footer .nh-footer-button--primary,
.bottomfooter.nh-footer .nh-footer-button--primary:visited {
    border-color: var(--nh-green-dark, #2f7d1c);
    background: var(--nh-green-dark, #2f7d1c);
}

.bottomfooter.nh-footer .nh-footer-button:hover,
.bottomfooter.nh-footer .nh-footer-button:focus {
    border-color: #67d34f;
    color: #fff;
    background: rgba(67, 176, 42, .2);
    text-decoration: none;
    transform: translateY(-1px);
}

.bottomfooter.nh-footer .nh-footer-button--primary:hover,
.bottomfooter.nh-footer .nh-footer-button--primary:focus {
    border-color: var(--nh-green-dark-hover, #235f15);
    background: var(--nh-green-dark-hover, #235f15);
}

.nh-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.bottomfooter.nh-footer .nh-footer-social a,
.bottomfooter.nh-footer .nh-footer-social a:visited {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .04);
    font-size: 17px;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bottomfooter.nh-footer .nh-footer-social a:hover,
.bottomfooter.nh-footer .nh-footer-social a:focus {
    border-color: rgba(103, 211, 79, .7);
    color: #9bea87;
    background: rgba(67, 176, 42, .12);
    text-decoration: none;
    transform: translateY(-1px);
}

.bottomfooter.nh-footer a:focus-visible {
    outline: 2px solid #9bea87;
    outline-offset: 3px;
}

.nh-footer-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: end;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.nh-footer-company {
    display: grid;
    gap: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.55;
}

.nh-footer-company strong {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
}

.nh-footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
    font-size: 12px;
}

.bottomfooter.nh-footer .nh-footer-legal a,
.bottomfooter.nh-footer .nh-footer-legal a:visited {
    color: rgba(255, 255, 255, .86);
    font-weight: 600;
    text-decoration: none;
}

.bottomfooter.nh-footer .nh-footer-legal a:hover,
.bottomfooter.nh-footer .nh-footer-legal a:focus {
    color: #b8f0aa;
    text-decoration: none;
}

/* Keep the desktop footer in the same deep Nexus navy family as the dark
 * content sections above it. Subtle blue and green fields add depth without
 * turning the large footer surface into a separate teal/blue colour block. */
@media (min-width: 768px) {
    .bottomfooter.nh-footer {
        background-image:
            radial-gradient(ellipse at 8% 10%, rgba(12, 79, 140, .28) 0%, rgba(12, 79, 140, .08) 32%, transparent 58%),
            radial-gradient(ellipse at 58% 48%, rgba(6, 42, 84, .18) 0%, transparent 42%),
            radial-gradient(circle at 94% 0%, rgba(12, 79, 140, .12) 0%, transparent 30rem),
            radial-gradient(circle at 92% 108%, rgba(67, 176, 42, .06) 0%, transparent 30rem),
            linear-gradient(118deg, #031a35 0%, #04203e 42%, #062a54 72%, #031a35 100%) !important;
    }
}

@media (max-width: 767px) {
    /* Single column now, so centre everything instead of keeping the
       desktop's left/right-aligned two-column layout. */
    .nh-footer .container {
        padding: 46px 20px 24px;
        text-align: center;
    }

    .nh-footer-main,
    .nh-footer-meta {
        grid-template-columns: 1fr;
    }

    .nh-footer-main {
        gap: 30px;
        padding-bottom: 32px;
    }

    .nh-footer-tagline {
        justify-content: center;
    }

    .nh-footer .trustpilot-widget {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .nh-footer-connect,
    .nh-footer-social,
    .nh-footer-actions {
        justify-items: center;
        justify-content: center;
    }

    .nh-footer-meta {
        gap: 18px;
        align-items: start;
    }

    .nh-footer-legal {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .nh-site-header .nh-brand-logo {
        width: 160px;
    }
}

@media (max-width: 420px) {
    .nh-footer-actions {
        width: 100%;
    }

    .bottomfooter.nh-footer .nh-footer-button {
        flex: 1 1 0;
    }
}
