.elementor-17244 .elementor-element.elementor-element-687f166{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-17244 .elementor-element.elementor-element-6fc2e86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17244 .elementor-element.elementor-element-aee9662{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17244 .elementor-element.elementor-element-f86bd95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17244 .elementor-element.elementor-element-6803f74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-17244 .elementor-element.elementor-element-6fc2e86{--width:100%;}.elementor-17244 .elementor-element.elementor-element-aee9662{--width:33%;}.elementor-17244 .elementor-element.elementor-element-f86bd95{--width:34%;}.elementor-17244 .elementor-element.elementor-element-6803f74{--width:33%;}}/* Start custom CSS for container, class: .elementor-element-687f166 */* {
            margin: 0;
            padding: 0px;
            
        }

        :root {
            --primary-color: #61CE70;
            --primary-dark: #1e40af;
            --secondary-color: #10b981;
            --accent-color: #f59e0b;
            --text-dark: #1f2937;
            --text-light: #6b7280;
            --bg-light: #f9fafb;
            --bg-gray: #f3f4f6;
            --white: #ffffff;
            --border-radius: 25px;
            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        /* Typography */
        h1, h2, h3, h4 {
            line-height: 1.2;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        h1 {
            font-size: 3rem;
            color: var(--text-dark);
        }

        h2 {
            font-size: 2.5rem;
            color: var(--text-dark);
        }

        h3 {
            font-size: 1.75rem;
            color: var(--text-dark);
        }

        p {
            margin-bottom: 1rem;
            color: var(--text-light);
            font-size: 1.125rem;
        }

        /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* Buttons */
        .btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: var(--primary-color);
            color: var(--white);
            text-decoration: none;
            border-radius: var(--border-radius);
            font-weight: 600;
            font-size: 1.125rem;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            text-align: center;
        }

        .btn:hover {
            background: var(--white);
            transform: scale(1.1);
            box-shadow: var(--shadow-lg);
        }

        .btn-large {
            padding: 1.25rem 3rem;
            font-size: 1.25rem;
        }

        .btn-secondary {
            background: var(--secondary-color);
        }

        .btn-secondary:hover {
            background: #059669;
        }

        /* Sticky Header */
        .sticky-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: var(--white);
            box-shadow: var(--shadow);
            padding: 1rem 0;
            z-index: 1000;
            display: none;
        }

        .sticky-header.visible {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }

        .sticky-header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #235FF2 0%, #764ba2 100%);
            padding: 6rem 0;
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }

        .hero .container {
            position: relative;
            z-index: 1;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .hero-text h1 {
            color: var(--white);
            margin-bottom: 1.5rem;
        }

        .hero-text .pre-headline {
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 2px;
            color: var(--accent-color);
            margin-bottom: 0.5rem;
            text-transform: uppercase;
        }

        .hero-text .subheadline {
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2rem;
        }

        .hero-bullets {
            list-style: none;
            margin: 2rem 0;
        }

        .hero-bullets li {
            padding: 0.75rem 0;
            font-size: 1.125rem;
            color: rgba(255, 255, 255, 0.95);
            display: flex;
            align-items: center;
        }

        .hero-bullets li::before {
            content: '✓';
            color: var(--secondary-color);
            font-weight: bold;
            font-size: 1.5rem;
            margin-right: 1rem;
        }

        .trust-element {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .trust-element p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 0.5rem;
        }

        .stars {
            color: var(--accent-color);
            font-size: 1.25rem;
        }

        .hero-video {
            background: rgba(255, 255, 255, 0.1);
            border-radius: var(--border-radius);
            padding: 1rem;
            backdrop-filter: blur(10px);
        }

        .video-placeholder {
            background: #000;
            border-radius: var(--border-radius);
            aspect-ratio: 16/9;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
        }

        .play-button {
            width: 80px;
            height: 80px;
            background: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--white);
            transition: transform 0.3s ease;
        }

        .video-placeholder:hover .play-button {
            transform: scale(1.1);
        }

        .video-title {
            text-align: center;
            margin-top: 1rem;
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
        }

        /* Problem Section */
        .problem-section {
            padding: 5rem 0;
            background: var(--bg-gray);
        }

        .problem-section .container {
            max-width: 800px;
            text-align: center;
        }

        .problem-list {
            list-style: none;
            margin: 3rem 0;
            text-align: left;
        }

        .problem-list li {
            padding: 1.5rem;
            margin-bottom: 1rem;
            background: var(--white);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
            display: flex;
            align-items: flex-start;
            font-size: 1.125rem;
        }

        .problem-list li::before {
            content: '❌';
            font-size: 1.5rem;
            margin-right: 1rem;
            flex-shrink: 0;
        }

        .transition-text {
            margin-top: 3rem;
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        /* How It Works Section */
        .how-it-works {
            padding: 5rem 0;
            background: var(--white);
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-subheadline {
            font-size: 1.25rem;
            color: var(--text-light);
            margin-top: 0.5rem;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }

        .step-card {
            text-align: center;
            padding: 2rem;
            background: var(--bg-light);
            border-radius: var(--border-radius);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
        }

        .step-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .step-number {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--primary-color);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
        }

        .step-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .step-card p {
            font-size: 1rem;
            color: var(--text-light);
        }

        /* Curriculum Section */
        .curriculum {
            padding: 5rem 0;
            background: linear-gradient(135deg, #235FF2 0%, #764ba2 100%);
            color: var(--white);
        }

        .curriculum .section-header h2,
        .curriculum .section-header .section-subheadline {
            color: var(--white);
        }

        .tabs {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }

        .tab-button {
            padding: 1rem 2rem;
            background: rgba(255, 255, 255, 0.1);
            color: var(--white);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: var(--border-radius);
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            flex: 1;
            min-width: 200px;
        }

        .tab-button:hover,
        .tab-button.active {
            background: var(--white);
            color: var(--primary-color);
        }

        .tab-content {
            display: none;
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: var(--border-radius);
            backdrop-filter: blur(10px);
        }

        .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .tab-content h3 {
            color: var(--white);
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }

        .tab-content .week-subtitle {
            font-style: italic;
            margin-bottom: 2rem;
            color: rgba(255, 255, 255, 0.9);
        }

        .tab-content h4 {
            color: var(--white);
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }

        .tab-content ul {
            list-style: none;
            margin-bottom: 2rem;
        }

        .tab-content ul li {
            padding: 0.75rem 0;
            padding-left: 2rem;
            position: relative;
            color: rgba(255, 255, 255, 0.95);
        }

        .tab-content ul li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--secondary-color);
            font-weight: bold;
        }

        .week-outcome {
            background: rgba(255, 255, 255, 0.15);
            padding: 1.5rem;
            border-radius: var(--border-radius);
            margin-top: 1.5rem;
            border-left: 4px solid var(--secondary-color);
        }

        .badge-earned {
            display: inline-block;
            background: var(--accent-color);
            color: var(--text-dark);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            margin-top: 1rem;
        }

        /* Gamification Section */
        .gamification {
            padding: 5rem 0;
            background: var(--bg-light);
        }

        .gamification-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }

        .gamification-card {
            text-align: center;
            padding: 2rem;
            background: var(--white);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
        }

        .gamification-card h3 {
            margin-top: 1.5rem;
            color: var(--text-dark);
        }

        .gamification-visual {
            font-size: 4rem;
            margin-bottom: 1rem;
        }

        .badge-display {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 1rem;
            flex-wrap: wrap;
        }

        .badge {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--accent-color), #f59e0b);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            box-shadow: var(--shadow);
        }

        .prize-list {
            list-style: none;
            margin-top: 1.5rem;
            text-align: left;
        }

        .prize-list li {
            padding: 0.75rem 0;
            display: flex;
            align-items: flex-start;
        }

        .prize-list li::before {
            content: '🎁';
            margin-right: 0.75rem;
            font-size: 1.25rem;
        }

        .grand-prize {
            background: linear-gradient(135deg, #fbbf24, #f59e0b);
            padding: 2rem;
            border-radius: var(--border-radius);
            margin-top: 2rem;
            text-align: center;
        }

        .grand-prize h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        /* Testimonials Section */
        .testimonials {
            padding: 5rem 0;
            background: var(--white);
        }

        .testimonial-carousel {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .testimonial-card {
            background: var(--bg-light);
            padding: 2rem;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .testimonial-avatar {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            margin-right: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--white);
            font-weight: bold;
        }

        .testimonial-author {
            flex: 1;
        }

        .testimonial-name {
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.25rem;
        }

        .testimonial-company {
            font-size: 0.875rem;
            color: var(--text-light);
        }

        .testimonial-stars {
            color: var(--accent-color);
            margin-top: 0.25rem;
        }

        .testimonial-text {
            font-style: italic;
            color: var(--text-light);
            line-height: 1.7;
        }

        .stats-box {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
            color: var(--white);
            padding: 3rem;
            border-radius: var(--border-radius);
            margin-top: 4rem;
            text-align: center;
        }

        .stats-box h3 {
            color: var(--white);
            margin-bottom: 2rem;
        }

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

        .stat-item {
            padding: 1rem;
        }

        .stat-icon {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }

        .stat-value {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 0.875rem;
            opacity: 0.9;
        }

        /* Instructor Section */
        .instructor {
            padding: 5rem 0;
            background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
        }

        .instructor-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 3rem;
            align-items: center;
        }

        .instructor-photo {
            width: 100%;
            aspect-ratio: 1;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: var(--border-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5rem;
            color: var(--white);
            box-shadow: var(--shadow-lg);
        }

        .instructor-bio h2 {
            margin-bottom: 1.5rem;
        }

        .instructor-bio p {
            margin-bottom: 1.5rem;
            font-size: 1.125rem;
        }

        .instructor-promise {
            background: var(--white);
            padding: 1.5rem;
            border-left: 4px solid var(--primary-color);
            margin: 2rem 0;
            border-radius: var(--border-radius);
        }

        .instructor-promise h4 {
            margin-bottom: 0.75rem;
        }

        /* FAQ Section */
        .faq {
            padding: 1rem 0;
            background: var(--white);
        }

        .faq-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .faq-item {
            background: var(--bg-light);
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
        }

        .faq-question {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: var(--text-dark);
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: #e5e7eb;
        }

        .faq-icon {
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 1.5rem;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 1.5rem 1.5rem 1.5rem;
        }

        .faq-answer p {
            margin-bottom: 1rem;
        }

        /* Final CTA Section */
        .final-cta {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
            color: var(--white);
            text-align: center;
        }

        .final-cta .container {
            max-width: 900px;
        }

        .final-cta h2,
        .final-cta .section-subheadline {
            color: var(--white);
        }

        .value-checklist {
            list-style: none;
            margin: 2rem 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            text-align: left;
        }

        .value-checklist li {
            padding: 0.75rem;
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, 0.95);
        }

        .value-checklist li::before {
            content: '✓';
            color: var(--secondary-color);
            font-weight: bold;
            font-size: 1.5rem;
            margin-right: 1rem;
        }

        .urgency-element {
            background: rgba(255, 255, 255, 0.1);
            padding: 1.5rem;
            border-radius: var(--border-radius);
            margin: 2rem 0;
            backdrop-filter: blur(10px);
        }

        .countdown {
            font-size: 2rem;
            font-weight: 700;
            margin-top: 1rem;
            color: var(--accent-color);
        }

        .social-proof-final {
            margin: 1.5rem 0;
            font-size: 1.125rem;
            color: rgba(255, 255, 255, 0.95);
        }

        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
        }

        .trust-badge {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.875rem;
        }

        /* Footer */
        footer {
            background: var(--text-dark);
            color: var(--white);
            padding: 3rem 0 1rem;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            margin-bottom: 2rem;
        }

        .footer-column h4 {
            color: var(--white);
            margin-bottom: 1rem;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 0.5rem;
        }

        .footer-column a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: var(--white);
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            text-decoration: none;
            transition: background 0.3s ease;
        }

        .social-icon:hover {
            background: var(--primary-color);
        }

        .copyright {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.875rem;
        }

        /* Modal/Form */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }

        .modal.active {
            display: flex;
        }

        .modal-content {
            background: var(--white);
            padding: 3rem;
            border-radius: var(--border-radius);
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.3s ease;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .close-modal {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 2rem;
            cursor: pointer;
            color: var(--text-light);
            background: none;
            border: none;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 0.75rem;
            border: 2px solid #e5e7eb;
            border-radius: var(--border-radius);
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary-color);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
        }

        .checkbox-group input[type="checkbox"] {
            width: auto;
            margin-top: 0.25rem;
        }

        .privacy-note {
            background: var(--bg-light);
            padding: 1rem;
            border-radius: var(--border-radius);
            font-size: 0.875rem;
            color: var(--text-light);
            margin-top: 1.5rem;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            h1 {
                font-size: 2.5rem;
            }

            h2 {
                font-size: 2rem;
            }

            .hero-content {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .steps-grid,
            .gamification-grid,
            .footer-content {
                grid-template-columns: 1fr;
            }

            .tabs {
                flex-direction: column;
            }

            .tab-button {
                width: 100%;
            }

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

            .instructor-content {
                grid-template-columns: 1fr;
            }

            .faq-grid,
            .value-checklist {
                grid-template-columns: 1fr;
            }

            .container {
                padding: 0 1rem;
            }
        }

        @media (max-width: 640px) {
            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.75rem;
            }

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

            .btn {
                padding: 0.875rem 1.5rem;
                font-size: 1rem;
            }

            .btn-large {
                padding: 1rem 2rem;
                font-size: 1.125rem;
            }
        }
    </style>/* End custom CSS */