.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Head Extension Mastery - AI Extension School</title>
    
    <!-- Tailwind CSS -->
    <script src="https://cdn.tailwindcss.com"></script>
    
    <!-- Google Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
    
    <!-- Alpine.js for interactions -->
    <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>

    <style>
        /* Custom styles using Montserrat font */
        body {
            font-family: 'Montserrat', sans-serif;
            background-color: #FDFDFD;
        }
        h1, h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700; /* Bolder weight for headings */
        }
        h1 {
            font-weight: 900; /* Extra bold for main headlines - made thicker */
        }
        
        /* Updated CTA Button Styles */
        .custom-cta {
            background-color: #ffb5c0; /* New pink color */
            color: #1f2937; /* Dark gray text for good contrast */
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .custom-cta:hover {
            background-color: #f4a2b1; /* Darker pink on hover */
            transform: translateY(-2px);
        }

        /* Responsive YouTube Embed Styling */
        .video-responsive-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
        }

        .video-responsive-iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* Testimonial Section Styles */
        .testimonial-bg {
            background-color: #F7F7F7; /* Light background to match example */
        }
        .testimonial-card-exact {
            background-color: white;
            padding: 2.5rem;
            border-radius: 0.5rem;
            position: relative;
            background-image: radial-gradient(#EAE0DC 1px, transparent 1px);
            background-size: 15px 15px;
            border-left: 6px solid #ffb5c0; /* Pink accent on the edge */
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.05);
        }

        .testimonial-quote-icon-exact {
            position: absolute;
            top: 1rem;
            left: 1rem;
            font-size: 5rem;
            font-weight: 900;
            color: rgba(0, 0, 0, 0.08);
            line-height: 1;
            z-index: 1;
        }
        .testimonial-text-exact {
            position: relative;
            z-index: 2;
            color: #374151; /* Dark gray for text */
            font-style: italic;
        }
        .author-image-exact {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 4px solid #fff;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            object-fit: cover;
        }
       
    </style>
</head>
<body class="bg-white text-gray-800 antialiased">

    <!-- HERO SECTION -->
    <section class="min-h-screen bg-[#111111] text-white flex flex-col items-center justify-center px-4 py-20">
        <div class="text-center max-w-4xl mx-auto">
            <h1 class="text-4xl md:text-6xl leading-tight mb-4">Help women feel gorgeous — and change your own life in the process.</h1>
            <h2 class="text-lg md:text-2xl font-light text-gray-200 mb-8">Become a certified extension artist and turn transformation into your career.</h2>
            
            <p class="font-semibold mb-4">▶ Watch Quick Video Below</p>

            <div class="max-w-2xl mx-auto border-4 border-gray-700 rounded-lg overflow-hidden">
                <div class="video-responsive-container">
                    <iframe 
                        class="video-responsive-iframe"
                        src="https://www.youtube.com/embed/0AaillMVMfk?autoplay=1&mute=1&loop=1&playlist=0AaillMVMfk&controls=0&showinfo=0&modestbranding=1" 
                        title="YouTube video player" 
                        frameborder="0" 
                        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" 
                        allowfullscreen>
                    </iframe>
                </div>
            </div>

            <a href="#cta" class="custom-cta inline-block mt-8 w-full max-w-2xl py-4 rounded-lg">
                <span class="text-2xl font-bold">Enroll Now & Start Changing Lives</span>
            </a>
        </div>
    </section>

    <!-- TESTIMONIAL SECTION -->
    <section class="testimonial-bg py-20 px-4">
        <div class="max-w-6xl mx-auto">
            <div class="text-center mb-16">
                 <h2 class="text-4xl md:text-5xl text-gray-900 mb-4">Real Women. Real Transformations.</h2>
                 <p class="text-lg text-gray-600 max-w-2xl mx-auto">They were just like you — craving more than a job. They wanted passion, purpose, and a way to make women feel beautiful. Now they’re booked, confident, and in control of their future.</p>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Testimonial 1: Maria G. -->
                <div class="testimonial-card-exact">
                    <div class="testimonial-quote-icon-exact">“</div>
                    <p class="testimonial-text-exact">I used to work 10-hour shifts in a job that drained me. I’d come home exhausted, dreaming of doing something creative, something beautiful. Finding this academy was like someone handed me a way out. I took the course at night, on my own schedule. Now I take clients part-time — and last month I matched what I used to make in retail… in a weekend. I cry happy tears just thinking about how far I’ve come.</p>
                    <div class="mt-8 flex items-center">
                        <img class="author-image-exact" src="https://placehold.co/100x100/ffb5c0/1f2937?text=MG" alt="Maria G.">
                        <div class="ml-4">
                            <p class="font-bold text-lg text-gray-900">Maria G.</p>
                            <p class="text-sm font-semibold text-gray-600">Certified Extension Artist</p>
                        </div>
                    </div>
                </div>
                <!-- Testimonial 2: Tasha L. -->
                <div class="testimonial-card-exact">
                    <div class="testimonial-quote-icon-exact">“</div>
                    <p class="testimonial-text-exact">I’ve been doing hair for 8 years — but I was stuck. My clients were loyal, but I wasn’t growing. I didn’t know how to charge more or stand out. Once I learned extensions, everything changed. I became the ‘go-to girl’ for luxury installs. My average ticket tripled. My confidence exploded. And I finally feel like an artist again, not just a stylist.</p>
                    <div class="mt-8 flex items-center">
                        <img class="author-image-exact" src="https://placehold.co/100x100/ffb5c0/1f2937?text=TL" alt="Tasha L.">
                        <div class="ml-4">
                            <p class="font-bold text-lg text-gray-900">Tasha L.</p>
                            <p class="text-sm font-semibold text-gray-600">Salon Owner & Extension Master</p>
                        </div>
                    </div>
                </div>
                <!-- Testimonial 3: Bri N. -->
                <div class="testimonial-card-exact">
                    <div class="testimonial-quote-icon-exact">“</div>
                    <p class="testimonial-text-exact">I didn’t even go to beauty school. I just knew I loved hair and making people feel beautiful. I was nervous — I had no clue where to start. But this course made it simple. I could follow every step, and I actually felt supported the whole time. The first time my client cried after seeing her new look… I knew I found my purpose.</p>
                    <div class="mt-8 flex items-center">
                        <img class="author-image-exact" src="https://placehold.co/100x100/ffb5c0/1f2937?text=BN" alt="Bri N.">
                        <div class="ml-4">
                            <p class="font-bold text-lg text-gray-900">Bri N.</p>
                            <p class="text-sm font-semibold text-gray-600">Full-Time Certified Extension Artist</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="text-center mt-16">
                <a href="#cta" class="custom-cta inline-block py-4 px-10 rounded-lg text-xl font-bold">
                    I Want to Start My Story Too
                </a>
                <p class="mt-3 text-gray-600 font-semibold">
                    → Enroll in the Hair Extension Mastery Program
                </p>
            </div>
        </div>
    </section>

    <!-- EMOTIONAL CONNECTION SECTION -->
    <section class="bg-[#2d2a2a] text-white py-20 px-4">
        <div class="max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
            <div class="p-4 bg-black bg-opacity-20 rounded-lg">
                 <img src="https://images.pexels.com/photos/3993243/pexels-photo-3993243.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" 
                      onerror="this.onerror=null;this.src='https://placehold.co/600x800/2d2a2a/FFFFFF?text=A+Moment+of+Thought';"
                      alt="Thoughtful woman looking out window" class="rounded-md w-full h-full object-cover">
            </div>
            <div class="text-left">
                <h2 class="text-4xl font-bold leading-tight mb-4">This Was Never Just About Hair.</h2>
                <p class="text-xl text-gray-300 mb-8">It’s about who you become when you learn to create beauty with your hands.</p>
                <p class="text-lg text-gray-300 mb-6">You've always had an eye for beauty. Even before you knew the names of methods, you felt it — that pull to create, to style, to transform.</p>
                <p class="text-lg text-gray-300 mb-6">But maybe life got in the way…</p>
                <ul class="space-y-4 mb-8 text-lg">
                    <li class="flex items-center gap-3"><svg class="w-6 h-6" style="color: #ffb5c0;" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"></path></svg>A job that drains you</li>
                    <li class="flex items-center gap-3"><svg class="w-6 h-6" style="color: #ffb5c0;" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path></svg>Bills that keep you stuck</li>
                    <li class="flex items-center gap-3"><svg class="w-6 h-6" style="color: #ffb5c0;" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>Or just not knowing where to start</li>
                </ul>
                <p class="text-lg font-semibold text-white mb-6">Here’s the truth: You don’t need permission. You don’t need a license. You just need a clear path — and someone to show you what’s possible.</p>
                <p class="text-xl font-bold mb-8">Hair extensions are more than a beauty skill. <span class="underline" style="text-decoration-color: #ffb5c0;">They’re your way in.</span></p>
                <a href="#program" class="custom-cta inline-block py-3 px-8 rounded-lg text-lg font-bold">Show Me What’s Inside the Certification</a>
            </div>
        </div>
    </section>

    <!-- IMAGE-BASED PROGRAM BREAKDOWN -->
    <section id="program" class="bg-white py-24 px-4">
        <div class="max-w-5xl mx-auto">
            <div class="text-center mb-20">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">Here’s What You’ll Master Inside the Certification</h2>
                <p class="text-xl text-gray-600">You won’t just learn techniques — you’ll gain the confidence to build a career.</p>
            </div>
            <div class="space-y-24">
                <!-- ITIPS -->
                <div class="flex flex-col md:flex-row items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7691236/pexels-photo-7691236.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=I-Tip+Application';" alt="Stylist applying I-Tip extensions with beads" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">ITIPS</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Micro strand-by-strand extensions with a natural, free-flowing result. ITIPS are ideal for clients who want movement and long wear — no glue, no heat, just tiny beads and precision placement. Perfect for fine to medium hair.</p>
                    </div>
                </div>
                <!-- KTIPS -->
                <div class="flex flex-col md:flex-row-reverse items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7760775/pexels-photo-7760775.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=K-Tip+Application';" alt="Close-up of a keratin bond being applied with a heat wand" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">KTIPS</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Keratin-bonded extensions for durability and seamless blending. KTIPS melt keratin protein at the base of each strand and fuse it to the hair — for a long-lasting, undetectable install that clients love. Luxurious, versatile, and secure.</p>
                    </div>
                </div>
                <!-- TAPE-INS -->
                 <div class="flex flex-col md:flex-row items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7691223/pexels-photo-7691223.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=Tape-In+Application';" alt="Row of tape-in extensions being applied to hair section" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">TAPE-INS</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Quick installs, major impact — perfect for fast transformations. Tape-ins are sandwiched into the hair using medical-grade adhesive. Fast to apply, easy to maintain, and extremely popular for events, weddings, and first-timers.</p>
                    </div>
                </div>
                <!-- SWING WEFT -->
                <div class="flex flex-col md:flex-row-reverse items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7691230/pexels-photo-7691230.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=Voluminous+Finished+Style';" alt="Woman with full, voluminous hair after a swing weft installation" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">SWING WEFT</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Maximum volume and drama with a secure, sewn-in feel. Swing weft combines wefted extensions with flexible attachment, allowing for thick installs and full coverage. Great for clients who want bold, glamorous looks.</p>
                    </div>
                </div>
                 <!-- FLAWLESS BLENDING -->
                <div class="flex flex-col md:flex-row items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7691228/pexels-photo-7691228.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=Stylist+Blending+Extensions';" alt="Stylist carefully cutting and blending extensions for a natural look" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">Flawless Blending & Cutting</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Learn how to shape and blend every method so it flows naturally — no bulk, no choppiness, just hair that looks like it grew that way.</p>
                    </div>
                </div>
                 <!-- CLIENT CONSULTATIONS -->
                <div class="flex flex-col md:flex-row-reverse items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/7760790/pexels-photo-7760790.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=Client+Consultation';" alt="Stylist having a friendly consultation with a smiling client" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">Client Consultations That Book Themselves</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Scripts, visuals, and a simple flow that helps you confidently recommend methods, quote pricing, and turn consultations into paying clients.</p>
                    </div>
                </div>
                 <!-- SOCIAL MEDIA + PRICING -->
                <div class="flex flex-col md:flex-row items-center gap-12">
                    <div class="md:w-1/2"><img src="https://images.pexels.com/photos/5938539/pexels-photo-5938539.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" onerror="this.onerror=null;this.src='https://placehold.co/600x400/eeeeee/333333?text=Stylist+Creating+Content';" alt="Stylist taking a photo of a client's hair transformation with a phone" class="rounded-lg shadow-xl w-full"></div>
                    <div class="md:w-1/2">
                        <h3 class="text-3xl font-bold mb-4">Social Media + Pricing</h3>
                        <p class="text-lg text-gray-700 leading-relaxed">Create reels, shoot hair transformations, and finally set prices with confidence. You’ll get content templates + simple pricing strategies that actually work.</p>
                    </div>
                </div>
            </div>

            <div class="text-center mt-24">
                <a href="#cta" class="custom-cta inline-block py-4 px-12 rounded-lg text-2xl font-bold">
                    [ See What’s Included In The Full Certification ]
                </a>
            </div>
        </div>
    </section>

    <!-- NEW HIGH-IMPACT BRIDGE SECTION -->
    <section class="bg-rose-50 py-20 px-4">
        <div class="max-w-3xl mx-auto text-center">
            <p class="text-xl font-semibold text-gray-700">In Short: The Hair Extension Mastery Certification Is</p>
            <h2 class="text-4xl md:text-5xl font-extrabold text-gray-900 my-4 leading-tight">A Once-In-A-Lifetime Chance To <br> <span style="color:#ffb5c0">COMPLETELY</span> Transform Your Beauty Career & Life</h2>
            <p class="text-xl text-gray-600 leading-relaxed my-8 max-w-2xl mx-auto">To the point where clients are lining up to work with you — asking, “When can you take me?” instead of “How much do you charge?”</p>
            
            <a href="#cta" class="custom-cta inline-block py-4 px-10 rounded-lg text-xl font-bold">
                Yes — I’m Ready to Start My Transformation
            </a>
            <p class="mt-4 font-semibold text-gray-700">This isn’t just about hair. This is your new future.</p>
            
            <div class="mt-12">
                <svg class="mx-auto w-8 h-8 text-gray-400 animate-bounce" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg>
            </div>
        </div>
    </section>
    
    <!-- CTA (Call to Action) -->
    <section id="cta" class="bg-gray-900 text-white py-20 px-4">
        <div class="max-w-3xl mx-auto text-center">
            <h2 class="text-4xl md:text-5xl mb-6">Ready to Get Started?</h2>
            <p class="text-xl text-gray-300 mb-10">Join Head Extension Mastery today and start building your dream beauty career from day one.</p>
            <a href="#" class="custom-cta inline-block font-bold py-5 px-16 rounded-lg text-2xl animate-pulse">
                👉 YES — I Want to Get Certified in Luxury Hair Extensions!
            </a>
            <p class="mt-6 text-gray-400">No license required. Payment plans available.</p>
        </div>
    </section>

    <footer class="bg-gray-800 text-white py-8 px-4">
        <div class="max-w-5xl mx-auto text-center text-gray-400">
            <p>&copy; 2025 AI Extension School. All Rights Reserved.</p>
        </div>
    </footer>

</body>
</html>/* End custom CSS */