#companies {
    background: var(--off-white);
    text-align: center;
    padding: 2% 0;
    position: relative;
    z-index: 1;
}

#resilience {
    background: var(--white);
    position: relative;
    z-index: 1;
}
#resilience h2 small {
    font-size: clamp(36px, 5rem, 48px);
}
#resilience h2 span {
    background: var(--purple);
    color: var(--black);
    line-height: 100%;
    padding: 0 2%;
    border-radius: 4px;
}
#resilience-img {
    background: url(../images/thumbs/sara-westbrook-with-client.webp) no-repeat center;
    background-size: cover;
    border-radius: var(--br-10);
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    overflow: hidden;
}
#resilience .review {
    padding: 120px 40px 40px;
    color: var(--off-white);
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.9));
}

#performance {
    background: var(--black);
    color: var(--off-white);
    position: relative;
    z-index: 1;
}
#performance h2 small {
    font-size: clamp(36px, 5rem, 48px);
}
#performance h2 span {
    color: var(--blue);
}
#performance h3 {
    color: var(--blue);
}
#performance .btn {
    margin-top: 20px;
}
#performance .starburst-1 {
    width: 150%;
    max-width: 1440px;
    position: absolute;
    left: 75%;
    top: -50%;
}

#best-buy {
    background: var(--white);
    position: relative;
    z-index: 1;
}
#best-buy .content {
    text-align: center;
}
#best-buy .content p {
    position: relative;
    padding-top: 20px;
}
#best-buy .content p:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: var(--blue);
}
#best-buy .quote {
    padding: 5%;
    border-radius: var(--br-10);
    border: 1px solid var(--blue);
    text-align: left;
    position: relative;
}
#best-buy .quote:before {
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/icons/quote-open-blue.svg) no-repeat center var(--white);
    background-size: 90% 90%;
    border-radius: 30px;
    border: 1px solid var(--blue);
    position: absolute;
    top: -27px;
    left: 5%;
}
#best-buy .quote:after {
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/icons/quote-open-blue.svg) no-repeat center var(--white);
    background-size: 90% 90%;
    border-radius: 30px;
    border: 1px solid var(--blue);
    position: absolute;
    bottom: -27px;
    right: 5%;
}
#best-buy .quote .small-heading {
    margin-top: 0;
}
#best-buy-img {
    background: url(../images/thumbs/sara-westbrook-presenting-crowd.webp) no-repeat center;
    background-size: cover;
    border-radius: var(--br-10);
}

#skills {
    background: var(--blue);
    padding: 0;
    position: relative;
    z-index: 1;
}
#skills .col-2 {
    align-items: flex-end;
}
#skills .starburst-1 {
    width: 90%;
    max-width: 1440px;
    position: absolute;
    right: 60%;
    top: 20%;
}
#skills .starburst-2 {
    width: 90%;
    max-width: 1440px;
    position: absolute;
    left: 80%;
    bottom: 20%;
}

#sara {
    background: var(--white);
    position: relative;
    z-index: 1;
}
#sara iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: var(--br-10);
}
#sara h2 span {
    background: var(--purple);
    color: var(--black);
    line-height: 100%;
    padding: 0 2%;
    border-radius: 4px;
}
#sara .btn {
    margin-top: 20px;
}

#choose {
    background: var(--black);
    color: var(--off-white);
    position: relative;
    z-index: 1;
}
#choose h2 span {
    color: var(--blue);
}
#choose ul {
    list-style: none;
}
#choose ul li {
    background-color: var(--black);
    display: inline-block;
    padding: 15px 25px 15px 65px;
    border-radius: 40px;
    font-family: var(--body);
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
    box-shadow: 0 0 200px var(--blue);
    z-index: 0;
    transition: all .3s ease;
}
#choose ul li:hover,
#choose ul li:focus {
    z-index: 200;
    transition: all .3s ease;
}
#choose .starburst-1 {
    width: 120%;
    max-width: 1440px;
    position: absolute;
    left: 50%;
    top: 20%;
}
#choose-img {
    background: url(../images/thumbs/sara-westbrook-sitting-coach.webp) no-repeat center;
    background-size: cover;
    border-radius: var(--br-10);
}

.chat {
    background-image: url(../images/icons/chat-white.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.pulse {
    background-image: url(../images/icons/pulse-white.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.smile {
    background-image: url(../images/icons/smile-white.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.music {
    background-image: url(../images/icons/music-note-white.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.certified {
    background-image: url(../images/icons/certified-white.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}

#speaking-topics {
    background: var(--off-white);
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
#speaking-topics .topic {
    display: none;
    background: var(--white);
    padding: 20px 5% 100px 5%;
    border-radius: 10px 10px 0 0;
    max-height: 80vh;
    overflow-y: auto;
}
#speaking-topics .topic.active {
    display: block;
}
#speaking-topics .content:nth-child(2) {
    padding: 0;
}
#speaking-topics h2 span {
    background: var(--purple);
    color: var(--black);
    line-height: 100%;
    padding: 0 2%;
    border-radius: 4px;
}
#speaking-topics button {
    display: block;
    padding: 15px 25px 15px 65px;
    margin-top: 20px;
    border-radius: 40px;
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--slate);
    font-family: var(--body);
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
}
#speaking-topics button:hover,
#speaking-topics button:focus,
#speaking-topics button.active,
#speaking-topics button.active a {
    background-color: var(--white);
    border: 1px solid var(--black);
    color: var(--black);
    cursor: pointer;
}
#speaking-topics .btn-blue {
    margin-top: 20px;
}
#speaking-topics .topic-detail {
    padding: 20px;
    border-radius: var(--br-10);
    border: 2px solid var(--off-white);
    width: 50%;
    margin-top: 20px;
}

.wrench {
    background-image: url(../images/icons/wrench-grey.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.compass {
    background-image: url(../images/icons/compass-grey.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.eye {
    background-image: url(../images/icons/eye-grey.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}
.chair {
    background-image: url(../images/icons/chair-grey.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 35px 35px;
}

#reviews {
    background: var(--blue);
    position: relative;
    z-index: 1;
}
#reviews img {
    width: 220px;
}
#reviews .content {
    width: calc(100% - 250px);
}
#reviews h2 span {
    color: var(--white);
}
#reviews .starburst-1 {
    width: 100%;
    max-width: 1440px;
    position: absolute;
    right: 70%;
    top: 30%;
}
#reviews .starburst-2 {
    width: 100%;
    max-width: 1250px;
    position: absolute;
    left: 70%;
    bottom: 60%;
}

.card {
    background: var(--white);
    border-radius: var(--br-10);
    padding: 20px 40px 40px;
    display: flex;
    flex: 0 0 calc(100% / 3);
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
}
.card ul li {
    margin-left: 20px;
}
.card .tag {
    padding: 10px 15px 10px 50px;
    font-size: 16px;
}
.in-person {
    background-image: url(../images/icons/community-blue.svg);
    background-repeat: no-repeat;
    background-position: 12px 7px;
    background-size: 30px 30px;
}
.virtual {
    background-image: url(../images/icons/laptop-blue.svg);
    background-repeat: no-repeat;
    background-position: 12px 7px;
    background-size: 30px 30px;
}

.review-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.track-container {
    overflow: visible;
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
.track {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease;
    will-change: transform;
}
.review-nav {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    padding-top: 20px;
}
.nav {
    background: var(--white);
    color: var(--black);
    border: none;
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 36px;
}
.dots {
    text-align: center;
    margin-top: 10px;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
}
.dot.active {
    background: var(--black);
}

#book-sara {
    background: var(--white);
    position: relative;
    z-index: 1;
}
#book-sara h2 {
    max-width: 320px;
}
#book-sara h2 span {
    background: var(--purple);
    color: var(--black);
    line-height: 100%;
    padding: 0 2%;
    border-radius: 4px;
}
#book-sara .content:nth-child(1) {
    border-right: 1px solid var(--blue);
    background: url(../images/thumbs/sara-westbrook-leaning.webp) no-repeat right bottom;
    background-size: contain;
}

#seen {
    background: var(--off-white);
    text-align: center;
    position: relative;
    z-index: 1;
}
#seen .seen-logos {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}
#seen .seen-logos img {
    flex-shrink: 0;
    height: 80px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter .3s ease, opacity .3s ease !important;
}
#seen .seen-logos img:hover,
#seen .seen-logos img:focus {
    filter: grayscale(0%);
    opacity: 1;
}

#upower {
    background: var(--black);
    color: var(--off-white);
    position: relative;
    z-index: 1;
}
#upower h2 span {
    color: var(--blue);
}
#upower .content-img {
    background: url(../images/thumbs/sara-westbrook-presenting-kids.webp) no-repeat center;
    background-size: cover;
    border-radius: var(--br-10);
    padding: 40px;
}
#upower .content-img img {
    position: absolute;
    left: 5%;
    bottom: 5%;
}
#upower .btn {
    margin-top: 20px;
}
#upower .starburst-1 {
    width: 100%;
    max-width: 1440px;
    position: absolute;
    right: 50%;
    top: 0;
}

#instagram {
    background: var(--white);
    text-align: center;
    position: relative;
    z-index: 1;
}

footer {
    background: var(--off-white);
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
footer ul {
    list-style: none;
}
footer ul li {
    padding: 0;
    margin: 0 40px 0 0;
    display: inline;
}
footer .social-media {
    margin: 0 5px;
}
footer .rd-icon {
    height: 40px;
    opacity: .7;
}


/* STARBURST — CSS scroll-driven rotation (same API as .scroll-watcher above) */
#performance .starburst-1,
#skills .starburst-1,
#reviews .starburst-1,
#choose .starburst-1,
#upower .starburst-1 {
    animation: starburst-spin-cw 1s linear both;
    animation-timeline: scroll(root);
    animation-range: 0% 100%;
}
#skills .starburst-2,
#reviews .starburst-2 {
    animation: starburst-spin-ccw 1s linear both;
    animation-timeline: scroll(root);
    animation-range: 0% 100%;
}

.img {
    width: 50%;
    object-fit: cover;
    border-radius: var(--br-10);
}

/* REVIEWS CAROUSEL */
.reviews-carousel-wrapper {
    position: relative;
    width: 90%;
    max-width: 1600px;
    margin: 40px auto 0;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.reviews-carousel-track {
    flex: 1;
    position: relative;
    min-height: 300px;
}
.reviews-carousel-track .review {
    display: none;
    width: 100%;
    animation: reviewFadeIn .35s ease;
}
.reviews-carousel-track .review.active-review {
    display: flex;
}
@keyframes reviewFadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}
.reviews-arrow {
    background: rgba(255,255,255,0.2);
    border: 2px solid var(--white);
    color: var(--white);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    cursor: pointer;
    flex-shrink: 0;
    align-self: center;
    transition: background .2s, color .2s;
}
.reviews-arrow:hover {
    background: var(--white);
    color: var(--blue);
}
.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.reviews-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: transparent;
    cursor: pointer;
    transition: background .2s;
}
.reviews-dot.active-dot {
    background: var(--white);
}


@media (max-width: 1260px) {
    #resilience .col-2,
    #best-buy .col-2,
    #sara .col-2,
    #choose .col-2,
    #speaking-topics .col-2,
    #book-sara .col-2,
    #upower .col-2 {
        flex-direction: column;
    }

    #skills .col-2 {
        flex-direction: column-reverse;
    }
    #skills .col-2 img {
        align-self: flex-start;
    }
    #skills .starburst-1 {
        width: 100%;
        right: 50%;
        top: 50%;
    }
    #skills .starburst-2 {
        width: 100%;
        left: 80%;
        bottom: 60%;
    }

    #sara iframe {
        width: 100%;
        height: 80vh;
        min-height: 350px;
        max-height: 500px;
    }

    #choose .starburst-1 {
        left: 40%;
        top: 10%;
    }
    #choose-img {
        background: url(../images/thumbs/sara-westbrook-sitting-coach.webp) no-repeat center;
        background-size: cover;
        border-radius: var(--br-10);
    }

    #speaking-topics .tab-buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 20px;
        overflow-x: scroll;
    }
    #speaking-topics ::-webkit-scrollbar {
        height: 5px;
    }
    #speaking-topics ::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1);
    } 
    #speaking-topics ::-webkit-scrollbar-thumb {
        background:rgb(0,0,0,0.5);
        border-radius: var(--br-10);
    }
    #speaking-topics button {
        text-wrap: nowrap;
    }
    #speaking-topics .btn-blue {
        display: none;
    }
    #speaking-topics .topic {
        max-height: none;
    }
    #speaking-topics .topic .col-2 {
        flex-direction: row;
    }

    #upower .starburst-1 {
        width: 130%;
        right: auto;
        top: auto;
        left: 50%;
        bottom: 25%;
    }

    #book-sara h2 {
        max-width: 768px;
    }
    #book-sara .content:nth-child(1) {
        padding-right: 15%;
    }

    .card {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 960px) {
    #reviews .col-2 {
        flex-direction: column;
    }
    #reviews img {
        width: 200px;
    }
    #reviews .content {
        width: 100%;
    }
    #reviews .starburst-1 {
        top: 60%;
    }
    #reviews .starburst-2 {
        width: 100%;
        max-width: 1250px;
        position: absolute;
        left: 70%;
        bottom: 60%;
    }

    footer .col-2 {
        flex-direction: column;
        text-align: center;
    }
    footer ul li {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }
    footer .social-media {
        display: inline-block;
        width: auto;
    }
    footer .rd-icon {
        height: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #performance .starburst-1 {
        left: 75%;
        top: -20%;
    }

    #skills .starburst-1 {
        width: 150%;
        right: 10%;
    }
    #skills .starburst-2 {
        width: 120%;
        left: 80%;
        bottom: 60%;
    }

    #reviews .starburst-2 {
        bottom: 80%;
    }

    #best-buy .quote:before {
        content: '';
        top: -35px;
    }
    #best-buy .quote:after {
        content: '';
        bottom: -35px;
    }

    .card {
        flex: 0 0 100%;
    }
}

@media (max-width: 532px) {
    #skills .starburst-1 {
        top: 70%;
    }
    #skills .starburst-2 {
        width: 100%;
        left: 80%;
        bottom: 60%;
    }

    #speaking-topics .topic .col-2 {
        flex-direction: column;
    }
    #speaking-topics .topic-detail {
        width: 100%;
    }

    #book-sara h2 {
        max-width: 320px;
        -webkit-text-stroke: 1px var(--white);
    }
    #book-sara h2 span {
        -webkit-text-stroke: 0;
    }
    .review-nav {
        justify-content: space-between;
    }
}