/* ============================================================
   Strata Franchise Landing Page Styles
   Mirrors franchise.css structure with strata-specific assets
   ============================================================ */

.overlay {
    background-color: rgba(26, 26, 26, 0.78);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* ---- Hero ---- */
.sf-hero {
    background-image: url('/homesafe-assets/img/strata-franchise/hero-0G7A8611-still002.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

    .sf-hero .content {
        z-index: 3;
        position: relative;
    }

        .sf-hero .content h1 {
            color: #fff;
            font-size: calc(48pt * 0.7);
            line-height: calc(55pt * 0.7);
            font-weight: bold;
            font-family: 'Gordita';
            text-transform: uppercase;
            margin-bottom: 1rem;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            white-space: normal;
        }

        .sf-hero .content p {
            color: rgb(217,229,112);
            font-size: calc(91.8pt * 0.7);
            line-height: calc(94.5pt * 0.7);
            font-weight: bold;
            font-family: 'Gordita';
            text-transform: uppercase;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            white-space: normal;
            margin-top: 48px;
        }

/* ---- Intro / Join ---- */
.sf-join {
    background-color: rgb(227,235,171);
    padding: 145px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}

    .sf-join h2 {
        max-width: unset;
        font-size: calc(25pt * 0.7);
        line-height: calc(38pt * 0.7);
        font-weight: 500;
        font-family: 'Gordita';
        color: #000;
        margin-bottom: 35px;
    }

    .sf-join p {
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
        color: #000;
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }

    .sf-join h3 {
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        color: #000;
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
    }

/* ---- Enquire button (black) ---- */
.enquire-btn {
    background-color: #000;
    color: #fff;
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding: 13px 46px;
    border-radius: 1px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

    .enquire-btn:hover {
        background-color: #fff;
        color: #000;
        text-decoration: inherit;
    }

/* ---- Enquire button (lime highlight) ---- */
.enquire-btn-highlight {
    background-color: rgb(217,229,112);
    color: #000;
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding: 13px 46px;
    border-radius: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

    .enquire-btn-highlight:hover {
        background-color: #000;
        color: #fff;
        text-decoration: inherit;
    }

/* ---- Contact Form Section (dark overlay) ---- */
.sf-contact {
    padding: 0;
}

.sf-contact-hero {
    background-image: url('/homesafe-assets/img/strata-franchise/form-0G7A8624-still001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .sf-contact-hero .overlay {
        background-color: rgba(26, 26, 26, 0.82);
    }

    .sf-contact-hero .content {
        z-index: 3;
        position: relative;
    }

.sf-form-wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 64px;
    align-items: start;
    text-align: left;
}

.sf-form-copy {
    text-align: left;
}

    .sf-form-copy h2 {
        color: rgb(217,229,112);
        font-size: calc(48pt * 0.7);
        line-height: calc(55pt * 0.7);
        font-weight: bold;
        font-family: 'Gordita';
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .sf-form-copy p {
        color: #fff;
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
        margin-top: 44px;
    }

    .sf-form-copy h3 {
        color: #fff;
        font-size: calc(25pt * 0.7);
        line-height: calc(35pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        margin-top: 44px;
    }

.sf-form-panel {
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Gordita';
}

    .sf-form-panel label {
        display: grid;
        gap: 7px;
        color: #fff;
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 18px;
    }

    .sf-form-panel .sf-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .sf-form-panel input,
    .sf-form-panel select,
    .sf-form-panel textarea {
        width: 100%;
        border: 0;
        border-radius: 0 !important;
        padding: 13px 12px;
        font-family: 'Gordita', Arial, sans-serif;
        font-size: 13px;
        color: #333;
        background: #fff;
    }

    .sf-form-panel textarea {
        height: 90px;
        resize: none;
    }

    .sf-form-panel .sf-submit-row {
        text-align: center;
        margin-top: 14px;
    }

    .sf-form-panel input[type="submit"].enquire-btn-highlight {
        background-color: rgb(217,229,112);
        background: rgb(217,229,112);
        color: #1a1a1a;
    }

/* ---- Why Choose (split section) ---- */
.sf-why-choose {
    padding: 145px 70px;
}

.sf-split {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sf-why-image {
    background-image: url('/homesafe-assets/img/strata-franchise/why-0G7A8631-still001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
}

.sf-why-choose h2 {
    max-width: unset;
    font-size: calc(48pt * 0.7);
    line-height: calc(55pt * 0.7);
    font-weight: bold;
    font-family: 'Gordita';
    text-transform: uppercase;
    color: #000;
}

.sf-why-choose p {
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-family: 'Gordita';
    color: #000;
    margin-top: 54px;
}

.sf-why-choose ul {
    list-style-type: none;
    padding: 0;
    margin: 54px 0 0;
}

    .sf-why-choose ul > li {
        position: relative;
        padding-left: 48px;
        margin-bottom: 18px;
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
    }

        .sf-why-choose ul > li::before {
            content: ">";
            position: absolute;
            left: 0;
            color: #000;
            font-weight: bold;
        }

/* ---- Real Talk ---- */
.sf-real-talk {
    background-color: rgba(212,209,201, 0.25);
    padding: 145px 70px;
}

.sf-real-talk-inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.sf-real-talk h2 {
    max-width: unset;
    font-size: calc(48pt * 0.7);
    line-height: calc(55pt * 0.7);
    font-weight: bold;
    font-family: 'Gordita';
    text-transform: uppercase;
    color: #000;
}

.sf-real-talk p {
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-family: 'Gordita';
    color: #000;
    margin-top: 54px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sf-real-talk h3 {
    font-size: calc(25pt * 0.7);
    line-height: calc(35pt * 0.7);
    font-family: 'Gordita';
    font-weight: 500;
    color: #000;
    margin-top: 54px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Video placeholder */
.sf-video-container {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 86px;
}

#sf-custom-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

    #sf-custom-thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 595px;
    }

    #sf-custom-thumbnail button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 50px 55px;
        background: rgba(0, 0, 0, 0.86);
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        width: 126px;
        height: 126px;
        display: grid;
        place-items: center;
    }

.fa-play {
    font-size: 3em;
    left: -8px;
    top: -10px;
}

/* ---- Parallax Sections ---- */
.sf-parallax-container {
    position: relative;
    background-image: url('/homesafe-assets/img/strata-franchise/hero-0G7A8611-still002.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    width: 100%;
}

    .sf-parallax-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,0.18);
    }

.sf-parallax-container-2 {
    position: relative;
    background-image: url('/homesafe-assets/img/strata-franchise/banner-0G7A8659-still001.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    width: 100%;
}

    .sf-parallax-container-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,0.18);
    }

.parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}

/* ---- Difference (dark section with numbers) ---- */
.sf-difference {
    background-color: rgb(26,26,26);
    padding: 145px 70px;
}

.sf-difference-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.sf-difference h2 {
    max-width: unset;
    font-size: calc(48pt * 0.7);
    line-height: calc(55pt * 0.7);
    font-weight: bold;
    font-family: 'Gordita';
    text-transform: uppercase;
    color: #fff;
}

.sf-difference p {
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-family: 'Gordita';
    color: #fff;
    margin-top: 54px;
    max-width: 960px;
}

.sf-difference h4 {
    font-size: calc(25pt * 0.7);
    line-height: calc(35pt * 0.7);
    font-family: 'Gordita';
    font-weight: 500;
    color: #fff;
    margin-top: 54px;
    text-align: center;
}

.sf-numbers {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    text-align: center;
}

.sf-num-badge {
    background-color: rgb(217,229,112);
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    border-radius: 50%;
    font-size: calc(60pt * 0.7);
    line-height: calc(61pt * 0.7);
    font-family: 'Gordita';
    font-weight: 500;
    color: #000;
}

.sf-numbers h3 {
    min-height: 58px;
    margin: 28px 0 0;
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-weight: 500;
    color: #fff;
}

.sf-num-text {
    margin-top: 0 !important;
    text-align: center;
    color: #fff;
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-family: 'Gordita';
}

.sf-line-divider {
    border-top: 1px solid #fff;
    width: 100%;
    margin: 20px 0;
    opacity: 0.9;
}

.sf-difference .sf-cta {
    text-align: center;
    margin-top: 70px;
}

/* ---- Our Story (split section) ---- */
.sf-our-story {
    padding: 145px 70px;
}

.sf-story-image {
    background-image: url('/homesafe-assets/img/strata-franchise/story-0G7A8651-still001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 640px;
}

.sf-our-story h2 {
    max-width: unset;
    font-size: calc(48pt * 0.7);
    line-height: calc(55pt * 0.7);
    font-weight: bold;
    font-family: 'Gordita';
    text-transform: uppercase;
    color: #000;
}

.sf-our-story p {
    font-size: calc(17pt * 0.7);
    line-height: calc(27pt * 0.7);
    font-family: 'Gordita';
    color: #000;
    margin-top: 54px;
}

.sf-our-story .sf-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Quote */
.sf-quote {
    text-align: center;
    margin-top: 78px;
}

    .sf-quote p {
        max-width: 790px;
        margin: 0 auto;
        font-size: calc(25pt * 0.7);
        line-height: calc(39pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        color: #000;
    }

    .sf-quote h3 {
        margin-top: 28px;
        font-size: 11px;
        line-height: 19px;
        font-family: 'Gordita';
        color: #000;
        text-transform: uppercase;
        font-weight: 500;
    }

.sf-line-divider-black {
    border-top: 1px solid #000;
    width: 100%;
    margin: 20px 0;
}

.sf-mt-130px {
    margin-top: 130px !important;
}

/* ---- Who We're Looking For ---- */
.sf-who {
    background-color: rgb(227,235,171);
    padding: 145px 70px;
    text-align: center;
}

    .sf-who h2 {
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
        font-size: calc(48pt * 0.7);
        line-height: calc(55pt * 0.7);
        font-weight: bold;
        font-family: 'Gordita';
        text-transform: uppercase;
        color: #000;
    }

    .sf-who p {
        font-size: calc(25pt * 0.7);
        line-height: calc(35pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        color: #000;
        margin-top: 54px;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .sf-who ul {
        list-style-type: none;
        padding: 0;
        margin: 70px auto 0;
        max-width: 770px;
        text-align: left;
    }

        .sf-who ul > li {
            position: relative;
            padding-left: 48px;
            margin-bottom: 18px;
            font-size: calc(17pt * 0.7);
            line-height: calc(27pt * 0.7);
            font-family: 'Gordita';
        }

            .sf-who ul > li::before {
                content: ">";
                position: absolute;
                left: 0;
                color: #000;
                font-weight: bold;
            }

    .sf-who .hs-button {
        margin-top: 45px;
    }

/* ---- FAQs ---- */
.sf-faqs {
    background-color: rgba(212,209,201, 0.25);
    padding: 145px 70px;
}

.sf-faqs-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.sf-faqs h2 {
    max-width: unset;
    font-size: calc(48pt * 0.7);
    line-height: calc(55pt * 0.7);
    font-weight: bold;
    font-family: 'Gordita';
    text-transform: uppercase;
    color: #000;
}

.sf-accordion {
    margin-top: 50px;
}

.sf-accordion-item {
    border-bottom: 1px solid #cfcfcf;
    padding: 22px 0;
}

.sf-accordion-title {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    cursor: pointer;
}

    .sf-accordion-title h4 {
        margin: 0;
        font-size: calc(25pt * 0.7);
        line-height: calc(37pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        color: #000;
    }

.sf-accordion-icon {
    flex: none;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: rgb(217,229,112);
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 24px;
}

.sf-accordion-content {
    display: none;
    padding-top: 14px;
}

    .sf-accordion-content p {
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
        color: #000;
    }

.sf-accordion-item.active .sf-accordion-content {
    display: block;
}

/* ---- Final / Bottom Enquiry Form ---- */
.sf-enquire {
    background-color: rgb(227,235,171);
    padding: 145px 70px;
    text-align: center;
}

    .sf-enquire h2 {
        max-width: unset;
        font-size: calc(48pt * 0.7);
        line-height: calc(55pt * 0.7);
        font-weight: bold;
        font-family: 'Gordita';
        text-transform: uppercase;
        color: #000;
    }

    .sf-enquire > p {
        font-size: calc(25pt * 0.7);
        line-height: calc(39pt * 0.7);
        font-family: 'Gordita';
        font-weight: 500;
        color: #000;
        margin-top: 54px;
    }

.sf-mini-form {
    max-width: 980px;
    margin: 54px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    text-align: left;
}

    .sf-mini-form label {
        display: grid;
        gap: 7px;
        color: #000;
        font-size: 13px;
        line-height: 18px;
        font-family: 'Gordita';
    }

    .sf-mini-form input,
    .sf-mini-form select,
    .sf-mini-form textarea {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.12);
        border-radius: 0 !important;
        padding: 13px 12px;
        font-family: 'Gordita', Arial, sans-serif;
        font-size: 13px;
        color: #333;
        background: #fff;
    }

    .sf-mini-form textarea {
        height: 90px;
        resize: none;
    }

    .sf-mini-form .sf-full-width {
        grid-column: 1 / -1;
    }

    .sf-mini-form .sf-submit-row {
        grid-column: 1 / -1;
        text-align: center;
        margin-top: 14px;
    }

    .sf-mini-form input[type="submit"].enquire-btn {
        background-color: #1a1a1a;
        background: #1a1a1a;
        color: #fff;
    }

.hs-button {
    margin-top: 50px;
}

/* ---- Thank You Page ---- */
.sf-thankyou {
    padding: 100px 0;
}

    .sf-thankyou h1 {
        font-size: calc(48pt * 0.7);
        line-height: calc(55pt * 0.7);
        font-weight: bold;
        font-family: 'Gordita';
        text-transform: uppercase;
        color: #000;
    }

    .sf-thankyou p {
        font-size: calc(17pt * 0.7);
        line-height: calc(27pt * 0.7);
        font-family: 'Gordita';
        color: #000;
        margin-top: 30px;
    }

form input, form textarea, select {
    border-radius: 0 !important;
}


/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
    .sf-hero {
        height: 720px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .sf-hero .content h1 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

        .sf-hero .content p {
            font-size: calc(38pt * 0.7);
            line-height: calc(42pt * 0.7);
        }

    .sf-join {
        padding: 70px 34px;
    }

    .sf-contact {
        padding: 0;
    }

    .sf-contact-hero {
        padding: 70px 34px;
    }

    .sf-form-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sf-form-copy h2 {
        font-size: calc(24pt * 0.7);
        line-height: calc(30pt * 0.7);
    }

    .sf-form-panel .sf-row {
        grid-template-columns: 1fr;
    }

    .sf-why-choose {
        padding: 70px 34px;
    }

    .sf-split {
        grid-template-columns: 1fr;
    }

    .sf-why-image,
    .sf-story-image {
        height: 440px;
    }

    .sf-why-choose h2 {
        font-size: calc(24pt * 0.7);
        line-height: calc(30pt * 0.7);
    }

    .sf-why-choose ul > li {
        padding-left: 30px;
    }

    .sf-real-talk {
        padding: 70px 34px;
    }

        .sf-real-talk h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

        .sf-real-talk p {
            margin-top: 45px;
        }

        .sf-real-talk h3 {
            font-size: calc(18pt * 0.7);
            line-height: calc(25pt * 0.7);
            margin-top: 45px;
        }

    .sf-video-container {
        margin-top: 45px;
    }

    #sf-custom-thumbnail img {
        max-height: 320px;
    }

    #sf-custom-thumbnail button {
        padding: 25px 30px;
        width: 80px;
        height: 80px;
    }

    .sf-parallax-container,
    .sf-parallax-container-2 {
        height: 320px;
        background-attachment: scroll;
    }

    .sf-difference {
        padding: 70px 34px;
    }

        .sf-difference h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

    .sf-numbers {
        grid-template-columns: 1fr;
    }

    .sf-num-badge {
        width: 80px;
        height: 80px;
        font-size: calc(34pt * 0.7);
        line-height: calc(39pt * 0.7);
    }

    .sf-our-story {
        padding: 70px 34px;
    }

        .sf-our-story h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

    .sf-quote p {
        font-size: calc(18pt * 0.7);
        line-height: calc(25pt * 0.7);
        width: unset !important;
    }

    .sf-quote h3 {
        font-size: calc(14pt * 0.7);
        line-height: calc(20pt * 0.7);
    }

    .sf-mt-130px {
        margin-top: 70px !important;
    }

    .sf-who {
        padding: 70px 34px;
    }

        .sf-who h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
            width: unset;
        }

        .sf-who p {
            font-size: calc(18pt * 0.7);
            line-height: calc(25pt * 0.7);
        }

        .sf-who ul > li {
            padding-left: 30px;
        }

    .sf-faqs {
        padding: 70px 34px;
    }

        .sf-faqs h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

    .sf-accordion-title h4 {
        font-size: calc(18pt * 0.7);
        line-height: calc(25pt * 0.7);
    }

    .sf-enquire {
        padding: 70px 34px;
    }

        .sf-enquire h2 {
            font-size: calc(24pt * 0.7);
            line-height: calc(30pt * 0.7);
        }

    .sf-mini-form {
        grid-template-columns: 1fr;
    }
}
