/*
Theme Name: MARINUS - Clone Perfeito Mitolyn
Description: Clone 100% fiel do Mitolyn para MARINUS
Version: 4.0 FINAL PERFEITO
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

/* Header Mitolyn Exato */
.mitolyn-header {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    height: 40px;
    width: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.nav-badge {
    background: #4CAF50;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.nav-item:nth-child(1) .nav-badge { background: #4CAF50; }
.nav-item:nth-child(2) .nav-badge { background: #2196F3; }
.nav-item:nth-child(3) .nav-badge { background: #FF9800; }
.nav-item:nth-child(4) .nav-badge { background: #9C27B0; }

.nav-item.order-now {
    background: #FF5722;
    color: white;
    font-weight: 700;
}

.nav-item.order-now .nav-badge {
    background: white;
    color: #FF5722;
}

/* Hero Section - Mitolyn Exato */
.hero-mitolyn {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%);
    padding: 100px 0 80px;
    color: white;
    margin-top: 64px;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 600px;
}

/* Left Side - Product + Testimonials */
.hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-image {
    width: 300px;
    height: auto;
    margin-bottom: 40px;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.3));
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 400px;
}

.testimonial {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-content {
    flex: 1;
}

.stars {
    color: #FFD700;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.testimonial-text {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
}

.testimonial-author {
    font-size: 11px;
    opacity: 0.8;
    font-weight: 500;
}

/* Right Side - Title + Video */
.hero-right {
    text-align: left;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.3;
}

.video-container {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    max-width: 500px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-overlay:hover {
    background: rgba(0,0,0,0.4);
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #00BCD4;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.unmute-text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Pricing Section - Mitolyn Exato */
.pricing-mitolyn {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
}

.pricing-mitolyn::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    transform: skewY(-2deg);
    transform-origin: top left;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.pricing-title {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 60px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

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

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 30px 20px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 4px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.pricing-card.basic { border-color: #E91E63; }
.pricing-card.popular { 
    border-color: #2196F3;
    transform: scale(1.05);
}
.pricing-card.bundle { border-color: #FF9800; }

.card-header {
    color: #666;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-header.basic { color: #E91E63; }
.card-header.popular { color: #2196F3; }
.card-header.bundle { color: #FF9800; }

.bottle-count {
    font-size: 42px;
    font-weight: 900;
    color: #333;
    margin-bottom: 5px;
    line-height: 1;
}

.supply-text {
    color: #666;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 14px;
}

.product-img {
    width: 110px;
    height: auto;
    margin: 20px 0 25px;
}

.price {
    font-size: 58px;
    font-weight: 900;
    color: #333;
    margin-bottom: 25px;
    line-height: 1;
}

.benefits {
    margin-bottom: 25px;
    min-height: 60px;
}

.benefit {
    color: #4CAF50;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.buy-button {
    background: linear-gradient(135deg, #FFD700 0%, #FFA000 100%);
    color: #333;
    border: none;
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.6);
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.payment-icon {
    width: 32px;
    height: 20px;
    background: #f5f5f5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    color: #666;
    border: 1px solid #e0e0e0;
}

.best-value {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #E91E63;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    transform: rotate(12deg);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Guarantee Section */
.guarantee-section {
    background: white;
    padding: 80px 0;
    text-align: center;
}

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

.guarantee-title {
    font-size: 38px;
    font-weight: 900;
    color: #2196F3;
    margin-bottom: 40px;
    line-height: 1.2;
}

.guarantee-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.guarantee-badge {
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    box-shadow: 0 15px 35px rgba(33, 150, 243, 0.3);
    flex-shrink: 0;
}

.guarantee-days {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 5px;
}

.guarantee-text {
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guarantee-description {
    flex: 1;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.whatsapp-button {
    background: #25D366;
    color: white;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-nav {
        display: none;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
        text-align: center;
    }
    
    .hero-right {
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .pricing-card.popular {
        transform: none;
        order: -1;
    }
    
    .guarantee-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .guarantee-description {
        text-align: center;
    }
    
    .pricing-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }
    
    .bottle-count {
        font-size: 32px;
    }
    
    .price {
        font-size: 42px;
    }
    
    .product-image {
        width: 220px;
    }
}

