/* Reset and Base Styles */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #F6F9FF;
    color: #16243A;
    line-height: 1.6;
    font-size: 16px;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, #EAF4FF 0%, #FFFFFF 60%);
    padding: 40px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.logo-container {
    margin-bottom: 30px;
}

.logo {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
}

.hero-headline {
    color: #16243A;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subheadline {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: #6B7280;
    margin-bottom: 40px;
    font-weight: 500;
    font-style: italic;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.product-mockup {
    margin: 40px 0;
    position: relative;
}

.mockup-image {
    max-width: min(760px, 90%);
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.15), 
                0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.mockup-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 20px;
    z-index: -1;
}

.mockup-image:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 30px 80px rgba(212, 175, 55, 0.2), 
                0 12px 35px rgba(0,0,0,0.15);
}

/* Custom Audio Player */
.audio-section-hero {
    margin: 40px 0;
    padding: 30px 20px;
    background: linear-gradient(135deg, #2F80ED 0%, #16243A 100%);
    border-radius: 12px;
    color: white;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.audio-header {
    margin-bottom: 25px;
}

.audio-title {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.audio-subtitle {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #E3F2FD;
    font-style: italic;
    line-height: 1.5;
}

.native-audio-player {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.native-audio-player audio {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    outline: none;
}

.native-audio-player audio::-webkit-media-controls-panel {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.native-audio-player audio::-webkit-media-controls-play-button,
.native-audio-player audio::-webkit-media-controls-pause-button {
    background-color: #FFB800;
    border-radius: 50%;
}

.native-audio-player audio::-webkit-media-controls-timeline {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.native-audio-player audio::-webkit-media-controls-current-time-display,
.native-audio-player audio::-webkit-media-controls-time-remaining-display {
    color: #E3F2FD;
    font-size: 12px;
}

/* Hero CTAs */
.hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero-cta-primary {
    padding: 16px 32px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 160px;
    background: #FFB800;
    color: #16243A;
    box-shadow: 0 6px 20px rgba(255, 184, 0, 0.4);
}

.hero-cta-primary:hover {
    background: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 184, 0, 0.5);
}

.hero-cta-secondary {
    padding: 16px 32px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 160px;
    background: transparent;
    color: #2F80ED;
    border: 2px solid #2F80ED;
    box-shadow: 0 6px 20px rgba(47, 128, 237, 0.2);
}

.hero-cta-secondary:hover {
    background: #2F80ED;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(47, 128, 237, 0.4);
}

/* Pain Section */
.pain-section {
    padding: 60px 0;
    background: #F3F7FB;
}

.pain-section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #16243A;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 800;
}

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

.pain-item {
    text-align: center;
    padding: 35px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(22, 36, 58, 0.12);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pain-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(22, 36, 58, 0.18);
    border-color: #FFB800;
}

.pain-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.pain-item p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: #16243A;
    font-weight: 600;
    line-height: 1.5;
}

/* Solution Section */
.solution-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #16243A 0%, #2F80ED 100%);
    color: white;
    text-align: center;
    position: relative;
}

.solution-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.solution-content {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 30px;
    color: white;
    font-weight: 800;
}

.solution-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #E3F2FD;
    font-weight: 500;
}

.solution-ctas {
    margin-top: 0;
    display: none;
}

.solution-cta-button {
    padding: 16px 32px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background: #D4AF37;
    color: #16243A;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.solution-cta-button:hover {
    background: #FFB800;
    transform: translateY(-2px);
}

/* Plans Section */
.plans-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #FFFFFF, #F6F9FF);
}

.plans-section .section-title {
    color: #16243A;
    text-align: center;
    margin-bottom: 60px;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

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

.plan-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 6px 20px rgba(22, 36, 58, 0.12);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #E5E7EB;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(22, 36, 58, 0.18);
}

.plan-card.premium {
    border: 2px solid #D4AF37;
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2);
}

.plan-card.premium:hover {
    transform: scale(1.05) translateY(-8px);
}

.premium-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #D4AF37 0%, #FFB800 100%);
    color: #16243A;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    border: 2px solid white;
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #F3F4F6;
    padding-bottom: 25px;
}

.plan-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.plan-name {
    font-size: clamp(1.2rem, 3vw, 1.4rem);
    color: #16243A;
    margin-bottom: 10px;
    font-weight: 800;
}

.plan-subtitle-new {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #2F80ED;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}

.plan-price {
    font-size: clamp(2rem, 5vw, 2.5rem);
    color: #FFB800;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(255, 184, 0, 0.3);
}

.plan-content {
    margin-bottom: 30px;
}

.plan-description {
    font-weight: 600;
    color: #16243A;
    margin-bottom: 20px;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.plan-features {
    list-style: none;
    margin-bottom: 25px;
}

.plan-features li {
    margin-bottom: 20px;
    color: #6B7280;
    line-height: 1.6;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    padding-left: 35px;
    position: relative;
}

.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFB800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #16243A;
    font-weight: 900;
}

.plan-features li strong {
    color: #16243A;
    font-weight: 700;
}

.plan-conclusion {
    font-weight: 600;
    color: #16243A;
    font-style: italic;
    border-top: 2px solid #F3F4F6;
    padding-top: 20px;
    margin-top: 20px;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
}

.cta-button {
    width: 100%;
    background: linear-gradient(135deg, #FFB800 0%, #D4AF37 100%);
    color: #16243A;
    border: none;
    padding: 20px 30px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 6px 20px rgba(255, 184, 0, 0.4);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 184, 0, 0.5);
    background: linear-gradient(135deg, #D4AF37 0%, #FFB800 100%);
}

/* Additional Mockup Section */
.additional-mockup-section {
    padding: 40px 0;
    background: #F6F9FF;
    text-align: center;
}

.additional-mockup {
    max-width: min(800px, 90%);
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(22, 36, 58, 0.12);
    transition: all 0.4s ease;
}

.additional-mockup:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(22, 36, 58, 0.18);
}

/* Bonus Section */
.bonus-section {
    padding: 60px 0;
    background: white;
    position: relative;
}

.bonus-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #D4AF37 50%, transparent 100%);
}

.bonus-header-main {
    text-align: center;
    margin-bottom: 50px;
}

.bonus-title {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    color: #16243A;
    font-weight: 800;
    line-height: 1.3;
}

.bonus-list-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.bonus-item {
    background: white;
    border: 2px solid #F3F4F6;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 6px 20px rgba(22, 36, 58, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(22, 36, 58, 0.15);
    border-color: #D4AF37;
}

.bonus-item-1 {
    border-left: 4px solid #FF5722;
}

.bonus-item-2 {
    border-left: 4px solid #4CAF50;
}

.bonus-item-3 {
    border-left: 4px solid #2196F3;
}

.bonus-item-4 {
    border-left: 4px solid #FFB800;
}

.bonus-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.bonus-icon {
    font-size: 2rem;
}

.bonus-title-item {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: #16243A;
    font-weight: 800;
    margin: 0;
}

.bonus-description {
    color: #6B7280;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.5;
    margin-bottom: 15px;
}

.bonus-pricing {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bonus-price-crossed {
    color: #9CA3AF;
    font-size: 0.9rem;
    text-decoration: line-through;
}

.bonus-included {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bonus-cta {
    text-align: center;
}

.bonus-cta-button {
    background: #2F80ED;
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(47, 128, 237, 0.3);
}

.bonus-cta-button:hover {
    background: #1E5FCC;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(47, 128, 237, 0.4);
}

/* Social Proof Section */
.social-proof-section {
    padding: 60px 0;
    background: #EAF4FF;
}

.social-proof-section .section-title {
    color: #16243A;
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.testimonials-subtitle {
    color: #6B7280;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    text-align: center;
    margin-bottom: 50px;
    font-style: italic;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    color: #16243A;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.15);
    border: 2px solid #D4AF37;
    max-width: 600px;
    width: 100%;
}

.testimonial-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D1D5DB;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #FFB800;
    transform: scale(1.2);
}

/* Guarantee Section */
.guarantee-section {
    padding: 60px 0;
    background: #ECFDF5;
    text-align: center;
}

.guarantee-content {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(22, 36, 58, 0.12);
    border: 3px solid #D4AF37;
}

.guarantee-main-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #D4AF37;
}

.guarantee-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    color: #16243A;
    margin-bottom: 20px;
    font-weight: 800;
}

.guarantee-text {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: #6B7280;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background: #F3F7FB;
}

.faq-section .section-title {
    color: #16243A;
    text-align: center;
    margin-bottom: 50px;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 2px solid #E5E7EB;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #FFB800;
}

.faq-question {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background 0.3s ease;
}

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

.faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D4AF37;
    color: #16243A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.faq-question h4 {
    flex: 1;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: #16243A;
    font-weight: 700;
    margin: 0;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #FFB800;
    font-weight: 700;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #F8FAFC;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 30px 25px 75px;
    color: #6B7280;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* Final CTA Section */
.final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #16243A 0%, #2F80ED 100%);
    text-align: center;
    color: white;
    position: relative;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.final-cta-content {
    position: relative;
    z-index: 2;
}

.final-cta-headline {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 40px;
    font-weight: 900;
    color: white;
}

.transformation-text {
    max-width: 800px;
    margin: 0 auto 50px;
}

.transformation-text p {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    margin-bottom: 20px;
    line-height: 1.7;
    color: #E3F2FD;
}

.final-ctas {
    display: none;
}

.final-cta-button.premium {
    padding: 18px 35px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background: #D4AF37;
    color: #16243A;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.final-cta-button.premium:hover {
    background: #FFB800;
    transform: translateY(-3px);
}

.final-main-cta {
    margin-top: 30px;
}

.final-main-button {
    background: linear-gradient(135deg, #FFB800 0%, #D4AF37 100%);
    color: #16243A;
    padding: 25px 50px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 184, 0, 0.4);
}

.final-main-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 184, 0, 0.6);
    background: linear-gradient(135deg, #D4AF37 0%, #FFB800 100%);
}

/* WhatsApp Section */
.whatsapp-section {
    padding: 60px 0;
    background: white;
    text-align: center;
}

.whatsapp-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.whatsapp-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.whatsapp-headline {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #25D366;
    font-weight: 800;
    margin: 0;
}

.whatsapp-subheadline {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

.whatsapp-button {
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-button:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #16243A 0%, #2F80ED 100%);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-logo-img {
    max-width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-text p {
    margin-bottom: 8px;
    color: #E3F2FD;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    color: #FFB800;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #D4AF37;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-whatsapp.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.whatsapp-float-link {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float-link:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float-link:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%) translateY(-50%);
}

.whatsapp-float-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateX(-100%) translateY(-50%) scale(0.8);
    background: #16243A;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #16243A;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
}

/* Purchase Notification Popups */
.purchase-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 2px solid #D4AF37;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2), 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    max-width: 320px;
    min-width: 280px;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    backdrop-filter: blur(10px);
}

.purchase-popup.show {
    transform: translateX(0);
    opacity: 1;
}

.purchase-popup.hide {
    transform: translateX(400px);
    opacity: 0;
}

.popup-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.popup-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    animation: bounce 2s infinite;
}

.popup-text {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
}

.buyer-name {
    font-weight: 700;
    color: #16243A;
}

.buyer-city {
    font-weight: 600;
    color: #2F80ED;
}

.popup-action {
    margin-top: 4px;
    color: #6B7280;
}

.popup-action strong {
    color: #D4AF37;
    font-weight: 700;
}

.popup-time {
    font-size: 0.75rem;
    color: #9CA3AF;
    font-style: italic;
    margin-top: 8px;
    text-align: right;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .native-audio-player {
        max-width: 100%;
    }
    
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .plan-card.premium {
        transform: none;
    }
    
    .hero-ctas,
    .final-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta-primary,
    .final-cta-button {
        width: 100%;
        max-width: 300px;
    }
    
    .pain-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .bonus-list-premium {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
    
    .floating-whatsapp {
        bottom: 100px;
        right: 20px;
    }
    
    .whatsapp-float-link {
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-float-icon {
        width: 30px;
        height: 30px;
    }
    
    .whatsapp-tooltip {
        display: none;
    }

    .purchase-popup {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        min-width: auto;
        transform: translateY(-100px);
    }

    .purchase-popup.show {
        transform: translateY(0);
    }

    .purchase-popup.hide {
        transform: translateY(-100px);
    }
}

@media (max-width: 480px) {
    .plan-card {
        padding: 30px 20px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer p {
        padding: 0 20px 20px 60px;
    }
    
    .bonus-item {
        padding: 25px 20px;
    }
    
    .testimonial-card {
        padding: 15px;
    }
    
    .carousel-slide {
        padding: 10px;
    }
}

/* Performance optimizations */
.mockup-image,
.additional-mockup,
.testimonial-image {
    will-change: transform;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for better accessibility */
button:focus,
a:focus,
input:focus {
    outline: 2px solid #2F80ED;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .plan-card,
    .pain-item,
    .bonus-item {
        border-width: 3px;
    }
}