/* World-Class Conversion-Focused Footer */
.world-class-footer {
    background: var(--white);
    position: relative;
    font-family: 'Inter', sans-serif;
}

/* Urgency Banner */
.urgency-banner {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.urgency-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,0.1) 10px,
        rgba(255,255,255,0.1) 20px
    );
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.urgency-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.urgency-tag {
    background: rgba(255,255,255,0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.urgency-left h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.urgency-left p {
    margin: 0;
    opacity: 0.9;
    font-size: 1rem;
}

.urgency-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.countdown-timer {
    display: flex;
    gap: 1rem;
}

.timer-item {
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
    min-width: 60px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.timer-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.timer-label {
    display: block;
    font-size: 0.7rem;
    opacity: 0.8;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.urgency-cta {
    background: rgba(255,255,255,0.95);
    color: #dc2626;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.urgency-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: white;
}

/* Social Proof Section */
.social-proof-section {
    background: linear-gradient(135deg, var(--green-50) 0%, var(--green-100) 100%);
    padding: 2rem 0;
    border-bottom: 1px solid var(--green-200);
}

.proof-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.proof-item {
    flex: 1;
    min-width: 200px;
}

.proof-badge, .guarantee-badge, .media-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--green-700);
    font-weight: 600;
    font-size: 0.9rem;
}

.proof-badge i, .guarantee-badge i, .media-badge i {
    color: var(--green-600);
    width: 24px;
    height: 24px;
}

.testimonial-snippet {
    text-align: center;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.stars {
    color: #fbbf24;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.testimonial-snippet p {
    font-style: italic;
    color: var(--gray-700);
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
}

.testimonial-snippet span {
    color: var(--gray-500);
    font-size: 0.8rem;
    font-weight: 500;
}

/* Main Footer */
.footer-main {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
    color: var(--white);
    padding: 4rem 0;
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--green-600) 0%, var(--green-400) 50%, var(--green-600) 100%);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Success Section */
.success-section {
    padding-right: 2rem;
}

.brand-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

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

.brand-promise h3 {
    color: var(--green-400);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.brand-promise p {
    color: var(--white);
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.success-story-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.success-story-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 3rem;
    color: var(--green-400);
    font-family: Georgia;
    line-height: 1;
}

.story-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.avatar {
    width: 50px;
    height: 50px;
    background: var(--green-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
}

.story-details h4 {
    color: var(--white);
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.story-details span {
    color: var(--gray-300);
    font-size: 0.8rem;
}

.success-story-card blockquote {
    color: var(--white);
    font-style: italic;
    margin: 0 0 1rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.story-results {
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.result {
    text-align: center;
}

.result strong {
    display: block;
    color: var(--green-400);
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.result span {
    color: var(--gray-300);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guarantee-section {
    background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 100%);
    border-radius: 12px;
    padding: 1.5rem;
}

.guarantee-badge-large {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.guarantee-badge-large i {
    width: 40px;
    height: 40px;
    color: var(--green-400);
    flex-shrink: 0;
}

.guarantee-text h4 {
    color: var(--white);
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.guarantee-text p {
    color: var(--gray-300);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Action Navigation Section */
.action-nav-section {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 2rem;
}

.cta-heading {
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    text-align: center;
}

.cta-option {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.cta-option:hover {
    background: rgba(255,255,255,0.06);
    border-color: var(--green-400);
    transform: translateY(-2px);
}

.cta-option.popular {
    border-color: var(--green-500);
    background: rgba(34, 197, 94, 0.1);
}

.option-badge {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--green-600);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-option h5 {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.option-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.price-main {
    color: var(--green-400);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.price-sub {
    color: var(--gray-400);
    font-size: 0.8rem;
    background: rgba(34, 197, 94, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.option-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.option-features li {
    color: var(--gray-300);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.option-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green-400);
    font-weight: bold;
}

.option-cta {
    display: block;
    background: linear-gradient(135deg, var(--green-600) 0%, var(--green-700) 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.option-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.consultation-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--white);
    border: 2px solid var(--green-500);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.consultation-cta:hover {
    background: var(--green-500);
    color: var(--gray-900);
}

.consultation-note {
    color: var(--gray-400);
    font-size: 0.8rem;
    text-align: center;
    display: block;
}

.option-desc {
    color: var(--gray-300);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Trust & Contact Section */
.trust-contact-section {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 2rem;
}

.trust-stats h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.mini-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.mini-stat {
    background: rgba(255,255,255,0.03);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}

.stat-big {
    display: block;
    color: var(--green-400);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.stat-label {
    color: var(--gray-300);
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

.contact-urgency h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.urgency-text {
    color: var(--gray-300);
    margin: 0 0 1rem 0;
    font-weight: 500;
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.bonus-list li {
    color: var(--gray-300);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.bonus-list li::before {
    content: attr(data-emoji);
    position: absolute;
    left: 0;
}

.contact-cta-main {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.contact-primary {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, var(--green-600) 0%, var(--green-700) 100%);
    color: white;
    padding: 1rem;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.contact-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.contact-primary i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.contact-number {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.contact-subtext {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
    margin-top: 0.25rem;
}

.alternative-contact {
    text-align: center;
    color: var(--gray-400);
    font-size: 0.9rem;
}

.alternative-contact a {
    color: var(--green-400);
    text-decoration: none;
}

.alternative-contact a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .urgency-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .urgency-right {
        flex-direction: column;
        gap: 1rem;
    }
    
    .countdown-timer {
        justify-content: center;
    }
    
    .proof-grid {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .success-section,
    .action-nav-section,
    .trust-contact-section {
        padding: 0;
        border: none;
        text-align: center;
    }
    
    .trust-contact-section {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 2rem;
    }
    
    .brand-header {
        flex-direction: column;
        text-align: center;
    }
    
    .story-results {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Footer Bottom */
.footer-bottom {
    background: var(--gray-900);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.footer-legal-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.legal-left p {
    color: var(--gray-400);
    font-size: 0.8rem;
    margin: 0;
}

.legal-center .legal-links {
    display: flex;
    gap: 2rem;
}

.legal-links a {
    color: var(--gray-400);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: var(--green-400);
}

.powered-by {
    color: var(--gray-500);
    font-size: 0.8rem;
    font-style: italic;
}

@media (max-width: 768px) {
    .footer-legal-section {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem !important;
    }
}