/* ========================================
   New Intro Section Styles - Lemon Theme
   ======================================== */

.intro-section-new {
    background: linear-gradient(135deg, #fffbea 0%, #fff9c4 50%, #fff59d 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.intro-section-new::before {
    content: '🍋';
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 200px;
    opacity: 0.1;
    transform: rotate(-15deg);
}

.intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro-content {
    background: #ffffff;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgba(255, 193, 7, 0.2);
    border-radius: 12px;
    position: relative;
    border: 2px solid #ffd54f;
}

.intro-content::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 120px;
    font-family: Georgia, serif;
    color: rgba(255, 235, 59, 0.3);
    line-height: 1;
}

.intro-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3e50;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Responsive Design - Mobile First */
@media (max-width: 1024px) {
    .intro-section-new {
        padding: 70px 20px;
    }

    .intro-content {
        padding: 35px 40px;
    }

    .intro-content p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .intro-section-new {
        padding: 50px 15px !important;
    }

    .intro-section-new::before {
        font-size: 120px;
        top: -20px;
        right: -20px;
    }

    .intro-container {
        padding: 0 10px;
    }

    .intro-content {
        padding: 25px 20px !important;
        border-radius: 10px;
    }

    .intro-content::before {
        font-size: 70px;
        top: -12px;
        left: 12px;
    }

    .intro-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 480px) {
    .intro-section-new {
        padding: 35px 10px !important;
    }

    .intro-section-new::before {
        font-size: 70px;
        top: -15px;
        right: -15px;
    }

    .intro-container {
        padding: 0 5px;
    }

    .intro-content {
        padding: 20px 15px !important;
        border-width: 1px;
        border-radius: 8px;
    }

    .intro-content::before {
        font-size: 50px;
        top: -10px;
        left: 8px;
    }

    .intro-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        letter-spacing: 0.2px;
    }
}

@media (max-width: 360px) {
    .intro-section-new {
        padding: 30px 8px !important;
    }

    .intro-content {
        padding: 18px 12px !important;
    }

    .intro-content p {
        font-size: 13px !important;
    }
}

/* Print Styles */
@media print {
    .intro-section-new {
        background: #ffffff;
        padding: 20px 0;
    }

    .intro-content {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* ========================================
   Eligibility Section Styles - Lemon Theme
   ======================================== */

.eligibility-section-new {
    background: linear-gradient(135deg, #ffffff 0%, #fffde7 100%);
    padding: 80px 20px;
    position: relative;
}

.eligibility-section-new::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ffd54f 0%, #ffeb3b 50%, #ffd54f 100%);
}

.eligibility-section-new .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.eligibility-section-new .section-headline {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 235, 59, 0.2);
}

.eligibility-section-new .section-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.15);
    border: 2px solid #fff9c4;
}

.eligibility-section-new .section-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

/* ========================================
   What We Do Section Styles - Lemon Theme
   ======================================== */

.whatwedo-section-new {
    background: linear-gradient(135deg, #fffbea 0%, #fff9c4 50%, #fffde7 100%);
    padding: 80px 20px;
    position: relative;
}

.whatwedo-section-new::before {
    content: '🍋';
    position: absolute;
    bottom: -30px;
    left: -30px;
    font-size: 180px;
    opacity: 0.08;
    transform: rotate(25deg);
}

.whatwedo-section-new .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.whatwedo-section-new .section-headline {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 235, 59, 0.2);
}

.whatwedo-section-new .section-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.15);
    border: 2px solid #fff9c4;
}

.whatwedo-section-new .section-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

/* Responsive Design for New Sections */
@media (max-width: 1024px) {

    .eligibility-section-new,
    .whatwedo-section-new {
        padding: 70px 20px;
    }

    .eligibility-section-new .section-headline,
    .whatwedo-section-new .section-headline {
        font-size: 38px;
    }

    .eligibility-section-new .section-content,
    .whatwedo-section-new .section-content {
        padding: 35px;
    }
}

@media (max-width: 768px) {

    .eligibility-section-new,
    .whatwedo-section-new {
        padding: 50px 15px !important;
    }

    .whatwedo-section-new::before {
        font-size: 90px;
        bottom: -18px;
        left: -18px;
    }

    .eligibility-section-new .section-container,
    .whatwedo-section-new .section-container {
        padding: 0 10px;
    }

    .eligibility-section-new .section-headline,
    .whatwedo-section-new .section-headline {
        font-size: 28px !important;
        margin-bottom: 18px !important;
        line-height: 1.3;
    }

    .eligibility-section-new .section-content,
    .whatwedo-section-new .section-content {
        padding: 25px 20px !important;
        border-radius: 10px;
    }

    .eligibility-section-new .section-content p,
    .whatwedo-section-new .section-content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 480px) {

    .eligibility-section-new,
    .whatwedo-section-new {
        padding: 35px 10px !important;
    }

    .whatwedo-section-new::before {
        font-size: 50px;
        bottom: -12px;
        left: -12px;
    }

    .eligibility-section-new .section-container,
    .whatwedo-section-new .section-container {
        padding: 0 5px;
    }

    .eligibility-section-new .section-headline,
    .whatwedo-section-new .section-headline {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }

    .eligibility-section-new .section-content,
    .whatwedo-section-new .section-content {
        padding: 20px 15px !important;
        border-width: 1px;
        border-radius: 8px;
    }

    .eligibility-section-new .section-content p,
    .whatwedo-section-new .section-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 360px) {

    .eligibility-section-new,
    .whatwedo-section-new {
        padding: 30px 8px !important;
    }

    .eligibility-section-new .section-headline,
    .whatwedo-section-new .section-headline {
        font-size: 20px !important;
    }

    .eligibility-section-new .section-content,
    .whatwedo-section-new .section-content {
        padding: 18px 12px !important;
    }

    .eligibility-section-new .section-content p,
    .whatwedo-section-new .section-content p {
        font-size: 13px !important;
    }
}

/* ========================================
   What AI Sees Section Styles - Lemon Theme
   ======================================== */

.whataisees-section-new {
    background: linear-gradient(135deg, #ffffff 0%, #fffde7 50%, #fff9c4 100%);
    padding: 80px 20px;
    position: relative;
}

.whataisees-section-new::before {
    content: '🍋';
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 250px;
    opacity: 0.05;
    transform: translateY(-50%) rotate(-20deg);
}

.whataisees-section-new .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.whataisees-section-new .section-headline {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 235, 59, 0.2);
}

.whataisees-section-new .section-content {
    max-width: 900px;
    margin: 0 auto;
}

.whataisees-section-new .section-content>p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 25px 0;
}

.whataisees-section-new .positioning-clarifier {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
    margin: 25px 0 35px 0;
    padding: 20px 30px;
    background: linear-gradient(135deg, #fff9e6 0%, #fffbf0 100%);
    border-left: 5px solid #ffc107;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2);
}

.whataisees-section-new .ai-sees-bullets {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.whataisees-section-new .ai-sees-bullets li {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 15px;
    padding: 18px 20px 18px 50px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    border-left: 4px solid #ffeb3b;
    box-shadow: 0 3px 10px rgba(255, 193, 7, 0.15);
    transition: all 0.3s ease;
}

.whataisees-section-new .ai-sees-bullets li:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.25);
    border-left-color: #ffc107;
}

.whataisees-section-new .ai-sees-bullets li:before {
    content: '✓';
    position: absolute;
    left: 18px;
    color: #ffc107;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px 2px rgba(255, 193, 7, 0.3);
}

/* Responsive Design for What AI Sees */
@media (max-width: 1024px) {
    .whataisees-section-new {
        padding: 70px 20px;
    }

    .whataisees-section-new .section-headline {
        font-size: 38px;
    }

    .whataisees-section-new .ai-sees-bullets li {
        font-size: 17px;
        padding: 16px 18px 16px 48px;
    }
}

@media (max-width: 768px) {
    .whataisees-section-new {
        padding: 50px 15px !important;
    }

    .whataisees-section-new::before {
        font-size: 130px;
        right: -15%;
    }

    .whataisees-section-new .section-container {
        padding: 0 10px;
    }

    .whataisees-section-new .section-headline {
        font-size: 28px !important;
        margin-bottom: 18px !important;
        line-height: 1.3;
    }

    .whataisees-section-new .section-content>p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .whataisees-section-new .positioning-clarifier {
        font-size: 15px !important;
        padding: 15px 18px !important;
        margin: 20px 0 25px 0 !important;
        border-left-width: 4px;
        border-radius: 8px;
    }

    .whataisees-section-new .ai-sees-bullets {
        max-width: 100%;
        margin-top: 25px !important;
    }

    .whataisees-section-new .ai-sees-bullets li {
        font-size: 15px !important;
        margin-bottom: 10px !important;
        padding: 14px 16px 14px 42px !important;
        border-left-width: 3px;
        border-radius: 8px;
    }

    .whataisees-section-new .ai-sees-bullets li:before {
        font-size: 18px !important;
        left: 14px !important;
    }

    .whataisees-section-new .ai-sees-bullets li:hover {
        transform: translateX(5px);
    }
}

@media (max-width: 480px) {
    .whataisees-section-new {
        padding: 35px 10px !important;
    }

    .whataisees-section-new::before {
        font-size: 80px;
        right: -20%;
    }

    .whataisees-section-new .section-container {
        padding: 0 5px;
    }

    .whataisees-section-new .section-headline {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }

    .whataisees-section-new .section-content>p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 18px !important;
    }

    .whataisees-section-new .positioning-clarifier {
        font-size: 13px !important;
        padding: 12px 15px !important;
        margin: 18px 0 22px 0 !important;
        border-left-width: 3px;
    }

    .whataisees-section-new .ai-sees-bullets {
        margin-top: 20px !important;
    }

    .whataisees-section-new .ai-sees-bullets li {
        font-size: 13px !important;
        margin-bottom: 8px !important;
        padding: 12px 14px 12px 38px !important;
        border-radius: 6px;
    }

    .whataisees-section-new .ai-sees-bullets li:before {
        font-size: 16px !important;
        left: 12px !important;
    }
}

@media (max-width: 360px) {
    .whataisees-section-new {
        padding: 30px 8px !important;
    }

    .whataisees-section-new .section-headline {
        font-size: 20px !important;
    }

    .whataisees-section-new .section-content>p {
        font-size: 13px !important;
    }

    .whataisees-section-new .positioning-clarifier {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }

    .whataisees-section-new .ai-sees-bullets li {
        font-size: 12px !important;
        padding: 10px 12px 10px 35px !important;
    }

    .whataisees-section-new .ai-sees-bullets li:before {
        font-size: 14px !important;
        left: 10px !important;
    }
}