.jd-landscape-page {
    --jd-red: #e4002b;
    --jd-ink: #1a1713;
    --jd-muted: #6f6a63;
    --jd-warm: #fbfaf8;
    --jd-line: #dfdcd7;
    --jd-shell: 1304px;
    color: var(--jd-ink);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: #fff;
}

.jd-landscape-page *,
.jd-landscape-page *::before,
.jd-landscape-page *::after {
    box-sizing: border-box;
}

.jd-landscape-page a {
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.jd-landscape-page a:focus-visible,
.jd-landscape-page button:focus-visible,
.jd-landscape-page input:focus-visible,
.jd-landscape-page textarea:focus-visible,
.jd-landscape-page summary:focus-visible {
    outline: 3px solid rgba(228, 0, 43, 0.28);
    outline-offset: 3px;
}

.jd-landscape-shell {
    width: min(calc(100% - 48px), var(--jd-shell));
    margin-inline: auto;
}

.jd-landscape-hero {
    padding: 28px 0 0;
}

.jd-landscape-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(420px, 1fr);
    min-height: 840px;
    overflow: hidden;
    border-radius: 28px;
    background: #f3f0ea;
}

.jd-landscape-hero__visual {
    position: relative;
    min-height: 840px;
    overflow: hidden;
}

.jd-landscape-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jd-landscape-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 19, 11, 0.02) 38%, rgba(12, 15, 9, 0.83) 100%);
}

.jd-landscape-hero__copy {
    position: absolute;
    z-index: 1;
    inset: auto 56px 54px;
    color: #fff;
}

.jd-landscape-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.jd-landscape-breadcrumb a,
.jd-landscape-breadcrumb a:hover,
.jd-landscape-breadcrumb a:focus {
    color: inherit;
    text-decoration: none;
}

.jd-landscape-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 4.45vw, 68px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    text-wrap: balance;
}

.jd-landscape-hero__copy > p {
    max-width: 700px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.55;
}

.jd-landscape-hero__form-wrap {
    display: flex;
    align-items: center;
    padding: 40px;
}

.jd-landscape-form-card {
    width: 100%;
    padding: 32px;
    border: 1px solid #d8d4cf;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(68, 55, 38, 0.09);
}

.jd-landscape-form-card h2 {
    margin: 0 0 24px;
    color: var(--jd-ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.jd-landscape-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 14px;
}

.jd-landscape-field--full {
    grid-column: 1 / -1;
}

.jd-landscape-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--jd-ink);
    font-size: 13px;
    font-weight: 700;
}

.jd-landscape-field label span {
    color: var(--jd-red);
}

.jd-landscape-page .jd-landscape-field .form-control {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d8d4cf;
    border-radius: 11px;
    color: var(--jd-ink);
    font: inherit;
    font-size: 14px;
    background: var(--jd-warm);
    box-shadow: none;
}

.jd-landscape-page .jd-landscape-field textarea.form-control {
    min-height: 92px;
    padding-block: 13px;
    resize: vertical;
}

.jd-landscape-page .jd-landscape-field .form-control::placeholder {
    color: #8a857e;
}

.jd-landscape-page .jd-landscape-field .form-control:focus {
    border-color: var(--jd-red);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(228, 0, 43, 0.1);
}

.jd-landscape-page .jd-landscape-field .form-control[data-validation-state="valid"] {
    border-color: rgba(22, 122, 69, 0.56);
}

.jd-landscape-page .jd-landscape-field .form-control[data-validation-state="invalid"] {
    border-color: rgba(180, 20, 43, 0.58);
}

.jd-landscape-field-feedback {
    margin: 7px 2px 0;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
}

.jd-landscape-field-feedback[hidden] {
    display: none !important;
}

.jd-landscape-field-feedback[data-state="valid"] {
    color: #167a45;
}

.jd-landscape-field-feedback[data-state="invalid"] {
    color: #9f1830;
}

.jd-landscape-honeypot,
.jd-landscape-recaptcha {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.jd-landscape-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    background: var(--jd-red);
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.jd-landscape-submit:hover {
    background: #c90026;
    transform: translateY(-1px);
}

.jd-landscape-submit:active {
    transform: translateY(1px);
}

.jd-landscape-form-note {
    margin: 9px auto 0;
    max-width: 340px;
    color: #8a857e;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.jd-landscape-page:not(.jd-reference-article-page) .jd-landscape-form-note {
    position: relative;
    left: 50%;
    width: max-content;
    max-width: none;
    white-space: nowrap;
    transform: translateX(-50%);
}

.jd-landscape-page .jd-landscape-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.jd-landscape-page .jd-landscape-form-error {
    margin: 18px 0 -4px;
    padding: 11px 13px;
    border: 1px solid rgba(180, 20, 43, 0.22);
    border-radius: 10px;
    color: #9f1830;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    background: #fff2f4;
}

.jd-landscape-page .jd-landscape-form-card.is-submitted > h2,
.jd-landscape-page .jd-landscape-form-card.is-submitted > form {
    display: none;
}

.jd-landscape-page .jd-landscape-form-success {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 18px;
    text-align: center;
}

.jd-landscape-page .jd-landscape-form-success[hidden],
.jd-landscape-page .jd-landscape-form-error[hidden] {
    display: none !important;
}

.jd-landscape-page .jd-landscape-form-success__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    background: #167a45;
    box-shadow: 0 12px 30px rgba(22, 122, 69, 0.2);
}

.jd-landscape-page .jd-landscape-form-success__eyebrow {
    margin: 0 0 10px;
    color: #167a45;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jd-landscape-page .jd-landscape-form-success h2 {
    max-width: 330px;
    margin: 0;
    font-size: 27px;
    line-height: 1.2;
}

.jd-landscape-page .jd-landscape-form-success > p:last-child {
    margin: 14px 0 0;
    color: #6f6a64;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.jd-landscape-intro {
    padding: 68px 0 74px;
}

.jd-landscape-intro p {
    margin: 0;
    padding: 6px 0 6px 30px;
    border-left: 3px solid var(--jd-red);
    color: var(--jd-ink);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.jd-landscape-section {
    padding: 94px 0 110px;
}

.jd-landscape-section--warm {
    border-top: 1px solid #efede9;
    border-bottom: 1px solid #efede9;
    background: var(--jd-warm);
}

.jd-landscape-section-heading {
    max-width: 840px;
    margin: 0 auto 54px;
    text-align: center;
}

.jd-landscape-eyebrow {
    margin: 0 0 20px;
    color: var(--jd-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.jd-landscape-section-heading h2 {
    margin: 0;
    color: var(--jd-ink);
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.03;
    text-wrap: balance;
}

.jd-landscape-section-heading > p:last-child:not(.jd-landscape-eyebrow) {
    margin: 22px auto 0;
    color: var(--jd-muted);
    font-size: 16px;
    line-height: 1.6;
}

.jd-landscape-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.jd-metal-page .jd-landscape-hero__image {
    object-position: center;
}

.jd-metal-page .jd-landscape-hero__copy {
    bottom: 54px;
    max-width: 440px;
}

.jd-metal-page .jd-landscape-intro p {
    max-width: 1120px;
}

.jd-varnish-page .jd-landscape-hero__image {
    object-position: center;
}

.jd-varnish-page .jd-landscape-hero__copy {
    bottom: max(56px, calc(935px - 100vh));
    max-width: 650px;
}

.jd-varnish-page #quote {
    scroll-margin-block-start: 80px;
}

.jd-grouped-service-page .jd-landscape-hero__image {
    object-position: center;
}

.jd-grouped-service-page .jd-landscape-hero__copy {
    bottom: max(140px, calc(1040px - 100vh));
    max-width: 660px;
}

.jd-grouped-service-page .jd-landscape-hero h1 {
    font-size: clamp(44px, 4vw, 64px);
}

.jd-grouped-service-page .jd-landscape-hero__copy > p {
    max-width: 560px;
}

.jd-grouped-service-page .jd-landscape-intro p {
    max-width: 1180px;
}

.jd-grouped-service-page #quote {
    scroll-margin-block-start: 80px;
}

.jd-grouped-coverage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jd-grouped-service-card {
    cursor: default;
}

.jd-grouped-coverage-cta {
    min-height: 168px;
}

@media (min-width: 992px) {
    .jd-varnish-page .jd-landscape-hero__copy > p {
        max-width: min(480px, calc(50vw - 185px));
    }
}

.jd-varnish-page .jd-landscape-intro p {
    max-width: 1180px;
}

.jd-metal-coverage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jd-varnish-coverage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1300px) and (min-width: 992px) {
    .jd-metal-page .jd-landscape-form-grid {
        grid-template-columns: 1fr;
    }

    .jd-metal-page .jd-landscape-field--full {
        grid-column: auto;
    }
}

.jd-landscape-coverage-card {
    display: flex;
    min-height: 168px;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border: 1px solid var(--jd-line);
    border-radius: 18px;
    color: var(--jd-ink);
    background: rgba(255, 255, 255, 0.55);
}

.jd-landscape-coverage-card h3,
.jd-landscape-coverage-card > span {
    margin: 0 0 10px;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.jd-landscape-coverage-card p {
    margin: 0;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.55;
}

.jd-landscape-coverage-card--cta {
    border-color: var(--jd-red);
    color: #fff;
    text-decoration: none;
    background: var(--jd-red);
}

.jd-landscape-coverage-card--cta:hover,
.jd-landscape-coverage-card--cta:focus {
    color: #fff;
    text-decoration: none;
    background: #c90026;
    transform: translateY(-2px);
}

.jd-landscape-coverage-card--cta strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.jd-landscape-faq__shell {
    max-width: 930px;
}

.jd-landscape-faq-list {
    display: grid;
    gap: 14px;
}

.jd-landscape-faq-list details {
    overflow: hidden;
    border: 1px solid var(--jd-line);
    border-radius: 18px;
    background: var(--jd-warm);
}

.jd-landscape-faq-list summary {
    position: relative;
    padding: 25px 70px 25px 26px;
    color: var(--jd-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.jd-landscape-faq-list summary::-webkit-details-marker {
    display: none;
}

.jd-landscape-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--jd-line);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-50%);
}

.jd-landscape-faq-list details[open] summary::after {
    content: "−";
}

.jd-landscape-faq-list details > p {
    margin: 0;
    padding: 0 70px 25px 26px;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.65;
}

@media (min-width: 992px) {
    :is(
        .jd-landscape-page:not(.jd-metal-page):not(.jd-varnish-page):not(.jd-grouped-service-page),
        .jd-metal-page,
        .jd-varnish-page,
        .jd-grouped-service-page
    ) .jd-landscape-hero__grid,
    :is(
        .jd-landscape-page:not(.jd-metal-page):not(.jd-varnish-page):not(.jd-grouped-service-page),
        .jd-metal-page,
        .jd-varnish-page,
        .jd-grouped-service-page
    ) .jd-landscape-hero__visual {
        min-height: 0;
    }
}

@media (max-width: 1199px) {
    .jd-landscape-hero__grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(390px, 1fr);
    }

    .jd-landscape-hero__copy {
        inset-inline: 44px;
    }

    .jd-metal-page .jd-landscape-hero__copy {
        bottom: 80px;
        max-width: 340px;
    }

    .jd-varnish-page .jd-landscape-hero__copy {
        bottom: max(40px, calc(916px - 100vh));
    }

    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: max(140px, calc(1016px - 100vh));
    }

    .jd-landscape-hero__form-wrap {
        padding: 32px;
    }

    .jd-landscape-form-card {
        padding: 28px;
    }

    .jd-landscape-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-metal-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .jd-landscape-shell {
        width: min(calc(100% - 40px), var(--jd-shell));
    }

    .jd-landscape-hero__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .jd-landscape-hero__visual {
        min-height: 430px;
    }

    .jd-landscape-hero__form-wrap {
        padding: 24px;
    }

    .jd-metal-page .jd-landscape-hero__copy {
        bottom: 86px;
        max-width: none;
    }

    .jd-varnish-page .jd-landscape-hero__copy {
        bottom: 32px;
        max-width: none;
    }

    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: 32px;
        max-width: none;
    }

    .jd-landscape-section {
        padding: 78px 0 90px;
    }
}

@media (max-width: 767px) {
    .jd-landscape-shell {
        width: min(calc(100% - 32px), var(--jd-shell));
    }

    .jd-landscape-hero {
        padding-top: 24px;
    }

    .jd-landscape-hero__grid {
        border-radius: 22px;
    }

    .jd-landscape-hero__visual {
        min-height: 360px;
    }

    .jd-landscape-hero__copy {
        inset: auto 32px 34px;
    }

    .jd-metal-page .jd-landscape-hero__copy {
        bottom: 76px;
    }

    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: 34px;
    }

    .jd-landscape-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .jd-landscape-hero h1 {
        font-size: clamp(36px, 8vw, 48px);
    }

    .jd-landscape-hero__copy > p {
        margin-top: 18px;
        font-size: 16px;
    }

    .jd-landscape-form-card {
        padding: 26px;
    }

    .jd-landscape-intro {
        padding: 58px 0 64px;
    }

    .jd-landscape-intro p {
        padding-left: 22px;
        font-size: 16px;
    }

    .jd-landscape-section {
        padding: 64px 0 76px;
    }

    .jd-landscape-section-heading {
        margin-bottom: 40px;
    }

    .jd-landscape-section-heading h2 {
        font-size: clamp(34px, 7vw, 46px);
    }
}

@media (max-width: 520px) {
    .jd-landscape-shell {
        width: calc(100% - 40px);
    }

    .jd-landscape-hero__visual {
        min-height: 335px;
    }

    .jd-landscape-hero__copy {
        inset: auto 20px 26px;
    }

    .jd-metal-page .jd-landscape-hero__visual {
        min-height: 310px;
    }

    .jd-metal-page .jd-landscape-hero__copy {
        bottom: 29px;
    }

    .jd-varnish-page .jd-landscape-hero__copy {
        bottom: 24px;
    }

    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: 24px;
    }

    .jd-metal-page .jd-landscape-hero__copy > p {
        margin-top: 16px;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5;
    }

    .jd-landscape-breadcrumb {
        gap: 7px;
    }

    .jd-landscape-hero h1 {
        font-size: 38px;
    }

    .jd-landscape-hero__form-wrap {
        padding: 16px;
    }

    .jd-landscape-form-card {
        padding: 20px;
        border-radius: 18px;
    }

    .jd-landscape-page:not(.jd-reference-article-page) .jd-landscape-form-note {
        position: static;
        width: auto;
        max-width: 340px;
        white-space: normal;
        transform: none;
    }

    .jd-landscape-form-card h2 {
        font-size: 23px;
    }

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

    .jd-landscape-field--full {
        grid-column: auto;
    }

    .jd-landscape-coverage-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jd-metal-coverage-grid {
        grid-template-columns: 1fr;
    }

    .jd-grouped-coverage-grid {
        grid-template-columns: 1fr;
    }

    .jd-landscape-coverage-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .jd-landscape-coverage-card--cta {
        min-height: 170px;
    }

    .jd-landscape-faq-list summary {
        padding: 22px 62px 22px 22px;
        font-size: 15px;
    }

    .jd-landscape-faq-list summary::after {
        right: 20px;
    }

    .jd-landscape-faq-list details > p {
        padding: 0 22px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jd-landscape-page *,
    .jd-landscape-page *::before,
    .jd-landscape-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Landscape page: reference-inspired shared controls, scoped to this route. */
body:has(.jd-reference-article-page) .jd-landscape-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10030;
}

body:has(.jd-reference-article-page) .jd-landscape-header .tt-header,
body:has(.jd-reference-article-page) .jd-landscape-header .tt-header.stick {
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

body:has(.jd-reference-article-page) .jd-landscape-header:has(.tt-header.stick) .header_top {
    position: absolute;
    top: 0;
}

.jd-landscape-header {
    position: relative;
    z-index: 1000;
    min-height: 82px;
    border-bottom: 1px solid #ece9e4;
    color: #1a1713;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 34px rgba(45, 38, 29, 0.06);
}

.jd-landscape-header .tt-header {
    height: 82px;
    border: 0;
    background: transparent;
}

.jd-landscape-header .tt-header.stick {
    border-bottom: 1px solid #ece9e4;
    background: #fff !important;
    backdrop-filter: none;
    -webkit-animation: none !important;
    animation: none !important;
}

.jd-metal-header .tt-header,
.jd-metal-header .tt-header.stick {
    border-bottom: 1px solid #ece9e4;
    background: #fff !important;
    backdrop-filter: none;
}

.jd-landscape-header .tt-header .container {
    display: flex;
    width: min(calc(100% - 48px), 1304px);
    height: 82px;
    align-items: center;
    padding: 0;
}

.jd-landscape-header .top-inner {
    position: relative;
    z-index: 3;
    flex: 0 0 142px;
    height: 82px;
}

.jd-landscape-header .main-logo {
    display: flex;
    height: 82px;
    align-items: center;
    padding: 0;
}

.jd-landscape-header .main-logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #171512;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.jd-landscape-header .main-logo a::after {
    content: "Joydom";
}

.jd-landscape-header .main-logo img {
    width: 48px !important;
    height: 48px;
    object-fit: contain;
}

.jd-landscape-header .toggle-block,
.jd-landscape-header .toggle-block-container,
.jd-landscape-header .main-nav {
    position: static;
    float: none;
    width: 100%;
    height: auto;
}

.jd-landscape-header .toggle-block {
    flex: 1 1 auto;
}

.jd-landscape-header .main-nav > ul {
    position: relative;
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.15vw, 22px);
    margin: 0;
    padding: 0 154px 0 12px;
}

.jd-landscape-header .main-nav > ul > li {
    float: none;
    margin: 0;
    padding: 0;
}

.jd-landscape-header .main-nav > ul > li:first-child {
    display: none;
}

.jd-landscape-header .main-nav > ul > li > a {
    display: flex;
    min-height: 82px;
    align-items: center;
    padding: 0;
    color: #302c27;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.jd-landscape-header .main-nav > ul > li > a:hover,
.jd-landscape-header .main-nav > ul > li.active > a {
    color: #d92f36;
}

.jd-landscape-header .main-nav .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.jd-landscape-header .main-nav .menu-toggle::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
}

.jd-landscape-header .main-nav > ul > li > ul {
    top: 70px;
    border: 1px solid #ece9e4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(45, 38, 29, 0.14);
}

.jd-landscape-header .main-nav > ul > li.logn {
    position: absolute;
    right: 0;
    top: 19px;
}

.jd-landscape-header .main-nav > ul > li.logn > a {
    min-height: 44px;
}

.jd-landscape-header .main-nav .logn .sim-button {
    width: 102px;
    height: 44px;
    border: 1px solid #dedad4;
    border-radius: 999px;
    color: #302c27;
    line-height: 42px;
    background: #fff;
    box-shadow: none;
}

.jd-landscape-header .main-nav .logn .sim-button:hover {
    border-color: #d92f36;
    color: #fff !important;
    background: #d92f36;
}

.jd-landscape-header .main-nav .logn .sim-button:hover span {
    color: #fff !important;
}

.jd-landscape-header .header_top {
    position: absolute;
    top: 0;
    right: max(140px, calc((100% - 1304px) / 2 + 116px));
    left: auto;
    z-index: 102;
    display: block !important;
    width: 142px;
    height: 82px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: none;
    pointer-events: auto;
}

.jd-landscape-header:has(.tt-header.stick) .header_top {
    position: fixed;
    top: 0;
}

.jd-landscape-header .header_top .container,
.jd-landscape-header .header_top .row,
.jd-landscape-header .header_top .col-md-7,
.jd-landscape-header .header_top .right_content,
.jd-landscape-header .header_top ul {
    position: static;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

.jd-landscape-header .header_top ul {
    background: transparent !important;
    box-shadow: none !important;
}

.jd-landscape-header .header_top .col-md-5,
.jd-landscape-header .header_top li {
    display: none;
}

.jd-landscape-header .header_top li.jd-landscape-header-whatsapp-item {
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 142px;
    height: 44px;
    margin: 0;
    border: 0;
    pointer-events: auto;
}

.jd-landscape-header .jd-landscape-header-whatsapp-item .icon,
.jd-landscape-header .jd-landscape-header-whatsapp-item h5 {
    display: none;
}

.jd-landscape-header .jd-landscape-header-whatsapp-item .text,
.jd-landscape-header .jd-landscape-header-whatsapp-item h6 {
    width: 100%;
    height: 100%;
    margin: 0;
}

.jd-landscape-header .jd-header-whatsapp-link {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    color: #16683b !important;
    font-size: 13px;
    font-weight: 800;
    background: #edf8f1;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.jd-landscape-header .jd-header-whatsapp-link::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: url("../../images/whatsapp.png") center / contain no-repeat;
}

.jd-landscape-header .jd-header-whatsapp-link:hover {
    color: #fff !important;
    background: #167a45;
    transform: translateY(-1px);
}

@media (min-width: 1200px) {
    .jd-landscape-header .main-nav > ul > li > .mobile-submenu {
        max-height: min(70vh, 560px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .jd-landscape-header .main-nav > ul > li:hover > .mobile-submenu,
    .jd-landscape-header .main-nav > ul > li:focus-within > .mobile-submenu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .jd-landscape-header .mobile-submenu > li > a {
        padding: 12px 16px;
        font-size: 12px;
        line-height: 1.4;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .jd-landscape-page:not(.jd-reference-article-page) .jd-landscape-form-note {
        font-size: 9px;
    }

    .jd-landscape-header .main-nav > ul {
        gap: 9px;
        padding-right: 154px;
    }

    .jd-landscape-header .main-nav > ul > li > a {
        font-size: 11px;
    }

    .jd-landscape-header .header_top li.jd-landscape-header-whatsapp-item {
        right: 106px;
        width: 128px;
    }

    .jd-landscape-header .main-nav .logn .sim-button {
        width: 94px;
    }
}

@media (max-width: 1199px) {
    .jd-landscape-header,
    .jd-landscape-header .tt-header,
    .jd-landscape-header .tt-header .container,
    .jd-landscape-header .top-inner {
        min-height: 64px;
        height: 64px;
    }

    .jd-landscape-header .tt-header .container {
        display: block;
        width: 100%;
        padding: 0 16px;
    }

    .jd-landscape-header .tt-header {
        overflow: visible !important;
    }

    .jd-landscape-header .top-inner {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .jd-landscape-header .top-inner::before,
    .jd-landscape-header .top-inner::after {
        display: none;
    }

    .jd-landscape-header .main-logo {
        display: none !important;
    }

    .jd-landscape-header .responsive_logo {
        position: absolute;
        top: 10px;
        left: 16px;
        display: block;
        height: 44px;
        margin: 0;
    }

    .jd-landscape-header .responsive_logo img {
        width: 44px;
        max-width: none;
        height: 44px;
        margin: 0;
        object-fit: contain;
    }

    .jd-landscape-header .cmn-toggle-switch {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        float: none;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: #fff;
    }

    .jd-landscape-header .cmn-toggle-switch span,
    .jd-landscape-header .cmn-toggle-switch::before,
    .jd-landscape-header .cmn-toggle-switch::after {
        top: 20px;
    }

    .jd-landscape-header .header_top {
        left: auto;
        right: 80px;
        width: 44px;
        height: 64px;
        transform: none;
    }

    .jd-landscape-header .header_top li.jd-landscape-header-whatsapp-item {
        top: 10px;
        right: 0;
        width: 44px;
        height: 44px;
    }

    .jd-landscape-header .jd-header-whatsapp-link {
        width: 44px;
        height: 44px;
        padding: 11px;
        overflow: hidden;
        font-size: 0 !important;
        line-height: 0;
        white-space: nowrap;
    }

    .jd-landscape-header .jd-landscape-header-whatsapp-item h6 {
        overflow: hidden;
        font-size: 0 !important;
        line-height: 0;
    }

    .jd-landscape-header .jd-header-whatsapp-link::before {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        transform: translate(1px, -1px);
    }

    .jd-landscape-header .toggle-block {
        display: none;
        position: absolute !important;
        top: 64px;
        right: 12px;
        left: auto;
        z-index: 103;
        width: min(300px, calc(100% - 32px));
        height: auto !important;
        max-height: calc(100vh - 148px);
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border-top: 1px solid #ece9e4;
        border-radius: 0 0 18px 18px;
        background: #fff;
        box-shadow: 0 22px 40px rgba(45, 38, 29, 0.12);
    }

    .jd-landscape-header .main-nav > ul {
        display: block;
        min-height: 0;
        padding: 6px 10px 12px;
    }

    .jd-landscape-header .main-nav > ul > li:first-child {
        display: block;
    }

    .jd-landscape-header .main-nav > ul > li > a {
        position: relative;
        width: 100% !important;
        min-height: 36px;
        padding: 0 10px;
        font-size: 12.5px;
    }

    .jd-landscape-header .main-nav > ul > li > a .menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 44px;
        height: 36px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        transition: transform 180ms ease;
    }

    .jd-landscape-header .main-nav > ul > li > a:hover,
    .jd-landscape-header .main-nav > ul > li > a:focus,
    .jd-landscape-header .main-nav > ul > li.select > a {
        color: #fff !important;
        background: #d92f36;
    }

    .jd-landscape-header .main-nav > ul > li.select > a .menu-toggle {
        transform: rotate(180deg);
    }

    .jd-landscape-header .main-nav > ul > li > .mobile-submenu {
        position: static;
        display: none;
        width: 100%;
        max-height: 240px;
        margin: 0 0 6px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #ece9e4;
        border-radius: 12px;
        visibility: visible;
        opacity: 1;
        background: #faf9f7;
        box-shadow: none;
        transform: none;
        transition: none;
    }

    .jd-landscape-header .main-nav > ul > li > .mobile-submenu > li {
        border-bottom: 1px solid #ece9e4;
        overflow: visible;
    }

    .jd-landscape-header .main-nav > ul > li > .mobile-submenu > li:last-child {
        border-bottom: 0;
    }

    .jd-landscape-header .main-nav > ul > li > .mobile-submenu > li > a {
        display: flex;
        width: 100% !important;
        min-height: 36px;
        align-items: center;
        margin: 0;
        padding: 8px 14px;
        color: #3a3631;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
        background: transparent;
    }

    .jd-landscape-header .main-nav > ul > li > .mobile-submenu > li > a:hover,
    .jd-landscape-header .main-nav > ul > li > .mobile-submenu > li > a:focus {
        color: #fff;
        background: #d92f36;
    }

    .jd-landscape-header .mobile-submenu > li > a::before,
    .jd-landscape-header .mobile-submenu > li > a::after,
    .jd-landscape-header .mobile-submenu > li > a span::before {
        display: none !important;
    }

    .jd-landscape-header .main-nav > ul > li > a::before,
    .jd-landscape-header .main-nav > ul > li > a::after {
        display: none !important;
    }

    .jd-landscape-header .main-nav > ul > li.logn {
        position: static;
    }

    .jd-landscape-header .main-nav > ul > li.logn > a {
        display: block;
        min-height: 44px;
    }

    .jd-landscape-header .main-nav .logn .sim-button {
        width: 100%;
        height: 40px;
        margin-top: 4px;
        line-height: 38px;
        text-align: center;
    }

}

@media (max-width: 520px) {
    .jd-landscape-header .toggle-block {
        right: 10px;
        width: min(260px, calc(100% - 32px));
        border-radius: 0 0 16px 16px;
    }

}

/* Approved grouped-service header treatment, scoped away from the site-wide header. */
.jd-grouped-services-header .main-nav .logn > a:hover .sim-button,
.jd-grouped-services-header .main-nav .logn > a:focus-visible .sim-button {
    border-color: #d92f36;
    color: #fff !important;
    background: #d92f36;
}

.jd-grouped-services-header .main-nav .logn > a:hover .sim-button span,
.jd-grouped-services-header .main-nav .logn > a:focus-visible .sim-button span {
    color: #fff !important;
}

@media (max-width: 1199px) {
    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch {
        overflow: hidden;
        border: 1px solid rgba(26, 23, 19, 0.14);
        border-radius: 12px;
        color: #1a1713;
        background: transparent;
        box-shadow: none;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch span,
    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch::before,
    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch::after {
        position: absolute;
        left: 12px;
        right: auto;
        display: block;
        width: 19px;
        height: 2px;
        margin: 0;
        border: 0;
        border-radius: 999px;
        content: "";
        opacity: 1;
        background: currentColor;
        transform: none;
        transform-origin: center;
        transition: top 180ms ease, opacity 180ms ease, transform 180ms ease;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch span {
        top: 20px;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch::before {
        top: 13px;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch::after {
        top: 27px;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch span::before,
    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch span::after {
        display: none !important;
        content: none !important;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch.active span {
        opacity: 0;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch.active::before,
    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch.active::after {
        top: 20px;
        width: 20px;
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch.active::before {
        transform: rotate(45deg);
    }

    :is(.jd-grouped-services-header, .jd-metal-header, .jd-varnish-header, .jd-landscape-header:not(.jd-metal-header):not(.jd-varnish-header):not(.jd-grouped-services-header)) .cmn-toggle-switch.active::after {
        transform: rotate(-45deg);
    }
}

@media (min-width: 1200px) {
    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: max(24px, calc(835px - 100vh));
        max-width: 660px;
    }
}

@media (min-width: 992px) {
    .jd-grouped-service-page .jd-landscape-hero__copy > p {
        max-width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jd-grouped-service-page .jd-landscape-hero__copy {
        bottom: 32px;
    }
}

@media (max-width: 991px) {
    .jd-grouped-service-page .jd-landscape-hero__visual {
        min-height: 469px;
    }
}

@media (max-width: 767px) {
    .jd-grouped-service-page .jd-landscape-hero__visual {
        min-height: 434px;
    }
}

/* Door & Window article: reference-inspired editorial layout, route scoped. */
.jd-reference-article-page {
    min-height: 100vh;
    overflow: hidden;
}

.jd-article-hero {
    padding: 30px 0 96px;
}

.jd-article-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
}

.jd-article-hero__card {
    position: relative;
    display: flex;
    min-height: 262px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 56px 42px;
    border-radius: 28px;
    color: #fff;
    background: var(--jd-red);
}

.jd-article-hero__card::before,
.jd-article-hero__card::after {
    position: absolute;
    display: none;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.jd-article-hero__card::before {
    top: -170px;
    right: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.035), 0 0 0 108px rgba(255, 255, 255, 0.025);
}

.jd-article-hero__card::after {
    bottom: -190px;
}

.jd-article-breadcrumb,
.jd-article-category,
.jd-article-hero__card h1 {
    position: relative;
    z-index: 1;
}

.jd-article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.jd-article-breadcrumb a,
.jd-article-breadcrumb a:hover,
.jd-article-breadcrumb a:focus {
    color: inherit;
    text-decoration: none;
}

.jd-article-category {
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
    background: transparent;
}

.jd-article-hero__card h1 {
    max-width: 1192px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 4.45vw, 64px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    text-wrap: balance;
}

.jd-article-hero__media {
    aspect-ratio: 1155 / 680;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    background: #eeeae5;
}

.jd-reference-article-page .jd-article-hero__media {
    width: 86%;
    max-width: 1080px;
    justify-self: center;
}

.jd-reference-article-page--tall-image .jd-article-hero__media {
    aspect-ratio: 1155 / 750;
}

.jd-reference-article-page .jd-article-hero__card h1 {
    max-width: none;
    font-size: clamp(11px, 3.15vw, 48px);
    letter-spacing: -0.045em;
    line-height: 1.04;
    white-space: nowrap;
    text-wrap: nowrap;
}

.jd-article-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jd-article-content {
    padding: 0 0 112px;
}

.jd-article-copy {
    max-width: 1304px;
    color: #504b45;
    font-size: 17px;
    line-height: 1.82;
}

.jd-article-copy > :first-child {
    margin-top: 0 !important;
}

.jd-article-copy p {
    margin: 0 0 24px !important;
    color: #504b45 !important;
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 1.82 !important;
    white-space: normal !important;
}

.jd-article-copy p:empty,
.jd-article-copy p:has(> br:only-child) {
    display: none;
}

.jd-article-copy span {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
    background: transparent !important;
}

.jd-article-copy h1,
.jd-article-copy h2,
.jd-article-copy h3,
.jd-article-copy h4 {
    margin: 70px 0 24px !important;
    color: var(--jd-ink) !important;
    font-family: inherit !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em;
    line-height: 1.12 !important;
    text-wrap: balance;
}

.jd-article-copy h1,
.jd-article-copy h2 {
    font-size: clamp(35px, 3.4vw, 48px) !important;
}

.jd-article-copy h3,
.jd-article-copy h4 {
    font-size: clamp(24px, 2.3vw, 31px) !important;
}

.jd-article-copy a {
    color: #c91f31;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.jd-article-copy a:hover,
.jd-article-copy a:focus {
    color: #9e1726;
}

.jd-article-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 54px;
    padding-top: 34px;
    border-top: 1px solid #e9e5df;
    color: #c91f31 !important;
    font-size: 14px;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.jd-article-enquiry {
    padding: 92px 0;
    border-top: 1px solid #ece8e3;
    background: #fff;
    scroll-margin-block-start: 84px;
}

.jd-article-enquiry__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: center;
    max-width: 1304px;
}

.jd-article-enquiry__copy h2 {
    margin: 0;
    color: var(--jd-ink);
    font-size: clamp(48px, 4.3vw, 62px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.jd-article-enquiry__copy > p:not(.jd-landscape-eyebrow) {
    max-width: 460px;
    margin: 22px 0 0;
    color: var(--jd-muted);
    font-size: 17.5px;
    line-height: 1.5;
}

.jd-article-enquiry__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(24px, auto));
    grid-auto-flow: column;
    gap: 14px 16px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.jd-article-enquiry__copy li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0;
    color: var(--jd-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.jd-article-enquiry__copy li::before {
    content: none;
}

.jd-article-enquiry__check {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--jd-red);
}

.jd-reference-article-page .jd-landscape-form-card {
    padding: 32px;
    border: 1px solid rgba(26, 23, 19, 0.14);
    border-radius: 22px;
    box-shadow: 0 24px 54px -38px rgba(26, 23, 19, 0.5);
}

.jd-reference-article-page .jd-landscape-form-note {
    width: max-content;
    max-width: none;
    white-space: nowrap;
}

.jd-reference-article-page .jd-landscape-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.jd-reference-article-page .jd-landscape-form-error {
    margin: 18px 0 -4px;
    padding: 11px 13px;
    border: 1px solid rgba(180, 20, 43, 0.22);
    border-radius: 10px;
    color: #9f1830;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    background: #fff2f4;
}

.jd-reference-article-page .jd-landscape-form-card.is-submitted > h2,
.jd-reference-article-page .jd-landscape-form-card.is-submitted > form {
    display: none;
}

.jd-reference-article-page .jd-landscape-form-success {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 18px;
    text-align: center;
}

.jd-reference-article-page .jd-landscape-form-success[hidden],
.jd-reference-article-page .jd-landscape-form-error[hidden] {
    display: none !important;
}

.jd-reference-article-page .jd-landscape-form-success__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    background: #167a45;
    box-shadow: 0 12px 30px rgba(22, 122, 69, 0.2);
}

.jd-reference-article-page .jd-landscape-form-success__eyebrow {
    margin: 0 0 10px;
    color: #167a45;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jd-reference-article-page .jd-landscape-form-success h2 {
    max-width: 330px;
    margin: 0;
    color: var(--jd-ink);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
}

.jd-reference-article-page .jd-landscape-form-success > p:last-child {
    margin: 14px 0 0;
    color: #6f6a64;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .jd-article-hero__card {
        padding: 44px;
    }

    .jd-article-hero__card h1 {
        font-size: clamp(46px, 4.7vw, 60px);
    }

    .jd-article-enquiry__grid {
        gap: 58px;
    }
}

@media (max-width: 991px) {
    .jd-article-hero {
        padding-top: 24px;
    }

    .jd-article-enquiry__grid {
        grid-template-columns: 1fr;
    }

    .jd-article-hero__grid {
        gap: 44px;
    }

    .jd-article-copy {
        max-width: var(--jd-shell);
    }

    .jd-article-enquiry__copy {
        max-width: 680px;
    }

    .jd-article-enquiry__grid {
        max-width: 780px;
    }
}

@media (max-width: 767px) {
    .jd-article-hero {
        padding: 24px 0 64px;
    }

    .jd-article-hero__grid {
        gap: 20px;
    }

    .jd-article-hero__card {
        min-height: 250px;
        padding: 34px;
        border-radius: 24px;
    }

    .jd-article-hero__media {
        border-radius: 24px;
    }

    .jd-article-breadcrumb {
        font-size: 12px;
    }

    .jd-article-hero__card h1 {
        font-size: clamp(42px, 10vw, 54px);
    }

    .jd-article-content {
        padding-bottom: 84px;
    }

    .jd-article-copy,
    .jd-article-copy p {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .jd-article-copy h1,
    .jd-article-copy h2,
    .jd-article-copy h3,
    .jd-article-copy h4 {
        margin-top: 54px !important;
    }

    .jd-article-enquiry {
        padding: 78px 0 92px;
    }

    .jd-article-enquiry__copy h2 {
        font-size: clamp(44px, 11vw, 60px);
    }

    .jd-article-enquiry__copy ul {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
    }
}

@media (max-width: 520px) {
    .jd-article-hero__card {
        min-height: 270px;
        padding: 26px 24px;
    }

    .jd-article-hero__grid {
        gap: 28px;
    }

    .jd-article-category {
        margin-bottom: 18px;
    }

    .jd-article-hero__card h1 {
        font-size: 40px;
    }

    .jd-reference-article-page .jd-landscape-form-card {
        padding: 22px 20px;
    }

    .jd-reference-article-page .jd-landscape-form-note {
        width: auto;
        max-width: 340px;
        white-space: normal;
    }
}

/* Reference-styled About, Services, Promotions, Articles, FAQs and Contact pages. */
.jd-content-page {
    overflow: clip;
}

.jd-content-page [hidden] {
    display: none !important;
}

.jd-content-page h1,
.jd-content-page h2,
.jd-content-page h3,
.jd-content-page p {
    text-wrap: pretty;
}

.jd-content-hero {
    padding: 28px 0 0;
}

.jd-content-hero__panel {
    position: relative;
    min-height: 376px;
    overflow: hidden;
    padding: 56px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.16), transparent 31%),
        #d82935;
    box-shadow: 0 24px 56px rgba(122, 26, 36, 0.1);
}

.jd-content-hero__panel::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 105%, rgba(125, 7, 25, 0.16), transparent 34%);
    content: "";
    pointer-events: none;
}

.jd-content-hero__panel > * {
    position: relative;
    z-index: 1;
}

.jd-content-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.5;
}

.jd-content-breadcrumb a,
.jd-content-breadcrumb a:hover,
.jd-content-breadcrumb a:focus {
    color: inherit;
    text-decoration: none;
}

.jd-content-hero h1 {
    max-width: 1180px;
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 5.05vw, 72px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

.jd-content-page--about .jd-content-hero h1 {
    font-size: clamp(54px, 4.5vw, 64px);
}

.jd-content-hero__panel > p {
    max-width: 1080px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.55;
}

.jd-content-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.jd-content-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-style: normal;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.jd-content-button:hover,
.jd-content-button:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.jd-content-button:active {
    transform: translateY(1px);
}

.jd-content-button--whatsapp {
    border-color: rgba(40, 170, 75, 0.32);
    color: var(--jd-ink);
    background: #fff;
    box-shadow: 0 10px 28px rgba(71, 23, 31, 0.12);
}

.jd-content-button--whatsapp:hover,
.jd-content-button--whatsapp:focus {
    color: var(--jd-ink);
    background: #f7fff8;
}

.jd-content-button--whatsapp i {
    color: #2eb85c;
    font-size: 18px;
}

.jd-content-button--outline {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
}

.jd-content-button--outline:hover,
.jd-content-button--outline:focus {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.jd-content-button--red {
    color: #fff;
    background: #d82935;
}

.jd-content-button--red:hover,
.jd-content-button--red:focus {
    color: #fff;
    background: #bc202d;
}

.jd-content-button--dark,
.jd-content-button--dark-outline {
    color: #fff;
    background: #1c1a17;
}

.jd-content-button--dark:hover,
.jd-content-button--dark:focus {
    color: #fff;
    background: #302d28;
}

.jd-content-button--dark-outline {
    border-color: rgba(255, 255, 255, 0.28);
    background: transparent;
}

.jd-content-button--dark-outline:hover,
.jd-content-button--dark-outline:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.jd-content-section {
    padding: 92px 0 106px;
}

.jd-content-section--warm {
    background: #faf8f5;
}

.jd-content-eyebrow,
.jd-content-card-eyebrow {
    margin: 0 0 16px;
    color: #c92836;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.jd-content-section h2,
.jd-content-callout h2,
.jd-content-enquiry__copy h2 {
    margin: 0;
    color: var(--jd-ink);
    font-size: clamp(42px, 4.4vw, 62px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.jd-content-section__intro {
    max-width: 660px;
    margin: 20px 0 0;
    color: var(--jd-muted);
    font-size: 17px;
    line-height: 1.7;
}

.jd-content-story__panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.62fr);
    gap: 60px;
    margin-top: 34px;
    padding: 48px 52px;
    border: 1px solid #e7e1dc;
    border-radius: 26px;
    background: #fbf8f5;
}

.jd-content-story__lead {
    margin: 0;
    padding-left: 26px;
    border-left: 3px solid #cf2a37;
    color: var(--jd-ink);
    font-size: 21px;
    font-weight: 650;
    line-height: 1.55;
}

.jd-content-prose p {
    margin: 0 0 19px;
    color: var(--jd-muted);
    font-size: 16px;
    line-height: 1.75;
}

.jd-content-prose p:last-child {
    margin-bottom: 0;
}

.jd-content-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    border-block: 1px solid #e3dfda;
}

.jd-content-stats > div {
    min-width: 0;
    padding: 34px 28px 36px;
    border-right: 1px solid #e3dfda;
}

.jd-content-stats > div:last-child {
    border-right: 0;
}

.jd-content-stats strong {
    display: block;
    color: #c92836;
    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.jd-content-stats span {
    display: block;
    max-width: 230px;
    margin-top: 12px;
    color: var(--jd-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
}

.jd-content-values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
}

.jd-content-values-grid article {
    position: relative;
    min-height: 270px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid #e7e1dc;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(79, 58, 45, 0.05);
}

.jd-content-values-grid article > span {
    display: block;
    margin-bottom: 42px;
    color: #d8d0c9;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.jd-content-values-grid h3 {
    margin: 0 0 14px;
    color: var(--jd-ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.jd-content-values-grid p {
    max-width: 570px;
    margin: 0;
    color: var(--jd-muted);
    font-size: 15px;
    line-height: 1.75;
}

.jd-content-reviews__grid {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.jd-content-reviews__grid > div:first-child > p:last-child {
    max-width: 680px;
    margin: 22px auto 0;
    color: var(--jd-muted);
    font-size: 17px;
    line-height: 1.7;
}

.jd-content-rating {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    margin-top: 28px;
    padding: 13px 18px;
    border: 1px solid #e4dfda;
    border-radius: 16px;
    color: var(--jd-ink);
    background: #fff;
    box-shadow: 0 12px 30px rgba(79, 58, 45, 0.06);
}

.jd-content-rating strong {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.jd-content-rating__stars {
    color: #f3b51b;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.jd-content-rating > span:last-child {
    color: var(--jd-muted);
    font-size: 13px;
    font-weight: 650;
}

.jd-content-review-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 9px 18px;
    border: 1px solid #d9d2cc;
    border-radius: 999px;
    color: #5a5248;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    background: #fff;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jd-content-review-link:hover,
.jd-content-review-link:focus {
    border-color: #c92836;
    color: #b82230;
    text-decoration: none;
    transform: translateY(-1px);
}

.jd-content-review-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.jd-content-review-card {
    display: flex;
    min-width: 0;
    min-height: 335px;
    flex-direction: column;
    margin: 0;
    padding: 28px;
    border: 1px solid #e8e2dc;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(79, 58, 45, 0.06);
}

.jd-content-review-card__stars {
    color: #f3b51b;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1;
}

.jd-content-review-card__quote {
    display: -webkit-box;
    max-height: 147px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #4f4943;
    font-size: 14px;
    font-style: normal;
    line-height: 1.75;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.jd-content-review-card__quote:not(.is-collapsed) {
    display: block;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: initial;
}

.jd-content-review-toggle {
    align-self: flex-start;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    outline-offset: 4px;
    color: #81776e;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
}

.jd-content-review-toggle:hover,
.jd-content-review-toggle:focus-visible {
    color: #b82230;
}

.jd-content-review-card figcaption {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
    text-align: left;
}

.jd-content-review-card__avatar {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    background: #c92836;
}

.jd-content-review-card figcaption > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.jd-content-review-card figcaption strong {
    color: var(--jd-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.jd-content-review-card figcaption small {
    color: var(--jd-muted);
    font-size: 11px;
    line-height: 1.45;
}

.jd-content-filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(270px, 0.75fr);
    gap: 16px;
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #e3dfda;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(79, 58, 45, 0.07);
}

.jd-content-filter-panel--faq {
    grid-template-columns: 1fr;
}

.jd-content-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--jd-ink);
    font-size: 13px;
    font-weight: 750;
}

.jd-content-filter-input {
    position: relative;
    display: block;
}

.jd-content-filter-input i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #8d8881;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.jd-content-filter-field input,
.jd-content-filter-field select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #dcd7d1;
    border-radius: 14px;
    color: var(--jd-ink);
    font: inherit;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
}

.jd-content-filter-field--search input {
    padding-left: 45px;
}

.jd-content-filter-field input:focus,
.jd-content-filter-field select:focus {
    border-color: #cf2a37;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(207, 42, 55, 0.1);
}

.jd-content-result-count {
    grid-column: 1 / -1;
    margin: 3px 0 0;
    color: var(--jd-muted);
    font-size: 13px;
}

.jd-content-result-count strong {
    color: var(--jd-ink);
    font-variant-numeric: tabular-nums;
}

.jd-content-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.jd-content-service-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4dfda;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(79, 58, 45, 0.06);
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.jd-content-service-card:hover {
    box-shadow: 0 22px 48px rgba(79, 58, 45, 0.12);
    transform: translateY(-4px);
}

.jd-content-service-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.jd-content-service-card__media {
    display: block;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
    background: #eee9e3;
}

.jd-content-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.jd-content-service-card:hover img {
    transform: scale(1.035);
}

.jd-content-service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.jd-content-service-card__body strong {
    color: var(--jd-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.22;
}

.jd-content-service-card__body > span:not(.jd-content-card-eyebrow) {
    margin-top: 12px;
    color: var(--jd-muted);
    font-size: 13px;
    line-height: 1.65;
}

.jd-content-service-card__body em {
    margin-top: auto;
    padding-top: 24px;
    color: #c92836;
    font-size: 13px;
    font-style: normal;
    font-weight: 750;
}

.jd-content-callout {
    padding: 0 0 106px;
}

.jd-content-callout__panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 42px;
    padding: 52px;
    border-radius: 26px;
    color: #fff;
    background: #1c1a17;
}

.jd-content-callout h2 {
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
}

.jd-content-callout__panel > div > p:last-child {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.jd-content-promotions > .jd-landscape-shell > h2 {
    margin-bottom: 40px;
}

.jd-content-promotion-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    min-height: 440px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #e4dfda;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(79, 58, 45, 0.07);
}

.jd-content-promotion-card--featured {
    border: 0;
    color: #fff;
    background: #1c1a17;
    box-shadow: 0 24px 58px rgba(28, 26, 23, 0.14);
}

.jd-content-promotion-card__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 56px;
}

.jd-content-promotion-card__label {
    display: inline-flex;
    padding: 7px 13px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    background: #d82935;
}

.jd-content-promotion-card h3 {
    margin: 24px 0 0;
    color: var(--jd-ink);
    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.jd-content-promotion-card--featured h3 {
    color: #fff;
}

.jd-content-promotion-card__copy > p {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--jd-muted);
    font-size: 15px;
    line-height: 1.72;
}

.jd-content-promotion-card--featured .jd-content-promotion-card__copy > p {
    color: rgba(255, 255, 255, 0.72);
}

.jd-content-promotion-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.jd-content-promotion-card__media {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #eee9e3;
}

.jd-content-promotion-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jd-content-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 38px;
}

.jd-content-section-heading > p {
    margin: 0 0 4px;
    color: var(--jd-muted);
    font-size: 15px;
    line-height: 1.7;
}

.jd-content-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.jd-content-article-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4dfda;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(79, 58, 45, 0.06);
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.jd-content-article-card:hover {
    box-shadow: 0 22px 48px rgba(79, 58, 45, 0.11);
    transform: translateY(-4px);
}

.jd-content-article-card__media {
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: #eee9e3;
}

.jd-content-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.jd-content-article-card:hover .jd-content-article-card__media img {
    transform: scale(1.035);
}

.jd-content-article-card__body {
    padding: 26px;
}

.jd-content-article-card h3 {
    margin: 0;
    color: var(--jd-ink);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.jd-content-article-card h3 a,
.jd-content-article-card h3 a:hover,
.jd-content-article-card h3 a:focus {
    color: inherit;
    text-decoration: none;
}

.jd-content-article-card__link {
    display: inline-block;
    margin-top: 24px;
    color: #c92836;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.jd-content-article-card__link:hover,
.jd-content-article-card__link:focus {
    color: #9f1e2a;
    text-decoration: none;
}

.jd-content-faq-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
    gap: 42px;
    margin-top: 40px;
}

.jd-content-faq-aside {
    position: sticky;
    top: 112px;
    padding: 22px;
    border-left: 3px solid #c92836;
    border-radius: 0 16px 16px 0;
    background: #fbf3f1;
}

.jd-content-faq-aside span {
    display: block;
    color: #c92836;
    font-size: 14px;
    font-weight: 800;
}

.jd-content-faq-aside p {
    margin: 9px 0 0;
    color: var(--jd-muted);
    font-size: 12px;
    line-height: 1.55;
}

.jd-content-faq-list details {
    border-bottom: 1px solid #e2ddd7;
}

.jd-content-faq-list summary {
    position: relative;
    padding: 25px 56px 25px 4px;
    color: var(--jd-ink);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.jd-content-faq-list summary::-webkit-details-marker {
    display: none;
}

.jd-content-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 6px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #c92836;
    font-size: 22px;
    font-weight: 500;
    background: #fbf3f1;
    content: "+";
    transform: translateY(-50%);
}

.jd-content-faq-list details[open] summary::after {
    content: "−";
}

.jd-content-faq-list details > div {
    padding: 0 56px 26px 4px;
}

.jd-content-faq-list details p {
    max-width: 820px;
    margin: 0;
    color: var(--jd-muted);
    font-size: 15px;
    line-height: 1.75;
}

.jd-content-empty-state {
    grid-column: 1 / -1;
    padding: 32px;
    border: 1px dashed #d8d1ca;
    border-radius: 20px;
    text-align: center;
    background: #fbfaf8;
}

.jd-content-empty-state--large {
    padding: 70px 32px;
}

.jd-content-empty-state h3 {
    margin: 0;
    color: var(--jd-ink);
    font-size: 24px;
    font-weight: 800;
}

.jd-content-empty-state p {
    margin: 12px 0 0;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.65;
}

.jd-content-empty-state .jd-content-button {
    margin-top: 24px;
}

.jd-content-enquiry {
    padding: 96px 0 110px;
    background: #faf8f5;
}

.jd-content-enquiry__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
    align-items: center;
    gap: 80px;
}

.jd-content-enquiry__copy h2 {
    max-width: 680px;
}

.jd-content-enquiry__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 22px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.jd-content-enquiry__copy li {
    position: relative;
    padding-left: 26px;
    color: var(--jd-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
}

.jd-content-enquiry__copy li::before {
    position: absolute;
    top: 0.12em;
    left: 0;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    background: #d82935;
    content: "✓";
}

.jd-content-form-alert {
    margin: -6px 0 20px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}

.jd-content-form-alert--success {
    border: 1px solid rgba(22, 122, 69, 0.2);
    color: #12663b;
    background: #effaf3;
}

.jd-content-form-alert--error {
    border: 1px solid rgba(180, 20, 43, 0.2);
    color: #9f1830;
    background: #fff2f4;
}

.jd-content-page .jd-landscape-form-card.is-submitted > h2,
.jd-content-page .jd-landscape-form-card.is-submitted > form,
.jd-content-page .jd-landscape-form-card.is-submitted > .jd-content-form-alert {
    display: none;
}

.jd-content-page .jd-landscape-form-success {
    min-height: 390px;
}

.jd-content-contact__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    align-items: stretch;
    gap: 26px;
}

.jd-content-contact-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.jd-content-contact-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    border: 1px solid #e4dfda;
    border-radius: 22px;
    color: var(--jd-ink);
    text-decoration: none;
    background: #fff;
    box-shadow: 0 14px 34px rgba(79, 58, 45, 0.05);
}

.jd-content-contact-card:hover,
.jd-content-contact-card:focus {
    border-color: #d2cbc5;
    color: var(--jd-ink);
    text-decoration: none;
    box-shadow: 0 20px 44px rgba(79, 58, 45, 0.1);
    transform: translateY(-2px);
}

.jd-content-contact-card--whatsapp {
    border-color: rgba(46, 184, 92, 0.42);
}

.jd-content-contact-card i {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 14px;
    color: #c92836;
    font-size: 20px;
    background: #fbf0ef;
}

.jd-content-contact-card--whatsapp i {
    color: #249d4e;
    background: #eefaf1;
}

.jd-content-contact-card > span {
    color: #7c766f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jd-content-contact-card strong {
    margin-top: 9px;
    color: var(--jd-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.jd-content-contact-card small {
    margin-top: 8px;
    color: var(--jd-muted);
    font-size: 12px;
    line-height: 1.55;
}

.jd-content-enquiry--contact {
    padding: 0;
    background: transparent;
}

.jd-content-enquiry--contact .jd-landscape-form-card {
    height: 100%;
}

.jd-content-coverage > .jd-landscape-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 60px;
}

.jd-content-coverage__copy > p:not(.jd-content-eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--jd-muted);
    font-size: 16px;
    line-height: 1.75;
}

.jd-content-coverage__copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.jd-content-coverage__copy li {
    padding: 8px 13px;
    border: 1px solid #ded8d2;
    border-radius: 999px;
    color: #5f5953;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}

.jd-content-map {
    min-height: 470px;
    overflow: hidden;
    border-radius: 26px;
    background: #e8e4df;
    box-shadow: 0 22px 50px rgba(79, 58, 45, 0.1);
}

.jd-content-map iframe {
    width: 100%;
    height: 470px;
    border: 0;
}

@media (max-width: 1199px) {
    .jd-content-hero__panel {
        min-height: 350px;
        padding: 50px;
    }

    .jd-content-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jd-content-contact__grid {
        grid-template-columns: minmax(320px, 0.78fr) minmax(440px, 1.22fr);
    }
}

@media (max-width: 991px) {
    .jd-content-hero__panel {
        min-height: 320px;
        padding: 46px;
    }

    .jd-content-story__panel,
    .jd-content-reviews__grid,
    .jd-content-section-heading,
    .jd-content-promotion-card,
    .jd-content-enquiry__grid,
    .jd-content-contact__grid,
    .jd-content-coverage > .jd-landscape-shell {
        grid-template-columns: 1fr;
    }

    .jd-content-story__panel,
    .jd-content-reviews__grid,
    .jd-content-section-heading,
    .jd-content-enquiry__grid,
    .jd-content-coverage > .jd-landscape-shell {
        gap: 38px;
    }

    .jd-content-rating {
        width: auto;
    }

    .jd-content-review-cards {
        grid-template-columns: none;
        grid-auto-columns: min(78vw, 360px);
        grid-auto-flow: column;
        padding: 0 0 12px;
        overflow-x: auto;
        scroll-padding-inline: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .jd-content-review-card {
        scroll-snap-align: start;
    }

    .jd-content-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-content-stats > div:nth-child(2) {
        border-right: 0;
    }

    .jd-content-stats > div:nth-child(-n+2) {
        border-bottom: 1px solid #e3dfda;
    }

    .jd-content-service-grid,
    .jd-content-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-content-promotion-card__media {
        min-height: 360px;
        order: -1;
    }

    .jd-content-faq-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .jd-content-faq-aside {
        position: static;
    }

    .jd-content-enquiry--contact {
        order: -1;
    }

    .jd-content-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-content-map,
    .jd-content-map iframe {
        min-height: 420px;
        height: 420px;
    }
}

@media (max-width: 767px) {
    .jd-content-hero {
        padding-top: 20px;
    }

    .jd-content-hero__panel {
        min-height: 0;
        padding: 42px 34px;
        border-radius: 25px;
    }

    .jd-content-hero h1 {
        font-size: clamp(42px, 10vw, 56px);
    }

    .jd-content-page--about .jd-content-hero h1 {
        font-size: clamp(38px, 9.75vw, 42px);
    }

    .jd-content-hero__panel > p {
        font-size: 17px;
    }

    .jd-content-section {
        padding: 76px 0 86px;
    }

    .jd-content-story__panel {
        padding: 34px;
    }

    .jd-content-values-grid {
        grid-template-columns: 1fr;
    }

    .jd-content-values-grid article {
        min-height: 0;
    }

    .jd-content-filter-panel {
        grid-template-columns: 1fr;
    }

    .jd-content-callout {
        padding-bottom: 86px;
    }

    .jd-content-callout__panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 38px;
    }

    .jd-content-promotion-card__copy {
        padding: 40px 34px;
    }

    .jd-content-enquiry {
        padding: 80px 0 92px;
    }

    .jd-content-enquiry__copy ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .jd-content-page .jd-landscape-shell {
        width: min(calc(100% - 40px), var(--jd-shell));
    }

    .jd-content-hero__panel {
        padding: 39px 26px 38px;
    }

    .jd-content-breadcrumb {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .jd-content-hero h1 {
        font-size: 40px;
        line-height: 1;
    }

    .jd-content-page--about .jd-content-hero h1 {
        font-size: 38px;
    }

    .jd-content-hero__panel > p {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.6;
    }

    .jd-content-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .jd-content-button {
        min-height: 50px;
        padding-inline: 22px;
    }

    .jd-content-section h2,
    .jd-content-callout h2,
    .jd-content-enquiry__copy h2 {
        font-size: 39px;
    }

    .jd-content-story__panel {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .jd-content-story__lead {
        padding-left: 18px;
        font-size: 18px;
    }

    .jd-content-stats > div {
        padding: 28px 18px;
    }

    .jd-content-stats strong {
        font-size: 34px;
    }

    .jd-content-values-grid article {
        padding: 30px 26px;
    }

    .jd-content-values-grid article > span {
        margin-bottom: 28px;
    }

    .jd-content-rating {
        display: grid;
        width: 100%;
        min-height: 0;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px 12px;
        text-align: left;
    }

    .jd-content-review-link {
        grid-column: 1 / -1;
        width: 100%;
        margin-left: 0;
    }

    .jd-content-review-cards {
        grid-auto-columns: min(84vw, 340px);
    }

    .jd-content-review-card {
        min-height: 330px;
        padding: 25px;
    }

    .jd-content-filter-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .jd-content-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .jd-content-service-card {
        border-radius: 18px;
    }

    .jd-content-service-card__media {
        aspect-ratio: 1 / 1;
    }

    .jd-content-service-card__body {
        padding: 17px;
    }

    .jd-content-service-card__body strong {
        font-size: 16px;
    }

    .jd-content-service-card__body > span:not(.jd-content-card-eyebrow) {
        display: none;
    }

    .jd-content-service-card__body em {
        padding-top: 16px;
        font-size: 11px;
    }

    .jd-content-card-eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
    }

    .jd-content-callout__panel {
        padding: 32px 26px;
        border-radius: 22px;
    }

    .jd-content-promotion-card {
        border-radius: 24px;
    }

    .jd-content-promotion-card__media {
        min-height: 280px;
    }

    .jd-content-promotion-card__copy {
        padding: 34px 26px;
    }

    .jd-content-promotion-card h3 {
        font-size: 35px;
    }

    .jd-content-promotion-card__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .jd-content-article-grid {
        grid-template-columns: 1fr;
    }

    .jd-content-article-card__body {
        padding: 24px;
    }

    .jd-content-faq-aside {
        padding: 18px;
    }

    .jd-content-faq-list summary {
        padding-right: 48px;
        font-size: 16px;
    }

    .jd-content-faq-list details > div {
        padding-right: 8px;
    }

    .jd-content-contact-cards {
        grid-template-columns: 1fr;
    }

    .jd-content-contact-card {
        min-height: 0;
        padding: 25px;
    }

    .jd-content-map,
    .jd-content-map iframe {
        min-height: 340px;
        height: 340px;
    }
}

/* About page: match the approved reference body without affecting shared chrome. */
.jd-content-page--about {
    --jd-accent: #e4002b;
    --jd-about-hairline: rgba(26, 23, 19, 0.07);
    --jd-about-hairline-strong: rgba(26, 23, 19, 0.14);
    --jd-about-muted: #5a5248;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--about .jd-landscape-shell {
    width: min(calc(100% - 56px), 1304px);
}

.jd-content-page--about .jd-content-hero__panel {
    min-height: 441px;
    padding: 56px;
    border-radius: 28px;
    background: #e4002b;
    box-shadow: none;
}

.jd-content-page--about .jd-content-hero__panel::after {
    inset: auto;
    top: -40%;
    right: -10%;
    display: block;
    width: 55%;
    height: 130%;
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), transparent);
}

.jd-content-page--about .jd-content-breadcrumb {
    margin-bottom: 22px;
    font-size: 13.5px;
    font-weight: 600;
}

.jd-content-page--about .jd-content-hero h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
    text-wrap: wrap;
    white-space: normal;
}

.jd-content-page--about .jd-content-hero__panel > p {
    max-width: 1000px;
    margin-top: 16px;
    font-size: 19px;
    line-height: 1.5;
}

.jd-content-page--about .jd-content-hero__actions {
    margin-top: 28px;
}

.jd-content-page--about .jd-content-button {
    min-height: 58px;
}

.jd-content-page--about .jd-content-button--whatsapp {
    padding: 11px 22px;
    border-color: #25d366;
    box-shadow: none;
}

.jd-content-page--about .jd-content-button--outline {
    padding: 16px 30px;
    font-size: 16px;
}

.jd-content-page--about .jd-content-story {
    padding: 64px 0;
}

.jd-content-page--about .jd-content-eyebrow {
    margin-bottom: 14px;
    color: var(--jd-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.jd-content-page--about .jd-content-story > .jd-landscape-shell > h2,
.jd-content-page--about .jd-content-values-section > .jd-landscape-shell > h2,
.jd-content-page--about .jd-content-reviews__grid h2,
.jd-content-page--about .jd-content-enquiry__copy h2 {
    color: var(--jd-ink);
    font-size: clamp(34px, 4.4vw, 54px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.02;
    text-wrap: balance;
}

.jd-content-page--about .jd-content-story > .jd-landscape-shell > h2 {
    margin-top: 8px;
}

.jd-content-page--about .jd-content-story__panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
    align-items: start;
    gap: clamp(30px, 5vw, 72px);
    margin-top: 28px;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid var(--jd-about-hairline);
    border-radius: 24px;
    background: #fff8f5;
}

.jd-content-page--about .jd-content-story__lead {
    position: sticky;
    top: 96px;
    padding: 4px 0 4px clamp(18px, 2.2vw, 30px);
    border-left-color: #e4002b;
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 500;
    line-height: 1.55;
}

.jd-content-page--about .jd-content-prose {
    min-width: 0;
}

.jd-content-page--about .jd-content-prose p {
    margin-bottom: 18.7px;
    color: var(--jd-about-muted);
    font-size: 17px;
    line-height: 1.7;
}

.jd-content-page--about .jd-content-prose p:last-child {
    margin-bottom: 0;
}

.jd-content-page--about .jd-content-stats-band {
    padding: 56px 0;
    border-block: 1px solid var(--jd-about-hairline);
    background: #fbfaf8;
}

.jd-content-page--about .jd-content-stats {
    margin: 0;
    padding: 18px 10px;
    border: 1px solid var(--jd-about-hairline);
    border-radius: 22px;
    background: #fff;
}

.jd-content-page--about .jd-content-stats > div {
    display: flex;
    height: 96px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 18px;
    border-right: 0;
    border-left: 1px solid var(--jd-about-hairline);
    text-align: center;
}

.jd-content-page--about .jd-content-stats > div:first-child {
    border-left: 0;
}

.jd-content-page--about .jd-content-stats strong {
    color: #1a1713;
    font-size: 38px;
    letter-spacing: -0.02em;
}

.jd-content-page--about .jd-content-stats strong em {
    color: var(--jd-accent);
    font-style: normal;
}

.jd-content-page--about .jd-content-stats span {
    max-width: none;
    margin-top: 0;
    color: var(--jd-about-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.jd-content-page--about .jd-content-values-section,
.jd-content-page--about .jd-content-reviews {
    padding: 92px 0;
}

.jd-content-page--about .jd-content-values-section > .jd-landscape-shell > .jd-content-eyebrow,
.jd-content-page--about .jd-content-values-section > .jd-landscape-shell > h2,
.jd-content-page--about .jd-content-values-section > .jd-landscape-shell > .jd-content-section__intro {
    text-align: center;
}

.jd-content-page--about .jd-content-values-section > .jd-landscape-shell > .jd-content-section__intro {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--jd-about-muted);
    font-size: 17px;
    line-height: 1.5;
}

.jd-content-page--about .jd-content-values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 52px;
}

.jd-content-page--about .jd-content-values-grid article {
    min-height: 403px;
    padding: 30px;
    border: 1px solid var(--jd-about-hairline);
    border-radius: 20px;
    box-shadow: none;
}

.jd-content-page--about .jd-content-values-grid article > .jd-content-value-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #e4002b;
    background: rgba(228, 0, 43, 0.08);
}

.jd-content-page--about .jd-content-value-icon svg {
    width: 26px;
    height: 26px;
}

.jd-content-page--about .jd-content-values-grid h3 {
    margin-bottom: 9px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.jd-content-page--about .jd-content-values-grid p {
    color: var(--jd-about-muted);
    font-size: 15px;
    line-height: 1.6;
}

.jd-content-page--about .jd-content-reviews__grid > div:first-child > p:last-child {
    max-width: 760px;
    margin-top: 18px;
    color: var(--jd-about-muted);
    line-height: 1.5;
}

.jd-content-page--about .jd-content-rating {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    max-width: 760px;
    margin: 28px auto 0;
    border-color: var(--jd-about-hairline-strong);
    box-shadow: none;
}

.jd-content-page--about .jd-content-rating__logo {
    width: 166px;
    height: 28px;
    flex: 0 0 auto;
}

.jd-content-page--about .jd-content-rating__stars,
.jd-content-page--about .jd-content-review-card__stars {
    color: #fbbc04;
}

.jd-content-page--about .jd-content-rating__stars {
    letter-spacing: 2px;
}

.jd-content-page--about .jd-content-review-link {
    margin-left: 0;
    padding-inline: 16px;
    border-color: var(--jd-about-hairline-strong);
    color: var(--jd-about-muted);
    font-weight: 700;
}

.jd-content-page--about .jd-content-review-cards {
    align-items: start;
    gap: 18px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.jd-content-page--about .jd-content-review-card {
    height: 335px;
    min-height: 335px;
    padding: 30px;
    border: 1px solid var(--jd-about-hairline);
    border-radius: 20px;
    box-shadow: none;
}

.jd-content-page--about .jd-content-review-card:has(.jd-content-review-card__quote:not(.is-collapsed)) {
    height: auto;
}

.jd-content-page--about .jd-content-review-card__stars {
    margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.5;
}

.jd-content-page--about .jd-content-review-card__quote {
    max-height: 102.4px;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    color: #1a1713;
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
}

.jd-content-page--about .jd-content-review-card__quote:not(.is-collapsed) {
    max-height: none;
}

.jd-content-page--about .jd-content-review-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin: -12px 0 18px;
    padding: 0 4px;
    border: 0;
    color: #e4002b;
    font-size: 14px;
    font-weight: 700;
}

.jd-content-page--about .jd-content-review-card figcaption {
    gap: 13px;
    padding-top: 0;
}

.jd-content-page--about .jd-content-review-card__avatar {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border: 1px solid var(--jd-about-hairline-strong);
    border-radius: 50%;
    color: #e4002b;
    background: #fbfaf8;
}

.jd-content-page--about .jd-content-review-card figcaption strong {
    font-size: 15px;
    font-weight: 700;
}

.jd-content-page--about .jd-content-review-card figcaption small {
    color: var(--jd-about-muted);
    font-size: 13px;
    line-height: 1.4;
}

.jd-content-page--about .jd-content-enquiry {
    padding: 92px 0;
    border-top: 1px solid var(--jd-about-hairline);
    background: #fff;
}

.jd-content-page--about .jd-content-enquiry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.jd-content-page--about .jd-content-enquiry__copy h2 {
    font-size: clamp(38px, 4.8vw, 62px);
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.jd-content-page--about .jd-content-enquiry__copy > p {
    max-width: 460px;
    margin: 22px 0 0;
    color: var(--jd-about-muted);
    font-size: 17.5px;
    line-height: 1.5;
}

.jd-content-page--about .jd-content-enquiry__copy ul {
    gap: 14px;
    margin-top: 30px;
}

.jd-content-page--about .jd-content-enquiry__copy li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
}

.jd-content-page--about .jd-content-enquiry__copy li::before {
    display: none;
}

.jd-content-page--about .jd-content-enquiry__copy li svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #e4002b;
}

.jd-content-page--about .jd-landscape-form-card {
    padding: 32px;
    border-color: var(--jd-about-hairline-strong);
    border-radius: 22px;
    box-shadow: 0 24px 54px -38px rgba(26, 23, 19, 0.5);
}

.jd-content-page--about .jd-landscape-form-card h2 {
    margin-bottom: 22px;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.jd-content-page--about .jd-landscape-form-grid {
    gap: 14px;
}

.jd-content-page--about .jd-landscape-page .jd-landscape-field .form-control,
.jd-content-page--about .jd-landscape-field .form-control {
    height: 45px;
    font-size: 15px;
}

.jd-content-page--about .jd-landscape-field textarea.form-control {
    min-height: 76px;
    height: 76px;
}

.jd-content-page--about .jd-landscape-submit {
    min-height: 56px;
    margin-top: 8px;
    padding: 15px 22px;
    font-size: 16px;
}

.jd-content-page--about .jd-landscape-form-note {
    margin-top: 13px;
    color: var(--jd-about-muted);
    font-size: 12.5px;
    line-height: 1.5;
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .jd-content-page--about .jd-content-values-section,
    .jd-content-page--about .jd-content-reviews,
    .jd-content-page--about .jd-content-enquiry {
        padding: 72px 0;
    }

    .jd-content-page--about .jd-content-values-grid {
        margin-top: 38px;
    }
}

@media (max-width: 1199px) {
    .jd-content-page--about .jd-content-hero__panel {
        min-height: 0;
        padding: clamp(42px, 5vw, 56px);
    }

    .jd-content-page--about .jd-content-review-cards {
        display: flex;
        padding: 2px 2px 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .jd-content-page--about .jd-content-review-card {
        width: min(422px, 82vw);
        flex: 0 0 min(422px, 82vw);
        scroll-snap-align: start;
    }
}

@media (max-width: 980px) {
    .jd-content-page--about .jd-content-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-content-page--about .jd-content-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
        padding: 34px 10px;
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(odd) {
        border-left: 0;
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(even) {
        border-left: 1px solid var(--jd-about-hairline);
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(-n + 2) {
        border-bottom: 0;
    }

    .jd-content-page--about .jd-content-values-grid article {
        min-height: 0;
    }

    .jd-content-page--about .jd-content-enquiry__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

@media (max-width: 767px) {
    .jd-content-page--about .jd-content-story__panel {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
        gap: clamp(30px, 5vw, 72px);
        padding: clamp(28px, 4vw, 54px);
    }

    .jd-content-page--about .jd-content-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
        padding: 34px 10px;
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(odd) {
        border-left: 0;
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(even) {
        border-left: 1px solid var(--jd-about-hairline);
    }

    .jd-content-page--about .jd-content-stats > div:nth-child(-n + 2) {
        border-bottom: 0;
    }

    .jd-content-page--about .jd-content-enquiry__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .jd-content-page--about .jd-content-enquiry__copy ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .jd-content-page--about .jd-landscape-shell {
        width: min(calc(100% - 40px), 1304px);
    }

    .jd-content-page--about .jd-content-story__panel {
        display: block;
        padding: 28px;
    }

    .jd-content-page--about .jd-content-story__lead {
        position: static;
        margin-bottom: 24px;
    }

    .jd-content-page--about .jd-content-values-grid {
        grid-template-columns: 1fr;
    }

    .jd-content-page--about .jd-content-enquiry__copy ul {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }
}

/* News page aligned with the Joydom news reference. */
.jd-content-page--articles {
    background: #fff;
    color: var(--jd-ink, #1a1713);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--articles .jd-articles-page-hero {
    padding: 24px 0 0;
}

.jd-content-page--articles .jd-page-hero__panel {
    min-height: 0;
    height: auto;
    padding: 30px clamp(24px, 5vw, 60px) 34px;
    border-radius: var(--jd-r, 24px);
    background: linear-gradient(110deg, #d92934 0%, #df3442 100%);
    color: #fff;
}

.jd-content-page--articles .jd-crumbs,
.jd-content-page--articles .jd-crumbs a {
    color: rgba(255, 255, 255, .82);
}

.jd-content-page--articles .jd-crumbs {
    display: flex;
    gap: 12px;
    font-size: 14px;
}

.jd-content-page--articles .jd-page-hero__title {
    max-width: none;
    margin: 18px 0 10px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.035em;
}

.jd-content-page--articles .jd-page-hero__sub {
    width: 100%;
    max-width: none;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.65;
}

.jd-content-page--articles .jd-content-articles {
    padding: clamp(74px, 8vw, 112px) 0 clamp(88px, 9vw, 128px);
}

.jd-content-page--articles .jd-content-article-grid {
    gap: 24px;
}

.jd-content-page--articles .jd-content-article-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border-color: #e3dfda;
    border-radius: 18px;
    box-shadow: none;
}

.jd-content-page--articles .jd-content-article-card:hover {
    border-color: rgba(217, 41, 52, .34);
    box-shadow: 0 22px 46px -34px rgba(53, 39, 32, .58);
    transform: translateY(-4px);
}

.jd-content-page--articles .jd-content-article-card__media {
    aspect-ratio: 1.58 / 1;
}

.jd-content-page--articles .jd-content-article-card__body {
    display: flex;
    min-height: 240px;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 22px 24px;
}

.jd-content-page--articles .jd-content-article-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    min-height: 17px;
    margin-bottom: 14px;
}

.jd-content-page--articles .jd-content-card-eyebrow {
    margin: 0;
    color: #d32936;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.jd-content-page--articles .jd-content-article-card__meta time {
    color: var(--jd-faint, #8d877f);
    font-size: 12px;
}

.jd-content-page--articles .jd-content-article-card h3 {
    display: -webkit-box;
    width: 100%;
    min-height: 3.54em;
    max-height: 3.54em;
    overflow: hidden;
    font-size: clamp(19px, 1.65vw, 22px);
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jd-content-page--articles .jd-content-article-card__excerpt {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    min-height: 4.95em;
    max-height: 4.95em;
    margin: 12px 0 0;
    color: var(--jd-muted, #706a63);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jd-content-page--articles .jd-content-article-card__link {
    margin-top: auto;
    padding-top: 24px;
    color: #d32936;
    font-weight: 800;
}

.jd-content-page--articles .jd-content-enquiry {
    padding: 92px 0;
    border-top: 1px solid var(--jd-hairline, #e3dfd8);
    background: #fff;
}

.jd-content-page--articles .jd-content-enquiry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 56px;
}

.jd-content-page--articles .jd-content-enquiry__copy h2 {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.jd-content-page--articles .jd-content-enquiry__copy > p {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--jd-muted, #706a63);
    font-size: 17.5px;
    line-height: 1.6;
}

.jd-content-page--articles .jd-content-enquiry__copy ul {
    margin-top: 28px;
}

.jd-content-page--articles .jd-content-enquiry__copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
}

.jd-content-page--articles .jd-content-enquiry__copy li::before {
    display: none;
}

.jd-content-page--articles .jd-content-enquiry__copy li svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    color: #d32936;
}

.jd-content-page--articles .jd-landscape-form-note {
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.jd-content-page--articles .jd-content-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 46px;
}

.jd-content-page--articles .jd-content-pagination[hidden] {
    display: none;
}

.jd-content-page--articles .jd-content-pagination__pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.jd-content-page--articles .jd-content-pagination button {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jd-hairline-strong, #d7d1c8);
    border-radius: 999px;
    background: #fff;
    color: var(--jd-ink, #1a1713);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.jd-content-page--articles .jd-content-pagination__arrow {
    padding-inline: 17px;
}

.jd-content-page--articles .jd-content-pagination button:hover,
.jd-content-page--articles .jd-content-pagination button:focus-visible,
.jd-content-page--articles .jd-content-pagination button[aria-current="page"] {
    border-color: #d32936;
    background: #d32936;
    color: #fff;
}

.jd-content-page--articles .jd-content-pagination button:disabled {
    border-color: #e5e1dc;
    background: #f5f3f0;
    color: #aaa39b;
    cursor: default;
}

@media (max-width: 991px) {
    .jd-content-page--articles .jd-content-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-content-page--articles .jd-content-enquiry__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }
}

@media (max-width: 640px) {
    .jd-content-page--articles .jd-articles-page-hero {
        padding-top: 14px;
    }

    .jd-content-page--articles .jd-page-hero__panel {
        padding: 30px 22px 34px;
        border-radius: 18px;
    }

    .jd-content-page--articles .jd-page-hero__title {
        font-size: clamp(36px, 11vw, 48px);
    }

    .jd-content-page--articles .jd-content-enquiry__copy h2 {
        font-size: 38px;
    }

    .jd-content-page--articles .jd-content-article-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .jd-content-page--articles .jd-content-article-card__body {
        min-height: 280px;
    }

    .jd-content-page--articles .jd-content-pagination {
        gap: 7px;
        margin-top: 34px;
    }

    .jd-content-page--articles .jd-content-pagination__arrow {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .jd-content-page--about .jd-content-hero__panel {
        padding: 36px 26px;
    }

    .jd-content-page--about .jd-content-enquiry__copy h2 {
        font-size: 38px;
    }

    .jd-content-page--about .jd-content-story,
    .jd-content-page--about .jd-content-stats-band {
        padding: 56px 0;
    }

    .jd-content-page--about .jd-content-values-section,
    .jd-content-page--about .jd-content-reviews {
        padding: 76px 0;
    }

    .jd-content-page--about .jd-content-values-grid article {
        padding: 30px;
    }

    .jd-content-page--about .jd-content-values-grid article > .jd-content-value-icon {
        margin-bottom: 18px;
    }

    .jd-content-page--about .jd-content-rating {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .jd-content-page--about .jd-content-review-link {
        width: auto;
    }

    .jd-content-page--about .jd-content-review-card {
        width: 304px;
        flex-basis: 304px;
        padding: 30px;
    }

    .jd-content-page--about .jd-content-enquiry {
        padding: 48px 0;
    }

    .jd-content-page--about .jd-content-enquiry__grid {
        gap: 28px;
    }

    .jd-content-page--about .jd-landscape-form-card {
        padding: 24px 20px;
    }

    .jd-content-page--about .jd-landscape-form-grid {
        grid-template-columns: 1fr;
    }

    .jd-content-page--about .jd-landscape-field--full {
        grid-column: auto;
    }
}

/* Services catalogue: reference-aligned presentation with production links and data. */
.jd-content-page--services {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--services .jd-content-hero h1 {
    max-width: 1180px;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
}

.jd-content-page--services .jd-content-filter-panel {
    grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.72fr);
}

.jd-content-filter-summary {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.jd-content-filter-summary .jd-content-result-count {
    grid-column: auto;
    margin: 0;
}

.jd-content-filter-clear {
    padding: 0;
    border: 0;
    color: #bc202f;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    background: transparent;
    cursor: pointer;
}

.jd-content-filter-clear:hover,
.jd-content-filter-clear:focus-visible {
    color: #881622;
    text-decoration: underline;
}

.jd-content-filter-clear:disabled {
    color: #aaa39c;
    text-decoration: none;
    cursor: default;
}

.jd-content-service-card__surface {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

a.jd-content-service-card__surface:hover,
a.jd-content-service-card__surface:focus {
    color: inherit;
    text-decoration: none;
}

.jd-content-page--services .jd-content-service-card__body h3 {
    margin: 0;
    color: var(--jd-ink);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.jd-content-page--services .jd-content-service-card__body > span {
    margin-top: 12px;
    color: var(--jd-muted);
    font-size: 13px;
    line-height: 1.65;
}

.jd-content-service-card--static,
.jd-content-service-card--static:hover {
    box-shadow: 0 14px 36px rgba(79, 58, 45, 0.06);
    transform: none;
}

.jd-content-service-card--static:hover img {
    transform: none;
}

.jd-content-service-help-card,
.jd-content-service-help-card:hover,
.jd-content-service-help-card:focus {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 24px;
    overflow: hidden;
    border: 1px solid #25d366;
    border-radius: 20px;
    color: var(--jd-ink);
    background: #fff;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease, background 250ms ease;
}

.jd-content-service-help-card:hover,
.jd-content-service-help-card:focus-visible {
    border-color: #16a94d;
    background: #f5fff8;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.13);
    transform: translateY(-3px);
}

.jd-content-service-help-card h3 {
    margin: 0 0 8px;
    color: var(--jd-ink);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.jd-content-service-help-card > p {
    margin: 0;
    color: #5a5248;
    font-size: 15px;
    line-height: 1.5;
}

.jd-content-service-help-card__action {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #25d366;
    font-size: 14px;
    font-weight: 800;
}

.jd-content-service-help-card__action svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.jd-content-page--services .jd-content-enquiry__copy > p {
    margin: 22px 0 0;
    color: #5a5248;
    font-size: 17.5px;
    line-height: 1.5;
}

.jd-content-page--services .jd-content-enquiry {
    padding: 92px 0;
    background: #fff;
}

.jd-content-page--services .jd-content-enquiry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.jd-content-page--services .jd-content-enquiry__copy h2 {
    letter-spacing: -0.035em;
}

.jd-content-page--services .jd-content-enquiry__copy ul {
    gap: 14px;
    margin-top: 30px;
}

.jd-content-page--services .jd-content-enquiry__copy li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.jd-content-page--services .jd-content-enquiry__copy li::before {
    display: none;
    content: none;
}

.jd-content-page--services .jd-content-enquiry__copy li svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    color: #e4002b;
}

@media (max-width: 991px) {
    .jd-content-page--services .jd-content-enquiry__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .jd-content-page--services .jd-content-filter-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .jd-content-page--services .jd-content-service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jd-content-page--services .jd-content-service-card {
        min-height: 118px;
        border-radius: 18px;
    }

    .jd-content-page--services .jd-content-service-card__surface {
        display: grid;
        min-height: 118px;
        grid-template-columns: clamp(104px, 30vw, 116px) minmax(0, 1fr);
    }

    .jd-content-page--services .jd-content-service-card__media {
        height: 100%;
        min-height: 118px;
        aspect-ratio: auto;
    }

    .jd-content-page--services .jd-content-service-card__body {
        justify-content: center;
        padding: 16px 18px;
    }

    .jd-content-page--services .jd-content-service-card__body h3 {
        font-size: 16px;
        line-height: 1.25;
    }

    .jd-content-page--services .jd-content-service-card__body > span:not(.jd-content-card-eyebrow) {
        display: -webkit-box;
        margin-top: 8px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px;
        line-height: 1.45;
    }
}

body.jd-home,
.jd-content-page--promotions {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--promotions {
    --jd-accent: #E4002B;
}

.jd-content-page--promotions .jd-section__intro {
    text-align: center;
}

.jd-content-page--promotions .jd-eyebrow {
    margin: 0 0 16px;
    color: var(--jd-accent);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.14em;
}

.jd-content-page--promotions .jd-h2 {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: clamp(34px, 4.4vw, 54px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.jd-content-page--promotions .jd-page-hero__title {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.035em;
}

.jd-content-page--promotions .jd-promo-feature__copy h2 {
    color: inherit;
    font-family: inherit;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.jd-content-page--promotions .jd-content-promotions--offers {
    padding: 72px 0;
    background: #fbfaf8;
}

.jd-content-page--promotions .jd-content-promotions--offers .jd-section__intro {
    max-width: 760px;
    margin: 0 auto 38px;
}

.jd-content-page--promotions .jd-offers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.jd-content-page--promotions .jd-offer {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border: 1px solid rgba(26, 23, 19, 0.07);
    border-radius: 20px;
    color: var(--jd-ink);
    background: #fff;
}

.jd-content-page--promotions .jd-offer__image {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 16 / 10;
    background: #fbfaf8;
}

.jd-content-page--promotions .jd-offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jd-content-page--promotions .jd-offer__tag {
    display: block;
    margin: 0 0 8px;
    color: var(--jd-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jd-content-page--promotions .jd-offer h3 {
    margin: 0 0 10px;
    color: var(--jd-ink);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.jd-content-page--promotions .jd-offer__desc,
.jd-content-page--promotions .jd-offer__terms {
    width: 100%;
    color: #5a5248;
    font-size: 15.5px;
    line-height: 1.6;
}

.jd-content-page--promotions .jd-offer__desc,
.jd-content-page--promotions .jd-offer__desc p {
    margin: 0;
}

.jd-content-page--promotions .jd-offer__terms {
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(26, 23, 19, 0.07);
}

.jd-content-page--promotions .jd-offer__view {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-top: 16px;
    padding: 8px 15px;
    border: 1px solid rgba(26, 23, 19, 0.14);
    border-radius: 999px;
    color: #5a5248;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.jd-content-page--promotions .jd-offer__view:hover,
.jd-content-page--promotions .jd-offer__view:focus {
    border-color: var(--jd-accent);
    color: var(--jd-accent);
    text-decoration: none;
}

.jd-content-page--promotions .jd-link-accent {
    display: block;
    margin-top: 18px;
    color: var(--jd-accent);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.jd-content-page--promotions .jd-link-accent:hover,
.jd-content-page--promotions .jd-link-accent:focus {
    color: #b70022;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .jd-content-page--promotions .jd-offers {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .jd-content-page--promotions .jd-content-promotions--offers {
        padding: 56px 0;
    }

    .jd-content-page--promotions .jd-offer {
        padding: 22px;
    }
}

.jd-content-page--promotions .jd-content-enquiry {
    padding: 92px 0;
    background: #fff;
}

.jd-content-page--promotions .jd-content-enquiry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.jd-content-page--promotions .jd-content-enquiry__copy h2 {
    font-size: clamp(38px, 4.8vw, 62px);
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.jd-content-page--promotions .jd-content-enquiry__copy > p {
    max-width: 460px;
    margin: 22px 0 0;
    color: #5a5248;
    font-size: 17.5px;
    line-height: 1.5;
}

.jd-content-page--promotions .jd-content-enquiry__copy ul {
    gap: 14px;
    margin-top: 30px;
}

.jd-content-page--promotions .jd-content-enquiry__copy li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.jd-content-page--promotions .jd-content-enquiry__copy li::before {
    display: none;
    content: none;
}

.jd-content-page--promotions .jd-content-enquiry__copy li svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--jd-accent);
}

.jd-content-page--promotions .jd-landscape-form-card {
    padding: 32px;
    border-color: rgba(26, 23, 19, 0.14);
    border-radius: 22px;
    box-shadow: 0 24px 54px -38px rgba(26, 23, 19, 0.5);
}

.jd-content-page--promotions .jd-landscape-form-card h2 {
    margin-bottom: 22px;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.jd-content-page--promotions .jd-landscape-form-grid {
    gap: 14px;
}

.jd-content-page--promotions .jd-landscape-field .form-control {
    height: 45px;
    font-size: 15px;
}

.jd-content-page--promotions .jd-landscape-field textarea.form-control {
    min-height: 76px;
    height: 76px;
}

.jd-content-page--promotions .jd-landscape-submit {
    min-height: 56px;
    margin-top: 8px;
    padding: 15px 22px;
    font-size: 16px;
}

.jd-content-page--promotions .jd-landscape-form-note {
    margin-top: 13px;
    color: #8a8073;
    font-size: 12.5px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .jd-content-page--promotions .jd-content-enquiry__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

@media (max-width: 640px) {
    .jd-content-page--promotions .jd-content-enquiry__copy ul {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 520px) {
    .jd-content-page--promotions .jd-content-enquiry {
        padding: 48px 0;
    }

    .jd-content-page--promotions .jd-content-enquiry__grid {
        gap: 28px;
    }

    .jd-content-page--promotions .jd-landscape-form-card {
        padding: 24px 20px;
    }

    .jd-content-page--promotions .jd-landscape-form-grid {
        grid-template-columns: 1fr;
    }

    .jd-content-page--promotions .jd-landscape-field--full {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .jd-content-page--promotions .jd-h2 {
        font-size: clamp(30px, 9vw, 39px);
    }
}
/* FAQ page: aligned with the Joydom FAQ reference while retaining Laravel data. */
.jd-content-page--faqs {
    background: #fff;
    color: var(--jd-ink, #1a1713);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--faqs .jd-faq-page-hero {
    padding: 24px 0 0;
}

.jd-content-page--faqs .jd-page-hero__panel {
    position: relative;
    overflow: hidden;
    padding: clamp(44px, 7vw, 82px) clamp(24px, 6vw, 76px);
    border-radius: var(--jd-r, 24px);
    background: linear-gradient(110deg, #ed0033 0%, #e80d3a 100%);
    color: #fff;
}

.jd-content-page--faqs .jd-page-hero__panel::after {
    display: none;
}

.jd-content-page--faqs .jd-crumbs,
.jd-content-page--faqs .jd-page-hero__title,
.jd-content-page--faqs .jd-page-hero__sub,
.jd-content-page--faqs .jd-hero__buttons {
    position: relative;
    z-index: 1;
}

.jd-content-page--faqs .jd-page-hero__title {
    max-width: none;
    margin: 22px 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.035em;
}

.jd-content-page--faqs .jd-crumbs,
.jd-content-page--faqs .jd-crumbs a {
    color: rgba(255, 255, 255, 0.82);
}

.jd-content-page--faqs .jd-crumbs {
    display: flex;
    gap: 12px;
    font-size: 14px;
}

.jd-content-page--faqs .jd-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.jd-content-page--faqs .jd-hero__buttons .jd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 58px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.jd-content-page--faqs .jd-hero__buttons .jd-btn--whatsapp {
    border-color: #25d366;
    background: #fff;
    color: var(--jd-ink, #1a1713);
}

.jd-content-page--faqs .jd-hero__buttons .jd-btn--whatsapp i {
    color: #25d366;
    font-size: 19px;
}

.jd-content-page--faqs .jd-page-hero__sub {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.65;
}

.jd-content-page--faqs .jd-faq-directory {
    padding: clamp(64px, 8vw, 108px) 0;
}

.jd-content-page--faqs .jd-faq-directory__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    align-items: end;
    gap: 16px 28px;
    margin-bottom: 46px;
    padding: 24px;
    border: 1px solid var(--jd-hairline, #e3dfd8);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 50px -38px rgba(26, 23, 19, 0.55);
}

.jd-content-page--faqs .jd-faq-directory__filter select {
    width: 100%;
    height: 52px;
    padding: 0 42px 0 14px;
    border: 1px solid var(--jd-hairline-strong, #d7d1c8);
    border-radius: 14px;
    outline: 0;
    background-color: #fff;
    color: var(--jd-ink, #1a1713);
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
}

.jd-content-page--faqs .jd-faq-directory__search {
    display: block;
    min-width: 0;
    color: var(--jd-ink, #1a1713);
    font-size: 14px;
    font-weight: 800;
}

.jd-content-page--faqs .jd-faq-directory__search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 9px;
    padding: 0 16px;
    border: 1px solid var(--jd-hairline-strong, #d7d1c8);
    border-radius: 14px;
    background: var(--jd-alt-bg, #f7f6f3);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.jd-content-page--faqs .jd-faq-directory__search-field:focus-within {
    border-color: var(--jd-accent, #e4002b);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(228, 0, 43, 0.1);
}

.jd-content-page--faqs .jd-faq-directory__search-field i {
    flex: none;
    color: var(--jd-muted, #706a63);
    font-size: 18px;
}

.jd-content-page--faqs .jd-faq-directory__search-field input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: var(--jd-ink, #1a1713);
    font: inherit;
    font-size: 16px;
    font-weight: 500;
}

.jd-content-page--faqs .jd-faq-directory__count {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--jd-muted, #706a63);
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
}

.jd-content-page--faqs .jd-faq-directory__count strong {
    color: var(--jd-accent, #e4002b);
    font-size: 17px;
}

.jd-content-page--faqs .jd-faq-directory__layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.jd-content-page--faqs .jd-faq-section-nav--summary {
    position: sticky;
    top: 120px;
    padding: 22px;
    border: 1px solid var(--jd-hairline, #e3dfd8);
    border-radius: 18px;
    background: #fff;
}

.jd-content-page--faqs .jd-faq-section-nav--summary nav {
    display: grid;
    gap: 7px;
}

.jd-content-page--faqs .jd-faq-section-nav--summary a {
    display: block;
    padding: 12px 11px;
    border-left: 3px solid transparent;
    border-radius: 0 9px 9px 0;
    color: var(--jd-muted, #706a63);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.jd-content-page--faqs .jd-faq-section-nav--summary a:hover,
.jd-content-page--faqs .jd-faq-section-nav--summary a[aria-current="true"] {
    border-left-color: var(--jd-accent, #e4002b);
    background: rgba(228, 0, 43, 0.06);
    color: var(--jd-accent, #e4002b);
}

.jd-content-page--faqs .jd-faq-section-nav__eyebrow,
.jd-content-page--faqs .jd-faq-group__type {
    display: block;
    color: var(--jd-accent, #e4002b);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.jd-content-page--faqs .jd-faq-section-nav--summary strong {
    display: block;
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.35;
}

.jd-content-page--faqs .jd-faq-section-nav--summary p {
    margin: 8px 0 0;
    color: var(--jd-muted, #706a63);
    font-size: 13px;
    line-height: 1.55;
}

.jd-content-page--faqs .jd-faq-directory__content {
    min-width: 0;
}

.jd-content-page--faqs .jd-faq-group__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.jd-content-page--faqs .jd-faq-group__title {
    margin: 6px 0 0;
    font-size: clamp(23px, 2.6vw, 30px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.jd-content-page--faqs .jd-faq-group + .jd-faq-group {
    margin-top: 46px;
}

.jd-content-page--faqs .jd-faq-group {
    scroll-margin-top: 120px;
}

.jd-content-page--faqs .jd-faq-group.is-filter-focus .jd-faq-group__heading {
    animation: jd-faq-filter-focus 1.4s ease;
}

@keyframes jd-faq-filter-focus {
    0%, 100% {
        transform: translateX(0);
    }
    24% {
        transform: translateX(8px);
    }
}

.jd-content-page--faqs .jd-faq {
    display: grid;
    gap: 12px;
}

.jd-content-page--faqs .jd-faq__item {
    overflow: hidden;
    border: 1px solid var(--jd-hairline, #e3dfd8);
    border-radius: 16px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jd-content-page--faqs .jd-faq__item:hover,
.jd-content-page--faqs .jd-faq__item[open] {
    border-color: rgba(228, 0, 43, 0.42);
    box-shadow: 0 18px 38px -32px rgba(26, 23, 19, 0.7);
}

.jd-content-page--faqs .jd-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 18px 22px;
    color: var(--jd-ink, #1a1713);
    cursor: pointer;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.45;
    list-style: none;
}

.jd-content-page--faqs .jd-faq__q::-webkit-details-marker {
    display: none;
}

.jd-content-page--faqs .jd-faq__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    border: 1px solid var(--jd-hairline-strong, #d7d1c8);
    background: #fff;
    color: var(--jd-ink, #1a1713);
}

.jd-content-page--faqs .jd-faq__toggle::before,
.jd-content-page--faqs .jd-faq__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.jd-content-page--faqs .jd-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.jd-content-page--faqs .jd-faq__item[open] .jd-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.jd-content-page--faqs .jd-faq__answer {
    padding: 0 22px 22px;
}

.jd-content-page--faqs .jd-faq__answer::before {
    display: block;
    height: 1px;
    margin-bottom: 18px;
    background: var(--jd-hairline, #e3dfd8);
    content: "";
}

.jd-content-page--faqs .jd-faq__answer p {
    max-width: 780px;
    margin: 0;
    color: var(--jd-muted, #706a63);
    font-size: 15px;
    line-height: 1.75;
}

.jd-content-page--faqs .jd-content-empty-state[data-content-empty] {
    margin-top: 18px;
}

.jd-content-page--faqs .jd-content-enquiry__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

.jd-content-page--faqs .jd-content-enquiry__copy li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.jd-content-page--faqs .jd-content-enquiry__copy li::before {
    display: none;
    content: none;
}

.jd-content-page--faqs .jd-content-enquiry__copy li svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--jd-accent, #e4002b);
}

@media (max-width: 860px) {
    .jd-content-page--faqs .jd-faq-directory__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jd-content-page--faqs .jd-faq-section-nav--summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .jd-content-page--faqs .jd-faq-page-hero {
        padding-top: 14px;
    }

    .jd-content-page--faqs .jd-page-hero__panel {
        padding: 38px 22px 42px;
        border-radius: 18px;
    }

    .jd-content-page--faqs .jd-page-hero__title {
        font-size: clamp(36px, 11vw, 48px);
    }

    .jd-content-page--faqs .jd-faq-directory {
        padding: 56px 0 70px;
    }

    .jd-content-page--faqs .jd-faq-directory__controls {
        grid-template-columns: 1fr;
        margin-bottom: 34px;
        padding: 18px;
        border-radius: 18px;
    }

    .jd-content-page--faqs .jd-faq-directory__count {
        margin: 0;
    }

    .jd-content-page--faqs .jd-faq-section-nav--summary {
        display: none;
    }

    .jd-content-page--faqs .jd-faq-group__title {
        font-size: clamp(30px, 9vw, 39px);
    }

    .jd-content-page--faqs .jd-faq__q {
        min-height: 70px;
        padding: 16px 17px;
        font-size: 15px;
    }

    .jd-content-page--faqs .jd-faq__answer {
        padding: 0 17px 18px;
    }

    .jd-content-page--faqs .jd-content-enquiry__copy ul {
        grid-template-columns: 1fr;
    }
}

/* FAQ compact section navigator for tablet and mobile. */
.jd-content-page--faqs .jd-faq-section-nav__bar,
.jd-content-page--faqs .jd-faq-section-nav__head,
.jd-content-page--faqs .jd-faq-section-nav__close {
    display: none;
}

@media (max-width: 1024px) {
    .jd-content-page--faqs .jd-faq-directory__controls {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .jd-content-page--faqs .jd-faq-directory__layout {
        display: block;
    }

    .jd-content-page--faqs .jd-faq-section-nav--summary {
        display: block;
        position: static;
        top: auto;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced .jd-faq-section-nav__bar {
        position: fixed;
        top: calc(82px + env(safe-area-inset-top));
        left: 50%;
        z-index: 10025;
        display: flex;
        width: min(340px, calc(100vw - 32px));
        border: 1px solid var(--jd-hairline, #e3dfd8);
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 12px 30px -20px rgba(26, 23, 19, 0.55);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced.is-revealed .jd-faq-section-nav__bar {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%);
        transition-delay: 0s;
    }

    .jd-content-page--faqs .jd-faq-section-nav__toggle,
    .jd-content-page--faqs .jd-faq-section-nav__top {
        border: 0;
        background: transparent;
        color: var(--jd-ink, #1a1713);
        font-family: inherit;
        cursor: pointer;
    }

    .jd-content-page--faqs .jd-faq-section-nav__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0;
        min-height: 44px;
        flex: 1;
        padding: 11px 14px;
        border-radius: 999px 0 0 999px;
        font-size: 13px;
        font-weight: 750;
    }

    .jd-content-page--faqs .jd-faq-section-nav__toggle span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .jd-content-page--faqs .jd-faq-section-nav__toggle i {
        flex: none;
        font-size: 12px;
    }

    .jd-content-page--faqs .jd-faq-section-nav__top {
        min-height: 44px;
        padding: 10px 14px;
        border-left: 1px solid var(--jd-hairline, #e3dfd8);
        border-radius: 0 999px 999px 0;
        font-size: 12px;
        font-weight: 750;
        white-space: nowrap;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced .jd-faq-section-nav__drawer {
        position: fixed;
        top: calc(82px + env(safe-area-inset-top));
        bottom: max(16px, env(safe-area-inset-bottom));
        left: 0;
        z-index: 10026;
        width: min(320px, calc(100vw - 48px));
        padding: 16px;
        overflow-y: auto;
        border: 0;
        border-radius: 0 16px 16px 0;
        background: #fff;
        box-shadow: 18px 24px 54px -28px rgba(26, 23, 19, 0.62);
        animation: jd-faq-drawer-in 0.18s ease-out both;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced .jd-faq-section-nav__head {
        position: sticky;
        top: -16px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: -16px -16px 10px;
        padding: 12px 12px 10px 16px;
        background: #fff;
    }

    .jd-content-page--faqs .jd-faq-section-nav__close {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--jd-alt-bg, #f7f6f3);
        color: var(--jd-ink, #1a1713);
        cursor: pointer;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced.is-open .jd-faq-section-nav__bar {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}

@keyframes jd-faq-drawer-in {
    from { opacity: 0; transform: translateX(-18px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced .jd-faq-section-nav__bar {
        transition: none;
    }

    .jd-content-page--faqs .jd-faq-section-nav.is-enhanced .jd-faq-section-nav__drawer {
        animation: none;
    }
}

/* Contact page aligned with the Joydom contact reference. */
.jd-content-page--contact {
    background: #fff;
    color: var(--jd-ink, #1a1713);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jd-content-page--contact .jd-contact-page-hero {
    padding: 24px 0 0;
}

.jd-content-page--contact .jd-page-hero__panel {
    padding: clamp(44px, 7vw, 82px) clamp(24px, 6vw, 76px);
    border-radius: var(--jd-r, 24px);
    background: linear-gradient(110deg, #ed0033 0%, #e80d3a 100%);
    color: #fff;
}

.jd-content-page--contact .jd-crumbs,
.jd-content-page--contact .jd-crumbs a {
    color: rgba(255, 255, 255, .82);
}

.jd-content-page--contact .jd-crumbs {
    display: flex;
    gap: 12px;
    font-size: 14px;
}

.jd-content-page--contact .jd-page-hero__title {
    width: 100%;
    max-width: none;
    margin: 22px 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.035em;
}

.jd-content-page--contact .jd-page-hero__sub {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.65;
}

.jd-content-page--contact .jd-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.jd-content-page--contact .jd-hero__buttons .jd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 58px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.jd-content-page--contact .jd-hero__buttons .jd-btn--whatsapp {
    border-color: #25d366;
    background: #fff;
    color: var(--jd-ink, #1a1713);
}

.jd-content-page--contact .jd-hero__buttons .jd-btn--whatsapp i {
    color: #25d366;
    font-size: 19px;
}

.jd-content-page--contact .jd-contact-section {
    padding: clamp(64px, 8vw, 104px) 0;
}

.jd-content-page--contact .jd-contact {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-template-areas: "info form";
    gap: 28px;
    align-items: start;
}

.jd-content-page--contact .jd-contact__info {
    grid-area: info;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.jd-content-page--contact .jd-contact__card {
    display: flex;
    min-width: 0;
    min-height: 210px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--jd-hairline, #e3dfd8);
    border-radius: var(--jd-r, 20px);
    background: #fff;
    color: var(--jd-ink, #1a1713);
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.jd-content-page--contact .jd-contact__card:hover {
    border-color: var(--jd-accent, #e4002b);
    transform: translateY(-3px);
    box-shadow: 0 24px 40px -28px rgba(26, 23, 19, .5);
}

.jd-content-page--contact .jd-contact__card--whatsapp {
    border-color: #25d366;
}

.jd-content-page--contact .jd-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: rgba(228, 0, 43, .08);
    color: var(--jd-accent, #e4002b);
    font-size: 22px;
}

.jd-content-page--contact .jd-contact__icon--wa {
    background: rgba(37, 211, 102, .14);
    color: #25d366;
}

.jd-content-page--contact .jd-contact__label {
    margin-bottom: 4px;
    color: var(--jd-faint, #8d877f);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.jd-content-page--contact .jd-contact__card strong {
    overflow-wrap: anywhere;
    font-size: 18px;
    font-weight: 800;
}

.jd-content-page--contact .jd-contact__note {
    margin-top: 7px;
    color: var(--jd-muted, #706a63);
    font-size: 13px;
    line-height: 1.55;
}

.jd-content-page--contact .jd-form--contact {
    grid-area: form;
    padding: 0;
    background: transparent;
}

.jd-content-page--contact .jd-form--contact .jd-landscape-form-card {
    width: 100%;
    padding: 32px;
    border: 1px solid var(--jd-hairline, #e3dfd8);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 60px -40px rgba(26, 23, 19, .4);
}

.jd-content-page--contact .jd-landscape-form-note {
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.jd-content-page--contact .jd-section--alt {
    padding: clamp(72px, 8vw, 110px) 0;
    background: var(--jd-alt-bg, #f7f6f3);
}

.jd-content-page--contact .jd-eyebrow {
    color: var(--jd-accent, #e4002b);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.jd-content-page--contact .jd-h2 {
    margin: 10px 0 0;
    font-size: clamp(34px, 4.4vw, 54px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.jd-content-page--contact .jd-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jd-content-page--contact .jd-chips span {
    padding: 8px 12px;
    border: 1px solid var(--jd-hairline-strong, #d7d1c8);
    border-radius: 999px;
    background: #fff;
    color: var(--jd-muted, #706a63);
    font-size: 12px;
    font-weight: 700;
}

.jd-content-page--contact .jd-service-area__search .jd-btn--accent {
    border: 0;
    border-radius: 12px;
    background: var(--jd-accent, #e4002b);
    color: #fff;
    font-family: inherit;
    font-weight: 800;
}

@media (max-width: 991px) {
    .jd-content-page--contact .jd-contact {
        grid-template-columns: 1fr;
        grid-template-areas: "form" "info";
    }
}

@media (max-width: 640px) {
    .jd-content-page--contact .jd-contact-page-hero {
        padding-top: 14px;
    }

    .jd-content-page--contact .jd-page-hero__panel {
        padding: 38px 22px 42px;
        border-radius: 18px;
    }

    .jd-content-page--contact .jd-page-hero__title {
        font-size: clamp(36px, 11vw, 48px);
    }

    .jd-content-page--contact .jd-contact__info {
        grid-template-columns: 1fr;
    }

    .jd-content-page--contact .jd-contact__card {
        min-height: 0;
    }

    .jd-content-page--contact .jd-form--contact .jd-landscape-form-card {
        padding: 22px 18px;
    }

    .jd-content-page--contact .jd-h2 {
        font-size: clamp(30px, 9vw, 39px);
    }
}
/* Preserve and format rich WordPress article content inside the shared post template. */
.jd-article-copy table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 23, 19, 0.16);
  border-radius: 14px;
}

.jd-article-copy th,
.jd-article-copy td {
  padding: 14px 16px;
  border: 1px solid rgba(26, 23, 19, 0.13);
  text-align: left;
  vertical-align: top;
}

.jd-article-copy th {
  background: #f4efe7;
  color: var(--jd-ink);
  font-weight: 800;
}

.jd-article-copy a:not(.jd-btn) {
  color: var(--jd-accent);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.jd-article-copy a:not(.jd-btn):hover {
  color: #aa001f;
}

.jd-article-copy img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 18px;
}

.jd-article-copy figure {
  max-width: 100%;
  margin: 30px 0;
}

.jd-article-copy figure img {
  margin: 0 auto;
}

.jd-article-copy figcaption {
  margin-top: 10px;
  color: var(--jd-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.jd-article-copy ul,
.jd-article-copy ol {
  margin: 20px 0;
  padding-left: 1.4em;
}

.jd-article-copy li + li {
  margin-top: 8px;
}

.jd-article-copy iframe,
.jd-article-copy video,
.jd-article-copy embed {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  border: 0;
  border-radius: 18px;
}

.jd-reference-article-page:not(.jd-reference-article-page--tall-image) .jd-article-hero__media {
  width: min(100%, 920px);
  justify-self: center;
}

.jd-reference-article-page .jd-article-breadcrumb {
  margin-bottom: 24px;
}

.jd-reference-article-page .jd-article-hero__card {
  min-height: 0;
  padding-top: 32px;
  padding-bottom: 34px;
}

.jd-youtube-facade {
  width: min(100%, 680px);
  margin: 30px auto;
}

.jd-youtube-facade__poster,
.jd-youtube-facade__player {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #111;
}

.jd-youtube-facade__poster {
  padding: 0;
  cursor: pointer;
}

.jd-youtube-facade__poster img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.jd-youtube-facade__poster::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.62));
}

.jd-youtube-facade__play {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--jd-accent);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  transform: translateX(-50%);
  white-space: nowrap;
}

.jd-article-copy .jd-youtube-facade__link:not(.jd-btn) {
  display: table;
  margin: 12px auto 0;
  color: var(--jd-accent);
}

.jd-video-modal-open {
  overflow: hidden;
}

.jd-youtube-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 13, 11, 0.84);
  backdrop-filter: blur(8px);
}

.jd-youtube-modal__dialog {
  position: relative;
  width: min(100%, 920px);
  padding-top: 44px;
}

.jd-youtube-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.jd-youtube-modal__player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
  background: #000;
}

.jd-article-copy blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--jd-accent);
  background: #f8f4ed;
  color: var(--jd-ink);
  font-weight: 600;
}

.jd-article-copy .contact-cta {
  max-width: 900px;
  margin: 56px auto 30px;
  padding: 38px 32px;
  border: 1px solid rgba(26, 23, 19, 0.14);
  border-radius: 20px;
  background: #f8f4ed;
  text-align: center;
  box-shadow: 0 18px 45px rgba(26, 23, 19, 0.08);
}

.jd-article-copy .contact-cta h2 {
  margin: 0 0 14px;
  color: var(--jd-ink);
  font-family: inherit;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.jd-article-copy .contact-cta p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: var(--jd-muted);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.jd-article-copy .contact-cta .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.jd-article-copy .contact-cta .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.jd-article-copy .contact-cta .whatsapp-btn {
  background: #1f9d55;
}

.jd-article-copy .contact-cta .email-btn {
  background: var(--jd-ink);
}

.jd-article-copy .contact-cta .contact-btn:hover {
  color: #fff;
  filter: brightness(0.9);
}

@media (max-width: 640px) {
  .jd-article-copy table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .jd-article-copy th,
  .jd-article-copy td {
    min-width: 140px;
    padding: 12px;
  }

  .jd-article-copy .contact-cta {
    padding: 30px 18px;
  }

  .jd-article-copy .contact-cta .contact-buttons,
  .jd-article-copy .contact-cta .contact-btn {
    width: 100%;
  }
}

/* Promotions: one horizontal offer card per row with original copy. */
.jd-content-page--promotions .jd-offers {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.jd-content-page--promotions .jd-offer.jd-offer--has-image {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.jd-content-page--promotions .jd-offer__image {
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.jd-content-page--promotions .jd-offer__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  padding: 18px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

.jd-content-page--promotions .jd-offer__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 3.2vw, 44px);
}

.jd-content-page--promotions .jd-offer__content .jd-offer__tag {
  position: static;
  margin: 0 0 16px;
}

.jd-content-page--promotions .jd-offer__content h3 {
  margin: 0;
}

.jd-content-page--promotions .jd-offer__content .jd-offer__terms {
  margin: 20px 0 0;
  white-space: pre-line;
}

.jd-content-page--promotions .jd-offer__content .jd-link-accent {
  margin-top: 26px;
}

@media (max-width: 991px) {
  .jd-content-page--promotions .jd-offer.jd-offer--has-image {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 767px) {
  .jd-content-page--promotions .jd-offer.jd-offer--has-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .jd-content-page--promotions .jd-offer__image {
    min-height: 0;
  }

  .jd-content-page--promotions .jd-offer__image img {
    height: auto;
    min-height: 0;
    padding: 12px;
    aspect-ratio: 16 / 10;
  }

  .jd-content-page--promotions .jd-offer__content {
    padding: 26px 22px 28px;
  }
}
