* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.hero {
    background: rgba(0, 0, 0, .9);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.hero .back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
}

.hero h1 {
    color: #FF8414;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.25rem;
    width: 100%;
    font-size: 4.5em;
    line-height: 1.25;
    font-weight: 300;
    background-image: linear-gradient(170deg, #FFFFFF 0%, #FF8414 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .subtitle {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 0.95;
    font-weight: 300;
}

.hero .highlight {
    background: rgba(255,255,255,0.2);
    padding: 20px 40px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.testimonial-margin {
    padding: 40px;
}

.testimonial {
    background: rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1000px;
    border-left: 4px solid #fe8313;
}

.testimonial-quote {
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .5);
}

.testimonial-author {
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

.stars {
    color: #ffd700;
    font-size: 1.2em;
    margin-top: 10px;
}

.pain-points {
    background: #fff;
    padding: 60px 20px;
}

.pain-points h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #333;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.pain-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #e9ecef;
}

.pain-item h3 {
    color: #dc3545;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.story-section {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 30px 20px;
}

.story-section h2 {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.story-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.8;
}

.story-content p {
    margin-bottom: 25px;
}

.highlight-box {
    background: #fe8313;
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}

.three-things {
    background: #fff;
    padding: 30px 20px;
}

.three-things h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 60px;
}

.things-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.thing-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.thing-number {
    font-size: 3em;
    font-weight: 800;
    opacity: 0.3;
    margin-bottom: 10px;
}

.thing-card h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 20px 50px;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    margin: 30px 0;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px rgba(40, 167, 69, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.4);
}

.cta-section {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
}

.why-works {
    background: #fff;
    padding: 80px 20px;
}

.why-works h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 60px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 10px;
    border-left: 5px solid #667eea;
}

.why-card h3 {
    color: #667eea;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.stats-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-item h3 {
    font-size: 3em;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 1.2em;
    opacity: 0.9;
}

.steps-section {
    background: #f8f9fa;
    padding: 80px 20px 0 20px;
}

.steps-section h2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.2rem;
    width: 100%;
    font-size: 3.5em;
    line-height: 1.25;
    font-weight: 300;
    background-image: linear-gradient(170deg, #FFA444 0%, #FF8414 15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-bottom: 50px;
}

.step-card {
    background: white;
    padding: 40px;
    margin: 30px auto;
    max-width: 900px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-left: 8px solid #667eea;
}

.step-number {
    background: #667eea;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-card h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #333;
}

.step-bullets {
    margin-top: 20px;
    padding-left: 20px;
}

.step-bullets li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.includes-section {
    background: #fff;
    padding: 80px 20px;
}

.includes-section h2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.2rem;
    width: 100%;
    font-size: 3.5em;
    line-height: 1.25;
    font-weight: 300;
    background-image: linear-gradient(170deg, #FFA444 0%, #FF8414 15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-bottom: 50px;
}

.includes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.include-card {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 35px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    transition: transform 0.3s, box-shadow 0.3s;
}

.include-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.include-card h3 {
    color: #667eea;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.bonus-section {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: white;
    padding: 80px 20px;
}

.bonus-section h2 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 30px;
}

.bonus-intro {
    text-align: center;
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 60px;
}

.bonus-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    margin: 30px auto;
    max-width: 900px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.2);
}

.bonus-card h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.bonus-value {
    font-size: 1.3em;
    color: #ffd700;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-cta {
    background: #58a745;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.footer-cta h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }

    .hero .subtitle {
        font-size: 1.2em;
    }

    .story-section h2,
    .three-things h2,
    .why-works h2 {
        font-size: 2em;
    }
}

/* CSS Suggestions for New Landing Page Elements */

/* About Section with Photo */
.about-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-top: 40px;
}

.about-photo {
    position: sticky;
    top: 20px;
}

.instructor-photo {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-section h2 {
    color: #FF8414;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.2rem;
    width: 100%;
    font-size: 3.5em;
    line-height: 1.25;
    font-weight: 300;
    background-image: linear-gradient(170deg, #FFA444 0%, #FF8414 15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-photo {
        position: relative;
        top: 0;
        max-width: 250px;
        margin: 0 auto;
    }
}

/* For Who Section */
.for-who-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.checkmark-list, .x-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.checkmark-list li, .x-list li {
    padding: 10px 0;
    font-size: 1.1em;
    line-height: 1.6;
}

/* What You Learn Section */
.learning-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 700px;
    margin: 0 auto;
}

.learning-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
}

/* How It Works Grid */
.how-works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.how-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    text-align: left;
}

.how-card h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.simple-list {
    margin: 0;
    padding-left: 20px;
}

.simple-list li {
    margin: 10px 0;
    line-height: 1.6;
}

/* Packages Section */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.package-card {
    background: white;
    color: #333;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid transparent;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.package-card.standard {
    border-color: #CCCCCC;
}

.package-card.popular {
    border-color: #fe8313;
    transform: scale(1.05);
}

.package-card.vip {
    border-color: #764ba2;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #fe8313;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
}

.package-icon {
    font-size: 3em;
    margin-bottom: 20px;
}

.package-card h3 {
    font-size: 1.3em;
    margin: 20px 0;
    font-weight: bold;
}

.package-price {
    margin: 20px 0;
}

.package-price .price {
    font-size: 2.0em;
    font-weight: bold;
    color: #58a745;
}

.package-card.vip .package-price .price {
    color: white;
}

.package-price .duration {
    font-size: 1em;
    color: #666;
}

.package-savings {
    color: #28a745;
    font-weight: bold;
    margin: 10px 0 20px 0;
    font-size: 1.1em;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.package-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 1em;
    line-height: 1.5;
}

.package-card.vip .package-features li {
    border-bottom-color: rgba(255,255,255,0.2);
}

.package-button {
    display: inline-block;
    background: #58a745;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.package-button:hover {
    background: #218838;
    text-decoration: none;
}

.package-card.vip .package-button {
    background: white;
    color: #667eea;
}

.package-card.vip .package-button:hover {
    background: #f0f0f0;
}

/* FAQ Section */
.faq-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    text-align: left;
}

.faq-card h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #58a745;
}

.faq-card p {
    font-size: 1.1em;
    line-height: 1.7;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .package-card.popular {
        transform: scale(1);
    }

    .how-works-grid {
        grid-template-columns: 1fr;
    }
}