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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

.ad-disclosure {
    background-color: #f4f4f0;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    border-bottom: 1px solid #e0e0dc;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-brand {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2c2c2c;
    margin: 3px 0;
    transition: 0.3s;
}

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

.nav-menu li a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #8b6f47;
}

.hero-immersive {
    width: 100%;
    height: 85vh;
    position: relative;
}

.hero-visual {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-narrow {
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.hero-heading-large {
    font-size: 56px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-subtext {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.95;
}

.story-flow {
    max-width: 100%;
}

.narrative-block {
    padding: 80px 20px;
    background-color: #fff;
}

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

.opening-question {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 30px;
    color: #4a4a4a;
    line-height: 1.5;
}

.content-centered p {
    font-size: 19px;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.insight-reveal {
    padding: 90px 20px;
    background-color: #f7f5f2;
}

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

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

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

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: normal;
    color: #2c2c2c;
}

.insight-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.problem-amplification {
    padding: 80px 20px;
    background-color: #fff;
}

.section-heading-emphasis {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    color: #2c2c2c;
}

.impact-cards {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.impact-card {
    flex: 1;
    padding: 35px;
    background-color: #f9f8f6;
    border-left: 4px solid #8b6f47;
}

.impact-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: normal;
}

.impact-card p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.6;
}

.transformation-story {
    padding: 90px 20px;
    background-color: #fafaf8;
}

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

.story-image-left {
    flex: 1;
    background-color: #e8e6e1;
}

.story-image-left img {
    width: 100%;
    height: auto;
    display: block;
}

.story-text-right {
    flex: 1;
}

.story-text-right h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: normal;
    color: #2c2c2c;
}

.story-text-right p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.testimonial-inline {
    font-style: italic;
    padding-left: 25px;
    border-left: 3px solid #8b6f47;
    color: #3a3a3a;
    margin: 30px 0;
}

.science-backed {
    padding: 80px 20px;
    background-color: #f0ede8;
}

.science-backed h2 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #2c2c2c;
}

.science-backed p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.science-backed a {
    color: #8b6f47;
    text-decoration: none;
    font-weight: bold;
}

.science-backed a:hover {
    text-decoration: underline;
}

.collection-preview {
    padding: 100px 20px;
    background-color: #fff;
}

.content-wide {
    max-width: 1400px;
    margin: 0 auto;
}

.centered-heading {
    font-size: 44px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
    color: #2c2c2c;
}

.centered-subheading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: #6a6a6a;
}

.service-grid-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card-vertical {
    width: calc(33.333% - 27px);
    background-color: #fafaf8;
    overflow: hidden;
    transition: transform 0.3s;
}

.service-card-vertical:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e8e6e1;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-details {
    padding: 30px;
}

.service-details h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #2c2c2c;
}

.service-details p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #5a5a5a;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #8b6f47;
    margin: 20px 0;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #6f5536;
}

.trust-building {
    padding: 80px 20px;
    background-color: #f7f5f2;
}

.trust-building h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #2c2c2c;
}

.feature-list-asymmetric {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item {
    padding-left: 80px;
}

.feature-item:nth-child(2) {
    padding-left: 160px;
}

.feature-item:nth-child(3) {
    padding-left: 40px;
}

.feature-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: normal;
    color: #2c2c2c;
}

.feature-item p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.6;
}

.testimonial-section {
    padding: 90px 20px;
    background-color: #2c2c2c;
    color: #fff;
}

.testimonial-showcase {
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-main {
    margin-bottom: 50px;
}

.testimonial-text {
    font-size: 26px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #b8b8b8;
}

.testimonial-secondary .testimonial-text {
    font-size: 20px;
}

.final-insight {
    padding: 80px 20px;
    background-color: #fff;
}

.final-insight h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #2c2c2c;
}

.form-section-integrated {
    padding: 90px 20px;
    background-color: #f0ede8;
}

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

.form-container-centered h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
    color: #2c2c2c;
}

.form-intro {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #5a5a5a;
}

.contact-form-vertical {
    background-color: #fff;
    padding: 40px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #3a3a3a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: inherit;
}

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

.btn-submit-primary {
    width: 100%;
    padding: 16px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.references-section {
    padding: 60px 20px;
    background-color: #fafaf8;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #2c2c2c;
}

.references-list {
    list-style-position: inside;
    font-size: 15px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 10px;
}

.references-list a {
    color: #8b6f47;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer-comprehensive {
    background-color: #2c2c2c;
    color: #b8b8b8;
    padding: 60px 20px 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
}

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

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

.footer-column ul li a {
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-column p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
}

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

.disclaimer {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #999;
}

.footer-bottom p {
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    z-index: 2000;
    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.6;
}

.cookie-content a {
    color: #8b6f47;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie-accept {
    background-color: #8b6f47;
    color: #fff;
}

.btn-cookie-accept:hover {
    background-color: #6f5536;
}

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

.btn-cookie-reject:hover {
    background-color: #4a4a4a;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        gap: 15px;
        display: none;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .hero-heading-large {
        font-size: 36px;
    }

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

    .split-insight,
    .offset-layout {
        flex-direction: column;
    }

    .impact-cards {
        flex-direction: column;
    }

    .service-card-vertical {
        width: 100%;
    }

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

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

    .feature-item,
    .feature-item:nth-child(2),
    .feature-item:nth-child(3) {
        padding-left: 0;
    }
}