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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.ad-notice {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.8rem;
    border: 1px solid #999;
    border-radius: 3px;
}

.nav-right a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-right a:hover {
    color: #8b7355;
}

.hero-minimal {
    margin-top: 80px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin-bottom: 5rem;
}

.hero-minimal h1 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #2c2c2c;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #666;
    font-weight: 300;
    line-height: 1.6;
}

.hero-image-container {
    width: 100%;
    max-width: 1200px;
    background-color: #f5f5f5;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.narrative-intro {
    padding: 8rem 3rem;
    background-color: #f9f7f5;
}

.content-narrow {
    max-width: 750px;
    margin: 0 auto;
}

.large-text {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 2.5rem;
    color: #2c2c2c;
}

.narrative-intro p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.insight-reveal {
    padding: 8rem 3rem;
    background-color: #ffffff;
}

.insight-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.insight-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.insight-visual {
    flex: 1;
    background-color: #f5f5f5;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.philosophy-block {
    padding: 8rem 3rem;
    background-color: #2c2c2c;
    color: #f9f7f5;
}

.philosophy-block h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    text-align: center;
}

.philosophy-block p {
    font-size: 1.15rem;
    margin-bottom: 1.8rem;
    color: #e0e0e0;
}

.trust-indicators {
    padding: 8rem 3rem;
    background-color: #ffffff;
}

.trust-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.trust-card {
    flex: 1;
    text-align: center;
}

.trust-card h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.trust-card p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
}

.testimonial-section {
    padding: 8rem 3rem;
    background-color: #f9f7f5;
}

.testimonial-section blockquote {
    margin-bottom: 4rem;
    padding: 2.5rem 0;
    border-top: 2px solid #d0c8c0;
}

.testimonial-section blockquote:last-child {
    border-bottom: 2px solid #d0c8c0;
}

.testimonial-section p {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.7;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.testimonial-section cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
    letter-spacing: 0.5px;
}

.benefits-reveal {
    padding: 8rem 3rem;
    background-color: #ffffff;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}

.benefits-container img {
    flex: 1;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f5f5;
}

.benefits-text {
    flex: 1;
}

.benefits-text h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

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

.benefit-list li {
    padding: 1rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.benefit-list li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #8b7355;
}

.collections-preview {
    padding: 8rem 3rem;
    background-color: #f9f7f5;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.15rem;
    color: #666;
}

.collections-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.collection-card {
    flex: 1;
    background-color: #ffffff;
    overflow: hidden;
}

.collection-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f5f5;
}

.collection-card h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 2rem 2rem 1rem;
}

.collection-card p {
    margin: 0 2rem 1rem;
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
}

.price-hint {
    font-size: 1.2rem;
    color: #8b7355;
    font-weight: 500;
    margin: 2rem 2rem 2.5rem;
}

.pricing-reveal {
    padding: 8rem 3rem;
    background-color: #2c2c2c;
    color: #f9f7f5;
}

.pricing-reveal h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.pricing-reveal p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.price-context {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #4a4a4a;
}

.price-context p {
    margin-bottom: 2rem;
}

.form-section {
    padding: 8rem 3rem;
    background-color: #ffffff;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-container > p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
    text-align: center;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    color: #2c2c2c;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #8b7355;
    background-color: #ffffff;
}

.btn-primary {
    padding: 1.2rem 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #8b7355;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

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

.final-assurance {
    padding: 8rem 3rem;
    background-color: #f9f7f5;
}

.final-assurance h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.final-assurance p {
    font-size: 1.15rem;
    margin-bottom: 1.8rem;
    color: #4a4a4a;
}

.main-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 5rem 3rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    margin-bottom: 4rem;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: #1a1a1a;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #4a4a4a;
    font-size: 0.9rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 44, 44, 0.98);
    color: #ffffff;
    padding: 2rem;
    z-index: 2000;
    display: none;
    backdrop-filter: blur(10px);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-content a {
    color: #8b7355;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.btn-accept {
    background-color: #8b7355;
    color: #ffffff;
}

.btn-accept:hover {
    opacity: 0.9;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    opacity: 0.8;
}

.services-hero {
    margin-top: 80px;
    padding: 6rem 3rem;
    background-color: #f9f7f5;
    text-align: center;
}

.services-hero h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.services-hero p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-item {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    background-color: #f5f5f5;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.service-details p {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-price {
    font-size: 1.8rem;
    color: #8b7355;
    font-weight: 500;
    margin-top: 2rem;
}

.about-hero {
    margin-top: 80px;
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.about-content p {
    font-size: 1.15rem;
    margin-bottom: 1.8rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-image-section {
    padding: 5rem 3rem;
    background-color: #f9f7f5;
}

.about-image-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.about-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-hero {
    margin-top: 80px;
    padding: 6rem 3rem;
    background-color: #ffffff;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.contact-hero p {
    font-size: 1.2rem;
    color: #666;
}

.contact-details {
    max-width: 700px;
    margin: 0 auto;
    padding: 5rem 3rem;
}

.contact-item {
    margin-bottom: 3rem;
}

.contact-item h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.contact-item p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

.thanks-container {
    margin-top: 80px;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 3rem;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.thanks-container p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin-bottom: 3rem;
}

.legal-page {
    margin-top: 80px;
    padding: 5rem 3rem;
    background-color: #ffffff;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.legal-content p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

.legal-content ul li {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 1.5rem;
    }

    .nav-right {
        gap: 1.5rem;
    }

    .hero-minimal h1 {
        font-size: 2.5rem;
    }

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

    .large-text {
        font-size: 1.5rem;
    }

    .insight-container,
    .benefits-container,
    .trust-grid,
    .collections-grid,
    .footer-content {
        flex-direction: column;
        gap: 3rem;
    }

    .service-item,
    .service-item:nth-child(even) {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header h2,
    .about-content h1,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 2.5rem;
    }
}