/* ===== BASE STYLES ===== */
p {
    padding: 10px 0px !important;
}

/* Layout Components */
.shapes-and-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 7vw;
    text-align: center;
    z-index: 20;
}

.plan-shape-1 {
    position: absolute;
    top: 35%;
    left: 16%;
    width: 14vw;
    z-index: 0;
}

.plan-shape-2 {
    position: absolute;
    top: 3%;
    right: 15%;
    width: 9vw;
    z-index: 0;
}

.plan-shape-3 {
    position: absolute;
    bottom: -29%;
    right: 23%;
    width: 6.5vw;
    z-index: 0;
}

.plans-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    top: 10vw;
    margin-bottom: 13vw;
    gap: 3vw;
    z-index: 30;
}

.plan-content {
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.plan-title {
    width: 33%;
    font-family: 'Poppins', sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.2;
    color: #1E4EBB;
    margin: 0 auto 20px auto;
}

.subtitle {
    color: var(--C-Grey, #555);
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
}

.plan-body {
    width: 33%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.3;
    color: #1E4EBB;
    margin: 20px auto 0 auto;
}

.plan-body-structure {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

    .plan-body-structure p {
        margin: 0;
    }

        .plan-body-structure p img {
            width: 1.75vw;
            height: 1.75vw;
        }

.plans-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 3vw;
    align-items: stretch;
}

/* Side Hustle Plan Styles */
.side-hustle-plan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(280deg, #FFC9B2 -23.22%, #A5B9E5 94.64%);
    box-shadow: 5px 0px 5px 0px rgba(85, 85, 85, 0.50);
    width: 18%;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
}

.side-hustle-plan-elements {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 2vw;
}

.side-hustle-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    padding-bottom: 10px;
}

.side-hustle-price {
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    font-weight: 500;
}

.side-hustle-body {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
}

.side-hustle-button {
    padding: 4% 10%;
    border-radius: 15px;
    border: 1px solid var(--C-Black, #000000);
    width: 100%;
    background: transparent;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    margin-top: 15px;
}

/* Serious Business Plan Styles */
.serious-business-plan {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: var(--Premium-Green, linear-gradient(152deg, #FFF27C -1.11%, #8CEACD 75.24%));
    box-shadow: 5px 0px 5px 0px rgba(85, 85, 85, 0.50);
    width: 18%;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-top: 1vw;
    overflow: hidden;
}

.serious-business-plan-elements {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 0.6vw;
}

.serious-business-text {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}

.recommended-tag {
    font-size: 0.7vw;
    font-weight: 500;
    position: absolute;
    right: -5.5vw;
    top: 1.5vw;
    background: var(--Surface-surface-white, #FFF);
    display: flex;
    justify-content: center;
    width: 16vw;
    transform: rotate(45deg);
    padding: 8px 3px;
}

.serious-business-amount-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
}

.serious-business-first-amount-strikethrough {
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    font-weight: 500;
    color: #555;
    text-decoration: line-through;
}

.serious-business-first-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    font-weight: 500;
}

.serious-business-first-amount-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7vw;
    font-weight: 400;
}

.serious-business-second-amount {
    width: auto;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.serious-business-monthly-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    padding-bottom: 5px;
}

.serious-business-plan-body {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
}

.serious-business-body-image img {
    width: 100%;
    height: auto;
    padding-bottom: 1vw;
    padding-top: 1vw
}

.serious-business-button {
    padding: 4% 10%;
    border-radius: 15px;
    border: 1px solid var(--C-Black, #000000);
    width: 100%;
    background: transparent;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    margin-top: 15px;
}

/* Motivated Plan Styles */
.motivated-plan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: var(--Premium-Purple, linear-gradient(276deg, #E1E8F6 20.3%, #FFC9B2 122.6%));
    box-shadow: 5px 0px 5px 0px rgba(85, 85, 85, 0.50);
    width: 18%;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-top: 1vw;
}

.motivated-plan-elements {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1vw;
}

.motivated-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
}

.motivated-amount-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
}

.motivated-first-amount-strikethrough {
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    color: #555;
    text-decoration: line-through;
}

.motivated-first-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    font-weight: 500;
}

.motivated-first-amount-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7vw;
    font-weight: 400;
}

.motivated-second-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.motivated-monthly-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    padding-bottom: 10px;
}

.motivated-plan-body {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
}

.motivated-body-image {
    padding-bottom: 3vw;
}

    .motivated-body-image img {
        width: 22vw;
        height: auto;
    }

.motivated-button {
    padding: 4% 10%;
    border-radius: 15px;
    border: 1px solid var(--C-Black, #000000);
    width: 100%;
    background: transparent;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    margin-top: 10px;
}

/* General UI Elements */
.selected {
    background: #000;
    color: #FAFAFA;
}

#recommend-button {
    position: absolute;
    top: 2%;
    right: 24%;
    transform: translate(50%, -50%);
    z-index: 2;
}

    #recommend-button img {
        max-width: 70%;
        width: auto;
        height: auto;
    }

.star-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.star-main {
    width: 30px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #C3D0EE transparent;
}

/* Compare Plan Section */
.compare-plan-section {
    width: 100%;
    z-index: 3;
}

.compare-button-section {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 4;
    padding: 20px 0;
}

.compare-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    width: 33%;
    padding: 15px 0px;
    border-radius: 15px;
    background: #000000;
    font-family: Poppins, sans-serif;
    font-size: 1.5vw;
    color: #FFFFFF;
    cursor: pointer;
}

.compare-plan-image {
    width: 1.5vw;
    height: auto;
}

.compare-dropdown-plan-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1vw;
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
    overflow: hidden;
}

.compare-hustle-plan {
    width: 95%;
}

.compare-hustle-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFC9B2;
    width: 100%;
    height: 70px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 1.7vw;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.72);
    cursor: pointer;
}

.compare-hustle-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.compare-dropdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F5F5;
    border-radius: 10px;
    font-size: 1.3vw;
}

.compare-dropdown-row-title {
    width: 30%;
    padding-left: 10px;
}

    .compare-dropdown-row-title p {
        margin: 0;
        word-wrap: break-word;
        padding: 0 4px;
        border-radius: 5px;
        background: var(--colours-C-Fill, #F7F5F5);
    }

.compare-dropdown-row-sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
    align-items: stretch;
    text-align: center;
}

    .compare-dropdown-row-sub > *:nth-child(2) {
        justify-content: center;
    }

    .compare-dropdown-row-sub > *:nth-child(3) {
        justify-content: center;
    }

    .compare-dropdown-row-sub p {
        margin: 0;
        width: 16%;
        word-wrap: break-word;
        padding: 10px;
        flex: 1;
        display: flex;
        align-items: stretch;
        text-align: center;
        padding-left: 10px !important;
    }

.compare-finances-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #C3D0EE;
    width: 100%;
    height: 70px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-family: 'poppins', sans-serif;
    font-size: 1.7vw;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.72);
    cursor: pointer;
}

.compare-momentum-plan {
    width: 100%;
}

.compare-momentum-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFEFD3;
    width: 100%;
    height: 70px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-family: 'poppins', sans-serif;
    font-size: 1.7vw;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.72);
    cursor: pointer;
}

.closed-dropdown-image {
    display: block;
}

.open-dropdown-image {
    display: block;
}

.margin-bottom-compare {
    margin-bottom: 15px;
}

/* Other UI Elements */
.line-img {
    width: 100%;
}

.heading-container {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.tick-icon {
    width: 1vw;
}

.arrow-icon {
    align-self: flex-end;
    justify-content: center;
    width: 0.7vw;
}

.arrow-container {
    display: flex;
    align-self: center;
}

.subpoint-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    margin-left: 17px;
    margin-bottom: 5px;
}

.subpoint {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.add-icon {
    width: 1vw;
}

.information-circle-icon {
    width: 20px;
}

.hidden-content {
    display: none;
}

.heading-text {
    color: var(--C-Black, #000);
    font-size: 0.9vw;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.title-icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.info-icon {
    width: 23px;
}

.subpoint-text {
    margin: 0;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.white {
    color: white !important;
}

/* Pricing Header Styles */
.pricing-header-container {
    position: fixed;
    top: calc(var(--nav-height, 120px));
    left: 0;
    width: 100%;
    background: white;
    padding: 15px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-100%);
}

    .pricing-header-container.sticky-visible {
        opacity: 1;
        transform: translateY(0);
    }

.pricing-header-table-container {
    box-shadow: none;
    width: 100%;
    background: white;
    padding: 15px 10px;
}

.toggle-hidden, .toggle-table-show {
    display: none;
}

.pricing-container.mobile-only {
    position: fixed;
    top: calc(var(--nav-height, 73px));
    left: 0;
    width: 100%;
    background: white;
    margin: 0;
    padding: 15px 20px 15px 0px;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-100%);
}

.pricing-container.mobile-static-only {
    width: 95%;    
    padding: 15px 0px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 20px;
    border: 1px solid #EAEAEA;
}

.pricing-container.mobile-only.sticky-visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-container.mobile-only.toggle-hidden, .pricing-container.mobile-static-only.toggle-hidden {
    display: none;
}

.pricing-container.mobile-only.toggle-table-show {
    display: none;
}

.pricing-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pricing-title {
    width: 31%;
}

    .pricing-title h2 {
        color: #1648B3;
        font-size: 42px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
        padding-left: 30px;
    }

.pricing-plan {
    width: 192px;
}

.pricing-plan-row-sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
    align-items: stretch;
    text-align: start;
}

    .pricing-plan-row-sub > *:nth-child(1) {
        width: 30%;
    }

    .pricing-plan-row-sub > *:nth-child(2) {
        width: 20%;
    }

    .pricing-plan-row-sub > *:nth-child(3) {
        width: 26%;
    }

.pricing-plan h3 {
    color: #698AD4;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
}

.pricing-plan .price {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1;
    display: flex;
    width: 120%;
    padding: 10px 0px !important;
}

.pricing-plan .currency {
    font-size: 20px;
    vertical-align: top;
    margin-right: 2px;
}

.pricing-plan .per-month {
    color: var(--C-Grey, #555);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 16px;
}

.pricing-column {
    justify-content: center;
    display: flex;
}

.start-button {
    background: #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 10px;
    border: none;
    width: 120%;
    max-width: 195px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    max-height: 35px;
}

.start-button-mobile {
    border-radius: 10px;
    background: #000;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 8px 16px;
    align-self: center;
    justify-content: center;
    text-decoration: none;
}

.star-icon {
    font-size: 18px;
}

/* Pricing Container Styles */
.motivated-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10vw;
    margin-bottom: 10vw;
}

.pricing-container {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap: 0;
    background: white;
    padding: 16px 10px;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.tier-name {
    color: var(--C-2, #698AD4);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

.price {
    color: var(--C-Black, #000);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: flex-start;
}

.price-amount {
    display: flex;
    align-items: baseline;
    font-size: 2em;
}

.price-prefix {
    color: var(--C-Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.period {
    color: var(--C-Grey, #555);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: center;
}

.arrow {
    font-size: 24px;
    margin-bottom: 5px;
}

.price-line {
    border-left: 1px solid;
    color: #EAEAEA;
    height: 60%;
    align-self: center;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: flex;
}

.display-none {
    display: none;
}

/* ===== MEDIA QUERIES ===== */

/* (max-width: 1650px) */
@media (max-width: 1650px) {
    .compare-dropdown-plan-section {
        margin-top: 120px;
    }
}

/* (max-width: 1150px) */
@media (max-width: 1150px) {
    p {
        padding: 0 !important;
    }

    .subtitle {
        font-size: 1vw;
    }

    .subpoint-text {
        font-size: 0.9vw;
    }

    .heading-text {
        font-size: 1vw;
    }

    .tick-icon {
        width: 1vw;
    }

    .add-icon {
        width: 1vw;
    }

    .pricing-title h2 {
        font-size: 40px;
    }

    .pricing-plan .price {
        font-size: 32px;
    }

    .start-button {
        font-size: 13px;
    }

    .compare-dropdown-row {
        padding: 10px;
    }

    .pricing-title {
        width: 26%;
    }

    .pricing-plan-row-sub > *:nth-child(1) {
        width: 26%;
    }

    .pricing-plan-row-sub > *:nth-child(2) {
        width: 25%;
    }

    .pricing-plan-row-sub > *:nth-child(3) {
        width: 30%;
    }
}

/* (max-width: 1000px) */
@media (max-width: 1000px) {
    .pricing-title h2 {
        font-size: 35px;
    }

    .pricing-plan .price {
        font-size: 30px;
    }

    .start-button {
        font-size: 10px;
        width: 100%
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
    }

    .pricing-card-container {
        border: 1px solid #EAEAEA;        
        border-radius: 10px;
        margin: 0px 10px;
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .compare-dropdown-row {
        font-size: 14px;
        flex-direction: column;
        background: transparent;
        padding: 0;
    }

    .compare-dropdown-row-title {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

        .compare-dropdown-row-title p {
            padding: 10px !important;
        }

    .compare-dropdown-row-sub {
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    .compare-column-1 {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }
}

/* (max-width: 770px) */
@media (max-width: 770px) {
    .closed-dropdown-image {
        width: 30px;
    }

    .open-dropdown-image {
        width: 20px;
    }

    .shapes-and-content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        margin-top: 7vw;
        text-align: center;
        z-index: 20;
        overflow: hidden;
    }

    .plan-shape-1 {
        display: none;
    }

    .plan-shape-2 {
        display: none;
    }

    .plan-shape-3 {
        display: none;
    }

    .plans-container {
        gap: 5vw;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .plan-title {
        width: 80%;
        font-size: 8vw;
        margin: 0 auto 20px auto;
    }

    .plan-body {
        width: 80%;
        font-size: 3vw;
        line-height: 1.3;
        margin: 20px auto 0 auto;
    }

    .plans-section {
        width: 100%;
        height: auto;
    }

    .side-hustle-plan, .serious-business-plan, .motivated-plan {
        width: 70%;
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 5vw;
        padding-top: 5vw;
    }

    .side-hustle-plan-elements, .serious-business-plan-elements, .motivated-plan-elements {
        padding-top: 5vw;
    }

    .plan-body-structure p img {
        width: 25px;
        height: 25px;
    }

    .side-hustle-title {
        font-size: 4vw;
    }

    .side-hustle-body {
        font-size: 4vw;
    }

    .side-hustle-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .serious-business-text {
        font-size: 4vw;
    }

    .recommended-tag {
        font-size: 2.5vw;
        top: 6vw;
        right: -8vw !important;
        padding: 4px 64px;
    }

    .serious-business-first-amount-strikethrough {
        font-size: 8vw;
    }

    .serious-business-first-amount {
        font-size: 8vw;
    }

    .serious-business-first-amount-text {
        font-size: 3vw;
    }

    .serious-business-monthly-text {
        font-size: 3vw;
    }

    .serious-business-plan-body {
        font-size: 4vw;
    }

    .serious-business-body-image img {
        width: 100%;
        padding: 10px 0;
    }

    .serious-business-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .motivated-text {
        font-size: 4vw;
    }

    .motivated-first-amount-strikethrough {
        font-size: 8vw;
    }

    .motivated-first-amount {
        font-size: 8vw;
    }

    .motivated-first-amount-text {
        font-size: 3vw;
    }

    .motivated-monthly-text {
        font-size: 3vw;
    }

    .motivated-plan-body {
        font-size: 4vw;
    }

    .motivated-body-image img {
        width: 50vw;
    }

    .motivated-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .compare-button {
        width: 60%;
        font-size: 4vw;
    }

    .compare-hustle-plan {
        margin-bottom: 7px;
    }

    .compare-finances-plan {
        margin-bottom: 7px;
    }

    .compare-dropdown {
        gap: 5px;
    }

    .mobile-title-row {
        border-radius: 5px;
        background: var(--colours-C-Fill, #F7F5F5);
        padding: 5px 10px;
        margin-bottom: 5px;
        width: 93%;
    }

    .mobile-values-row {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        width: 100%;
    }

    .mobile-value {
        padding: 5px 10px;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: stretch;
        text-align: center;
    }

        .mobile-value p {
            color: #000;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 400;
            margin: 0;
            width: 100%;
        }

            .mobile-value p:empty {
                display: block;
            }

                .mobile-value p:empty::before {
                    content: "-";
                    color: #666;
                }

            .mobile-value p.forever-free {
                font-weight: 500;
            }

            .mobile-value p.checkmark {
                font-size: 16px;
                color: #1E4EBB;
            }

            .mobile-value p.numeric {
                font-weight: 500;
                color: #1E4EBB;
            }

    .heading-container {
        padding: 10px;
    }

    .subtitle {
        font-size: 2.5vw;
    }

    .subpoint-text {
        font-size: 2vw;
    }

    .heading-text {
        font-size: 2.5vw;
    }

    .tick-icon {
        width: 2vw;
    }

    .add-icon {
        width: 2vw;
    }

    .side-hustle-price {
        font-size: 7vw;
    }

    .compare-dropdown-plan-section {
        margin-top: 50px;
    }

    .pricing-header-content {
        flex-direction: column;
    }

    .pricing-title h2 {
        font-size: 32px;
        text-align: center;
    }

    .pricing-plan {
        width: 100%;
    }

    .start-button {
        max-width: none;
        width: 44%;
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.5px;
        align-self: center;
    }

    .price {
        justify-content: center;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: center;
    }

    .tier-name {
        font-size: 15px;
        min-height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .price-prefix {
        font-size: 20px;
    }
}

/* (max-width: 430px) */
@media (max-width: 430px) {
    .heading-container {
        padding: 10px;
    }

    .subtitle {
        color: var(--C-Grey, #555);
        font-size: 0.9vw;
        font-weight: 400;
        line-height: normal;
    }

    .plans-container {
        flex-direction: column;
        align-items: center;
    }

    .side-hustle-plan, .serious-business-plan, .motivated-plan {
        width: 70%;
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 5vw;
        padding-top: 5vw;
    }

    .side-hustle-plan-elements, .serious-business-plan-elements, .motivated-plan-elements {
        padding-top: 2vw;
    }

    .plan-body-structure p img {
        width: 25px;
        height: 25px;
    }

    .side-hustle-title {
        font-size: 4vw;
        padding-bottom: 5px;
    }

    .side-hustle-price {
        font-size: 12vw;
    }

    .side-hustle-body {
        font-size: 4vw;
    }

    .side-hustle-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .serious-business-text {
        font-size: 4vw;
    }

    .serious-business-first-amount-strikethrough {
        font-size: 12vw;
    }

    .serious-business-first-amount {
        font-size: 12vw;
    }

    .serious-business-first-amount-text {
        font-size: 3.75vw;
    }

    .serious-business-monthly-text {
        font-size: 3.9vw;
    }

    .serious-business-plan-body {
        font-size: 4vw;
    }

    .serious-business-body-image img {
        width: 100%;
    }

    .serious-business-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .motivated-text {
        font-size: 4vw;
    }

    .motivated-first-amount-strikethrough {
        font-size: 12vw;
    }

    .motivated-first-amount {
        font-size: 12vw;
    }

    .motivated-first-amount-text {
        font-size: 3.75vw;
    }

    .motivated-monthly-text {
        width: 95%;
        font-size: 3.9vw;
        line-height: 1.5;
    }

    .motivated-plan-body {
        font-size: 4vw;
    }

    .motivated-body-image img {
        width: 50vw;
    }

    .motivated-button {
        font-size: 4vw;
        font-weight: 500;
    }

    .heading-text {
        font-size: 3.5vw;
    }

    .compare-button {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 70%;
        font-size: 4vw;
        padding: 10px 0;
    }

    .compare-plan-image {
        width: 5vw;
        height: auto;
    }

    .compare-hustle-plan {
        width: 90%;
    }

    .compare-finances-plan {
        width: 100%;
    }

    .compare-momentum-plan {
        width: 100%;
    }

    .compare-hustle-button {
        font-size: 18px;
        padding: 10px;
        height: auto;
    }

    .compare-finances-button {
        font-size: 18px;
        padding: 10px;
        height: auto;
    }

    .compare-momentum-button {
        font-size: 18px;
        padding: 10px;
        height: auto;
        text-align: left;
        gap: 10px;
    }

    .compare-dropdown-row-sub p {
        padding: 5px 10px;
    }

    .compare-dropdown-row {
        font-size: 14px;
    }

    .tick-icon {
        width: 3.5vw;
    }

    .arrow-icon {
        align-self: flex-end;
        justify-content: center;
        width: 2.5vw;
    }

    .add-icon {
        width: 3.5vw;
    }

    .subpoint-container {
        gap: 10px;
    }

    .subpoint {
        gap: 10px;
    }

    .subpoint-text {
        font-size: 3.5vw;
    }

    .recommended-tag {
        font-size: 2.8vw;
        top: 7vw;
        right: -13.5vw !important;
        padding: 4px 64px;
    }
}

/* (max-width: 420px) */
@media (max-width: 420px) {
    .recommended-tag {
        font-size: 3vw;
        top: 7vw;
        right: -13.5vw !important;
        padding: 4px 64px;
    }
}

/* (max-width: 380px) */
@media (max-width: 380px) {
    .recommended-tag {
        font-size: 3vw;
        top: 7vw;
        right: -15vw !important;
        padding: 4px 64px;
    }

    .mobile-value {
        padding: 5px 0px;
    }
}
