body {
    font-family: 'Poppins', sans-serif;
    background: #f8f6f3 url('img/watercolor-bg.png') center/cover no-repeat;
    color: #3B2F2F;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    color: #3B2F2F;
    font-weight: 400;
}

h2 {
    font-size: 2.2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #3B2F2F;
}

.hero {
    background: #fff url('img/view.jpg') center/cover no-repeat;
    padding: 3rem 0 2rem 0;
    box-shadow: 0 2px 24px rgba(60,40,20,0.06);
    border-radius: 0 0 32px 32px;
    position: relative;
    text-align: center;
}

.logo a {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #3B2F2F;
    text-decoration: none;
    font-weight: 700;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto 1.5rem auto;
    padding: 0 2rem;
}

.instagram-link {
    color: #3B2F2F;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.instagram-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B2F2F'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-content {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.72);
    display: inline-block;
    margin: 0 auto;
    padding: 2rem 2.5rem 1.5rem 2.5rem;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(60,40,20,0.07);
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
}

.hero-content h2 {
    font-size: 1.3rem;
    color: #3B2F2F;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.hero-cta-box {
    display: inline-block;
    background: #e9d6c5;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    padding: 0.7rem 2.2rem;
    border-radius: 6px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    color: #fff;
    background: #e9d6c5;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0 2px 12px rgba(60,40,20,0.06);
}

.benefits {
    background: rgba(233, 220, 201, 0.18);
    padding: 3rem 0 2rem 0;
    text-align: center;
}

.benefits h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #3B2F2F;
}

.benefits-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(60,40,20,0.07);
    padding: 2rem 1.5rem;
    min-width: 260px;
    max-width: 320px;
    flex: 1 1 260px;
    color: #3B2F2F;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.about {
    background: #fff;
    padding: 4rem 0;
}

.about-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.about-img {
    max-width: 340px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(60,40,20,0.10);
    object-fit: cover;
    aspect-ratio: 3/4;
}

.about-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    color: #3B2F2F;
}

.about-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #3B2F2F;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3B2F2F;
}

.instagram-feed {
    background: #fff;
    padding: 4rem 0 2rem 0;
    text-align: center;
}

.instagram-feed h2 {
    color: #3B2F2F;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.payment-section {
    background: #fff;
    padding: 4rem 0 3rem 0;
    text-align: center;
    border-radius: 32px;
    box-shadow: 0 2px 24px rgba(60,40,20,0.06);
    max-width: 600px;
    margin: 3rem auto 2rem auto;
}

.payment-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #3B2F2F;
}

.payment-section .price {
    font-size: 2.2rem;
    color: #bfae99;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
}

.cta-button.primary {
    background-color: #e9d6c5;
    color: #3B2F2F;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    margin-top: 1rem;
    text-decoration: none;
    display: inline-block;
}

.cta-button.primary:hover {
    background-color: #bfae99;
    color: #fff;
}

footer {
    padding: 2rem;
    text-align: center;
    background-color: #fff;
    color: #3B2F2F;
    border-top: 1px solid #e9d6c5;
}

.footer-links {
    margin-top: 1rem;
}

.footer-links a {
    color: #3B2F2F;
    text-decoration: none;
    margin: 0 1rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #bfae99;
}

@media (max-width: 900px) {
    .about-flex {
        flex-direction: column;
        gap: 2rem;
    }
    .about-img {
        max-width: 220px;
    }
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }
    .hero-content h2 {
        font-size: 1rem;
    }
    .benefits-grid {
        flex-direction: column;
        gap: 1rem;
    }
    .benefit-card {
        min-width: 0;
        max-width: 100%;
    }
    .about-img {
        max-width: 100%;
    }
    .payment-section {
        padding: 2rem 0 1.5rem 0;
        max-width: 98vw;
    }
}

.payment-form .form-group,
.download-form .form-group {
    width: 100%;
    margin-bottom: 1rem;
}

.payment-form input[type="text"],
.payment-form input[type="email"],
.download-form input[type="text"],
.download-form input[type="email"] {
    width: 100%;
    padding: 1rem;
    border: 2px solid #bfae99;
    border-radius: 30px;
    background: rgba(60,40,20,0.22);
    color: #1a120a;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

.payment-form input[type="text"]::placeholder,
.payment-form input[type="email"]::placeholder,
.download-form input[type="text"]::placeholder,
.download-form input[type="email"]::placeholder {
    color: #6B4E3A;
    opacity: 0.7;
}

.download-form .form-group input[type="text"],
.download-form .form-group input[type="email"] {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 0.5rem auto;
    display: block;
    padding: 1rem;
    border: 2px solid #e9d6c5;
    border-radius: 30px;
    background: #e9d6c5;
    color: #3B2F2F;
    font-size: 1rem;
    box-sizing: border-box;
}

.download-form .form-group input[type="text"]::placeholder,
.download-form .form-group input[type="email"]::placeholder {
    color: #bfae99;
    opacity: 0.8;
}

.benefits-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(60,40,20,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(60,40,20,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.whats-inside-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(60,40,20,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.whats-inside-bg {
    background: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 3rem 0 3rem 0;
    z-index: 0;
}

.whats-inside-section {
    background: #fff;
} 