.home-title-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}
.home-section-title {
    margin: 14px auto 0;
}

#hero-section {
    position:relative;
    width:100%;
}
#hero-section .hero-banner__container {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    max-width: 1370px;
    padding: 0;
}
#page-title b {
    color: var(--t-orange);
    background: linear-gradient(to right, var(--color-brand-accent), #F47729);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page-subtitle {
    line-height: normal;
}
#hero-section .hero-banner__right .video-front.image .desktop-only {display: none;}
#hero-section .hero-banner__right .video-front .zoom-link {
    cursor: zoom-in;
}

#hero-section .ti-eyebrow {
    padding: 6.5px 18px;
    font-size: var(--font-size-sm);
}
#hero-section .btns-wrapper .ti-btn {
    min-height: 48px;
    min-width: 175px;
    padding: 10px 39px;
}

/* Hero — single centered column (graphic toggled OFF; task #33). Higher
   specificity than the two-column #hero-section rules, so toggling the graphic
   back ON (.image-right) cleanly restores the original two-column layout. */
#hero-section.hero--centered .hero-banner__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#hero-section.hero--centered .hero-banner__left {
    width: 100%;
    max-width: 860px;
    padding-left: 0;
    text-align: center;
}
#hero-section.hero--centered .btns-wrapper.flex {
    justify-content: center;
}

.splide__track {width: 100%;}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--logos-seam-width, 50%)));
    }
}

.social-proof-section {
    padding: 0 0 80px;
    text-align: center;
}
.social-proof-section .section-container {
    max-width: 1212px;
}
.social-proof-section .home-title-wrapper {
    margin-bottom: 38px;
}
.social-proof-section .home-section-title {
    margin-top: 0;
    font-size: var(--font-size-3xl);
}
.social-proof-section .subtitle {
    max-width: 780px;
    margin: 8px auto 0;
}
.social-proof-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}
.social-proof-card {
    justify-content: space-between;
    flex-basis: calc((100% - 32px) / 3);
    max-width: 380px;
    padding: 26px 20px;
    min-height: 147px;
}
.social-proof-card .card-title {
    margin: 0;
    font-size: var(--font-size-6xl);
    line-height: normal;
}
.social-proof-card .card-subtitle {
    margin: 4px 0 0;
    font-size: var(--font-size-base);
}
.badges-and-logos-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 48px;
}
.social-proof-g2,
.social-proof-logos-strip {
    width: 100%;
    margin-top: 0;
}
.social-proof-g2 {
    width: auto;
}
.social-proof-g2-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.social-proof-g2-badge img {
    display: block;
    max-height: 80px;
    width: auto;
}
.social-proof-g2-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.social-proof-g2-logo img {
    display: block;
}
.social-proof-g2-rating {
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--color-text-main);
}
.social-proof-g2-rating .img-rating-wrapper {
    width: 88px;
    overflow: hidden;
}
.social-proof-g2-rating .img-rating-wrapper img {
    display: block;
    width: auto;
    max-width: none;
}
.social-proof-section .ti-solid-text-link {
    margin-left: 36px;
}
.social-proof-logos-strip .logos-title {
    font-weight: 700;
    text-align: center;
}
.social-proof-logos-strip {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.social-proof-logos-strip .splide {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    height: 110px;
    visibility: visible;
}
.social-proof-logos-strip .social-proof-logos-track {
    display: flex;
    align-items: center;
    width: max-content;
    --logos-seam-width: 50%;
    animation: scroll 54s linear infinite;
}
.social-proof-logos-strip .splide__track {
    padding: 14px 0;
}
.social-proof-logos-strip .social-proof-logos-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-shrink: 0;
    gap: 14px;
    padding-right: 14px;
    max-width: none;
    align-items: center;
}
.social-proof-logos-strip .social-proof-logo-slide {
    width: auto;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-proof-logos-strip .social-proof-logo-slide img {
    display: block;
    max-height: 85px;
    max-width: 100%;
    width: auto;
    filter: grayscale(1);
    opacity: .7;
}
.social-proof-logos-strip:hover .social-proof-logos-track {
    animation-play-state: paused;
}



#cta-section {
    background: var(--color-bg-light);
    padding: 80px 0;
}
#cta-section .section-container {
    max-width: 1660px;
    text-align: center;
}
#cta-section .subtitle {
    max-width: 925px;
    margin: 0 auto;
    line-height: 1.302;
}
#cta-section .ti-home-cta-section__buttons {
    margin-top: 40px;
    gap: 16px;
}
#cta-section .ti-home-cta-section__buttons .ti-btn {
    min-height: 48px;
    padding: 10px 40px;
}
#cta-section .ti-solid-text-link {
    margin-top: 40px;
}
#cta-section .ti-home-cta-section__expert-link svg path {
    transition: fill .2s ease;
}
#cta-section .ti-home-cta-section__expert-link:hover svg path {
    fill: var(--color-brand-accent);
}



/* body {
    background: url(../debug/debug-home.jpg) center -60px / 1662px auto no-repeat;
}
body > * {
    opacity: .7;
} */

@media only screen and (min-width: 768px) {
    #hero-section .hero-banner__right .video-front.image .mobile-only {display: none;}
    #hero-section .hero-banner__right .video-front.image .desktop-only {display: block;}
}

@media (min-width: 992px) {
    #hero-section {padding: 152px 0 85px}
    #hero-section .hero-banner__left {
        width: 44.5%;
        padding-left: 1%;
    }
    #page-title {
        margin-top: 0;
        margin-bottom: 32px;
        font-size: 55px;
        line-height: 60px;
    }
    .page-subtitle {
        margin-bottom: 29px;
        line-height: normal;
    }
    #hero-section .hero-banner__right {
        width: 775px;
        max-width: 60%;
    }
    #hero-section .hero-banner__right .video-front {
        margin-right: -41px;
        transform: translateX(50px);
    }
}

@media only screen and (max-width: 1560px) {
    #hero-section .hero-banner__container {
        gap: 20px;
        max-width: 100%;
    }
    #hero-section .hero-banner__left {
        width: 44%;
    }
    #hero-section .hero-banner__right {
        width: 795px;
    }
    #hero-section .hero-banner__right .video-front {
        margin-right: 0;
        transform: translateX(0);
    }
}
@media only screen and (max-width: 1399px) {
    #hero-section .hero-banner__left {
        width: 47%;
    }
    #hero-section .hero-banner__right {
        max-width: 52%;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1299px) {
    #page-title {
        font-size: var(--font-size-6xl);
        line-height: 1.15;
    }
}
@media only screen and (max-width: 1199px) {
    #hero-section .hero-banner__container {
        align-items: center;
    }
    #hero-section .hero-banner__left {
        width: 51%;
    }
    #hero-section .hero-banner__right {
        max-width: 49%;
    }
    .badges-and-logos-wrapper {
        gap: 32px;
    }
    .social-proof-g2-meta {
        justify-content: center;
    }
    .social-proof-g2 {
        width: auto;
    }
    .social-proof-logos-strip {
        max-width: 100%;
    }
    .social-proof-logos-strip .logos-title {
        text-align: center;
    }
    .products-wrapper {
        gap: 18px;
    }
    .product-subtitle {
        max-width: 68%;
    }
    #cta-section {
        padding: 70px 0;
    }
}
@media (max-width: 1100px) {
    .badges-and-logos-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        margin-top: 44px;
    }
    .social-proof-logos-strip {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    #hero-section {
        padding: 120px 0 40px
    }
    #hero-section .hero-banner__container {
        flex-direction: column;
        gap: 44px;
        width: auto;
        max-width: 100%;
        padding: 0 20px;
    }
    #hero-section .hero-banner__left {
        width: auto;
        max-width: 100%;
        text-align: center;
    }
    #page-title {font-size: var(--font-size-5xl)}
    #hero-section .btns-wrapper.flex {justify-content: center;}
    #hero-section .hero-banner__right {width: 100%; max-width: 100%;}
    #hero-section .hero-banner__right .video-front {max-width: 100%}

    .social-proof-cards {
        gap: 12px;
    }
    .social-proof-card {
        padding: 20px 12px;
        flex-basis: calc((100% - 24px) / 3);
        max-width: calc((100% - 24px) / 3); 
    }
    .social-proof-card .card-title {
        font-size: var(--font-size-4xl);
    }
}
@media (max-width: 767px) {
    #hero-section {padding-top: 90px}
    #hero-section .hero-banner__container {padding: 0 10px}
    #hero-section .ti-eyebrow {
        padding: 5px 14px;
    }
    #page-title {
        font-size: var(--font-size-4xl);
    }
    .page-subtitle {margin-bottom:26px;font-size: var(--font-size-base)}
    #hero-section .btns-wrapper {gap: 12px;}
    #hero-section .btns-wrapper .ti-btn {min-width: 160px;padding: 10px 25px;}
    #hero-section .hero-banner__right {padding-right: 0;}
    .social-proof-section {
        padding: 10px 0 60px;
    }
    .social-proof-section .home-title-wrapper {
        margin-bottom: 32px;
    }
    .social-proof-section .home-section-title {
        font-size: var(--font-size-2xl);
    }
    .social-proof-card {
        flex-basis: 100%;
        max-width: 100%;
        min-height: auto;
    }
    .social-proof-g2 {
        margin-top: 36px;
    }
    .social-proof-g2-badges,
    .social-proof-g2-meta {
        gap: 8px;
    }
    .social-proof-g2-rating {gap: 6px;}
    .social-proof-g2-badge {
        min-width: 0;
        min-height: 0;
        padding: 0;
    }
    .social-proof-g2-badge img {
        max-height: 56px;
    }
    .social-proof-section .ti-solid-text-link {
        margin-left: 6px;
    }
    .badges-and-logos-wrapper {
        margin-top: 28px;
        gap: 30px;
    }
    .social-proof-logos-strip .splide {
        height: auto;
    }
    .social-proof-logos-strip .splide__track {
        padding: 0;
    }
    .social-proof-logos-strip .social-proof-logos-list {
        padding: 0 14px 0 0;
    }
    .social-proof-logos-strip .social-proof-logo-slide {
        min-width: 140px;
        text-align: center;
    }
    .social-proof-logos-strip .social-proof-logo-slide img {
        max-height: 56px;
    }
    #cta-section {
        padding: 56px 0;
    }
    #cta-section .subtitle {
        font-size: var(--font-size-md);
    }
    #cta-section .ti-home-cta-section__buttons {
        flex-direction: column;
        align-items: center;
    }
    #cta-section .ti-home-cta-section__buttons .ti-btn {
        width: 100%;
        max-width: 320px;
    }
}
