/*
 * Jacuzzi® J4™ – collection page for Shoptet
 * Scope: only /jacuzzi-j4/ (body.in-jacuzzi-j4)
 */

body.in-jacuzzi-j4 {
    --j4-ink: #111311;
    --j4-muted: #626762;
    --j4-forest: #173b31;
    --j4-forest-light: #2f6353;
    --j4-sand: #c7b79d;
    --j4-cream: #f4f1eb;
    --j4-paper: #fbfaf7;
    --j4-white: #ffffff;
    --j4-line: rgba(17, 19, 17, 0.13);
    --j4-radius-sm: 12px;
    --j4-radius-md: 22px;
    --j4-radius-lg: 34px;
    --j4-shadow: 0 22px 70px rgba(20, 28, 24, 0.10);
    --j4-container: 1180px;
}

/* Shoptet layout: remove only this page's unrelated sidebar. */
body.in-jacuzzi-j4 #content-wrapper > .content-wrapper-in > aside.sidebar.sidebar-left {
    display: none !important;
}

body.in-jacuzzi-j4 #content-wrapper > .content-wrapper-in {
    display: block !important;
}

body.in-jacuzzi-j4 #content-wrapper > .content-wrapper-in > main#content {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.in-jacuzzi-j4 article.pageArticleDetail > header {
    width: min(var(--j4-container), calc(100% - 48px));
    margin: 52px auto 30px !important;
}

/* The page name generated by Shoptet is the only H1. */
body.in-jacuzzi-j4 article.pageArticleDetail > header h1 {
    max-width: 1080px;
    margin: 0 !important;
    color: var(--j4-ink);
    font-size: clamp(44px, 5.2vw, 72px) !important;
    font-weight: 800 !important;
    line-height: 0.99 !important;
    letter-spacing: -0.052em !important;
    text-wrap: balance;
}

body.in-jacuzzi-j4 .j4-landing,
body.in-jacuzzi-j4 .j4-landing * {
    box-sizing: border-box;
}

body.in-jacuzzi-j4 .j4-landing {
    color: var(--j4-ink);
    background: var(--j4-paper);
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
}

body.in-jacuzzi-j4 .j4-landing img {
    display: block;
    width: 100%;
    max-width: 100%;
}

body.in-jacuzzi-j4 .j4-landing a {
    color: inherit;
    text-decoration: none;
}

body.in-jacuzzi-j4 .j4-container {
    width: min(var(--j4-container), calc(100% - 48px));
    margin-inline: auto;
}

body.in-jacuzzi-j4 .j4-eyebrow {
    margin: 0 0 14px;
    color: var(--j4-forest-light);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.in-jacuzzi-j4 .j4-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 42px;
}

body.in-jacuzzi-j4 .j4-section-heading h2,
body.in-jacuzzi-j4 .j4-benefits__copy h2,
body.in-jacuzzi-j4 .j4-preparation__intro h2,
body.in-jacuzzi-j4 .j4-faq h2 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

body.in-jacuzzi-j4 .j4-section-heading > p {
    margin: 0;
    color: var(--j4-muted);
    font-size: 16px;
    line-height: 1.65;
}

/* In-page navigation */
body.in-jacuzzi-j4 .j4-jumpnav {
    position: sticky;
    z-index: 5;
    top: 0;
    border-block: 1px solid var(--j4-line);
    background: rgba(251, 250, 247, 0.93);
    backdrop-filter: blur(14px);
}

body.in-jacuzzi-j4 .j4-jumpnav__inner {
    display: flex;
    gap: 7px;
    align-items: center;
    min-height: 62px;
    overflow-x: auto;
    scrollbar-width: none;
}

body.in-jacuzzi-j4 .j4-jumpnav__inner::-webkit-scrollbar {
    display: none;
}

body.in-jacuzzi-j4 .j4-jumpnav a {
    flex: 0 0 auto;
    padding: 8px 13px;
    border-radius: 999px;
    color: #4c514d;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease;
}

body.in-jacuzzi-j4 .j4-jumpnav a:hover,
body.in-jacuzzi-j4 .j4-jumpnav a:focus-visible {
    color: #fff;
    background: var(--j4-forest);
    outline: none;
}

/* Hero */
body.in-jacuzzi-j4 .j4-hero {
    padding: 36px 0 76px;
}

body.in-jacuzzi-j4 .j4-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
    gap: clamp(38px, 5vw, 78px);
    align-items: center;
}

body.in-jacuzzi-j4 .j4-hero__copy h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 4.3vw, 62px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.048em;
    text-wrap: balance;
}

body.in-jacuzzi-j4 .j4-hero__lead {
    max-width: 590px;
    margin: 0;
    color: var(--j4-muted);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.62;
}

body.in-jacuzzi-j4 .j4-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

body.in-jacuzzi-j4 .j4-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 21px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--j4-ink);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

body.in-jacuzzi-j4 .j4-button:hover,
body.in-jacuzzi-j4 .j4-button:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

body.in-jacuzzi-j4 .j4-button--primary {
    color: #fff !important;
    background: var(--j4-ink);
}

body.in-jacuzzi-j4 .j4-button--secondary {
    color: var(--j4-ink) !important;
    background: transparent;
}

body.in-jacuzzi-j4 .j4-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

body.in-jacuzzi-j4 .j4-hero__tags li {
    display: inline-flex;
    padding: 0;
    align-items: center;
    gap: 7px;
    color: #555b56;
    font-size: 12px;
    font-weight: 700;
}

body.in-jacuzzi-j4 .j4-hero__tags li::before {
    display: inline-grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    place-items: center;
    border-radius: 50%;
    color: var(--j4-forest);
    background: rgba(30, 94, 69, 0.1);
    content: "✓";
    font-size: 10px;
    font-weight: 900;
}

body.in-jacuzzi-j4 .j4-hero__media {
    position: relative;
    min-height: 610px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--j4-radius-lg);
    box-shadow: var(--j4-shadow);
    background: #d8d8d3;
}

body.in-jacuzzi-j4 .j4-hero__media img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}

body.in-jacuzzi-j4 .j4-hero__media::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(to bottom, transparent, rgba(9, 12, 10, 0.62));
}

body.in-jacuzzi-j4 .j4-hero__badge {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-width: 450px;
    margin: 0;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    color: #fff;
    background: rgba(15, 20, 17, 0.46);
    backdrop-filter: blur(12px);
    font-size: 13px;
    line-height: 1.5;
}

/* Confidence strip */
body.in-jacuzzi-j4 .j4-confidence {
    border-block: 1px solid var(--j4-line);
    background: var(--j4-white);
}

body.in-jacuzzi-j4 .j4-confidence__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

body.in-jacuzzi-j4 .j4-confidence__item {
    min-height: 150px;
    padding: 30px 24px;
    border-right: 1px solid var(--j4-line);
}

body.in-jacuzzi-j4 .j4-confidence__item:first-child {
    padding-left: 0;
}

body.in-jacuzzi-j4 .j4-confidence__item:last-child {
    padding-right: 0;
    border-right: 0;
}

body.in-jacuzzi-j4 .j4-confidence__item strong,
body.in-jacuzzi-j4 .j4-confidence__item span {
    display: block;
}

body.in-jacuzzi-j4 .j4-confidence__item strong {
    margin-bottom: 8px;
    font-size: 15px;
}

body.in-jacuzzi-j4 .j4-confidence__item span {
    color: var(--j4-muted);
    font-size: 13px;
    line-height: 1.55;
}

/* Collections */
body.in-jacuzzi-j4 .j4-collections,
body.in-jacuzzi-j4 .j4-catalog,
body.in-jacuzzi-j4 .j4-benefits,
body.in-jacuzzi-j4 .j4-guide,
body.in-jacuzzi-j4 .j4-preparation,
body.in-jacuzzi-j4 .j4-process,
body.in-jacuzzi-j4 .j4-faq,
body.in-jacuzzi-j4 .j4-crosslinks {
    padding: 112px 0;
}

body.in-jacuzzi-j4 .j4-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body.in-jacuzzi-j4 .j4-featured-card {
    display: grid;
    grid-template-rows: 440px 1fr;
    overflow: hidden;
    border: 1px solid var(--j4-line);
    border-radius: var(--j4-radius-md);
    background: var(--j4-white);
    box-shadow: 0 12px 45px rgba(20, 28, 24, 0.06);
}

body.in-jacuzzi-j4 .j4-featured-card > img {
    height: 100%;
    object-fit: cover;
}

body.in-jacuzzi-j4 .j4-featured-card__content {
    padding: 30px;
}

body.in-jacuzzi-j4 .j4-card-label {
    margin: 0 0 8px;
    color: var(--j4-forest-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

body.in-jacuzzi-j4 .j4-featured-card h3,
body.in-jacuzzi-j4 .j4-range-card h3 {
    margin: 0 0 10px;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

body.in-jacuzzi-j4 .j4-featured-card p:not(.j4-card-label),
body.in-jacuzzi-j4 .j4-range-card p:not(.j4-card-label) {
    margin: 0;
    color: var(--j4-muted);
}

body.in-jacuzzi-j4 .j4-model-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

body.in-jacuzzi-j4 .j4-model-chips span {
    display: inline-flex;
    padding: 2px 0;
    align-items: center;
    gap: 6px;
    color: #414642;
    font-size: 11px;
    font-weight: 700;
}

body.in-jacuzzi-j4 .j4-model-chips span::before {
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: var(--j4-forest-light);
    content: "";
}

body.in-jacuzzi-j4 .j4-text-link {
    display: inline-flex;
    margin-top: 22px;
    align-items: center;
    gap: 9px;
    color: var(--j4-ink) !important;
    font-size: 13px;
    font-weight: 800;
}

body.in-jacuzzi-j4 .j4-text-link::after {
    content: "→";
    transition: transform 180ms ease;
}

body.in-jacuzzi-j4 .j4-text-link:hover::after,
body.in-jacuzzi-j4 .j4-text-link:focus-visible::after {
    transform: translateX(4px);
}

/* Full model range */
body.in-jacuzzi-j4 .j4-catalog {
    background: var(--j4-cream);
}

body.in-jacuzzi-j4 .j4-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body.in-jacuzzi-j4 .j4-range-card {
    display: grid;
    grid-template-rows: 250px 1fr;
    overflow: hidden;
    border: 1px solid var(--j4-line);
    border-radius: var(--j4-radius-md);
    background: var(--j4-white);
}

body.in-jacuzzi-j4 .j4-range-card__media {
    overflow: hidden;
    background: #e1e1dc;
}

body.in-jacuzzi-j4 .j4-range-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

body.in-jacuzzi-j4 .j4-range-card:hover .j4-range-card__media img {
    transform: scale(1.025);
}

body.in-jacuzzi-j4 .j4-range-card__body {
    display: flex;
    padding: 25px;
    flex-direction: column;
}

body.in-jacuzzi-j4 .j4-range-card h3 {
    font-size: 31px;
}

body.in-jacuzzi-j4 .j4-range-card .j4-text-link {
    margin-top: auto;
    padding-top: 24px;
}

body.in-jacuzzi-j4 .j4-catalog-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 24px;
    padding: 25px 28px;
    border: 1px solid var(--j4-line);
    border-radius: var(--j4-radius-sm);
    background: rgba(255, 255, 255, 0.72);
}

body.in-jacuzzi-j4 .j4-catalog-note p,
body.in-jacuzzi-j4 .j4-catalog-note .j4-text-link {
    margin: 0;
}

body.in-jacuzzi-j4 .j4-catalog-note p {
    color: var(--j4-muted);
    font-size: 13px;
}

/* Benefits */
body.in-jacuzzi-j4 .j4-benefits {
    color: #fff;
    background: var(--j4-forest);
}

body.in-jacuzzi-j4 .j4-benefits__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(46px, 6vw, 90px);
    align-items: center;
}

body.in-jacuzzi-j4 .j4-benefits__media {
    min-height: 720px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--j4-radius-lg);
}

body.in-jacuzzi-j4 .j4-benefits__media img {
    min-height: 720px;
    object-fit: cover;
}

body.in-jacuzzi-j4 .j4-benefits .j4-eyebrow {
    color: #b9cfbf;
}

body.in-jacuzzi-j4 .j4-benefits__copy h2 {
    color: #fff;
}

body.in-jacuzzi-j4 .j4-benefits__intro {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
}

body.in-jacuzzi-j4 .j4-benefit-list {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

body.in-jacuzzi-j4 .j4-benefit-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.in-jacuzzi-j4 .j4-benefit-list b {
    color: #b9cfbf;
    font-size: 12px;
    letter-spacing: 0.12em;
}

body.in-jacuzzi-j4 .j4-benefit-list strong,
body.in-jacuzzi-j4 .j4-benefit-list span {
    display: block;
}

body.in-jacuzzi-j4 .j4-benefit-list strong {
    margin-bottom: 4px;
    color: #fff;
}

body.in-jacuzzi-j4 .j4-benefit-list span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

/* Selection guide */
body.in-jacuzzi-j4 .j4-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--j4-line);
    border-radius: var(--j4-radius-md);
    overflow: hidden;
}

body.in-jacuzzi-j4 .j4-guide-card {
    min-height: 330px;
    padding: 28px;
    border-right: 1px solid var(--j4-line);
    background: var(--j4-white);
}

body.in-jacuzzi-j4 .j4-guide-card:last-child {
    border-right: 0;
}

body.in-jacuzzi-j4 .j4-guide-card > span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 76px;
    place-items: center;
    border: 1px solid var(--j4-line);
    border-radius: 50%;
    color: var(--j4-forest-light);
    font-size: 11px;
    font-weight: 800;
}

body.in-jacuzzi-j4 .j4-guide-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.1;
}

body.in-jacuzzi-j4 .j4-guide-card p {
    margin: 0;
    color: var(--j4-muted);
    font-size: 13px;
}

body.in-jacuzzi-j4 .j4-use-cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

body.in-jacuzzi-j4 .j4-use-cases article {
    padding: 26px;
    border-radius: var(--j4-radius-md);
    color: #fff;
    background: var(--j4-ink);
}

body.in-jacuzzi-j4 .j4-use-cases article:nth-child(2) {
    background: var(--j4-forest);
}

body.in-jacuzzi-j4 .j4-use-cases article:nth-child(3) {
    color: var(--j4-ink);
    background: var(--j4-sand);
}

body.in-jacuzzi-j4 .j4-use-cases small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

body.in-jacuzzi-j4 .j4-use-cases h3 {
    margin: 35px 0 10px;
    color: inherit;
    font-size: 24px;
}

body.in-jacuzzi-j4 .j4-use-cases p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

body.in-jacuzzi-j4 .j4-use-cases article:nth-child(3) p {
    color: rgba(17, 19, 17, 0.67);
}

/* Site preparation */
body.in-jacuzzi-j4 .j4-preparation {
    background: var(--j4-cream);
}

body.in-jacuzzi-j4 .j4-preparation__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: start;
}

body.in-jacuzzi-j4 .j4-preparation__intro {
    position: sticky;
    top: 92px;
}

body.in-jacuzzi-j4 .j4-preparation__intro > p:not(.j4-eyebrow) {
    margin: 22px 0 0;
    color: var(--j4-muted);
}

body.in-jacuzzi-j4 .j4-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.in-jacuzzi-j4 .j4-checklist li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-top: 1px solid var(--j4-line);
}

body.in-jacuzzi-j4 .j4-checklist li:last-child {
    border-bottom: 1px solid var(--j4-line);
}

body.in-jacuzzi-j4 .j4-checklist > li > span {
    color: var(--j4-forest-light);
    font-size: 12px;
    font-weight: 800;
}

body.in-jacuzzi-j4 .j4-checklist strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

body.in-jacuzzi-j4 .j4-checklist p {
    margin: 0;
    color: var(--j4-muted);
    font-size: 14px;
}

/* Process */
body.in-jacuzzi-j4 .j4-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--j4-line);
    border-radius: var(--j4-radius-md);
}

body.in-jacuzzi-j4 .j4-process__steps article {
    min-height: 300px;
    padding: 28px;
    border-right: 1px solid var(--j4-line);
    background: var(--j4-white);
}

body.in-jacuzzi-j4 .j4-process__steps article:last-child {
    border-right: 0;
}

body.in-jacuzzi-j4 .j4-process__steps b {
    display: block;
    margin-bottom: 90px;
    color: var(--j4-forest-light);
    font-size: 12px;
}

body.in-jacuzzi-j4 .j4-process__steps h3 {
    margin: 0 0 10px;
    font-size: 23px;
}

body.in-jacuzzi-j4 .j4-process__steps p {
    margin: 0;
    color: var(--j4-muted);
    font-size: 13px;
}

/* FAQ */
body.in-jacuzzi-j4 .j4-faq {
    color: #fff;
    background: var(--j4-ink);
}

body.in-jacuzzi-j4 .j4-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(45px, 7vw, 100px);
}

body.in-jacuzzi-j4 .j4-faq .j4-eyebrow {
    color: #b9cfbf;
}

body.in-jacuzzi-j4 .j4-faq h2 {
    color: #fff;
}

body.in-jacuzzi-j4 .j4-faq__lead {
    max-width: 520px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.62);
}

body.in-jacuzzi-j4 .j4-faq details {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

body.in-jacuzzi-j4 .j4-faq details:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

body.in-jacuzzi-j4 .j4-faq summary {
    position: relative;
    padding: 20px 50px 20px 0;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    list-style: none;
}

body.in-jacuzzi-j4 .j4-faq summary::-webkit-details-marker {
    display: none;
}

body.in-jacuzzi-j4 .j4-faq summary::after {
    content: "+";
    position: absolute;
    top: 17px;
    right: 0;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
}

body.in-jacuzzi-j4 .j4-faq details[open] summary::after {
    content: "−";
}

body.in-jacuzzi-j4 .j4-faq details p {
    margin: -2px 48px 22px 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

/* Crosslinks */
body.in-jacuzzi-j4 .j4-crosslinks {
    background: var(--j4-cream);
}

body.in-jacuzzi-j4 .j4-crosslinks__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.in-jacuzzi-j4 .j4-crosslinks__grid a {
    display: flex;
    min-height: 180px;
    padding: 28px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--j4-radius-md);
    color: #fff !important;
    background: var(--j4-forest);
    transition: transform 180ms ease;
}

body.in-jacuzzi-j4 .j4-crosslinks__grid a:nth-child(2) {
    background: var(--j4-ink);
}

body.in-jacuzzi-j4 .j4-crosslinks__grid a:nth-child(3) {
    background: var(--j4-forest-light);
}

body.in-jacuzzi-j4 .j4-crosslinks__grid a:hover,
body.in-jacuzzi-j4 .j4-crosslinks__grid a:focus-visible {
    transform: translateY(-3px);
    outline: none;
}

body.in-jacuzzi-j4 .j4-crosslinks__grid strong,
body.in-jacuzzi-j4 .j4-crosslinks__grid span {
    display: block;
}

body.in-jacuzzi-j4 .j4-crosslinks__grid strong {
    margin-bottom: 8px;
    font-size: 25px;
}

body.in-jacuzzi-j4 .j4-crosslinks__grid span {
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
}

/* Final CTA */
body.in-jacuzzi-j4 .j4-final {
    padding: 48px 0;
    background: var(--j4-paper);
}

body.in-jacuzzi-j4 .j4-final__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    padding: clamp(34px, 5vw, 66px);
    border-radius: var(--j4-radius-lg);
    color: #fff;
    background: var(--j4-ink);
}

body.in-jacuzzi-j4 .j4-final .j4-eyebrow {
    color: #b9cfbf;
}

body.in-jacuzzi-j4 .j4-final h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

body.in-jacuzzi-j4 .j4-final p:not(.j4-eyebrow) {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

body.in-jacuzzi-j4 .j4-final .j4-actions {
    margin-top: 0;
    justify-content: flex-end;
}

body.in-jacuzzi-j4 .j4-final .j4-button--primary {
    color: var(--j4-ink) !important;
    background: #fff;
    border-color: #fff;
}

body.in-jacuzzi-j4 .j4-final .j4-button--secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1020px) {
    body.in-jacuzzi-j4 .j4-section-heading,
    body.in-jacuzzi-j4 .j4-hero__grid,
    body.in-jacuzzi-j4 .j4-benefits__layout,
    body.in-jacuzzi-j4 .j4-preparation__layout,
    body.in-jacuzzi-j4 .j4-faq__layout,
    body.in-jacuzzi-j4 .j4-final__box {
        grid-template-columns: 1fr;
    }

    body.in-jacuzzi-j4 .j4-hero__media,
    body.in-jacuzzi-j4 .j4-benefits__media {
        min-height: 520px;
    }

    body.in-jacuzzi-j4 .j4-benefits__media img {
        min-height: 520px;
    }

    body.in-jacuzzi-j4 .j4-confidence__grid,
    body.in-jacuzzi-j4 .j4-guide-grid,
    body.in-jacuzzi-j4 .j4-process__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    body.in-jacuzzi-j4 .j4-confidence__item:nth-child(2),
    body.in-jacuzzi-j4 .j4-guide-card:nth-child(2),
    body.in-jacuzzi-j4 .j4-process__steps article:nth-child(2) {
        border-right: 0;
    }

    body.in-jacuzzi-j4 .j4-confidence__item:nth-child(-n+2),
    body.in-jacuzzi-j4 .j4-guide-card:nth-child(-n+2),
    body.in-jacuzzi-j4 .j4-process__steps article:nth-child(-n+2) {
        border-bottom: 1px solid var(--j4-line);
    }

    body.in-jacuzzi-j4 .j4-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.in-jacuzzi-j4 .j4-crosslinks__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.in-jacuzzi-j4 .j4-preparation__intro {
        position: static;
    }

    body.in-jacuzzi-j4 .j4-final .j4-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    body.in-jacuzzi-j4 #content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
    }

    body.in-jacuzzi-j4 article.pageArticleDetail > header,
    body.in-jacuzzi-j4 .j4-container {
        width: min(100% - 32px, var(--j4-container));
    }

    body.in-jacuzzi-j4 article.pageArticleDetail > header {
        margin-top: 28px !important;
        margin-bottom: 20px !important;
    }

    body.in-jacuzzi-j4 article.pageArticleDetail > header h1 {
        font-size: clamp(36px, 11.5vw, 48px) !important;
        line-height: 1.01 !important;
        letter-spacing: -0.046em !important;
    }

    body.in-jacuzzi-j4 .j4-jumpnav__inner {
        width: 100%;
        padding-inline: 12px;
    }

    body.in-jacuzzi-j4 .j4-hero {
        padding: 26px 0 54px;
    }

    body.in-jacuzzi-j4 .j4-hero__grid {
        gap: 32px;
    }

    body.in-jacuzzi-j4 .j4-hero__copy h2 {
        font-size: clamp(34px, 10.5vw, 45px);
    }

    body.in-jacuzzi-j4 .j4-hero__media {
        min-height: 440px;
        border-radius: var(--j4-radius-md);
    }

    body.in-jacuzzi-j4 .j4-hero__badge {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }

    body.in-jacuzzi-j4 .j4-actions,
    body.in-jacuzzi-j4 .j4-final .j4-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.in-jacuzzi-j4 .j4-button {
        width: 100%;
    }

    body.in-jacuzzi-j4 .j4-confidence__grid,
    body.in-jacuzzi-j4 .j4-featured-grid,
    body.in-jacuzzi-j4 .j4-catalog-grid,
    body.in-jacuzzi-j4 .j4-guide-grid,
    body.in-jacuzzi-j4 .j4-use-cases,
    body.in-jacuzzi-j4 .j4-process__steps,
    body.in-jacuzzi-j4 .j4-crosslinks__grid {
        grid-template-columns: 1fr;
    }

    body.in-jacuzzi-j4 .j4-confidence__item,
    body.in-jacuzzi-j4 .j4-confidence__item:nth-child(2),
    body.in-jacuzzi-j4 .j4-guide-card,
    body.in-jacuzzi-j4 .j4-guide-card:nth-child(2),
    body.in-jacuzzi-j4 .j4-process__steps article,
    body.in-jacuzzi-j4 .j4-process__steps article:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--j4-line);
    }

    body.in-jacuzzi-j4 .j4-confidence__item:last-child,
    body.in-jacuzzi-j4 .j4-guide-card:last-child,
    body.in-jacuzzi-j4 .j4-process__steps article:last-child {
        border-bottom: 0;
    }

    body.in-jacuzzi-j4 .j4-confidence__item:first-child {
        padding-left: 24px;
    }

    body.in-jacuzzi-j4 .j4-confidence__item:last-child {
        padding-right: 24px;
    }

    body.in-jacuzzi-j4 .j4-collections,
    body.in-jacuzzi-j4 .j4-catalog,
    body.in-jacuzzi-j4 .j4-benefits,
    body.in-jacuzzi-j4 .j4-guide,
    body.in-jacuzzi-j4 .j4-preparation,
    body.in-jacuzzi-j4 .j4-process,
    body.in-jacuzzi-j4 .j4-faq,
    body.in-jacuzzi-j4 .j4-crosslinks {
        padding: 76px 0;
    }

    body.in-jacuzzi-j4 .j4-section-heading {
        gap: 18px;
        margin-bottom: 30px;
    }

    body.in-jacuzzi-j4 .j4-section-heading h2,
    body.in-jacuzzi-j4 .j4-benefits__copy h2,
    body.in-jacuzzi-j4 .j4-preparation__intro h2,
    body.in-jacuzzi-j4 .j4-faq h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    body.in-jacuzzi-j4 .j4-featured-card {
        grid-template-rows: 360px 1fr;
    }

    body.in-jacuzzi-j4 .j4-featured-card__content,
    body.in-jacuzzi-j4 .j4-range-card__body {
        padding: 23px;
    }

    body.in-jacuzzi-j4 .j4-range-card {
        grid-template-rows: 300px 1fr;
    }

    body.in-jacuzzi-j4 .j4-catalog-note {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    body.in-jacuzzi-j4 .j4-benefits__media,
    body.in-jacuzzi-j4 .j4-benefits__media img {
        min-height: 430px;
    }

    body.in-jacuzzi-j4 .j4-guide-card > span,
    body.in-jacuzzi-j4 .j4-process__steps b {
        margin-bottom: 35px;
    }

    body.in-jacuzzi-j4 .j4-preparation__layout,
    body.in-jacuzzi-j4 .j4-faq__layout {
        gap: 38px;
    }

    body.in-jacuzzi-j4 .j4-final {
        padding: 24px 0;
    }

    body.in-jacuzzi-j4 .j4-final__box {
        padding: 32px 22px;
        border-radius: var(--j4-radius-md);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.in-jacuzzi-j4 .j4-landing *,
    body.in-jacuzzi-j4 .j4-landing *::before,
    body.in-jacuzzi-j4 .j4-landing *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
