﻿
:root {
    --text-xs: 1rem; /* 16px 0.875 */
    --text-sm: 1.125rem; /* 18px 1.125 */
    --text-md: 1.25rem; /* 20px */
    --text-lg: 1.5rem; /* 24px */
    --text-xl: 1.75rem; /* 28px */

    --heading-sm: 1.75rem; /* 28px */
    --heading-md: 2.5rem; /* 40px */
    --heading-lg: 4rem; /* 64px */
    --heading-xl: 5rem; /* 80px */
}

.brand-red {
    color: var(--colour-brand-red);
}

body .section .container {
    font-family: Inter, sans-serif;
}

body .section .container h1,
body .section .container h2,
body .section .container h3,
body .section .container h4 {
    font-family: Inter, sans-serif;
}

.header.section-red {
    background: #fef9f7;
    border-bottom: solid 1px #fddddd;
}

.header .nav-items li a {
    font-family: Inter;
    color: #555;
    padding: 0.85em 1em 0.65em 1em;
}

.header .logo img {
    margin: 0;
}
.header .icon-bar {
    background-color: var(--colour-brand-red);
}

@media (max-width: 1054px) {
    .header .nav-items li a {
        padding: 0.75em 0.5em;
    }
}

.section .container section {
    padding: 32px;
}

.section .container .heading {
    text-align: center;
    max-width: 85%;
    margin: 4rem auto 4rem;
}
.section .container .heading.contained {
    margin: 0 auto 4rem;
}
.section .container .heading.tighter {
    max-width: 75%;
}

.section .container .heading .eyebrow {
    margin-bottom: 18px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--colour-brand-red);
}
.section .container .heading h2 {
    font-size: clamp(var(--heading-md), 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0;
}
.section .container .heading h2.larger {
    font-size: clamp(var(--heading-md), 5vw, var(--heading-xl));
}
.section .container .heading p {
    font-size: var(--text-lg);
    margin: 1.75rem auto 0;
    line-height: 1.55;
}

.section .container p {
    margin: 0 0 1.5rem;
    font-size: var(--text-md);
    line-height: 1.7;
    color: #5f5556;
}
.section.section-red .container p {
    color: var(--color-white);
}
.section .container p.large {
    font-size: var(--text-lg);
    line-height: 1.5;
}
.section .container p.xsmall {
    margin: 0 0 1rem;
    font-size: var(--text-xs);
    line-height: 1.5;
}

.section-divider {
    width: min(960px, 80%);
    height: 1px;
    margin: 0 auto;
    background: rgba(219, 31, 38, 0.12);
}

.large-card {
    max-width: 1320px;
    margin: 0 auto;
    padding: 70px 80px;
    background: #ffffff;
    border: 1px solid #f2e5e3;
    border-radius: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.basic-footer-cta {
    margin-top: 64px;
    text-align: center;
}

.basic-footer-cta a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
}

img.border {
    border: solid 1px #555;
}

.video-popover {
    display: none;
}

.lity .video-popover {
    display: block;
}

.lity-content video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
    .large-card {
        padding: 50px 55px;
    }
    .heading.contained {
        max-width: 100%;
    }
}

@media (max-width: 834px) {
    .section .container section {
        padding: 32px 0;
    }
    .large-card {
        padding: 3rem 2.5rem;
    }
    .btn.btn-large {
        font-size: 1.5rem;
    }
}

/* Section 1 - Hero */

.hero-grid {
    display: grid;
    grid-template-columns: 47% 47%;
    grid-template-areas:
        "copy video"
        "foot foot";
    column-gap: 6%;
    padding: 4rem 0
}

.hero-copy {
    grid-area: copy;
}
.hero-video {
    grid-area: video;
}
.hero-foot {
    grid-area: foot;
}

.hero-grid h1 {
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-top: 0;
}
.hero-grid p {
    color: #555;
}
.hero-grid p.large {
    margin: 1.5rem 0;
}
.hero-grid a.btn-large {
    font-size: 24px;
    margin-bottom: 12px;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.video-container video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.video-container .controls {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.video-container a.video-button {
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
    border: solid 2px #fff;
    padding: 6px 24px;
}

.hero-grid .trust {
    display: flex;
    margin-top: 2em;
    gap: 20px;
    padding: 15px 15px;
    border-radius: 12px;
    border: solid 1px #fccccc;
}
.hero-grid .trust .icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: #f7d4d2;
    border-radius: 50%;
    color: var(--colour-brand-red);
    align-items: center;
    justify-content: center;
}
.hero-grid .trust .text {
    font-weight: 400;
    font-size: 1.2em;
    color: #777;
    align-content: center;
}
.hero-foot {
    grid-column: 1 / -1;
}
.hero-foot p {
    margin: 0;
}
.hero-foot a {
    text-decoration: none;
    color: #d55;
}

@media (max-width: 1408px) {
    .hero-grid h1 {
        font-size: 3.8rem;
    }
}

@media (max-width: 1054px) {
    .hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "foot"
            "video";
    }
    .hero-grid h1 {
        font-size: 5rem;
    }
}

@media (max-width: 834px) {
    .hero-copy .btn.btn-large {
        font-size: 1.5rem;
    }
    .hero-copy .xsmall {
        display: none;
    }
    .hero-grid h1 {
        font-size: clamp(1.7rem, 10vw, 5rem);
    }
}

/* Section 2 - Spreadsheets */

.section .container .spreadsheet {
    padding-top: 3rem;
}

.spreadsheet-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.spreadsheet-copy {
    padding-right: 40px;
    border-right: 1px solid #f1dedd;
}

.section .container .spreadsheet-highlight {
    margin-bottom: 0;
    font-weight: 500;
}

.spreadsheet-benefits {
    padding-left: 40px;
}

.spreadsheet-benefits h3 {
    margin: 0 0 34px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 800;
    color: #d91f26;
}

.spreadsheet-benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.spreadsheet-benefits li {
    position: relative;
    padding-left: 72px;
    margin-bottom: 28px;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #11162a;
}

.spreadsheet-benefits li:last-child {
    margin-bottom: 0;
}

.spreadsheet-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -6px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #f3d7d5;
    color: #d91f26;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    background: #fffafa;
}

.spreadsheet-cta {
    text-align: center;
}
.spreadsheet-cta h3 {
    margin: 3rem 0 1rem;
    font-size: 2rem;
    font-weight: 700;
}
.section .container .spreadsheet-cta p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 1408px) {
    .spreadsheet-content {
        grid-template-columns: 4fr 3fr;
    }
}

@media (max-width: 1054px) {
    .spreadsheet-content {
        grid-template-columns: 1fr;
    }
    .spreadsheet-copy {
        padding-right: 0;
        border-right: none;
    }
    .spreadsheet-benefits {
        display: none;
    }
}

@media (max-width: 834px) {
}

/* Section 3 - Request*/

.one-place div.content {
    max-width: 100%;
    margin: 0 auto;
}

.one-place div.content img {
    margin-bottom: 3rem;
}

/* Section 4 - Simple Reliable */

div#love .headline {
    text-align: center;
    font-weight: 300;
}
div#love .heading {
    margin: 2rem auto;
}

div#love .headline span {
    color: #cf1f1f;
    font-size: 1.5em;
    vertical-align: middle;
}


div#love .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

div#love .columns .col1 {
    padding-right: 40px;
    border-right: 1px solid #f1dedd;
}
div#love .columns .col2 {
    padding-left: 40px;
}

div#love .columns h3 {
    margin: 0 0 1rem 0;
    color: #0d1220;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}
div#love .columns img {
    max-height: 300px;
    margin: 0 auto 2rem;
}
div#love .columns strong {
    font-weight: 600;
}


@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
}

@media (max-width: 834px) {
}

@media (max-width: 834px) {
    div#love .columns {
        grid-template-columns: 1fr;
    }
    div#love .columns .col1 {
        padding-right: 0;
        border-right: none;
    }

    div#love .columns .col2 {
        padding-left: 0;
    }

    div#love .columns img {
        max-width: 60%;
    }
}

@media (max-width: 530px) {

}

/* Section 5 - Calculate */


.section .container .calculate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 80px;
}
.section .container .calculate .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.5rem;
}

.part-time-calculations {
    padding: 42px 38px 38px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(20, 20, 20, 0.06);
}
.part-time-calculations h3 {
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0 0 1rem
}
.section .container .part-time-calculations p {
    font-size: 1.15rem;
}

.part-time-calculations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.part-time-calculations li {
    position: relative;
    padding-left: 47px;
    margin-bottom: 18px;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #5f5556;
}

.part-time-calculations li:last-child {
    margin-bottom: 0;
}

.part-time-calculations li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #f3d7d5;
    color: #d91f26;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    background: #fffafa;
}

@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
    .section .container .calculate {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 834px) {

}

@media (max-width: 1050px) {
}

@media (max-width: 680px) {

}

/* More Than */

.more-than .content {
    display: grid;
    grid-template-columns: 4fr 7fr;
    padding-bottom: 2rem;
    gap: 4.5rem;
    margin: 0 auto;
    padding-top: 0;
}
.more-than .content .inset {
    display: flex;
    gap: 2rem;
}
.more-than .content .inset .img {
    min-width: 350px;
}
.more-than .content .inset .img img {
    width: 350px;
    border: solid 1px #fad2d4;
    border-radius: 16px;
}
.more-than .content .inset h3 {
    font-size: 1.75rem;
    margin-top: 0.2rem;
}

@media (max-width: 1408px) {
    .more-than .content {
        grid-template-columns: 1fr;
    }
    .more-than .content .inset {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1054px) {
    .more-than .content .inset .img {
        min-width: 300px;
    }

    .more-than .content .inset .img img {
        width: 300px;
    }
}

@media (max-width: 834px) {
    .more-than .content .inset {
        display: block;
    }
    .more-than .content .inset .img {
        min-width: 100%;
    }

    .more-than .content .inset .img img {
        width: 100%;
        max-width: 350px;
    }
    .more-than .content .inset h3 {
        margin-top: 1rem;
    }

}


/* Section 6 - Reviews */

.section .container .reviews {
    padding-top: 0;
    padding-bottom: 0;
}
.section .container .reviews .heading {
    margin-top: 2em;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.review-card {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 44px 42px 38px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(20, 20, 20, 0.07);
}

.review-stars {
    margin-bottom: 26px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.06em;
}

.review-card blockquote {
    position: relative;
    margin: 0;
    font-size: clamp(1.35rem, 1.6vw, 1.5rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #0d1220;
}

.review-card blockquote::before {
    content: "“";
    display: inline-block;
    margin-right: 8px;
    color: #db1f26;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 0;
    vertical-align: -0.28em;
}

.review-card blockquote::after {
    content: "”";
    display: inline-block;
    margin-left: 8px;
    color: #db1f26;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 0;
    vertical-align: -0.42em;
}

.review-source {
    margin-top: auto;
    padding-top: 36px;
    color: #6a707a;
    font-size: 1.05rem;
    line-height: 1.4;
}

.review-source a {
    font-size: 0.9rem;
    display: block;
    text-align: right;
    margin-top: 0.5rem;
}

@media (max-width: 1408px) {
    .reviews-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 1054px) {
}

@media (max-width: 834px) {
}

@media (max-width: 1100px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .review-card {
        min-height: auto;
    }
}

@media (max-width: 680px) {
    .reviews-section {
        padding: 70px 20px 80px;
    }

    .reviews-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .reviews-heading p {
        margin-top: 22px;
        font-size: 1.05rem;
    }

    .reviews-card,
    .review-card {
        padding: 34px 26px 32px;
    }

    .review-stars {
        font-size: 1.7rem;
    }

    .review-card blockquote {
        font-size: 1.35rem;
    }

    .reviews-footer {
        text-align: left;
    }
}

/* Section 7 - Support and Security */

.section .container .support {
    padding-bottom: 64px;
}

.support-security-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    xgap: 56px;
}

.support-column {
    position: relative;
}

.support-column-left {
    padding-right: 56px;
    border-right: 1px solid rgba(219, 31, 38, 0.16);
}

.support-column-right {
    padding-left: 56px;
}

.support-column-heading {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 46px;
}

.support-column-heading h3 {
    margin: 0;
    color: #0d1220;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.support-underline {
    width: 62px;
    height: 3px;
    margin-top: 22px;
    border-radius: 999px;
    background: var(--colour-brand-red);
}

.support-copy {
    max-width: 540px;
}

.support-copy p {
    margin: 0 0 26px;
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.75;
}

.support-copy p:last-child {
    margin-bottom: 0;
}

.contact-methods {
    max-width: 560px;
    margin-top: 1rem;
}

.contact-method {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px 0;
}

.contact-method .icon {
    display: inline-flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fde2e0;
    color: var(--colour-brand-red);
}

.contact-method + .contact-method {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.contact-method span {
    display: block;
    color: #0d1220;
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-method a {
    font-size: clamp(1.6rem, 2.5vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}

.contact-method a[href^="mailto"] {
    font-size: clamp(1.15rem, 1.7vw, 1.25rem);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.security-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 66px;
}

.security-point {
    min-width: 0;
    padding: 0 22px;
    text-align: center;
}

.security-point + .security-point {
    border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.security-point span {
    display: block;
    margin-top: 18px;
    color: #0d1220;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.support-security-footer {
    display: flex;
    justify-content: center;
    gap: 54px;
    margin-top: 2rem;
    color: #1f2a44;
    font-size: 1.2rem;
    line-height: 1.4;
}

.support-security-footer > div {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.support-security-footer > div + div {
    position: relative;
}

.support-security-footer > div + div::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: rgba(17, 17, 17, 0.2);
}

@media (max-width: 1408px) {
    .support-security-content {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .support-column-left {
        padding-right: 0;
        padding-bottom: 56px;
        border-right: 0;
        border-bottom: 1px solid rgba(219, 31, 38, 0.16);
    }

    .support-column-right {
        padding-left: 0;
    }

    .support-copy {
        max-width: unset;
    }
    .support-security-footer {
        display: none;
    }

}

@media (max-width: 1054px) {
}

@media (max-width: 834px) {
    .support-security-section {
        padding: 70px 20px 80px;
    }

    .support-security-heading {
        margin-bottom: 52px;
        text-align: left;
    }

    .support-security-heading p {
        font-size: 1.1rem;
    }

    .support-column-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 34px;
    }

    .support-icon {
        width: 72px;
        height: 72px;
    }

    .support-copy p {
        font-size: 1.08rem;
        line-height: 1.65;
    }

    .contact-method {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 1rem 0;
    }
    .contact-method .icon {
        display: none;
    }

    .security-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 0;
    }

    .security-point:nth-child(3) {
        border-left: 0;
    }

    .support-security-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        margin-top: 54px;
        font-size: 1.05rem;
    }

    .support-security-footer > div + div::before {
        display: none;
    }
}


/* Section 8 - Pricing */

.section .container .pricing {
    padding-top: 0;
    padding-bottom: 64px;
}

.pricing-reassurance-content {
    display: grid;
    grid-template-columns: 1fr auto 1.25fr;
    gap: 4.5rem;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}

.pricing-summary {
    text-align: center;
}

.pricing-price {
    color: var(--colour-brand-red);
    font-size: clamp(4.5rem, 7vw, 7rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.pricing-frequency {
    margin-top: 1.1rem;
    color: #0d1220;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.section .pricing-summary .old-price {
    text-decoration: line-through;
    text-decoration-color: #010101;
    color: #888;
    font-size: 2.5rem;
    font-family: Heebo, sans-serif;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
}


.pricing-discount {
    margin-top: 2.1rem;
    color: #5f656d;
    font-size: 1.125rem;
    line-height: 1.4;
}

.pricing-divider {
    width: 1px;
    height: 14rem;
    background: rgba(17, 17, 17, 0.16);
}

.pricing-stars {
    margin-bottom: 1.6rem;
    color: #f5aa13;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0.06em;
}

.pricing-review blockquote {
    margin: 0;
    color: #0d1220;
    font-size: clamp(1.6rem, 2.4vw, 1.5rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.035em;
}

.pricing-review-source {
    margin-top: 1.8rem;
    color: #6a707a;
    font-size: 1.25rem;
    line-height: 1.4;
}

.pricing-review-source a {
    font-size: 1rem;
    display: block;
    text-align: right;
    margin-top: 0.5rem;
}

.review-popover {
    border-radius: 20px;
}

@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
    .pricing-reassurance-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .pricing-summary {
        text-align: center;
    }

    .pricing-divider {
        width: 100%;
        max-width: 28rem;
        height: 1px;
        margin: 0 auto;
    }

    .pricing-review {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media (max-width: 834px) {
}

@media (max-width: 900px) {

}

@media (max-width: 560px) {
    .pricing-reassurance-section {
        padding: 4.5rem 1.25rem;
    }

    .pricing-reassurance-heading {
        margin-bottom: 3rem;
        text-align: left;
    }

    .pricing-reassurance-heading p {
        font-size: 1.25rem;
    }

    .pricing-reassurance-content {
        text-align: left;
        align-items: start;
    }

    .pricing-divider {
        max-width: none;
    }

    .pricing-stars {
        font-size: 1.7rem;
    }

    .pricing-review-source {
        font-size: 1.05rem;
    }
}

/* Final Section */

.section .container .final-cta.heading {
    margin: 2rem auto;
}

.final-cta-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 6rem;
    height: 6rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    border: 3px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    color: #ffffff;
}

.final-cta-section h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(3rem, 5.5vw, 5.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.final-cta-section p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 2rem auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: 600;
}

.final-cta-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-width: 34rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 1.35rem 2.5rem;
    border-radius: 0.5rem;
    background: #1976d2;
    color: #ffffff !important;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
    font-size: 1.75rem;
    font-weight: 800 !important;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.final-cta-button:hover {
    background: #1268bd;
    transform: translateY(-1px);
    box-shadow: 0 1.15rem 2.4rem rgba(0, 0, 0, 0.26);
}

.final-cta-button span {
    font-size: 2.4rem;
    line-height: 0;
}

.final-cta-reassurance {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 3.8rem;
    margin-bottom: 3rem;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
}

.final-cta-reassurance div {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0 2.2rem;
}

.final-cta-reassurance div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
    .final-cta-reassurance {
        flex-direction: column;
        align-items: center;
        gap: 1.1rem;
        margin-top: 2.6rem;
        font-size: 1rem;
    }

    .final-cta-reassurance div {
        padding: 0;
    }

    .final-cta-reassurance div + div {
        border-left: 0;
    }

}

@media (max-width: 834px) {
}

@media (max-width: 780px) {
    .section .container .final-cta.heading.tighter {
        max-width: 90%;
    }
    .final-cta-section {
        padding: 4.5rem 1.25rem;
    }

    .final-cta-container {
        padding: 4.25rem 1.5rem;
        border-radius: 0.75rem;
    }

    .final-cta-section p {
        font-size: 1.25rem;
    }

    .final-cta-button {
        width: 100%;
        min-width: 0;
        margin-top: 3rem;
        font-size: 1.25rem;
        padding: 1.2rem 1.5rem;
    }

    .final-cta-button span {
        display: none;
    }

}

/* Trial Modal */

.lity-container #request-form-container {
    background: #ffffff;
    color: unset;
    padding: 0;
}
.lity-container #request-form-container a {
    color: #1976d2;
}
#request-form-container .setup-message {
    padding: 1rem;
    border-radius: 16px;
}

.trial-modal-content {
    position: relative;
    width: min(1120px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.trial-modal-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr;
    gap: 56px;
    padding: 56px;
}

.trial-modal-close {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4f5661;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
}

.trial-modal-close:hover {
    color: #111111;
}

.trial-eyebrow {
    margin-bottom: 16px;
    color: #db1f26;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.trial-form-panel h2 {
    margin: 0;
    color: #0d1220;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.trial-intro {
    max-width: 520px;
    margin: 20px 0 34px;
    color: #5f656d;
    font-size: 1.35rem;
    line-height: 1.45;
}

.trial-form {
    max-width: 560px;
}

.form-field {
    margin-bottom: 24px;
}

.form-field label {
    display: block;
    margin-bottom: 9px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.form-field input {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #bfc5ce;
    border-radius: 7px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 1.1rem;
    box-sizing: border-box;
}

.form-field input:focus {
    outline: 3px solid rgba(25, 118, 210, 0.18);
    border-color: #1976d2;
}

.trial-submit-button {
    display: inline-flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
    background: #1976d2;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(25, 118, 210, 0.22);
}

.trial-submit-button:hover {
    background: #1268bd;
}

.trial-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    color: #6a707a;
    font-size: 0.98rem;
    line-height: 1.4;
    justify-content: center;
}

.trial-reassurance span {
    position: relative;
}

.trial-reassurance span:not(:last-child)::after {
    content: "·";
    position: absolute;
    right: -12px;
    color: #a3a8b0;
}

.trial-legal {
    margin: 24px 0 0;
    color: #6a707a;
    font-size: 0.9rem;
    line-height: 1.55;
}

.trial-legal a {
    color: #1976d2;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.trial-benefits-panel {
    align-self: stretch;
    padding: 42px;
    border-radius: 18px;
    background: var(--colour-pale-pink);
}

.trial-benefits-panel h3 {
    margin: 0 0 34px;
    color: #0d1220;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.trial-benefit {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    align-items: start;
}

.trial-benefit + .trial-benefit {
    margin-top: 36px;
}

.trial-benefit .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--colour-brand-red);
}

.trial-benefit h4 {
    margin: 0 0 8px;
    color: #0d1220;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
}

.trial-benefit p {
    margin: 0;
    color: #303846;
    font-size: 0.98rem;
    line-height: 1.5;
}

.trial-benefit-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 2px solid #db1f26;
    border-radius: 50%;
    color: #db1f26;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 1408px) {
}

@media (max-width: 1054px) {
}

@media (max-width: 834px) {

}

@media (max-width: 900px) {
    .trial-modal-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 42px 28px 34px;
    }

    .trial-modal-close {
        top: 14px;
        right: 14px;
    }

    .trial-form {
        max-width: none;
    }

    .trial-benefits-panel {
        display: none;
    }
}

@media (max-width: 560px) {
    .trial-modal-content {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
        border-radius: 14px;
    }

    .trial-modal-grid {
        padding: 34px 20px 26px;
    }

    .trial-form-panel h2 {
        font-size: 2.4rem;
    }

    .trial-intro {
        font-size: 1.1rem;
    }

    .form-field input {
        height: 54px;
        font-size: 1rem;
    }

    .trial-submit-button {
        min-height: 58px;
        font-size: 1.1rem;
    }

    .trial-benefits-panel {
        display: none;
    }
    .trial-reassurance {
        display: block;
        font-size: 0.95rem;
    }

    .trial-reassurance span {
        display: block;
        margin-bottom: 6px;
    }

    .trial-reassurance span::after {
        display: none;
    }

    .trial-benefit {
        grid-template-columns: 46px 1fr;
        gap: 16px;
    }

    .trial-benefit-icon {
        width: 44px;
        height: 44px;
    }
}



/* MSM Offer */

.msm-offer {
    background-color: #fdf2c8;
    border-radius: 16px;
    display: flex;
    gap: 25px;
    border: solid 1px #f1cd45;
    padding: 2em 2em;
    margin: 0 0 3rem 0;
}

.msm-offer .outer-circle {
    border-radius: 50%;
    background-color: #fceba9;
    width: 100px;
    height: 100px;
    align-content: center;
    justify-items: center;
}

.msm-offer .outer-circle > div {
    border-radius: 50%;
    background-color: #fef5dd;
    width: 80px;
    height: 80px;
    color: #eeb904;
    align-content: center;
    justify-items: center;
}

.msm-offer .outer-circle > div svg {
    padding: 15px 10px 10px 15px;
}

.msm-offer > div {
    align-content: center;
}

.msm-offer div.icon {
    align-content: unset;
}

@media (max-width: 560px) {
    .msm-offer .icon {
        display: none;
    }
}