/* Reset e Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-weight: 400;
    line-height: 1.6;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
}

/* Hero Section - Dark with Cyan Accents */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 0, 150, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    padding: 12px 24px;
    color: #00d4ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 32px;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight {
    background: linear-gradient(135deg, #00d4ff 0%, #ff0096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    color: rgba(255, 255, 255, 0.8);
}

/* Video Container */
.video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto 48px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 0.8s ease-out 0.6s both;
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.video-poster {
    width: 100%;
    height: auto;
    display: block;
}

.video-player {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border: none;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
    box-shadow: 0 10px 40px rgba(0, 212, 255, 0.3);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 50px rgba(0, 212, 255, 0.5);
}

.play-button svg {
    margin-left: 3px;
}

/* CTA Section */
.cta-section {
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.cta-button {
    background: linear-gradient(135deg, #ff0096 0%, #ff6b35 100%);
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 15px 50px rgba(255, 0, 150, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(255, 0, 150, 0.4);
}

.cta-button.large {
    padding: 24px 48px;
    font-size: 20px;
}

.cta-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

/* Pain & Dream Section - Soft Hero Tones */
.pain-dream {
    padding: 120px 0;
    background: linear-gradient(135deg, #141a24 0%, #1d2938 50%, #293747 100%);
    position: relative;
    overflow: hidden;
}

.pain-dream::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 80%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 20%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    align-items: start;
}

@media (max-width: 1024px) {
    .section-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 650px;
        margin: 60px auto 0;
    }
}

@media (max-width: 768px) {
    .section-grid {
        max-width: 100%;
        gap: 25px;
    }
}

.pain-section,
.dream-section {
    padding: 35px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(25px);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pain-section::before,
.dream-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.02) 0%, rgba(255, 0, 150, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pain-section:hover::before,
.dream-section:hover::before {
    opacity: 1;
}

.pain-section:hover,
.dream-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 212, 255, 0.3);
    border-color: rgba(0, 212, 255, 0.3);
}

.pain-section {
    border-left: 4px solid rgba(255, 107, 53, 0.6);
}

.dream-section {
    border-left: 4px solid rgba(0, 212, 255, 0.6);
}

@media (max-width: 768px) {

    .pain-section,
    .dream-section {
        padding: 30px 25px;
        min-height: auto;
    }
}

@media (max-width: 480px) {

    .pain-section,
    .dream-section {
        padding: 25px 20px;
    }
}

.card-icon {
    margin-bottom: 30px;
    color: #00d4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 212, 255, 0.08));
    border-radius: 22px;
    border: 2px solid rgba(0, 212, 255, 0.25);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.15);
    transition: all 0.3s ease;
}

.pain-section .card-icon {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15), rgba(255, 107, 53, 0.08));
    border-color: rgba(255, 107, 53, 0.25);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.15);
    color: #ff6b35;
}

.dream-section .card-icon {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15), rgba(40, 167, 69, 0.08));
    border-color: rgba(40, 167, 69, 0.25);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.15);
    color: #28a745;
}

.pain-section:hover .card-icon,
.dream-section:hover .card-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.25);
}

.pain-section h3,
.dream-section h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    text-align: left;
}

@media (max-width: 768px) {

    .pain-section h3,
    .dream-section h3 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {

    .pain-section h3,
    .dream-section h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.pain-section h3 {
    color: #ff6b35;
}

.dream-section h3 {
    color: #28a745;
}

.pain-list,
.dream-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pain-list li,
.dream-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 768px) {

    .pain-list li,
    .dream-list li {
        font-size: 14px;
        gap: 14px;
        padding: 14px 0;
    }
}

@media (max-width: 480px) {

    .pain-list li,
    .dream-list li {
        font-size: 13px;
        gap: 12px;
        padding: 12px 0;
        margin-bottom: 14px;
    }
}

.pain-list li:last-child,
.dream-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pain-list li:hover,
.dream-list li:hover {
    padding-left: 10px;
    color: #ffffff;
}

.pain-list li svg,
.dream-list li svg {
    color: #00d4ff;
    margin-top: 2px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.pain-list li svg {
    color: #ff6b35;
}

.dream-list li svg {
    color: #28a745;
}

.pain-list li:hover svg,
.dream-list li:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

.pain-list li strong,
.dream-list li strong {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    display: inline;
}

/* Solution Section - Soft Hero Tones */
.solution {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 40%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.solution-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.course-image {
    margin-top: 60px;
}

.course-mockup {
    max-width: 700px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

@media (max-width: 768px) {
    .course-mockup {
        max-width: 100%;
        border-radius: 20px;
    }
}

/* Modules Section - Soft Hero Tones */
.modules {
    padding: 120px 0;
    background: linear-gradient(135deg, #141a24 0%, #1d2938 50%, #293747 100%);
    position: relative;
    overflow: hidden;
}

.modules::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 25% 75%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 25%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.modules .section-title {
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

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

.module-card {
    padding: 40px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.2);
}

@media (max-width: 768px) {
    .module-card {
        padding: 30px 24px;
    }
}

.module-number {
    font-size: 60px;
    font-weight: 900;
    color: rgba(0, 212, 255, 0.1);
    position: absolute;
    top: 20px;
    right: 20px;
}

.module-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 800;
}

.module-card p {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* Testimonials Section - Soft Hero Tones */
.testimonials {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.testimonials .section-title {
    position: relative;
    z-index: 2;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

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

.testimonial-card {
    padding: 40px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.2);
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 24px;
    }
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid rgba(0, 212, 255, 0.3);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-author strong {
    color: #00d4ff;
    font-weight: 700;
}

.testimonial-author span {
    display: block;
    opacity: 0.7;
    font-size: 14px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
}

/* Bonus Section - Soft Hero Tones */
.bonus {
    padding: 120px 0;
    background: linear-gradient(135deg, #141a24 0%, #1d2938 50%, #293747 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.bonus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 60%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.bonus .section-title {
    position: relative;
    z-index: 2;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

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

.bonus-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.bonus-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            transparent 100%);
    z-index: 1;
}

.bonus-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bonus-content h3 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.bonus-content .bonus-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00d4ff;
    margin: 0 0 1rem 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.bonus-content p:not(.bonus-value) {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
}

@media (max-width: 768px) {
    .bonus-card {
        min-height: 250px;
    }

    .bonus-content {
        padding: 1.5rem;
    }
}

/* Hide old bonus elements */
.bonus-icon,
.bonus-image {
    display: none;
}

.bonus-total {
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.bonus-total-highlight {
    display: inline-block;
    padding: 2rem 3rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f1419, #1a2332);
    position: relative;
    overflow: hidden;
}

.bonus-total-highlight::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #00d4ff, #0099cc, #005577);
    border-radius: 23px;
    z-index: -1;
}

.bonus-free {
    color: #28a745;
    font-size: 28px;
    font-weight: 900;
}

/* Pricing Section - Soft Hero Tones */
.pricing {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 30% 80%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.pricing .section-title {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .pricing-packages {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.package-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.2);
}

.package-card.featured {
    border: 2px solid #00d4ff;
    transform: scale(1.05);
}

.package-card.premium {
    border: 2px solid #28a745;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(255, 255, 255, 0.05));
}

@media (max-width: 768px) {
    .package-card {
        padding: 30px 20px;
    }

    .package-card.featured {
        transform: none;
    }
}

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-badge {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}

.package-header {
    margin-bottom: 30px;
    padding-top: 20px;
}

.package-card.premium .package-header {
    padding-top: 40px;
}

.package-header h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 800;
}

.package-price {
    font-size: 48px;
    font-weight: 900;
    color: #00d4ff;
    margin-bottom: 10px;
}

.package-card.premium .package-price {
    color: #28a745;
}

@media (max-width: 768px) {
    .package-price {
        font-size: 36px;
    }
}

.package-features {
    margin-bottom: 40px;
    flex-grow: 1;
}

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

.package-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.package-features li:last-child {
    border-bottom: none;
}

.package-btn {
    width: 100%;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
}

.package-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

.premium-btn {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}

.premium-btn:hover {
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3) !important;
}

/* Guarantee Section - Soft Hero Tones */
.guarantee {
    padding: 120px 0;
    background: linear-gradient(135deg, #141a24 0%, #1d2938 50%, #293747 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.guarantee::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 60% 40%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.guarantee-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .guarantee-content {
        padding: 40px 30px;
    }
}

.guarantee-badge {
    margin-bottom: 40px;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
    border-radius: 50%;
    border: 3px solid rgba(40, 167, 69, 0.3);
    margin: 0 auto 40px;
}

.guarantee-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #ffffff;
}

.guarantee-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.guarantee-emphasis {
    color: #28a745;
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .guarantee-content h2 {
        font-size: 28px;
    }
}

/* FAQ Section - Soft Hero Tones */
.faq {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.faq .section-title {
    position: relative;
    z-index: 2;
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.faq-item {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(0, 212, 255, 0.05);
}

.faq-question h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.faq-question svg {
    transition: transform 0.3s ease;
    color: #00d4ff;
}

.faq-answer {
    padding: 0 30px 30px;
    display: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

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

/* Final CTA Section - Soft Hero Tones */
.final-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, #141a24 0%, #1d2938 50%, #293747 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 60%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.final-cta-content h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #ffffff;
}

@media (max-width: 768px) {
    .final-cta-content {
        padding: 40px 30px;
    }

    .final-cta-content h2 {
        font-size: 28px;
    }
}

.choices {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
}

.choice {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    backdrop-filter: blur(20px);
}

.choice h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #ffffff;
}

.choice p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.choice-1 {
    border-left: 4px solid #dc3545;
}

.choice-2 {
    border-left: 4px solid #00d4ff;
}

.choice-divider {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
}

.final-guarantee {
    margin-top: 20px;
    opacity: 0.8;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

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

    .choice-divider {
        transform: rotate(90deg);
    }
}

/* AI Assistant Section - Same colors as Hero */
.ai-assistant {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.ai-assistant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 0, 150, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ai-assistant-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    padding: 12px 24px;
    color: #00d4ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ai-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 32px;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ai-highlight {
    background: linear-gradient(135deg, #00d4ff 0%, #ff0096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ai-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.ai-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.ai-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    transition: all 0.3s ease;
}

.ai-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.ai-feature-icon {
    color: #00d4ff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border-radius: 15px;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.ai-feature-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 700;
}

.ai-feature-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.ai-demo {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    padding: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.ai-demo h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #00d4ff;
    font-weight: 700;
    text-align: center;
}

.ai-questions {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.ai-questions li {
    padding: 15px 20px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-style: italic;
}

.ai-questions li::before {
    content: "💬 ";
    margin-right: 8px;
}

.ai-availability {
    background: linear-gradient(135deg, rgba(255, 0, 150, 0.1), rgba(0, 212, 255, 0.1));
    border: 1px solid rgba(255, 0, 150, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
}

.ai-availability p {
    margin: 0;
    font-size: 16px;
    color: #ff0096;
    font-weight: 700;
}

/* Footer */
.footer {
    background: #0a0a0a;
    color: white;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer p {
    opacity: 0.7;
    margin-bottom: 10px;
    font-size: 14px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .cta-button {
        padding: 16px 24px;
        font-size: 14px;
    }

    .container {
        padding: 0 12px;
    }

    .pain-section,
    .dream-section,
    .module-card,
    .testimonial-card,
    .bonus-card,
    .package-card,
    .mechanism-card {
        padding: 24px 16px;
    }

    .guarantee-content,
    .final-cta-content {
        padding: 30px 20px;
    }

    .mechanism-highlight {
        padding: 30px 20px;
    }

    .choices {
        gap: 20px;
    }

    .choice {
        padding: 30px 20px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-answer {
        padding: 0 20px 20px;
    }

    .ai-demo {
        padding: 20px 16px;
    }

    .package-price {
        font-size: 28px;
    }

    .bonus-total {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .pricing-packages {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .modules-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .bonus-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .mechanism-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Improved focus states for accessibility */
.cta-button:focus,
.package-btn:focus,
.nav a:focus {
    outline: 2px solid #00d4ff;
    outline-offset: 2px;
}

/* Better hover effects on touch devices */
@media (hover: hover) {

    .cta-button:hover,
    .package-btn:hover,
    .premium-btn:hover {
        transform: translateY(-2px);
    }
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Bio-Electric Diet Section - Soft Hero Tones */
.bio-electric-diet {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.bio-electric-diet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 40%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, rgba(255, 0, 150, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.mechanism-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

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

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

.mechanism-card {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.mechanism-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.2);
}

@media (max-width: 768px) {
    .mechanism-card {
        padding: 30px 20px;
    }
}

.mechanism-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 212, 255, 0.05));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    border: 2px solid rgba(0, 212, 255, 0.2);
}

.mechanism-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 800;
}

.mechanism-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.mechanism-highlight {
    margin-top: 60px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mechanism-highlight h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.mechanism-highlight p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.mechanism-highlight p:last-child {
    margin-bottom: 0;
}

.mechanism-highlight strong {
    color: #00d4ff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .mechanism-highlight {
        padding: 40px 30px;
    }
}

/* Fix para texto nos cards - sem espaçamentos estranhos */
.pain-section *,
.dream-section * {
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
    text-justify: none;
}

.pain-section h3,
.dream-section h3 {
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
}

.pain-list li,
.dream-list li {
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
}

/* Corrigir espaçamentos estranhos ao redor do strong */
.pain-list li,
.dream-list li {
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
}

.pain-list li strong,
.dream-list li strong {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    display: inline;
}

.pain-list li strong {
    color: #ff6b35;
}

.dream-list li strong {
    color: #28a745;
}

.package-btn-container {
    margin-top: auto;
    padding-top: 20px;
}

.package-btn {
    width: 100%;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
}

.package-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

.premium-btn {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}

.premium-btn:hover {
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3) !important;
}

/* Bio-electric diet image */
.bio-electric-image {
    display: none;
}

/* Bio-electric cards - same style as bonus cards */
.bio-electric-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.bio-electric-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.bio-electric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            transparent 100%);
    z-index: 1;
}

.bio-electric-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bio-electric-content h3 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.bio-electric-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Remove old bonus styles */
.bonus-image,
.bonus-icon {
    display: none;
}

/* Pain-Dream Section Specific Styles */
.pain-section,
.dream-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.pain-section::before,
.dream-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.pain-dream-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pain-dream-content h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.pain-cards,
.dream-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: auto;
}

.pain-card,
.dream-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.pain-card:hover,
.dream-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.pain-card strong,
.dream-card strong {
    display: block;
    color: #00d4ff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.pain-card p,
.dream-card p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Responsive for pain-dream cards only */
@media (max-width: 768px) {

    .pain-cards,
    .dream-cards {
        grid-template-columns: 1fr;
    }

    .pain-section,
    .dream-section {
        min-height: 400px;
    }
}

/* Herpes Symptoms Row */
.herpes-symptoms-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

.symptom-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.symptom-image:hover {
    transform: translateY(-5px);
}

.symptom-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .herpes-symptoms-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .herpes-symptoms-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .symptom-image img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .herpes-symptoms-row {
        grid-template-columns: 1fr;
    }

    .symptom-image img {
        height: 180px;
    }
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}