﻿:root {
    --paw-orange: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FF5B2E'%3E%3Cellipse cx='7' cy='9' rx='3.2' ry='2.8'/%3E%3Cellipse cx='3' cy='5' rx='1.3' ry='1.7'/%3E%3Cellipse cx='5.8' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='8.7' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='11' cy='5' rx='1.1' ry='1.4'/%3E%3C/svg%3E");
    --paw-white: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3E%3Cellipse cx='7' cy='9' rx='3.2' ry='2.8'/%3E%3Cellipse cx='3' cy='5' rx='1.3' ry='1.7'/%3E%3Cellipse cx='5.8' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='8.7' cy='3' rx='1.3' ry='1.7'/%3E%3Cellipse cx='11' cy='5' rx='1.1' ry='1.4'/%3E%3C/svg%3E")
}

.banner-section {
    background: var(--color-bg-warm);
    padding: 108px 0 0;
    position: relative;
    z-index: -1;
    z-index: 1;
}

.banner-section .hero-left-vector {
    position: absolute;
    top: 80px;
    left: 0;
    max-width: 180px;
    z-index: -1;
}
.banner-section .hero-right-vector {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 180px;
    z-index: -1;

}

.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 48px
}

.banner-content {
    max-width: 679px;
    width: 100%
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 67.5px;
    text-align: left;
    color: var(--color-navy);
    margin-bottom: 20px
}

.banner-content p {
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-text-body);
    margin-bottom: 24px
}

.banner-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 25px
}

.banner-list p {
    position: relative;
    max-width: max-content;
    width: 100%;
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 24.3px;
    text-align: left;
    color: var(--color-text-body);
    padding-left: 31px;
    margin-bottom: 0
}

.banner-list p::before {
    content: '';
    position: absolute;
    background-image: url('../../landing-page/images/banner-check-icon.svg');
    width: 19px;
    height: 19px;
    left: 0;
    top: 2px
}

.banner-img {
    max-width: 469px;
    width: 100%
}

.banner-svg {
    display: none
}

.banner-illust {
    display: block;
    width: 100%;
    max-width: 437px;
    height: auto;
    pointer-events: auto
}

.banner-btn {
    max-width: max-content;
    width: 100%;
    display: block;
    padding: 13px 32px;
    margin-top: 38px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.banner-content .banner-tagline {
    display: block;
    margin: 18px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-orange)
}

.banner-tagline::before {
    content: '✓ ';
    font-weight: 700;
    color: var(--color-orange)
}

.banner-tagline strong {
    color: var(--color-orange);
    font-weight: 700
}

.banner-content .banner-trust {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 18px;
    background: var(--color-bg-white);
    border: 1.5px solid var(--color-border);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(14, 20, 95, .07)
}

.banner-content .banner-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px
}

.banner-content .banner-stars svg {
    width: 14px;
    height: 14px;
    fill: var(--color-orange)
}

.banner-content .banner-trust-divider {
    width: 1px;
    height: 36px;
    background: var(--color-border);
    flex-shrink: 0
}

.banner-content .banner-trust-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.banner-trust .banner-stars-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-heading);
    line-height: 1.2;
    margin: 0
}

.banner-trust .banner-trust-line {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2
}

.banner-reviews {
    max-width: 660px;
    width: 100%;
    margin: 50px auto 60px;
    border-radius: 15px;
    border: 1px dashed var(--color-orange-hover);
    padding: 0 36px 24px 36px
}

.reviews-wrapper {
    max-width: 471px;
    width: 100%;
    margin: -25px auto 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 43px;
    background: var(--color-bg-warm);
    padding: 8px 5px 8px 18px
}

.reviews-wrapper p {
    font-size: var(--text-base);
    font-weight: 500;
    line-height: 18.9px;
    color: var(--color-navy)
}

.review-info {
    font-size: var(--text-base);
    font-weight: 500;
    line-height: 21px;
    color: var(--color-text-body);
    margin-bottom: 24px;
    text-align: center
}

.review-info span {
    font-weight: 700;
    color: var(--color-navy)
}

.reviews-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px
}

.reviews-logo p {
    display: inline-block;
    font-size: var(--text-md);
    font-weight: 450;
    line-height: 20.24px;
    color: var(--color-text-body)
}

.reviews-logo-img {
    display: flex;
    align-items: center;
    gap: 65px
}

.banner-video {
    /* max-width: 970px; */
    width: 100%;
    height: 686px;
    margin: 75px 0;
    /* margin: 0 auto -219px; */
    overflow: hidden;
    position: relative;
    z-index: 1
}

.bannervideo-thumbnail {
    /* box-shadow: var(--shadow-lg); */
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

.bannervideo-mobthumbnail {
    display: none
}

.video-play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 22px 23px 22px 29px;
    background: var(--color-orange);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video-play-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation-delay: .2s
}

.video-play-btn,
.video-play-btn::after {
    animation: pulseAnimation 1.8s infinite;
    -webkit-animation: pulseAnimation 1.8s infinite
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 91, 46, .55)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 91, 46, 0)
    }
}

.bannervideo-iframe {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 48.35%
}

.bannervideo-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #000
}

.scam-section {
    padding: 0 0 75px;
    background: var(--color-bg-warm)
}

.scam-wrapper {
    /* max-width: 820px; */
    width: 100%;
    background: var(--color-bg-white);
    border: 1.5px solid var(--color-border);
    border-radius: 14px;
    padding: 40px 44px;
    box-shadow: 0 8px 28px rgba(14, 20, 95, .08);
    position: relative
}

.scam-shield-floating {
    position: absolute;
    top: -28px;
    right: -18px;
    width: 96px;
    height: 96px;
    pointer-events: none;
    filter: drop-shadow(0 6px 14px rgba(255, 91, 46, .18))
}

.scam-shield-inline {
    display: inline-block;
    vertical-align: -6px;
    margin-right: 10px;
    width: 32px;
    height: 32px
}

.scam-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    color: var(--color-navy);
    margin-bottom: 22px;
    text-align: left
}

.scam-wrapper p {
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 30.6px;
    color: var(--color-text-body);
    margin-bottom: 18px
}

.scam-wrapper p:last-child {
    margin-bottom: 0
}

.step-section {
    background: var(--color-bg-warm);
    padding: 75px 0 75px;
    position: relative
}

.steps-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.steps-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 52.1px;
    color: var(--color-navy);
    margin: 32px 0 15px
}

.steps-wrapper p:first-of-type {
    font-size: var(--text-sm);
    font-weight: 500;
    line-height: 150%;
    color: var(--color-text-body)
}

.steps-wrapper p:nth-of-type(2) {
    width: 100%;
    font-size: var(--text-base);
    font-style: italic;
    font-weight: 400;
    line-height: 25.5px;
    color: var(--color-text-body)
}

.steps-wrapper p:nth-of-type(3) {
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 21.6px;
    color: var(--color-text-body)
}

.steps-list {
    max-width: 750px;
    width: 100%;
    margin: 37px auto 32px;
    padding: 40px 33px 47px 48px;
    border-radius: 16px;
    border: 2px dashed var(--color-orange-hover);
    background: #fff
}

.steps-list ul {
    max-width: 684px;
    width: 100%;
    padding-left: 35px;
    position: relative;
    list-style: none;
    counter-reset: li-counter
}

.steps-list ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    bottom: -2px;
    width: 2px;
    background: var(--color-bg-peach)
}

.steps-list ul::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-bg-peach);
    border-bottom: 2px solid var(--color-bg-peach);
    left: -4px;
    bottom: -4px;
    transform: rotate(44deg)
}

.steps-list ul li {
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 22.95px;
    text-align: left;
    color: var(--color-text-body);
    margin-bottom: 32px;
    position: relative;
    counter-increment: li-counter;
    min-height: 31px;
    padding-top: 4px
}

.steps-list ul li::before {
    content: counter(li-counter);
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid var(--color-bg-peach);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: -54px;
    top: 0;
    font-size: var(--text-xl);
    font-weight: 700;
    line-height: 27px;
    color: var(--color-orange)
}

.steps-list ul li:last-child {
    margin-bottom: 7px
}

.steps-btn {
    max-width: max-content;
    width: 100%;
    margin: 35px auto 30px;
    display: block;
    padding: 13px 40px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
    position: relative
}

.steps-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.callout-info,
.callout-trust,
.callout-warn {
    /* max-width: 820px; */
    width: 100%;
    /* margin: 20px auto 0; */
    padding: 12px 18px;
    border-radius: var(--radius-md);
    font-size: var(--text-sm);
    line-height: 1.65;
    text-align: left;
    color: var(--color-text-body)
}

.callout-warn {
    background: rgba(255, 91, 46, .04);
    border: 1px solid rgba(255, 91, 46, .18);
    border-left: 4px solid var(--color-orange)
}

.callout-warn::before {
    content: none
}

.callout-trust {
    background: var(--color-bg-warm);
    border: 1px solid var(--color-border)
}

.callout-trust::before {
    content: none
}

.callout-info {
    max-width: 100%;
    background: 0 0;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    color: var(--color-text-secondary);
    font-style: italic;
    text-align: center
}

.callout-info::before {
    content: none
}

.callout-info a,
.callout-trust a,
.callout-warn a {
    color: var(--color-orange);
    font-weight: var(--weight-bold);
    text-decoration: none
}

.callout-info a:hover,
.callout-trust a:hover,
.callout-warn a:hover {
    color: var(--color-orange-hover);
    text-decoration: underline
}

@media (max-width: 768px) {

    .callout-info,
    .callout-trust,
    .callout-warn {
        font-size: var(--text-xs);
        padding: 10px 14px
    }
}

:root {
    --step-card-h: 260px;
    --step-offset: 130px
}

.steps-timeline {
    display: grid;
    grid-template-columns: 1fr 72px 1fr 72px 1fr 72px 1fr;
    column-gap: 0;
    align-items: start;
    width: 100%;
    margin: 60px auto 32px;
    padding: 0 8px;
    list-style: none
}

.steps-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.steps-timeline-item--high {
    margin-top: 0
}

.steps-timeline-item--low {
    margin-top: var(--step-offset)
}

.steps-timeline-node {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-white);
    border: 1px dashed var(--color-orange);
    border-radius: 50%;
    /* box-shadow: 0 6px 14px -4px rgba(14, 20, 95, .18), 0 0 0 5px var(--color-bg-warm); */
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
    flex-shrink: 0;
    transition: transform .25s ease, box-shadow .25s ease
}

.steps-timeline-node img {
    display: block;
    width: 48px;
    height: 48px
}

/* .steps-timeline-item:hover .steps-timeline-node {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 22px -6px rgba(14, 20, 95, .22), 0 0 0 5px var(--color-bg-warm)
} */

.steps-card {
    background: var(--color-bg-white);
    border-radius: var(--radius-xl);
    /* box-shadow: var(--shadow-md); */
    border: 1px dashed var(--color-orange);
    padding: 52px 22px 28px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
    z-index: 1
}

.steps-timeline-label {
    font-family: var(--font-sans);
    font-size: var(--text-1xl);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--color-orange);
    margin: 0
}

.steps-timeline-text {
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    color: var(--color-text-body);
    margin: 0;
    max-width: none
}

.steps-timeline-connector {
    display: block;
    align-self: start;
    width: 100%;
    margin-top: 62px
}

.steps-timeline-item--low+.steps-timeline-connector {
    margin-top: calc(var(--step-offset) + 90px)
}

.steps-timeline-connector svg {
    width: 100%;
    height: var(--step-offset);
    overflow: visible;
    display: block;
    transform: translateX(6px)
}

@media (prefers-reduced-motion:reduce) {

    .steps-timeline-item:hover .steps-timeline-node,
    .steps-timeline-node {
        transition: none;
        transform: none
    }
}

.steps-cta-platform {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 35px auto 0;
    padding: 10px 14px;
    border-radius: 999px
}

.steps-cta-platform .steps-btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.steps-btn-paw {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: var(--paw-white);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.content-section {
    padding: 40px 0;
    background: var(--color-bg-warm)
}

.content-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.content-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 52.1px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 30px
}

.content-wrapper p {
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 30.6px;
    color: var(--color-text-body)
}

.letter-section {
    padding: 80px 0 75px 0;
    background: var(--color-bg-white)
}

.letter-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    padding: 30px 33px
}

.letter-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 30px
}

.letter-wrapper h3 {
    font-family: Lato;
    color: var(--color-navy);
    font-size: 19px;
    font-weight: 700;
    line-height: 30.6px;
    text-align: left
}

.letter-wrapper p {
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 30.6px;
    text-align: left;
    color: var(--color-text-body);
    margin-bottom: 27px
}

.letter-wrapper p:nth-last-of-type(2) {
    margin-bottom: 0
}

.letter-wrapper p:last-of-type {
    margin-bottom: 0
}

.letter-list {
    margin: 20px 0 30px
}

.letter-list ul {
    list-style: none
}

.letter-list ul li {
    position: relative;
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--color-text-body);
    margin-bottom: 15px;
    padding-left: 25px
}

.letter-list ul li::before {
    content: '';
    position: absolute;
    background-image: url('../../landing-page/images/list-arrow-right.svg');
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
    bottom: 5px
}

.letter-list ul li:last-child {
    margin-bottom: 0
}

.letter-section {
    position: relative;
    overflow: hidden
}

.letter-section-paws {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.letter-bg-paw {
    position: absolute;
    display: block;
    opacity: .1;
    background-image: var(--paw-orange);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.letter-bg-paw.paw-a {
    top: 8%;
    left: 5%;
    width: 42px;
    height: 42px;
    transform: rotate(-18deg)
}

.letter-bg-paw.paw-b {
    top: 22%;
    right: 6%;
    width: 36px;
    height: 36px;
    transform: rotate(22deg);
    opacity: .08
}

.letter-bg-paw.paw-c {
    top: 48%;
    left: 3%;
    width: 50px;
    height: 50px;
    transform: rotate(8deg);
    opacity: .09
}

.letter-bg-paw.paw-d {
    top: 62%;
    right: 4%;
    width: 44px;
    height: 44px;
    transform: rotate(-12deg);
    opacity: .11
}

.letter-bg-paw.paw-e {
    bottom: 8%;
    left: 12%;
    width: 32px;
    height: 32px;
    transform: rotate(14deg);
    opacity: .08
}

.letter-bg-paw.paw-f {
    bottom: 12%;
    right: 14%;
    width: 38px;
    height: 38px;
    transform: rotate(-6deg);
    opacity: .09
}

.comparison-section-paws,
.faq-section-paws,
.qualifies-section-paws,
.therapists-section-paws,
.training-section-paws {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.qualifies-paw-a {
    top: 4%;
    left: 2%;
    width: 46px;
    height: 46px;
    transform: rotate(-22deg);
    opacity: .09
}

.qualifies-paw-b {
    top: 18%;
    right: 3%;
    width: 38px;
    height: 38px;
    transform: rotate(15deg);
    opacity: .08
}

.qualifies-paw-c {
    top: 52%;
    left: 1%;
    width: 54px;
    height: 54px;
    transform: rotate(6deg);
    opacity: .07
}

.qualifies-paw-d {
    bottom: 12%;
    right: 2%;
    width: 40px;
    height: 40px;
    transform: rotate(-10deg);
    opacity: .1
}

.qualifies-paw-e {
    bottom: 5%;
    left: 8%;
    width: 30px;
    height: 30px;
    transform: rotate(20deg);
    opacity: .08
}

.therapists-paw-a {
    top: 5%;
    left: 4%;
    width: 44px;
    height: 44px;
    transform: rotate(-15deg);
    opacity: .08
}

.therapists-paw-b {
    top: 30%;
    right: 2%;
    width: 36px;
    height: 36px;
    transform: rotate(18deg);
    opacity: .07
}

.therapists-paw-c {
    bottom: 15%;
    left: 3%;
    width: 48px;
    height: 48px;
    transform: rotate(9deg);
    opacity: .09
}

.therapists-paw-d {
    bottom: 6%;
    right: 5%;
    width: 34px;
    height: 34px;
    transform: rotate(-20deg);
    opacity: .08
}

.training-paw-a {
    top: 8%;
    left: 3%;
    width: 40px;
    height: 40px;
    transform: rotate(-12deg);
    opacity: .09
}

.training-paw-b {
    top: 40%;
    right: 4%;
    width: 34px;
    height: 34px;
    transform: rotate(24deg);
    opacity: .08
}

.training-paw-c {
    bottom: 20%;
    left: 2%;
    width: 44px;
    height: 44px;
    transform: rotate(-5deg);
    opacity: .07
}

.training-paw-d {
    bottom: 6%;
    right: 3%;
    width: 30px;
    height: 30px;
    transform: rotate(16deg);
    opacity: .09
}

.comparison-paw-a {
    top: 3%;
    left: 2%;
    width: 38px;
    height: 38px;
    transform: rotate(-18deg);
    opacity: .08
}

.comparison-paw-b {
    top: 12%;
    right: 1%;
    width: 32px;
    height: 32px;
    transform: rotate(10deg);
    opacity: .07
}

.comparison-paw-c {
    bottom: 10%;
    left: 1%;
    width: 42px;
    height: 42px;
    transform: rotate(7deg);
    opacity: .08
}

.comparison-paw-d {
    bottom: 4%;
    right: 3%;
    width: 36px;
    height: 36px;
    transform: rotate(-14deg);
    opacity: .09
}

.faq-paw-a {
    top: 3%;
    left: 3%;
    width: 50px;
    height: 50px;
    transform: rotate(-20deg);
    opacity: .08
}

.faq-paw-b {
    top: 22%;
    right: 2%;
    width: 40px;
    height: 40px;
    transform: rotate(12deg);
    opacity: .07
}

.faq-paw-c {
    top: 55%;
    left: 2%;
    width: 44px;
    height: 44px;
    transform: rotate(5deg);
    opacity: .09
}

.faq-paw-d {
    bottom: 18%;
    right: 3%;
    width: 36px;
    height: 36px;
    transform: rotate(-16deg);
    opacity: .08
}

.faq-paw-e {
    bottom: 5%;
    left: 10%;
    width: 32px;
    height: 32px;
    transform: rotate(22deg);
    opacity: .07
}

.letter-section .letter-wrapper {
    border: 1.5px solid var(--color-border);
    box-shadow: 0 8px 28px rgba(14, 20, 95, .08);
    position: relative;
    padding-top: 38px;
    overflow: visible;
    z-index: 1
}

.letter-section .letter-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--color-orange);
    border-radius: 16px 16px 0 0
}

.letter-section .letter-wrapper h2 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px
}

.letter-section .letter-wrapper h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 1.5px;
    background: var(--color-bg-peach);
    transform: translateX(-50%);
    border-radius: 2px
}

.letter-peek-dog {
    position: absolute;
    top: -60px;
    right: 24px;
    width: 220px;
    height: 66px;
    pointer-events: none;
    user-select: none;
    z-index: 2;
    filter: drop-shadow(0 6px 12px rgba(14, 20, 95, .12))
}

.credential-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 22px 0 30px
}

.credential-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: var(--color-bg-warm);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 10px rgba(14, 20, 95, .05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease
}

.credential-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 91, 46, .25);
    box-shadow: 0 6px 18px rgba(14, 20, 95, .1)
}

.credential-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: block
}

.credential-card-text {
    font-size: var(--text-md);
    line-height: var(--leading-normal);
    color: var(--color-text-body);
    margin: 0;
    font-weight: var(--weight-regular);
    text-align: left
}

@media (prefers-reduced-motion:reduce) {

    .credential-card,
    .credential-card:hover {
        transition: none;
        transform: none
    }
}

.letterDetail-section {
    padding: 75px 0 85px;
    background: #9FA4E4;
    position: relative;
    z-index: 10;
}

.letterDetail-section .left-vector {
    position: absolute;
    top: 80px;
    left: 0;
    max-width: 180px;
    z-index: -1;
}

.letterDetail-section .right-vector {
    position: absolute;
    bottom: 80px;
    right: 0;
    max-width: 180px;
    z-index: -1;
}

.letterDetail-section .esa-letter-proto {
    max-width: 900px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-node {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.esa-letter-proto-node:first-child>div:nth-child(2) {
    transform: translateX(-35px);
}

.esa-letter-proto-node:last-child>div:nth-child(2) {
    transform: translateX(35px);
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-node div {
    background-color: var(--color-orange);
    text-align: center;
    color: var(--color-bg-white);
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    min-width: 200px;
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img {
    max-width: 350px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img img {
    transition: .4s all ease;
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img:hover img {
    rotate: -5deg;
    filter: blur(2px);
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img:hover .sample-letter-view-cta {
    rotate: -5deg;
    transition: .4s all ease;
}


.letterDetail-section .esa-letter-proto .esa-letter-proto-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background-color: var(--color-orange);
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img::after {
    content: "";
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px dashed var(--color-orange);
}

.letterDetail-section .esa-letter-proto .esa-letter-proto-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.letterDetail-section::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    width: 0;
    height: 0;
    border-top: 59px solid var(--color-bg-white);
    border-right: 57px solid transparent;
    border-left: 57px solid transparent
}

.letterDetail-section h2 {
    font-weight: 400;
    font-size: var(--text-4xl);
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin: 51px 0 38px;
    color: var(--color-navy)
}

.detail-wrapper {
    max-width: 880px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between
}

.detail-col1 span,
.detail-col2 span {
    display: block;
    max-width: max-content;
    width: 100%;
    background: var(--color-bg-peach);
    padding: 3px 8px 3px 7px;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 25.5px;
    text-align: center;
    color: var(--color-navy)
}

.detail-col1 span:first-of-type {
    margin-bottom: 121px;
    margin-left: 82px
}

.detail-col1 span:nth-of-type(2) {
    margin-bottom: 97px;
    margin-left: 30px
}

.detail-col1 span:nth-of-type(3) {
    margin-left: 18px
}

.detail-col2 span:first-of-type {
    margin-bottom: 110px
}

.detail-col2 span:nth-of-type(2) {
    margin-bottom: 92px
}

.hide-desk {
    display: none !important
}

.detail-sample {
    display: block;
    width: 100%;
    max-width: 360px;
    background: var(--color-bg-white);
    border: 1px solid #e5e7f0;
    border-radius: 8px;
    padding: 28px 30px 60px;
    box-shadow: 0 24px 60px rgba(14, 20, 95, .18);
    position: relative;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.55;
    color: #2d3046;
    transform: rotate(-1deg);
    text-decoration: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease
}

.detail-sample::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-orange);
    border-radius: 8px 8px 0 0
}

.detail-sample::after {
    content: 'SAMPLE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-family: Lato, sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 91, 46, .1);
    letter-spacing: .05em;
    pointer-events: none
}

.detail-sample:hover {
    transform: rotate(0) translateY(-4px);
    box-shadow: 0 32px 72px rgba(14, 20, 95, .22);
    text-decoration: none
}

.detail-sample .sample-letter-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7f0;
    margin-bottom: 14px
}

.detail-sample .sample-letter-practice {
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--color-text-heading)
}

.detail-sample .sample-letter-practice small {
    display: block;
    font-size: 8px;
    color: var(--color-text-body);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2px
}

.detail-sample .sample-letter-contact {
    font-size: 8px;
    color: var(--color-text-body);
    text-align: right;
    line-height: 1.5
}

.detail-sample .sample-letter-subject {
    font-weight: 700;
    color: var(--color-text-heading);
    margin: 10px 0;
    font-size: var(--text-xs)
}

.detail-sample .sample-letter-body p {
    margin: 8px 0;
    font-size: 10px;
    line-height: 1.5;
    color: #2d3046
}

.detail-sample .redacted {
    display: inline-block;
    background: var(--color-navy);
    width: 60px;
    height: 8px;
    border-radius: 1px;
    vertical-align: middle
}

.detail-sample .redacted-sm {
    width: 40px
}

.detail-sample .sample-letter-fha {
    background: #fff2e5;
    border-left: 2px solid var(--color-orange);
    padding: 8px 12px;
    margin: 10px 0;
    font-size: 9px;
    color: #2d3046
}

.detail-sample .sample-letter-sig {
    font-style: italic;
    color: var(--color-text-heading);
    font-size: var(--text-lg);
    margin-top: 14px
}

.detail-sample .sample-letter-cred {
    font-size: 9px;
    color: var(--color-text-body);
    margin-top: 4px
}

.detail-sample .sample-letter-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(255, 91, 46, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, backdrop-filter .25s ease;
    z-index: 4
}

.detail-sample:hover .sample-letter-overlay {
    background: rgba(255, 91, 46, .18);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px)
}

.sample-letter-view-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--color-bg-white);
    color: var(--color-orange);
    font-family: Lato, sans-serif;
    font-size: var(--text-sm);
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 999px;
    box-shadow: var(--shadow-cta);
    opacity: 1;
    transition: .4s all ease;
    text-decoration: none;
    margin: auto;
    margin-top: 75px;
    width: fit-content;
    cursor: pointer;
    /* white-space: nowrap; */
    /* position: absolute; */
    /* bottom: 18px; */
    /* left: 50%; */
    /* margin-left: 0; */
    /* translate: -50% 0; */
    z-index: 5
}

.detail-sample:hover .sample-letter-view-cta {
    box-shadow: var(--shadow-cta-hover);
    transform: translateY(-2px)
}

.certification-section {
    padding: 102px 0 40px
}

.certification-section .content-wrapper h2 {
    margin-bottom: 43px
}

.certification-section .content-wrapper p {
    font-weight: 500;
    margin-bottom: 25px
}

.certification-section .content-wrapper p:last-child {
    margin-bottom: 0
}

.compare-section {
    padding: 60px 0 76px;
    position: relative
}

.compare-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 587px);
    top: 0;
    background: #fff;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px))
}

.compare-wrapper {
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.false-col,
.true-col {
    max-width: 391px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #fce9e4;
    padding: 30px;
    background: var(--color-bg-white)
}

.col-head {
    max-width: 259px;
    width: 100%;
    margin: 0 auto 32px;
    position: relative;
    z-index: 2
}

.compare-wrapper .col-head p {
    padding: 8px 0;
    color: #fff;
    border-radius: 5px;
    background: var(--color-orange);
    font-size: 18px;
    font-weight: 700;
    line-height: 32.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.col-head::before {
    content: '';
    position: absolute;
    width: 259px;
    height: 48px;
    background: #e6e6e6;
    left: 0;
    bottom: -4px;
    z-index: -1;
    border-radius: 5px
}

.false-col ul,
.true-col ul {
    list-style: none
}

.false-col ul li,
.true-col ul li {
    font-size: var(--text-base);
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-text-body);
    position: relative;
    margin-bottom: 16px;
    padding-left: 29px
}

.false-col ul li:last-child,
.true-col ul li:last-child {
    margin-bottom: 0
}

.true-col ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/check-icon.svg');
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0
}

.false-col ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/cross-check-icon.svg');
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0
}

.vs-shape {
    position: absolute;
    width: 102px;
    height: 102px;
    border: 9px solid #ffe7e0;
    border-radius: 50%;
    background: #ffd5c9;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vs-shape span {
    font-size: var(--text-2xl);
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-orange)
}

.esa-letter-section {
    padding: 40px 0
}

.esa-letter-section .letter-wrapper h2 {
    margin-bottom: 40px
}

.esa-letter-section .letter-wrapper p {
    margin-bottom: 0
}

.esa-letter-section .letter-list {
    max-width: max-content;
    width: 100%;
    margin: 30px auto 51px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 73px;
    row-gap: 15px
}

.esa-letter-section .letter-list ul li {
    font-size: var(--text-lg);
    line-height: 25.5px
}

.esa-letter-section .letter-list ul {
    list-style: none
}

.esa-letter-section .letter-list ul li:last-child {
    margin-bottom: 0
}

.letter-btn {
    max-width: max-content;
    width: 100%;
    margin: 30px auto 0;
    display: block;
    padding: 13px 40px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
    position: relative
}

.letter-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.qualifies-section {
    padding: 75px 0;
    background: var(--color-bg-warm);
    position: relative;
    overflow: hidden
}

.qualifies-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.qualifies-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 52.1px;
    color: var(--color-navy);
    margin: 0 0 22px
}

.qualifies-intro {
    /* max-width: 820px; */
    width: 100%;
    margin: 0 auto 38px;
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 30.6px;
    color: var(--color-text-body)
}

.qualifies-table-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-bg-white);
    border-radius: 12px;
    border: 1.5px solid var(--color-border);
    box-shadow: 0 6px 24px rgba(14, 20, 95, .06);
    overflow: hidden
}

.qualifies-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--text-md);
    line-height: 1.55;
    color: var(--color-text-body);
    text-align: left
}

.qualifies-table thead th {
    background: var(--color-navy);
    color: var(--color-text-inverse);
    font-weight: 700;
    font-size: var(--text-base);
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 16px 22px;
    border-bottom: 2px solid var(--color-orange)
}

.qualifies-table tbody td {
    padding: 16px 22px;
    border-bottom: 1px solid var(--color-border);
    vertical-align: top
}

.qualifies-table tbody tr:nth-child(2n) td {
    background: var(--color-bg-warm)
}

.qualifies-table tbody tr:last-child td {
    border-bottom: 0
}

.qualifies-table tbody td:first-child {
    width: 18%;
    color: var(--color-navy)
}

.qualifies-table tbody td:first-child strong {
    font-weight: 700;
    color: var(--color-navy)
}

.qualifies-table tbody tr:hover td {
    background: var(--color-bg-peach)
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    /* max-width: 980px; */
    width: 100%;
    margin: 12px auto 0
}

.condition-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 24px 28px 28px;
    box-shadow: 0 1px 0 rgba(14, 20, 95, .03), 0 6px 14px -8px rgba(14, 20, 95, .1), 0 18px 36px -22px rgba(14, 20, 95, .16);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.condition-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 91, 46, .25);
    box-shadow: 0 1px 0 rgba(14, 20, 95, .04), 0 10px 20px -10px rgba(14, 20, 95, .14), 0 26px 44px -24px rgba(14, 20, 95, .22)
}

.condition-card-illust {
    display: block;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    transition: transform .3s ease
}

.condition-card:hover .condition-card-illust {
    transform: scale(1.04)
}

.condition-card-name {
    font-family: var(--font-serif);
    font-size: var(--text-2xl);
    font-weight: var(--weight-regular);
    color: var(--color-navy);
    letter-spacing: var(--tracking-tight);
    line-height: 1.2;
    margin: 0 0 14px;
    text-align: center
}

.condition-card-block {
    width: 100%;
    text-align: center
}

.condition-card-eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: var(--text-xs);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--color-text-secondary);
    margin-bottom: 6px
}

.condition-card-eyebrow--orange {
    color: var(--color-orange)
}

.condition-card-text {
    font-size: var(--text-md);
    line-height: var(--leading-normal);
    color: var(--color-text-body);
    margin: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.condition-card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 14px 0;
    position: relative
}

.condition-card-divider::after,
.condition-card-divider::before {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--color-bg-peach)
}

.condition-card-divider-paw {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    background-color: var(--color-bg-peach);
    background-image: var(--paw-orange);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%
}

@media (prefers-reduced-motion:reduce) {

    .condition-card,
    .condition-card-illust,
    .condition-card:hover,
    .condition-card:hover .condition-card-illust {
        transition: none;
        transform: none
    }
}

.qualifies-note {
    max-width: 100%;
    margin: 30px auto 0;
    font-style: normal;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border)
}

.qualifies-btn {
    max-width: max-content;
    width: 100%;
    margin: 28px auto 0;
    display: block;
    padding: 13px 40px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: var(--color-text-inverse);
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.qualifies-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: var(--color-text-inverse)
}

.client-section {
    padding: 75px 0 75px;
    background-color: var(--color-bg-warm);
}

.client-head {
    /* max-width: 750px; */
    width: 100%;
    margin: 0 auto;
}

.client-head h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 15px
}

.client-head p {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    color: var(--color-text-body)
}

.client-video img {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.client-video .play-btn img {
    border-radius: 0
}

.clientvideo-mobthumbnail {
    display: none
}

.client-wrapper {
    /* max-width: 750px; */
    /* width: 100%; */
    margin: 40px 0 auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* align-items: center; */
    gap: 1rem;
}

.client-mainVideo {
    position: relative;
    width: 100%;
    /* margin: 0 auto */
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
}

.video-iframe {
    display: none;
    overflow: hidden
}

.video-iframe iframe {
    border-radius: 40px;
    background: #000
}

.swiper-video-iframe {
    display: none
}

.swiper-video-iframe iframe {
    border-radius: 40px
}

.video-wrapper {
    max-width: 570px;
    /* width: 100%; */
    position: relative
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to left, var(--color-bg-warm) 0, transparent 100%);
    position: absolute;
}

.video-card {
    position: relative;
    height: 100%;
}

.video-card img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
}

.video-card::after {
    content: '';
    position: absolute;
    background-image: url(../../landing-page/images/play-button-img.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.video-card:hover::after {
    transform: translate(-50%, -50%) scale(1.1)
}

.videoSwipper {
    position: relative;
    width: 100%;
    cursor: pointer;
    /* margin: 25px auto 0 */
}

.siteVideoSwiper {
    /* max-width: 630px; */
    /* height: 350px; */
}

/* .siteVideoSwiper .swiper-slide {
    height: calc((100% - 10px) / 2) !important;
} */

.swiper-button-next-video {
    width: 44px;
    height: 100%;
    border-radius: 100px;
    transition: all ease .1s;
    bottom: 50%;
    right: -55px;
    position: absolute;
    transform: translateY(50%);
    z-index: 2;
    cursor: pointer;
    background: var(--color-bg-salmon);
}

.swiper-button-next-video:hover {
    background: var(--color-orange)
}

.swiper-button-next-video::after {
    content: '';
    position: absolute;
    background-image: url(../images/swiper-right-icon.svg);
    width: 20px;
    height: 20px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%)
}

.video-wrapper.firstSlide .swiper-button-next-video::after {
    background-image: url(../images/swiper-left-icon.svg)
}

.play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 22px 23px 22px 29px;
    background: var(--color-orange);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.play-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation-delay: .2s
}

.play-btn,
.play-btn::after {
    animation: pulseAnimation 1.8s infinite;
    -webkit-animation: pulseAnimation 1.8s infinite
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 91, 46, .55)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 91, 46, 0)
    }
}

.client-section .letter-btn {
    margin-top: 40px
}

.therapists-section {
    padding: 40px 0
}

.therapists-box {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.therapists-head h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 15px
}

.therapists-head p {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    color: var(--color-navy)
}

.therapists-wrapper {
    max-width: 562px;
    width: 100%;
    margin: 49px auto 0
}

.therapists-card {
    max-width: 562px;
    width: 100%;
    background: var(--color-bg-warm);
    border-radius: 16px;
    padding: 22px 24px;
    position: relative;
    margin-bottom: 30px;
    border: 1px dashed transparent
}

.therapists-card:hover {
    border-color: var(--color-orange-hover)
}

.therapists-wrapper .therapists-slider-item:last-child .therapists-card {
    margin-bottom: 0
}

.therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card {
    background: var(--color-bg-warm)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card {
    background: var(--color-bg-salmon)
}

.card-shape {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 59px;
    height: 59px;
    background: #fff;
    border-top-left-radius: 35px
}

.therapists-card:hover .card-shape {
    border: 1px dashed var(--color-orange-hover);
    border-bottom: none;
    border-left: none;
    border-right: none
}

.card-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    background: var(--color-bg-warm);
    padding: 15px;
    overflow: hidden;
    transition: transform .3s ease
}

.card-arrow img {
    transition: transform .3s ease
}

.therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card .card-arrow {
    background: var(--color-bg-warm)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card .card-arrow {
    background: var(--color-bg-salmon)
}

.therapists-card::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: var(--color-bg-warm);
    box-shadow: 4px 5px 0 #fff;
    border-bottom: 2px soild var(--color-bg-white);
    right: 58px;
    transform: rotate(0);
    bottom: -1px;
    z-index: 1
}

.therapists-card:hover::before {
    border: 1px dashed var(--color-orange-hover);
    border-top: none;
    border-left: none;
    right: 57px;
    bottom: -1px
}

.therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card::before {
    background: var(--color-bg-warm)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card::before {
    background: var(--color-bg-salmon)
}

.therapists-card::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: var(--color-bg-warm);
    box-shadow: 4px 5px 0 #fff;
    right: -1px;
    transform: rotate(0);
    bottom: 58px;
    z-index: 1
}

.therapists-card:hover::after {
    border: 1px dashed var(--color-orange-hover);
    border-top: none;
    border-left: none;
    right: -1px;
    bottom: 57px
}

.therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card::after {
    background: var(--color-bg-warm)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card::after {
    background: var(--color-bg-salmon)
}

.profile-head {
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 30.6px;
    text-align: left;
    color: var(--color-navy);
    margin-bottom: 46px
}

.profile-info {
    max-width: max-content;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11.3px
}

.profile-content p {
    font-size: var(--text-xl);
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--color-navy)
}

.profile-content span {
    font-size: var(--text-base);
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: var(--color-text-body)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card .profile-content span {
    color: var(--color-navy)
}

.therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card:hover {
    border-color: #d35b37
}

.registry-section {
    padding: 40px 0
}

.registry-wrapper {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.registry-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    color: var(--color-navy);
    margin-bottom: 39px
}

.registry-wrapper p {
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 28.9px;
    color: var(--color-text-body);
    margin-bottom: 25px
}

.regitry-list {
    max-width: 750px;
    width: 100%;
    margin: 25px 0 30px;
    border: 2px dashed #ffd2d2;
    background: #fff2f2;
    padding: 25px 38px 25px 33px;
    border-radius: 16px
}

.regitry-list ul {
    list-style: none
}

.regitry-list ul li {
    height: 32px;
    position: relative;
    padding-left: 62px;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 22.95px;
    color: var(--color-navy);
    text-align: left;
    margin-bottom: 14px
}

.regitry-list ul li::before {
    content: '';
    position: absolute;
    background-image: url('../../landing-page/images/registry-check-icon.svg');
    width: 32px;
    height: 33px;
    left: 0;
    bottom: 4px
}

.regitry-list ul li:last-child {
    margin-bottom: 0
}

.registry-btn {
    max-width: max-content;
    width: 100%;
    margin: 9px auto 0;
    display: block;
    padding: 13px 40px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    position: relative;
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.registry-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.psd-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 18px
}

.psd-actions .registry-btn {
    margin: 0
}

.registry-btn--outline {
    background: 0 0;
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
    box-shadow: none
}

.registry-btn--outline:hover {
    transform: translateY(-2px);
    background: var(--color-orange);
    color: #fff;
    box-shadow: var(--shadow-cta)
}

@media (max-width: 575px) {
    .psd-actions {
        flex-direction: column;
        gap: 12px
    }

    .psd-actions .registry-btn {
        width: 100%;
        max-width: 360px;
        padding: 14px 24px 15px;
        font-size: 16px
    }
}

.training-section {
    padding: 75px 0 75px;
    background: var(--color-bg-warm);
    position: relative;
    overflow: hidden
}

.training-wrapper {
    /* max-width: 1000px; */
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.training-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: var(--weight-regular);
    line-height: 1.2;
    color: var(--color-navy);
    margin-bottom: 14px
}

.training-intro {
    /* max-width: 640px; */
    width: 100%;
    margin: 0 auto 36px;
    font-size: var(--text-md);
    line-height: 1.6;
    color: var(--color-text-body);
    text-align: center
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 28px;
    text-align: left
}

.compare-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal)
}

.compare-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(255, 91, 46, .22)
}

.compare-card--esa {
    background: var(--color-bg-white)
}

.compare-card--psd {
    background: var(--color-bg-white)
}

.compare-card-eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: var(--text-xs);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--color-orange);
    margin: 16px 0 6px
}

.compare-card-title {
    font-family: var(--font-serif);
    font-size: var(--text-2xl);
    font-weight: var(--weight-regular);
    line-height: 1.2;
    color: var(--color-navy);
    letter-spacing: var(--tracking-tight);
    margin: 0 0 10px
}

.compare-card-sub {
    font-size: var(--text-sm);
    line-height: 1.55;
    color: var(--color-text-body);
    margin: 0 0 20px
}

.compare-card-rows {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    width: 100%
}

.compare-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    font-size: var(--text-sm);
    line-height: 1.4;
    color: var(--color-text-body);
    border-top: 1px solid var(--color-border)
}

.compare-row:first-child {
    border-top: 0
}

.compare-row--no {
    color: var(--color-text-secondary)
}

.compare-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative
}

.compare-row--yes .compare-mark {
    background: rgba(34, 167, 91, .14)
}

.compare-row--yes .compare-mark::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 8px;
    border-right: 2px solid #15803d;
    border-bottom: 2px solid #15803d;
    transform: rotate(45deg)
}

.compare-row--no .compare-mark {
    background: rgba(14, 20, 95, .06)
}

.compare-row--no .compare-mark::after,
.compare-row--no .compare-mark::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 4px;
    width: 1.8px;
    height: 12px;
    background: var(--color-text-disabled);
    border-radius: 1px
}

.compare-row--no .compare-mark::before {
    transform: rotate(45deg)
}

.compare-row--no .compare-mark::after {
    transform: rotate(-45deg)
}

.compare-card-cta {
    margin-top: auto;
    align-self: stretch;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 24px;
    font-size: var(--text-md);
    font-weight: 600;
    text-align: center;
    border-radius: var(--radius-full);
    border: none;
    background: var(--color-orange);
    color: var(--color-text-inverse);
    box-shadow: var(--shadow-cta);
    text-decoration: none;
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap
}

.compare-card-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    color: var(--color-text-inverse);
    text-decoration: none
}

.training-foot {
    margin-top: 8px
}

.compare-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 4px
}

.compare-card-icon img {
    display: block;
    width: 72px;
    height: 72px
}

@media (max-width: 768px) {
    .compare-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .compare-card {
        padding: 26px 22px
    }
}

@media (prefers-reduced-motion:reduce) {

    .compare-card,
    .compare-card-cta,
    .compare-card-cta:hover,
    .compare-card:hover {
        transition: none;
        transform: none
    }
}

.choose-subtitle {
    text-align: center
}

.choose-subtitle a {
    color: var(--color-orange);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 91, 46, 0.4);
    transition: text-decoration-color .2s ease, color .2s ease
}

.choose-subtitle a:hover {
    color: var(--color-orange-hover, #bb3612);
    text-decoration-color: currentColor
}

.detailedContentSection p a {
    color: var(--color-orange);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 91, 46, 0.4);
    transition: text-decoration-color .2s ease, color .2s ease
}

.detailedContentSection p a:hover {
    color: var(--color-orange-hover, #bb3612);
    text-decoration-color: currentColor
}

.faq-card .card-para a {
    color: var(--color-orange);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 91, 46, 0.4);
    transition: text-decoration-color .2s ease, color .2s ease
}

.faq-card .card-para a:hover {
    color: var(--color-orange-hover, #bb3612);
    text-decoration-color: currentColor
}

/* .comparison-footnote {
    max-width: 900px
} */

.choose-section {
    padding: 75px 0;
    position: relative;
    background: var(--color-bg-warm)
}

.choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff
}

.choose-wrapper {
    /* max-width: 995px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.choose-wrapper p.marginAuto {
    text-align: center;
}

.choose-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 20px;
}

.choose-grid {
    list-style: none;
    padding: 0;
    margin: 32px auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px
}

.choose-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 24px 22px;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal)
}

.choose-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 91, 46, .22);
    box-shadow: var(--shadow-md)
}

.choose-card-title {
    font-family: var(--font-sans);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    line-height: 1.3;
    color: var(--color-navy);
    margin: 14px 0 8px
}

.choose-card-body {
    font-size: var(--text-sm);
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0
}

.choose-icon {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    flex-shrink: 0
}

.choose-icon::after,
.choose-icon::before {
    content: '';
    position: absolute;
    display: block
}

.choose-icon::after {
    width: 20px;
    height: 20px;
    -webkit-mask: var(--paw-orange) center/contain no-repeat;
    mask: var(--paw-orange) center/contain no-repeat
}

.icon-bolt-paw::before,
.icon-doc-paw::before,
.icon-heart-paw::before,
.icon-shield-paw::before {
    filter: drop-shadow(1px 0 0 var(--color-navy)) drop-shadow(-1px 0 0 var(--color-navy)) drop-shadow(0 1px 0 var(--color-navy)) drop-shadow(0 -1px 0 var(--color-navy))
}

.icon-shield-paw::before {
    left: 8px;
    top: 4px;
    width: 36px;
    height: 44px;
    background: var(--color-bg-peach);
    clip-path: polygon(50% 0%, 100% 18%, 100% 60%, 50% 100%, 0% 60%, 0% 18%)
}

.icon-shield-paw::after {
    left: 16px;
    top: 14px;
    background-color: var(--color-orange)
}

.icon-doc-paw::before {
    left: 10px;
    top: 4px;
    width: 30px;
    height: 44px;
    background: var(--color-bg-peach);
    clip-path: polygon(0 0, 76% 0, 100% 22%, 100% 100%, 0 100%);
    background-image: linear-gradient(var(--color-navy), var(--color-navy)), linear-gradient(var(--color-navy), var(--color-navy));
    background-repeat: no-repeat;
    background-size: 16px 1.4px, 12px 1.4px;
    background-position: 6px 18px, 6px 24px
}

.icon-doc-paw::after {
    left: 22px;
    top: 26px;
    width: 18px;
    height: 18px;
    background-color: var(--color-orange)
}

.icon-bolt-paw::before {
    left: 14px;
    top: 4px;
    width: 24px;
    height: 32px;
    background: var(--color-orange);
    clip-path: polygon(58% 0%, 0% 56%, 38% 56%, 26% 100%, 100% 38%, 58% 38%, 80% 0%)
}

.icon-bolt-paw::after {
    left: 26px;
    top: 28px;
    width: 18px;
    height: 18px;
    background-color: var(--color-navy)
}

.icon-heart-paw::before {
    left: 4px;
    top: 8px;
    width: 44px;
    height: 38px;
    background: var(--color-bg-peach);
    clip-path: polygon(50% 100%, 8% 60%, 0% 36%, 4% 18%, 18% 8%, 32% 12%, 50% 30%, 68% 12%, 82% 8%, 96% 18%, 100% 36%, 92% 60%)
}

.icon-heart-paw::after {
    left: 16px;
    top: 16px;
    background-color: var(--color-orange)
}

.icon-map-paws::before {
    left: 2px;
    top: 4px;
    width: 48px;
    height: 44px;
    background: radial-gradient(circle at 50% 50%, var(--color-bg-peach) 0, var(--color-bg-peach) 2px, transparent 2.5px);
    background-size: 10px 9px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1.5px var(--color-navy)
}

.icon-map-paws::after {
    left: 16px;
    top: 16px;
    background-color: var(--color-orange)
}

.icon-hand-paw::before {
    left: 10px;
    top: 14px;
    width: 32px;
    height: 30px;
    background: var(--color-bg-peach);
    clip-path: ellipse(50% 60% at 50% 70%);
    box-shadow: inset 0 0 0 1.8px var(--color-navy)
}

.icon-hand-paw::after {
    left: 16px;
    top: 14px;
    background-color: var(--color-orange)
}

.icon-phone-paw::before {
    left: 14px;
    top: 4px;
    width: 24px;
    height: 44px;
    background: var(--color-bg-peach);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1.8px var(--color-navy);
    background-image: linear-gradient(var(--color-navy), var(--color-navy));
    background-size: 10px 1.4px;
    background-position: center 39px;
    background-repeat: no-repeat
}

.icon-phone-paw::after {
    left: 16px;
    top: 12px;
    background-color: var(--color-orange)
}

.choose-btmTxt {
    max-width: 100%;
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 1.67;
    justify-content: center;
    text-align: center
}

@media (max-width: 992px) {
    .choose-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 768px) {
    .choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px
    }

    .choose-card {
        padding: 20px 18px
    }
}

@media (max-width: 480px) {
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .choose-grid .choose-card:first-child {
        margin-top: 30px
    }
}

@media (prefers-reduced-motion:reduce) {

    .choose-card,
    .choose-card:hover {
        transition: none;
        transform: none
    }
}

.faq-section {
    padding: 100px 0 75px;
    background: var(--color-bg-warm);
    position: relative;
    overflow: hidden
}

.faq-wrapper {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
}

.faq-head {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 59px
}

.faq-card {
    padding: 42px 90px;
    background: #9fa4e487;
    border-radius: 16px;
    counter-increment: faqCounter;
    position: relative;
    margin-bottom: 32px;
}

.faq-card:hover {
    background: #ffe7c6
}

.faq-card:hover .card-head p {
    color: var(--color-orange)
}

.faq-card::before {
    content: '';
    position: absolute;
    left: 74px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 30px solid var(--color-bg-warm);
    border-right: 29px solid transparent;
    border-left: 29px solid transparent
}

.faq-card::after {
    content: '';
    position: absolute;
    left: 74px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #9fa4e487;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent
}

.faq-card:hover::after {
    border-top: 30px solid #ffe7c6;
}

.card-head {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-border)
}

.card-head p {
    max-width: 504px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: var(--color-navy)
}

.faq-card:hover .card-head {
    color: var(--color-orange)
}

.card-head::before {
    content: counter(faqCounter) '/11';
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: var(--color-bg-navy)
}

.card-para {
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 28.9px;
    text-align: left;
    padding-top: 15px;
    color: var(--color-text-body)
}

.faq-card ul {
    padding-top: 15px;
    padding-left: 28px
}

.faq-card ul li span {
    display: block;
    font-size: var(--text-md);
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: var(--color-navy);
    margin-bottom: 10px
}

.faq-card ul li {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    text-align: left;
    color: var(--color-text-body);
    margin-bottom: 20px
}

.faq-card ul li::marker {
    color: var(--color-navy)
}

.faq-card ul li:last-child {
    margin-bottom: 0
}

.faq-btn {
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 26px auto 0;
    border: none;
    border-radius: 100px;
    background: 0 0;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 20.4px;
    text-align: center;
    color: #444;
    text-decoration: underline;
    cursor: pointer;
    padding: 14px 27px
}

.faq-btn:hover {
    color: var(--color-orange);
    background: #fff5e7
}

.cta-section {
    padding: 75px 0 75px;
    position: relative;
    background-color: var(--color-bg-warm);
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: var(--color-bg-warm);
    clip-path: polygon(0 0, 100% 0, 50% 25%);
    z-index: 1;
    pointer-events: none;
    transform: scaleY(-1);
}

.cta-wrapper {
    width: 100%;
    background: url('../../images/sofa-img.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 16px;
    text-align: start;
    align-content: space-around;
    position: relative;
    overflow: visible;
    z-index: 1;
}


.cta-wrapper-content {
    /* border: 3px dashed var(--color-orange-hover); */
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    min-height: 300px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.cta-shape {
    background: linear-gradient(to left,
            rgba(14, 20, 95, 0),
            var(--color-bg-salmon));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-sitting-cat {
    position: absolute;
    right: -8px;
    bottom: -4px;
    width: 88px;
    height: 88px;
    pointer-events: none;
    z-index: 2;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88' fill='none'%3E%3C!-- body sitting --%3E%3Cellipse cx='44' cy='62' rx='18' ry='20' fill='%23FF5B2E' opacity='0.18'/%3E%3C!-- head --%3E%3Ccircle cx='44' cy='34' r='14' fill='%23FF5B2E' opacity='0.20'/%3E%3C!-- left ear --%3E%3Cpath d='M34 24 L31 14 L40 21' fill='%23FF5B2E' opacity='0.22'/%3E%3C!-- right ear --%3E%3Cpath d='M54 24 L57 14 L48 21' fill='%23FF5B2E' opacity='0.22'/%3E%3C!-- eyes looking up â€” two small dots --%3E%3Ccircle cx='39' cy='31' r='2' fill='%23FF5B2E' opacity='0.55'/%3E%3Ccircle cx='49' cy='31' r='2' fill='%23FF5B2E' opacity='0.55'/%3E%3C!-- tail curled to the right side --%3E%3Cpath d='M60 72 Q72 62 68 50 Q65 42 58 46' stroke='%23FF5B2E' stroke-width='2.2' stroke-linecap='round' fill='none' opacity='0.28'/%3E%3C!-- front paws --%3E%3Cellipse cx='37' cy='80' rx='6' ry='4' fill='%23FF5B2E' opacity='0.16'/%3E%3Cellipse cx='51' cy='80' rx='6' ry='4' fill='%23FF5B2E' opacity='0.16'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right
}

/* .cta-shape {
    position: absolute;
    bottom: -2px;
    width: 277px;
    height: 77px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    border-top: 2px dashed var(--color-orange-hover);
    border-right: 2px dashed var(--color-orange-hover);
    border-left: 2px dashed var(--color-orange-hover);
    left: 50%;
    right: 50%;
    transform: translateX(-50%)
} */


/* .cta-wrapper::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: var(--color-bg-peach);
    box-shadow: 4px 5px 0 #fff;
    border: 2px dashed var(--color-orange-hover);
    left: 35.6%;
    border-top: none;
    border-left: none;
    transform: rotate(0);
    bottom: -1px;
    z-index: 1
} */

/* .cta-wrapper::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    background: var(--color-bg-peach);
    box-shadow: -4px 5px 0 #fff;
    border: 2px dashed var(--color-orange-hover);
    right: 35.54%;
    border-top: none;
    border-right: none;
    transform: rotate(0);
    bottom: -2px;
    z-index: 1
} */

.cta-wrapper p:first-of-type {
    font-family: DM Serif Display;
    font-size: var(--text-3xl);
    font-weight: 400;
    line-height: 41.13px;
    color: var(--color-navy);
    margin-bottom: 15px;
    max-width: 450px;
    position: relative;
    z-index: 1;
}

.cta-wrapper p:nth-of-type(2) {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--color-navy);
    max-width: 450px;
    position: relative;
    z-index: 1;
}

.cta-banner-img {
    position: absolute;
    bottom: 2px;
    right: 0;
    max-width: 650px;
    width: 100%;
    z-index: 1;
}

.cta-reassurance {
    display: none
}

.cta-btn {
    max-width: max-content;
    width: 100%;
    display: block;
    padding: 13px 48px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    position: relative;
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.detailedContentSection {
    padding: 75px 0 75px;
    position: relative;
}

.detailedContentSection h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-navy);
    margin-bottom: 12px
}

.detailedContent__reviewed {
    font-size: var(--text-base);
    font-style: italic;
    color: var(--color-text-body);
    text-align: center;
    margin-bottom: 40px
}

.detailedContentWrapper {
    /* border-top: 1px solid #a3a7ac; */
    /* border-bottom: 1px solid #a3a7ac; */
    position: relative;
    max-height: 598px;
    overflow-y: auto;
    direction: rtl;
}

.detailedContentSection::after {
    content: '';
    position: absolute;
    /* top: 0; */
    bottom: 0;
    height: 200px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top, #ffffff 0, transparent 100%);
}

.detailedContentWrapper * {
    direction: ltr;
}

.detailedContentMain {
    padding: 40px 20px 120px 20px;
    position: relative
}

.detailedContentMain table tr td strong {
    font-style: normal;
    font-weight: 700;
    font-size: var(--text-base);
    line-height: 130.5%;
    color: var(--color-navy);
    padding: 10px 5px;
    display: block
}

.detailedContentMain p {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 180.5%;
    color: var(--color-text-body);
    margin-bottom: 18px
}

.detailedContentMain ul {
    padding-left: 40px
}

.detailedContentMain ul.noStyle {
    list-style: none;
    padding-left: 0
}

.detailedContentMain li {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 180.5%;
    color: var(--color-text-body)
}

.detailedContentMain li strong {
    color: var(--color-navy);
    font-weight: 700
}

.detailedContentMain td {
    font-style: normal;
    font-weight: 450;
    font-size: var(--text-base);
    line-height: 164.5%;
    color: var(--color-text-body)
}

.detailedContentMain h2 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--text-4xl);
    line-height: 142.5%;
    color: var(--color-navy);
    text-align: left;
    margin: 14px 0 36px
}

.detailedContentMain ul {
    margin-bottom: 15px
}

.detailedContentWrapper::-webkit-scrollbar {
    width: 8px
}

.detailedContentWrapper::-webkit-scrollbar-track {
    background: #f1f1f1
}

.detailedContentWrapper::-webkit-scrollbar-thumb {
    background: #e3e3e3
}

.detailedContentMain h3 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--text-xl);
    line-height: 142.5%;
    color: var(--color-navy);
    margin: 36px 0 12px;
    padding-top: 28px;
    border-top: 1px solid rgba(14, 20, 95, .1)
}

.detailedContentMain h3.detailedContentH3 {
    font-size: var(--text-xl);
    margin: 15px 0 10px
}

.detailedContentMain a {
    color: #4caeff;
    text-decoration: underline;
    text-underline-offset: 5px
}

.detailedContentMain a:hover {
    color: #1276ce
}

.lawsListSec {
    padding: 75px 0 75px;
    background: #e3e5f58f;
    position: relative;
}
.lawsListSec h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    z-index: 1;
    color: var(--color-navy)
}

.lawsLayout {
    display: flex;
    align-items: flex-start;
    gap: 0;
    /* max-width: 1200px; */
    width: 100%;
    margin: 54px auto 0
}

.lawsWrapper {
    display: flex;
    gap: 42px;
    flex: 1;
    min-width: 0;
    margin: 0;
    justify-content: flex-start
}

.laws-map-illust {
    flex-shrink: 0;
    width: 420px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 16px;
    position: sticky;
    top: 80px
}

.laws-map-illust img {
    width: 100%;
    height: auto;
    display: block
}

.list-col {
    background: 0 0;
    border: none;
    padding: 0;
    flex: 1;
    min-width: 0
}

.list-head p {
    font-weight: 700;
    font-style: Bold;
    font-size: 19px;
    line-height: 180%;
    letter-spacing: 0;
    text-align: left;
    color: var(--color-navy)
}

.listWrapper {
    margin-top: 10px
}

.listWrapper ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.listWrapper ul li a {
    position: relative;
    padding-left: 20px;
    transition: color 0.3s ease;
    display: block;
}

.listWrapper ul li span {
    display: block;
}

.listWrapper ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
}

.listWrapper ul li a:hover::before {
    transform: translateY(-50%) translateX(5px);
}

.listWrapper ul li a {
    font-weight: 400;
    font-size: var(--text-base);
    line-height: 180%;
    letter-spacing: 0;
    text-align: left;
    color: var(--color-text-body)
}

.listWrapper ul li a:hover {
    text-decoration: underline;
    color: var(--color-orange)
}

@media (max-width: 1100px) {
    .laws-map-illust {
        width: 320px
    }

    .lawsWrapper {
        gap: 28px
    }
}

@media (max-width: 900px) {
    .laws-map-illust {
        width: 240px
    }

    .lawsWrapper {
        gap: 18px
    }
}

@media (max-width: 767px) {
    .therapists-wrapper {
        max-width: 363px;
        width: 100%;
        margin: 49px auto 0
    }

    .client-wrapper {
        max-width: 360px
    }

    .client-mainVideo {
        position: relative;
        max-width: 360px;
        height: 202px
    }

    .swiper-pagination-therapists .swiper-pagination-bullet-active {
        background: var(--color-orange) !important;
        width: 28px !important;
        height: 9px !important;
        position: relative;
        border-radius: 100px !important
    }

    .swiper-pagination-therapists .swiper-pagination-bullet {
        background: #fde3c5;
        opacity: unset;
        width: 9px;
        height: 9px
    }

    .swiper-pagination-therapists {
        position: absolute !important;
        text-align: center !important;
        transition: .3s opacity !important;
        transform: translate3d(0, 0, 0) !important;
        bottom: 1px !important;
        z-index: 1 !important
    }

    .therapists-slider-row {
        padding: 0 0 20px
    }
}

@media (max-width: 575px) {
    .banner-img {
        display: none
    }

    .banner-video {
        max-width: 360px;
        width: 100%;
        height: 220px;
        margin: 0 auto -150px
    }

    .bannervideo-thumbnail {
        display: none
    }

    .bannervideo-mobthumbnail {
        display: block;
        box-shadow: var(--shadow-lg);
        border-radius: 15px
    }

    .clientvideo-thumbnail {
        display: none
    }

    .clientvideo-mobthumbnail {
        display: block
    }

    .play-btn {
        width: 70px;
        height: 70px
    }

    .play-btn img {
        width: 100% !important;
        height: 100% !important
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
        padding: 22px 23px 22px 25px
    }

    .video-play-btn img {
        width: 26px;
        height: 28px
    }

    .bannervideo-iframe {
        padding-bottom: 60%
    }

    .bannervideo-iframe iframe {
        width: 100%;
        height: 202px;
        border-radius: 15px
    }

    .banner-content h1 {
        max-width: 354px;
        width: 100%;
        margin: 0 auto;
        font-size: var(--text-3xl);
        font-weight: 400;
        line-height: 42px;
        text-align: center;
        margin-bottom: 30px
    }

    .banner-list {
        max-width: 349px;
        width: 100%;
        margin: 0 auto;
        row-gap: 30px;
        grid-template-columns: 1fr
    }

    .banner-list p {
        font-size: var(--text-md);
        line-height: 21.6px
    }

    .banner-btn {
        padding: 12px 24px;
        margin: 39px auto 0
    }

    .banner-reviews {
        max-width: 360px;
        margin: 65px auto 24px;
        padding: 0 19px 25px 19px
    }

    .reviews-wrapper {
        flex-wrap: wrap
    }

    .reviews-wrapper img:first-of-type {
        width: 108px;
        height: 23px
    }

    .reviews-wrapper p {
        font-size: var(--text-sm);
        line-height: 147%
    }

    .reviews-wrapper {
        max-width: 330px;
        width: 100%;
        height: 45px;
        margin: -25px auto 57px;
        display: flex;
        justify-content: center;
        column-gap: 7px;
        row-gap: 5px;
        padding: 11px 13px
    }

    .review-info {
        margin-bottom: 20px
    }

    .reviews-logo {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .reviews-logo-img {
        max-width: 322px;
        width: 100%;
        gap: 27px
    }

    .reviews-logo-img img:first-of-type {
        width: 72px;
        height: 34px
    }

    .reviews-logo-img img:nth-of-type(2) {
        width: 87px;
        height: 34px
    }

    .reviews-logo-img img:nth-of-type(3) {
        width: 109px;
        height: 34px
    }

    .scam-section {
        padding: 230px 0 40px
    }

    .scam-wrapper {
        padding: 28px 22px;
        border-radius: 12px
    }

    .scam-shield-floating {
        width: 64px;
        height: 64px;
        top: -22px;
        right: -8px
    }

    .scam-shield-inline {
        width: 24px;
        height: 24px;
        vertical-align: -4px;
        margin-right: 6px
    }

    .scam-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px;
        margin-bottom: 18px
    }

    .scam-wrapper p {
        font-size: var(--text-md);
        line-height: 28.8px;
        margin-bottom: 14px
    }

    .step-section {
        padding: 30px 0
    }

    .step-img {
        width: 75px;
        height: 75px
    }

    .steps-wrapper {
        max-width: 360px
    }

    .steps-wrapper h2 {
        max-width: 360px;
        width: 100%;
        font-size: var(--text-2xl);
        line-height: 38.39px;
        margin: 20px auto 20px
    }

    .steps-wrapper p:first-of-type {
        font-size: var(--text-md);
        line-height: 24px
    }

    .steps-timeline {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        max-width: 360px;
        margin: 32px auto 20px;
        padding: 0
    }

    .steps-timeline-item--high,
    .steps-timeline-item--low {
        margin-top: 0
    }

    .steps-timeline-connector {
        display: none
    }

    .steps-timeline-node {
        width: 64px;
        height: 64px;
        margin-bottom: -32px
    }

    .steps-timeline-node img {
        width: 40px;
        height: 40px
    }

    .steps-card {
        height: auto;
        padding: 44px 18px 22px
    }

    .steps-cta-platform {
        padding: 8px 10px;
        margin: 25px auto 24px
    }

    .steps-list {
        max-width: 360px;
        width: 100%;
        margin: 20px auto 43px;
        padding: 20px 22px 28px 30px
    }

    .steps-list ul {
        padding-left: 28px
    }

    .steps-list ul li {
        font-size: var(--text-md);
        line-height: 24px;
        margin-bottom: 20px;
        min-height: 26px
    }

    .steps-list ul li::before {
        width: 26px;
        height: 26px;
        left: -44px;
        font-size: var(--text-md);
        line-height: 22px
    }

    .step-section:before {
        height: 740px
    }

    .content-section {
        padding: 30px 0
    }

    .content-wrapper h2 {
        max-width: 360px;
        width: 100%;
        font-size: var(--text-3xl);
        line-height: 38.39px;
        margin: 0 auto 20px
    }

    .content-wrapper p {
        font-size: var(--text-md);
        line-height: 28.8px
    }

    .letter-section {
        padding: 70px 0 50px
    }

    .letter-wrapper {
        padding: 30px 20px
    }

    .letter-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px
    }

    .letter-wrapper p {
        font-size: var(--text-base);
        line-height: 27px;
        margin-bottom: 20px
    }

    .letter-list ul li {
        font-size: var(--text-base);
        line-height: 22.5px
    }

    .letter-section .letter-wrapper {
        padding-top: 32px
    }

    .letter-peek-dog {
        top: -42px;
        left: 14px;
        width: 160px;
        height: 48px
    }

    .letter-bg-paw.paw-a,
    .letter-bg-paw.paw-c,
    .letter-bg-paw.paw-e {
        width: 28px;
        height: 28px
    }

    .letter-bg-paw.paw-b,
    .letter-bg-paw.paw-d,
    .letter-bg-paw.paw-f {
        width: 24px;
        height: 24px
    }

    .comparison-paw-a,
    .comparison-paw-c,
    .faq-paw-a,
    .faq-paw-c,
    .faq-paw-e,
    .qualifies-paw-a,
    .qualifies-paw-c,
    .qualifies-paw-e,
    .therapists-paw-a,
    .therapists-paw-c,
    .training-paw-a,
    .training-paw-c {
        width: 26px;
        height: 26px
    }

    .comparison-paw-b,
    .comparison-paw-d,
    .faq-paw-b,
    .faq-paw-d,
    .qualifies-paw-b,
    .qualifies-paw-d,
    .therapists-paw-b,
    .therapists-paw-d,
    .training-paw-b,
    .training-paw-d {
        width: 22px;
        height: 22px
    }

    .letter-section .letter-wrapper h2 {
        padding-bottom: 14px;
        margin-bottom: 18px
    }

    .credential-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 18px 0 24px
    }

    .credential-card {
        padding: 14px 14px;
        gap: 12px
    }

    .credential-card-icon {
        width: 38px;
        height: 38px
    }

    .credential-card-text {
        font-size: var(--text-base);
        line-height: 22.5px
    }

    .letterDetail-section {
        padding: 47px 0 29px
    }

    .detail-wrapper {
        flex-direction: column;
        gap: 24px
    }

    .detail-col1,
    .detail-col2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }

    .detail-col1 {
        column-gap: 163px;
        row-gap: 19px
    }

    .detail-col2 {
        column-gap: 37px;
        row-gap: 19px
    }

    .letterDetail-section h2 {
        font-size: var(--text-2xl)
    }

    .letterDetail-section::before {
        border-top: 41px solid var(--color-bg-warm);
        border-right: 43px solid transparent;
        border-left: 44px solid transparent
    }

    .detail-col1 span,
    .detail-col2 span {
        margin-bottom: 0 !important;
        margin-left: 0 !important
    }

    .detail-sample {
        max-width: 322px;
        width: 100%;
        padding: 22px 22px 56px
    }

    .detail-sample::after {
        font-size: 60px
    }

    .detail-sample .sample-letter-view-cta {
        font-size: var(--text-xs);
        padding: 8px 16px;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
        translate: none;
        margin-left: 0
    }

    .detail-col1 span,
    .detail-col2 span {
        padding: 4px 5px;
        font-size: var(--text-md);
        font-weight: 500;
        line-height: 24px
    }

    .hide-desk {
        display: inline-block !important
    }

    .hide-mob {
        display: none !important
    }

    .certification-section {
        padding: 60px 0 30px
    }

    .certification-section .content-wrapper h2 {
        margin-bottom: 20px
    }

    .compare-section {
        padding: 50px 0
    }

    .compare-wrapper {
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center
    }

    .compare-section::after {
        height: calc(100% - 1115px)
    }

    .vs-shape {
        top: 43%;
        width: 80px;
        height: 80px
    }

    .col-head p {
        font-size: var(--text-lg)
    }

    .vs-shape span {
        font-size: var(--text-xl)
    }

    .qualifies-section {
        padding: 40px 0
    }

    .qualifies-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px;
        margin-bottom: 16px
    }

    .qualifies-intro {
        font-size: var(--text-md);
        line-height: 28.8px;
        margin-bottom: 28px
    }

    .conditions-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 380px
    }

    .condition-card {
        padding: 20px 22px 22px;
        border-radius: var(--radius-lg)
    }

    .condition-card-illust {
        width: 100px;
        height: 84px
    }

    .condition-card-name {
        font-size: var(--text-xl);
        margin-bottom: 10px
    }

    .condition-card-text {
        font-size: var(--text-base);
        line-height: 1.55
    }

    .condition-card-divider {
        margin: 12px 0
    }

    .qualifies-table-wrap {
        background: 0 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        overflow: visible
    }

    .qualifies-table thead {
        display: none
    }

    .qualifies-table,
    .qualifies-table tbody,
    .qualifies-table td,
    .qualifies-table tr {
        display: block;
        width: 100%
    }

    .qualifies-table tbody tr {
        background: var(--color-bg-white);
        border: 1.5px solid var(--color-border);
        border-radius: 10px;
        box-shadow: 0 4px 14px rgba(14, 20, 95, .06);
        margin-bottom: 14px;
        padding: 4px 0;
        overflow: hidden
    }

    .qualifies-table tbody tr:nth-child(2n) td {
        background: 0 0
    }

    .qualifies-table tbody tr:hover td {
        background: 0 0
    }

    .qualifies-table tbody td {
        border-bottom: 1px solid var(--color-border);
        padding: 10px 16px;
        text-align: left;
        font-size: var(--text-base);
        line-height: 1.5
    }

    .qualifies-table tbody td:last-child {
        border-bottom: 0
    }

    .qualifies-table tbody td:before {
        content: attr(data-label);
        display: block;
        font-size: var(--text-xs);
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--color-orange);
        margin-bottom: 4px
    }

    .qualifies-table tbody td:first-child {
        width: 100%;
        background: #fff7f2
    }

    .qualifies-table tbody td:first-child:before {
        display: none
    }

    .qualifies-table tbody td:first-child strong {
        font-size: var(--text-lg);
        color: var(--color-navy)
    }

    .qualifies-note {
        font-size: var(--text-sm);
        margin-top: 24px
    }

    .qualifies-btn {
        margin-top: 24px;
        padding: 14px 32px 15px;
        font-size: 16px
    }

    .esa-letter-section {
        padding: 30px 0
    }

    .esa-letter-section .letter-wrapper h2 {
        max-width: 270px;
        width: 100%;
        margin: 0 auto 30px
    }

    .esa-letter-section .letter-list ul li {
        font-size: var(--text-base);
        line-height: 22.5px
    }

    .esa-letter-section .letter-list {
        column-gap: 48px;
        margin: 30px auto 32px
    }

    .client-head h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px
    }

    .client-video {
        max-width: 360px;
        width: 100%
    }

    .client-video img:first-of-type {
        width: 100%;
        height: 202px
    }

    .video-iframe iframe {
        width: 100%;
        height: 202px;
        border-radius: 15px
    }

    .video-wrapper {
        max-width: 315px
    }

    .video-card {
        width: 150px;
        height: 147px
    }

    .video-card img {
        width: 100%;
        height: 100%
    }

    .swiper-button-next-video {
        width: 37px;
        height: 147px;
        right: -42px
    }

    .therapists-head h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px;
        margin-bottom: 20px
    }

    .profile-head {
        font-size: var(--text-md);
        line-height: 28.8px;
        margin-bottom: 25px;
        min-height: 287px
    }

    .profile-content p {
        font-size: var(--text-md);
        line-height: 24px
    }

    .profile-content span {
        font-size: var(--text-sm);
        line-height: 19.5px;
        max-width: 206px;
        width: 100%;
        display: block
    }

    .therapists-card {
        max-width: 360px;
        padding: 20px;
        min-height: 338px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between
    }

    .therapists-wrapper .therapists-slider-item:nth-of-type(odd) .therapists-card::before {
        background: 0 0
    }

    .therapists-wrapper .therapists-slider-item:nth-of-type(2n) .therapists-card::before {
        background: 0 0
    }

    .registry-section {
        padding: 40px 0 25px
    }

    .registry-wrapper img {
        width: 66.55px;
        height: 68px
    }

    .registry-wrapper h2 {
        font-size: var(--text-3xl);
        line-height: 38.39px;
        margin-bottom: 30px
    }

    .registry-wrapper p {
        margin-bottom: 20px
    }

    .regitry-list {
        padding: 25px 12px 15px;
        border-radius: 16px
    }

    .regitry-list ul li::before {
        width: 25px;
        height: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0
    }

    .regitry-list ul li {
        max-height: 47px;
        height: 100%;
        padding-left: 41px;
        font-size: var(--text-base);
        line-height: 22.5px
    }

    .training-section {
        padding: 45px 0 35px
    }

    .training-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 1.25
    }

    .training-intro {
        font-size: var(--text-base);
        margin-bottom: 24px
    }

    .choose-section {
        padding: 55px 0;
        position: relative;
        background: var(--color-bg-warm)
    }

    .choose-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px;
        margin-bottom: 25px
    }

    .choose-section::before {
        height: 100%
    }

    .faq-section {
        padding: 90px 0 42px
    }

    .faq-head {
        font-size: var(--text-2xl);
        line-height: 38.39px
    }

    .faq-card {
        padding: 42px 30px
    }

    .card-head p {
        max-width: 254px;
        width: 100%;
        font-size: var(--text-md);
        line-height: 24px
    }

    .card-para {
        font-size: var(--text-md);
        line-height: 27.2px
    }

    .faq-btn {
        font-size: var(--text-base)
    }

    .card-head::before {
        font-size: var(--text-md);
        line-height: 19.2px
    }

    .faq-card ul li {
        font-size: var(--text-base);
        line-height: 25.5px
    }

    .faq-card::after {
        left: 34px
    }

    .faq-card::before {
        left: 34px
    }

    .cta-wrapper {
        max-width: 360px;
        padding: 28px 25px 90px;
        border-radius: 40px
    }

    .cta-wrapper p:first-of-type {
        font-size: var(--text-2xl);
        line-height: 34.28px;
        margin-bottom: 10px
    }

    .cta-wrapper p:nth-of-type(2) {
        font-size: var(--text-base);
        line-height: 25.2px;
        margin-bottom: 0
    }

    .cta-btn {
        padding: 14px 32px 15px;
        font-size: var(--text-lg);
        line-height: 22.95px;
        margin: -56px auto 0
    }

    .cta-shape {
        width: 242px;
        height: 75px
    }

    .cta-wrapper::before {
        background: 0 0;
        left: 7.5%;
        transform: rotate(1deg);
        border-bottom-right-radius: 10px;
        bottom: -2px
    }

    .cta-wrapper::after {
        background: 0 0;
        right: 7.5%;
        border-bottom-left-radius: 10px;
        transform: rotate(1deg);
        bottom: -1px
    }

    .cta-sitting-cat {
        width: 64px;
        height: 64px;
        right: -4px;
        bottom: -2px
    }

    .detailedContentSection {
        padding: 50px 0;
    }

    .detailedContentSection h2 {
        font-size: var(--text-2xl);
        line-height: 150%;
        margin-bottom: 39px
    }

    .detailedContentMain h2 {
        font-size: var(--text-2xl);
        margin: 14px 0 28px
    }

    .detailedContentMain p {
        font-size: var(--text-md);
        margin-bottom: 14px
    }

    .detailedContentMain li {
        font-size: var(--text-md)
    }

    .detailedContentMain {
        padding: 30px 15px
    }

    .detailedContentMain h3 {
        font-size: var(--text-xl);
        margin: 15px 0 10px
    }

    .lawsListSec h2 {
        max-width: 338px;
        width: 100%;
        margin: 0 auto;
        font-size: var(--text-2xl);
        line-height: 150%
    }

    .lawsLayout {
        flex-direction: column
    }

    .laws-map-illust {
        display: none
    }

    .lawsWrapper {
        flex-direction: column;
        gap: 15px;
        margin: 35px auto 0;
        width: 100%
    }

    .list-head {
        position: relative;
        padding: 7px 13px;
        border: 1px solid #ebebeb;
        box-shadow: var(--shadow-sm);
        border-radius: 4px;
        cursor: pointer
    }

    .list-head::after {
        content: '';
        position: absolute;
        background-image: url(../../service-pages-cms/images/list-downarrow.svg);
        width: 22px;
        height: 22px;
        top: 10px;
        right: 11px
    }

    .listWrapper {
        margin-top: 17px;
        display: none;
        padding: 0 7px
    }

    .list-head.rotate::after {
        transform: rotate(180deg)
    }

    .listWrapper ul {
        grid-template-columns: 1fr 1fr
    }

    .list-head p {
        font-size: var(--text-md);
        line-height: 180%
    }

    .listWrapper ul li a {
        font-size: var(--text-base);
        line-height: 180%
    }
}

@media (max-width: 390px) {
    .reviews-logo-img {
        gap: 12px;
        justify-content: center
    }

    .reviews-wrapper {
        padding: 11px 5px
    }

    .reviews-wrapper img:first-of-type {
        width: 65px;
        height: 23px
    }

    .reviews-wrapper p {
        font-size: var(--text-xs);
        line-height: 142%
    }

    .reviews-logo-img img:first-of-type {
        width: 55px;
        height: 34px
    }

    .reviews-logo-img img:nth-of-type(2) {
        width: 76px;
        height: 34px
    }

    .reviews-logo-img img:nth-of-type(3) {
        width: 93px;
        height: 34px
    }

    .client-mainVideo,
    .client-video img:first-of-type {
        height: 202px
    }

    .video-wrapper {
        max-width: 320px
    }

    .video-card {
        width: 140px;
        height: 140px
    }

    .swiper-button-next-video::after {
        width: 16px;
        height: 16px;
        background-size: cover;
        left: 50%
    }

    .swiper-button-next-video {
        width: 30px;
        height: 122px;
        right: -29px
    }

    .bannervideo-mobthumbnail {
        width: 100%;
        height: 100%
    }
}

.therapists-3d-section {
    padding: 75px 0;
    background: var(--color-bg-white);
    position: relative;
    overflow: hidden
}

.therapists-3d-section .therapists-head {
    text-align: center;
    margin-bottom: 50px
}

.therapists-3d-section .therapists-head h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 52.1px;
    color: var(--color-navy);
    margin-bottom: 15px
}

.therapists-3d-section .therapists-head p {
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 25.5px;
    color: var(--color-text-body)
}

.therapists-3d-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
}

.therapists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.therapist-card {
    background: var(--color-bg-white);
    border-radius: 20px;
    border: 1px solid var(--color-bg-warm);
    padding: 28px 24px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(14, 20, 95, .06);
    transition: transform .45s cubic-bezier(.2, .7, .2, 1), box-shadow .45s ease, border-color .35s ease
}

.therapist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px -20px rgba(14, 20, 95, .18);
    border-color: #ffcfbc
}

.therapist-photo-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    flex-shrink: 0
}

.therapist-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--color-bg-white);
    box-shadow: 0 0 0 1px var(--color-bg-warm), 0 10px 24px -8px rgba(14, 20, 95, .2)
}

.therapist-verified-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #fff, 0 3px 8px rgba(14, 20, 95, .25)
}

.therapist-verified-dot svg {
    width: 13px;
    height: 13px;
    color: var(--color-text-inverse)
}

.therapist-state-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 12px 3px 3px;
    background: var(--color-navy);
    color: var(--color-bg-warm);
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px -4px rgba(14, 20, 95, .38)
}

.therapist-badge-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .35)
}

.therapist-badge-dot svg {
    width: 10px;
    height: 10px;
    color: var(--color-text-inverse)
}

.therapist-name {
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.15;
    color: var(--color-navy);
    margin-bottom: 6px
}

.therapist-credential {
    font-size: var(--text-sm);
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    color: var(--color-text-body);
    margin-bottom: 16px
}

.therapist-divider {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--color-orange);
    opacity: .55;
    margin-bottom: 14px;
    border-radius: 2px
}

.therapist-bio {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin-bottom: 20px;
    flex-grow: 1
}

.therapist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px
}

.therapist-tag {
    font-size: var(--text-xs);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fef2ea;
    color: var(--color-navy);
    letter-spacing: .02em;
    border: 1px solid var(--color-bg-warm)
}

.therapist-meta {
    font-size: var(--text-sm);
    font-style: italic;
    color: var(--color-text-body);
    padding-top: 14px;
    border-top: 1px solid var(--color-bg-warm);
    margin-bottom: 0
}

.therapist-meta strong {
    font-style: normal;
    font-weight: 600;
    color: var(--color-navy);
    margin-right: 3px
}

@media (max-width: 1200px) {
    .therapists-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .therapists-grid {
        grid-template-columns: 1fr
    }

    .therapist-state-badge {
        top: 16px;
        right: 16px
    }
}

.therapists-section-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--color-bg-warm);
    gap: 20px;
    flex-wrap: wrap
}

.therapists-foot-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--text-base);
    font-weight: 400;
    color: var(--color-text-body);
    margin: unset;
    max-width: unset;
    margin-bottom: 0
}

.therapists-foot-note svg {
    color: #4caf7a;
    flex-shrink: 0
}

.therapists-foot-note strong {
    color: var(--color-navy);
    font-weight: 600
}

.therapists-cta {
    display: inline-block;
    padding: 13px 40px;
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    background: var(--color-orange);
    color: var(--color-text-inverse);
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    text-decoration: none;
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap
}

.therapists-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    color: var(--color-text-inverse);
    text-decoration: none
}

.therapists-cta-arrow {
    display: none
}

@media (max-width: 600px) {
    .therapists-section-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 16px
    }

    .therapists-foot-note {
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        font-size: var(--text-sm);
        line-height: 1.5
    }

    .therapists-foot-note svg {
        margin-top: 2px;
        flex-shrink: 0
    }

    .therapists-cta {
        width: 100%;
        display: block
    }
}

.therapists-3d-section .therapistsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.therapists-3d-section .therapistCard {
    background: var(--color-bg-white);
    border-radius: 20px;
    border: 1px solid var(--color-bg-warm);
    padding: 28px 24px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(14, 20, 95, .06);
    transition: transform .45s cubic-bezier(.2, .7, .2, 1), box-shadow .45s ease, border-color .35s ease
}

.therapists-3d-section .therapistCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px -20px rgba(14, 20, 95, .18);
    border-color: #ffcfbc
}

.therapists-3d-section .stateLicensedBadge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 12px 3px 3px;
    background: #fef2ea;
    color: var(--color-text-heading);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px -2px rgba(14, 20, 95, .1);
    white-space: nowrap
}

.therapists-3d-section .therapistCard>.stateLicensedBadge {
    position: absolute;
    top: 20px;
    right: 20px
}

.therapists-3d-section .therapistBadgeDot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .35)
}

.therapists-3d-section .photoWrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    flex-shrink: 0
}

.therapists-3d-section .therapistPhoto {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--color-bg-white);
    box-shadow: 0 0 0 1px var(--color-bg-warm), 0 10px 24px -8px rgba(14, 20, 95, .2)
}

.therapists-3d-section .therapistPhoto--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-peach);
    color: var(--color-navy);
    font-family: var(--font-sans);
    font-size: 34px;
    font-weight: var(--weight-bold);
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
    user-select: none
}

.therapists-3d-section .verifiedDot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #fff, 0 3px 8px rgba(14, 20, 95, .25)
}

.therapists-3d-section .therapistName {
    font-family: var(--font-sans);
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.15;
    color: var(--color-navy);
    margin: 0 0 6px
}

.therapists-3d-section .therapistTitle {
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-text-body);
    margin: 0 0 16px
}

.therapists-3d-section .cardDivider {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--color-orange);
    opacity: .55;
    margin-bottom: 14px;
    border-radius: 2px
}

.therapists-3d-section .therapistBio {
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0 0 20px;
    flex-grow: 1
}

.therapists-3d-section .specTags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px
}

.therapists-3d-section .specTag {
    font-family: var(--font-sans);
    font-size: var(--text-xs);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fef2ea;
    color: var(--color-navy);
    letter-spacing: .02em;
    border: 1px solid var(--color-bg-warm)
}

.therapists-3d-section .cardProfileLink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--color-bg-warm);
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: none;
    transition: color .2s, gap .2s
}

.therapists-3d-section .cardProfileLink:hover {
    color: var(--color-orange-hover);
    gap: 8px
}

.therapists-3d-section .cardBody {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column
}

.therapists-3d-section .cardFooter {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.therapists-3d-section .yearsCount {
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    font-style: italic;
    color: var(--color-text-secondary)
}

.therapists-3d-section .yearsCount strong {
    font-style: normal;
    font-weight: 600;
    color: var(--color-text-heading);
    margin-right: 3px
}

.therapists-3d-section .therapistCardMore {
    background: var(--color-bg-navy);
    border-color: transparent;
    position: relative;
    overflow: hidden
}

.therapists-3d-section .therapistCardMore::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 91, 46, .08);
    pointer-events: none
}

.therapists-3d-section .therapistCardMore::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none
}

.therapists-3d-section .moreCardTop {
    padding: 0 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1
}

.therapists-3d-section .avatarStack {
    display: flex;
    align-items: center;
    margin-top: var(--space-4);
    margin-bottom: 20px
}

.therapists-3d-section .stackedAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid rgba(255, 255, 255, .5);
    margin-right: -10px;
    flex-shrink: 0
}

.therapists-3d-section .stackedAvatarMore {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-orange);
    border: 2.5px solid rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: var(--weight-bold);
    color: #fff;
    margin-left: 10px;
    flex-shrink: 0
}

.therapists-3d-section .therapistCardMore .cardBody {
    position: relative;
    z-index: 1
}

.therapists-3d-section .therapistCardMore .therapistName {
    color: #fff
}

.therapists-3d-section .therapistCardMore .cardDivider {
    background: rgba(255, 91, 46, .7)
}

.therapists-3d-section .therapistCardMore .therapistBio {
    color: rgba(255, 255, 255, .78);
    font-size: 12.5px
}

.therapists-3d-section .therapistCardMore .cardFooter {
    border-top-color: rgba(255, 255, 255, .12);
    position: relative;
    z-index: 1
}

.therapists-3d-section .therapistCardMore .yearsCount {
    color: rgba(255, 255, 255, .65)
}

.therapists-3d-section .therapistCardMore .yearsCount strong {
    color: #fff
}

@media (max-width: 1100px) {
    .therapists-3d-section .therapistsGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

@media (max-width: 575px) {
    .therapists-3d-section .therapistsGrid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .therapists-3d-section .therapists-head h2 {
        font-size: var(--text-2xl);
        line-height: 1.25;
        margin-bottom: 12px
    }

    .therapists-3d-section .therapists-head p {
        font-size: var(--text-base);
        line-height: 1.5
    }
}

.comparison-section {
    padding: 75px 0 75px;
    background: var(--color-bg-warm);
    position: relative;
    overflow: hidden
}

.comparison-wrapper {
    /* max-width: 1100px; */
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.comparison-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    color: var(--color-navy);
    margin-bottom: 20px;
    text-align: center
}

.comparison-wrapper>p {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    color: var(--color-text-body);
    width: 100%;
    margin-top: 40px;
    padding-bottom: 0;
    text-align: center
}

.comparison-footnote {
    font-size: var(--text-sm)
}

.comparison-table-wrap {
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    overflow: hidden;
    overflow-x: auto
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--text-base)
}

.comparison-table thead {
    background: var(--color-bg-warm)
}

.comparison-table th {
    text-align: center;
    padding: 16px 12px;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-text-body);
    border-bottom: 1px solid #fce9e4;
    white-space: nowrap
}

.comparison-table th:first-child {
    padding-left: 24px;
    min-width: 180px
}

.comparison-table th:last-child {
    padding-right: 20px
}

.comparison-table td {
    padding: 18px 12px;
    border-bottom: 1px solid #fce9e4;
    color: var(--color-navy);
    vertical-align: middle
}

.comparison-table td:first-child {
    padding-left: 24px
}

.comparison-table td:last-child {
    padding-right: 20px
}

.comparison-table tbody tr:last-child td {
    border-bottom: none
}

.comp-row--featured {
    background: #C9CDEE;
}

.comp-row--featured td {
    border-color: var(--color-bg-peach)
}

.comp-provider {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.comp-provider__name {
    font-size: var(--text-md);
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-navy)
}

.comp-row--featured .comp-provider__name {
    color: var(--color-orange)
}

.comp-provider__meta {
    font-size: var(--text-xs);
    color: var(--color-text-body);
    font-weight: 400
}

.comp-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-orange);
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 4px;
    border-bottom: 2px solid var(--color-orange-hover)
}

.comp-price {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-navy);
    display: block
}

.comp-price--best {
    color: var(--color-orange)
}

.comp-price__sub {
    display: block;
    font-size: var(--text-xs);
    color: var(--color-text-body);
    font-weight: 400;
    margin-top: 1px
}

.comp-status {
    font-size: var(--text-sm);
    font-weight: 500;
    display: block;
    line-height: 1.4
}

.comp-status--yes {
    color: #2d7a4f
}

.comp-status--partial {
    color: #c8843d
}

.comp-rating {
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--color-navy);
    display: block
}

.comp-rating__sub {
    display: block;
    font-size: var(--text-xs);
    color: var(--color-text-body);
    font-weight: 400;
    margin-top: 1px
}

.comp-cards {
    display: none
}

.comp-card {
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    padding: 22px 20px;
    margin-bottom: 16px
}

.comp-card--featured {
    background: #fff8f0
}

.comp-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fce9e4
}

.comp-card__name {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-navy);
    margin: 0 0 4px
}

.comp-card--featured .comp-card__name {
    color: var(--color-orange)
}

.comp-card__price-wrap {
    text-align: right;
    flex-shrink: 0
}

.comp-card__price {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-navy);
    display: block
}

.comp-card--featured .comp-card__price {
    color: var(--color-orange)
}

.comp-card__price-sub {
    display: block;
    font-size: var(--text-xs);
    color: var(--color-text-body);
    font-weight: 400;
    margin-top: 2px
}

.comp-card__rows {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.comp-card__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    font-size: 13.5px
}

.comp-card__label {
    color: var(--color-text-body);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    flex-shrink: 0;
    padding-top: 2px
}

.comp-card__value {
    color: var(--color-navy);
    font-weight: 500;
    text-align: right;
    line-height: 1.4
}

.comp-card__cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    padding: 12px 20px;
    font-size: var(--text-md);
    font-weight: 700;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.comp-card__cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover)
}

.comparison-footnote {
    margin-top: 28px
}

@media (max-width: 880px) {
    .comparison-table-wrap {
        display: none
    }

    .comp-cards {
        display: block
    }

    .comparison-section {
        padding: 40px 0
    }

    .comparison-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px
    }

    .comparison-footnote {
        text-align: center
    }
}

@media (max-width: 575px) {
    .comparison-section {
        padding: 30px 0
    }

    .comp-card {
        padding: 18px 16px
    }

    .comp-card__name {
        font-size: 18px
    }
}

.comp-card__rows li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    font-size: 13.5px;
    list-style: none
}

.rejection-section {
    padding: 75px 0 0;
    background: #ffff;
    position: relative
}

.rejection-section::before {
    content: '';
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 25%);
    z-index: 1;
    pointer-events: none
}

.rejection-wrapper {
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.rejection-wrapper h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    color: var(--color-navy);
    margin-bottom: 20px;
    text-align: center
}

.rejection-intro {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    color: var(--color-text-body);
    width: 100%;
    margin: 0 auto 50px;
    text-align: center
}

.rejection-chips-lead {
    /* max-width: 820px; */
    width: 100%;
    margin: 0 auto 18px;
    font-size: var(--text-lg);
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-navy);
    text-align: center;
}

.rejection-chips {
    /* max-width: 820px; */
    width: 100%;
    margin: 0 auto 28px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px
}

.rejection-chip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    gap: 10px;
    padding: 12px 14px;
    background: var(--color-bg-warm);
    border: 2.3px dashed var(--color-bg-salmon);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xs);
    text-align: left;
    transition: border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal)
}

.rejection-chip:hover {
    border-color: var(--color-orange);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px)
}

.rejection-chip-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-top: 1px
}

.rejection-chip-text {
    font-size: var(--text-1xl);
    font-weight: var(--weight-bold);
    line-height: 1.4;
    color: var(--color-text-body)
}

.rejection-exhale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 40px auto 20px;
    /* max-width: 540px */
}

.rejection-exhale-img {
    display: block;
    width: 200px;
    height: auto;
    max-height: 140px
}

.rejection-exhale-line {
    max-width: 100%;
    margin: 0;
    font-family: var(--font-serif);
    font-size: var(--text-xl);
    line-height: 1.4;
    color: var(--color-navy);
    letter-spacing: var(--tracking-tight);
    text-align: center
}

.rejection-resolution {
    /* max-width: 820px; */
    width: 100%;
    margin: 28px auto 0;
    padding: 24px 28px;
    background: var(--color-bg-warm);
    border-radius: var(--radius-lg);
    text-align: left
}

.rejection-resolution p {
    margin: 0 0 14px;
    font-size: var(--text-md);
    line-height: 1.7;
    color: var(--color-text-body)
}

.rejection-resolution p:last-child {
    margin-bottom: 0
}

.rejection-resolution a {
    color: var(--color-orange);
    text-decoration: underline
}

.rejection-resolution a:hover {
    color: var(--color-orange-hover)
}

@media (max-width: 768px) {
    .rejection-chips {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 480px) {
    .rejection-chips {
        grid-template-columns: 1fr
    }

    .rejection-exhale {
        margin: 28px auto 16px
    }

    .rejection-exhale-line {
        font-size: var(--text-lg)
    }

    .rejection-resolution {
        padding: 20px 22px
    }
}

.rejection-wrapper>.rejection-fix__cta {
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 24px auto 28px;
    padding: 13px 36px;
    background: var(--color-orange);
    color: var(--color-text-inverse);
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    text-decoration: none;
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1)
}

.rejection-wrapper>.rejection-fix__cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: var(--color-text-inverse)
}

.rejection-wrapper>.rejection-footnote {
    margin: 16px auto 0;
    font-style: normal
}

.rejection-wrapper>.rejection-footnote strong {
    color: var(--color-text-heading);
    font-weight: 700
}

.quick-answer {
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    padding: 36px 32px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: left
}

.quick-answer__label {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-orange);
    margin-bottom: 12px;
    display: block
}

.quick-answer__title {
    font-size: var(--text-xl);
    font-weight: 700;
    line-height: 30.14px;
    color: var(--color-navy);
    margin: 0 0 16px;
    text-align: left
}

.quick-answer__content {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0;
    text-align: left
}

.rejection-triggers-heading {
    font-size: var(--text-3xl);
    font-weight: 600;
    line-height: 38.39px;
    color: var(--color-navy);
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
    width: 100%
}

.rejection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 60px
}

.rejection-card {
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    position: relative;
    transition: all .3s ease
}

.rejection-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px)
}

.rejection-card__num {
    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--color-orange);
    margin-bottom: 12px;
    line-height: 1
}

.rejection-card__title {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--color-navy);
    margin: 0 0 10px;
    line-height: 1.3
}

.rejection-card__body {
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0 0 14px
}

.rejection-card__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-text-body);
    padding-top: 10px;
    border-top: 1px solid var(--color-orange-hover);
    width: 100%
}

.rejection-fix {
    background: #fff;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 16px;
    padding: 48px 40px;
    margin-bottom: 40px
}

.rejection-fix__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px
}

.rejection-fix__heading-wrap {
    flex: 1
}

.rejection-fix h3 {
    font-size: var(--text-3xl);
    font-weight: 600;
    line-height: 40.8px;
    color: var(--color-navy);
    margin-bottom: 10px
}

.rejection-fix__subtitle {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0
}

.rejection-fix__cta-top {
    display: inline-block;
    white-space: nowrap;
    padding: 14px 24px;
    font-size: var(--text-base);
    font-weight: 700;
    background: var(--color-navy);
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease;
    flex-shrink: 0
}

.rejection-fix__cta-top:hover {
    background: #1a2280
}

.rejection-fix__step a {
    color: var(--color-orange);
    text-decoration: underline
}

.rejection-fix__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 36px
}

.rejection-fix__step {
    text-align: left
}

.rejection-fix__step .rejection-fix__num {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-orange);
    margin-bottom: 12px
}

.rejection-fix__step h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-navy);
    margin: 0 0 10px;
    line-height: 1.3
}

.rejection-fix__step p {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0
}

.rejection-fix__cta {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    padding: 13px 32px;
    font-size: var(--text-md);
    font-weight: 700;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: var(--shadow-cta);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none
}

.rejection-fix__cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-cta-hover);
    text-decoration: none;
    color: #fff
}

.rejection-footnote {
    margin-top: 16px
}

@media (max-width: 880px) {
    .rejection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .rejection-fix__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .rejection-fix {
        padding: 36px 28px
    }

    .rejection-fix__header {
        flex-direction: column;
        align-items: flex-start
    }

    .rejection-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 38.39px
    }

    .rejection-fix h3 {
        font-size: var(--text-2xl);
        line-height: 32.76px
    }
}

@media (max-width: 575px) {
    .rejection-section {
        padding: 50px 0 40px
    }

    .rejection-grid {
        grid-template-columns: 1fr
    }

    .rejection-fix__steps {
        grid-template-columns: 1fr
    }

    .rejection-fix {
        padding: 28px 20px
    }

    .rejection-wrapper h2 {
        font-size: var(--text-2xl);
        line-height: 30.14px
    }

    .rejection-fix h3 {
        font-size: var(--text-xl)
    }

    .rejection-list {
        padding: 22px 22px 22px 44px;
        font-size: var(--text-base);
        line-height: 1.6
    }

    .rejection-list-lead {
        font-size: var(--text-md);
        margin-bottom: 14px
    }

    .rejection-followup {
        font-size: var(--text-base);
        line-height: 1.65
    }

    .rejection-wrapper>.rejection-fix__cta {
        padding: 14px 28px 15px;
        font-size: 16px
    }

    .rejection-section::before {
        content: '';
        position: absolute;
        bottom: -48px;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        z-index: 1;
        pointer-events: none
    }
}

@keyframes hero-rise {
    from {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@media (min-width: 576px) {

    .banner-btn,
    .banner-content h1,
    .banner-content>p:not(.banner-tagline),
    .banner-img,
    .banner-list p,
    .banner-tagline,
    .banner-trust {
        animation: hero-rise .5s cubic-bezier(.22, .61, .36, 1) both
    }

    .banner-content>p:not(.banner-tagline) {
        animation-delay: 60ms
    }

    .banner-list p:first-child {
        animation-delay: .12s
    }

    .banner-list p:nth-child(2) {
        animation-delay: .18s
    }

    .banner-list p:nth-child(3) {
        animation-delay: .24s
    }

    .banner-btn {
        animation-delay: .3s
    }

    .banner-tagline {
        animation-delay: .36s
    }

    .banner-trust {
        animation-delay: .42s
    }

    .banner-img {
        animation-delay: .1s
    }
}

@media (min-width: 576px) and (prefers-reduced-motion:reduce) {

    .banner-btn,
    .banner-content h1,
    .banner-content>p,
    .banner-img,
    .banner-list p,
    .banner-trust {
        animation: none
    }
}