  :root {
            --saffronCore: #e67a2e;
            --saffronDeep: #cc5a1a;
            --indigoSpirit: #2c3e6b;
            --indigoMild: #3e5a8a;
            --creamWarm: #faf3e8;
            --sandDune: #e2d4c0;
            --whiteCard: #ffffff;
            --charcoalInk: #1e2a3a;
            --roseAccent: #b84a62;
            --borderSoft: #d6d0c5;
            --goldLight: #d4a543;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Inter', sans-serif;
            background: radial-gradient(circle at 10% 20%, rgba(230, 122, 46, 0.10), transparent 40%),
                        linear-gradient(145deg, #f9f5ef 0%, #eee8df 100%);
            color: var(--charcoalInk);
            line-height: 1.7;
            margin: 0;
            padding: 0;
        }

        .GlobalStockCourseWrapper2026Indic {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            background: var(--whiteCard);
            overflow-x: hidden;
        }

        .HeroSectionBlockVibrantSaffron2026 {
            position: relative;
            overflow: hidden;
            background: linear-gradient(145deg, #faeeda 0%, #fff6eb 100%);
            width: 100%;
            border-bottom: 2px solid var(--saffronCore);
        }

        .HeroGridLayoutDoubleIndic2026 {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
            gap: 36px;
            align-items: center;
            max-width: 1280px;
            margin: 0 auto;
            padding: 48px 40px 32px;
        }

        .HeroCopyTextGroupNamaste2026 {
            padding-bottom: 16px;
        }

        .HeroLabelBadgeSaffron2026 {
            display: inline-block;
            padding: 7px 18px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid var(--saffronCore);
            font-size: 0.9rem;
            color: var(--charcoalInk);
            font-weight: 700;
            letter-spacing: 0.3px;
        }

        .HeroMainTitleLargeNamaste2026 {
            margin: 18px 0 12px;
            font-size: 3.2rem;
            line-height: 1.15;
            letter-spacing: -0.02em;
            font-weight: 800;
            color: var(--indigoSpirit);
        }

        .HeroSubTitleAccentSaffron2026 {
            margin: 0;
            font-size: 1.3rem;
            line-height: 1.4;
            font-weight: 700;
            color: var(--saffronCore);
        }

        .HeroDescTextMutedIndic2026 {
            margin: 18px 0 0;
            font-size: 1rem;
            color: #3e4d5e;
            line-height: 1.7;
            max-width: 540px;
        }

        .HeroMiniCtaButtonSaffron2026 {
            display: inline-block;
            margin-top: 24px;
            padding: 12px 28px;
            border-radius: 999px;
            background: var(--saffronCore);
            color: #fff;
            font-size: 0.95rem;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 0 10px 22px rgba(230, 122, 46, 0.25);
            transition: transform 0.2s ease;
        }

        .HeroMiniCtaButtonSaffron2026:hover {
            transform: translateY(-3px);
            background: var(--saffronDeep);
        }

        .HeroPhotoWrapperCreativeIndic2026 {
            position: relative;
            min-height: 340px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .HeroPhotoClippedShellIndic2026 {
            width: 100%;
            max-width: 400px;
            border-radius: 40px 0 40px 0;
            overflow: hidden;
            border: 6px solid var(--indigoSpirit);
            background: var(--sandDune);
        }

        .HeroPhotoClippedShellIndic2026 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .GlobalContentContainerIndic2026 {
            max-width: 1280px;
            margin: 0 auto;
            padding: 48px 40px 64px;
        }

        .NoticeAlertCardWarmIndic2026 {
            background: linear-gradient(135deg, #fff3e6 0%, #fffbf5 100%);
            border: 1px solid var(--saffronCore);
            border-radius: 28px;
            padding: 20px 24px;
            text-align: center;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
            margin-bottom: 32px;
        }

        .NoticeAlertCardWarmIndic2026 strong {
            display: block;
            font-size: 1.3rem;
            color: var(--indigoSpirit);
            margin-bottom: 6px;
        }

        .NoticeAlertCardWarmIndic2026 span {
            color: var(--saffronDeep);
            font-weight: 800;
        }

        .TwoColumnFlexProfileIndic2026 {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin-bottom: 48px;
        }

        .ProfileIntroCardModernIndic2026 {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 24px;
            background: #fff;
            border: 1px solid var(--borderSoft);
            border-radius: 28px;
            padding: 24px;
            box-shadow: 0 12px 28px rgba(28, 40, 58, 0.06);
        }

        .ProfileAvatarRoundIndic2026 {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid var(--saffronCore);
            flex-shrink: 0;
        }

        .ProfileTextContentIndic2026 strong {
            display: block;
            font-size: 1.2rem;
            margin-bottom: 8px;
        }

        .ProfileTextContentIndic2026 p {
            margin: 0;
            color: #3e4d5e;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .TechFeatureCardHighlightIndic2026 {
            flex: 1;
            background: linear-gradient(180deg, #fcf7f0 0%, #ffffff 100%);
            border: 1px solid var(--sandDune);
            border-radius: 28px;
            padding: 24px;
        }

        .SectionHeadingChipIndic2026 {
            display: inline-block;
            margin: 0 0 18px;
            padding: 8px 20px;
            border-radius: 999px;
            background: var(--indigoSpirit);
            color: #fff;
            font-size: 0.95rem;
            font-weight: 700;
        }

        .FeatureListCustomIndic2026 {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .FeatureListCustomIndic2026 li {
            position: relative;
            padding: 12px 0 12px 34px;
            border-bottom: 1px dashed #d6d0c5;
            color: #3e4d5e;
            font-size: 0.96rem;
        }

        .FeatureListCustomIndic2026 li::before {
            content: "✦";
            position: absolute;
            left: 10px;
            top: 12px;
            color: var(--saffronCore);
            font-weight: 800;
            font-size: 1.2rem;
        }

        .ActionNoteGoldIndic2026 {
            margin: 20px 0 0;
            padding: 16px;
            border-radius: 20px;
            background: linear-gradient(135deg, #fcefd8 0%, #fffcf5 100%);
            border: 1px solid var(--goldLight);
            text-align: center;
            color: #7a5d2a;
            font-weight: 700;
        }

        .CoursePreviewGridIndic2026 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 28px;
            margin: 40px 0 48px;
        }

        .CourseCardIndic2026 {
            background: #ffffff;
            border-radius: 28px;
            padding: 24px 22px;
            border: 1px solid var(--borderSoft);
            box-shadow: 0 8px 18px rgba(0,0,0,0.02);
            transition: 0.2s;
        }

        .CourseCardIndic2026:hover {
            border-color: var(--saffronCore);
            box-shadow: 0 12px 30px rgba(230, 122, 46, 0.08);
        }

        .CourseCardIndic2026 h3 {
            font-size: 1.3rem;
            margin: 0 0 10px;
            color: var(--indigoSpirit);
        }

        .CourseCardIndic2026 .priceTag {
            font-weight: 800;
            color: var(--saffronDeep);
            font-size: 1.4rem;
            display: block;
            margin: 12px 0 8px;
        }

        .CourseCardIndic2026 .courseMeta {
            font-size: 0.85rem;
            color: #6a7a8a;
            background: #f0ebe3;
            display: inline-block;
            padding: 4px 14px;
            border-radius: 40px;
            margin-top: 8px;
        }

        .FreeTrialBadgeIndic2026 {
            background: var(--saffronCore);
            color: #fff;
            padding: 6px 18px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 0.8rem;
            display: inline-block;
            margin-top: 10px;
        }

        .DiagnosticBoxIndic2026 {
            background: #ffffff;
            border-radius: 32px;
            padding: 32px 36px;
            margin: 32px 0 28px;
            border: 2px solid var(--indigoSpirit);
            box-shadow: 0 12px 30px rgba(44, 62, 107, 0.08);
        }

        .DiagnosticFormIndic2026 {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            align-items: center;
            margin-top: 20px;
        }

        .DiagnosticFormIndic2026 input {
            flex: 2;
            min-width: 200px;
            padding: 16px 24px;
            border-radius: 60px;
            border: 1px solid #cbc4b8;
            font-size: 1rem;
            background: #fcfaf8;
            font-weight: 500;
        }

        .DiagnosticFormIndic2026 input:focus {
            outline: 2px solid var(--saffronCore);
            border-color: transparent;
        }

        .DiagnosticButtonIndic2026 {
            background: linear-gradient(180deg, var(--saffronCore) 0%, var(--saffronDeep) 100%);
            border: none;
            border-radius: 60px;
            padding: 16px 38px;
            color: white;
            font-weight: 800;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            white-space: nowrap;
            box-shadow: 0 8px 18px rgba(230, 122, 46, 0.3);
        }

        .DiagnosticButtonIndic2026:hover {
            transform: scale(1.02);
            background: var(--saffronDeep);
        }

        .KnowledgeGridPointsIndic2026 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            margin: 32px 0 40px;
        }

        .KnowledgeCardItemIndic2026 {
            background: #fff;
            border-radius: 24px;
            padding: 20px;
            border: 1px solid var(--borderSoft);
            box-shadow: 0 6px 16px rgba(0,0,0,0.02);
        }

        .KnowledgeCardItemIndic2026 h3 {
            margin: 0 0 10px;
            font-size: 1.1rem;
            color: var(--indigoSpirit);
            font-weight: 700;
        }

        .KnowledgeCardItemIndic2026 p {
            margin: 0;
            color: #3e4d5e;
            font-size: 0.92rem;
            line-height: 1.6;
        }

        .FooterLegalAreaIndic2026 {
            padding: 40px 40px 32px;
            text-align: center;
            font-size: 0.85rem;
            color: #6a7a8a;
            border-top: 1px solid #e2dcd4;
            background: #fcf9f6;
        }

        .FooterLinkGroupIndic2026 {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }

        .LegalLinkItemIndic2026 {
            color: var(--indigoMild);
            text-decoration: underline;
            cursor: pointer;
            font-weight: 500;
        }

        .EmailContactIndic2026 {
            margin-top: 18px;
            font-weight: 500;
            color: var(--indigoSpirit);
        }

        .EmailContactIndic2026 a {
            color: var(--saffronDeep);
            text-decoration: none;
            font-weight: 700;
        }

        .FixedBottomBarGlobalIndic2026 {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.97);
            backdrop-filter: blur(18px);
            box-shadow: 0 -8px 28px rgba(28, 40, 58, 0.10);
            z-index: 100;
            padding: 16px 24px;
        }

        .FixedInnerContainerIndic2026 {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .FormInlineGroupIndic2026 {
            display: flex;
            flex: 2;
            gap: 16px;
            flex-wrap: wrap;
        }

        .FormInlineGroupIndic2026 input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 60px;
            border: 1px solid #cbc4b8;
            font-size: 0.9rem;
            background: white;
        }

        .FixedCtaButtonIndic2026 {
            background: linear-gradient(180deg, var(--saffronCore) 0%, var(--saffronDeep) 100%);
            border: none;
            border-radius: 60px;
            padding: 14px 32px;
            color: white;
            font-weight: 800;
            font-size: 0.95rem;
            cursor: pointer;
            transition: 0.2s;
            white-space: nowrap;
        }

        .FeedbackMessageIndic2026 {
            margin-top: 8px;
            font-size: 0.8rem;
            font-weight: 500;
            text-align: center;
        }

        .PrivacyOverlayGlobalIndic2026 {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(17, 25, 36, 0.7);
            z-index: 200;
            justify-content: center;
            align-items: center;
            padding: 24px;
        }

        .PrivacyModalCardIndic2026 {
            width: min(680px, 90%);
            max-height: 85vh;
            overflow-y: auto;
            background: #fff;
            border-radius: 32px;
            padding: 32px 32px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }

        .PrivacyModalCardIndic2026 h2 {
            margin: 0 0 20px;
            font-size: 1.6rem;
            text-align: center;
            color: var(--indigoSpirit);
        }

        .CloseModalBtnIndic2026 {
            display: block;
            margin: 28px auto 0;
            padding: 12px 32px;
            background: var(--indigoSpirit);
            color: #fff;
            border: none;
            border-radius: 999px;
            font-size: 0.9rem;
            cursor: pointer;
        }

        .TrialIntroBoxIndic2026 {
            background: #f5f0ea;
            border-radius: 32px;
            padding: 32px 36px;
            margin: 20px 0 36px;
            border: 1px solid var(--borderSoft);
        }

        .TrialIntroBoxIndic2026 h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: var(--indigoSpirit);
            margin-bottom: 12px;
        }

        .TrialIntroBoxIndic2026 p {
            color: #3e4d5e;
            max-width: 780px;
        }

        .TrialHighlightIndic2026 {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 20px;
        }

        .TrialHighlightIndic2026 div {
            flex: 1 1 200px;
            background: #fff;
            border-radius: 24px;
            padding: 18px 22px;
            border: 1px solid var(--sandDune);
        }

        .TrialHighlightIndic2026 div strong {
            display: block;
            color: var(--indigoSpirit);
            font-size: 1.1rem;
            margin-bottom: 6px;
        }

        @media (max-width: 1024px) {
            .HeroGridLayoutDoubleIndic2026 {
                grid-template-columns: 1fr;
                padding: 36px 24px;
                gap: 28px;
            }
            .HeroMainTitleLargeNamaste2026 {
                font-size: 2.6rem;
            }
            .GlobalContentContainerIndic2026 {
                padding: 32px 24px;
            }
            .FixedInnerContainerIndic2026 {
                flex-direction: column;
                align-items: stretch;
            }
            .FormInlineGroupIndic2026 {
                flex-direction: column;
            }
            .FixedCtaButtonIndic2026 {
                width: 100%;
                white-space: normal;
            }
        }

        @media (max-width: 640px) {
            .TwoColumnFlexProfileIndic2026 {
                flex-direction: column;
            }
            .ProfileIntroCardModernIndic2026 {
                flex-direction: column;
                text-align: center;
            }
            .HeroMainTitleLargeNamaste2026 {
                font-size: 2rem;
            }
            .DiagnosticBoxIndic2026 {
                padding: 24px 18px;
            }
            .DiagnosticFormIndic2026 {
                flex-direction: column;
                align-items: stretch;
            }
            .DiagnosticButtonIndic2026 {
                width: 100%;
                text-align: center;
            }
            .TrialIntroBoxIndic2026 {
                padding: 24px 18px;
            }
        }