[x-cloak] { display: none !important; }
.app{
    background: var(--bg, radial-gradient(102.89% 73.86% at 78.73% 53.78%, #28C9D0 0%, #FDFFED 100%));
}
.app .container{
    z-index: 5;
}
.background-images {
    position: relative;
    height: 100%;
    z-index: 1; 
}
.background-images img {
    position: absolute;
}

h1{
    color: #3C5958;
    text-align: center;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.app h1{
    max-width: 50%;
}

strong{
    color: #1f2f2e;
}


.unstiff-logo{
    width: 166px;
    height: 70px;
    margin-top: 20px;
    margin-left: 0;
}
@media (max-width: 768px){
    .unstiff-logo{
       margin-left: 20px;
    }
}

.hero{
    position: relative;
    z-index: 1;
}
.hero-title{
    color: #000;
    text-align: center;
    font-family:Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.hero-description{
    text-align: center;
    color: #3C5958;
    font-family:Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.appstore-button{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 25px;
    margin-bottom: 25px;
}
.rating{
    margin-top: 75px;
    margin-bottom: 45px;
    margin-right: 45px;
    margin-left: 6px;
}
.award{
    margin-top: 75px;
    margin-bottom: 45px;
    margin-left: 45px;
}
.trend{
    text-align: right;
}

.calendar{
    text-align: left;
}

@media (max-width: 768px){
    .rating{
        margin-top: 75px;
        margin-bottom: 45px;
        margin-right: auto;
        margin-left: auto;
    }
    .award{
        margin-top: 25px;
        margin-bottom: 45px;
        margin-left: 0;
    }
    .trend{
        text-align: center;
    }
    .calendar{
        text-align: center;
    }
}



.features{
    position: relative;
    z-index: 2;
    margin-top: -75px;
}
.what-is-section{
    background: #FFF;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.what-is-section h1{
    font-size: 42px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 70%;
}
.what-is-section p{
    color: #3C5958;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.fullwidth-image{
    position: relative;
    z-index: 1;
}
.fullwidth-image .slogan{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
}
.fullwidth-image h1{
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 370px;
    text-align: left;
}

@media (max-width: 768px){
    .what-is-section p{
        margin-left: 20px;
        margin-right: 20px;
    }
    .fullwidth-image .slogan{
        padding-left: 20px;
    }
}

.app-flow{
    padding-top: 60px;
    padding-bottom: 60px;
}
.white-page{
    border-radius: 22px;
    background: #FFF;
}
.app-flow h1{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.about-page{
    color: #3C5958;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.about-page a{
    color: #28C9D0;
    text-decoration: none;
}
.about-page a:hover{
    color: #3C5958;
    text-decoration: underline;
}
.about-eyebrow{
    color: #3C5958;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.about-title{
    color: #3C5958;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    max-width: 640px;
    margin: 0;
}
.about-lede{
    color: #3C5958;
    max-width: 520px;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
}
.about-hero-grid{
    display: grid;
    gap: 48px;
    align-items: center;
}
.about-hero-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.about-trust-row{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-trust-row li{
    background: rgba(40, 201, 208, 0.18);
    padding: 10px 16px;
    border-radius: 999px;
}
.about-hero-visual{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}
.about-hero-image{
    width: 100%;
    max-width: 600px;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(40, 201, 208, 0.25);
    object-fit: cover;
}
.about-story{
    background: linear-gradient(180deg, #F6FCFB 0%, #FFFFFF 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-story-inner{
    max-width: 760px;
    text-align: center;
}
.about-section-title{
    color: #3C5958;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
.about-story-body{
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 18px;
    line-height: 1.7;
}
.about-founder{
    margin-top: 36px;
    text-align: center;
}
.about-founder-avatar{
    display: inline-flex;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(40, 201, 208, 0.4);
}
.about-founder-photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-founder figcaption{
    margin-top: 12px;
    font-size: 14px;
    color: #5b7473;
}
.about-philosophy{
    text-align: center;
}
.about-philosophy-grid{
    display: grid;
    gap: 24px;
    margin-top: 32px;
}
.about-philosophy-card{
    padding: 28px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 20px 60px rgba(40, 201, 208, 0.12);
}
.about-philosophy-card h3{
    color: #3C5958;
    font-size: 20px;
    margin-bottom: 12px;
}
.about-philosophy-card p{
    color: #3C5958;
    font-size: 16px;
    line-height: 1.6;
}
.about-section-intro{
    color: #3C5958;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px auto;
}
.about-team{
    background: linear-gradient(180deg, #FFFFFF 0%, #F4FFFE 100%);
}
.about-team-grid{
    display: grid;
    gap: 24px;
}
.about-team-card{
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(40, 201, 208, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-team-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(40, 201, 208, 0.18);
}
.about-team-photo{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 201, 208, 0.15);
    color: #3C5958;
    font-weight: 600;
    font-family: inherit;
}
.about-team-photo.placeholder{
    font-size: 20px;
    letter-spacing: 0.05em;
}
.about-team-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-team h3{
    color: #3C5958;
    font-size: 20px;
    margin-bottom: 4px;
}
.about-team-role{
    color: #28C9D0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.about-team-bio{
    color: #3C5958;
    font-size: 15px;
    line-height: 1.6;
}
.about-location{
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF9F9 100%);
}
.about-location-grid{
    display: grid;
    gap: 32px;
    align-items: center;
}
.about-location-copy{
    color: #3C5958;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}
.about-address{
    font-style: normal;
    color: #3C5958;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}
.about-address strong{
    color: #1f2f2e;
}
.about-location-map{
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(40, 201, 208, 0.15);
    overflow: hidden;
}
.about-values-grid{
    display: grid;
    gap: 24px;
    margin-top: 40px;
}
.about-value{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    padding: 24px;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 40px rgba(60, 89, 88, 0.08);
}
.about-value-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(40, 201, 208, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.about-value h3{
    color: #3C5958;
    margin-bottom: 6px;
    font-size: 18px;
}
.about-value p{
    color: #3C5958;
    font-size: 15px;
    margin: 0;
}
.about-privacy{
    background: linear-gradient(180deg, #E7F9F8 0%, #FFFFFF 100%);
}
.about-privacy-grid{
    display: grid;
    gap: 32px;
    align-items: center;
}
.about-privacy-grid p{
    color: #3C5958;
    font-size: 17px;
    line-height: 1.6;
}
.about-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #28C9D0;
    font-weight: 600;
    margin-top: 16px;
}
.about-link::after{
    content: "→";
    font-size: 16px;
}
.about-checklist{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 16px;
}
.about-checklist li{
    position: relative;
    padding-left: 28px;
}
.about-checklist li::before{
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #28C9D0;
    font-weight: 600;
}
.about-future{
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
}
.about-future-timeline{
    display: grid;
    gap: 24px;
    margin-top: 40px;
}
.about-future-item{
    position: relative;
    padding: 28px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 12px 40px rgba(40, 201, 208, 0.1);
}
.about-future-item::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #28C9D0;
}
.about-future-item::after{
    content: "";
    position: absolute;
    left: 21px;
    top: 34px;
    bottom: -28px;
    width: 2px;
    background: rgba(40, 201, 208, 0.25);
}
.about-future-item:last-child::after{
    display: none;
}
.about-future-item h3{
    color: #3C5958;
    font-size: 18px;
    margin-left: 24px;
    margin-bottom: 10px;
}
.about-future-item p{
    color: #3C5958;
    font-size: 15px;
    line-height: 1.6;
    margin-left: 24px;
}
.about-cta{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-cta-title{
    color: #3C5958;
    font-size: 28px;
    font-weight: 600;
    max-width: 640px;
    margin: 0 auto 24px;
}
.about-cta-actions{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}
.map-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-page{
    color: #3C5958;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.contact-hero{
    background: linear-gradient(180deg, #FFFFFF 0%, #F0FCFB 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-hero-grid{
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    text-align: center;
}
.contact-hero-copy{
    max-width: 700px;
}
.contact-eyebrow{
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #28C9D0;
    margin-bottom: 16px;
}
.contact-title{
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #3C5958;
    max-width: none;
}
.contact-lede{
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.contact-form-section{
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 100px;
}
.contact-form-grid{
    display: grid;
    gap: 40px;
    align-items: start;
}
.contact-form-card{
    background: #FFFFFF;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 12px 44px rgba(40, 201, 208, 0.16);
}
.contact-form-card h2{
    font-size: 28px;
    margin-bottom: 12px;
    color: #3C5958;
}
.contact-form-help{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.contact-alert{
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    margin-bottom: 18px;
    display: block;
}
.contact-alert.success{
    background: rgba(40, 201, 208, 0.18);
    color: #215350;
}
.contact-alert.error{
    background: rgba(255, 145, 112, 0.25);
    color: #8d3b27;
}
.contact-form{
    display: grid;
    gap: 20px;
}
.contact-field{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-field label{
    font-weight: 600;
    font-size: 15px;
}
.contact-field input,
.contact-field textarea{
    border-radius: 14px;
    border: 1px solid rgba(60, 89, 88, 0.2);
    padding: 14px 16px;
    font-size: 16px;
    font-family: inherit;
    color: #3C5958;
    background: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-field input:focus,
.contact-field textarea:focus{
    outline: none;
    border-color: rgba(40, 201, 208, 0.6);
    box-shadow: 0 0 0 3px rgba(40, 201, 208, 0.2);
}
.contact-field.has-error input,
.contact-field.has-error textarea{
    border-color: rgba(230, 77, 46, 0.6);
    box-shadow: none;
}
.contact-field-error{
    font-size: 13px;
    color: #c0392b;
}
.contact-submit{
    align-self: flex-start;
    padding-left: 28px;
    padding-right: 28px;
}
.contact-sidebar{
    display: grid;
    gap: 20px;
}
.contact-sidebar-card{
    background: #FFFFFF;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(60, 89, 88, 0.12);
}
.contact-sidebar-card h3{
    font-size: 20px;
    margin-bottom: 16px;
}
.contact-sidebar-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}
.contact-sidebar-card li{
    display: grid;
    gap: 4px;
}
.contact-sidebar-card strong{
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #20403f;
}
.contact-sidebar-card a{
    color: #3C5958;
}
.contact-trust{
    background: #F0FCFB;
}
@media (max-width: 991px){
    .contact-lede{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px){
    .contact-form-grid{
        grid-template-columns: 1fr;
    }
    .contact-form-card{
        padding: 28px 24px;
    }
    .contact-sidebar-card{
        padding: 24px;
    }
}
@media (max-width: 767px){
    .about-title,
    .about-lede{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .about-hero-content{
        align-items: center;
    }
    .about-trust-row{
        justify-content: center;
    }
}
@media (min-width: 768px){
    .about-hero-grid{
        grid-template-columns: 1.1fr 0.9fr;
    }
    .about-philosophy-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .about-team-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-values-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-privacy-grid{
        grid-template-columns: 1.2fr 0.8fr;
    }
    .about-location-grid{
        grid-template-columns: 1.1fr 0.9fr;
    }
    .about-future-timeline{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
        position: relative;
    }
    .about-future-item{
        padding: 32px;
    }
    .about-future-item::before,
    .about-future-item::after{
        display: none;
    }
    .about-future-item h3,
    .about-future-item p{
        margin-left: 0;
    }
}

.factor-cell{
    max-width: 250px;
    padding-top: 60px;
    margin-right: auto;
    margin-left: auto;
}
.factor-cell .icon-box{
    border-radius: 12px;
    background: #BAEEE4;
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.factor-cell h1{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    max-width: 80%;
    line-height: normal;
}
.factor-cell .description{
    color: #3C5958;
    text-align: center;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.track-section{
    position: relative;
    z-index: 2;
    margin-bottom: -30px!important;
}
.back-pain-section{
    position: relative;
    z-index: 2;
    margin-bottom: -30px!important;
    margin-top: -30px!important;
}
.ai-section{
    margin-top: -180px!important;
}
.ai-section h1{
    max-width: 350px;
    text-align: left;
    margin-left: 30px;
    margin-top: 200px;
}
.ai-section .description{
    color: #3C5958;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 450px;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
}

@media (max-width: 891px){
    .ai-section h1{
        margin-top: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .ai-section .description{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.security-section{
    margin-top: 60px!important;
}
.security-section h1{
    line-height: normal;
    padding-top: 6px;
    max-width: unset;
}
.security-section .description{
    color: #3C5958;
    text-align: center;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 60px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.yoga-section{
    position: relative;
    margin-top: -30px!important;
    z-index: 1;
    padding-top: 40px;
    height: 890px;
}

.comments-section{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.comments-section h1{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.comment{
    margin-top: 10px!important;
}
.comment-cell{
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.footer-links{
    color: #3C5958;
    font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-link-item,
.footer-link-item--accent {
    color: #3C5958;
    text-decoration: none;
}

.footer-link-item:hover,
.footer-link-item--accent:hover {
    text-decoration: underline;
    color: #2a4140;
}

.popup{
    width: 60%;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
}

.popup input {
    color: #000000;
}

.popup h1{
    color: #3C5958;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 60%;
    margin: 0 auto 30px;
}
.popup .description{
    color: #3C5958;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 60px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.popup .sub-description{
    color: #3C5958;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.popup input{
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    width: 80%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #EDEDED;
    border-style: hidden;
    border-color: unset;
    border: hidden;
    text-align: center;
}
.popup .save-button{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    width: 80%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #507C7B;
    color: white;
}
.popup-bg{
    background: #3C5958;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
@media (max-width: 768px){
    .popup{
        width: 90%;
        position: fixed;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .popup h1{
        font-size: 36px;
        max-width: 80%;
    }
    .popup .description{
        margin-bottom: 20px;
    }
    .popup input{
        width: 90%;
    }
    .popup .save-button{
        width: 90%;
    }
}

@media (max-height: 670px){
    .popup{
        width: 90%;
        position: fixed;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .popup h1{
        font-size: 28px;
        max-width: 80%;
    }
    .popup .description{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .popup input{
        width: 90%;
    }
    .popup .save-button{
        width: 90%;
    }
}

.scroll-lock {
    position: fixed !important;
    width: 100%;
    overflow: hidden !important;
    top: 0;
    left: 0;
}
.navbar {
    z-index: 1;
    background-color: unset;
}

.footer{
    background-color: unset!important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
}

.subscribe-input {
    color: #0f172a !important;
    background-color: #ffffff;
    border: 1px solid #cbd5f5;
}

.subscribe-input::placeholder {
    color: #94a3b8;
}

.feature-title{
    font-size: x-large;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-text{
    font-size: medium;
}

.feature-img{
    margin-top: 20px;
}


/* NavBar */

.app .navbar{
    z-index: 1;
    background-color: unset;
}

.app .navbar-brand{

}

.app .navbar .navbar-brand a.navbar-item{
    font-size: 40px;
    margin-top: 20px;
}

.app .navbar a{
    color: #3C5958;
    background-color: unset;
}

.app .navbar a.navbar-item{
    font-size: 14px;
}

.app .navbar .navbar-start{
    margin-left: 100px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 24px;
    width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}


/*Media*/
@media (max-width: 768px){
    html, body {
        overflow-x: hidden;
    }
    .app .hero-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ball{
        margin-left: auto;
        margin-right: auto;
    }

    /*Mobile Navbar*/
    #jenna-navbar{
        /* Mobile Menu */
        height: 260px;
        position: absolute;
        z-index: 6;
        width: 100%;
    }

    #jenna-navbar a{
        padding: 12px;
        font-size: large;
    }
    .jenna-bg-mobile{
        position: relative;
        top: -100px;
        right: -20px;
        height: 634px;
        z-index: -1;
    }
}

@media (max-width: 768px) and (min-height: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*Text*/
.text-content {
    background-color: rgba(255, 255, 255, .5);
    padding: 60px;
    border-radius: 40px;
    margin-top: 40px;
}

.text-content h1 {
    font-size: x-large;
    font-weight: bold;
}
.text-content p {

}
.text-content h2 {
    font-weight: bold;
}

.text-content h1, h2, h3 {
    color: #2c3e50;
}
.text-content ul {
    margin: 10px 0 20px 20px;
}
.text-content p {
    margin: 10px 0;
}


/* -------------------------------------------------------------------------- */
/* Articles landing + detail styling                                          */
/* -------------------------------------------------------------------------- */
.articles-hero {
    position: relative;
    padding: 120px 24px 100px;
    background: linear-gradient(170deg, #0f172a 0%, #0f172a 55%, #020617 100%);
    color: #fff;
    overflow: hidden;
}

.articles-hero__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.articles-hero__background::before,
.articles-hero__background::after {
    content: "";
    position: absolute;
    filter: blur(120px);
    opacity: 0.35;
}

.articles-hero__background::before {
    width: 420px;
    height: 420px;
    top: 80px;
    left: -120px;
    background: rgba(79, 70, 229, 0.75);
}

.articles-hero__background::after {
    width: 460px;
    height: 460px;
    top: -40px;
    right: -120px;
    background: rgba(16, 185, 129, 0.6);
}

.articles-hero__content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: left;
}

.articles-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-weight: 600;
    font-size: 12px;
    color: #c7d2fe;
}

.articles-hero__title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

.articles-hero__subtitle {
    margin: 0;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.9);
}

.articles-hero__badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.articles-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(99, 102, 241, 0.18);
    color: #eef2ff;
}

.articles-pill--emerald {
    background: rgba(16, 185, 129, 0.18);
    color: #d1fae5;
}

.articles-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    padding: 22px 26px;
    backdrop-filter: blur(14px);
}

.articles-hero__cta-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.articles-hero__cta-copy {
    margin: 4px 0 0;
    font-size: 14px;
    color: rgba(226, 232, 240, 0.85);
}

.articles-hero__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 18px 40px -24px rgba(15, 23, 42, 0.55);
}

.articles-hero__cta-button:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

.articles-list {
    background: linear-gradient(180deg, #020617 0%, #f8fafc 6%, #f8fafc 100%);
    padding: 0 24px 90px;
    margin-top: -80px;
}

.articles-grid {
    margin: 0 auto;
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.article-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 40px 80px -48px rgba(15, 23, 42, 0.65);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 90px -40px rgba(79, 70, 229, 0.35);
}

.article-card__media {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.article-card__media-link,
.article-card__media-link:focus {
    display: block;
    height: 100%;
}

.article-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.article-card:hover .article-card__image {
    transform: scale(1.05);
}

.article-card__placeholder {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #475569;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 600;
}

.article-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 14px;
    background: rgba(251, 191, 36, 0.95);
    color: #78350f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 30px -18px rgba(120, 53, 15, 0.7);
}

.article-card__badge-icon {
    width: 14px;
    height: 14px;
}

.article-card__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 32px;
}

.article-card__meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.article-card__category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
}

.article-card__category-icon {
    width: 12px;
    height: 12px;
    color: #94a3b8;
}

.article-card__title {
    margin: 0;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 650;
    color: #0f172a;
}

.article-card__title-link {
    color: inherit;
    text-decoration: none;
}

.article-card__title-link:hover {
    color: #4f46e5;
}

.article-card__excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
}

.article-card__premium {
    border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.6);
    background: rgba(254, 243, 199, 0.8);
    padding: 12px 16px;
    font-size: 13px;
    color: #92400e;
    font-weight: 500;
}

.article-card__actions {
    margin-top: auto;
}

.article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4f46e5;
    text-decoration: none;
}

.article-card__link::after {
    content: "\2192";
    font-size: 16px;
    transition: transform 0.2s ease;
}

.article-card__link:hover::after {
    transform: translateX(4px);
}

.breadcrumb {
    max-width: 1040px;
    margin: 0 auto;
    padding: 24px 24px 0;
}

.breadcrumb__surface {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #64748b;
}

.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
}

.breadcrumb__item-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb__item:not(:first-child) .breadcrumb__item-inner::before {
    content: "\203A";
    margin: 0 12px;
    color: rgba(148, 163, 184, 0.6);
    font-size: 0.75rem;
    line-height: 1;
}

.breadcrumb__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(79, 70, 229, 0.08);
    color: #4f46e5;
}

.breadcrumb__icon svg {
    width: 14px;
    height: 14px;
}

.breadcrumb__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

a.breadcrumb__link:hover {
    color: #4f46e5;
}

.breadcrumb__item--current {
    color: #0f172a;
}

.breadcrumb__item--current .breadcrumb__icon {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.breadcrumb__item--current .breadcrumb__link {
    font-weight: 600;
    cursor: default;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 20px 16px 0;
    }

    .breadcrumb__item:not(:first-child) .breadcrumb__item-inner::before {
        margin: 0 8px;
    }
}

@media (max-width: 480px) {
    .breadcrumb__item {
        font-size: 0.8rem;
    }

    .breadcrumb__icon {
        width: 20px;
        height: 20px;
    }

    .breadcrumb__icon svg {
        width: 12px;
        height: 12px;
    }
}

.app.app--agreements,
.app.app--article {
    background: #ffffff;
    min-height: 100vh;
}

.article-detail-hero {
    position: relative;
    padding: 12px 24px 60px;
    color: #0f172a;
    overflow: hidden;
}

.article-detail-hero--with-image {
    background-image: var(--article-hero-image-url);
    background-size: cover;
    background-position: center;
}

.article-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(248, 250, 252, 0.92);
}

.article-detail-hero__content {
    position: relative;
    z-index: 2;
    color: #0f172a;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.article-detail-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    color: #475569;
    justify-content: center;
    align-items: center;
}

.article-detail-hero__logo {
    display: inline-flex;
    justify-content: center;
}

.article-detail-hero__logo img {
    display: block;
}

.article-detail-hero__meta-category {
    margin: -16px 0 0;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.75);
}

.article-detail-hero__cta {
    margin: 12px auto 0;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.article-detail-hero__cta h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.article-detail-hero__cta p {
    margin: 0;
    font-size: 0.85rem;
    color: #475569;
}

.article-detail-hero__cta-actions {
    margin-top: 6px;
}

.article-detail-hero__cta-button {
    display: inline-flex;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-detail-hero__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.45);
}

.article-detail-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    letter-spacing: 0.14em;
}

.article-detail-hero__tag svg {
    width: 12px;
    height: 12px;
}

.article-detail-hero__tag--premium {
    background: #fef3c7;
    border-color: #fde68a;
    color: #78350f;
}

.article-detail-hero__title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.article-detail-hero__meta {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.article-detail-hero__languages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #475569;
    align-items: center;
    justify-content: center;
}

.article-detail-hero__language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    text-decoration: none;
    color: #475569;
    transition: background 0.2s ease, color 0.2s ease;
}

.article-detail-hero__language:hover {
    background: #e0f2fe;
    color: #0f172a;
}

.article-detail-hero__language--active {
    background: #fff;
    color: #0f172a;
    font-weight: 700;
}

.article-detail-hero__premium {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 560px;
    border-radius: 16px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    padding: 16px 20px;
    color: #92400e;
    font-size: 13px;
}

.article-detail-hero__premium-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #b45309;
}

.article-detail {
    padding: 0 24px 80px;
}

.article-detail__container {
    margin: -24px auto 0;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.article-detail__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f5f9;
}

.article-detail__media::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.article-detail__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail__body {
    padding: 40px 44px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.article-detail__header {
    padding: 32px 44px 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.article-detail__logo img {
    display: block;
}

.article-detail__premium-note {
    border-radius: 18px;
    border: 1px solid #fcd34d;
    background: linear-gradient(180deg, #fff7e6 0%, #fff0c2 100%);
    padding: 24px 28px;
    color: #7c4304;
    font-size: 14px;
    line-height: 1.6;
    max-width: 680px;
    text-align: center;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    box-shadow: 0 24px 40px -32px rgba(124, 67, 4, 0.35);
}

.article-detail__premium-note--below {
    margin: -60px auto 0;
    position: relative;
    z-index: 3;
}

.article-detail__premium-note-title {
    margin: 0;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
}

.article-detail__premium-note-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.2);
    color: #92400e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.45);
}

.article-detail__premium-note-icon svg {
    width: 22px;
    height: 22px;
}

.article-detail__premium-note-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(124, 67, 4, 0.92);
}

.article-detail__premium-note-actions {
    margin-top: 6px;
}

.article-detail__premium-note-actions .article-download-cta__button {
    display: inline-flex;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-detail__premium-note-actions .article-download-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.45);
}

.article-detail__content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #0f172a;
    line-height: 1.75;
    letter-spacing: 0.01em;
    margin: 0 auto;
    font-size: 1.05rem;
}

.article-detail__content strong {
    color: #1f2937;
    font-weight: 700;
}

.article-detail__content--premium {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.article-detail__content-inner {
    position: relative;
    z-index: 1;
}

.article-detail__content--premium::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 55%, #ffffff 100%);
    pointer-events: none;
    z-index: 2;
}

.article-detail__content h1,
.article-detail__content h2,
.article-detail__content h3,
.article-detail__content h4,
.article-detail__content h5,
.article-detail__content h6 {
    color: #0f172a;
    margin-top: 32px;
    font-weight: 700;
}

.article-detail__content h1 {
    font-size: 2.75rem;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.article-detail__content h2 {
    font-size: 1.85rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-left: 0.85rem;
    border-left: 4px solid #6366f1;
    color: #111c3d;
}

.article-detail__content h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.85rem;
    color: #1d4ed8;
}

.article-detail__content p {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    color: #1e293b;
}

.article-detail__content ul,
.article-detail__content ol {
    margin: 1.5rem 0 1.5rem 1.75rem;
    padding-left: 0.25rem;
}

.article-detail__content li {
    margin-bottom: 0.6rem;
    color: #1f2937;
}

.article-detail__content ul li::marker,
.article-detail__content ol li::marker {
    color: #6366f1;
    font-weight: 600;
}

.article-detail__content a {
    color: #507C7B;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.article-detail__content blockquote {
    margin: 1.75rem 0;
    padding-left: 1.25rem;
    border-left: 4px solid #94a3b8;
    color: #475569;
    font-style: italic;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.12), rgba(255, 255, 255, 0));
    border-radius: 0 1rem 1rem 0;
}

.article-detail__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 0.9rem;
    box-shadow: 0 20px 45px -25px rgba(15, 23, 42, 0.45);
}

.article-detail__content hr {
    border: none;
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    margin: 2.5rem 0;
}

.article-detail__content--preview {
    color: #475569;
}

.article-detail__back a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.article-detail__back a::before {
    content: "\2190";
}

.article-detail__back a:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.article-download-cta {
    background: #f8fafc;
    padding: 48px 24px;
    margin-bottom: 56px;
}

.article-download-cta__content {
    max-width: 680px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    color: #0f172a;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.article-download-cta__content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.article-download-cta__content p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 22px;
}

.article-download-cta__actions {
    display: flex;
    justify-content: center;
}

.article-download-cta__button img {
    display: block;
}

.article-suggestions {
    background: #ffffff;
    padding: 48px 24px 72px;
    border-top: 1px solid #e2e8f0;
}

.article-suggestions__inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.article-suggestions__inner h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.article-suggestions__inner p {
    margin: 0 auto 28px;
    max-width: 600px;
    font-size: 14px;
    color: #4b5563;
}

.article-suggestions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.article-suggestions__card {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-suggestions__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    gap: 6px;
}

.article-suggestions__badge--premium {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.article-suggestions__badge--free {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.article-suggestions__badge-icon {
    width: 14px;
    height: 14px;
}

.article-suggestions__image {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.article-suggestions__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-suggestions__body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    text-align: left;
}

.article-suggestions__body h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.article-suggestions__body h3 a {
    color: inherit;
    text-decoration: none;
}

.article-suggestions__body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
}

.article-suggestions__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #507C7B;
    text-decoration: none;
}

.article-suggestions__link::after {
    content: "\2192";
    font-size: 16px;
    transition: transform 0.2s ease;
}

.article-suggestions__link:hover::after {
    transform: translateX(4px);
}

@media (max-width: 960px) {
    .articles-hero,
    .article-detail-hero {
        padding: 90px 20px 80px;
    }

    .articles-hero__title,
    .article-detail-hero__title {
        font-size: 36px;
    }

    .articles-hero__subtitle {
        font-size: 16px;
        max-width: 100%;
    }

    .articles-hero__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .article-detail__container {
        margin-top: -60px;
    }

    .article-detail__body {
        padding: 36px 26px;
    }
}

@media (max-width: 640px) {
    .articles-hero__title,
    .article-detail-hero__title {
        font-size: 30px;
    }

    .article-detail-hero__tags {
        letter-spacing: 0.2em;
    }

    .article-card__body {
        padding: 24px;
    }

    .article-card__title {
        font-size: 22px;
    }
}

/* Article directory */


.article-directory-hero {
    position: relative;
    padding: 16px 24px 72px;
    overflow: hidden;
}

.article-directory-hero__background {
    position: absolute;
    inset: 0;
    opacity: 0.9;
    pointer-events: none;
}

.article-directory-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.article-directory-hero__eyebrow {
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.65);
    font-weight: 600;
}

.article-directory-hero__title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
    margin: 0 auto;
    max-width: 60%;
}

.article-directory-hero__subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.7;
}

.article-directory-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    font-size: 0.95rem;
    color: #1f2937;
}

.article-directory-hero__stats strong {
    font-weight: 700;
    color: #507C7B;
}

.article-directory-hero__cta {
    margin-top: 28px;
    padding: 22px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 25px 55px -35px rgba(15, 23, 42, 0.35);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.article-directory-hero__cta-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.article-directory-hero__cta-copy {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.7);
}

.article-directory-hero__cta-button {
    display: inline-flex;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-directory-hero__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.45);
}

.article-directory-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
}

.article-directory-nav__list {
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
}

.article-directory-nav__link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 12px 18px;
    border-radius: 14px;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid #e2e8f0;
    font-size: 13px;
    color: #1e293b;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.article-directory-nav__link small {
    font-size: 11px;
    color: #64748b;
}

.article-directory-nav__link:hover {
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    border-color: rgba(37, 99, 235, 0.35);
    transform: translateY(-2px);
}

.article-directory-nav__link:hover small {
    color: rgba(29, 78, 216, 0.9);
}

.article-directory-section {
    padding: 80px 24px 40px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.article-directory-section:nth-of-type(even) {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.article-directory-section__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
}

.article-directory-section__header h2 {
    margin: 0 0 8px;
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    color: #0f172a;
    font-weight: 700;
}

.article-directory-section__header p {
    margin: 0;
    max-width: 680px;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.6;
}

.article-directory-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 20px 45px -40px rgba(15, 23, 42, 0.4);
    height: 100%;
}

.article-directory-card__media {
    position: relative;
    width: 100%;
    padding-top: 56%;
    background: #f1f5f9;
}

.article-directory-card__media img,
.article-directory-card__media-link img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-directory-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #94a3b8;
}

.article-directory-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(37, 99, 235, 0.92);
    color: #ffffff;
}

.article-directory-card__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article-directory-card__badge svg {
    width: 16px;
    height: 16px;
}

.article-directory-card__badge-label {
    line-height: 1;
}

.article-directory-card__badge--free {
    background: rgba(16, 185, 129, 0.92);
}

.article-directory-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 18px 22px;
    height: 100%;
}

.article-directory-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #64748b;
}

.article-directory-card__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.article-directory-card__title a {
    color: inherit;
    text-decoration: none;
}

.article-directory-card__title a:hover {
    text-decoration: underline;
}

.article-directory-card__excerpt {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.6;
}

.article-directory-card__actions {
    margin-top: auto;
}

.article-directory-card__link {
    font-weight: 600;
    color: #507C7B;
    text-decoration: none;
}

.article-directory-card__link:hover {
    text-decoration: underline;
}

.article-directory-card__locales {
    font-weight: 600;
    color: #475569;
}

.article-directory-empty {
    padding: 80px 24px;
    text-align: center;
    color: #475569;
}

.article-directory-empty h2 {
    font-size: 2rem;
    color: #0f172a;
}


.article-directory-hero__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.article-directory-hero__logo img {
    display: block;
}

.navbar-item { position: relative; padding-bottom: 0.25rem; }
.navbar-item::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: transparent; transition: background 0.2s ease; }
.navbar-item.is-active::after, .navbar-item:hover::after { background: #507C7B; }
.navbar-item--cta { font-weight: 700; color: #4f46e5 !important; }
.navbar-item--cta::after { background: rgba(79, 70, 229, 0.4); }
.navbar-item--cta:hover::after { background: rgba(49, 46, 129, 0.8); }

.article-directory-section__more {
    margin-top: 12px;
    background: rgba(248, 250, 252, 0.85);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 22px;
}

.article-directory-section__more summary {
    cursor: pointer;
    font-weight: 600;
    color: #507C7B;
    list-style: none;
}

.article-directory-section__more summary::-webkit-details-marker {
    display: none;
}

.article-directory-section__grid--extra {
    margin-top: 18px;
}

.article-directory-section__more summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.article-directory-section__more summary::after {
    content: ""; width: 0; height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #507C7B;
    transition: transform 0.2s ease;
}

.article-directory-section__more[open] summary::after {
    transform: rotate(180deg);
}



.article-directory-section__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.article-directory-card--hidden { display: none; }
.article-directory-more { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 999px; border: 1px solid #507C7B; background: transparent; color: #507C7B; font-weight: 600; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.article-directory-more:hover { background: rgba(80,124,123,0.1); color: #274f4d; }

.article-directory-card--list {
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 20px;
    align-items: stretch;
}

.article-directory-card--list .article-directory-card__media {
    position: relative;
    padding-top: 0;
    height: 140px;
    border-radius: 18px;
    overflow: hidden;
}

.article-directory-card--list .article-directory-card__media img,
.article-directory-card--list .article-directory-card__media-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-directory-card--list .article-directory-card__body {
    padding: 12px 16px;
    gap: 10px;
}

@media (max-width: 900px) {
  .article-directory-card--list {
    grid-template-columns: 1fr;
  }
  .article-directory-card--list .article-directory-card__media {
    height: 190px;
  }
}

.article-directory-section__title-link { color: inherit; text-decoration: none; }
.article-directory-section__title-link:hover { text-decoration: underline; }

.article-directory-hero--category { padding: 72px 24px 56px; }
.article-directory-hero__logo-link { display: inline-flex; }

.article-directory-empty-back { padding: 32px 24px 64px; text-align: center; }
.article-directory-empty-back__link { color: #507C7B; font-weight: 600; text-decoration: none; }
.article-directory-empty-back__link:hover { text-decoration: underline; }

.article-directory-nav__link:hover { background: rgba(80, 124, 123, 0.12); border-color: rgba(80, 124, 123, 0.35); color: #274f4d; }
.article-directory-nav__link::after { content: ""; width: 100%; height: 2px; background: transparent; margin-top: 4px; transition: background 0.2s ease; }
.article-directory-nav__link.is-active::after { background: #507C7B; }

.back-pain-test {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.back-pain-test__wrapper {
    background: linear-gradient(140deg, rgba(79, 70, 229, 0.08), rgba(14, 165, 233, 0.08));
    border-radius: 28px;
    padding: 14px;
    box-shadow: 0 22px 45px -32px rgba(15, 23, 42, 0.45);
}

.back-pain-test__wrapper--inline {
    margin: 0 auto;
    width: min(720px, 100%);
}

.back-pain-test__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.35);
}

.back-pain-test__card--results {
    gap: 28px;
}

.back-pain-test__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.back-pain-test__step {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4f46e5;
}

.back-pain-test__progress {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background-color: rgba(79, 70, 229, 0.12);
    transform-origin: left center;
}

.back-pain-test__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #22d3ee);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.back-pain-test__question-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    outline: none;
}

.back-pain-test__question-helper {
    margin: 6px 0 0;
    font-size: 0.95rem;
    color: #64748b;
}

.back-pain-test__question-note {
    margin: 14px 0 0;
    padding: 12px 14px;
    font-size: 0.9rem;
    color: #1f2937;
    background: rgba(79, 70, 229, 0.08);
    border-radius: 14px;
}

.back-pain-test__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.back-pain-test__option {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 18px;
    padding: 16px 18px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    background: rgba(255, 255, 255, 0.95);
}

.back-pain-test__option:focus-within {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.22);
}

.back-pain-test__option--selected {
    border-color: #4f46e5;
    background: rgba(79, 70, 229, 0.12);
    box-shadow: 0 10px 24px -18px rgba(79, 70, 229, 0.7);
}

.back-pain-test__option-input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    accent-color: #4f46e5;
}

.back-pain-test__option-label {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
}

.back-pain-test__error {
    margin-top: 12px;
    color: #b91c1c;
    font-weight: 600;
    font-size: 0.9rem;
}

.back-pain-test__controls {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.back-pain-test__control {
    flex: 1 1 0;
    font-weight: 600;
}

.back-pain-test__results-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.back-pain-test__urgent {
    background: rgba(248, 113, 113, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #b91c1c;
    padding: 12px 16px;
    border-radius: 16px;
    font-weight: 600;
}

.back-pain-test__results-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.back-pain-test__result-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.back-pain-test__result-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.back-pain-test__result-heading h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.back-pain-test__result-bar {
    height: 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.35);
    overflow: hidden;
}

.back-pain-test__result-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #22d3ee);
    transition: width 0.4s ease;
}

.back-pain-test__result-score {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
}

.back-pain-test__result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}


.back-pain-test__cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
}

.back-pain-test__cta p {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
}

.back-pain-test__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    padding: 12px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.back-pain-test__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px -26px rgba(15, 23, 42, 0.35);
}
.back-pain-test__disclaimer {
    font-size: 0.9rem;
    color: #1f2937;
    align-items: center;
    gap: 10px;
    justify-content: center;
    align-self: center;
    background: rgba(79, 70, 229, 0.08);
    border: 1px solid rgba(79, 70, 229, 0.18);
    border-radius: 999px;
    padding: 10px 18px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 60%;
    text-align: center;
}

.back-pain-test__disclaimer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #4f46e5;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
}

.back-pain-test__faq {
    border-top: 1px solid #e2e8f0;
    padding-top: 24px;
}

.back-pain-test__faq-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 16px;
}

.back-pain-test__faq-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.back-pain-test__faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px 18px;
    background: #ffffff;
}

.back-pain-test__faq-question {
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    list-style: none;
}

.back-pain-test__faq-item[open] .back-pain-test__faq-question {
    color: #4f46e5;
}

.back-pain-test__faq-question::-webkit-details-marker {
    display: none;
}

.back-pain-test__faq-answer {
    margin: 12px 0 0;
    font-size: 0.95rem;
    color: #475569;
}

.lower-back-test-page {
    min-height: 100vh;
}

.lower-back-test-page__main {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 16px 100px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lower-back-test-page__intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 640px;
    margin: 0 auto;
}

.lower-back-test-page__intro h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    max-width: unset;
}

.lower-back-test-page__intro p {
    margin: 0;
    font-size: 1.05rem;
    color: #475569;
}

.back-pain-test__faq-wrapper{
    background: #ffffff;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 40px;
}

.awareness-preview {
    padding-bottom: 160px;
    padding-top: 80px;
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
}

.awareness-preview__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}

.awareness-preview__content {
    flex: 1 1 420px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.awareness-preview__eyebrow {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    color: #4f46e5;
    margin: 0;
}

.awareness-preview__content h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #0f172a;
}

.awareness-preview__content p {
    margin: 0;
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
}

.awareness-preview__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.awareness-preview__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.12);
    color: #312e81;
    font-weight: 600;
    font-size: 0.9rem;
}

.awareness-preview__chip-icon {
    font-size: 1rem;
}

.awareness-preview__panel {
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 22px 40px -34px rgba(15, 23, 42, 0.35);
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awareness-preview__list {
    margin: 0;
    padding: 0 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #1f2937;
    font-size: 0.98rem;
}

.awareness-preview__list--stacked {
    padding: 0;
    list-style: none;
}

.awareness-preview__list--stacked li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.awareness-preview__list--stacked li:last-child {
    border-bottom: none;
}

.awareness-preview__list-icon {
    font-size: 1.1rem;
}

.awareness-preview__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    margin-top: 8px;
}

.awareness-preview__actions--stacked {
    margin-top: 0;
}

.awareness-preview__disclaimer {
    font-size: 0.85rem;
    color: #64748b;
}

.awareness-preview__actions .button {
    padding: 16px 32px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 20px 38px -28px rgba(79, 70, 229, 0.55);
}

.awareness-preview__card {
    flex: 1 1 320px;
    display: flex;
    align-items: stretch;
}

.awareness-preview__card-inner {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 22px 44px -36px rgba(15, 23, 42, 0.4);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.awareness-preview__card-inner--enhanced {
    padding: 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(79, 70, 229, 0.08), rgba(14, 165, 233, 0.08));
    border: none;
}

.awareness-preview__card-hero {
    padding: 26px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.awareness-preview__card-eyebrow {
    display: inline-flex;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: #4f46e5;
    margin-bottom: 8px;
}

.awareness-preview__card-hero h3 {
    margin: 0 0 10px;
    font-size: clamp(1.2rem, 2.6vw, 1.6rem);
    font-weight: 800;
    color: #0f172a;
}

.awareness-preview__card-hero p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.awareness-preview__insights {
    list-style: none;
    margin: 0;
    padding: 22px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.awareness-preview__insight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 12px 28px -26px rgba(15, 23, 42, 0.35);
}

.awareness-preview__insight-icon {
    font-size: 1.4rem;
}

.awareness-preview__insight strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.awareness-preview__insight p {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.awareness-preview__card-inner h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}

.awareness-preview__card-inner p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.awareness-preview__badge-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.awareness-preview__badge-grid--pill {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    padding: 18px 24px 24px;
    gap: 12px;
}

.awareness-preview__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.awareness-preview__badge--mechanical {
    background: rgba(99, 102, 241, 0.12);
    color: #3730a3;
}

.awareness-preview__badge--herniation {
    background: rgba(14, 165, 233, 0.15);
    color: #0c4a6e;
}

.awareness-preview__badge--as {
    background: rgba(16, 185, 129, 0.15);
    color: #065f46;
}

@media (max-width: 768px) {
    .awareness-preview__inner {
        gap: 28px;
    }

    .awareness-preview__card-inner {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .hero-test-launcher {
        justify-content: center;
    }

    .back-pain-test__wrapper {
        padding: 12px;
    }

    .back-pain-test__controls {
        flex-direction: column;
    }

    .back-pain-test__control {
        width: 100%;
    }

    .back-pain-test__result-actions {
        flex-direction: column;
    }

    .back-pain-modal__card {
        max-height: calc(100vh - 32px);
    }
}

@media (max-width: 480px) {
    .hero-test-launcher__button {
        width: 100%;
    }

    .back-pain-test__wrapper {
        padding: 10px;
        border-radius: 20px;
    }

    .back-pain-test__question-title {
        font-size: 1.2rem;
    }

    .back-pain-test__option {
        align-items: flex-start;
        padding: 14px 16px;
    }
}
