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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #2c1810;
    background: #faf8f5;
}

.ad-disclosure {
    background: #f0ede8;
    color: #6b5d52;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e0ddd8;
}

.main-nav {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #4a3428;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #6b5d52;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #4a3428;
}

.hero-full {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #d4c4b0;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 24, 16, 0.75) 0%, rgba(44, 24, 16, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px;
}

.hero-content {
    max-width: 650px;
    color: #fff;
}

.hero-content h1 {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    opacity: 0.95;
}

.story-intro {
    padding: 100px 40px;
    background: #fff;
}

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

.narrow-content.centered {
    text-align: center;
}

.opening-line {
    font-size: 24px;
    line-height: 1.7;
    color: #4a3428;
    margin-bottom: 30px;
    font-weight: 400;
}

.story-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a4d42;
    margin-bottom: 25px;
}

.problem-section {
    padding: 90px 40px;
    background: #f5f1ec;
}

.split-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.split-layout.reverse {
    flex-direction: row-reverse;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 30px;
    line-height: 1.2;
}

.split-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #5a4d42;
    margin-bottom: 20px;
}

.split-image {
    flex: 1;
    background-color: #d4c4b0;
}

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

.insight-reveal {
    padding: 110px 40px;
    background: #4a3428;
    color: #fff;
}

.insight-reveal h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 25px;
}

.insight-reveal p {
    font-size: 20px;
    line-height: 1.7;
    opacity: 0.92;
}

.visual-feature {
    position: relative;
    background-color: #c9b8a3;
}

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

.feature-caption {
    position: absolute;
    bottom: 50px;
    left: 60px;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    max-width: 520px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-caption h3 {
    font-size: 26px;
    color: #2c1810;
    font-weight: 600;
    line-height: 1.3;
}

.benefits-stacked {
    padding: 100px 40px;
    background: #fff;
}

.container-wide {
    max-width: 1300px;
    margin: 0 auto;
}

.benefit-card {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.benefit-card.left-aligned {
    flex-direction: row;
}

.benefit-card.right-aligned {
    flex-direction: row-reverse;
}

.benefit-icon {
    flex: 0 0 450px;
    background-color: #e8dfd5;
}

.benefit-icon img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.benefit-text h3 {
    font-size: 32px;
    color: #2c1810;
    margin-bottom: 18px;
    font-weight: 600;
}

.benefit-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a4d42;
}

.testimonials-inline {
    padding: 90px 40px;
    background: #f9f6f2;
}

.testimonial {
    border-left: 4px solid #8b7355;
    padding: 30px 40px;
    margin: 50px 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.testimonial p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #3a2e24;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    color: #8b7355;
    font-size: 16px;
    font-weight: 500;
}

.services-reveal {
    padding: 100px 40px;
    background: #fff;
}

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

.section-heading {
    font-size: 48px;
    text-align: center;
    color: #2c1810;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-intro {
    font-size: 20px;
    text-align: center;
    color: #6b5d52;
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 320px;
    background: #faf8f5;
    border: 1px solid #e8e3dc;
    padding: 30px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.service-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: #d4c4b0;
}

.service-item h3 {
    font-size: 26px;
    color: #2c1810;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a4d42;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #8b7355;
    margin: 20px 0;
}

.select-service {
    width: 100%;
    background: #4a3428;
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.select-service:hover {
    background: #5d442f;
}

.order-form-section {
    padding: 90px 40px;
    background: #f5f1ec;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 36px;
    color: #2c1810;
    margin-bottom: 15px;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #6b5d52;
    margin-bottom: 35px;
}

.selected-service-display {
    background: #f9f6f2;
    padding: 18px 24px;
    margin-bottom: 30px;
    border-left: 4px solid #8b7355;
}

.selected-service-display .label {
    font-size: 14px;
    color: #8b7355;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.selected-service-display .value {
    font-size: 18px;
    color: #2c1810;
    font-weight: 600;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2c1810;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d4cec5;
    background: #faf8f5;
    font-size: 16px;
    color: #2c1810;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.submit-btn {
    width: 100%;
    background: #4a3428;
    color: #fff;
    border: none;
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:hover {
    background: #5d442f;
}

.main-footer {
    background: #2c1810;
    color: #d4cec5;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #b8aea0;
}

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

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #b8aea0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid #423528;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #8b7d6f;
    line-height: 1.5;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #423528;
}

.footer-bottom p {
    font-size: 14px;
    color: #8b7d6f;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    color: #5a4d42;
}

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

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background: #4a3428;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #5d442f;
}

.cookie-btn.reject {
    background: #e8e3dc;
    color: #5a4d42;
}

.cookie-btn.reject:hover {
    background: #d4cec5;
}

.page-hero.small {
    padding: 80px 40px;
    background: linear-gradient(135deg, #4a3428 0%, #6b5d52 100%);
    color: #fff;
}

.page-hero h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 20px;
    opacity: 0.9;
}

.about-content {
    padding: 80px 40px;
    background: #fff;
}

.opening-paragraph {
    font-size: 24px;
    line-height: 1.7;
    color: #4a3428;
    margin-bottom: 35px;
    font-weight: 500;
}

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a4d42;
    margin-bottom: 25px;
}

.about-visual {
    background-color: #d4c4b0;
}

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

.about-philosophy {
    padding: 90px 40px;
    background: #f5f1ec;
}

.philosophy-grid {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-item {
    flex: 1;
}

.philosophy-item h3 {
    font-size: 24px;
    color: #2c1810;
    margin-bottom: 15px;
    font-weight: 600;
}

.philosophy-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a4d42;
}

.about-story {
    padding: 90px 40px;
    background: #fff;
}

.cta-section {
    padding: 100px 40px;
    background: #4a3428;
}

.centered-cta h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.centered-cta p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #4a3428;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 15px;
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.services-detailed {
    padding: 80px 40px;
    background: #faf8f5;
}

.service-detail-card {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.service-detail-card.reverse {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 0 0 480px;
    background-color: #d4c4b0;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 36px;
    color: #2c1810;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-description {
    font-size: 18px;
    line-height: 1.7;
    color: #5a4d42;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    margin-bottom: 25px;
}

.service-features li {
    font-size: 16px;
    color: #5a4d42;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: 700;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #8b7355;
    margin: 25px 0;
}

.contact-content {
    padding: 80px 40px;
    background: #fff;
}

.contact-layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 22px;
    color: #2c1810;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a4d42;
}

.contact-item .note {
    font-size: 14px;
    color: #8b7355;
    font-style: italic;
    margin-top: 5px;
}

.contact-visual {
    flex: 1;
    position: relative;
    background-color: #d4c4b0;
}

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

.visual-caption {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 25px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.visual-caption p {
    font-size: 16px;
    color: #5a4d42;
    margin: 0;
}

.contact-cta {
    padding: 80px 40px;
    background: #f5f1ec;
}

.thanks-hero {
    padding: 100px 40px;
    background: linear-gradient(135deg, #4a3428 0%, #6b5d52 100%);
    color: #fff;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 600px;
    margin: 25px auto 0;
}

.thanks-details {
    padding: 90px 40px;
    background: #fff;
}

.thanks-details h2 {
    font-size: 36px;
    color: #2c1810;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.timeline-number {
    flex: 0 0 60px;
    height: 60px;
    background: #8b7355;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
}

.timeline-content h3 {
    font-size: 24px;
    color: #2c1810;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #5a4d42;
}

.thanks-cta {
    padding: 80px 40px;
    background: #f5f1ec;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.legal-content {
    padding: 80px 40px;
    background: #fff;
}

.legal-content h1 {
    font-size: 48px;
    color: #2c1810;
    margin-bottom: 15px;
    font-weight: 700;
}

.updated {
    font-size: 15px;
    color: #8b7355;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 32px;
    color: #2c1810;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 24px;
    color: #2c1810;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a4d42;
    margin-bottom: 20px;
}

.legal-content ul,
.legal-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 17px;
    line-height: 1.7;
    color: #5a4d42;
    margin-bottom: 10px;
}

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

.legal-content strong {
    font-weight: 600;
    color: #2c1810;
}

.gdpr-table,
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.gdpr-table th,
.cookies-table th {
    background: #f5f1ec;
    color: #2c1810;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border: 1px solid #d4cec5;
}

.gdpr-table td,
.cookies-table td {
    padding: 15px;
    border: 1px solid #d4cec5;
    font-size: 16px;
    color: #5a4d42;
}

.url-text {
    font-family: monospace;
    color: #8b7355;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 15px 20px;
    }

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .hero-overlay {
        padding: 0 30px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .split-layout,
    .benefit-card,
    .service-detail-card,
    .contact-layout {
        flex-direction: column;
    }

    .split-layout.reverse {
        flex-direction: column;
    }

    .benefit-icon {
        flex: 1 1 auto;
        width: 100%;
    }

    .service-detail-image {
        flex: 1 1 auto;
        width: 100%;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

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

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

    .service-item {
        flex: 1 1 auto;
    }
}