.hjfg-section,
.hjfg-section * {
    box-sizing: border-box;
}

.hjfg-section {
    --hjfg-dark: #062f1b;
    --hjfg-dark-2: #052916;
    --hjfg-lime: #a7ff18;
    --hjfg-heading: #ffffff;
    --hjfg-muted: #dbe7dd;
    --hjfg-intro-heading: #0b2418;
    --hjfg-intro-body: #53645b;
    --hjfg-gap: 24px;
    --hjfg-radius: 28px;
    --hjfg-pad-top: 40px;
    --hjfg-pad-bottom: 40px;
    --hjfg-pad-left: 10px;
    --hjfg-pad-right: 10px;
    --hjfg-tablet-pad-left: 10px;
    --hjfg-tablet-pad-right: 10px;
    --hjfg-mobile-pad-left: 10px;
    --hjfg-mobile-pad-right: 10px;
    --hjfg-intro-width: 1000px;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: var(--hjfg-pad-top) var(--hjfg-pad-right) var(--hjfg-pad-bottom) var(--hjfg-pad-left);
    overflow-x: clip;
    background: transparent;
    font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hjfg-intro {
    width: min(100%, var(--hjfg-intro-width));
    margin: 0 auto clamp(34px, 3.6vw, 62px);
}

.hjfg-intro-left .hjfg-intro {
    margin-left: 0;
    text-align: left;
}

.hjfg-intro-center .hjfg-intro {
    text-align: center;
}

.hjfg-intro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #087348;
    font-size: clamp(11px, .72vw, 13px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hjfg-intro-eyebrow::before {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--hjfg-lime);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--hjfg-lime) 17%, transparent);
    content: "";
}

.hjfg-intro h2 {
    max-width: 1120px;
    margin: 0 auto;
    color: var(--hjfg-intro-heading);
    font-size: clamp(34px, 3.15vw, 58px);
    line-height: 1.07;
    font-weight: 600;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.hjfg-intro p {
    max-width: 850px;
    margin: clamp(16px, 1.4vw, 23px) auto 0;
    color: var(--hjfg-intro-body);
    font-size: clamp(15px, 1vw, 19px);
    line-height: 1.58;
    font-weight: 500;
    letter-spacing: -.022em;
    text-wrap: pretty;
}

.hjfg-intro-left .hjfg-intro h2,
.hjfg-intro-left .hjfg-intro p {
    margin-left: 0;
}

.hjfg-carousel-shell {
    width: 100%;
    min-width: 0;
}

.hjfg-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--hjfg-gap);
    width: 100%;
    min-height: clamp(670px, 48vw, 900px);
}

.hjfg-right-column {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: var(--hjfg-gap);
    min-width: 0;
}

.hjfg-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--hjfg-radius);
    background: var(--hjfg-dark);
    box-shadow: 0 18px 55px rgba(2,25,14,.08);
    isolation: isolate;
    transform: translateZ(0);
}

.hjfg-primary-card {
    display: grid;
    grid-template-rows: 55% 45%;
}

.hjfg-split-card {
    display: grid;
    grid-template-columns: 55% 45%;
}

.hjfg-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background-color: #eef5d9;
    background-image: url("../images/hostingjet-gradient.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hjfg-section .hjfg-visual-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: var(--hjfg-image-fit, contain);
    object-position: var(--hjfg-image-position, center center);
    transform: scale(var(--hjfg-image-scale, .92));
    transform-origin: var(--hjfg-image-origin, center center);
    backface-visibility: hidden;
    image-rendering: auto;
    pointer-events: none;
    transition: transform .75s cubic-bezier(.18,.84,.22,1), filter .5s ease;
}

.hjfg-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.025), transparent 42%);
    content: "";
    pointer-events: none;
}

.hjfg-visual.is-empty::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.06), transparent 44%);
    content: "";
    pointer-events: none;
}

.hjfg-copy-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    color: var(--hjfg-heading);
    background: linear-gradient(145deg, var(--hjfg-dark) 0%, var(--hjfg-dark-2) 100%);
}

.hjfg-copy-block::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.035), transparent 30%);
    content: "";
    pointer-events: none;
}

.hjfg-copy-block-large {
    padding: clamp(38px, 3vw, 58px) clamp(42px, 3.25vw, 66px) clamp(48px, 3.7vw, 76px);
}

.hjfg-copy-block-split {
    padding: clamp(34px, 2.4vw, 48px) clamp(36px, 2.65vw, 54px) clamp(38px, 2.8vw, 58px);
}

.hjfg-kicker-row,
.hjfg-copy-bottom {
    position: relative;
    z-index: 1;
}

.hjfg-kicker-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    color: rgba(255,255,255,.95);
    text-decoration: none;
    font-size: clamp(14px, .92vw, 18px);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.027em;
}

.hjfg-kicker-row[href] {
    transition: opacity .22s ease;
}

.hjfg-kicker-row[href]:hover,
.hjfg-kicker-row[href]:focus {
    color: #fff;
    text-decoration: none;
    opacity: .82;
}

.hjfg-kicker-row[href]:focus-visible {
    outline: 2px solid var(--hjfg-lime);
    outline-offset: 6px;
    border-radius: 5px;
}

.hjfg-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: clamp(20px, 1.25vw, 25px);
    height: clamp(20px, 1.25vw, 25px);
    color: var(--hjfg-lime);
}

.hjfg-svg-icon,
.hjfg-service-icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hjfg-copy-bottom {
    max-width: 660px;
}

.hjfg-split-card .hjfg-copy-bottom {
    max-width: 465px;
}

.hjfg-copy-bottom h2,
.hjfg-copy-bottom h3 {
    margin: 0;
    color: var(--hjfg-heading);
    font-size: clamp(28px, 2vw, 41px);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.hjfg-copy-bottom p {
    max-width: 610px;
    margin: clamp(16px, 1.05vw, 22px) 0 0;
    color: color-mix(in srgb, var(--hjfg-muted) 89%, transparent);
    font-size: clamp(15px, 1.02vw, 19px);
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: -.023em;
    text-wrap: pretty;
}

.hjfg-split-card .hjfg-copy-bottom h2,
.hjfg-split-card .hjfg-copy-bottom h3 {
    font-size: clamp(24px, 1.58vw, 33px);
    line-height: 1.12;
}

.hjfg-split-card .hjfg-copy-bottom p {
    margin-top: clamp(13px, .8vw, 17px);
    font-size: clamp(13.5px, .82vw, 16px);
    line-height: 1.52;
}

.hjfg-carousel-controls {
    display: none;
}

.hjfg-carousel-status.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (hover:hover) and (prefers-reduced-motion:no-preference) {
    .hjfg-panel {
        transition: box-shadow .3s ease;
    }

    .hjfg-panel:hover {
        box-shadow: 0 24px 64px rgba(2,25,14,.13);
    }

    .hjfg-panel:hover .hjfg-visual-image {
        transform: scale(var(--hjfg-image-hover-scale, .94));
    }
}

@supports not (overflow: clip) {
    .hjfg-section {
        overflow-x: hidden;
    }
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
    .hjfg-intro-eyebrow::before {
        box-shadow: 0 0 0 5px rgba(167,255,24,.17);
    }

    .hjfg-copy-bottom p {
        color: rgba(219,231,221,.89);
    }
}

@media (max-width: 1240px) {
    .hjfg-copy-block-large {
        padding-right: 44px;
        padding-left: 44px;
    }

    .hjfg-copy-block-split {
        padding: 32px 34px 38px;
    }

    .hjfg-split-card {
        grid-template-columns: 57% 43%;
    }
}

@media (max-width: 980px) {
    .hjfg-section {
        padding-right: var(--hjfg-tablet-pad-right);
        padding-left: var(--hjfg-tablet-pad-left);
    }

    .hjfg-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hjfg-primary-card {
        min-height: 650px;
    }

    .hjfg-right-column {
        grid-template-rows: none;
    }

    .hjfg-split-card {
        grid-template-columns: 56% 44%;
        min-height: 360px;
    }
}

@media (max-width: 820px) {
    .hjfg-section {
        --hjfg-mobile-rail-gap: 14px;
        --hjfg-mobile-card-width: min(82vw, 560px);
        padding-right: max(var(--hjfg-mobile-pad-right), 14px);
        padding-left: max(var(--hjfg-mobile-pad-left), 14px);
    }

    .hjfg-intro {
        margin-bottom: 30px;
    }

    .hjfg-intro h2 {
        font-size: clamp(31px, 9.5vw, 43px);
        line-height: 1.09;
    }

    .hjfg-intro p {
        max-width: 620px;
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.56;
    }

    .hjfg-carousel-shell {
        position: relative;
        width: 100%;
        min-width: 0;
    }

    .hjfg-grid {
        display: flex;
        align-items: stretch;
        gap: var(--hjfg-mobile-rail-gap);
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 1px 4px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x pan-y;
    }

    .hjfg-grid::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .hjfg-right-column {
        display: contents;
    }

    .hjfg-grid > .hjfg-panel,
    .hjfg-right-column > .hjfg-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: clamp(188px, 48vw, 230px) minmax(252px, auto);
        flex: 0 0 var(--hjfg-mobile-card-width);
        width: var(--hjfg-mobile-card-width);
        max-width: var(--hjfg-mobile-card-width);
        min-height: 446px;
        border-radius: clamp(22px, 6.5vw, var(--hjfg-radius));
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        box-shadow: 0 14px 38px rgba(2,25,14,.10);
    }

    .hjfg-right-column > .hjfg-panel:last-child {
        scroll-snap-align: end;
    }

    .hjfg-split-card .hjfg-visual {
        order: -1;
    }

    .hjfg-visual {
        min-height: 0;
    }

    .hjfg-section .hjfg-visual-image {
        transform: scale(var(--hjfg-image-mobile-scale, 1));
        transform-origin: var(--hjfg-image-origin, center center);
    }

    .hjfg-copy-block-large,
    .hjfg-copy-block-split {
        justify-content: flex-start;
        min-height: 252px;
        padding: 23px 21px 25px;
    }

    .hjfg-kicker-row {
        gap: 10px;
        min-height: 22px;
        font-size: 14px;
        line-height: 1.3;
    }

    .hjfg-icon {
        width: 21px;
        height: 21px;
    }

    .hjfg-copy-bottom,
    .hjfg-split-card .hjfg-copy-bottom {
        max-width: 100%;
        margin-top: 28px;
    }

    .hjfg-copy-bottom h2,
    .hjfg-copy-bottom h3,
    .hjfg-split-card .hjfg-copy-bottom h2,
    .hjfg-split-card .hjfg-copy-bottom h3 {
        font-size: clamp(22px, 6vw, 27px);
        line-height: 1.13;
        letter-spacing: -.045em;
    }

    .hjfg-copy-bottom p,
    .hjfg-split-card .hjfg-copy-bottom p {
        max-width: 38rem;
        margin-top: 12px;
        font-size: clamp(13px, 3.45vw, 14px);
        line-height: 1.54;
    }

    .hjfg-grid:focus-visible {
        outline: 2px solid var(--hjfg-lime);
        outline-offset: 5px;
        border-radius: calc(var(--hjfg-radius) + 2px);
    }

    .hjfg-carousel-controls {
        display: none !important;
    }
}

@media (max-width: 430px) {
    .hjfg-section {
        --hjfg-mobile-card-width: 84vw;
        --hjfg-mobile-rail-gap: 12px;
        padding-right: max(var(--hjfg-mobile-pad-right), 12px);
        padding-left: max(var(--hjfg-mobile-pad-left), 12px);
    }

    .hjfg-grid > .hjfg-panel,
    .hjfg-right-column > .hjfg-panel {
        grid-template-rows: clamp(178px, 50vw, 208px) minmax(248px, auto);
        min-height: 432px;
    }

    .hjfg-copy-block-large,
    .hjfg-copy-block-split {
        min-height: 248px;
        padding: 21px 19px 23px;
    }

    .hjfg-copy-bottom,
    .hjfg-split-card .hjfg-copy-bottom {
        margin-top: 25px;
    }

    .hjfg-copy-bottom h2,
    .hjfg-copy-bottom h3,
    .hjfg-split-card .hjfg-copy-bottom h2,
    .hjfg-split-card .hjfg-copy-bottom h3 {
        font-size: clamp(21px, 6.15vw, 25px);
    }

    .hjfg-copy-bottom p,
    .hjfg-split-card .hjfg-copy-bottom p {
        font-size: 13px;
        line-height: 1.52;
    }
}

@media (max-width: 350px) {
    .hjfg-section {
        --hjfg-mobile-card-width: 86vw;
        padding-right: max(var(--hjfg-mobile-pad-right), 10px);
        padding-left: max(var(--hjfg-mobile-pad-left), 10px);
    }

    .hjfg-grid > .hjfg-panel,
    .hjfg-right-column > .hjfg-panel {
        grid-template-rows: 168px minmax(248px, auto);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hjfg-grid {
        scroll-behavior: auto;
    }

    .hjfg-panel,
    .hjfg-panel * {
        transition: none !important;
        animation: none !important;
    }
}
