.home-trust {
    background: #f7f6f2;
    color: #071b3b;
    font-family: var(--al-font-sans);
}

.site-main.home-trust {
    padding-top: 0;
}

.home-trust-hero {
    overflow: hidden;
    border-bottom: 1px solid #d9ddd8;
    background: #fbfaf7;
}

.home-trust-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
    padding-top: 1.75rem;
    padding-bottom: 2.75rem;
}

.home-trust-hero h1 {
    max-width: 760px;
    font-family: var(--al-font-serif);
    font-size: clamp(3rem, 4.4vw, 4.5rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.home-trust-hero__copy > p:not(.home-trust-hero__verified) {
    max-width: 650px;
    margin-top: 1.25rem;
    color: #3d4b61;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.55;
}

.home-trust-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.home-trust-hero__actions .al-cta {
    min-height: 50px;
    padding-inline: 1.4rem;
}

.home-trust-hero__verified {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.1rem;
    color: #526174;
    font-size: 0.82rem;
}

.home-trust-hero__verified a {
    color: #0b5b37;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-trust-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.home-trust-visual {
    position: relative;
    width: 100%;
    min-height: 340px;
    isolation: isolate;
    perspective: 900px;
}

.home-trust-card {
    position: absolute;
    border: 1px solid #d7d9d3;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 45px rgba(8, 27, 54, 0.10), 0 3px 10px rgba(8, 27, 54, 0.05);
    transform: translate3d(0, var(--parallax-y, 0), 0);
    transition: transform 80ms linear;
    will-change: transform;
}

.home-trust-card--spa {
    top: 0;
    left: 12px;
    z-index: 1;
    width: 305px;
    min-height: 224px;
    padding: 1.35rem 1.35rem 1.5rem;
    background: #fcfbf8;
}

.home-trust-card__spa-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.home-trust-card__spa-head img {
    width: 53px;
    height: 55px;
    object-fit: contain;
}

.home-trust-card__spa-head span,
.home-trust-card__spa-head strong,
.home-trust-card__spa-head small {
    display: block;
}

.home-trust-card__spa-head strong {
    color: #536176;
    font-family: var(--al-font-ui);
    font-size: 1.35rem;
}

.home-trust-card__spa-head small {
    max-width: 132px;
    margin-top: 0.15rem;
    color: #7d8794;
    font-size: 0.68rem;
    line-height: 1.3;
}

.home-trust-card__document-lines {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e2dc;
}

.home-trust-card__document-lines i {
    display: block;
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: #e8e8e2;
}

.home-trust-card__document-lines i:nth-child(3) {
    width: 82%;
}

.home-trust-card__document-lines i:nth-child(4) {
    width: 58%;
}

.home-trust-card--confirmed {
    top: 24px;
    right: 0;
    z-index: 2;
    display: flex;
    width: 255px;
    min-height: 304px;
    padding: 1.8rem 1.3rem 1.2rem;
    flex-direction: column;
    align-items: center;
    border-color: #c5d7c5;
    text-align: center;
}

.home-trust-card__shield-large {
    width: 88px;
    height: 101px;
    object-fit: contain;
}

.home-trust-card--confirmed > strong {
    margin-top: 0.75rem;
    color: #246333;
    font-family: var(--al-font-ui);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-trust-card--confirmed > p {
    max-width: 190px;
    margin-top: 0.45rem;
    color: #3f4a5c;
    font-size: 0.82rem;
    line-height: 1.45;
}

.home-trust-card__licence-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #d2e1cf;
    border-radius: 9px;
    background: #edf4ea;
    color: #2e5f38;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-trust-card__licence-pill img {
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.home-trust-card--confirmed > small {
    margin-top: 0.75rem;
    color: #7b8490;
    font-size: 0.66rem;
}

.home-trust-card--domain {
    bottom: 8px;
    left: -8px;
    z-index: 3;
    width: 300px;
    min-height: 126px;
    padding: 1rem 1.1rem 0.8rem;
}

.home-trust-card__domain-label {
    color: #475569;
    font-family: var(--al-font-ui);
    font-size: 0.76rem;
    font-weight: 700;
}

.home-trust-card__domain-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.65rem;
}

.home-trust-card__domain-row img {
    width: 24px;
    height: 26px;
    object-fit: contain;
}

.home-trust-card__domain-row strong {
    min-width: 0;
    margin-right: auto;
    overflow: hidden;
    color: #111827;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-trust-card__domain-row b {
    padding: 0.32rem 0.62rem;
    border-radius: 999px;
    background: #e8f1e5;
    color: #2f6b3a;
    font-size: 0.66rem;
}

.home-trust-card--domain > small {
    display: block;
    margin-top: 0.7rem;
    padding-top: 0.6rem;
    border-top: 1px solid #ecece7;
    color: #7b8490;
    font-size: 0.62rem;
}

.home-trust > .page-shell {
    padding-top: 0;
}

.home-trust-explainers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 1.5rem;
    border: 1px solid #d9ddd8;
    border-top: 0;
    background: #fff;
}

.home-trust-explainers > a {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    padding: 1.15rem 1.25rem;
    border-right: 1px solid #e0e3df;
    color: #0b2146;
}

.home-trust-explainers > a:last-child {
    border-right: 0;
}

.home-trust-explainers > a > span:first-child {
    display: grid;
    width: 48px;
    height: 48px;
    flex: none;
    place-items: center;
    border-radius: 50%;
    background: #edf3e8;
}

.home-trust-explainers__icon {
    width: 24px;
    height: 24px;
}

.home-trust-explainers strong,
.home-trust-explainers small {
    display: block;
}

.home-trust-explainers strong {
    font-family: var(--al-font-serif);
    font-size: 1.08rem;
    line-height: 1.15;
}

.home-trust-explainers small {
    margin-top: 0.18rem;
    color: #536176;
    font-size: 0.76rem;
    line-height: 1.3;
}

.home-section-eyebrow {
    display: block;
    margin-bottom: 0.7rem;
    color: #a86800;
    font-family: var(--al-font-ui);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-comparison {
    padding: clamp(1rem, 2.3vw, 2rem);
    scroll-margin-top: 96px;
    border: 1px solid #d9ddd8;
    border-radius: 14px;
    background: #fff;
}

.home-comparison__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1rem;
}

.home-comparison__head h2 {
    font-family: var(--al-font-serif);
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1;
}

.home-comparison__head > a,
.home-comparison__all {
    color: #0b3e74;
    font-weight: 700;
}

.home-comparison__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.home-comparison__table th {
    padding: 0.65rem 0.55rem;
    border-bottom: 1px solid #d6dbd7;
    color: #5e6a7d;
    font-family: var(--al-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    text-align: left;
}

.home-comparison__table th:nth-child(1) { width: 23%; }
.home-comparison__table th:nth-child(2) { width: 9%; }
.home-comparison__table th:nth-child(3) { width: 19%; }
.home-comparison__table th:nth-child(4) { width: 11%; }
.home-comparison__table th:nth-child(5) { width: 11%; }
.home-comparison__table th:nth-child(6) { width: 15%; }
.home-comparison__table th:nth-child(7) { width: 12%; }

.home-comparison__table td {
    padding: 0.9rem 0.55rem;
    overflow-wrap: anywhere;
    border-bottom: 1px solid #e0e3df;
    font-size: 0.78rem;
    vertical-align: middle;
}

.home-comparison__brand {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #071b3b;
}

.home-comparison__brand > strong {
    font-size: 0.72rem;
}

.home-comparison__logo {
    width: 82px;
    height: 38px;
    object-fit: contain;
}

.home-comparison__table small {
    display: block;
    margin-top: 0.3rem;
    color: #667286;
    font-size: 0.6rem;
    line-height: 1.35;
}

.home-comparison__score {
    font-size: 1.1rem;
}

.home-comparison__status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.36rem 0.5rem;
    border-radius: 7px;
    background: #eaf3e8;
    color: #165f38;
    font-size: 0.7rem;
    font-weight: 700;
}

.home-feature,
.home-support-list > span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1d2939;
}

.home-feature img,
.home-support-list img {
    width: 22px;
    height: 22px;
    flex: none;
}

.home-support-list {
    display: grid;
    gap: 0.35rem;
}

.home-support-list > span {
    font-size: 0.7rem;
    font-weight: 700;
}

.home-comparison__review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.45rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.home-comparison__table .al-cta {
    min-height: 36px;
    padding: 0.5rem 0.65rem;
    font-size: 0.72rem;
}

.home-comparison__warning td {
    padding: 0.65rem 0.75rem;
    border-bottom: 2px solid #d2d8d4;
    background: #fff8e5;
    color: #5c4922;
    font-size: 0.65rem;
    line-height: 1.4;
}

.home-comparison__warning b {
    color: #7b3600;
}

.home-comparison__cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.home-comparison__all {
    display: block;
    margin-top: 1.1rem;
    text-align: center;
}

.home-comparison__empty {
    padding: 2rem;
    border: 1px dashed #bfc9c2;
    border-radius: 10px;
    background: #f5f7f5;
    text-align: center;
}

.home-comparison__empty p {
    margin-top: 0.35rem;
    color: #526174;
}

.home-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #ddd8ce;
    border-radius: 10px;
    background: #f3f0e9;
}

.home-trust-strip > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem;
    border-right: 1px solid #d5d1c8;
}

.home-trust-strip > div:last-child {
    border-right: 0;
}

.home-trust-strip__icon {
    width: 30px;
    height: 30px;
    flex: none;
}

.home-trust-strip strong,
.home-trust-strip small {
    display: block;
}

.home-trust-strip strong {
    font-family: var(--al-font-serif);
    font-size: 1rem;
}

.home-trust-strip small {
    margin-top: 0.12rem;
    color: #5f6877;
    font-size: 0.72rem;
    line-height: 1.3;
}

.home-trust-content {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.home-trust-content h2 {
    font-family: var(--al-font-serif);
    font-size: 2rem;
}

.home-trust-content .prose {
    margin-top: 1rem;
}

.home-trust-content__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.3rem;
}

.home-trust-content__grid > div {
    padding-top: 1rem;
    border-top: 2px solid #d9a727;
}

.home-trust-content__grid h3 {
    font-size: 1rem;
    font-weight: 800;
}

.home-trust-content__grid p {
    margin-top: 0.45rem;
    color: #536176;
    font-size: 0.9rem;
    line-height: 1.55;
}

.home-legal-guide {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.home-legal-guide__intro {
    max-width: 50rem;
}

.home-legal-guide__intro h2 {
    margin-top: 0.45rem;
    font-family: var(--al-font-serif);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.08;
}

.home-legal-guide__intro > p {
    max-width: 46rem;
    margin-top: 0.8rem;
    color: #536176;
    font-size: 1rem;
    line-height: 1.7;
}

.home-legal-guide__grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.home-legal-guide__grid article {
    padding: 1.15rem;
    border: 1px solid #e1e6e2;
    border-radius: var(--al-radius-lg);
    background: #f8faf8;
}

.home-legal-guide__grid h3 {
    color: #10233f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.home-legal-guide__grid p {
    margin-top: 0.55rem;
    color: #536176;
    font-size: 0.9rem;
    line-height: 1.7;
}

.home-legal-guide a {
    color: #0b3e74;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.home-legal-guide__source {
    margin-top: 1rem;
    color: #667286;
    font-size: 0.78rem;
    line-height: 1.5;
}

@media (min-width: 900px) {
    .home-legal-guide__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.spa-directory {
    margin: 1.5rem 0;
    padding: clamp(1rem, 2.3vw, 2rem);
    border: 1px solid #d9ddd8;
    border-radius: 10px;
    background: #fff;
}

.spa-directory .home-comparison__head h2 {
    margin: 0;
}

.spa-directory > p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #526174;
}

@media (max-width: 1050px) {
    .home-trust-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
        gap: 2rem;
    }

    .home-trust-card--spa {
        width: 275px;
    }

    .home-trust-card--confirmed {
        width: 225px;
    }

    .home-trust-card--domain {
        width: 285px;
    }

    .home-comparison__table td,
    .home-comparison__table th {
        padding-inline: 0.35rem;
    }

    .home-comparison__logo {
        width: 68px;
    }
}

@media (max-width: 900px) {
    .home-trust-hero__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-trust-visual {
        width: min(500px, 100%);
        min-height: 330px;
        margin-inline: auto;
    }

    .home-trust-explainers > a {
        padding-inline: 0.8rem;
    }

    .home-trust-explainers small {
        display: none;
    }

    .home-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-trust-strip > div:nth-child(2) {
        border-right: 0;
    }

    .home-trust-strip > div:nth-child(-n + 2) {
        border-bottom: 1px solid #d5d1c8;
    }

    .home-trust-content__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-trust-hero__grid {
        gap: 1rem;
        padding: 0.75rem 1rem 1.1rem;
    }

    .home-trust-hero h1 {
        font-size: clamp(2.1rem, 9.5vw, 2.35rem);
        line-height: 1.02;
    }

    .home-trust-hero__copy > p:not(.home-trust-hero__verified) {
        margin-top: 0.75rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .home-trust-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        margin-top: 0.9rem;
    }

    .home-trust-hero__actions .al-cta {
        min-height: 44px;
        padding-inline: 0.55rem;
        border-radius: 9px;
        font-size: 0.73rem;
    }

    .home-trust-hero__verified {
        gap: 0.35rem;
        margin-top: 0.7rem;
        font-size: 0.68rem;
        line-height: 1.3;
    }

    .home-trust-visual {
        display: none;
    }

    .home-trust-card {
        border-radius: 9px;
        box-shadow: 0 10px 25px rgba(8, 27, 54, 0.10);
    }

    .home-trust-card--spa {
        top: 0;
        left: 0;
        width: 57%;
        min-height: 105px;
        padding: 0.55rem;
    }

    .home-trust-card__spa-head {
        gap: 0.4rem;
    }

    .home-trust-card__spa-head img {
        width: 30px;
        height: 32px;
    }

    .home-trust-card__spa-head strong {
        font-size: 0.73rem;
    }

    .home-trust-card__spa-head small {
        max-width: 84px;
        font-size: 0.45rem;
    }

    .home-trust-card__document-lines {
        gap: 0.35rem;
        margin-top: 0.55rem;
        padding-top: 0.45rem;
    }

    .home-trust-card__document-lines i {
        height: 4px;
    }

    .home-trust-card--confirmed {
        top: 5px;
        right: 0;
        width: 42%;
        min-height: 132px;
        padding: 0.5rem 0.38rem;
    }

    .home-trust-card__shield-large {
        width: 39px;
        height: 45px;
    }

    .home-trust-card--confirmed > strong {
        margin-top: 0.2rem;
        font-size: 0.49rem;
    }

    .home-trust-card--confirmed > p {
        margin-top: 0.2rem;
        font-size: 0.47rem;
        line-height: 1.25;
    }

    .home-trust-card__licence-pill {
        gap: 0.25rem;
        margin-top: 0.35rem;
        padding: 0.28rem 0.38rem;
        border-radius: 6px;
        font-size: 0.45rem;
    }

    .home-trust-card__licence-pill img {
        width: 11px;
        height: 12px;
    }

    .home-trust-card--confirmed > small {
        margin-top: 0.3rem;
        font-size: 0.41rem;
    }

    .home-trust-card--domain {
        bottom: 0;
        left: 0;
        width: 58%;
        min-height: 64px;
        padding: 0.42rem 0.48rem;
    }

    .home-trust-card__domain-label {
        font-size: 0.46rem;
    }

    .home-trust-card__domain-row {
        gap: 0.3rem;
        margin-top: 0.25rem;
    }

    .home-trust-card__domain-row img {
        width: 13px;
        height: 14px;
    }

    .home-trust-card__domain-row strong {
        font-size: 0.52rem;
    }

    .home-trust-card__domain-row b {
        padding: 0.16rem 0.3rem;
        font-size: 0.39rem;
    }

    .home-trust-card--domain > small {
        margin-top: 0.25rem;
        padding-top: 0.25rem;
        font-size: 0.38rem;
    }

    .home-trust > .page-shell {
        padding-inline: 0.75rem;
    }

    .home-trust-explainers {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 0 -0.75rem 0.8rem;
    }

    .home-trust-explainers > a {
        display: grid;
        gap: 0.35rem;
        min-height: 68px;
        padding: 0.4rem 0.3rem;
        place-items: center;
        text-align: center;
    }

    .home-trust-explainers > a > span:first-child {
        width: 30px;
        height: 30px;
    }

    .home-trust-explainers__icon {
        width: 16px;
        height: 16px;
    }

    .home-trust-explainers strong {
        font-family: var(--al-font-ui);
        font-size: 0.56rem;
        line-height: 1.15;
    }

    .home-comparison {
        margin-inline: -0.25rem;
        padding: 0.8rem;
        border-radius: 12px;
    }

    .home-comparison__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 86px;
        align-items: end;
        gap: 0.45rem;
        margin-bottom: 0.75rem;
    }

    .home-comparison__head .home-section-eyebrow {
        display: none;
    }

    .home-comparison__head h2 {
        font-size: 1.45rem;
        line-height: 1.05;
    }

    .home-comparison__head > a {
        margin: 0 0 0.1rem;
        font-size: 0.6rem;
        line-height: 1.2;
        text-align: right;
    }

    .home-comparison__all {
        font-size: 0.76rem;
    }

    .home-comparison__logo {
        width: 74px;
        height: 34px;
    }

    .home-trust-strip {
        grid-template-columns: 1fr;
    }

    .home-trust-strip > div {
        border-right: 0 !important;
        border-bottom: 1px solid #d5d1c8;
    }

    .home-trust-strip > div:last-child {
        border-bottom: 0;
    }
}

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

    .home-trust-card {
        transition: none;
        transform: none !important;
    }
}
