* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.main-nav {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 1rem 0;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5f3f;
    text-transform: lowercase;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.25rem 0.75rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin: 0 1rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2d5f3f;
}

.hero-visual {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #e8ede9;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background-color: rgba(45, 95, 63, 0.85);
    padding: 3rem 4rem;
    max-width: 700px;
}

.hero-overlay h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: 0.95;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.content-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: #2d5f3f;
    font-weight: 600;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #2d5f3f;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #2d5f3f;
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.story-intro {
    background-color: #f9fafb;
    padding: 4rem 0;
}

.visual-block {
    padding: 4rem 0;
}

.image-text-split {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.image-text-split.reverse {
    flex-direction: row-reverse;
}

.image-side {
    flex: 1;
}

.image-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.text-side {
    flex: 1;
}

.problem-amplification {
    background-color: #fff8f0;
    padding: 4rem 0;
}

.insight-reveal {
    padding: 4rem 0;
}

.trust-building {
    background-color: #f0f4f2;
    padding: 4rem 0;
}

.testimonials-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 6px;
    border-left: 4px solid #2d5f3f;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: block;
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.benefits-visual {
    padding: 4rem 0;
}

.benefits-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.benefit-item {
    flex: 1;
    min-width: 300px;
}

.benefit-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 1rem;
    background-color: #e8ede9;
}

.collection-preview {
    background-color: #fafafa;
    padding: 4rem 0;
}

.collections-grid {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.collection-card {
    flex: 1;
    min-width: 320px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e8ede9;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.5rem;
}

.collection-card p {
    padding: 0 1.5rem;
    font-size: 1rem;
}

.price-tag {
    padding: 0 1.5rem;
    font-weight: 700;
    color: #2d5f3f;
    font-size: 1.15rem;
}

.cta-button {
    display: inline-block;
    margin: 1rem 1.5rem 1.5rem;
    padding: 0.75rem 2rem;
    background-color: #2d5f3f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #234a31;
}

.order-section {
    padding: 5rem 0;
    background-color: #f9fafb;
}

.form-intro {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.order-form {
    max-width: 600px;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2d5f3f;
}

.submit-button {
    width: 100%;
    padding: 1rem;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #234a31;
}

.final-assurance {
    padding: 3rem 0;
    background-color: #fff9f0;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    padding: 1.5rem;
    background-color: #fafafa;
    border-left: 3px solid #d0a760;
    border-radius: 4px;
}

.main-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 3rem 0 1.5rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p {
    font-size: 0.95rem;
    opacity: 0.9;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.75;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.5rem 2rem;
    display: none;
    z-index: 10000;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-accept,
.cookie-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cookie-accept {
    background-color: #2d5f3f;
    color: #ffffff;
}

.cookie-reject {
    background-color: #666;
    color: #ffffff;
}

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.9;
}

.page-hero {
    margin-bottom: 3rem;
}

.page-hero .hero-image-wrapper {
    height: 50vh;
}

.page-hero-simple {
    padding: 4rem 0 2rem;
    text-align: center;
    background-color: #f9fafb;
}

.page-hero-simple h1 {
    font-size: 2.75rem;
    color: #2d5f3f;
    margin-bottom: 1rem;
}

.about-intro {
    padding: 4rem 0;
}

.values-section {
    background-color: #f0f4f2;
    padding: 4rem 0;
}

.values-grid {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 250px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 6px;
}

.team-section {
    padding: 4rem 0;
}

.process-section {
    padding: 4rem 0;
    background-color: #fafafa;
}

.commitment-section {
    padding: 4rem 0;
}

.services-intro {
    padding: 4rem 0 2rem;
    background-color: #f9fafb;
}

.services-list {
    padding: 3rem 0;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.service-item.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #e8ede9;
}

.service-details {
    flex: 1;
}

.features-list {
    list-style: none;
    margin: 1.5rem 0;
}

.features-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: bold;
}

.price-display {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2d5f3f;
    margin: 1.5rem 0;
}

.service-cta {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #2d5f3f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.service-cta:hover {
    background-color: #234a31;
}

.care-instructions {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.contact-content {
    padding: 3rem 0;
}

.contact-grid {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.info-block p {
    line-height: 1.8;
}

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    object-fit: cover;
    background-color: #e8ede9;
}

.location-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 6px;
}

.contact-additional {
    padding: 4rem 0;
    background-color: #fafafa;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-item h4 {
    margin-bottom: 0.5rem;
}

.thanks-section {
    padding: 5rem 0;
    background-color: #f9fafb;
}

.thanks-content {
    text-align: center;
}

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 2.5rem;
    color: #2d5f3f;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.selected-service {
    background-color: #f0f4f2;
    padding: 1.5rem;
    border-radius: 6px;
    margin: 2rem 0;
    font-weight: 600;
}

.next-steps {
    text-align: left;
    margin: 3rem auto;
    max-width: 600px;
}

.next-steps h3 {
    margin-bottom: 1rem;
}

.steps-list {
    list-style: none;
}

.steps-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
}

.steps-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: bold;
    font-size: 1.2rem;
}

.thanks-actions {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.primary-button,
.secondary-button {
    display: inline-block;
    padding: 0.875rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.primary-button {
    background-color: #2d5f3f;
    color: #ffffff;
}

.primary-button:hover {
    background-color: #234a31;
}

.secondary-button {
    background-color: #666;
    color: #ffffff;
}

.secondary-button:hover {
    background-color: #555;
}

.additional-info {
    padding: 4rem 0;
}

.legal-content {
    padding: 4rem 0;
}

.legal-content h1 {
    font-size: 2.5rem;
    color: #2d5f3f;
    margin-bottom: 1rem;
}

.update-date {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.35rem;
    margin-top: 1.5rem;
}

.legal-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #2d5f3f;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #234a31;
}

.cookies-table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

.cookies-table th,
.cookies-table td {
    padding: 0.75rem;
    border: 1px solid #d0d0d0;
    text-align: left;
}

.cookies-table th {
    background-color: #f0f4f2;
    font-weight: 600;
    color: #2d5f3f;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ad-disclosure {
        margin: 0;
        order: -1;
        width: 100%;
        text-align: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .image-text-split,
    .image-text-split.reverse {
        flex-direction: column;
    }

    .collections-grid {
        flex-direction: column;
    }

    .testimonials-grid {
        flex-direction: column;
    }

    .benefits-list {
        flex-direction: column;
    }

    .service-item,
    .service-item.reverse {
        flex-direction: column;
    }

    .contact-grid {
        flex-direction: column;
    }

    .values-grid {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.35rem;
    }
}