/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/features/knowledge/components/KnowledgeScreen.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/

.screen {
    min-height: 100%;
    background-color: #ffdd0038;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    position: relative;
}

.modal-open {
    overflow: hidden;
    height: 100vh;
}

.topGradient {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.heroBadge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
}

.heroBadgeText {
    margin-left: 8px;
    font-size: 12px;
    color: #ffffffff;
    font-weight: 400;
}

.heroTitle {
    font-size: 24px;
    font-weight: 500;
    color: #ffffffff;
    margin: 0 0 15px 0;
    max-width: 800px;
    line-height: 1.3;
}

.heroSubtitle {
    font-size: 14px;
    color: #ffffffff;
    opacity: 0.9;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.heroButtons {
    margin-top: 10px;
}

.ghostBtnGradient {
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #fdf582ff, #FFB067);
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.ghostBtnInner {
    display: flex;
    align-items: center;
    border-radius: 14px;
    padding: 12px 24px;
    background: white;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
}

.ghostBtnInner:hover {
    transform: translateY(-2px);
}

.ghostBtnText {
    font-size: 14px;
    color: #e00000ff;
    font-weight: 600;
    margin-left: 10px;
}

.tabsOuter {
    padding: 20px;
    margin-top: 10px;
}

.tabScroll {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
}

.tabScroll::-webkit-scrollbar {
    height: 4px;
}

.tabScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.tabScroll::-webkit-scrollbar-thumb {
    background: #ff7b00ff;
    border-radius: 2px;
}

.tabBtn {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #FFF5E6;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tabBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.2);
}

.tabBtnActive {
    background-color: #ff7b00ff;
    color: white;
}

.tabText {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 500;
}

.tabTextActive {
    color: white;
}

.tabPager {
    padding: 20px;
}

.cardCarousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.storyCard {
    background-color: #FFFCF7;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 204, 122, 0.2);
}

.storyCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.storyHeader {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.iconGradient {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    background: linear-gradient(135deg, #ffcc00d8, #ff8000ff);
    font-size: 24px;
}

.storyTitle {
    font-size: 18px;
    font-weight: 600;
    color: #2A2A2A;
    margin: 0 0 10px 0;
}

.storyText {
    font-size: 14px;
    color: #2A2A2A;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.section {
    padding: 40px 20px;
    text-align: center;
}

.heroBadge2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 8px 16px;
    background: #fde59cd3;
    border: 1px solid rgba(255, 163, 4, 0.2);
}

.heroBadge2Text {
    margin-left: 8px;
    font-size: 12px;
    color: #e00000ff;
    font-weight: 600;
}

.sectionTitle {
    color: #e00000ff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.sectionSubtitle {
    color: #2A2A2A;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.chakraWrap {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.chakraRing {
    position: relative;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    min-width: 300px;
    min-height: 300px;
}

.centerGlow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 183, 77, 0.3) 0%, rgba(255, 183, 77, 0.1) 70%);
}

.chakraNode {
    position: absolute;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.chakraNode:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.chakraGlow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.1) 30%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.4) 100%);
}

.chakraEq {
    font-size: 12px;
    color: #ffffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    z-index: 2;
}

.chakraDesc {
    font-size: 10px;
    color: #ffffffff;
    text-align: center;
    font-weight: 500;
    z-index: 2;
}

.finalCta {
    border-radius: 24px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 40px 20px;
    box-shadow: 0 10px 40px rgba(255, 123, 0, 0.2);
}

.finalTitle {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.finalText {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    max-width: 600px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.primaryBtnFull {
    background-color: #f9f0eeff;
    border-radius: 16px;
    padding: 18px 40px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.primaryBtnFull:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.primaryBtnTextDark {
    color: #e00000ff;
    font-weight: 700;
    font-size: 16px;
}

.extraContent {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.extraContent h3 {
    color: #e00000ff;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.extraContent p {
    color: #2A2A2A;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.9;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;

}

.modalCard {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 24px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.modalTitle {
    font-size: 24px;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 10px;
}

.modalSubtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.modalBody {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.modalColorPreview {
    height: 60px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modalClose {
    background-color: #C65000;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.modalClose:hover {
    background-color: #b34700;
}

.modalCloseText {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .heroTitle {
        font-size: 20px;
    }

    .heroSubtitle {
        font-size: 14px;
    }

    .sectionTitle {
        font-size: 24px;
    }

    .finalTitle {
        font-size: 24px;
    }

    .chakraRing {
        min-width: 280px;
        min-height: 280px;
    }

    .modalCard {
        width: 95%;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .heroTitle {
        font-size: 18px;
    }

    .heroSubtitle {
        font-size: 13px;
    }

    .sectionTitle {
        font-size: 22px;
    }

    .tabBtn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .chakraRing {
        min-width: 250px;
        min-height: 250px;
    }

    .chakraEq {
        font-size: 11px;
    }

    .chakraDesc {
        font-size: 9px;
    }

    .modalCard {
        width: 95%;
        padding: 15px;
    }

    .topGradient {
        padding: 30px 15px;
    }

    .tabsOuter {
        padding: 15px;
    }

    .tabPager {
        padding: 15px;
    }

    .section {
        padding: 30px 15px;
    }

    .finalCta {
        margin: 30px 15px;
        padding: 30px 15px;
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/features/home/components/IntroScreen.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.intro-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
}

.intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.intro-content {
    text-align: center;
    color: white;
    max-width: 600px;
    padding: 2rem;
}

.intro-text {
    margin-bottom: 2rem;
}

.intro-text p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.intro-progress {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffa304, #ff8000);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.intro-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.skip-btn,
.continue-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.skip-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.skip-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.continue-btn {
    background: linear-gradient(135deg, #ffa304, #ff8000);
    color: white;
    box-shadow: 0 4px 12px rgba(255, 163, 4, 0.3);
}

.continue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 163, 4, 0.4);
}

@media (max-width: 768px) {
    .intro-content {
        padding: 1rem;
    }

    .intro-text p {
        font-size: 1.2rem;
    }

    .intro-controls {
        flex-direction: column;
        gap: 0.5rem;
    }

    .skip-btn,
    .continue-btn {
        width: 100%;
        max-width: 200px;
    }
}
