.hjos-root,
.hjos-root * {
    box-sizing: border-box;
}

.hjos-root {
    --hjos-bg: #ffffff;
    --hjos-panel: #061a13;
    --hjos-primary: #1c6d50;
    --hjos-accent: #c9ff7c;
    --hjos-button: #061a13;
    --hjos-text: #0b1713;
    --hjos-muted: #58625e;
    --hjos-surface: #ffffff;
    --hjos-image-height: 198px;
    --hjos-card-width: 430px;
    --hjos-mobile-card-width: 78vw;
    --hjos-image-fit: contain;
    --hjos-image-scale: 90%;
    --hjos-space-top: 0px;
    --hjos-space-bottom: 0px;
    --hjos-card-bg: none;
    --hjos-page-gutter: clamp(22px, 4vw, 72px);
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw !important;
    margin: 0 0 0 -50vw !important;
    padding: var(--hjos-space-top) 0 var(--hjos-space-bottom) !important;
    overflow: hidden;
    color: var(--hjos-text);
    background: #ffffff !important;
    font-family: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.hjos-root a {
    color: inherit;
    text-decoration: none !important;
}

.hjos-root svg,
.hjos-root img {
    display: block;
}

.hjos-shell {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 27px 0 29px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #ffffff !important;
    box-shadow: none;
}

.hjos-layout {
    display: grid;
    grid-template-columns: minmax(330px, 400px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-left: var(--hjos-page-gutter);
}

.hjos-intro {
    display: flex;
    min-width: 0;
    min-height: 270px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.hjos-title {
    width: 100%;
    max-width: 390px;
    margin: 0 !important;
    color: var(--hjos-text) !important;
    font-family: inherit !important;
    font-size: clamp(26px, 1.58vw, 29px) !important;
    font-weight: 600 !important;
    line-height: 1.14 !important;
    letter-spacing: -.027em !important;
}

.hjos-description {
    width: 100%;
    max-width: 390px;
    margin: 7px 0 0 !important;
    color: var(--hjos-muted) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    letter-spacing: -.007em;
}

.hjos-primary-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0 23px;
    border: 0;
    border-radius: 999px;
    color: #ffffff !important;
    background: var(--hjos-button) !important;
    box-shadow: 0 9px 20px rgba(2, 28, 20, .1);
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -.012em;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.hjos-primary-button::after {
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 1.6px solid currentColor;
    border-right: 1.6px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform .22s ease;
}

.hjos-primary-button:hover,
.hjos-primary-button:focus-visible {
    color: #07130f !important;
    background: var(--hjos-accent) !important;
    box-shadow: 0 12px 25px rgba(2, 28, 20, .13);
    transform: translateY(-1px);
}

.hjos-primary-button:hover::after,
.hjos-primary-button:focus-visible::after {
    transform: translateX(2px) rotate(45deg);
}

.hjos-primary-button:focus-visible,
.hjos-offer a:focus-visible,
.hjos-rail:focus-visible {
    outline: 3px solid rgba(28, 109, 80, .22);
    outline-offset: 4px;
}

.hjos-rail-wrap {
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.hjos-rail {
    display: flex;
    min-width: 0;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    cursor: grab;
    scroll-behavior: smooth;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.hjos-rail::-webkit-scrollbar {
    display: none;
}

.hjos-rail.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.hjos-offer {
    flex: 0 0 var(--hjos-card-width);
    min-width: 0;
    margin: 0 !important;
    scroll-snap-align: start;
}

.hjos-visual {
    position: relative;
    display: block;
    width: 100%;
    height: var(--hjos-image-height);
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background-color: var(--hjos-panel);
    background-image: var(--hjos-card-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 8px 20px rgba(2, 37, 26, .075);
    transform: translateZ(0);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}

.hjos-visual::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255,255,255,.02), transparent 48%, rgba(0,0,0,.025));
    content: "";
    pointer-events: none;
}

.hjos-custom-image {
    position: absolute !important;
    z-index: 1;
    top: 50% !important;
    left: 50% !important;
    width: var(--hjos-image-scale) !important;
    height: var(--hjos-image-scale) !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: var(--hjos-image-fit) !important;
    object-position: center !important;
    box-shadow: none !important;
    transform: translate(-50%, -50%) !important;
}

.hjos-offer-copy {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 12px 0 0;
}

.hjos-offer-icon {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--hjos-primary);
}

.hjos-offer-icon svg {
    width: 21px;
    height: 21px;
}

.hjos-offer-content {
    min-width: 0;
}

.hjos-offer-title {
    margin: 0 !important;
    color: var(--hjos-text) !important;
    font-family: inherit !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    line-height: 1.34 !important;
    letter-spacing: -.017em !important;
}

.hjos-offer-title a {
    color: inherit !important;
}

.hjos-offer-description {
    max-width: 405px;
    margin: 3px 0 0 !important;
    color: var(--hjos-muted) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    letter-spacing: -.004em;
}

.hjos-motion .hjos-offer:hover .hjos-visual {
    box-shadow: 0 14px 30px rgba(2, 37, 26, .13);
    transform: translateY(-2px);
}

.hjos-motion .hjos-offer:hover .hjos-offer-icon {
    color: #159265;
}

@media (max-width: 1180px) {
    .hjos-root {
        --hjos-page-gutter: clamp(22px, 3vw, 38px);
    }

    .hjos-layout {
        grid-template-columns: 330px minmax(0, 1fr);
        gap: 24px;
    }

    .hjos-title,
    .hjos-description {
        max-width: 330px;
    }
}

@media (max-width: 920px) {
    .hjos-shell {
        padding: 24px 0 27px;
    }

    .hjos-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 21px;
        padding-left: 0;
    }

    .hjos-intro {
        min-height: 0;
        max-width: 710px;
        padding-inline: var(--hjos-page-gutter);
    }

    .hjos-title,
    .hjos-description {
        max-width: 660px;
    }

    .hjos-rail {
        gap: 13px;
        padding-left: var(--hjos-page-gutter);
        scroll-padding-left: var(--hjos-page-gutter);
    }

    .hjos-offer {
        flex-basis: min(430px, 62vw);
    }
}

@media (max-width: 640px) {
    .hjos-root {
        --hjos-page-gutter: 16px;
    }

    .hjos-shell {
        padding: 18px 0 20px;
    }

    .hjos-layout {
        gap: 16px;
    }

    .hjos-intro {
        padding-inline: var(--hjos-page-gutter);
    }

    .hjos-title {
        max-width: 100%;
        font-size: clamp(22px, 6.2vw, 25px) !important;
        font-weight: 600 !important;
        line-height: 1.13 !important;
        letter-spacing: -.025em !important;
    }

    .hjos-description {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        margin-top: 6px !important;
        font-size: 13.5px !important;
        line-height: 1.42 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .hjos-primary-button {
        min-height: 42px;
        margin-top: 12px;
        padding-inline: 20px;
        font-size: 13.5px !important;
    }

    .hjos-rail {
        gap: 11px;
        padding-left: var(--hjos-page-gutter);
        scroll-padding-left: var(--hjos-page-gutter);
    }

    .hjos-offer {
        flex-basis: var(--hjos-mobile-card-width);
    }

    .hjos-visual {
        height: clamp(128px, 36vw, 148px);
        border-radius: 10px;
        box-shadow: 0 7px 17px rgba(2, 37, 26, .07);
    }

    .hjos-offer-copy {
        grid-template-columns: 21px minmax(0, 1fr);
        gap: 9px;
        padding-top: 10px;
    }

    .hjos-offer-icon,
    .hjos-offer-icon svg {
        width: 19px;
        height: 19px;
    }

    .hjos-offer-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 15px !important;
        line-height: 1.32 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hjos-offer-description {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 2px !important;
        font-size: 12.5px !important;
        line-height: 1.4 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 390px) {
    .hjos-root {
        --hjos-page-gutter: 14px;
    }

    .hjos-shell {
        padding-top: 16px;
        padding-bottom: 18px;
    }

    .hjos-title {
        font-size: 22px !important;
    }

    .hjos-offer {
        flex-basis: min(var(--hjos-mobile-card-width), 80vw);
    }

    .hjos-visual {
        height: 128px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hjos-root *,
    .hjos-root *::before,
    .hjos-root *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* v1.4: offer titles live directly on the green artwork panel. */
.hjos-visual::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(1, 29, 19, .78) 0%, rgba(1, 29, 19, .48) 52%, rgba(1, 29, 19, .08) 100%),
        linear-gradient(0deg, rgba(1, 22, 15, .38) 0%, transparent 64%);
    content: "";
    pointer-events: none;
}

.hjos-visual-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 22px 26px;
    pointer-events: none;
}

.hjos-visual-title {
    width: min(88%, 365px);
    margin: 0 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(21px, 1.42vw, 25px) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -.028em !important;
    text-wrap: balance;
    text-shadow: 0 2px 15px rgba(0, 17, 11, .26);
}

.hjos-offer-price {
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
}

.hjos-offer-copy {
    padding-top: 11px;
}

.hjos-offer-description {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    .hjos-visual-content {
        align-items: center;
        padding: 15px 17px;
    }

    .hjos-visual-title {
        display: -webkit-box;
        width: 92%;
        overflow: hidden;
        font-size: clamp(16px, 4.7vw, 19px) !important;
        font-weight: 500 !important;
        line-height: 1.22 !important;
        letter-spacing: -.025em !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .hjos-offer-copy {
        padding-top: 9px;
    }
}

/* v1.6: clean editorial offer composition — quiet, professional and precise. */
.hjos-visual {
    isolation: isolate;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(1, 35, 23, .075);
}

.hjos-visual::before {
    background:
        linear-gradient(104deg, rgba(0, 25, 16, .78) 0%, rgba(0, 34, 22, .42) 58%, rgba(0, 35, 23, .06) 100%),
        linear-gradient(0deg, rgba(0, 19, 12, .22), transparent 60%);
}

.hjos-visual::after {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 44%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.hjos-visual-content {
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 22px 25px 18px;
}

.hjos-clean-kicker {
    display: block;
    margin: 0;
    color: rgba(255,255,255,.70);
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase;
}

.hjos-clean-main {
    min-width: 0;
    margin: auto 0 0;
}

.hjos-domain-title {
    max-width: 370px;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(24px, 1.55vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -.035em !important;
    text-shadow: 0 2px 14px rgba(0, 17, 11, .20);
}

.hjos-domain-meta {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    margin: 8px 0 0 !important;
    color: rgba(255,255,255,.74) !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: -.005em !important;
    white-space: nowrap;
}

.hjos-domain-meta i {
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    border-radius: 50%;
    background: var(--hjos-accent);
    opacity: .9;
}

.hjos-clean-price-row,
.hjos-clean-footer {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.hjos-domain-price-copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
}

.hjos-domain-price-value {
    color: #ffffff;
    font-family: inherit !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -.045em !important;
    text-shadow: 0 2px 13px rgba(0, 15, 10, .24);
}

.hjos-domain-price-term {
    color: rgba(255,255,255,.62);
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: .015em !important;
    white-space: nowrap;
}

.hjos-clean-arrow {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    color: var(--hjos-accent);
    transition: transform .22s ease, color .22s ease;
}

.hjos-clean-arrow svg {
    width: 20px;
    height: 20px;
}

.hjos-motion .hjos-visual:hover .hjos-clean-arrow {
    color: #ffffff;
    transform: translateX(3px);
}

.hjos-visual-title {
    width: min(90%, 360px);
    margin: auto 0 0 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(21px, 1.4vw, 25px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
    text-wrap: balance;
    text-shadow: 0 2px 14px rgba(0, 17, 11, .20);
}

.hjos-clean-footer {
    color: rgba(255,255,255,.62);
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: .01em !important;
}

@media (max-width: 640px) {
    .hjos-visual {
        height: clamp(132px, 37vw, 145px);
        border-radius: 12px;
    }

    .hjos-visual-content {
        padding: 14px 16px 12px;
    }

    .hjos-clean-kicker {
        font-size: 8px !important;
        letter-spacing: .115em !important;
    }

    .hjos-domain-title {
        max-width: 100%;
        font-size: clamp(18px, 5.15vw, 21px) !important;
        line-height: 1.08 !important;
    }

    .hjos-domain-meta {
        gap: 6px;
        margin-top: 5px !important;
        overflow: hidden;
        font-size: 8.7px !important;
        text-overflow: ellipsis;
    }

    .hjos-domain-meta i {
        width: 2.5px;
        height: 2.5px;
        flex-basis: 2.5px;
    }

    .hjos-clean-price-row,
    .hjos-clean-footer {
        gap: 9px;
        margin-top: 9px;
        padding-top: 7px;
    }

    .hjos-domain-price-copy {
        gap: 6px;
    }

    .hjos-domain-price-value {
        font-size: 23px !important;
    }

    .hjos-domain-price-term {
        font-size: 8px !important;
    }

    .hjos-clean-arrow {
        width: 19px;
        height: 19px;
        flex-basis: 19px;
    }

    .hjos-clean-arrow svg {
        width: 17px;
        height: 17px;
    }

    .hjos-visual-title {
        display: -webkit-box;
        width: 92%;
        overflow: hidden;
        margin: auto 0 0 !important;
        font-size: clamp(16px, 4.65vw, 19px) !important;
        line-height: 1.15 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .hjos-clean-footer {
        font-size: 8px !important;
    }
}

@media (max-width: 390px) {
    .hjos-visual {
        height: 132px;
    }

    .hjos-domain-price-term {
        max-width: 76px;
        white-space: normal;
    }
}
