/* Shared page-specific styles (home page, logo, etc.) */

/* Logo - single source for all pages */
.logo {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    font-family: 'Poppins', 'Montserrat', 'Open Sans', 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-image {
    display: block;
    height: 50px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) !important;
}

.logo:hover {
    transform: scale(1.05);
    opacity: 0.95;
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

.logo-text {
    display: inline-block;
    position: relative;
}

.logo-wellness {
    color: #ffffff !important;
    font-weight: 800 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)) !important;
}

.logo-wellness::after {
    content: '▼';
    position: absolute;
    top: -10px;
    left: 2.2em;
    font-size: 9px;
    color: #ffffff !important;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)) !important;
}

.logo-tools {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)) !important;
}

.logo-com {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.85em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)) !important;
}

.logo-icon {
    display: none;
}

@keyframes logoGlow {
    from {
        text-shadow: 0 0 25px rgba(0, 255, 136, 1), 0 0 50px rgba(0, 255, 136, 0.8), 0 0 75px rgba(0, 255, 136, 0.6);
        filter: drop-shadow(0 0 15px rgba(0, 255, 136, 0.8)) drop-shadow(0 0 30px rgba(0, 255, 136, 0.5));
        transform: scale(1.1);
    }
    to {
        text-shadow: 0 0 35px rgba(0, 255, 0, 1), 0 0 70px rgba(0, 255, 0, 0.9), 0 0 100px rgba(0, 255, 0, 0.7);
        filter: drop-shadow(0 0 25px rgba(0, 255, 0, 1)) drop-shadow(0 0 50px rgba(0, 255, 0, 0.7));
        transform: scale(1.15);
    }
}

@media (max-width: 768px) {
    .logo {
        font-size: 18px !important;
        padding: 5px 0 !important;
    }
    .logo-image {
        height: 35px !important;
        max-width: 200px !important;
    }
    .logo-wellness::after {
        font-size: 7px !important;
        top: -8px !important;
    }
}

/* Home page specific styles */

/* Reset slider dots to ensure they are small and round */
.slider-dot, .slider-dots button, .slider-dots .slider-dot {
    all: unset !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.home-page {
    padding-top: 0 !important;
    background: linear-gradient(135deg, #966F54 0%, #8B5A3C 50%, #A07A5C 100%);
    min-height: 100vh;
    position: relative;
}

body.home-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.04)"/><circle cx="10" cy="60" r="0.8" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="40" r="0.6" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

body.home-page .home-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
}

body.home-page .banner-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ensure scroll functionality works on home page */
body.home-page .offer-banner,
body.home-page .header,
body.home-page .main-navigation {
    transition: transform 0.3s ease-in-out !important;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides-container {
    display: flex !important;
    height: 100% !important;
    transition: transform 0.6s ease-in-out !important;
    will-change: transform;
    position: relative;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100% !important;
    width: 100% !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0 !important;
    position: relative;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #A07A5C;
    z-index: 0;
}

.slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: white;
}

.banner-slider .slide-content .container {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}

.banner-slider .slide-text,
.banner-slider .slide-text h1,
.banner-slider .slide-text .subtitle,
.banner-slider .slide-text .description,
.banner-slider .slide-text p {
    text-align: left !important;
}

.slide-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slide-text .subtitle {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-weight: 500;
}

.slide-text .description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    opacity: 0.95;
    line-height: 1.6;
}

.slide-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.slide-buttons {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.slide-buttons .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.slide-buttons .btn-primary {
    background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%) !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3) !important;
    transition: all 0.3s ease !important;
}

.slide-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #00cc66 0%, #00aa44 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 25px rgba(0, 255, 136, 0.5) !important;
}

.slide-buttons .btn-secondary {
    background: linear-gradient(135deg, #966F54 0%, #8B5A3C 100%) !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 15px rgba(150, 111, 84, 0.3) !important;
    transition: all 0.3s ease !important;
}

.slide-buttons .btn-secondary:hover {
    background: linear-gradient(135deg, #8B5A3C 0%, #A07A5C 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 25px rgba(150, 111, 84, 0.5) !important;
}

.btn-consultation {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    color: white !important;
    border: none !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4) !important;
    transition: all 0.3s ease !important;
}

.btn-consultation:hover {
    background: linear-gradient(135deg, #F7931E 0%, #FF6B35 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.6) !important;
    color: white !important;
    text-decoration: none !important;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
    align-items: center;
    justify-content: center;
}

.slider-dots button.slider-dot {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 5px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    outline: none !important;
    transform: none !important;
    z-index: 10 !important;
    position: relative !important;
}

.slider-dot {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    transform: none !important;
}

.slider-dots button.slider-dot:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    transform: scale(1.1) !important;
    border-color: white !important;
    cursor: pointer !important;
}

.slider-dots button.slider-dot.active {
    background: white !important;
    border-color: #A07A5C !important;
    transform: scale(1.2) !important;
    box-shadow: 0 0 10px rgba(160, 122, 92, 0.6) !important;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    transform: none !important;
    border-color: white !important;
}

.slider-dot.active {
    background: white !important;
    border-color: #A07A5C !important;
    transform: none !important;
    box-shadow: 0 0 8px rgba(160, 122, 92, 0.4) !important;
}

@media (max-width: 768px) {
    .banner-slider {
        height: 220px !important;
        min-height: 200px !important;
        max-height: 240px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .slide-content {
        align-items: flex-start !important;
        padding-top: 20px !important;
    }
    
    .slide-text {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        padding-top: 0 !important;
        text-align: left !important;
    }
    .banner-slider .slide-text h1,
    .banner-slider .slide-text .subtitle,
    .banner-slider .slide-text .description,
    .banner-slider .slide-text p {
        text-align: left !important;
    }
    
    .slide-text h1 {
        font-size: 1.5rem !important;
        margin-bottom: 0.4rem !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }
    
    .slide-text .subtitle {
        font-size: 0.85rem !important;
        margin-bottom: 0.3rem !important;
        line-height: 1.3 !important;
        font-weight: 500 !important;
    }
    
    .slide-text .description {
        font-size: 0.75rem !important;
        margin-bottom: 0.8rem !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .slide-text p {
        font-size: 0.75rem !important;
        margin-bottom: 0.8rem !important;
        line-height: 1.3 !important;
    }
    
    .btn-consultation {
        padding: 7px 14px !important;
        font-size: 11px !important;
        border-radius: 18px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        margin-top: 0 !important;
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
    }
    
    .btn-consultation span {
        font-size: 11px !important;
        white-space: nowrap !important;
        font-weight: 600 !important;
    }
    
    .btn-consultation i {
        font-size: 9px !important;
        flex-shrink: 0 !important;
    }
    
    .slide-buttons {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-top: 0.5rem !important;
    }
    
    .slide-content .container {
        padding: 0 10px 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
    }
    
    .slide-bg {
        background-size: cover !important;
        background-position: center !important;
    }
}

/* Body-part card hover and other home-specific rules (kept from template) */
.body-part-card {
    position: relative;
    cursor: pointer;
}
.body-part-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #A07A5C, #8B5A3C);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.body-part-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(160, 122, 92, 0.2) !important;
    border-color: #A07A5C !important;
}
.body-part-card:hover::before {
    opacity: 1;
}
.body-part-card:hover img {
    transform: scale(1.15);
}
.body-part-card:hover .fa-arrow-right {
    transform: translateX(6px);
}
.body-part-card:hover h3 {
    color: #A07A5C !important;
}
.body-part-card:hover a[href*="body-part"] {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15) !important;
    background: linear-gradient(135deg, #D8D8D8 0%, #C0C0C0 100%) !important;
}
.body-part-card:hover a[href*="consultation"] {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(160, 122, 92, 0.4) !important;
}
.body-part-card > div:first-child { cursor: pointer; }

/* Home: content cards, section header, featured products, newsletter, buttons */
.home-page { margin: 0; padding: 0; }
.home-content-cards-section {
    padding: 80px 0 100px 0;
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 30%, #f8f9fa 100%);
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}
.home-content-cards-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(160, 122, 92, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    font-family: 'Poppins', 'Montserrat', 'Open Sans', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.section-subtitle {
    font-size: 1.3rem;
    color: #6c757d;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.6;
}
.content-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
.content-card {
    display: flex;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 10px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    border: 1px solid rgba(160, 122, 92, 0.08);
    height: 450px;
    width: 100%;
}
.content-card.reverse { flex-direction: row-reverse; }
.content-card-image-wrapper {
    flex: 0 0 50%;
    width: 50%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
}
.content-card-image {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.content-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1) saturate(1.05);
}
.content-card-text {
    flex: 1;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    width: 50%;
    height: 450px;
    overflow: hidden;
}
.card-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1f2e;
    margin-bottom: 22px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}
.content-card-text .card-description {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.85;
    margin-bottom: 35px;
    font-weight: 400;
}
.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #A07A5C 0%, #8B5A3C 100%);
    border: 2px solid transparent;
    width: fit-content;
    margin-top: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(160, 122, 92, 0.25);
}
.featured-products {
    padding: 60px 0 0 0;
    background: #f8f9fa;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
    max-width: 100%;
}
.product-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.product-card:hover .product-image img { transform: scale(1.1); }
.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
.product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-card:hover .product-actions { opacity: 1; }
.action-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    color: #667eea;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.action-btn:hover {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}
.product-info { padding: 30px; }
.product-info h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}
.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.stars { color: #feca57; font-size: 1rem; }
.rating-count { color: #666; font-size: 0.9rem; }
.product-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}
.original-price {
    font-size: 1.1rem;
    color: #999;
    text-decoration: line-through;
}
.product-buttons {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    align-items: center;
}
.product-buttons .add-to-cart,
.product-buttons .view-more {
    flex: 1;
    padding: 10px 12px;
    font-size: 0.85rem;
    white-space: nowrap;
    min-width: 0;
}
.section-footer { text-align: center; }
.newsletter-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    margin-bottom: 0;
}
.newsletter-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.newsletter-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.newsletter-text p {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}
.subscribe-form {
    display: flex;
    gap: 0;
    max-width: 500px;
    position: relative;
}
.subscribe-form input {
    flex: 1;
    padding: 20px 25px;
    border: none;
    border-radius: 25px 0 0 25px;
    font-size: 1rem;
    outline: none;
    background: white;
}
.subscribe-form button {
    padding: 20px 30px;
    border: none;
    border-radius: 0 25px 25px 0;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}
.subscribe-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}
.btn {
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.btn-primary {
    background: linear-gradient(45deg, #1e5f3f, #27ae60);
    color: white;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(30, 95, 63, 0.4);
}
.btn-outline {
    background: transparent;
    color: #1e5f3f;
    border: 2px solid #1e5f3f;
}
.btn-outline:hover {
    background: #1e5f3f;
    color: white;
}
.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}
.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .home-content-cards-section {
        padding: 50px 0 70px 0;
        margin: 30px 0;
    }
    .content-card {
        flex-direction: column !important;
        height: auto;
        border-radius: 20px;
    }
    .content-card.reverse { flex-direction: column !important; }
    .content-card-image-wrapper,
    .content-card-image { flex: 0 0 100%; width: 100%; height: 300px; }
    .content-card-text {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 35px 25px;
    }
    .card-title { font-size: 1.8rem; margin-bottom: 18px; }
    .products-grid { grid-template-columns: 1fr; }
    .newsletter-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .subscribe-form { flex-direction: column; }
    .subscribe-form input,
    .subscribe-form button { border-radius: 25px; }
    .banner-slider {
        height: 280px !important;
        min-height: 250px !important;
        max-height: 300px !important;
    }
}

