 /* =========================================
           GLOBAL TYPOGRAPHY & THEME VARIABLES
        ========================================= */
		@font-face {
		  font-family: 'Object Sans';
		  src: url('font/PPObjectSans-Regular.woff2') format('woff2');
		  font-weight: 400;
		  font-style: normal;
		}
		@font-face {
		  font-family: 'Object Sans';
		  src: url('font/PPObjectSans-Bold.woff2') format('woff2');
		  font-weight:700;
		  font-style: Bold;
		}
		@font-face {
		  font-family: 'Object Sans';
		  src: url('font/PPObjectSans-Heavy.woff2') format('woff2');
		  font-weight: 800;
		  font-style: Heavy;
		}

        :root {
            /* --- CORE COLOR THEME --- */
            --theme-white: #ffffff;
            --theme-purple-dark: #271E2F; 
            --theme-purple-light: #d4a5ff; 
            --theme-purple-medium: #a561d2;
            --theme-yellow: #FAF95E;

            /* Component Mappings */
            --bg-color: var(--theme-purple-dark);
            --top-banner-bg: #DCB2FF; 
            --text-accent: var(--theme-purple-light);
            --btn-bg: var(--theme-yellow);
            --btn-hover: #e5e345; 
            --icon-yellow: var(--theme-yellow);
            --pill-bg: rgba(255, 255, 255, 0.15); 
            --light-bg: #f8f9fa;
            --comp-bg: #f8f9fc;
            --speaker-accent: #6E4D8F; 
            --text-dark: #1a1a1a;
            --text-purple: #DCB2FF;
        }

        body {
            font-family: 'Object Sans', sans-serif;
            background-color: var(--bg-color);
            margin: 0;
            display: flex;
            flex-direction: column;
            color: var(--theme-white);
            overflow-x: hidden;
        }

        .text-yellow { color: var(--theme-yellow) !important; }
        .text-purple { color: var(--text-purple) !important; }
        .text-purple-light { color: var(--theme-purple-medium) !important; }

        .gradient-text {
            background: linear-gradient(to right, #0C0C0E 0%, #2F243D 20%, #C084FC 100%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent;
            color: transparent; 
            display: inline-block;
        }

        /* =========================================
           BLOCK 1: HERO SECTION
        ========================================= */
        .hero-wrapper { background: #271E2F; background-repeat: no-repeat; min-height: 700px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
        .hero-wrapper .hero-wrapper-gradient{background: linear-gradient(150deg, rgba(255, 255, 255, 0) 58%, rgb(220 178 255 / 66%) 100%); position: absolute; bottom: 0; right: 0; z-index: 5; width: 51%; height: 67%;}
        .top-banner { background-color: var(--top-banner-bg); color: #000; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
        .hero-section { flex-grow: 1; display: flex; align-items: center; padding: 4rem 0; }
        .brand-logo { font-size: 1.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 2rem; display: flex; align-items: center; gap: 10px; }
        .brand-logo img { width: 120px; }
      .main-headline { font-size: clamp(2.5rem, 3.5vw, 3.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; }
    .sub-headline { font-size: 1.15rem; line-height: 1.6; color: rgba(255, 255, 255, 0.85); max-width: 90%; margin-bottom: 2.5rem; }

        .info-pill { display: inline-flex; align-items: center; gap: 12px; padding: 0.6rem 1.6rem; border-radius: 50px; position: relative; background-color: rgba(255, 255, 255, 0.2); color: var(--theme-white); font-size: 1rem; font-weight: 700; letter-spacing: 0.01em; border: 2px solid rgba(255, 255, 255, 0.50); /* box-shadow: inset 0 -6px 4px rgba(255, 255, 255, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.4), 0 -4px 10px rgba(0, 0, 0, 0.1); */ transition: transform 0.2s ease, box-shadow 0.2s ease; overflow: hidden; }
        .info-pill::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; border-radius: 50px 50px 0 0; pointer-events: none; }
        
        .btn-primary-custom {
            background-color: var(--btn-bg); color: var(--text-dark); font-weight: 800; padding: 1rem 2.5rem;
            border-radius: 8px; border: none; font-size: 1.1rem; transition: all 0.3s ease; display: inline-block;
            text-decoration: none; text-align: center;
        }
        .btn-primary-custom:hover, .btn-primary-custom:focus { 
            background-color: var(--btn-hover); 
            transform: translateY(-2px); 
            box-shadow: 0 10px 20px rgba(0,0,0,0.2); 
            color: var(--text-dark); 
            outline: none; 
            opacity: 1 !important;
        }

        .hero-image-wrapper { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-end; }
        .hero-image-wrapper img { width: 100%; max-width: 600px; object-fit: contain; -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); mask-image: linear-gradient(to bottom, black 60%, transparent 100%); }

        /* =========================================
           GLOBAL SECTION STYLES
        ========================================= */
        .section-title { font-weight: 800; text-transform: uppercase; font-size: clamp(1.8rem, 3.5vw, 2.2rem); line-height: 1.15; }
        .section-paragraph { font-size: 1.1rem; line-height: 1.6; color: #4a4a4a; margin-bottom: 1.5rem; }

        /* =========================================
           BLOCK 2: SPEAKERS SUMMARY SECTION
        ========================================= */
        .speakers-block { background-color: var(--light-bg); color: var(--text-dark); padding-top: 100px; padding-bottom: 60px; }
        .speaker-item { text-align: center; margin-top: 3rem; margin-bottom: 2rem; }
        .speaker-photo-wrapper { position: relative; display: inline-block; border-radius: 50%; overflow: hidden; margin-bottom: 20px; cursor: pointer; width: 180px; height: 180px; border: 4px solid transparent; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .speaker-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; transition: filter 0.4s ease; }
        .speaker-photo-wrapper:hover { border-color: rgba(106, 27, 154, 1); box-shadow: 0 0 30px rgba(106, 27, 154, 0.6); transform: scale(1.05); }
        .speaker-photo-wrapper::after { content: ""; position: absolute; top: -50%; left: -150%; width: 200%; height: 200%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%); transform: rotate(30deg); opacity: 0; transition: all 0.7s ease; }
        .speaker-photo-wrapper:hover::after { left: 100%; opacity: 1; }
        .speaker-item h4 { font-size: 1.2rem; font-weight: 800; margin-bottom: 5px; color: var(--speaker-accent); text-transform: uppercase; }
        .speaker-item p { font-size: 0.95rem; color: #4a4a4a; margin-bottom: 0; }

        /* =========================================
           BLOCK 3: EXPERTS SECTION
        ========================================= */
        .learn-experts-block { background-color: var(--light-bg); color: var(--text-dark); padding-top: 40px; padding-bottom: 80px; }
        .featured-image-container { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .featured-image-container:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15); }
        .featured-image-container img { width: 100%; height: auto; object-fit: cover; display: block; }

        /* =========================================
           BLOCK 4: WHAT YOU'LL LEARN (STICKY)
        ========================================= */
        .learn-section { background-color: var(--light-bg); padding: 100px 0; color: var(--text-dark); }
        .learn-sticky-wrapper { position: sticky; top: 100px; }
        .learn-card { background: linear-gradient(white, white) padding-box, linear-gradient(138deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; border: 1px solid transparent; border-radius: 12px; padding: 30px; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
        .learn-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(106, 27, 154, 0.08); background: linear-gradient(white, white) padding-box, linear-gradient(306deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; }
        .learn-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
        .learn-card-icon { color: var(--speaker-accent); font-size: 1.5rem; }
        .learn-card-title { font-weight: 800; font-size: 1.25rem; margin: 0; color: var(--speaker-accent); }
        .learn-card-text { font-size: 0.95rem; line-height: 1.6; color: #4a4a4a; margin: 0; }
        .learn-card-text strong { color: var(--text-dark); font-weight: 800; }
        .learn-card.empty-card .learn-card-title, .learn-card.empty-card .learn-card-text { color: #b0b0b0; }

        /* =========================================
           BLOCK 5: COMPARISON SECTION
        ========================================= */
        .comparison-section { background-color: var(--comp-bg); color: var(--text-dark); padding: 80px 0; }
        .comp-intro-text { color: #4a4a4a; font-size: 1.1rem; margin-top: -10px; margin-bottom: 50px; }
        .pill-headers { display: grid; grid-template-columns: 1fr 100px 1fr; gap: 20px; margin-bottom: 30px; align-items: center; }
        .pill-badge-container { display: flex; justify-content: center; }
        .pill-badge { background-color: var(--theme-white); color: #4a4a4a; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding: 8px 24px; border-radius: 50px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); }
        .comp-row { display: grid; grid-template-columns: 1fr 100px 1fr; gap: 20px; align-items: center; margin-bottom: 16px; }
        .comp-label { text-align: center; color: #4a4a4a; font-size: 1.05rem; font-weight: 400; }
        .comp-card { display: flex; align-items: center; gap: 20px; padding: 16px 24px; border-radius: 12px; transition: all 0.3s ease; }
        .comp-text { font-weight: 800; font-size: 1.05rem; color: var(--text-dark); margin: 0; }
        .icon-circle { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
        .comp-before { background-color: #f3f3f5; border: 1px solid #ebebeb; }
        .comp-before:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); }
        .icon-x { background-color: #c4c4c4; color: var(--theme-white); }
        .comp-after { background: linear-gradient(white, white) padding-box, linear-gradient(144deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 30%) border-box; border: 1px solid transparent; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); }
        .comp-after:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(138, 43, 226, 0.12); background: linear-gradient(white, white) padding-box, linear-gradient(306deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; }
        .icon-check { background: linear-gradient(135deg, #340d5b, #C084FC); color: var(--theme-white); }

        /* =========================================
           BLOCK 6: TRANSFORM / MYTHS SECTION
        ========================================= */
        .transform-section { background-color: var(--light-bg); padding: 100px 0; color: var(--text-dark); }
        .myth-card { background: linear-gradient(white, white) padding-box, linear-gradient(138deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; border-radius: 12px; padding: 30px 25px; height: 100%; border: 1px solid transparent; box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
        .myth-card::after { content: ""; position: absolute; top: 0; left: 0; background: var(--theme-purple-light); width: 100%; z-index: 1; height: 10px; }
        .myth-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(106, 27, 154, 0.08); background: linear-gradient(white, white) padding-box, linear-gradient(306deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; }
        .myth-number { font-weight: 800; font-size: 1rem; margin-bottom: 20px; color: #1a1a1a; text-transform: uppercase; letter-spacing: 0.02em; }
        .myth-text { font-size: 1.05rem; line-height: 1.5; color: #333; margin: 0; }
        .bottom-warning { font-weight: 800; font-size: clamp(1.3rem, 2.5vw, 1.8rem); line-height: 1.4; margin-top: 50px; color: #1a1a1a; text-transform: uppercase; }

        /* =========================================
           BLOCK 7: SESSION HIGHLIGHTS 
        ========================================= */
        .highlights-section { background-color: var(--comp-bg); padding: 100px 0; color: var(--text-dark); }
        .highlight-card { background: linear-gradient(white, white) padding-box, linear-gradient(138deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; border: 1px solid transparent; border-radius: 12px; padding: 30px; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
        .highlight-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(106, 27, 154, 0.08); background: linear-gradient(white, white) padding-box, linear-gradient(306deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; }
        .highlight-icon-box { width: 44px; height: 44px; background-color: rgba(212, 165, 255, 0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 20px; }
        .highlight-title { font-weight: 800; font-size: 1.15rem; margin-bottom: 12px; color: var(--text-dark); line-height: 1.3; }
        .highlight-text { font-size: 0.95rem; line-height: 1.6; color: #4a4a4a; margin: 0; }
        .highlight-card.empty-card .highlight-title, .highlight-card.empty-card .highlight-text { color: #b0b0b0; }

        /* =========================================
           BLOCK 8: MEET YOUR SPEAKERS 
        ========================================= */
        .meet-speakers-section { background-color: var(--light-bg); padding: 80px 0; color: var(--text-dark); }
        .speaker-profile-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 16px; background: linear-gradient(135deg, var(--theme-purple-light) 0%, var(--theme-purple-dark) 100%); margin-bottom: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
        .speaker-profile-name { font-weight: 800; font-size: 1.15rem; color: var(--speaker-accent); text-transform: uppercase; margin-bottom: 5px; }
        .speaker-profile-title { font-weight: 800; font-size: 1rem; color: var(--text-dark); margin-bottom: 12px; }
        .speaker-profile-desc { font-size: 0.85rem; color: #4a4a4a; line-height: 1.6; margin-bottom: 15px; }
        .speaker-read-more { font-weight: 800; font-size: 0.9rem; color: var(--speaker-accent); text-decoration: none; transition: color 0.3s ease; }
        .speaker-read-more:hover { color: var(--theme-purple-dark); text-decoration: underline; }

        /* =========================================
           BLOCK 9: BROUGHT TO YOU BY
        ========================================= */
        .brought-to-you-section { background-color: var(--comp-bg); padding: 100px 0; color: var(--text-dark); }
        .zenler-promo-card { background: linear-gradient(135deg, #a561d2 0%, var(--theme-purple-dark) 100%); border-radius: 20px; height: 280px; display: flex; align-items: center; justify-content: center; color: var(--theme-white); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -1.5px; gap: 15px; box-shadow: 0 15px 35px rgba(33, 25, 43, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; margin-top: 0rem; }
        .zenler-promo-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(33, 25, 43, 0.2); }

        /* =========================================
           BLOCK 10 & 11: CTA TIMERS / SHARED
        ========================================= */
        .cta-timer-section { background-color: var(--light-bg); padding: 40px 0 100px 0; }
        .cta-gradient-box { background: radial-gradient(ellipse at top center, #cd9ef3 0%, var(--theme-purple-dark) 70%); border-radius: 16px; padding: 60px 30px; text-align: center; color: var(--theme-white); box-shadow: 0 20px 40px rgba(33, 25, 43, 0.2); }
        .cta-headline { font-size: clamp(1.5rem, 3vw, 1.8rem); font-weight: 800; line-height: 1.3; text-transform: uppercase; margin-bottom: 40px; }
        
        .countdown-wrapper { display: flex; justify-content: center; align-items: flex-start; gap: 15px; margin-bottom: 40px; }
        .ce-unit { display: flex; flex-direction: column; align-items: center; gap: 8px; }
        .ce-digits { background: rgba(255, 255, 255, 0.1); border: 2px solid rgba(255, 255, 255, 0.50); border-radius: 12px; width: 67px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.75rem; font-weight: 800; color: var(--theme-white); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
        .ce-label { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); font-weight: 400; letter-spacing: 0.05em; }
        .ce-separator { font-size: 1.5rem; font-weight: 800; color: rgba(255, 255, 255, 0.4); margin-top: 15px; }

        /* FINAL CTA SPECIFICS */
        .final-cta-section { background-color: var(--light-bg); padding: 0 0 100px 0; }
        .final-gradient-box { background: radial-gradient(ellipse at bottom center, #a988c5 0%, var(--theme-purple-dark) 60%); border-radius: 16px; padding: 60px 30px; text-align: center; color: var(--theme-white); box-shadow: 0 20px 40px rgba(33, 25, 43, 0.2); }
        .final-cta-subtext { font-size: 1.05rem; line-height: 1.6; color: rgba(255, 255, 255, 0.85); max-width: 650px; margin: 0 auto 30px auto; }
        .avatar-group { display: flex; justify-content: center; align-items: center; margin-top: 15px; margin-bottom: 15px; }
        .avatar-group span { width: 55px; height: 55px; background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 50%) 61%); border-radius: 50%;margin-left: -8px;}
        .avatar-group img { width: 55px; height: 55px; border-radius: 50%; border: 3px solid transparent;  object-fit: cover; }
        .avatar-group span:first-child { margin-left: 0; }
        .final-bottom-text { font-size: 0.9rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); }
        /* =========================================
           REGISTRATION MODAL
        ========================================= */
        .custom-modal { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); background-color: rgb(39 30 47 / 7%); }
        .custom-modal-content {
            border-radius: 16px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.3);
            border: none;
        }
        .custom-modal-content .info-pill img { filter: hue-rotate(234deg); max-width: 20px; }
        .custom-modal-content .info-pill { border-color: rgba(0, 0, 0, 0.2); color: var(--theme-purple-dark); padding: 0.2rem 1rem; font-size: .85rem; }
        .custom-close-btn {
            position: absolute;
            right: 30px;
            top: 30px;
            z-index: 10;
            opacity: 0.5;
            transition: opacity 0.2s;
        }
        .custom-close-btn:hover {
            opacity: 1;
        }
        .modal-title-custom { font-size:2rem; font-weight: 800; color: #1a1a1a; text-transform: uppercase; letter-spacing: 0.02em; }
        .modal-subtitle {
            color: #4a4a4a;
            font-size: 0.95rem;
        }
        .custom-input {
            padding: 0.9rem 1rem;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            font-size: 0.95rem;
        }
        .custom-input:focus {
            border-color: var(--theme-purple-light);
            box-shadow: 0 0 0 0.25rem rgba(212, 165, 255, 0.25);
        }
        .aisummit-form-control-error {
            background-color: #fff6f6;
            border-color: #ec9499;
            color: #ec9499 !important;
        }
        .aisummit-form-control-error:focus {
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
        }
        .modal-disclaimer {
            font-size: 0.75rem;
            color: #888;
            line-height: 1.5;
        }
        .small-trigger-link {
            color: rgba(255,255,255,0.5);
            text-decoration: underline;
            font-size: 0.85rem;
            transition: color 0.3s;
        }
        .small-trigger-link:hover {
            color: rgba(255,255,255,1);
        }

        /* Animation Delays */
        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.2s; }
        .delay-3 { animation-delay: 0.3s; }
        .delay-4 { animation-delay: 0.4s; }

        /* Responsive Fixes */
        @media (max-width: 991px) {
            .pill-headers { display: none; }
            .comp-row { grid-template-columns: 1fr; gap: 10px; margin-bottom: 40px; }
            .comp-label { order: -1; text-align: left; font-weight: 800; color: var(--speaker-accent); margin-bottom: 5px; padding-left: 5px; }
            .comp-before::before { content: "BEFORE:"; display: block; font-size: 0.7rem; text-transform: uppercase; color: #888; margin-bottom: 8px; }
            .comp-after::before { content: "WITH AI:"; display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--speaker-accent); margin-bottom: 8px; }
            .comp-card { flex-wrap: wrap; }
            .learn-sticky-wrapper { position: static; margin-bottom: 30px; }
        }
        @media (max-width: 576px) {
            .speaker-photo-wrapper { width: 140px; height: 140px; }
            .main-headline { font-size: 2.2rem; }
            .section-title, .cta-headline { font-size: 1.5rem; }
            .countdown-wrapper { gap: 8px; }
            .ce-digits { width: 55px; height: 55px; font-size: 1.5rem; border-radius: 8px; }
            .ce-separator { font-size: 1.2rem; margin-top: 12px; }
            .modal-body { padding: 2rem 1.5rem !important; }
        }
        @media (max-width:991.9px) {
					.comp-before .comp-text{color: #b4b4b4;}
					.hero-wrapper .hero-wrapper-gradient{width: 100%;z-index: 0;}
				}
        @media (max-width:767.9px) {
            .speakers-block{padding-top: 50px; padding-bottom: 40px;}
            .speaker-item{margin-top: 1rem; margin-bottom: .5rem;}
            .speaker-photo-wrapper{margin-bottom: 4px;}
            .learn-experts-block{padding-top: 30px; padding-bottom: 40px;}
            .learn-section{padding:20px 0;}
            .comparison-section{padding:70px 0 30px;}
            .transform-section{padding: 40px 0;}
            .bottom-warning{margin-top:12px;}
            .cta-timer-section{padding:40px 0 40px 0;}
            .meet-speakers-section{padding:50px 0;}
            .highlights-section{padding:30px 0 50px 0;}
            .brought-to-you-section{padding:50px 0;}
            .final-cta-section{padding:0 0 60px 0;}
        }

		/* Thank You Hero Section */
        .thank-you-hero { background-color: #271E2F; background-image: radial-gradient(ellipse at bottom right, #a988c5 0%, var(--theme-purple-dark) 60%); background-repeat: no-repeat; color: var(--theme-white); padding: 60px 0 80px 0; text-align: center; position: relative; }
        .thank-you-hero .btn-primary-custom img{filter: brightness(0);}
        .thank-you-headline {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 40px;
        }
        .gradient-wtext { background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #C084FC 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }

        /* Video Placeholder */
        .video-placeholder-wrapper { max-width: 800px; margin: 0 auto 40px auto; aspect-ratio: 16 / 9; background-color: #a3a3a3; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3); cursor: pointer; transition: transform 0.3s ease; }

        .video-placeholder-wrapper:hover {
            transform: scale(1.02);
        }

        .play-btn-circle { width: 80px; height: 80px; background-color: rgb(86 86 86 / 58%); border-radius: 50%; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px); color: rgba(255, 255, 255, 0.8); font-size: 2rem; padding-left: 5px; transition: all 0.3s ease; position: absolute; z-index: 1; }
        .video-placeholder-wrapper:hover .play-btn-circle {
            background-color: rgba(0, 0, 0, 0.5);
            color: var(--theme-white);
        }
        .video-container { position: relative; width: 100%; padding-top: 56.25%; }
        .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;display:none;}
        .video-container video { width: 100%; height: 100%; display: block; position: absolute; top: 0; }
        .video-placeholder-wrapper { max-width: 800px; margin: 0 auto 40px auto; aspect-ratio: 16 / 9; background-color: #a3a3a3; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3); cursor: pointer; transition: transform 0.3s ease;overflow:hidden; }
        .thank-you-subtext {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.85);
            max-width: 600px;
            margin: 0 auto 30px auto;
            line-height: 1.6;
        }

        /* Platform & Stats Section */
        .platform-section {
            background-color: var(--light-bg);
            color: var(--text-dark);
            padding: 80px 0;
        }

        .platform-logo {
            font-size: 2rem;
            font-weight: 800;
            color: var(--speaker-accent);
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 2rem;
        }

        .platform-logo img {
            width: 140px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .stat-card { background: linear-gradient(white, white) padding-box, linear-gradient(138deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; border: 1px solid transparent; border-radius: 12px; padding: 30px 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; }

        .stat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(106, 27, 154, 0.08); background: linear-gradient(white, white) padding-box, linear-gradient(306deg, rgba(217, 217, 217, 0) 0%, rgba(220, 178, 255, 1) 50%) border-box; }

        .stat-number {
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--speaker-accent);
            margin-bottom: 10px;
            line-height: 1;
        }

        .stat-desc {
            font-size: 0.95rem;
            color: #4a4a4a;
            margin: 0;
            line-height: 1.5;
        }

        /* Footer CTA tweaks */
        .footer-cta-section {
            background-color: var(--light-bg);
            padding: 0 0 100px 0;
        }

        .fine-print {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
            margin-top: 15px;
        }
        
        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .video-placeholder-wrapper {
                margin: 0 15px 40px 15px;
            }
        }