.cta-button.white {
    background: white;
    color: var(--cs-green) !important;
}

.news-title {
    letter-spacing: 1px;
    color: #84909f;
    margin-bottom: 15px;
}

.news-img {
    filter:grayscale(100%);
    height:32px;
}

.footer-img-store {
    width: 120px;
}

.footer-img-app {
    width: 140px;
}

.footer-div-app {
    height: 155px;
    overflow: hidden;
}

.hero {
    color: white;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    background: radial-gradient(circle at 70% 30%, var(--cs-grey) 0%, var(--cs-dark-navy) 100%);
}

.hero .hero-title {
    font-size: clamp(32px, 8vw, 56px);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
    max-width: 650px;
    font-weight: bold;
}

.hero .hero-text {
    font-size: 19px;
    color: var(--cs-cool-grey);
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 600px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 700;
}

.hero-badge.nasm {
    border: 1px solid var(--cs-green);
    color: #ecfccb;
}

.hero-bg-figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto;
    pointer-events: none;
}

.hero-women {
    position:relative;
    left: -20px;
    height:100%;
    width:275px;
}

.avatar-1 {
    background-image: url('/uploads/posts/Wendy_Wyatt.gif');
}

.avatar-2 {
    background-image: url('/uploads/posts/Jill_Kuraitis.gif');
}

.avatar-3 {
    background-image: url('/uploads/posts/Nikolaos_Vasileiadis.gif');
}

.quiz-container {
    background: white;
    color: var(--cs-dark-navy);
    border-radius: 20px;
    box-shadow: var(--cs-shadow-lg);
    position: relative;
    border: 4px solid var(--cs-green);
    z-index: 10;
    margin-left: auto;
}

.live-notification {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.quiz-header h3 {
    font-size: 21px;
    font-weight: 900;
    color: var(--cs-dark-navy);
    line-height: 1.2;
}

.quiz-subtitle {
    color: #4b5563;
    line-height: 1.4;
    margin-bottom: 20px;
}

.quiz-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.quiz-fill {
    height: 100%;
    background: var(--cs-green);
    transition: width 0.3s;
    border-radius: 4px;
}

.quiz-option {
    border: 1px solid #d1d5db;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    gap: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    width: 100%;
}

.quiz-option:hover {
    border-color: var(--cs-green);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.quiz-radio {
    height: 22px;
    width: 22px;
    border: 2px solid var(--cs-cool-grey);
}

.quiz-option:hover .quiz-radio {
    border-color: var(--cs-green);
}

.quiz-option-content p {
    color: #6b7280;
    line-height: 1.3;
}

.quiz-option .form-check {
    padding-left: 3rem;
}

.quiz-option .form-check .form-check-input {
    margin-top: -1px !important;
}

.quiz-option .form-check .form-check-input:checked {
    background-color: var(--cs-green);
}

.quiz-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

.testimonial-header .testimonial-rating {
    display: inline-block; 
    background: var(--cs-grey); 
    padding: 5px 15px; 
    border-radius: 20px; 
    border: 1px solid #4a5568; 
}

.testimonial-header p {
    font-size: 16px; 
    color: var(--cs-cool-grey); 
    max-width: 650px; 
    margin: 0 auto; 
}

.testimonial-card {
    background: var(--cs-grey); 
    padding: 25px; 
    border-radius: 16px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    display: flex; 
    flex-direction: column;
}

.testimonial-card p {
    font-style: italic; 
    margin-bottom: auto; 
    color: #e2e8f0; 
}

.testimonial-card .testimonial-user {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #4a5568;
}

.testimonial-user .testimonial-highlight {
    color: var(--cs-green); 
    font-weight: 700; 
    font-size: 13px;
}

.testimonial-card .no-image {
    height: 400px; 
    background: #4a5568; 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 20px; 
    position: relative; 
    overflow: hidden;
}

.no-image i {
    font-size: 60px; 
    color: rgba(255,255,255,0.1);
}

.no-image .footer {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    padding: 10px; 
    background: rgba(0,0,0,0.6); 
    text-align: center; 
    font-weight: 700; 
    color: var(--cs-cool-grey);
}

.verified-badge {
    background: rgba(22, 163, 74, 0.2);
    color: #4ade80;
    border: 1px solid #166534;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    width: fit-content;
}

.science-title {
    margin-bottom: 10px;
    line-height: 1.6 !important;
}

.science-subtitle {
    color: var(--cs-slate);
    font-size: 16px;
}

.science-tab-btn {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    transition: all 0.2s;
    border: 2px solid var(--cs-cool-grey);
    background: white;
}

.science-tab-btn.active-female {
    background: var(--cs-green);
    color: white !important;
    border-color: var(--cs-green);
    box-shadow: 0 4px 15px rgba(141, 196, 17, 0.4);
}

.science-tab-btn.active-male {
    background: var(--cs-blue);
    color: white !important;
    border-color: var(--cs-blue);
    box-shadow: 0 4px 15px rgba(65, 177, 233, 0.4);
}

.science-box-pink {
    border-left: 5px solid #ec4899;
    background: #fff1f2;
    padding: 25px;
}

.science-box-blue {
    border-left: 5px solid #3b82f6;
    background: #eff6ff;
    padding: 25px;
}

.science-highlight { 
    background: white;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
}

.science-box {
    background: white;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.science-note-circle {
    padding: 3px 4px; 
}

.science-note-circle.circle-red {
   border: 1px solid var(--cs-red);  
}

.science-note-circle.circle-green {
   border: 1px solid var(--cs-green);  
}

.science-dark-box {
    background: var(--cs-dark-navy);
    color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--cs-shadow-lg);
}

.science-dark-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.6;
    color: white;
}

.stat-main {
    text-align: center;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.05);
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

.stat-main .desc {
    color: var(--cs-cool-grey);
    letter-spacing: 1px;
    display: block;
    margin-top: 10px;
    font-weight: 700;
}

.phone-card {
    background: white;
    width: 145px;
    border-radius: 20px;
    padding: 10px;
    color: var(--cs-dark-navy);
    text-align: center;
}

.phone-card.main {
    width: 170px;
    position: relative;
    z-index: 2;
    transform: scale(1.05);
    border: 4px solid var(--cs-green);
}

.phone-card.side {
    display: block;
    z-index: 1;
    opacity: 0.8;
    background: #e2e8f0;
}

.side.left { 
    transform: rotate(-10deg) translateY(20px); 
}

.side.right { 
    transform: rotate(10deg) translateY(20px); 
}

.screen-placeholder {
    background: #f1f5f9;
    height: 200px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.founder-content {
    background: white;
    border-radius: 20px;
    box-shadow: var(--cs-shadow-sm);
}

.founder-img {
    background-image: url('/img/founder.webp');
}

.handwritten-note {
    font-family: 'Courier New', Courier, monospace;
    background: #fef9c3;
    border: 1px solid #facc15;
    transform: rotate(-1deg);
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    margin: 20px 0;
    color: #713f12;
}

.retention-chart-container {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: var(--cs-shadow-sm);
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    height: 240px;
}

.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 40%;
}

.bar-red {
    background: #fee2e2;
    border: 2px solid var(--cs-red);
    height: 7%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.bar-green {
    background: #dcfce7;
    border: 2px solid var(--cs-green);
    height: 89%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.stat-card {
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    background: #f8fafc;
}

.citation-box {
    background: white;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.citation-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.citation-source {
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
}

.qual-list-text {
    font-size: 16px;
    color: #334155;
    line-height: 1.8;
}

.timeline-v2-container {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
    padding: 0 20px;
}

.timeline-line-bg {
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e2e8f0;
}

.t-circle-v2 {
    width: 50px;
    height: 50px;
    background: var(--cs-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border: 5px solid white;
    box-shadow: 0 4px 10px rgba(141, 196, 17, 0.2);
    margin-bottom: 15px;
}

.date-widget-v2 {
    background: white;
    border: 2px dashed var(--cs-green);
    padding: 25px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #1f2937;
    border-radius: 12px;
    border: 1px solid #374151;
}

.comparison-table td, .comparison-table th {
    padding: 18px 15px;
    text-align: center;
    border-bottom: 1px solid #374151;
    font-size: 14px;
    color: #e5e7eb;
}

.comparison-table th {
    background: #1f2937;
    color: white;
    font-weight: 800;
    font-size: 15px;
    border-top: 1px solid #374151;
}

.comparison-table th:first-child { border-top-left-radius: 12px; }
.comparison-table th:last-child { border-top-right-radius: 12px; }

.comparison-table .highlight-col {
    background: rgba(141, 196, 17, 0.05);
    border-left: 2px solid var(--cs-green);
    border-right: 2px solid var(--cs-green);
    color: white !important;
    font-weight: 700;
}

.highlight-col.top {
    border-top: 2px solid var(--cs-green);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: rgba(141, 196, 17, 0.1);
    position: relative;
    top: -1px;
}

.highlight-col.bot {
    border-bottom: 2px solid var(--cs-green);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.row-medical td {
    background: #fff1f2;
    color: #991b1b !important;
    border-bottom: 1px solid #fecaca;
}

.text-medical-label {
    color: var(--cs-pink) !important;
    font-weight: 800;
    text-align: left;
    padding-left: 20px;
}

.row-medical .highlight-col {
    background: rgba(141, 196, 17, 0.05) !important;
    border-bottom: 1px solid #374151;
}

.text-medical-alt {
    color: var(--cs-dark-green) !important;
    font-weight: 800 !important;
    font-style: italic;
}

@media (max-width: 767px) {
    .price-card {
        min-width: 85vw;
        scroll-snap-align: center;
        flex-shrink: 0;
    }
}

@media (min-width: 768px) { 
    .price-card.premium {
        transform: scale(1.05);
        z-index: 2;
        box-shadow: 0 0 40px rgba(141, 196, 17, 0.2);
        border: 4px solid var(--cs-green);
    }
}

.price-card {
    background: #1f2937;
    color: white;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    border: 1px solid #374151;
}

.best-value-ribbon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cs-green);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    width: max-content;
    z-index: 5;
}

.spots-track {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.spots-fill {
    width: 80%;
    height: 100%;
    background: var(--cs-amber);
}

.value-badge {
    background: rgba(255,255,255,0.1);
    color: var(--cs-blue);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.exit-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 10001;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.exit-modal {
    background: white;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.close-popup-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1f5f9;
    color: #64748b;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}