/* Body background for lets-talk-new page */

body.lets-talk-new-page {

    --lt-bg: #ffffff;

    --lt-panel: #ffffff;

    --lt-panel-alt: #f5f5f5;

    --lt-text: #141414;

    --lt-muted: #666666;

    --lt-accent-1: #0dabff;

    --lt-accent-2: #8056ff;

    --lt-orange-start: #ffb347;

    --lt-orange-end: #ff6a3d;

    --lt-divider: rgba(20, 20, 20, 0.12);

    background: var(--lt-bg) !important;

    background-color: var(--lt-bg) !important;

    color: var(--lt-text);

    font-family: 'Geist', 'Manrope', sans-serif;

    min-height: 100vh;

}

.lets-talk{

   background: var(--lt-bg);

   width: 100%;

   height: 100%;

   font-family: 'Geist', 'Manrope', sans-serif;

   font-style: normal;

   color: var(--lt-text);

}

body.lets-talk-new-page h1,
body.lets-talk-new-page h2,
body.lets-talk-new-page h3,
body.lets-talk-new-page h4,
body.lets-talk-new-page h5,
body.lets-talk-new-page h6 {

    font-family: 'Onest', 'Manrope', sans-serif;

    color: var(--lt-text);

    letter-spacing: -0.01em;

}

body.lets-talk-new-page p,
body.lets-talk-new-page li,
body.lets-talk-new-page span,
body.lets-talk-new-page a,
body.lets-talk-new-page button,
body.lets-talk-new-page .benefit-text,
body.lets-talk-new-page .move-text,
body.lets-talk-new-page .faq-answer p {

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

}

body.lets-talk-new-page p,
body.lets-talk-new-page li {
    font-size: 20px;
}

/* Hero Section Styles - Mobile First */

.lets-talk-hero {
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0 60px;
    overflow: hidden;
}

@keyframes particleMove {

    0% {

        background-position: 0 0, 40px 60px, 130px 270px, 70px 100px, 150px 50px;

    }

    100% {

        background-position: 200px 200px, 240px 260px, 330px 470px, 270px 300px, 350px 250px;

    }

}



.lets-talk-hero .container {

    position: relative;

    z-index: 2;

}



.hero-content {

    color: var(--lt-text);

    padding-right: 0;

    text-align: center;

    margin-bottom: 150px;

    font-family: 'Geist', 'Manrope', sans-serif;

}

.hero-content p {
    font-size: 20px;
}



.hero-title {

    font-size: 24px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 24px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

}



.hero-title br {

    display: none;

}



.hero-title .text-blue {

    background-image: linear-gradient(90deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 70%);

    background-clip: text;

    -webkit-background-clip: text;

    color: transparent;

    font-weight: 600;

    text-align: left;

}

body.lets-talk-new-page .text-blue {

    background-image: linear-gradient(120deg, var(--lt-accent-1), var(--lt-accent-2));

    background-clip: text;

    -webkit-background-clip: text;

    color: transparent;

}



.hero-title .text-highlight {

    color: #FF6B35;

}



.hero-subtitle {

    font-size: 20px;

    line-height: 1.7;

    color: var(--lt-muted);

    margin-bottom: 32px;

    max-width: 100%;

    font-family: 'Geist', 'Manrope', sans-serif;

}



.btn.cta-orange {

    background: linear-gradient(120deg, var(--lt-orange-start) 0%, var(--lt-orange-end) 100%);

    color: #fff;

    padding: 12px 24px;

    font-size: 15px;

    font-weight: 600;

    border-radius: 999px;

    border: none;

    transition: all 0.3s ease;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    text-decoration: none;

    box-shadow: 0 12px 35px rgba(255, 145, 90, 0.35);

    width: 100%;

    justify-content: center;

}



.btn.cta-orange:hover {

    background: linear-gradient(120deg, var(--lt-orange-end) 0%, var(--lt-orange-start) 100%);

    transform: translateY(-2px);

    box-shadow: 0 18px 45px rgba(255, 145, 90, 0.45);

    color: #fff;

    text-decoration: none;

}



.btn.cta-orange i {

    transition: transform 0.3s ease;

}



.btn.cta-orange:hover i {

    transform: translateX(4px);

}



.hero-image {

    text-align: center;

    position: relative;

}



.hero-image img {

    max-width: 100%;

    height: auto;

    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));

}



/* Small Phones (375px and up) */

@media (min-width: 375px) {

    .hero-title {

        font-size: 26px;

        margin-bottom: 18px;

        margin-top: 3rem !important;

    }

    

    .hero-subtitle {

        font-size: 20px;

        margin-bottom: 22px;

    }

    

    .btn.cta-orange {

        padding: 13px 26px;

        font-size: 15.5px;

    }

}



/* Larger Phones (480px and up) */

@media (min-width: 480px) {

    .hero-title {

        font-size: 28px;

        margin-bottom: 20px;

    }

    

    .hero-subtitle {

        font-size: 20px;

        margin-bottom: 24px;

    }

    

    .btn.cta-orange {

        padding: 14px 28px;

        font-size: 16px;

    }

}



/* Phablets (576px and up) */

@media (min-width: 576px) {

    .hero-title {

        font-size: 30px;

    }

    

    .hero-subtitle {

        font-size: 20px;

    }

}



/* Tablet and Up (768px) */

@media (min-width: 768px) {

    .hero-title {

        font-size: 32px;

    }

    

    .hero-subtitle {

        font-size: 20px;

    }

}



/* Desktop and Up */

@media (min-width: 1190px) {

    .lets-talk-hero {

        padding: 80px 0 60px;

    }

    

    .hero-content {

        padding-right: 20px;

        text-align: left;

        margin-bottom: 0;

    }

    

    .hero-title {

        font-size: 40px;

    }

    

    .hero-title br {

        display: block;

    }

    

    .hero-subtitle {

        max-width: 520px;

    }

    

    .btn.cta-orange {

        padding: 16px 32px;

        font-size: 18px;

        width: auto;

        justify-content: flex-start;

    }

}



/* Large Desktop and Up */

@media (min-width: 1200px) {

    .hero-title {

        font-size: 68px;

        margin-bottom: 24px;

    }

    

    .hero-subtitle {

        font-size: 26px;

        margin-bottom: 32px;

    }

}



/* Section 2: Trust / Social Proof - Mobile First */

.lets-talk-trust {

    background: var(--lt-bg);

    position: relative;

}



.lets-talk-trust::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: 

        radial-gradient(1px 1px at 30px 40px, rgba(255, 255, 255, 0.1), transparent),

        radial-gradient(1px 1px at 80px 90px, rgba(255, 255, 255, 0.08), transparent),

        radial-gradient(1px 1px at 150px 120px, rgba(255, 255, 255, 0.08), transparent);

    background-size: 200px 200px, 250px 250px, 300px 300px;

    background-position: 0 0, 40px 60px, 130px 270px;

    pointer-events: none;

}



.lets-talk-trust .container {

    position: relative;

    z-index: 2;

}



.trust-heading {

    text-align: center;

    font-size: 24px;

    font-weight: 400;

    color: var(--lt-text);

    margin-bottom: 30px;

    font-family: 'Geist', 'Manrope', sans-serif;

}



.trust-subheading {

    text-align: center;

    font-size: 18px;

    font-weight: 400;

    color: var(--lt-text);

    margin-bottom: 50px;

}



.logo-row {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 30px;

    flex-wrap: wrap;

    margin: 3rem auto;

    padding: 30px 20px;

    background: linear-gradient(90deg, #0DABFF 0%, #6644FF 50%, #0DABFF 100%);

    border-radius: 10px;

}



@media (min-width: 768px) {

    .logo-row {

        justify-content: space-between;

        gap: 40px;

        flex-wrap: nowrap;

    }

}



.logo-item {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

}



.trust-logo {

    max-height: 32px;

    width: auto;

    opacity: 0.8;

    filter: brightness(0) invert(1);

    transition: all 0.3s ease;

}



.trust-logo:hover {

    opacity: 1;

    transform: scale(1.05);

}



/* Section 3: Questions - Mobile First */

.lets-talk-questions {

    background: var(--lt-bg);

    position: relative;

    overflow: hidden;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}



@media (min-width: 375px) {

    .questions-title{

         font-size: 40px !important;

         text-align: center;

    }

    .questions-list{

        padding:0px 10px;

    }

    .questions-list li{

        font-size:20px;

        margin-bottom:30px;

    }

    .questions-image{

        display: none;

    }

}



@media (min-width: 768px) {

    .questions-image{

        display: block;

    }

}

@media (min-width:992px){

    .questions-list{

        padding:0px;

    }

    .questions-title{

       font-size: 52px !important;

       text-align: left;

    }

    .questions-list li{

        font-size:20px;

        margin-bottom:52px;

    }

}

.lets-talk-questions .container {

    position: relative;

}



.questions-content {

    color: var(--lt-text);

    padding-right: 40px;

}



.questions-title {

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 50px;

    padding-bottom:20px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    position: relative;

    z-index: 2;

}

.questions-title .text-blue{

    font-family: 'Geist', 'Manrope', sans-serif;

    font-weight: 700;

    font-style: Bold;

    line-height: 56px;

    letter-spacing: 0%;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    color: transparent;

}



.questions-list {

    list-style: none;

    margin: 0;

}



.questions-list li {

    position: relative;

    padding-left: 35px;

    list-style: none;

    font-weight: 500;

    line-height: 32px;

    color: var(--lt-text);

}



.questions-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--lt-accent-1);
    font-size: 28px;
    line-height: 1.4;

}

.questions-list  .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

     color: transparent;

    font-weight: 500;

}



.questions-image {
    max-height: 375px;
}



.questions-image img {

    width: 100%;

    height: auto;

}



/* Section 4: Intro - Mobile First */

.lets-talk-intro {

    background: var(--lt-bg);

    position: relative;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}

@media(min-width:375px){

    .intro-title{

       font-size: 42px;

       margin-bottom:15px;

    }

    .intro-content p{

       padding:0px 10px;

       font-size:20px

    }

    .lets-talk-intro {

        padding:10px 0;

    }

}

@media (min-width: 992px) {

    .lets-talk-intro{

        padding: 50px 0;

    }

    .intro-title{

       font-size: 52px;

       margin-bottom:0px;

    }

    .lets-talk-intro {

        padding: 60px 0;

    }

    .intro-content p{

       padding:0px 50px;

       font-size: 20px;

    }

}



.intro-title {

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 60px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: center;

}



.intro-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.intro-image, .questions-image, .matt-image {

    text-align: center;

    margin-bottom: 30px;

    position: relative;

    padding: 3px;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    border-radius: 20px;

}



.intro-image img {

    display: block;

    width: 100%;

    height: auto;

    border-radius: 17px;

}



.intro-content {

    color: var(--lt-text);

}



.intro-content p {

    line-height: 1.7;

    margin-bottom: 28px;

    color: var(--lt-text);

}



.intro-content .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

    font-weight: 600;

}



/* Section 5: Benefits - Mobile First */

.lets-talk-benefits {

    background: var(--lt-bg);

    position: relative;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}

@media(min-width:375px){

    .lets-talk-benefits{

        padding:0px 0px;

    }

    .benefit-text{

        font-size:20px !important

    }

    .benefits-footer{

       margin-left:1rem;

    }

}

@media (min-width: 992px) {

    .lets-talk-benefits{

        padding: 50px 0;

    }

    .lets-talk-benefits {

        padding: 60px 0;

    }

    .benefit-text{

        font-size:20px !important

    }

    .benefits-footer{

      margin-left:8rem;

    }

}

.benefits-title-parent{

    background: var(--lt-bg) url('../../source/img/lets-talk/benefit_starts.webp') no-repeat center center;

    background-size: cover;



}

.benefits-title {

    font-size: 64px;

    font-weight: 700;

    line-height: 1.3;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: center;

    max-width: 900px;

    margin: 0 auto;

}



.benefits-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.lets-talk-benefits .row .col-12 {

    margin-bottom: 26px;



}



.benefit-item {

    max-width: 1000px;

    margin: 0 auto;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    padding: 2px;

    border-radius: 20px;

    transition: all 0.3s ease;

}



.benefit-item-inner {

    background: var(--lt-bg);

    padding: 20px 32px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    gap: 20px;

}



.benefit-item:hover {

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(13, 170, 255, 0.2);

}



.benefit-icon {

    flex-shrink: 0;

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    display: flex;

    align-items: center;

    justify-content: center;

}



.benefit-icon i {
    color: #fff;
    font-size: 24px;
}



.benefit-text {

    flex: 1;

    font-weight: bold;

    line-height: 1.6;

    color: var(--lt-text);

    margin: 0;

    padding-top: 8px;

}



.benefits-footer {

    max-width:900px;

    font-size: 30px;

    background: var(--lt-bg) url('../../source/img/lets-talk/benefit_starts.webp') no-repeat center center;

    background-size: cover;

}



.footer-emphasis {

    font-size: 30px;

    line-height: 1.6;

    color: var(--lt-text);

    margin-bottom: 20px;

    font-weight: 700;

}



.footer-cta {

    font-size: 30px;

    line-height: 1.6;

    color: var(--lt-text);

    margin: 0;

    font-weight: 700;

}



/* Section 6: Future-Proof - Mobile First */

.lets-talk-future-proof {

    background: var(--lt-bg);

    position: relative;

    overflow: hidden;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}



@media(min-width:375px){

   .lets-talk-future-proof{

       padding:0px 0px;

   }

   .future-proof-content{

        padding:0px 10px;

   }

   .future-proof-content p{

         font-size:20px;

   }

   .trifecta-list li{

        font-size: 20px;

        padding-left:25px;

   }

}

@media (min-width: 992px) {

    .lets-talk-future-proof {

        padding: 50px 0;

    }

    .future-proof-content{

        padding-left:40px;

    }

    .future-proof-content p{

         font-size: 20px;

    }

    .trifecta-list li{

        font-size: 20px;

        padding-left: 30px;

    }

}



.lets-talk-future-proof::before {

    content: '';

    position: absolute;

    bottom: 20%;

    right: -10%;

    width: 50%;

    border-radius: 10% 10% 50% 10%;

    height: 60%;

    background: radial-gradient(ellipse at bottom right, rgba(102, 68, 255, 0.15) 0%, transparent 50%);

    pointer-events: none;

}



.lets-talk-future-proof::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: 

        radial-gradient(1px 1px at 30px 40px, rgba(255, 255, 255, 0.08), transparent),

        radial-gradient(1px 1px at 80% 20%, rgba(255, 255, 255, 0.06), transparent),

        radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.08), transparent);

    background-size: 400px 400px, 300px 300px, 500px 500px;

    pointer-events: none;

}



.lets-talk-future-proof .container {

    position: relative;

    z-index: 2;

}



.future-proof-title-parent{

    background: var(--lt-bg) url('../../source/img/lets-talk/benefit_starts.webp') no-repeat center center;

    background-size: cover;

}



.future-proof-title {

    font-size: 64px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 60px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: center;

}



.future-proof-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.future-proof-image {

    text-align: center;

    margin-bottom: 30px;

    position: relative;

    padding: 3px;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    border-radius: 20px;

}



.future-proof-image img {

    display: block;

    width: 100%;

    height: auto;

    border-radius: 17px;

}



.future-proof-content {

    color: var(--lt-text);

}



.future-proof-content p {

    line-height: 1.7;

    margin-bottom: 24px;

    color: var(--lt-text);

}



.intro-text {

    font-size: 20px;

    line-height: 1.7;

    color: var(--lt-text);

    margin-bottom: 20px;

}



.trifecta-list {

    list-style: none;

    padding: 0;

    margin: 0 0 30px 0;

}



.trifecta-list li {

    list-style: none;

    position: relative;

    line-height: 1.6;

    color: var(--lt-text);

    display: flex;

    align-items: center;

}



.trifecta-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--lt-accent-1);
    font-size: 28px;
    line-height: 1.4;
}



.matters-heading {

    font-size: 20px;

    line-height: 1.7;

    margin-bottom: 24px;

}



.matters-heading .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

    font-weight: 700;

}



.future-proof-content .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

    font-weight: 700;

}



.testimonial-text {

    font-size: 20px;

    line-height: 1.7;

    color: var(--lt-text);

    margin-bottom: 20px;

    max-width: 900px;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}



.cta-button-wrapper {

    display: flex;

    justify-content: center;

    width: 100%;

    padding-top:2rem;

}



.audit-note {

    text-align: center;

    font-size: 18px;

    color: var(--lt-text);

    margin-top: 16px;

    margin-bottom: 0;

}





/* Section 7: Matt Diggity - Mobile First */

.lets-talk-matt {

    background: var(--lt-bg);

    position: relative;

    overflow: hidden;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}

@media(min-width:375px){

    .matt-title{

       font-size: 42px;

       text-align: center;

    }

    .matt-content{

        padding:0px 10px;

    }

    .matt-content p{

         font-size:20px;

    }

    .lets-talk-matt {

        padding:10px 0;

    }

}

@media (min-width: 992px) {

    .matt-title{

       font-size: 64px;

       text-align: left;

    }

    .lets-talk-matt {

        padding: 50px 0;

    }

    .matt-content{

        padding-left:40px;

    }

    .matt-content p{

        font-size: 20px;

    }

}



.matt-title {

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 60px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

}



.matt-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.matt-content {

    color: var(--lt-text);

}



.matt-content .intro-line {

    font-weight: 600;

    margin-bottom: 24px;

    color: var(--lt-text);

}



.matt-content p {

    line-height: 1.7;

    margin-bottom: 24px;

    color: var(--lt-text);

}



.matt-image {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
}



.matt-image::before {

    content: '';

    position: absolute;

    width: 150%;

    height: 130%;

    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 40%, transparent 70%);

    border-radius: 50%;

    pointer-events: none;

    z-index: 0;

}



.matt-image img {

    max-width: 450px;

    width: 100%;

    height: auto;

    position: relative;

    z-index: 1;

    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));

}



/* Section 8: Results Like These - Mobile First */

.lets-talk-results {

    background: var(--lt-bg);

    position: relative;

    overflow: hidden;

    font-family: 'Geist', 'Manrope', sans-serif;

    font-style: normal;

}



@media(min-width:375px){

    .lets-talk-results{

        padding:10px 0px;

    }

    .results-title{

       padding:0px 10px;

    }

    .growth-chart img{

    max-height: 400px;

    }

}



@media (min-width: 992px) {

    .lets-talk-results {

        padding: 50px 0;

    }

    .growth-chart img{

    max-height: 650px;

    }

}



.results-title {

    font-size: 64px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 60px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: center;

}



.results-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.results-list {

    color: var(--lt-text);

}



.result-item {

    margin-bottom: 20px;

    position: relative;

    padding-left: 30px;

}



.result-item::before {

    content: '';

    position: absolute;

    left: 0;

    top: 8px;

    width: 12px;

    height: 12px;

    background: linear-gradient(120deg, var(--lt-accent-1), var(--lt-accent-2));

    border-radius: 50%;

    flex-shrink: 0;

}



.result-heading {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 12px;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.result-text {

    font-size: 20px;

    color: var(--lt-text);

    margin: 0;

    margin-top:0px !important;

    line-height: 1.6;

}



.growth-chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.growth-chart img {
    background-color: #141414;
    border-radius: 30px;
}



/* Section: Your Move - Mobile First */

.lets-talk-your-move {

    background: var(--lt-bg);

    padding: 50px 0;

    position: relative;

    overflow: hidden;

}



@media (min-width: 992px) {

    .lets-talk-your-move {

        padding: 60px 0;

    }

}



.lets-talk-your-move::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: 

        radial-gradient(1px 1px at 30% 40%, rgba(255, 255, 255, 0.08), transparent),

        radial-gradient(2px 2px at 70% 20%, rgba(255, 255, 255, 0.1), transparent),

        radial-gradient(1px 1px at 60% 80%, rgba(255, 255, 255, 0.08), transparent);

    background-size: 400px 400px, 300px 300px, 500px 500px;

    pointer-events: none;

}



.lets-talk-your-move .container {

    position: relative;

    z-index: 2;

}



.your-move-title {

    font-size: 64px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 50px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: left;



}



.your-move-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.your-move-content {

    margin: 0 auto;

}



.move-text {

    font-size: 32px;

    line-height: 1.2 !important;

    color: var(--lt-text);

    margin-bottom: 15px !important ;

}



/* Section 9: FAQ - Mobile First */

.lets-talk-faq {

    background: var(--lt-bg) url('../../source/img/lets-talk/stars_faq.webp') no-repeat center center;

    background-size: 60%;

    background-position: center top;

    background-repeat: no-repeat;

    padding: 50px 0;

    position: relative;

    overflow: hidden;

}



@media(min-width:375px){

    .faq-accordion{

        padding:0px 10px;

    }

    .faq-question{

        font-size:20px;

    }

}



@media (min-width: 992px) {

    .lets-talk-faq {

        padding: 60px 0;

    }

    .faq-accordion {

        padding: 0px;

    }

    .faq-question{

        font-size:20px;

    }

}



.faq-title {

    font-size: 64px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 60px;

    font-family: 'Geist', 'Manrope', sans-serif;

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

    text-align: center;

}



.faq-accordion {

    max-width: 900px;

    margin: 0 auto;

}



.faq-item {

    margin-bottom: 16px;

    background: rgba(255, 255, 255, 0.08);

    border-radius: 12px;

    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}



.faq-item:hover {

    background: rgba(255, 255, 255, 0.05);

}



.faq-question {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 24px 32px;

    background: transparent;

    border: none;

    color: var(--lt-text);

    font-weight: 600;

    text-align: left;

    cursor: pointer;

    transition: all 0.3s ease;

}



.faq-question:hover {

    color: var(--lt-accent-1);

}



.faq-question i {

    flex-shrink: 0;

    font-size: 14px;

    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    color: var(--lt-accent-1);

}



.faq-item.active .faq-question i {

    transform: rotate(180deg);

}



.faq-answer {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;

    opacity: 0;

}



.faq-item.active .faq-answer {

    max-height: 1500px;

    opacity: 1;

}



.faq-answer p {

    padding: 0 32px 10px 24px;

    margin: 0;

    font-size: 20px;

    line-height: 1.7;

    color: var(--lt-text);

}



.faq-answer p:last-child {

    margin-bottom: 0;

}



.faq-answer p strong {

    color: var(--lt-text);

    font-weight: 600;

}



.your-turn-title {

    font-size: 52px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 24px;

    font-family: 'Geist', 'Manrope', sans-serif;

    color: var(--lt-text);

    text-align: center;

}



.your-turn-title .text-blue {

    background: linear-gradient(180deg, var(--lt-accent-1) 0%, var(--lt-accent-2) 100%);

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}



.your-turn-subtitle {

    font-size: 20px;

    line-height: 1.6;

    color: var(--lt-text);

    margin-bottom: 32px;

    text-align: center;

}



#main-footer{

    text-align: center;

}



.partners-btn{

    margin-top:2rem;

}



.footer{

    margin-top: 4rem;

    

}

#how-we-help{

    padding-top: 0px;

    margin-top:0px;

}



.lets-talk-footer #footer-simple{

    background-color: var(--lt-panel);

}

.lets-talk-footer #footer-simple p{

    text-align: center;
    color: var(--lt-text) !important;

}

@media(min-width:375px){

    .lets-talk-form {

        padding:0px 20px !important;

        padding-bottom:30px !important;

    }

}

}

.footer-contact-form .form-title h3 {
color: #141414 !important;
}

.hero-image img,
.questions-image img,
.matt-image img {
border-radius: 17px;
}
.hero-video-container {
position: relative;
/* Allows absolute positioning of child element */
height: 350px;
width: 100%;
overflow: hidden;
/* Hides overflowing video content */
}

video.hero-video {
max-width: 325px;
border-radius: 10%;
position: absolute;
/* Positions video absolutely within container */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* Centers video within container */
height: 100%;
}

@media (min-width: 450px) {
video.hero-video {
    max-width: 400px;
}
}

@media (min-width: 650px) {
.hero.hero--home--2 .hero-video-container {
    margin-top: 50px
}

video.hero-video {
    max-width: 600px;
}
}

@media (min-width: 850px) {
video.hero-video {
    max-width: 700px;
}
}

@media (min-width: 990px) {
.hero.hero--home--2 .hero-video-container {
    margin-top: 40px;
}

.hero-video-container {
    height: 350px;
}

video.hero-video {
    max-width: 550px;
}
}

@media (min-width: 1300px) {
video.hero-video {
    max-width: 580px;
}
}