@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Regular_0.woff2') format('woff2'),
         url('../fonts/Calibre-Regular_0.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Medium.woff2') format('woff2'),
         url('../fonts/Calibre-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Semibold_0.woff2') format('woff2'),
         url('../fonts/Calibre-Semibold_0.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Bold.woff2') format('woff2'),
         url('../fonts/Calibre-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Regular.woff2') format('woff2'),
         url('../fonts/Overpass-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Medium.woff2') format('woff2'),
         url('../fonts/Overpass-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-SemiBold.woff2') format('woff2'),
         url('../fonts/Overpass-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Bold.woff2') format('woff2'),
         url('../fonts/Overpass-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
         url('../fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
         url('../fonts/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-SemiBold.woff2') format('woff2'),
         url('../fonts/GoogleSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
         url('../fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
}

/* Default margins and paddings to 0 */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
}

.header-actions a {
    font-family: 'Google Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}

.header-actions a:not(:last-child)::after {
    content: '|';
    margin: 0 12px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 13px 0;
}

.header-btn {
    background-color: #1e5ec2;
    color: #fff;
    box-shadow: 0px 10px 15px 0px rgba(95, 151, 239, 0.24);
    font-size: 18.55px;
    font-family: "Google Sans";
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 20px;
}

.hero-rating {
    font-family: "Google Sans";
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 68px;
    line-height: 63px;
    margin-top: 24px;
    letter-spacing: -0.03em;
}

.hero-title span {
    color: #0082dc;
}

.hero-left {
    flex: 55;
    min-width: 0;
}

.hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.hero {
    background-color: #f6fcff;
    padding: 35px 16px 40px 16px;
}

.hero-subtitle {
    font-family: "Google Sans";
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-family: "Google Sans";
    font-weight: 700;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-features-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.hero-right {
    flex: 45;
    min-width: 0;
}

.hero-video {
    width: 100%;
    height: auto;
    display: block;
}

.hero-product-img {
    width: calc(100% + 20px);
    height: auto;
    margin-left: -20px;
    margin-top: 25px;
    display: block;
}

.cta-btn {
    display: flex;
    font-family: "Google Sans";
    font-size: 26.19px;
    text-decoration: none;
    color: #fff;
    background-color: #1e5ec2;
    padding: 15px 0;
    border-radius: 50px;
    max-width: 450px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 10px 15px 0px rgba(95, 151, 239, 0.24);
}

.shipping-cta {
    font-family: "Google Sans";
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
}

.hero-cta {
    margin-top: 25px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.premium-sound-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 16px;
}

.premium-sound-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.premium-sound-title span {
    color: #0082dc;
}

.premium-sound-subtitle {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    font-family: "Google Sans";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.premium-sound-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.premium-sound-left {
    flex: 1;
    min-width: 0;
}

.premium-sound-img {
    width: 100%;
    height: auto;
    display: block;
}

.premium-sound-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.premium-features {
    width: 100%;
    height: auto;
    display: block;
    max-width: 546px;
}

.premium-cta {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.perform-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 16px;
}

.perform-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.perform-title span {
    color: #0082dc;
}

.perform-subtitle {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    font-family: "Google Sans";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.perform {
    background-color: #f6fcff;
}

.perform-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.perform-content img {
    width: 100%;
    display: block;
}

.perform-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.comparison,
.reviews {
    background-color: #f6fcff;
}

.comparison-container,
.reviews-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 16px 30px 16px;
}

.reviews-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 16px 30px 16px;
}

.reviews-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 870px;
    margin: 50px auto 0;
}

.reviews-card {
    width: 100%;
    height: auto;
    display: block;
}

.reviews-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.offer-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.comparison-title,
.reviews-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.comparison-title span,
.reviews-title span {
    color: #0082dc;
}

.photo-slider {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.photo-slider-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: photo-slide 28s linear infinite;
}

.photo-slider-img {
    height: 500px;
    width: auto;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

@keyframes photo-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .photo-slider-img {
        height: 350px;
    }

    .photo-slider {
        margin-top: 30px;
    }
}

.comparison-content {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.comparison-content img {
    width: 100%;
    max-width: 860px;
    display: block;
    height: auto;
}

.comparison-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.included {
    background-color: #fff;
}

.included-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 16px 30px 16px;
}

.included-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.included-title span {
    color: #0082dc;
}

.included-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.included-feature-img {
    width: 106px;
    height: auto;
}

.included-feature-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.included-feature-title {
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 24px;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.included-feature-subtitle {
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 25px;
    font-size: 18px;
}

.included-feature {
    display: flex;
    gap: 15px;
    align-items: center;
}

.included-img {
    width: 100%;
    max-width: 860px;
    display: block;
    height: auto;
}

.included-img-sm {
    display: none;
}

@media screen and (max-width: 600px) {
    .reviews-content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 500px) {
    .included-img-lg {
        display: none;
    }

    .included-img-sm {
        display: block;
    }
}

.included-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.controls {
    background-color: #fff;
}

.controls-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 16px;
}

.controls-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.controls-title span {
    color: #0082dc;
}

.controls-subtitle {
    max-width: 700px;
    margin: 30px auto 0 auto;
    font-family: "Google Sans";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.controls-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.controls-content-left {
    flex: 0 0 auto;
}

.controls-content-left img {
    width: auto;
    height: 100%;
    display: block;
    max-height: 520px;
    min-width: 0;
}

.controls-content-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.controls-content-right img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 500px;
}

.controls-content-right img:last-child {
    width: calc(100% - 24px);
}

.controls-cta {
    max-width: 450px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.money-back-container {
    background-color: #f4f9fd;
    max-width: 915px;
    width: 100%;
    border: 2px solid #0082dc;
    position: relative;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 40px;
    align-items: center;
    text-align: center;
}

.seal-90d {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 181px;
}

.money-back {
    padding: 150px 16px 50px 16px;
}

.money-back-title {
    font-family: "Calibre";
    font-weight: 600;
    font-size: 50px;
    line-height: 51px;
    text-align: center;
    margin: 0 auto;
}

.money-back-title-highlighted {
    color: #0082dc;
}

.money-back-subtitle {
    font-family: "Google Sans";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0 auto;
}

.money-back-cards {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    gap: 10px;
}

.money-back-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Overpass";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    gap: 20px;
    flex: 1;
    border: 2px solid #bde2fb;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.money-back-img {
    max-width: 55px;
}

.money-back-cta {
    max-width: 450px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.included-features {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.included-features-divider {
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
}

.faq-divider {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 10px 0;
}

.cta-product {
    max-width: 437px;
}

.offer-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1030px;
    margin: 70px auto 50px auto;
    background-color: #f6fcff;
    border: 2px solid #08172d;
    padding: 40px 16px;
    position: relative;
}

.timer-card {
    position: absolute;
    top: -18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Calibre';
    font-weight: 600;
    color: #fff;
    font-size: 25.6px;
    line-height: 100%;
    background-color: #08172d;
    padding: 6px 12px;
}

.timer-card span {
    margin-bottom: -10px;
}

.offer-title {
    font-family: 'Calibre';
    font-weight: 700;
    font-size: 54px;
    line-height: 57px;
    letter-spacing: -0.02em;
    text-align: center;
}

.offer-title span {
    color: #0082dc;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Google Sans';
    font-size: 20px;
    font-weight: 600;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px auto;
    width: fit-content;
}

.offer {
    padding: 0 16px;
}

.offer-mob {
    display: none;
}

.offer-mob-card {
    background-color: #f6fcff;
    border: 2px solid #08172d;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 30px auto;
}

.offer-mob-card-header {
    background-color: #08172d;
    color: #fff;
    position: relative;
}

.limited-timer-mob {
    position: absolute;
    transform: translateX(-50%);
    top: -20px;
    left: 50%;
    background-color: #08172d;
    padding: 8px 10px;
    border-radius: 100px;
}

.offer-mob-card-title {
    font-family: 'Calibre';
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 20px;
}

.offer-mob-card-title span {
    color: #0082dc;
}

.offer-mob-card-subtitle {
    background-color: #0082dc;
    font-family: 'Calibre';
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 5px 0;
}

.offer-mob-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.mob-product-limited {
    width: 100%;
    height: auto;
    min-width: none;
    max-width: 323px;
}

.faq {
    background-color: #f6fcff;
}

.faq-container {
    padding: 50px 16px;
}

.faq-title {
    font-family: 'Calibre';
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -0.02em;
    text-align: center;
}

.faq-card {
    background-color: #fff;
    border: 1px solid #0082dc;
    padding: 20px 16px;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

.faq-content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq-card-header {
    font-size: 22px;
    font-family: 'Google Sans';
    font-weight: 700;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-card-text {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Google Sans';
    font-weight: 400;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.faq-card.open .faq-card-text {
    display: flex;
}

.faq-divider {
    display: none;
}

.faq-card.open .faq-divider {
    display: block;
}

.arrow-faq-icon {
    transition: transform 0.3s ease;
    transform: rotate(-180deg);
    flex-shrink: 0;
}

.faq-card.open .arrow-faq-icon {
    transform: rotate(0deg);
}

.faq-card-header {
    cursor: pointer;
}

.footer-links a,
.copyright {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 32.22px;
    font-family: 'Google Sans';
    font-weight: 400;
    letter-spacing: 0.02em;
}

footer {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-footer {
    margin-bottom: 10px;
}

@media screen and (min-width: 991px) {
    .d-none-desktop {
        display: none !important;
    }

    .hero-video {
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) {

    .footer-links a,
    .copyright {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        line-height: 26px;
        font-family: 'Google Sans';
        font-weight: 400;
        letter-spacing: 0;
    }

    .logo-footer {
        width: 200px;
        height: auto;
        min-width: none;
        margin-bottom: 10px;
    }

    .faq-container {
        padding: 30px 16px;
    }

    .faq-title {
        font-size: 40px;
        line-height: 42px;
    }

    .faq-card-title {
        font-size: 18px;
        line-height: 25px;
    }

    .faq-card-text {
        font-size: 15px;
        line-height: 20px;
    }

    .faq-content {
        margin-top: 20px;
    }

    .offer-cta {
        width: 100%;
        margin: 20px auto 30px auto;
    }

    .offer-item img {
        width: 16px;
        height: auto;
    }

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

    .offer {
        display: none;
    }

    .offer-mob {
        display: flex;
        padding: 0 6px;
    }


    .included-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .included-feature-title {
        font-size: 20px;
        line-height: 24px;
    }

    .included-feature-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .money-back-container {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .money-back-cta {
        padding: 0 10px;
    }

    .seal-90d {
        max-width: 130px;
        top: -65px;
    }

    .money-back {
        padding: 100px 10px 50px 10px;
    }

    .money-back-subtitle {
        padding: 0 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .money-back-title {
        font-size: 40px;
        line-height: 38px;
        font-weight: 600;
        letter-spacing: -0.04em;
    }

    .money-back-img {
        width: 40px;
        height: auto;
    }

    .money-back-card {
        padding: 8px 0px;
        font-size: 15px;
        line-height: 18px;
        gap: 10px;
        justify-content: space-between;
    }

    .money-back-cards {
        padding: 0px 5px;
    }

    .controls-content-left {
        justify-content: center;
        display: flex;
    }

    .perform-cta {
        gap: 5px;
    }

    .header-actions,
    .header-btn {
        display: none;
    }

    .multicolor {
        display: block;
        height: auto;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .premium-mob-bleed {
        width: calc(100% + 32px);
        max-width: none;
        margin-left: -16px;
    }

    .premium-sound-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .header-container {
        justify-content: center;
        padding: 10px;
    }

    .hero-mob-video-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .badge-90d {
        position: absolute;
        bottom: -25px;
        right: 15px;
        width: 80px;
        height: auto;
    }

    .hero-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        margin-top: 14px;
        letter-spacing: -0.04em;
    }

    .hero-mob-content {
        padding: 0 16px;
        margin-top: 30px;
    }

    .hero-mob {
        background-color: #f6fcff;
        padding-bottom: 20px;
    }

    .hero-rating {
        font-size: 13px;
        align-items: center;
        display: flex;
    }

    .rating-stars {
        width: 78px;
        height: auto;
        margin-top: -2px;
    }

    .hero-subtitle {
        margin-top: 0px;
        font-size: 16px;
        line-height: 21px;
    }

    .hero-product-img {
        max-width: 100%;
        margin-left: 0;
        margin-top: 25px;
        min-width: 0px;
    }

    .hero-features-row {
        padding: 0 6px;
        justify-content: center;
    }

    .feature-item {
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px solid #00000029;
        padding: 5px 5px;
        letter-spacing: -0.04em;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .hero-features {
        gap: 0;
    }

    .cta-btn {
        font-size: 18px;
    }

    .next-icon {
        width: 14px;
        height: auto;
    }

    .hero-cta {
        padding: 0 12px;
        margin: 15px auto;
    }

    .shipping-cta {
        font-size: 12px;
    }

    .premium-sound-container {
        padding: 30px 14px 0 14px;
        letter-spacing: -0.01em;
    }

    .premium-sound-subtitle {
        font-size: 16px;
    }

    .premium-sound-content {
        flex-direction: column;
        margin-top: 20px;
        gap: 45px;
    }

    .premium-sound-right {
        order: 0;
        gap: 30px;
        max-width: 500px;
        margin: 0 auto;
    }

    .premium-sound-left {
        order: 1;
        max-width: 500px;
        margin: 0 auto;
    }

    .premium-sound-subtitle {
        margin-top: 20px;
    }

    .perform-container {
        padding: 50px 14px 30px 14px;
        letter-spacing: -0.01em;
    }

    .perform-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .perform-subtitle {
        font-size: 16px;
        margin-top: 20px;
    }

    .perform-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 30px;
    }

    .comparison-cta {
        gap: 5px;
        margin-top: 20px;
    }

    .comparison-container,
    .reviews-container {
        padding: 50px 10px 30px 10px;
        letter-spacing: -0.01em;
    }

    .comparison-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
        letter-spacing: -0.02em;
    }

    .comparison-content {
        margin-top: 30px;
    }

    .included-cta {
        gap: 5px;
        margin-top: 40px;
    }

    .included-container {
        padding: 0px 10px 30px 10px;
        letter-spacing: -0.01em;
    }

    .included-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
        letter-spacing: -0.02em;
    }

    .included-content {
        margin-top: 30px;
    }

    .controls-container {
        padding: 35px 14px 30px 14px;
        letter-spacing: -0.01em;
    }

    .controls-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .controls-subtitle {
        font-size: 16px;
        margin-top: 20px;
    }

    .controls-content {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .controls-cta {
        gap: 5px;
    }

    .controls-content-right img:last-child {
        width: 100%;
    }

    .controls-content-right img:first-child {
        display: none;
    }

    .d-none-mobile {
        display: none !important;
    }

    .reviews-title {
        font-family: "Calibre";
        font-weight: 600;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
        letter-spacing: -0.02em;
    }

    .reviews-content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .perform-content {
        grid-template-columns: 1fr;
    }

}