/* 
 * assets/css/style.css
 * Tiger Shakti Tamil Landing Page - Cleaned & Optimized
 */

/* ==================== RESET & BASE ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #f0f5fa;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ==================== AGE VERIFICATION ==================== */
.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-verification-container {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.age-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(238, 90, 111, 0.4);
}

.age-icon span {
    font-size: 36px;
    font-weight: 900;
    color: white;
}

.age-verification-container h1 {
    font-size: 28px;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 700;
}

.age-verification-container .subtitle {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 30px;
}

.age-button-group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.age-btn {
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    text-transform: uppercase;
}

.age-btn-yes {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.age-btn-yes:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.age-btn-no {
    background: #e2e8f0;
    color: #4a5568;
}

.age-btn-no:hover {
    background: #cbd5e0;
    transform: translateY(-2px);
}

.age-disclaimer {
    margin-top: 25px;
    font-size: 13px;
    color: #020202;
    padding: 15px;
    background: #f7fafc;
    border-radius: 10px;
}

/* ==================== HEADER ==================== */
.site-header {
    background: #158649;
    padding: 15px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo-box {
    flex: 0 0 auto;
}

.logo-box img {
    height: 70px;
    width: auto;
}

.header-content {
    flex: 1;
    text-align: right;
}

.header-content h1 {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* ==================== BANNER SECTION ==================== */
.banner-section {
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #f0f0f0;
}

.banner-title {
    font-size: 28px;
    color: #E98F00;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.3;
}

.banner-subtitle {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* ==================== SECTIONS ==================== */
.hero-section,
.content-section,
.science-section,
.product-showcase,
.reviews-section {
    padding: 30px 0;
    background: #fff;
}

.form-section {
    background: #0E1727;
    padding: 40px 0;
}

/* ==================== HEADINGS ==================== */
.main-heading {
    font-size: 26px;
    font-weight: 700;
    color: #E98F00;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: center;
}

.benefit-heading,
.desire-heading,
.warning-heading {
    font-size: 20px;
    color: #2d3748;
    margin: 25px 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

.section-heading {
    font-size: 22px;
    color: #2d3748;
    margin: 25px 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.benefits-text {
    font-size: 26px;
    color: #1F9544;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.shipping-text {
    font-size: 18px;
    color: #4a5568;
    text-align: center;
    margin: 20px 0;
}

/* ==================== IMAGES ==================== */
.product-img,
.content-img,
.product-bottle-img,
.payment-img,
.trust-img,
.banner-img,
.discount-img,
.doctor-img,
.gif-img {
    margin: 25px auto;
    text-align: center;
}

.product-img img,
.content-img img,
.product-bottle-img img,
.payment-img img,
.trust-img img,
.banner-img img,
.discount-img img,
.doctor-img img,
.gif-img img {
    margin: 0 auto;
}

/* ==================== PRICING ==================== */
.pricing-box {
    margin: 30px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.original-price {
    font-size: 32px;
    color: #fff;
    text-decoration: line-through;
    font-weight: 700;
    background: #E89222;
    padding: 20px 40px;
    flex: 1;
    text-align: center;
}

.offer-price {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    background: #1F9544;
    padding: 20px 40px;
    flex: 1;
    text-align: center;
}

/* ==================== BUTTONS ==================== */
.order-btn-wrapper {
    text-align: center;
    margin: 30px 0;
}

.order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #E89222;
    color: white;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(232, 146, 34, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 146, 34, 0.6);
    background: #D6821F;
}

.btn-icon {
    font-size: 24px;
}

/* ==================== FORM ==================== */
.delivery-info {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 25px 0;
    line-height: 1.8;
}

.order-form-wrapper {
    max-width: 600px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: #E89222;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 146, 34, 0.6);
    background: #D6821F;
}

/* ==================== CONTENT TEXT ==================== */
.product-desc,
.content-text,
.testimonial-text,
.patient-info,
.pride-text {
    font-size: 16px;
    color: #4a5568;
    margin: 20px 0;
    text-align: center;
    line-height: 1.8;
}

.patient-info {
    font-size: 18px;
    color: #2d3748;
    font-weight: 600;
}

.benefits-list ul {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f7fafc;
    border-radius: 10px;
}

.benefits-list li {
    font-size: 16px;
    color: #4a5568;
    margin: 12px 0;
    line-height: 1.6;
}

.doctor-quote {
    font-size: 16px;
    color: #4a5568;
    margin: 20px auto;
    max-width: 800px;
    padding: 20px;
    background: #edf2f7;
    border-left: 4px solid #667eea;
    border-radius: 8px;
    line-height: 1.8;
    font-style: italic;
}

/* ==================== REVIEWS ==================== */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.review-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.review-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.review-img img {
    margin: 0 auto 15px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.review-name {
    font-size: 18px;
    color: #2d3748;
    margin: 15px 0 10px;
    font-weight: 700;
}

.review-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}

/* ==================== STICKY BOTTOM BAR ==================== */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1F9544;
    padding: 15px 0;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
}

.sticky-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.sticky-left h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.countdown-timer {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.sticky-btn {
    display: inline-block;
    background: #E89222;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(232, 146, 34, 0.5);
    background: #D6821F;
}

.sticky-text {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

/* ==================== RESPONSIVE ==================== */

/* Tablet */
@media (max-width: 768px) {
    .header-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
    
    .logo-box {
        flex: 0 0 auto;
    }
    
    .logo-box img {
        height: 55px;
    }
    
    .header-content {
        flex: 1;
        text-align: right;
    }
    
    .header-content h1 {
        font-size: 14px;
        text-align: right;
        line-height: 1.3;
    }
    
    .banner-section {
        padding: 15px 0;
    }
    
    .banner-title {
        font-size: 20px;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    .banner-subtitle {
        font-size: 15px;
        padding: 0 10px;
        line-height: 1.5;
    }
    
    .main-heading {
        font-size: 20px;
        padding: 0 10px;
    }
    
    .sub-heading {
        font-size: 17px;
        padding: 0 10px;
    }
    
    .benefit-heading,
    .desire-heading,
    .warning-heading {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .benefits-text {
        font-size: 18px;
    }
    
    .section-heading {
        font-size: 18px;
        padding: 0 10px;
    }
    
    .price-row {
        flex-direction: column;
        gap: 0;
    }
    
    .original-price,
    .offer-price {
        font-size: 24px;
        padding: 15px 30px;
        width: 100%;
    }
    
    .order-btn {
        padding: 15px 30px;
        font-size: 18px;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sticky-content {
        justify-content: center;
        text-align: center;
    }
    
    .product-img,
    .content-img,
    .product-bottle-img {
        margin: 20px auto;
    }
}

/* Mobile */
@media (max-width: 480px) {
    body {
        font-size: 14px;
        padding-bottom: 120px;
    }
    
    .age-verification-container {
        padding: 30px 20px;
    }
    
    .age-verification-container h1 {
        font-size: 22px;
    }
    
    .age-verification-container .subtitle {
        font-size: 15px;
    }
    
    .age-icon {
        width: 70px;
        height: 70px;
    }
    
    .age-icon span {
        font-size: 26px;
    }
    
    .age-button-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .age-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .site-header {
        padding: 12px 0;
    }
    
    .header-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    
    .logo-box {
        flex: 0 0 auto;
    }
    
    .logo-box img {
        height: 45px;
    }
    
    .header-content {
        flex: 1;
        text-align: right;
    }
    
    .header-content h1 {
        font-size: 11px;
        line-height: 1.3;
        text-align: right;
    }
    
    .banner-section {
        padding: 12px 0;
    }
    
    .banner-title {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    
    .banner-subtitle {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .hero-section,
    .content-section,
    .science-section,
    .product-showcase,
    .reviews-section {
        padding: 20px 0;
    }
    
    .main-heading {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .sub-heading {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .benefit-heading,
    .desire-heading,
    .warning-heading {
        font-size: 14px;
        margin: 15px 0;
    }
    
    .section-heading {
        font-size: 16px;
        margin: 20px 0;
    }
    
    .benefits-text {
        font-size: 16px;
        margin: 15px 0;
    }
    
    .shipping-text {
        font-size: 15px;
    }
    
    .product-img,
    .content-img,
    .product-bottle-img,
    .discount-img {
        margin: 15px auto;
    }
    
    .pricing-box {
        margin: 20px 0;
    }
    
    .original-price,
    .offer-price {
        font-size: 20px;
        padding: 12px 20px;
    }
    
    .order-btn-wrapper {
        margin: 20px 0;
    }
    
    .order-btn {
        font-size: 15px;
        padding: 12px 25px;
        gap: 8px;
    }
    
    .btn-icon {
        font-size: 18px;
    }
    
    .order-form-wrapper {
        padding: 20px 15px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group label {
        font-size: 14px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 15px;
        font-size: 17px;
    }
    
    .delivery-info {
        font-size: 15px;
        margin: 20px 0;
    }
    
    .product-desc,
    .content-text,
    .testimonial-text {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .patient-info {
        font-size: 15px;
    }
    
    .benefits-list ul {
        padding: 15px;
    }
    
    .benefits-list li {
        font-size: 14px;
        margin: 10px 0;
    }
    
    .doctor-quote {
        font-size: 14px;
        padding: 15px;
    }
    
    .review-box {
        padding: 20px 15px;
    }
    
    .review-img img {
        width: 120px;
        height: 120px;
    }
    
    .review-name {
        font-size: 16px;
    }
    
    .review-text {
        font-size: 13px;
    }
    
    .sticky-bottom-bar {
        padding: 12px 0;
    }
    
    .sticky-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .sticky-left h3 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    
    .countdown-timer {
        font-size: 20px;
    }
    
    .sticky-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .sticky-text {
        font-size: 11px;
    }
}