* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    --primary-red: #e63946; 
    --accent-pink: #ffb703;   
    --soft-pink: #fff0f3;
    --dark-red: #800f2f;   
    --text-dark: #2b2d42;
    --text-muted: #6c757d;
    --white: #ffffff;
}

body {
    background-color: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.btn-primary {
    background-color: var(--primary-red);
    color: var(--white);
}

.btn-primary:hover {
    background-color: #c1121f;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--primary-red);
    color: var(--primary-red);
    margin-left: 10px;
}

.btn-outline:hover {
    background-color: var(--primary-red);
    color: var(--white);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8%;
    background-color: var(--dark-red);
    color: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo a {
    font-size: 28px;
    font-weight: 800;
    color: var(--white);
}

.logo span {
    color: #ff758f;
}

.nav-links {
    display: flex;
    gap: 25px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.nav-links a:hover, .nav-links a.active {
    color: #ff758f;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-right .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-right .phone i {
    color: #ff758f;
    font-size: 18px;
}

.nav-right .phone .label {
    display: block;
    font-size: 10px;
    color: #ffb3c1;
}

.nav-right .phone .number {
    font-size: 13px;
    font-weight: 600;
}

.cart-btn {
    background: var(--primary-red);
    color: var(--white);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 8%;
    background-color: var(--soft-pink);
}

.hero-content {
    max-width: 500px;
}

.hero-content h1 {
    font-size: 48px;
    color: var(--primary-red);
    font-weight: 800;
}

.hero-content h2 {
    font-size: 32px;
    color: var(--dark-red);
    margin-bottom: 15px;
}

.hero-content h2 span {
    color: var(--primary-red);
}

.hero-content p {
    color: var(--text-muted);
    margin-bottom: 25px;
}

.badge-eco {
    display: inline-block;
    background: #ffccd5;
    color: var(--dark-red);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 20px;
}

.hero-image img {
    width: 450px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(230, 57, 70, 0.15);
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 40px 8%;
}

.feature-card {
    border: 1px solid #ffe0e6;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}

.feature-card i {
    font-size: 32px;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 600;
}

.feature-card.active, .feature-card:hover {
    background-color: var(--dark-red);
    color: var(--white);
}

.feature-card.active i, .feature-card:hover i {
    color: #ff758f;
}

.about {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 8%;
    position: relative;
}

.about-bg-text {
    position: absolute;
    font-size: 100px;
    font-weight: 900;
    color: rgba(230, 57, 70, 0.05);
    top: -10px;
    left: -10px;
    z-index: 0;
}

.about-content {
    flex: 1;
    z-index: 1;
}

.about-content h2 {
    font-size: 32px;
    color: var(--dark-red);
    margin-bottom: 20px;
}

.about-content p {
    color: var(--text-muted);
    margin-bottom: 15px;
}

.highlight-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--soft-pink);
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.highlight-box i {
    font-size: 28px;
    color: var(--primary-red);
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    width: 350px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.section-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

.section-title h2 {
    font-size: 28px;
    color: var(--dark-red);
    margin-bottom: 10px;
}

.section-title p {
    color: var(--text-muted);
    font-size: 13px;
}

.products-section {
    padding: 60px 8%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.product-card {
    border: 1px solid #f8d7da;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: 0 8px 25px rgba(230, 57, 70, 0.15);
}

.product-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-card .price {
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.product-card .price span {
    text-decoration: line-through;
    color: #aaa;
    font-weight: 400;
    font-size: 12px;
}

.add-cart {
    background: var(--primary-red);
    color: var(--white);
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.add-cart:hover {
    background: var(--dark-red);
}

.badge.sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--dark-red);
    color: var(--white);
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 3px;
}

.promo-banner {
    background: var(--dark-red);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 8%;
    margin: 40px 0;
}

.promo-text span {
    color: #ff758f;
    font-size: 14px;
}

.promo-text h2 {
    font-size: 36px;
    margin: 10px 0 20px 0;
}

.promo-img img {
    width: 350px;
    border-radius: 10px;
}

.testimonials {
    padding: 60px 8%;
}

.testimonial-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--soft-pink);
    border: 2px solid #ffccd5;
    color: var(--dark-red);
    border-radius: 10px;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.testi-img img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.testi-content p {
    font-style: italic;
    margin-bottom: 15px;
}

footer {
    background-color: var(--dark-red);
    color: var(--white);
    padding: 50px 8% 20px 8%;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-col p {
    font-size: 13px;
    color: #ffccd5;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #ffccd5;
    font-size: 13px;
}

.footer-col ul li a:hover {
    color: var(--white);
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-links a {
    background: rgba(255,255,255,0.1);
    color: var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-size: 12px;
    color: #ffccd5;
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero, .about, .promo-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-image img, .about-image img, .promo-img img {
        width: 100%;
    }
}