/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #2c1810;
    max-width: 1180px;
    margin: 0 auto;
    background-color: #f5f1ed;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.container {
    padding: 0 20px;
}

/* Hero Section - Block 1 */
.hero {
    min-height: 430px;
    background: linear-gradient(135deg, #8b2e2e 0%, #c85454 50%, #8b2e2e 100%);
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(139, 46, 46, 0.3) 35px, rgba(139, 46, 46, 0.3) 70px),
        repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(200, 84, 84, 0.3) 35px, rgba(200, 84, 84, 0.3) 70px),
        linear-gradient(135deg, #8b2e2e 0%, #c85454 50%, #8b2e2e 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.hero h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%);
    color: #2c1810;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #f4d03f 0%, #d4af37 50%, #f4d03f 100%);
}

/* Reviews Section - Block 5 */
.reviews {
    background: linear-gradient(135deg, #1a472a 0%, #2d5f3f 50%, #1a472a 100%);
    background-image:
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(45, 95, 63, 0.4) 40px, rgba(45, 95, 63, 0.4) 80px),
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(26, 71, 42, 0.4) 40px, rgba(26, 71, 42, 0.4) 80px),
        linear-gradient(135deg, #1a472a 0%, #2d5f3f 50%, #1a472a 100%);
    color: #fff;
    padding: 80px 20px;
}

.reviews h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #f4d03f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.review-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 2px solid rgba(244, 208, 63, 0.5);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.review-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.review-item h3 {
    color: #f4d03f;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.review-item p {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 15px;
}

.rating {
    font-size: 1.3em;
}

/* Specialists Section - Block 4 */
.specialists {
    background: linear-gradient(135deg, #4a2c2a 0%, #6b3e3e 50%, #4a2c2a 100%);
    background-image:
        radial-gradient(circle at 30% 40%, rgba(139, 69, 19, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(139, 69, 19, 0.3) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(107, 62, 62, 0.3) 30px, rgba(107, 62, 62, 0.3) 60px),
        linear-gradient(135deg, #4a2c2a 0%, #6b3e3e 50%, #4a2c2a 100%);
    color: #fff;
    padding: 80px 20px;
}

.specialists h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #f4d03f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.specialists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.specialist-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 2px solid rgba(244, 208, 63, 0.5);
    transition: transform 0.3s ease;
}

.specialist-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.specialist-item h3 {
    color: #f4d03f;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.specialist-role {
    color: #ffd700;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.specialist-item p {
    line-height: 1.7;
    font-size: 1.05em;
}

/* Subscribe Form Section - Block 2 */
.subscribe-form {
    background: linear-gradient(135deg, #2c4a7c 0%, #4169a8 50%, #2c4a7c 100%);
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 25px, rgba(65, 105, 168, 0.4) 25px, rgba(65, 105, 168, 0.4) 50px),
        repeating-linear-gradient(90deg, transparent, transparent 25px, rgba(44, 74, 124, 0.4) 25px, rgba(44, 74, 124, 0.4) 50px),
        linear-gradient(135deg, #2c4a7c 0%, #4169a8 50%, #2c4a7c 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.subscribe-form h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #f4d03f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.subscribe-form > .container > p {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-form form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.subscribe-form input[type="email"] {
    flex: 1;
    min-width: 250px;
    padding: 18px 25px;
    border: 3px solid #f4d03f;
    border-radius: 8px;
    font-size: 1.1em;
    font-family: 'Lato', sans-serif;
    background: rgba(255, 255, 255, 0.95);
    color: #2c1810;
    transition: all 0.3s ease;
}

.subscribe-form input[type="email"]:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 20px rgba(244, 208, 63, 0.5);
    transform: translateY(-2px);
}

.submit-button {
    padding: 18px 45px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%);
    color: #2c1810;
    border: 3px solid #fff;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-button:hover {
    background: linear-gradient(135deg, #f4d03f 0%, #d4af37 50%, #f4d03f 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Products Section - Block 3 */
.products {
    background: linear-gradient(135deg, #7c4f28 0%, #a0724f 50%, #7c4f28 100%);
    background-image:
        repeating-linear-gradient(60deg, transparent, transparent 35px, rgba(160, 114, 79, 0.4) 35px, rgba(160, 114, 79, 0.4) 70px),
        repeating-linear-gradient(-60deg, transparent, transparent 35px, rgba(124, 79, 40, 0.4) 35px, rgba(124, 79, 40, 0.4) 70px),
        linear-gradient(135deg, #7c4f28 0%, #a0724f 50%, #7c4f28 100%);
    color: #fff;
    padding: 80px 20px;
}

.products h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #f4d03f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.product-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 10px;
    border: 3px solid rgba(244, 208, 63, 0.5);
    text-align: center;
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: #f4d03f;
}

.product-item.featured {
    border-color: #f4d03f;
    border-width: 4px;
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

.product-item.featured:hover {
    transform: scale(1.08) translateY(-8px);
}

.product-item h3 {
    color: #f4d03f;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.price {
    font-size: 2.5em;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.product-item > p {
    font-size: 1.1em;
    margin-bottom: 25px;
    line-height: 1.7;
}

.product-item ul {
    list-style: none;
    text-align: left;
    margin-top: 20px;
}

.product-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.05em;
}

.product-item ul li:before {
    content: '✓ ';
    color: #f4d03f;
    font-weight: 700;
    margin-right: 10px;
}

/* Article Styling */
.article {
    max-width: 900px;
    margin: 60px auto 0;
    background: rgba(255, 255, 255, 0.95);
    color: #2c1810;
    padding: 50px;
    border-radius: 15px;
    border: 5px solid #f4d03f;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    position: relative;
}

.article::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #d4af37, #f4d03f, #d4af37);
    border-radius: 18px;
    z-index: -1;
    opacity: 0.7;
}

.article h2 {
    color: #7c4f28;
    font-size: 2em;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 3px solid #d4af37;
    padding-bottom: 15px;
}

.article p {
    font-size: 1.1em;
    line-height: 1.9;
    text-align: justify;
    color: #3a2419;
}

/* Contact Section - Block 6 */
.contact {
    background: linear-gradient(135deg, #2d1b3d 0%, #4a2e5c 50%, #2d1b3d 100%);
    background-image:
        radial-gradient(circle at 25% 35%, rgba(106, 63, 137, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(106, 63, 137, 0.3) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(74, 46, 92, 0.3) 30px, rgba(74, 46, 92, 0.3) 60px),
        linear-gradient(135deg, #2d1b3d 0%, #4a2e5c 50%, #2d1b3d 100%);
    color: #fff;
    padding: 80px 20px;
}

.contact h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #f4d03f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.contact strong {
    color: #f4d03f;
}

.map-container {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #f4d03f;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* Copyright Footer - Block 7 */
.copyright {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: #d4af37;
    text-align: center;
    padding: 30px 20px;
    border-top: 3px solid #d4af37;
}

.copyright p {
    margin: 8px 0;
    font-size: 1em;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }

    .hero h2 {
        font-size: 1.3em;
    }

    .hero p {
        font-size: 1em;
    }

    .cta-button {
        padding: 15px 30px;
        font-size: 1em;
    }

    .reviews h2,
    .specialists h2,
    .subscribe-form h2,
    .products h2,
    .contact h2 {
        font-size: 1.8em;
    }

    .review-grid,
    .specialists-grid,
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-item.featured {
        transform: scale(1);
    }

    .product-item.featured:hover {
        transform: translateY(-5px);
    }

    .subscribe-form form {
        flex-direction: column;
    }

    .subscribe-form input[type="email"] {
        min-width: 100%;
    }

    .article {
        padding: 30px 20px;
    }

    .article h2 {
        font-size: 1.5em;
    }

    .article p {
        font-size: 1em;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 350px;
        padding: 40px 15px;
    }

    .hero h1 {
        font-size: 1.6em;
    }

    .hero h2 {
        font-size: 1.1em;
    }

    .reviews,
    .specialists,
    .subscribe-form,
    .products,
    .contact {
        padding: 50px 15px;
    }

    .review-item,
    .specialist-item,
    .product-item {
        padding: 20px;
    }

    .price {
        font-size: 2em;
    }
}
