﻿/* About Us page (Views/AboutUs/Index.cshtml) */

/* About TilesFinders */
/*.who-we-are-badge {
    background-color: #ECF0FC;*/
/*color: var(--secondary-color);*/
/*color: #0d34a8;
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    border-radius: 1rem;
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: var(--font-weight-dark);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 8%;
    text-align: center;
}

.who-we-are-col-6 {
    padding: 0 47px;
}

.about-section {
    padding: 4rem 0;
}

.about-heading {
    margin-bottom: 1.5rem;
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.about-text {
    font-weight: var(--font-weight-light);
    font-size: var(--normal-big-font-size);
    line-height: 24px;
    letter-spacing: var(--normal-letter-spacing);
    color: var(--dark-gray);
}

.team-image-container {
    height: 567px;
    position: relative;
}


.team-image-container-second {
    max-width: 515px !important;
}

.team-image-container img {
    width: 100%;
}

.blue-accent {
    position: absolute;
    bottom: 3px;
    left: -35px;
    width: 160px;
    height: 160px;
    z-index: -1;
}

    .blue-accent img {
        width: var(--full-width);
        height: 100%;
    }*/


/* OUR MISSION */
/*.mission-section {
    background-color: #0F1833;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 1240px;
    height: 320px;
    border-radius: 40px;
}

.mission-badge {
    background-color: #ECF0FC;
    color: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: var(--font-weight-normal-dark);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3rem;
}

.about-ourmission-col-4 {
    margin-left: 4rem;
}

.about-ourmission-col-7 {
    padding-left: 3rem;
}

.mission-heading {
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 1.5rem;
}

.mission-text {
    color: var(--white-color);
    font-weight: var(--font-weight-light);
    font-size: var(--normal-big-font-size);
    line-height: 24px;
    letter-spacing: var(--normal-letter-spacing);
    margin-bottom: 1rem;
}*/

/* image grid gallery */
/*.image-gallery {
    display: grid;*/
/* grid-template-columns: 1fr 1fr; */
/*grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 100%;
}

.gallery-image {
    width: var(--full-width);
    height: 100%;
    object-fit: var(--object-fit);
    border-radius: 8px;
}

.gallery-image-large {
    grid-row: span 2;
}

.custom-border-radius-top-left-right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}*/

/* circle svg bg */
/*.circle-decoration {
    position: absolute;
    border-radius: 50%;
}

.circle-1 {
    width: 400px;
    height: 400px;
    top: -256px;
    left: -256px;
    border: 1px solid rgba(255, 255, 255, 0.086);
}

.circle-2 {
    width: 300px;
    height: 300px;
    top: -199px;
    left: -187px;
    border: 1px solid rgba(255, 255, 255, 0.200);
}

.circle-3 {
    width: 193px;
    height: 191px;
    top: -126px;
    left: -127px;
    border: 1px solid rgba(255, 255, 255, 0.248);
}

.circle-4 {
    width: 100px;
    height: 100px;
    top: -80px;
    left: -80px;
    border: 1px solid rgb(255 255 255 / 0.300);
}

.circle-5 {
    width: 50px;
    height: 50px;
    top: -20px;
    left: -20px;
    border: 1px solid rgba(255, 255, 255, 0.348);
}*/


/* Solutions for Every Style & Need */
/*.offers-section {
    padding: 3rem 0;
}

.about-section-heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.offer-card {
    background-color: #F3F3F8;
    border-radius: 24px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .offer-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.offer-icon {
    color: var(--secondary-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.offer-title {
    font-weight: var(--font-weight-dark);
    font-size: 24px;
    line-height: 36px;
    letter-spacing: var(--min-letter-spacing);
    color: #000000;
    margin-bottom: 1rem;
}

.offer-description {
    color: var(--dark-gray);
    font-size: 1rem;
    font-weight: var(--font-weight-light);
    font-size: var(--normal-big-font-size);
    line-height: 24px;
    letter-spacing: var(--normal-letter-spacing);
}

.icon-home {
    color: var(--secondary-color);
}

.icon-palette {
    color: var(--secondary-color);
}

.icon-bolt {
    color: var(--secondary-color);
}

.icon-puzzle {
    color: var(--secondary-color);
}*/


/* WHY CHOOSE US */
/*.why-choose-section {
    padding: 3rem 0;
}

.choose-badge {
    background-color: #e9efff;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: var(--font-weight-normal-dark);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading {
    font-weight: var(--font-weight-dark);
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.features-list {
    list-style: none;
    padding-left: 0;
}

.feature-item {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.check-icon {
    margin-right: 1rem;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.team-image-container {
    position: relative;
}

.team-image {
    width: 95%;
    position: relative;
    z-index: 2;
}

.why-choose-about-col-6 {
    padding: 0 54px;
}

.why-choose-blue-accent {
    position: absolute;
    bottom: 4%;
    left: -5%;
    width: 160px;
    height: 160px;
    z-index: 1;
}*/

/* testimonial slider */
/*.testimonials-small-header {
    line-height: 18px;
    letter-spacing: 8%;
    text-align: center;
    background-color: var(--white-color);
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: var(--font-weight-dark);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
    text-align: center;
    overflow: hidden;
    background-color: #F3F3F8;
    height: 716px;
    border-radius: 40px;
}

.testimonial-heading {
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 25px;
}


.section-header {
    margin-bottom: 50px;
}

.testimonial-heading {
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.slider-container {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.testimonial-slide {
    position: absolute;
    width: 950px;
    max-width: 90%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
}

    .testimonial-slide.prev {
        transform: translateX(-95%) scale(0.85);
        opacity: 0.5;
        z-index: 1;
    }

    .testimonial-slide.active {
        transform: translateX(0) scale(1);
        opacity: 1;
        z-index: 3;
    }

    .testimonial-slide.next {
        transform: translateX(95%) scale(0.85);
        opacity: 0.5;
        z-index: 1;
    }

    .testimonial-slide.hidden {
        transform: translateX(0) scale(0.7);
        opacity: 0;
        z-index: 0;
    }

.testimonial-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px 30px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.quote-icon {
    margin-bottom: 20px;
}

    .quote-icon svg {
        width: 40px;
        height: 40px;
        fill: #FF8A9B;
    }

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 25px;
    font-size: 20px;
}

.star-filled {
    color: #FFB800;
}

.star-empty {
    color: #E0E0E0;
}

.testimonial-text {
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

    .author-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.customer-name {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.slider-dot {
    width: 10px;
    height: 13px;
    border-radius: 50%;
    background-color: #D1D5DB;
    border: 1px solid #A0A3A9;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider-dot.active {
        width: 10px;
        height: 13px;
        border-radius: 50%;
        background-color: #4169E1;
        border: none;
        transform: scale(1.2);
    }

    .slider-dot:hover {
        background-color: #9CA3AF;
    }*/

/* logo text / partners */
/*.partners-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.partners-label {
    color: #6B7CFF;
    text-transform: uppercase;
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.partners-heading {
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.logo-item {
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.logo-grid .one {
    border-right: 1px solid var(--ligh-gray);
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .two {
    border-right: 1px solid var(--ligh-gray);
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .three {
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .four {
    border-right: 1px solid var(--ligh-gray);
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .five {
    border-right: 1px solid var(--ligh-gray);
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .six {
    border-bottom: 1px solid var(--ligh-gray);
}

.logo-grid .seven {
    border-right: 1px solid var(--ligh-gray);
}

.logo-grid .eight {
    border-right: 1px solid var(--ligh-gray);
}

.logo-placeholder {
    font-weight: 800;
    font-size: 30.77px;
    line-height: 40px;
    letter-spacing: 8%;
    color: #DBDDDF;
}*/


/* HOW TO CONNECT AS A PARTNER */
/*.partner-cta {
    background: #4169E1;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 70px auto;
}

.partner-cta-content-wrapper {
    max-width: 600px;
    position: relative;
    padding: 30px;
    z-index: 2;
}

.partner-cta-heading {
    font-weight: var(--font-weight-dark);
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 20px;
}

.partner-cta-connect-image img {
    width: 103%;
}

.partner-cta-connect-image {
    position: relative;
    display: inline-block;
}*/

/* image overlay shadow */
/*.partner-cta-connect-image::before,
    .partner-cta-connect-image::after {
        content: "";
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
    }

    .partner-cta-connect-image::before {
        left: 0;
        background: linear-gradient(to right, #4169E1, #4169E100);
    }

    .partner-cta-connect-image::after {
        right: -15px;
        background: linear-gradient(to left, #4169E1, #4169E100);
    }

.partner-cta-description {
    font-weight: var(--font-weight-light);
    font-size: var(--normal-big-font-size);
    line-height: 24px;
    letter-spacing: var(--normal-letter-spacing);
    color: var(--white-color);
    margin-bottom: 32px;
}

.partner-cta-cta-button {
    background: var(--white-color);
    padding: 9px 20px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    font-weight: var(--font-weight-normal-dark);
    transition: transform 0.2s;
    font-weight: var(--font-weight-dark);
    font-size: var(--normal-font-size);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
    text-align: center;
    color: #061508;
}

    .partner-cta-cta-button:hover {
        transform: translateY(-2px);
    }*/

/* ==================== Responsive ==================== */

/*@media (max-width: 1024px) {
    .testimonials-section {
        margin: 30px;
        text-align: center;
    }

        .testimonials-section .testimonial-item {
            max-width: 80%;
            margin: auto;
        }

    .partners-section {
        margin: 30px;
    }

    .partner-cta {
        margin: 30px;
    }

    .partner-cta-heading {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .partner-cta-description {
        margin-bottom: 15px;
    }

    .blue-accent {
        bottom: -7%;
        left: 4px;
    }

    .why-choose-blue-accent {
        bottom: -21%;
        left: 1%;
    }

    .who-we-are-col-6 {
        padding: 0;
    }

    .who-we-are-badge {
        margin-top: 35px;
    }

    .about-section {
        padding: 1rem 0;
    }

    .team-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .team-image-container img {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 2rem 0 0 0;
    }

    .team-image-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .team-image-container img {
            width: 70% !important;
        }

        .team-image-container img {
            width: 90%;
        }

    .mission-section {
        height: 750px;
        padding: 3rem 0 0 0;
    }

    .mission-badge {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .about-ourmission-col-4 {
        margin-left: 0;
    }

    .image-gallery {
        height: 80%;
    }

    .offers-section {
        padding: 1rem 0;
    }

    .about-section-heading {
        margin-bottom: 10px;
    }

    .section-heading {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .offer-card {
        padding: 1.5rem;
    }

    .why-choose-about-col-6 {
        text-align: center;
    }

    .why-choose-blue-accent {
        width: 227px !important;
        left: -2%;
        top: 59%;
    }

    .testimonials-section {
        margin: 15px;
    }

    .testimonials-section {
        padding: 30px 20px 20px 20px;
    }

    .testimonials-small-header {
        margin-bottom: 10px;
    }

    .testimonial-heading {
        margin-bottom: 10px;
        font-size: 35px;
    }

    .testimonial-text {
        font-size: 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .slider-container {
        height: auto;
    }

    .partners-heading {
        font-size: 28px;
    }

    .partner-cta-connect-image img {
        width: 143%;
    }

    .partner-cta-connect-image::after {
        left: 93%;
    }

    .who-we-are-about-section-row {
        flex-direction: column-reverse;
    }

    .blue-accent {
        width: 227px !important;
        bottom: -6%;
        left: 80px;
    }

    .why-choose-blue-accent {
        left: 8%;
        top: 62%;
    }

    .choose-badge {
        margin-top: 35px;
    }

    .partner-cta-partner-cta {
        padding: 40px 20px;
    }

    .partner-cta-heading {
        font-size: 32px;
    }

    .partner-cta-description {
        font-size: 16px;
    }

    .testimonials-section {
        padding: 30px 15px;
        margin: 15px;
    }

    .testimonial-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .slider-container {
        height: 350px;
    }

    .testimonial-slide {
        width: 90%;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 968px) {
    .partner-cta-content-wrapper {
        max-width: var(--full-width);
    }
}

@media (max-width: 428px) {
    .team-image-container img {
        width: 85%;
    }

    .about-text {
        margin-bottom: 10px;
    }

    .blue-accent {
        left: 1%;
        top: 48%;
    }

    .image-gallery {
        height: 97%;
    }

        .image-gallery::before {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 20%;
            background: linear-gradient(to bottom, #0F1833, #0F183300);
            opacity: 0.7;
            z-index: 2;
        }

    .gallery-image {
        position: relative;
        z-index: 1;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }


        .gallery-image:hover {
            transform: scale(1.05);
            box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.6);
        }

    .about-ourmission-col-7 {
        padding-left: 1rem;
    }

    .mission-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .mission-text {
        font-size: 16px;
    }

    .mission-section {
        height: 630px;
    }

    .about-section-heading {
        font-size: 37px;
        margin-bottom: 0;
    }

    .offer-title {
        font-size: 22px;
    }

    .offer-description {
        font-size: 16px;
    }

    .why-choose-section {
        padding: 2rem 0;
    }

    .section-heading {
        font-size: 30px;
    }

    .section-heading {
        margin-bottom: 1.5rem;
    }

    .testimonial-heading {
        font-size: 30px;
        line-height: 44px;
    }

    .about-section {
        padding: 5px 0 0 0;
    }

    .logo-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .slider-container {
        height: 350px;
    }

    .testimonials-section {
        margin: 23px;
        padding: 40px 20px 40px 20px;
    }

    .what-we-offer {
        margin-top: 5px;
    }

    .testimonials-section {
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
    }

    .testimonials-section {
        height: 650px;
    }

    .partners-section {
        padding: 5px;
        margin: 1px;
    }

    .partners-heading {
        line-height: 43px;
    }

    .partner-cta-connect-image img {
        width: 100%;
    }

    .partner-cta-connect-image::before {
        display: none;
    }

    .-decoration .col-md-5 {
        padding: 0;
    }

    .partner-cta-connect-image::after {
        display: none;
    }

    .partner-cta {
        margin: 15px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .who-we-are-about-section-row {
        margin-top: 4rem;
    }

    .why-choose-about-col-6 {
        margin-top: 3rem;
        text-align: left;
    }

    .why-choose-about-col-6 {
        padding: 0 14px;
    }

    .team-image-container img {
        width: 100% !important;
    }

    .why-choose-blue-accent {
        left: -4%;
        top: 46%;
    }

    .why-choose-section {
        padding: 0 !important;
    }

    .team-image-container-second {
        height: auto;
    }

    .who-we-are-col-6 {
        padding: 0 15px;
    }

    .team-image-container {
        height: auto;
    }

    .logo-grid .two {
        border-right: 0;
    }

    .logo-grid .three {
        border-right: 1px solid var(--ligh-gray);
    }

    .logo-grid .four {
        border-right: 0;
    }

    .logo-grid .seven {
        border-bottom: 1px solid var(--ligh-gray);
    }

    .logo-grid .eight {
        border-right: 0;
        border-bottom: 1px solid var(--ligh-gray);
    }

    .logo-grid .nine {
        border-right: 1px solid var(--ligh-gray);
    }
}

@media (max-width: 380px) {
    .about-heading {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .team-image-container img {
        margin-top: 5px;
    }

    .mission-heading {
        line-height: 42px;
    }

    .about-section-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .feature-item {
        margin-bottom: 10px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .stars {
        margin-bottom: 10px;
    }

    .testimonials-section {
        height: 661px;
    }

    .logo-item {
        padding: 10px;
    }

    .choose-badge {
        font-size: 12px;
        margin-top: 40px;
    }

    .partner-cta-heading {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 320px) {
    .who-we-are-about-section-row {
        flex-direction: column-reverse;
    }

    .who-we-are-badge {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .about-heading {
        font-size: 32px;
    }

    .about-heading {
        margin-bottom: 10px;
    }

    .team-image-container img {
        width: 96%;
    }

    .mission-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial-slide {
        width: 100%;
    }

    .testimonial-card {
        padding: 15px;
    }

    .testimonial-slide {
        padding: 20px;
    }

    .testimonials-section {
        margin: 0;
        border-radius: 0;
    }

    .offer-title {
        font-size: 20px;
    }

    .blue-accent {
        left: -3%;
        top: 43%;
        width: 150px !important;
    }

    .why-choose-blue-accent {
        width: 150px !important;
        left: -11%;
        top: 51%;
    }

    .section-heading {
        font-size: 26px;
    }

    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-grid {
        background-color: transparent;
    }

        .logo-grid .two {
            border-right: 1px;
        }

        .logo-grid .three {
            border-right: 1px solid #DFDFE8;
        }

        .logo-grid .four {
            border-right: 0px;
        }

        .logo-grid .eight {
            border-right: 1px;
            border-bottom: 1px solid #DFDFE8;
        }

        .logo-grid .nine {
            border-top: 1px solid #DFDFE8;
            border-right: 1px solid #DFDFE8;
        }

    .partner-cta-content-wrapper {
        padding: 0;
        margin-bottom: 10px;
    }

    .choose-badge {
        margin-top: 25px;
        font-size: 10px;
    }
}*/

/*OLD CSS legend*/


/*NEW CSS START*/

/* ── SCOPE ─────────────────────────────────────────────── */
.tf-about *, .tf-about *::before, .tf-about *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── TOKENS ─────────────────────────────────────────────── */
.tf-about {
    --blue: #1e40af;
    --blue-dark: #1e3a8a;
    --blue-accent: #2563eb;
    --blue-pill: #eff6ff;
    --blue-pill-b: #bfdbfe;
    --yellow: #f59e0b;
    --txt-h: #111827;
    --txt-b: #374151;
    --txt-m: #6b7280;
    --white: #ffffff;
    --bg-grey: #f9fafb;
    --border: #e5e7eb;
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 24px;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: var(--txt-h);
}

/* ── HELPERS ────────────────────────────────────────────── */
.tf-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5px;
}

.tf-eyebrow {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: white;
    background: #daa520;
    /*border: 1px solid var(--blue-pill-b);*/
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 12px;
}

.tf-h1 {
    font-size: clamp(26px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    color: var(--txt-h);
}

    .tf-h1 .blue {
        color: var(--blue-accent);
    }

.tf-h2 {
    font-size: clamp(19px, 2.6vw, 28px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--txt-h);
    margin-bottom: 14px;
}

.tf-h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--txt-h);
    margin-bottom: 10px;
}

.tf-p {
    font-size: 14px;
    line-height: 1.78;
    color: var(--txt-b);
    margin-bottom: 12px;
}

    .tf-p:last-child {
        margin-bottom: 0;
    }

.tf-link {
    color: var(--blue-accent);
    text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════
   1. HERO
══════════════════════════════════════════════════════════ */
.tf-hero {
    padding: 52px 0 44px;
}

.tf-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.tf-hero__text .tf-h1 {
    margin: 10px 0 18px;
}

.tf-hero__img-col {
    position: relative;
}

.tf-hero__img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: var(--r-md);
    display: block;
}
/* floating card */
.tf-hero__card {
    position: absolute;
    bottom: 22px;
    right: -14px;
    background: #fff;
    border-radius: var(--r-md);
    box-shadow: 0 8px 28px rgba(30,58,138,.16);
    padding: 14px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    max-width: 210px;
    z-index: 2;
}

.tf-hero__card-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: var(--blue-pill);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tf-hero__card-icon svg {
        width: 20px;
        height: 20px;
    }

.tf-hero__card-txt p {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--txt-h);
    margin-bottom: 3px;
}

.tf-hero__card-txt span {
    font-size: 11px;
    color: var(--txt-m);
}

/* ══════════════════════════════════════════════════════════
   2. STATS BAR
══════════════════════════════════════════════════════════ */
.tf-stats {
    background: var(--blue-dark);
    padding: 26px 0;
}

.tf-stats__grid {
    display: flex;
    flex-wrap: wrap;
}

.tf-stats__item {
    flex: 1 1 180px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 28px;
    border-right: 1px solid rgba(255,255,255,.18);
}

    .tf-stats__item:last-child {
        border-right: none;
    }

.tf-stats__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: #daa520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tf-stats__icon svg {
        width: 22px;
        height: 22px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.8;
    }

.tf-stats__num {
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.tf-stats__label {
    font-size: 12px;
    color: rgba(255,255,255,.72);
    margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   3. MISSION
══════════════════════════════════════════════════════════ */
.tf-mission {
    padding: 60px 0;
}

.tf-mission__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 48px;
    align-items: center;
}

.tf-mission__text .tf-h2 {
    margin-top: 10px;
}
/* 3 tile images stacked in a collage */
.tf-mission__imgs {
    width: 100%;
    border-radius: var(--r-sm);
    overflow: hidden;
}

    .tf-mission__imgs img {
        width: 100%;
        height: 235px;
        object-fit: cover;
        border-radius: var(--r-sm);
        display: block;
    }

        /* remove the grid-column rule since there's only one image now */
        .tf-mission__imgs img:first-child {
            grid-column: unset;
        }

@media (max-width: 380px) {
    .tf-mission__imgs img {
        height: 160px;
    }
}
@media (max-width: 340px) {
    .tf-mission__imgs img {
        height: 140px;
    }
}


/* ══════════════════════════════════════════════════════════
   4. WHY BUILT / WHAT WE DO — two-col text
══════════════════════════════════════════════════════════ */
.tf-twocol {
    padding: 56px 0;
    background: var(--bg-grey);
}

.tf-twocol__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
}

.tf-twocol__block {
    display: flex;
    gap: 16px;
}

.tf-icon-circle {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background: var(--blue-pill);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tf-icon-circle svg {
        width: 22px;
        height: 22px;
        stroke: var(--blue-accent);
        fill: none;
        stroke-width: 1.8;
    }

.tf-twocol__body .tf-h3 {
    font-size: 17px;
    margin-bottom: 12px;
}

/* ══════════════════════════════════════════════════════════
   5. HOW IT WORKS — 4 steps
══════════════════════════════════════════════════════════ */
.tf-steps {
    padding: 64px 0;
}

.tf-steps__hd {
    text-align: center;
    margin-bottom: 48px;
}

.tf-steps__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
    /* horizontal connector line */
    .tf-steps__row::before {
        content: '';
        position: absolute;
        top: 33px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: #dbeafe;
        z-index: 0;
    }

.tf-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.tf-step__ball {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--blue-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(30,58,138,.28);
}

    .tf-step__ball svg {
        width: 28px;
        height: 28px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.8;
    }

    .tf-step__ball.alt {
        background: var(--blue-accent);
    }
/* arrow between steps */
.tf-step__arr {
    position: absolute;
    top: 24px;
    right: -14px;
    font-size: 22px;
    color: var(--blue-accent);
    font-weight: 700;
    line-height: 1;
    z-index: 3;
}

.tf-step:last-child .tf-step__arr {
    display: none;
}

.tf-step__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--txt-h);
    margin-bottom: 6px;
}

.tf-step__desc {
    font-size: 12.5px;
    color: var(--txt-m);
    line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════
   6. ORIGIN / REAL INDIAN HOMES
══════════════════════════════════════════════════════════ */
/*.tf-origin {
    padding: 56px 0;
}

.tf-origin__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
}

.tf-origin__block {
    display: flex;
    gap: 16px;
}

.tf-origin__body .tf-h3 {
    font-size: 17px;
    margin-bottom: 12px;
}

.tf-origin__body strong {
    font-weight: 700;
    color: var(--txt-h);
}*/
/* ── Section shell ── */
#tf-origin {
    padding: clamp(48px, 7vw, 80px) 0;
    background: #FFFFFF;
    border-top: 1px solid #EAE7DF;
    border-bottom: 1px solid #EAE7DF;
}

    /* ── Wrapper ── */
    #tf-origin .tfo-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Two-column grid ── */
    #tf-origin .tfo-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(24px, 4vw, 44px);
    }

    /* ── Card ── */
    #tf-origin .tfo-card {
        background: #FBFAF7;
        border: 1px solid #EAE7DF;
        border-radius: 18px;
        padding: clamp(1.4rem, 3vw, 2rem);
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        box-shadow: 0 1px 2px rgba(18,22,63,.05), 0 6px 18px rgba(18,22,63,.06);
        transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s;
    }

        #tf-origin .tfo-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 34px rgba(18,22,63,.12);
        }

    /* ── Icon circle ── */
    #tf-origin .tfo-icon-wrap {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: #EBEEFF;
        display: grid;
        place-items: center;
        padding: 10px;
    }

        #tf-origin .tfo-icon-wrap svg {
            width: 100%;
            height: 100%;
        }

    /* ── Card body ── */
    #tf-origin .tfo-body {
        display: flex;
        flex-direction: column;
        gap: .85rem;
    }

    /* ── Card title ── */
    #tf-origin .tfo-title {
        font-size: 1.08rem;
        font-weight: 700;
        color: #12163F;
        line-height: 1.2;
        letter-spacing: -.01em;
        margin: 0;
    }

    /* ── Body paragraphs ── */
    #tf-origin .tfo-p {
        font-size: .95rem;
        color: #5B6079;
        line-height: 1.72;
        margin: 0;
    }

    /* ── Inline link ── */
    #tf-origin .tfo-link {
        color: #2E44D6;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color .2s;
    }

        #tf-origin .tfo-link:hover {
            color: #12163F;
        }

    /* ── Bold inline text ── */
    #tf-origin .tfo-strong {
        font-weight: 700;
        color: #12163F;
    }

/* ── Responsive ── */
@media (max-width: 768px) {
    #tf-origin .tfo-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    #tf-origin .tfo-card {
        transition: none;
    }
}

/* ══════════════════════════════════════════════════════════
   7. TESTIMONIALS
══════════════════════════════════════════════════════════ */
.tf-testi {
    padding: 64px 0;
    background: var(--bg-grey);
}

.tf-testi__hd {
    text-align: center;
    margin-bottom: 36px;
}

    .tf-testi__hd .tf-h2 {
        margin-bottom: 0;
    }

.tf-testi__wrap {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tf-testi__btn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--txt-m);
    transition: all .2s;
}

    .tf-testi__btn:hover {
        background: var(--blue-dark);
        color: #fff;
        border-color: var(--blue-dark);
    }

.tf-testi__card {
    flex: 1;
    background: #fff;
    border-radius: var(--r-lg);
    padding: 32px 36px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
}

.tf-testi__qq {
    font-size: 44px;
    color: var(--blue-dark);
    line-height: .9;
    font-family: Georgia,serif;
    margin-bottom: 6px;
}

.tf-testi__stars {
    font-size: 19px;
    color: var(--yellow);
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.tf-testi__text {
    font-size: 14.5px;
    font-style: italic;
    color: var(--txt-b);
    line-height: 1.8;
    margin-bottom: 20px;
}

.tf-testi__name {
    font-size: 14px;
    font-weight: 700;
    color: var(--txt-h);
}

.tf-testi__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.tf-testi__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    transition: background .2s;
}

    .tf-testi__dot.on {
        background: var(--blue-dark);
    }

/* ══════════════════════════════════════════════════════════
   8. FAQ
══════════════════════════════════════════════════════════ */
.tf-faq {
    padding: 64px 0;
}

.tf-faq__hd {
    text-align: center;
    margin-bottom: 40px;
}

    .tf-faq__hd .tf-h2 {
        margin-bottom: 0;
    }

.tf-faq__list {
    max-width: 820px;
    margin: 0 auto;
}

.tf-faq__item {
    border-bottom: 1px solid var(--border);
}

.tf-faq__q {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--txt-h);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    transition: color .2s;
}

    .tf-faq__q:hover {
        color: var(--blue-accent);
    }

.tf-faq__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--txt-m);
    transition: all .25s;
    font-style: normal;
}

.tf-faq__item.is-open .tf-faq__icon {
    background: var(--blue-dark);
    border-color: var(--blue-dark);
    color: #fff;
    transform: rotate(45deg);
}

.tf-faq__a {
    font-size: 14px;
    color: var(--txt-b);
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease, padding-bottom .32s ease;
}

.tf-faq__item.is-open .tf-faq__a {
    max-height: 280px;
    padding-bottom: 18px;
}

/* ══════════════════════════════════════════════════════════
   9. PARTNERS
══════════════════════════════════════════════════════════ */
/*.tf-partners {
    padding: 56px 0;
    background: var(--bg-grey);
}

.tf-partners__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.tf-partners__left {
    flex: 1 1 240px;
}

    .tf-partners__left .tf-h2 {
        margin-top: 10px;
        margin-bottom: 0;
    }

.tf-partners__logos {
    flex: 2 1 380px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.tf-logo-box {
    height: 52px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--txt-m);
    letter-spacing: 1px;
}
*/
/* ══════════════════════════════════════════════════════════
   10. PARTNER CTA  —  scoped to #pcta-section
══════════════════════════════════════════════════════════ */

#pcta-section {
    background: #1e3a8a;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

    /* ── Decorative blobs ── */
    #pcta-section::before {
        content: '';
        position: absolute;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        background: rgba(255,255,255,.05);
        top: -110px;
        left: -80px;
        pointer-events: none;
    }

    #pcta-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255,255,255,.05);
        bottom: -90px;
        right: 14%;
        pointer-events: none;
    }

    /* ── Wrapper ── */
    #pcta-section .pcta-wrap {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
        position: relative;
        z-index: 1;
    }

    /* ── Two-column grid ── */
    #pcta-section .pcta-grid {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    /* ── Left text block ── */
    #pcta-section .pcta-left {
        padding: 0 7px;
    }

    /* ── Eyebrow ── */
    #pcta-section .pcta-eyebrow {
        display: inline-block;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: rgba(255,255,255,.8);
        background: rgba(255,255,255,.12);
        border-radius: 4px;
        padding: 4px 12px;
        margin-bottom: 14px;
    }

    /* ── Heading ── */
    #pcta-section .pcta-heading {
        font-size: clamp(22px, 2.8vw, 34px);
        font-weight: 800;
        color: #fff;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    /* ── Body text ── */
    #pcta-section .pcta-desc {
        font-size: 14px;
        color: rgba(255,255,255,.8);
        line-height: 1.75;
        margin-bottom: 28px;
    }

    /* ── CTA button ── */
    #pcta-section .pcta-btn {
        display: inline-block;
        background: #fff;
        color: #1e3a8a;
        font-size: 14px;
        font-weight: 700;
        padding: 11px 30px;
        border-radius: 100px;
        text-decoration: none;
        border: 2px solid #fff;
        transition: background .2s, color .2s;
    }

        #pcta-section .pcta-btn:hover {
            background: transparent;
            color: #fff;
        }

    /* ── Right image block ── */
    #pcta-section .pcta-img-wrap {
        width: 100%;
    }

        #pcta-section .pcta-img-wrap img {
            width: 100%;
            height: 300px;
            object-fit: contain;
            display: block;
            mix-blend-mode: multiply;
            background: transparent;
        }

/* ── Responsive ── */
@media (max-width: 900px) {
    #pcta-section .pcta-grid {
        grid-template-columns: 1fr;
    }

    #pcta-section .pcta-img-wrap img {
        height: 240px;
    }
}

@media (max-width: 640px) {
    #pcta-section .pcta-img-wrap img {
        height: 200px;
        padding: 0 16px;
    }
}

.cta-left {
    padding: 0px 7px;
}
/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .tf-steps__row {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

        .tf-steps__row::before {
            display: none;
        }

    .tf-step__arr {
        display: none;
    }
}

@media (max-width: 900px) {
    .tf-hero__grid {
        grid-template-columns: 1fr;
    }

    .tf-hero__card {
        position: static;
        margin-top: 16px;
        max-width: 100%;
    }

    .tf-mission__grid {
        grid-template-columns: 1fr;
    }

    .tf-twocol__grid {
        grid-template-columns: 1fr;
    }

    /* .tf-origin__grid {
        grid-template-columns: 1fr;
    }*/

    .tf-cta__grid {
        grid-template-columns: 1fr;
    }

    .tf-cta__imgs {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 140px;
    }

        .tf-cta__imgs img {
            height: 240px;
        }

    /*   .tf-partners__logos {
        grid-template-columns: repeat(5, 1fr);
    }*/
}

@media (max-width: 640px) {
    .tf-hero {
        padding: 10px 0;
    }

    .tf-hero__img {
        height: 240px;
    }

    .tf-stats__item {
        flex: 1 1 calc(50% - 1px);
        padding: 14px 16px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

        .tf-stats__item:nth-child(odd) {
            border-right: 1px solid rgba(255,255,255,.15);
        }

        .tf-stats__item:last-child {
            border-bottom: none;
        }

    .tf-steps__row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tf-mission__imgs {
        grid-template-rows: 160px 110px;
    }

    /*  .tf-partners__logos {
        grid-template-columns: repeat(3, 1fr);
    }
*/
    .tf-cta__imgs {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

        .tf-cta__imgs img {
            height: 200px;
            padding: 0px 16px;
        }


    .tf-testi__card {
        padding: 24px 20px;
    }
}

@media (max-width: 400px) {
    .tf-stats__item {
        flex: 1 1 100%;
        border-right: none !important;
    }

    /* .tf-partners__logos {
        grid-template-columns: repeat(3, 1fr);
    }*/
}





/* ── 11. EXPLORE / BOTTOM NAV ───────────────────────────────── */
.tf-explore {
    padding: 56px 0;
    background: #f9fafb;
}

.tf-explore__hd {
    text-align: center;
    margin-bottom: 32px;
}

.tf-explore__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.tf-explore__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 12px 18px;
    text-decoration: none;
    color: #111827;
    transition: all 0.22s ease;
    position: relative;
}

    .tf-explore__card:hover {
        border-color: #2563eb;
        box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
        transform: translateY(-3px);
        color: #2563eb;
    }

.tf-explore__icon {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.22s;
}

.tf-explore__card:hover .tf-explore__icon {
    background: #dbeafe;
}

.tf-explore__icon svg {
    width: 22px;
    height: 22px;
}

.tf-explore__label {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.3;
}

.tf-explore__arr {
    font-size: 18px;
    color: #2563eb;
    font-weight: 700;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.2s;
}

.tf-explore__card:hover .tf-explore__arr {
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    .tf-explore__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .tf-explore__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-explore__arr {
        display: none;
    }
}













/* ── Section shell ── */
#why {
    padding: clamp(60px, 9vw, 60px) 0;
    position: relative;
    background: #FBFAF7;
}

    /* ── Wrapper ── */
    #why .why-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Two-column layout ── */
    #why .why-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(28px, 5vw, 64px);
        align-items: center;
    }

    /* ── Eyebrow label ── */
    #why .why-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .6em;
        font-size: .7rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        font-weight: 700;
        color: #2E44D6;
    }

        #why .why-eyebrow::before {
            content: "";
            width: 22px;
            height: 2px;
            background: #F2A024;
            border-radius: 2px;
        }

    /* ── Section heading ── */
    #why .why-heading {
        font-size: clamp(2rem, 4.4vw, 3rem);
        font-weight: 700;
        line-height: 1.02;
        letter-spacing: -.02em;
        color: #12163F;
        margin: 1rem 0 1.3rem;
    }

    /* ── Body copy ── */
    #why .why-prose p {
        margin-bottom: 1.1rem;
        color: #151833;
        line-height: 1.62;
        font-size: 1rem;
    }

        #why .why-prose p:last-child {
            margin-bottom: 0;
        }

    /* ── Comparison cards ── */
    #why .why-cardline {
        background: #FFFFFF;
        border: 1px solid #EAE7DF;
        border-radius: 14px;
        padding: 1.15rem 1.3rem;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        box-shadow: 0 1px 2px rgba(18,22,63,.05), 0 6px 18px rgba(18,22,63,.06);
        transition: transform .22s, box-shadow .22s;
    }

        #why .why-cardline + .why-cardline {
            margin-top: 14px;
        }

        #why .why-cardline:hover {
            transform: translateX(4px);
            box-shadow: 0 14px 34px rgba(18,22,63,.12);
        }

    /* ── Icon badge ── */
    #why .why-ic {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        font-weight: 800;
        font-size: 1.1rem;
    }

    #why .why-bad .why-ic {
        background: #FCEBCC;
        color: #DD8409;
    }

    #why .why-good .why-ic {
        background: #EBEEFF;
        color: #2E44D6;
    }

    /* ── Card text ── */
    #why .why-card-title {
        font-weight: 800;
        font-size: 1rem;
        margin-bottom: .2rem;
        margin-top: 0;
        color: #12163F;
        line-height: 1.2;
    }

    #why .why-card-desc {
        font-size: .9rem;
        color: #5B6079;
        margin: 0;
        line-height: 1.5;
    }

    /* ── Scroll-reveal ── */
    #why .why-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
    }

        #why .why-reveal.seen {
            opacity: 1;
            transform: none;
        }

/* ── Responsive ── */
@media (max-width: 1000px) {
    #why .why-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #why .why-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}








/* ── Section shell ── */
#what-it-does {
    padding: clamp(60px, 9vw, 60px) 0;
    position: relative;
    background: #FFFFFF;
    border-top: 1px solid #EAE7DF;
    border-bottom: 1px solid #EAE7DF;
}

    /* ── Wrapper ── */
    #what-it-does .wid-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Section head block ── */
    #what-it-does .wid-head {
        max-width: 62ch;
        margin-bottom: clamp(34px, 5vw, 58px);
    }

    /* ── Eyebrow label ── */
    #what-it-does .wid-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .6em;
        font-size: .7rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        font-weight: 700;
        color: #2E44D6;
    }

        #what-it-does .wid-eyebrow::before {
            content: "";
            width: 22px;
            height: 2px;
            background: #F2A024;
            border-radius: 2px;
        }

    /* ── Heading ── */
    #what-it-does .wid-heading {
        font-size: clamp(2rem, 4.6vw, 3.3rem);
        font-weight: 700;
        line-height: 1.02;
        letter-spacing: -.02em;
        color: #12163F;
        margin: 1rem 0 1.1rem;
    }

    /* ── Lead paragraph ── */
    #what-it-does .wid-lead {
        font-size: clamp(1rem, 1.3vw, 1.13rem);
        color: #5B6079;
        line-height: 1.62;
        margin: 0;
    }

    /* ── Four-column card grid ── */
    #what-it-does .wid-quad {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    /* ── Individual card ── */
    #what-it-does .wid-qtile {
        background: #12163F;
        color: #FFFFFF;
        border-radius: 16px;
        padding: 1.7rem 1.5rem;
        position: relative;
        overflow: hidden;
        transition: transform .25s, box-shadow .25s;
    }

        #what-it-does .wid-qtile:nth-child(2) {
            background: #2E44D6;
        }

        #what-it-does .wid-qtile:nth-child(3) {
            background: #1B2160;
        }

        #what-it-does .wid-qtile:nth-child(4) {
            background: #2E44D6;
        }

        #what-it-does .wid-qtile:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 70px rgba(18,22,63,.20);
        }

        /* ── Decorative corner shape ── */
        #what-it-does .wid-qtile::before {
            content: "";
            position: absolute;
            right: -30px;
            bottom: -30px;
            width: 90px;
            height: 90px;
            border: 2px solid rgba(255,255,255,.1);
            border-radius: 6px;
            transform: rotate(15deg);
        }

    /* ── Card keyword ── */
    #what-it-does .wid-qk {
        font-size: .62rem;
        letter-spacing: .14em;
        color: #F2A024;
        text-transform: uppercase;
        font-weight: 700;
        font-family: monospace;
    }

    /* ── Card title ── */
    #what-it-does .wid-qtile-title {
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 800;
        margin: .7rem 0 .5rem;
        line-height: 1.02;
        letter-spacing: -.02em;
    }

    /* ── Card description ── */
    #what-it-does .wid-qtile-desc {
        font-size: .88rem;
        color: rgba(255,255,255,.72);
        margin: 0;
        line-height: 1.55;
    }

    /* ── Scroll-reveal ── */
    #what-it-does .wid-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
    }

        #what-it-does .wid-reveal.seen {
            opacity: 1;
            transform: none;
        }

/* ── Responsive ── */
@media (max-width: 1000px) {
    #what-it-does .wid-quad {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    #what-it-does .wid-quad {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    #what-it-does .wid-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}














/* ── Section shell ── */
#numbers-data {
    padding: clamp(60px, 9vw, 60px) 0;
    position: relative;
    background: #FFFFFF;
    border-top: 1px solid #EAE7DF;
    border-bottom: 1px solid #EAE7DF;
}

    /* ── Wrapper ── */
    #numbers-data .nd-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Head block ── */
    #numbers-data .nd-head {
        max-width: 62ch;
        margin-bottom: clamp(34px, 5vw, 58px);
    }

    /* ── Eyebrow ── */
    #numbers-data .nd-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .6em;
        font-size: .7rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        font-weight: 700;
        color: #2E44D6;
    }

        #numbers-data .nd-eyebrow::before {
            content: "";
            width: 22px;
            height: 2px;
            background: #F2A024;
            border-radius: 2px;
        }

    /* ── Heading ── */
    #numbers-data .nd-heading {
        font-size: clamp(2rem, 4.6vw, 3.3rem);
        font-weight: 700;
        line-height: 1.02;
        letter-spacing: -.02em;
        color: #12163F;
        margin: 1rem 0 1.1rem;
    }

    /* ── Lead paragraph ── */
    #numbers-data .nd-lead {
        font-size: clamp(1rem, 1.3vw, 1.13rem);
        color: #5B6079;
        line-height: 1.62;
        margin: 0;
    }

    /* ── Stat counter grid ── */
    #numbers-data .nd-numgrid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 22px;
    }

    /* ── Single stat card ── */
    #numbers-data .nd-num {
        background: #FFFFFF;
        border: 1px solid #EAE7DF;
        border-radius: 16px;
        padding: 1.6rem 1.5rem;
        text-align: left;
        position: relative;
        transition: transform .25s, box-shadow .25s;
    }

        #numbers-data .nd-num:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 34px rgba(18,22,63,.12);
        }

    /* ── Counter number ── */
    #numbers-data .nd-n {
        font-size: 2.8rem;
        font-weight: 800;
        color: #12163F;
        line-height: 1;
        letter-spacing: -.03em;
    }

        #numbers-data .nd-n .nd-sfx {
            color: #F2A024;
        }

    /* ── Counter label ── */
    #numbers-data .nd-l {
        font-size: .62rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #5B6079;
        margin-top: .6rem;
        /*font-family: monospace;*/
    }

    /* ── Amber accent bar ── */
    #numbers-data .nd-bar {
        display: block;
        height: 3px;
        width: 34px;
        background: #F2A024;
        border-radius: 3px;
        margin-top: .9rem;
    }

    /* ── Two-column split ── */
    #numbers-data .nd-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(16px, 3vw, 28px);
        align-items: stretch;
    }

    /* ── Data box card ── */
    #numbers-data .nd-databox {
        background: #FFFFFF;
        border: 1px solid #EAE7DF;
        border-radius: 18px;
        padding: clamp(1.5rem, 3vw, 2.3rem);
        box-shadow: 0 1px 2px rgba(18,22,63,.05), 0 6px 18px rgba(18,22,63,.06);
    }

    /* ── Databox heading ── */
    #numbers-data .nd-databox-title {
        font-weight: 800;
        font-size: 1rem;
        color: #12163F;
        margin-bottom: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .6rem;
        flex-wrap: wrap;
        font-family: inherit;
    }

    /* ── Mono label inside heading ── */
    #numbers-data .nd-mono {
        /*font-family: monospace;*/
        color: #5B6079;
        font-size: .7rem;
        letter-spacing: .06em;
        font-weight: 400;
    }

    /* ── Price band track ── */
    #numbers-data .nd-band {
        height: 16px;
        border-radius: 10px;
        background: #EAE7DF;
        position: relative;
        margin: 2.8rem 0 .5rem;
        overflow: visible;
    }

    /* ── Animated fill ── */
    #numbers-data .nd-fill {
        position: absolute;
        inset: 0;
        border-radius: 10px;
        background: linear-gradient(90deg, #2E44D6 0%, #6f7fe6 38%, #F2A024 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
    }

    #numbers-data .nd-band.go .nd-fill {
        transform: scaleX(1);
    }

    /* ── Pin dot on band ── */
    #numbers-data .nd-pin {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #FFFFFF;
        border: 3px solid #12163F;
        z-index: 2;
    }

    /* ── Label above pin ── */
    #numbers-data .nd-plabel {
        position: absolute;
        top: -32px;
        transform: translateX(-50%);
        /*font-family: monospace;*/
        font-size: .68rem;
        color: #12163F;
        white-space: nowrap;
        text-align: center;
        font-weight: 700;
    }

        #numbers-data .nd-plabel small {
            display: block;
            font-size: .54rem;
            color: #5B6079;
            letter-spacing: .05em;
            font-weight: 400;
        }

    /* ── Band footer labels ── */
    #numbers-data .nd-bandfoot {
        display: flex;
        justify-content: space-between;
        /*font-family: monospace;*/
        font-size: .6rem;
        color: #5B6079;
        letter-spacing: .06em;
        margin-top: .3rem;
    }

    /* ── Note text ── */
    #numbers-data .nd-note {
        font-size: .86rem;
        color: #5B6079;
        margin-top: 1.5rem;
        line-height: 1.55;
    }

    /* ── Sizes to scale container ── */
    #numbers-data .nd-sizes {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: .4rem;
    }

    /* ── Single size block (built by JS) ── */
    #numbers-data .nd-sz {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .55rem;
    }

        #numbers-data .nd-sz .nd-box {
            background: #EBEEFF;
            border: 1.5px solid #2E44D6;
            border-radius: 3px;
            transition: background .25s;
        }

        #numbers-data .nd-sz:hover .nd-box {
            background: #2E44D6;
        }

        #numbers-data .nd-sz .nd-cap {
            /*font-family: monospace;*/
            font-size: .58rem;
            color: #5B6079;
            text-align: center;
            line-height: 1.3;
        }

            #numbers-data .nd-sz .nd-cap b {
                display: block;
                color: #12163F;
                font-size: .66rem;
            }

    /* ── Scroll-reveal ── */
    #numbers-data .nd-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
    }

        #numbers-data .nd-reveal.seen {
            opacity: 1;
            transform: none;
        }

/* ── Responsive ── */
@media (max-width: 1000px) {
    #numbers-data .nd-numgrid {
        grid-template-columns: 1fr 1fr;
    }

    #numbers-data .nd-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    #numbers-data .nd-numgrid {
        grid-template-columns: 1fr;
    }

    #numbers-data .nd-band {
        margin-top: 3.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #numbers-data .nd-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    #numbers-data .nd-band .nd-fill {
        transform: scaleX(1);
    }
}













/* ── Section shell ── */
#closing-cta {
    padding: clamp(60px, 9vw, 60px) 0;
    position: relative;
    background: #FFFFFF;
    border-top: 1px solid #EAE7DF;
    border-bottom: 1px solid #EAE7DF;
}

    /* ── Wrapper / centred column ── */
    #closing-cta .cc-wrap {
        max-width: 94ch;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
        text-align: center;
    }

    /* ── Eyebrow ── */
    #closing-cta .cc-eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .6em;
        font-size: .7rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        font-weight: 700;
        color: #2E44D6;
    }

        #closing-cta .cc-eyebrow::before {
            content: "";
            width: 22px;
            height: 2px;
            background: #F2A024;
            border-radius: 2px;
        }

    /* ── Heading ── */
    #closing-cta .cc-heading {
        font-size: clamp(2.1rem, 4.8vw, 3.4rem);
        font-weight: 700;
        line-height: 1.02;
        letter-spacing: -.02em;
        color: #12163F;
        margin: 1rem 0 1.2rem;
    }

    /* ── Lead paragraph ── */
    #closing-cta .cc-lead {
        font-size: 1.08rem;
        color: #5B6079;
        line-height: 1.62;
        margin-bottom: 2rem;
    }

    /* ── Button row ── */
    #closing-cta .cc-actions {
        display: flex;
        gap: .8rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* ── Base button ── */
    #closing-cta .cc-btn {
        display: inline-flex;
        align-items: center;
        font-weight: 700;
        font-size: 1rem;
        padding: .9rem 1.7rem;
        border-radius: 999px;
        border: 2px solid transparent;
        cursor: pointer;
        text-decoration: none;
        white-space: nowrap;
        transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s, background .2s, color .2s, border-color .2s;
    }

    /* ── Amber filled button ── */
    #closing-cta .cc-btn-amber {
        background: #F2A024;
        color: #12163F;
        border-color: #F2A024;
        box-shadow: 0 16px 34px rgba(221,132,9,.30);
    }

        #closing-cta .cc-btn-amber:hover {
            background: #DD8409;
            border-color: #DD8409;
            color: #FFFFFF;
            transform: translateY(-2px);
        }

    /* ── Outline button ── */
    #closing-cta .cc-btn-outline {
        background: transparent;
        color: #12163F;
        border-color: #DED9CE;
    }

        #closing-cta .cc-btn-outline:hover {
            border-color: #12163F;
            transform: translateY(-2px);
        }

    /* ── Scroll-reveal ── */
    #closing-cta .cc-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
    }

        #closing-cta .cc-reveal.seen {
            opacity: 1;
            transform: none;
        }

/* ── Responsive ── */
@media (max-width: 600px) {
    #closing-cta .cc-actions {
        flex-direction: column;
        align-items: center;
    }

    #closing-cta .cc-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    #closing-cta .cc-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}






/* ── Section shell ── */
#tf-testimonials {
    padding: clamp(56px, 8vw, 96px) 0;
    background: #f9fafb;
    border-top: 1px solid #EAE7DF;
    overflow: hidden;
}

    /* ── Wrapper ── */
    #tf-testimonials .tst-wrap {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Head ── */
    #tf-testimonials .tst-head {
        text-align: center;
        margin-bottom: clamp(32px, 5vw, 56px);
    }

    #tf-testimonials .tst-eyebrow {
        display: inline-block;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: #fff;
        background: #daa520;
        border-radius: 4px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }

    #tf-testimonials .tst-heading {
        font-size: clamp(19px, 2.6vw, 28px);
        font-weight: 700;
        line-height: 1.25;
        color: #111827;
        margin: 0;
    }

    /* ── Stage (arrows + track) ── */
    #tf-testimonials .tst-stage {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    /* ── Arrow buttons ── */
    #tf-testimonials .tst-arrow {
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1.5px solid #e5e7eb;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #6b7280;
        transition: all 0.2s;
        z-index: 2;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
    }

        #tf-testimonials .tst-arrow:hover {
            background: #1e3a8a;
            color: #fff;
            border-color: #1e3a8a;
        }

    /* ── Track wrapper (clips overflow) ── */
    #tf-testimonials .tst-track-wrap {
        flex: 1;
        overflow: hidden;
    }

    /* ── Track (sliding row of cards) ── */
    #tf-testimonials .tst-track {
        display: flex;
        gap: 20px;
        transition: transform 0.5s cubic-bezier(.4,0,.2,1);
        align-items: center;
    }

    /* ── Card base ── */
    #tf-testimonials .tst-card {
        flex: 0 0 calc((100% - 40px) / 3);
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 28px 26px;
        text-align: center;
        box-shadow: 0 2px 12px rgba(0,0,0,.06);
        transition: transform 0.4s cubic-bezier(.4,0,.2,1), box-shadow 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s;
        opacity: 0.55;
        transform: scale(0.9);
        will-change: transform, opacity;
    }

        /* ── Active (centre) card ── */
        #tf-testimonials .tst-card.tst-active {
            opacity: 1;
            transform: scale(1.06);
            box-shadow: 0 16px 48px rgba(30,58,138,.16);
            border-color: #bfdbfe;
            z-index: 2;
        }

    /* ── Quote mark ── */
    #tf-testimonials .tst-qq {
        font-size: 48px;
        color: #1e3a8a;
        line-height: 0.8;
        font-family: Georgia, serif;
        margin-bottom: 8px;
    }

    /* ── Stars ── */
    #tf-testimonials .tst-stars {
        font-size: 17px;
        color: #f59e0b;
        letter-spacing: 3px;
        margin-bottom: 14px;
    }

    /* ── Review text ── */
    #tf-testimonials .tst-text {
        font-size: 13.5px;
        font-style: italic;
        color: #374151;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    /* ── Author row ── */
    #tf-testimonials .tst-author {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    #tf-testimonials .tst-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #1e3a8a;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    #tf-testimonials .tst-name {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
    }

    /* ── Dots ── */
    #tf-testimonials .tst-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 32px;
    }

    #tf-testimonials .tst-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d1d5db;
        border: none;
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
        padding: 0;
    }

        #tf-testimonials .tst-dot.tst-dot-on {
            background: #1e3a8a;
            transform: scale(1.3);
        }

/* ── MOBILE: single card ── */
@media (max-width: 767px) {
    #tf-testimonials .tst-card {
        flex: 0 0 100%;
        opacity: 1;
        transform: scale(1);
    }

        #tf-testimonials .tst-card.tst-active {
            transform: scale(1);
            box-shadow: 0 8px 28px rgba(30,58,138,.12);
        }

    #tf-testimonials .tst-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    #tf-testimonials .tst-track {
        gap: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    #tf-testimonials .tst-track {
        transition: none;
    }

    #tf-testimonials .tst-card {
        transition: none;
    }
}














/* ── Section shell ── */
#tf-partners {
    padding: clamp(48px, 7vw, 80px) 0;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

    /* ── Wrapper ── */
    #tf-partners .prt-wrap {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 clamp(18px, 5vw, 64px);
    }

    /* ── Row: left text + right logos ── */
    #tf-partners .prt-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(28px, 5vw, 56px);
    }

    /* ── Left heading block ── */
    #tf-partners .prt-left {
        flex: 1 1 220px;
    }

    #tf-partners .prt-eyebrow {
        display: inline-block;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: #fff;
        background: #daa520;
        border-radius: 4px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }

    #tf-partners .prt-heading {
        font-size: clamp(19px, 2.6vw, 28px);
        font-weight: 700;
        line-height: 1.3;
        color: #111827;
        margin: 0;
    }

    /* ── Logo grid ── */
    #tf-partners .prt-logos {
        flex: 2 1 380px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    /* ── Single logo card ── */
    #tf-partners .prt-logo-item {
        position: relative;
        height: 72px;
        background: #fff;
        border: 1.5px solid #e5e7eb;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        cursor: pointer;
        transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
        overflow: visible;
    }

        #tf-partners .prt-logo-item:hover {
            border-color: #2563eb;
            box-shadow: 0 6px 22px rgba(37, 99, 235, 0.14);
            transform: translateY(-3px);
            z-index: 10;
        }

        /* ── Logo image ── */
        #tf-partners .prt-logo-item img {
            max-width: 100%;
            max-height: 48px;
            width: auto;
            height: auto;
            object-fit: contain;
            display: block;
            filter: grayscale(30%);
            transition: filter 0.22s;
        }

        #tf-partners .prt-logo-item:hover img {
            filter: grayscale(0%);
        }

    /* ── Tooltip (company name on hover) ── */
    #tf-partners .prt-tooltip {
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%) translateY(4px);
        background: #1e3a8a;
        color: #fff;
        font-size: 11.5px;
        font-weight: 600;
        white-space: nowrap;
        padding: 5px 10px;
        border-radius: 6px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s, transform 0.2s;
        z-index: 20;
    }

        /* ── Tooltip arrow ── */
        #tf-partners .prt-tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: #1e3a8a;
        }

    #tf-partners .prt-logo-item:hover .prt-tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

/* ── Responsive ── */
@media (max-width: 900px) {
    #tf-partners .prt-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 640px) {
    #tf-partners .prt-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    #tf-partners .prt-logo-item {
        height: 60px;
    }
}

@media (max-width: 400px) {
    #tf-partners .prt-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}
