.h4bs-template-browser {
    --h4bs-template-ink: #0b1720;
    --h4bs-template-muted: #55706e;
    --h4bs-template-border: #d8e8e6;
    --h4bs-template-teal: #0a9b7a;
    --h4bs-template-blue: #255f8f;
    max-width: min(1180px, 100%);
    margin: 2rem auto;
    padding: clamp(1rem, 2vw, 1.35rem);
    color: var(--h4bs-template-ink);
    background: linear-gradient(135deg, #f8fbfa 0%, #eef7f5 48%, #f7fbff 100%);
    border: 1px solid var(--h4bs-template-border);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgb(11 23 32 / 8%);
}

.h4bs-template-browser__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.h4bs-template-browser__head h2 {
    margin: 0 0 0.35rem;
    color: var(--h4bs-template-ink);
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.08;
}

.h4bs-template-browser__head p {
    max-width: 660px;
    margin: 0;
    color: var(--h4bs-template-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.h4bs-template-browser__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.h4bs-template-browser__stats span {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    min-height: 30px;
    border: 1px solid rgb(10 155 122 / 20%);
    border-radius: 8px;
    background: rgb(255 255 255 / 76%);
    color: #244742;
    padding: 0.25rem 0.55rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.h4bs-template-browser__stats strong {
    color: var(--h4bs-template-ink);
    font-size: 1.02rem;
}

.h4bs-template-search {
    display: grid;
    gap: 0.35rem;
    color: var(--h4bs-template-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.h4bs-template-search input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--h4bs-template-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--h4bs-template-ink);
    padding: 0.65rem 0.8rem;
    font-size: 0.95rem;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%);
}

.h4bs-template-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.1rem;
}

.h4bs-template-filters button {
    appearance: none;
    border: 1px solid var(--h4bs-template-border);
    border-radius: 999px;
    background: rgb(255 255 255 / 78%);
    color: #244742;
    cursor: pointer;
    padding: 0.42rem 0.72rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.h4bs-template-filters button.is-active,
.h4bs-template-filters button:hover {
    border-color: rgb(10 155 122 / 34%);
    background: #0a9b7a;
    color: #ffffff;
}

.h4bs-template-library {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1rem;
    max-width: 100%;
}

.h4bs-template-card,
.h4bs-product-card,
.h4bs-checkout-shell {
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #dbe7e6;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgb(4 78 62 / 6%);
    padding: 1rem;
}

.h4bs-template-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.95rem;
    overflow: hidden;
    min-height: 500px;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgb(11 23 32 / 8%);
}

.h4bs-template-card[hidden] {
    display: none;
}

.h4bs-template-card__preview {
    position: relative;
    display: grid;
    gap: 0.45rem;
    min-height: 122px;
    padding: 0.85rem;
    border-radius: 12px;
    background:
        radial-gradient(circle at 18% 18%, rgb(10 155 122 / 22%), transparent 28%),
        linear-gradient(135deg, #0f2533, #173f57 52%, #0c6b65);
    overflow: hidden;
}

.h4bs-template-card__screen {
    position: absolute;
    inset: 0.7rem 0.75rem auto auto;
    width: 42%;
    height: 54px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgb(255 255 255 / 84%) 0 54%, transparent 54%),
        linear-gradient(180deg, rgb(255 255 255 / 26%), rgb(255 255 255 / 10%));
    opacity: 0.9;
}

.h4bs-template-card__line {
    position: relative;
    z-index: 1;
    display: block;
    height: 9px;
    border-radius: 999px;
    background: rgb(255 255 255 / 80%);
}

.h4bs-template-card__line--hero {
    width: 56%;
    height: 18px;
    margin-top: 0.25rem;
    background: #ffffff;
}

.h4bs-template-card__line--wide {
    width: 68%;
}

.h4bs-template-card__line--short {
    width: 38%;
    background: rgb(255 255 255 / 58%);
}

.h4bs-template-card__line--split {
    width: 86%;
    height: 36px;
    margin-top: 0.15rem;
    background:
        linear-gradient(90deg, rgb(255 255 255 / 70%) 0 31%, transparent 31% 35%, rgb(255 255 255 / 48%) 35% 65%, transparent 65% 69%, rgb(255 255 255 / 62%) 69%);
}

.h4bs-template-card__body {
    display: grid;
    gap: 0.6rem;
    align-content: start;
}

.h4bs-template-card__topline,
.h4bs-template-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    color: var(--h4bs-template-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.h4bs-template-card__category,
.h4bs-template-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    background: #eef8f5;
    color: #096f5d;
    padding: 0.2rem 0.5rem;
}

.h4bs-template-card h3 {
    margin: 0;
    color: var(--h4bs-template-ink);
    font-size: 1.15rem;
    line-height: 1.22;
}

.h4bs-template-card p {
    margin: 0;
    color: var(--h4bs-template-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.h4bs-template-card__fit {
    border-left: 3px solid var(--h4bs-template-teal);
    padding-left: 0.65rem;
}

.h4bs-template-card__fit strong {
    color: var(--h4bs-template-ink);
}

.h4bs-template-browser .h4bs-template-card,
.h4bs-template-browser .h4bs-template-card__body {
    color: var(--h4bs-template-ink);
}

.h4bs-template-browser .h4bs-template-card h3 {
    color: var(--h4bs-template-ink) !important;
    opacity: 1;
}

.h4bs-template-browser .h4bs-template-card p,
.h4bs-template-browser .h4bs-template-card__details,
.h4bs-template-browser .h4bs-template-card__details li {
    color: var(--h4bs-template-muted) !important;
    opacity: 1;
}

.h4bs-template-browser .h4bs-template-card__fit strong {
    color: var(--h4bs-template-ink) !important;
}

.h4bs-template-browser .h4bs-template-card__category,
.h4bs-template-browser .h4bs-template-card__meta span {
    background: #e8f6f2;
    color: #075f50 !important;
    opacity: 1;
}

.h4bs-template-card__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.h4bs-template-card__icons span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid #e2edf0;
    border-radius: 8px;
    background: #f7fbfb;
    color: #335b64;
    padding: 0.2rem 0.46rem;
    font-size: 0.74rem;
    font-weight: 800;
}

.h4bs-template-card__details {
    border-top: 1px solid var(--h4bs-template-border);
    padding-top: 0.6rem;
}

.h4bs-template-card__details summary {
    cursor: pointer;
    color: #244742;
    font-size: 0.84rem;
    font-weight: 800;
}

.h4bs-template-card__details ul {
    display: grid;
    gap: 0.25rem;
    margin: 0.55rem 0 0;
    padding-left: 1rem;
    color: var(--h4bs-template-muted);
    font-size: 0.88rem;
}

.h4bs-template-empty {
    margin: 1rem 0 0;
    color: var(--h4bs-template-muted);
    font-weight: 700;
}

.h4bs-copy-template,
.h4bs-search-form button {
    appearance: none;
    border: 0;
    border-radius: 8px;
    background: #0a9b7a;
    color: #fff;
    cursor: pointer;
    padding: 0.55rem 0.95rem;
    font-weight: 600;
}

.h4bs-copy-template {
    min-height: 44px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--h4bs-template-teal), var(--h4bs-template-blue));
    font-size: 0.9rem;
    font-weight: 800;
}

.h4bs-copy-template:hover,
.h4bs-search-form button:hover {
    background: #087d62;
}

.h4bs-copy-template:hover {
    background: linear-gradient(135deg, #087d62, #1f4f79);
}

.h4bs-slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    border-radius: 14px;
    border: 1px solid rgb(255 255 255 / 14%);
    background: #0c131a;
    --h4bs-slider-height: 540px;
    --h4bs-slider-fit: contain;
    --h4bs-siteshot-fit: contain;
    --h4bs-motion-duration: 9000ms;
}

.h4bs-slide {
    display: none;
    position: relative;
}

.h4bs-slide.is-active {
    display: block;
}

.h4bs-slide-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: var(--h4bs-slider-fit, contain);
    object-position: center center;
    transform-origin: center center;
}

.h4bs-slider.is-fixed-height .h4bs-slide {
    height: var(--h4bs-slider-height, 540px);
}

.h4bs-slider.is-fixed-height .h4bs-slide-image,
.h4bs-slider.is-fixed-height .h4bs-siteshot-image {
    width: 100%;
    height: 100%;
    object-fit: var(--h4bs-slider-fit, contain);
    object-position: center center;
}

.h4bs-slider.is-fixed-height .h4bs-siteshot-image {
    object-fit: var(--h4bs-siteshot-fit, contain);
}

.h4bs-slider.is-auto-height .h4bs-slide {
    height: auto;
}

.h4bs-slider.has-transition {
    min-height: var(--h4bs-slider-height, 540px);
}

.h4bs-slider.has-transition .h4bs-slide {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.h4bs-slider.has-transition.is-auto-height .h4bs-slide {
    position: relative;
}

.h4bs-slider.has-transition .h4bs-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.h4bs-slider.has-transition .h4bs-slide.is-leaving {
    opacity: 0;
    visibility: visible;
    z-index: 1;
}

.h4bs-slider.h4bs-transition-slide .h4bs-slide.is-enter-from-right {
    transform: translateX(2.5%);
}

.h4bs-slider.h4bs-transition-slide .h4bs-slide.is-enter-from-left {
    transform: translateX(-2.5%);
}

.h4bs-slider.h4bs-transition-none .h4bs-slide {
    transition: none;
}

.h4bs-slider.h4bs-motion-zoom_in .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionZoomIn var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-zoom_out .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionZoomOut var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-pan_left .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionPanLeft var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-pan_right .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionPanRight var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-pan_up .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionPanUp var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-pan_down .h4bs-slide.is-active .h4bs-slide-image {
    animation: h4bsMotionPanDown var(--h4bs-motion-duration, 9000ms) ease both;
}

.h4bs-slider.h4bs-motion-none .h4bs-slide .h4bs-slide-image {
    animation: none !important;
}

.h4bs-siteshot-wrap {
    margin: 0;
    max-width: 100%;
}

.h4bs-siteshot-frame {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #8c97a0;
    border-radius: 14px;
    overflow: hidden;
    background: #e8edf1;
    box-shadow: 0 10px 30px rgb(0 0 0 / 14%);
}

.h4bs-siteshot-frame::before {
    content: "";
    display: block;
    height: 16px;
    background: linear-gradient(90deg, #cad4dc 0, #f2f5f8 35%, #dce3e9 100%);
    border-bottom: 1px solid #bbc7cf;
}

.h4bs-siteshot-label {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 2;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2f3d49;
    background: rgb(255 255 255 / 88%);
    border: 1px solid #95a2ad;
    border-radius: 999px;
    padding: 1px 8px;
}

.h4bs-siteshot-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: var(--h4bs-siteshot-fit, contain);
    object-position: center top;
    display: block;
}

.h4bs-siteshot-link {
    display: block;
    text-decoration: none;
}

.h4bs-siteshot-caption {
    margin-top: 0.45rem;
    font-size: 0.92rem;
    color: #50606f;
}

.h4bs-slide-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
    background: rgb(16 38 36 / 78%);
    color: #fff;
    border-radius: 10px;
    padding: 0.9rem 1rem;
}

.h4bs-slide-content-bottom_center .h4bs-slide-content,
.h4bs-slide-content-center .h4bs-slide-content {
    left: 50%;
    right: auto;
    max-width: min(680px, calc(100% - 2rem));
    transform: translateX(-50%);
    text-align: center;
}

.h4bs-slide-content-bottom_right .h4bs-slide-content,
.h4bs-slide-content-center_right .h4bs-slide-content {
    left: auto;
    right: 1rem;
    max-width: min(560px, calc(100% - 2rem));
    text-align: right;
}

.h4bs-slide-content-center_left .h4bs-slide-content,
.h4bs-slide-content-center .h4bs-slide-content,
.h4bs-slide-content-center_right .h4bs-slide-content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.h4bs-slide-content-center .h4bs-slide-content {
    transform: translate(-50%, -50%);
}

.h4bs-slide-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 24px;
    margin-bottom: 0.4rem;
    border: 1px solid rgb(255 255 255 / 36%);
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    background: rgb(255 255 255 / 18%);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.h4bs-slide-content-bottom_center .h4bs-slide-badge,
.h4bs-slide-content-center .h4bs-slide-badge {
    margin-left: auto;
    margin-right: auto;
}

.h4bs-slide-content-bottom_right .h4bs-slide-badge,
.h4bs-slide-content-center_right .h4bs-slide-badge {
    margin-left: auto;
}

.h4bs-slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: rgb(255 255 255 / 85%);
    z-index: 12;
}

.h4bs-slide-button {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 38px;
    margin-top: 0.65rem;
    border-radius: 999px;
    background: #ffffff;
    color: #102624;
    padding: 0.45rem 0.8rem;
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.1;
}

.h4bs-slide-content-bottom_center .h4bs-slide-button,
.h4bs-slide-content-center .h4bs-slide-button {
    margin-left: auto;
    margin-right: auto;
}

.h4bs-slide-content-bottom_right .h4bs-slide-button,
.h4bs-slide-content-center_right .h4bs-slide-button {
    margin-left: auto;
}

.h4bs-slide-prev {
    left: 10px;
}

.h4bs-slide-next {
    right: 10px;
}

.h4bs-slide-dots {
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    z-index: 13;
    display: inline-flex;
    gap: 0.38rem;
    transform: translateX(-50%);
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 999px;
    background: rgb(16 38 36 / 52%);
    padding: 0.32rem 0.42rem;
}

.h4bs-slide-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgb(255 255 255 / 52%);
    cursor: pointer;
}

.h4bs-slide-dot.is-active,
.h4bs-slide-dot:hover {
    background: #ffffff;
}

.h4bs-slide-pause {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgb(255 255 255 / 26%);
    border-radius: 999px;
    background: rgb(16 38 36 / 58%);
    color: #ffffff;
    cursor: pointer;
    font-size: 0.76rem;
    line-height: 1;
}

.h4bs-slide-pause__play {
    display: none;
}

.h4bs-slider.is-paused .h4bs-slide-pause__play {
    display: inline;
}

.h4bs-slider.is-paused .h4bs-slide-pause__pause {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .h4bs-slider .h4bs-slide,
    .h4bs-slider .h4bs-slide-image {
        animation: none !important;
        transition: none !important;
    }
}

@keyframes h4bsMotionZoomIn {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes h4bsMotionZoomOut {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

@keyframes h4bsMotionPanLeft {
    from { transform: scale(1.05) translateX(2.5%); }
    to { transform: scale(1.05) translateX(-2.5%); }
}

@keyframes h4bsMotionPanRight {
    from { transform: scale(1.05) translateX(-2.5%); }
    to { transform: scale(1.05) translateX(2.5%); }
}

@keyframes h4bsMotionPanUp {
    from { transform: scale(1.05) translateY(2.5%); }
    to { transform: scale(1.05) translateY(-2.5%); }
}

@keyframes h4bsMotionPanDown {
    from { transform: scale(1.05) translateY(-2.5%); }
    to { transform: scale(1.05) translateY(2.5%); }
}

.h4bs-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.85rem;
    max-width: 100%;
}

.h4bs-product-catalog {
    --h4bs-products-bg: #f4fbf8;
    --h4bs-products-bg-image: none;
    --h4bs-products-bg-size: cover;
    --h4bs-products-bg-position: center center;
    --h4bs-products-bg-repeat: no-repeat;
    --h4bs-products-bg-attachment: scroll;
    --h4bs-products-panel-bg: rgba(255, 255, 255, 0.92);
    --h4bs-products-panel-border: #dbe7e6;
    --h4bs-products-panel-padding: 1rem;
    --h4bs-products-panel-radius: 14px;
    display: grid;
    gap: 0.75rem;
    padding: var(--h4bs-products-panel-padding);
    border: 1px solid var(--h4bs-products-panel-border);
    border-radius: var(--h4bs-products-panel-radius);
    background-color: var(--h4bs-products-bg);
    background-image: var(--h4bs-products-bg-image);
    background-size: var(--h4bs-products-bg-size);
    background-position: var(--h4bs-products-bg-position);
    background-repeat: var(--h4bs-products-bg-repeat);
    background-attachment: var(--h4bs-products-bg-attachment);
}

.h4bs-product-catalog .h4bs-product-card {
    background: var(--h4bs-products-panel-bg);
    border-color: var(--h4bs-products-panel-border);
}

.h4bs-product-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) repeat(6, minmax(110px, 1fr)) auto auto;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid var(--h4bs-products-panel-border);
    border-radius: 12px;
    background: var(--h4bs-products-panel-bg);
}

.h4bs-product-toolbar input,
.h4bs-product-toolbar select {
    min-width: 0;
    width: 100%;
    border: 1px solid #c5d8d6;
    border-radius: 8px;
    padding: 0.55rem 0.65rem;
    background: #fff;
}

.h4bs-product-toolbar label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    font-size: 0.92rem;
}

.h4bs-product-toolbar-note {
    margin: 0;
    font-size: 0.92rem;
    color: #2d4f4a;
}

.h4bs-product-pager {
    margin: 0.1rem 0 0;
}

.h4bs-product-next {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #0a9b7a;
    color: #0a9b7a;
    border-radius: 8px;
    padding: 0.5rem 0.8rem;
    font-weight: 600;
}

.h4bs-product-next:hover {
    background: #0a9b7a;
    color: #fff;
}

.h4bs-product-price {
    color: #0a9b7a;
    font-weight: 700;
}

.h4bs-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.6rem;
    max-width: 100%;
}

.h4bs-search-form input,
.h4bs-search-form select {
    min-width: 0;
    border: 1px solid #c5d8d6;
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    background: #fff;
    color: inherit;
}

.h4bs-search-form button,
.h4bs-checkout-shell select,
.h4bs-checkout-shell input,
.h4bs-checkout-shell textarea {
    min-width: 0;
    max-width: 100%;
}

.h4bs-search-results {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
}

.h4bs-search-result-group h4 {
    margin-bottom: 0.4rem;
}

.h4bs-search-result-group ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.h4bs-search-result-group li {
    border: 1px solid #dbe7e6;
    border-radius: 9px;
    background: #fff;
    padding: 0.6rem 0.7rem;
    margin-bottom: 0.5rem;
}

.h4bs-widget-fallback {
    margin: 0 0 1rem;
    border: 1px solid #dbe7e6;
    border-radius: 12px;
    background: linear-gradient(140deg, #f9fdfc, #eef6ff);
    box-shadow: 0 8px 22px rgb(4 78 62 / 7%);
    padding: 0.9rem 1rem;
}

.h4bs-widget-fallback__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.h4bs-widget-fallback__head strong {
    color: #16324d;
    font-size: 1rem;
    line-height: 1.25;
}

.h4bs-widget-fallback__head span {
    color: #48647d;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.h4bs-widget-fallback__meta,
.h4bs-widget-fallback__content {
    margin: 0;
    color: #2d4f4a;
    font-size: 0.93rem;
    line-height: 1.5;
}

.h4bs-widget-fallback__content {
    margin-top: 0.35rem;
    color: #445866;
}

@media (max-width: 767px) {
    .h4bs-search-form {
        grid-template-columns: 1fr;
    }
}

.h4bs-mega-parent > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 0.7rem;
    min-width: min(95vw, 980px);
    max-width: 100%;
    padding: 1rem;
    border: 1px solid #dbe7e6;
    background: #fff;
}

.h4bs-mega-cols-2 > ul.sub-menu {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.h4bs-mega-cols-3 > ul.sub-menu {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.h4bs-mega-cols-5 > ul.sub-menu {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
}

.h4bs-mega-cols-6 > ul.sub-menu {
    grid-template-columns: repeat(6, minmax(140px, 1fr));
}

.h4bs-menu-badge {
    margin-left: 0.4rem;
    font-size: 0.72rem;
    background: #ff7a33;
    color: #fff;
    border-radius: 6px;
    padding: 0.1rem 0.35rem;
}

.h4bs-form {
    margin: 0 0 1.25rem;
    padding: 1rem;
    border: 1px solid #dbe7e6;
    border-radius: 12px;
    background: #fff;
}

.h4bs-form-title {
    margin: 0 0 0.85rem;
}

.h4bs-form-notice {
    margin: 0 0 0.75rem;
    padding: 0.65rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #dbe7e6;
    font-weight: 600;
}

.h4bs-form-notice.is-success {
    color: #0b6b4a;
    background: #ecfff6;
    border-color: #86dfb8;
}

.h4bs-form-notice.is-error {
    color: #8a1b1b;
    background: #fff0f0;
    border-color: #e6aaaa;
}

.h4bs-form-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.75rem;
}

.h4bs-form-field {
    grid-column: span 12;
}

.h4bs-form-field--25 {
    grid-column: span 3;
}

.h4bs-form-field--33 {
    grid-column: span 4;
}

.h4bs-form-field--50 {
    grid-column: span 6;
}

.h4bs-form-field--66 {
    grid-column: span 8;
}

.h4bs-form-field--75 {
    grid-column: span 9;
}

.h4bs-form-field label {
    display: inline-block;
    margin: 0 0 0.35rem;
    font-weight: 600;
}

.h4bs-form-field input[type="text"],
.h4bs-form-field input[type="email"],
.h4bs-form-field input[type="tel"],
.h4bs-form-field input[type="url"],
.h4bs-form-field input[type="date"],
.h4bs-form-field input[type="time"],
.h4bs-form-field input[type="number"],
.h4bs-form-field select,
.h4bs-form-field textarea {
    width: 100%;
    padding: 0.6rem 0.65rem;
    border: 1px solid #c6d2d1;
    border-radius: 8px;
    background: #fff;
}

.h4bs-form-field textarea {
    min-height: 120px;
}

.h4bs-checkbox-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.h4bs-form-actions {
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.h4bs-form-submit {
    border: 0;
    border-radius: 8px;
    padding: 0.62rem 1rem;
    background: #0f6cbf;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.h4bs-form-submit.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.h4bs-form-live-message {
    font-size: 0.95rem;
    min-height: 1.2em;
}

.h4bs-form-live-message.is-success {
    color: #0b6b4a;
}

.h4bs-form-live-message.is-error {
    color: #8a1b1b;
}

.h4bs-form-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 960px) {
    .h4bs-mega-parent > ul.sub-menu {
        width: 100%;
        min-width: 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .h4bs-product-toolbar {
        grid-template-columns: 1fr;
    }

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

    .h4bs-form-grid {
        grid-template-columns: 1fr;
    }

    .h4bs-form-field--25,
    .h4bs-form-field--33,
    .h4bs-form-field--50,
    .h4bs-form-field--66,
    .h4bs-form-field--75,
    .h4bs-form-field {
        grid-column: auto;
    }

    .h4bs-mega-parent > ul.sub-menu {
        grid-template-columns: 1fr;
    }
}

.h4bs-builder-icon-wrap,
.h4bs-preview-icon-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 100%;
}

.h4bs-builder-icon-help4,
.h4bs-preview-icon-help4 {
    display: inline-block;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--h4bs-icon-url) center / contain no-repeat;
    mask: var(--h4bs-icon-url) center / contain no-repeat;
}

.h4bs-builder-icon-label,
.h4bs-preview-icon-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Help4 public page component system. The blank theme provides structure; Builder Suite owns these branded page blocks. */
.site-main,
.content-panel {
    max-width: 100%;
}

.h4wp-hero,
.h4-sales-hero,
.h4-sales-highlights,
.h4-sales-plans,
.h4-sales-cta,
.h4-sales-catalog,
.h4-product-hero,
.h4-product-lanes,
.h4-product-feature-band,
.h4-product-compare-cards,
.h4-tier-ladder,
.h4-product-catalog {
    width: min(100%, 1180px);
    max-width: min(100%, 1180px);
    margin-inline: auto;
    margin-block: clamp(1rem, 2.5vw, 2.25rem);
}

.h4wp-hero,
.h4-sales-hero,
.h4-product-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgb(12 33 36 / 95%), rgb(23 31 39 / 96%) 54%, rgb(81 68 43 / 92%)),
        #111827;
    box-shadow: 0 24px 60px rgb(0 0 0 / 26%);
    padding: clamp(1.2rem, 3vw, 3rem);
    color: #f7fafc;
}

.h4wp-hero::after,
.h4-sales-hero::after,
.h4-product-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -38% 40%;
    height: 16rem;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgb(242 200 121 / 24%), rgb(242 200 121 / 0%) 70%);
    filter: blur(24px);
}

.h4-product-hero__grid,
.h4-sales-two-col,
.h4-product-feature-band {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: stretch;
    gap: clamp(1rem, 2.2vw, 2rem);
}

.h4-product-hero__body,
.h4-product-command,
.h4-product-lede,
.h4-product-hero__grid > *,
.h4-sales-two-col > *,
.h4-product-feature-band > * {
    min-width: 0;
}

.h4-product-eyebrow,
.h4wp-hero__eyebrow,
.h4-sales-hero__eyebrow,
.h4-product-command__label,
.h4-product-lane__meta {
    margin: 0 0 0.65rem;
    color: #f2c879;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.h4-product-hero h1,
.h4-product-hero h2,
.h4wp-hero h1,
.h4-sales-hero h1,
.h4-product-feature-band h2,
.h4-product-cta h2 {
    max-width: 13ch;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.h4-product-lede,
.h4wp-hero p,
.h4-sales-hero p {
    max-width: 68ch;
    color: rgb(235 242 245 / 88%);
    font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.h4-product-hero__actions,
.h4-sales-actions,
.h4-product-hero__proof,
.h4-product-hero p:has(a.button) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
    min-width: 0;
    max-width: 100%;
}

.h4-product-hero__proof span,
.h4-tier-mini span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    max-width: 100%;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 999px;
    background: rgb(255 255 255 / 7%);
    color: rgb(255 255 255 / 90%);
    padding: 0.35rem 0.65rem;
    font-size: 0.86rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.content-panel .h4-sales-actions a,
.content-panel .h4-sales-hero a[href*="help4network.com/store"],
.content-panel .h4-sales-hero a[href*="help4network.com/cart"],
.content-panel .h4wp-plan-card a,
.content-panel .h4wp-final-cta a,
.content-panel .h4-product-lane a,
.content-panel .h4-package-card a,
.content-panel .h4-product-cta a,
.h4-product-hero__actions .button,
.h4-product-hero__actions a.button,
.h4-product-hero p:has(a.button) > a.button {
    flex: 1 1 12rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 2.6rem;
    border: 1px solid rgb(242 200 121 / 50%);
    border-radius: 10px;
    background: linear-gradient(180deg, #f2c879, #a88039);
    color: #111827;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.15;
    padding: 0.75rem 1rem;
    box-shadow: 0 12px 24px rgb(0 0 0 / 18%);
    overflow-wrap: anywhere;
}

.content-panel .h4-sales-actions a:hover,
.content-panel .h4-sales-hero a[href*="help4network.com/store"]:hover,
.content-panel .h4-sales-hero a[href*="help4network.com/cart"]:hover,
.content-panel .h4wp-plan-card a:hover,
.content-panel .h4wp-final-cta a:hover,
.content-panel .h4-product-lane a:hover,
.content-panel .h4-package-card a:hover,
.content-panel .h4-product-cta a:hover,
.h4-product-hero__actions .button:hover,
.h4-product-hero__actions a.button:hover,
.h4-product-hero p:has(a.button) > a.button:hover {
    color: #061111;
    transform: translateY(-1px);
}

.h4-product-command {
    align-self: stretch;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 16px;
    background: rgb(4 12 16 / 48%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%);
    padding: clamp(1rem, 2vw, 1.5rem);
}

.h4-product-command__price {
    margin: 0.3rem 0 1rem;
    color: #fff;
}

.h4-product-command__price strong {
    display: block;
    color: #f2c879;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.h4-product-command__price span {
    display: block;
    color: rgb(235 242 245 / 78%);
}

.h4-product-command__row {
    display: grid;
    grid-template-columns: minmax(5.5rem, 0.38fr) minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-block: 0.78rem;
}

.h4-product-command__row span {
    color: #aee7db;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.h4-product-command__row strong {
    color: #fff;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.h4wp-pricing-grid,
.h4wp-card-grid,
.h4wp-includes-grid,
.h4-sales-plan-grid,
.h4-sales-stat-grid,
.h4-product-lane-grid,
.h4-package-grid,
.h4-product-feature-grid,
.h4-product-compare-cards,
.h4-tier-ladder__track {
    display: grid;
    gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.h4wp-pricing-grid,
.h4-sales-plan-grid,
.h4-product-lane-grid,
.h4-package-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.h4wp-card-grid,
.h4wp-includes-grid,
.h4-product-feature-grid,
.h4-product-compare-cards,
.h4-tier-ladder__track {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.h4wp-plan-card,
.h4wp-card,
.h4wp-include-item,
.h4-sales-plan-card,
.h4-sales-stat,
.h4-product-lane,
.h4-package-card,
.h4-product-feature-grid article,
.h4-product-compare-card,
.h4-tier-ladder__track article {
    min-width: 0;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 14px;
    background: rgb(255 255 255 / 5%);
    box-shadow: 0 16px 38px rgb(0 0 0 / 18%);
    padding: clamp(1rem, 1.8vw, 1.35rem);
}

.h4wp-plan-card--featured,
.h4-sales-plan-card--featured,
.h4-product-lane--featured,
.h4-package-card--featured,
.h4-product-compare-card--featured {
    border-color: rgb(242 200 121 / 50%);
    background:
        linear-gradient(180deg, rgb(242 200 121 / 13%), rgb(255 255 255 / 5%)),
        rgb(255 255 255 / 5%);
}

.h4wp-plan-card h3,
.h4wp-card h3,
.h4-sales-plan-card h3,
.h4-product-lane h3,
.h4-package-card h3,
.h4-product-compare-card h3,
.h4-tier-ladder__track h3 {
    color: #ffffff;
    line-height: 1.14;
}

.h4wp-plan-card p,
.h4wp-card p,
.h4wp-include-item,
.h4-sales-plan-card p,
.h4-product-lane p,
.h4-package-card p,
.h4-product-feature-grid p,
.h4-product-compare-card p,
.h4-tier-ladder__track p {
    color: rgb(235 242 245 / 82%);
}

.h4wp-plan-card__price,
.h4-sales-plan-card__price,
.h4-product-lane__price {
    color: #f2c879;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 900;
    line-height: 1;
}

.h4wp-plan-card__period,
.h4-sales-plan-card__price span,
.h4-product-lane__price span,
.h4-product-lane__fit,
.h4-package-card__fit {
    color: rgb(174 231 219 / 88%);
    font-size: 0.92rem;
    font-weight: 700;
}

.h4-product-lane ul,
.h4-package-card ul,
.h4-sales-plan-card ul,
.h4-sales-checklist {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.h4-product-lane li,
.h4-package-card li,
.h4-sales-plan-card li,
.h4-sales-checklist li,
.h4-sales-highlights li {
    position: relative;
    padding-left: 1.45rem;
    color: rgb(235 242 245 / 84%);
}

.h4-product-lane li::before,
.h4-package-card li::before,
.h4-sales-plan-card li::before,
.h4-sales-checklist li::before,
.h4-sales-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #0a9b7a;
    box-shadow: 0 0 0 0.22rem rgb(10 155 122 / 15%);
}

.h4-product-feature-band {
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(255 255 255 / 5%), rgb(10 155 122 / 10%));
    padding: clamp(1rem, 2.5vw, 2rem);
}

.h4wp-final-cta,
.h4-sales-cta--inline,
.h4-product-cta {
    max-width: min(100%, 980px);
    margin: clamp(1.2rem, 3vw, 2.5rem) auto;
    border: 1px solid rgb(242 200 121 / 35%);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgb(242 200 121 / 18%), rgb(10 155 122 / 12%)),
        rgb(255 255 255 / 5%);
    box-shadow: 0 18px 42px rgb(0 0 0 / 20%);
    padding: clamp(1.1rem, 2.5vw, 2rem);
    text-align: center;
}

.h4wp-compare {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.h4wp-compare table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.h4wp-compare th,
.h4wp-compare td {
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 0.72rem;
    vertical-align: top;
    color: rgb(235 242 245 / 86%);
}

.h4wp-compare th {
    color: #ffffff;
    background: rgb(255 255 255 / 7%);
}

.h4-global-header__brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: min(19rem, 36vw);
}

.h4-global-header__brand-logo {
    display: block;
    width: clamp(8.1rem, 10.6vw, 11.4rem);
    max-width: 100%;
    height: auto;
    max-height: 3.25rem;
    object-fit: contain;
}

@media (max-width: 720px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    .h4-global-header__inner,
    .site-header .brand-lockup {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .h4-global-header__brand,
    .site-title {
        min-width: 0;
        max-width: 100%;
    }

    .h4-global-header__brand-lockup,
    .h4-global-header__brand-text,
    .site-title a {
        max-width: 100%;
        white-space: normal;
    }

    .h4-global-header__brand-logo {
        max-width: min(12rem, 58vw);
    }

    .h4-global-header__nav,
    .site-nav ul {
        order: 3;
        flex: 1 1 100%;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding-bottom: 0.25rem;
    }

    .h4-global-header__nav a,
    .site-nav a {
        white-space: nowrap;
    }

    .h4-global-header__actions {
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 100%;
    }

    .h4-global-header__cta {
        white-space: normal;
        text-align: center;
    }

    .h4wp-hero,
    .h4-sales-hero,
    .h4-product-hero {
        width: 100%;
        max-width: 100%;
        border-radius: 14px;
        padding: clamp(1rem, 5vw, 1.35rem);
    }

    .h4-product-hero__grid,
    .h4-sales-two-col,
    .h4-product-feature-band,
    .h4wp-pricing-grid,
    .h4wp-card-grid,
    .h4wp-includes-grid,
    .h4-sales-plan-grid,
    .h4-sales-stat-grid,
    .h4-product-lane-grid,
    .h4-package-grid,
    .h4-product-feature-grid,
    .h4-product-compare-cards,
    .h4-tier-ladder__track {
        grid-template-columns: minmax(0, 1fr);
    }

    .h4-product-hero h1,
    .h4-product-hero h2,
    .h4wp-hero h1,
    .h4-sales-hero h1,
    .h4-product-feature-band h2,
    .h4-product-cta h2 {
        max-width: 100%;
        font-size: clamp(1.72rem, 8.6vw, 2.35rem);
        overflow-wrap: anywhere;
    }

    body.h4bs-page-layout-full_width .site-main {
        width: 100%;
        max-width: 100vw;
        padding-inline: clamp(0.72rem, 3.8vw, 1rem);
        overflow-x: clip;
    }

    body.h4bs-page-layout-full_width .site-main > article,
    body.h4bs-page-layout-full_width .site-main > .page {
        min-width: 0;
        max-width: 100%;
        overflow-x: clip;
    }

    body.h4bs-page-layout-full_width .site-main > article > h1,
    body.h4bs-page-layout-full_width .site-main > .page > h1 {
        max-width: 100%;
        font-size: clamp(1.85rem, 8vw, 2.35rem);
        line-height: 1.08;
        overflow-wrap: normal;
        word-break: normal;
    }

    .h4-product-hero,
    .h4-product-lanes,
    .h4-product-feature-band,
    .h4-product-compare-cards,
    .h4-tier-ladder,
    .h4-product-catalog,
    .h4wp-card-grid,
    .h4wp-pricing-grid,
    .h4wp-includes-grid {
        width: auto;
        max-width: min(100%, calc(100vw - 1.5rem));
        margin-inline: auto;
    }

    .h4-product-hero {
        padding: clamp(0.95rem, 4.4vw, 1.2rem);
    }

    .h4-product-lede,
    .h4-product-hero p {
        overflow-wrap: normal;
        word-break: normal;
    }

    .h4-product-hero__actions,
    .h4-sales-actions,
    .h4-product-hero__proof,
    .h4-product-hero p:has(a.button) {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    .h4-product-hero__actions .button,
    .h4-product-hero__actions a.button,
    .h4-product-hero p:has(a.button) > a.button,
    .h4-product-hero__proof span,
    .h4-sales-actions a {
        width: 100%;
        min-width: 0;
    }

    .h4-product-command__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.25rem;
    }

    .h4wp-compare table {
        min-width: 0;
    }

    .h4wp-compare table,
    .h4wp-compare thead,
    .h4wp-compare tbody,
    .h4wp-compare tr,
    .h4wp-compare th,
    .h4wp-compare td {
        display: block;
        width: 100%;
    }

    .h4wp-compare thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .h4wp-compare tr {
        border: 1px solid rgb(255 255 255 / 10%);
        border-radius: 12px;
        margin-bottom: 0.75rem;
        overflow: hidden;
    }

    .h4wp-compare td {
        border-width: 0 0 1px;
    }
}

@media (max-width: 900px) {
    .site-main,
    .content-panel,
    .h4wp-hero,
    .h4-sales-hero,
    .h4-product-hero {
        max-width: 100% !important;
        overflow-x: clip;
    }

    .h4-product-hero__grid,
    .h4-sales-two-col,
    .h4-product-feature-band {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .content-panel .h4-product-hero__actions,
    .h4-product-hero .h4-product-hero__actions,
    .h4-product-hero__actions,
    .content-panel .h4-sales-actions,
    .h4-sales-actions,
    .h4-product-hero p:has(a.button) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: stretch !important;
        width: 100%;
    }

    .content-panel .h4-product-hero__actions > a,
    .h4-product-hero__actions > a,
    .h4-product-hero p:has(a.button) > a,
    .h4-sales-actions > a {
        width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
    }

    .h4-product-hero h1,
    .h4-product-hero h2,
    .h4wp-hero h1,
    .h4-sales-hero h1 {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 720px) {
    body.h4bs-page-layout-full_width .site-main {
        width: 100% !important;
        max-width: 100vw !important;
        padding-inline: clamp(0.72rem, 3.8vw, 1rem) !important;
        overflow-x: clip !important;
    }

    body.h4bs-page-layout-full_width .site-main > article,
    body.h4bs-page-layout-full_width .site-main > .page {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: clip !important;
    }

    body.h4bs-page-layout-full_width .site-main > article > h1,
    body.h4bs-page-layout-full_width .site-main > .page > h1 {
        max-width: calc(100vw - 1.5rem) !important;
        font-size: clamp(1.7rem, 7.2vw, 2.05rem) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .h4-product-hero,
    .h4-product-lanes,
    .h4-product-feature-band,
    .h4-product-compare-cards,
    .h4-tier-ladder,
    .h4-product-catalog,
    .h4wp-card-grid,
    .h4wp-pricing-grid,
    .h4wp-includes-grid {
        width: auto !important;
        max-width: calc(100vw - 1.5rem) !important;
        margin-inline: auto !important;
    }

    .h4-product-hero {
        padding: clamp(0.9rem, 4.2vw, 1.14rem) !important;
    }

    .h4-product-hero__grid,
    .h4-product-hero__body,
    .h4-product-command,
    .h4-product-lede,
    .h4-product-hero__actions {
        min-width: 0 !important;
        max-width: calc(100vw - 3.8rem) !important;
    }

    .h4-product-hero h1,
    .h4-product-hero h2,
    .h4wp-hero h1,
    .h4-sales-hero h1,
    .h4-product-feature-band h2,
    .h4-product-cta h2 {
        max-width: calc(100vw - 3.8rem) !important;
        font-size: clamp(1.55rem, 7.2vw, 2rem) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .content-panel .h4-product-hero__actions > a,
    .h4-product-hero__actions > a,
    .h4-product-hero p:has(a.button) > a,
    .h4-sales-actions > a {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .h4-global-header__inner {
        padding-inline: 0.9rem !important;
    }

    .h4-global-header__nav {
        gap: 0.28rem 0.42rem !important;
    }

    .h4-global-header__nav a {
        padding: 0.32rem 0.38rem !important;
        font-size: 0.72rem !important;
    }

    body.h4bs-page-layout-full_width .site-main > article > h1,
    body.h4bs-page-layout-full_width .site-main > .page > h1 {
        max-width: 18rem !important;
        font-size: clamp(1.42rem, 6.2vw, 1.65rem) !important;
    }

    .h4-product-hero {
        max-width: calc(100vw - 1.2rem) !important;
        padding: 0.95rem !important;
    }

    .h4-product-hero__grid,
    .h4-product-hero__body,
    .h4-product-command,
    .h4-product-lede,
    .h4-product-hero__actions {
        max-width: 17.4rem !important;
    }

    .h4-product-eyebrow,
    .h4wp-hero__eyebrow,
    .h4-sales-hero__eyebrow,
    .h4-product-command__label {
        font-size: 0.7rem !important;
        letter-spacing: 0.07em !important;
    }

    .h4-product-hero h1,
    .h4-product-hero h2,
    .h4wp-hero h1,
    .h4-sales-hero h1,
    .h4-product-feature-band h2,
    .h4-product-cta h2 {
        max-width: 17.4rem !important;
        font-size: clamp(1.38rem, 6vw, 1.62rem) !important;
    }

    .h4-product-lede,
    .h4-product-hero p {
        font-size: 0.96rem !important;
        line-height: 1.55 !important;
    }
}

@media (max-width: 720px) {
    .h4-product-hero {
        --h4-product-mobile-measure: clamp(17.4rem, 52vw, 30rem);
        --h4-product-mobile-shell: clamp(18rem, 86vw, 42rem);
    }

    body.h4bs-page-layout-full_width .site-main {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .h4-product-hero,
    .h4-product-lanes,
    .h4-product-feature-band,
    .h4-product-compare-cards,
    .h4-tier-ladder,
    .h4-product-catalog,
    .h4wp-card-grid,
    .h4wp-pricing-grid,
    .h4wp-includes-grid {
        width: min(100%, var(--h4-product-mobile-shell)) !important;
        max-width: var(--h4-product-mobile-shell) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .h4-global-header__nav {
        display: grid !important;
        grid-template-columns: repeat(3, max-content) !important;
        justify-content: start !important;
        align-items: center !important;
        gap: 0.42rem 0.7rem !important;
        overflow: visible !important;
    }

    .h4-global-header__menu-item {
        display: block !important;
    }

    .h4-global-header__nav a {
        white-space: nowrap !important;
    }

    body.h4bs-page-layout-full_width .site-main > article > h1,
    body.h4bs-page-layout-full_width .site-main > .page > h1,
    .h4-product-hero__grid,
    .h4-product-hero__body,
    .h4-product-command,
    .h4-product-lede,
    .h4-product-hero__actions,
    .h4-product-hero h1,
    .h4-product-hero h2,
    .h4wp-hero h1,
    .h4-sales-hero h1,
    .h4-product-feature-band h2,
    .h4-product-cta h2 {
        width: min(100%, var(--h4-product-mobile-measure)) !important;
        max-width: var(--h4-product-mobile-measure) !important;
    }
}

@media (max-width: 1180px) {
    .h4bs-template-browser__head {
        grid-template-columns: 1fr;
    }

    .h4-global-header__inner {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .h4-global-header__nav,
    .site-nav ul {
        min-width: 0;
        max-width: 100%;
        flex: 1 1 100%;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-x: contain;
    }

    .h4-global-header__actions {
        min-width: 0;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .h4bs-template-browser {
        padding: 0.9rem;
        border-radius: 8px;
    }

    .h4bs-template-library {
        grid-template-columns: minmax(0, 1fr);
    }

    .h4bs-template-card {
        min-height: 0;
    }

    .h4bs-template-browser__stats span,
    .h4bs-template-filters button,
    .h4bs-template-card__icons span {
        max-width: 100%;
    }
}

@media (min-width: 7680px) {
    .h4bs-template-library,
    .h4bs-product-grid {
        gap: 2rem;
    }

    .h4bs-slide-nav {
        width: 64px;
        height: 64px;
    }
}
