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

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

.ad-disclosure {
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #ffeaa7;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
}

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

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

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

.hero-visual {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 10;
    width: 90%;
    max-width: 900px;
}

.hero-overlay h1 {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.95;
}

.narrative-intro {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

.narrow-content h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 35px;
    color: #1a1a1a;
}

.narrow-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.visual-story {
    padding: 80px 60px;
    background-color: #f5f5f5;
}

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

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.story-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.story-image {
    flex: 1;
    background-color: #8b6f47;
}

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

.insight-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.insight-badge {
    display: inline-block;
    background-color: #8b6f47;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.insight-container h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.insight-points {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.insight-card {
    flex: 1;
    background-color: #fafafa;
    overflow: hidden;
}

.insight-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    background-color: #d4c5b0;
}

.insight-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 25px 15px;
    color: #1a1a1a;
}

.insight-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 25px 25px;
    color: #555555;
}

.trust-builder {
    padding: 100px 60px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.testimonial-flow h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 70px;
}

.testimonial-cards {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.testimonial {
    flex: 1;
    padding: 40px;
    background-color: rgba(255,255,255,0.05);
    border-left: 3px solid #8b6f47;
}

.quote {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.author {
    font-size: 15px;
    color: #b0b0b0;
    font-weight: 500;
}

.benefits-reveal {
    padding: 100px 60px;
    background-color: #8b6f47;
    color: #ffffff;
}

.benefits-visual {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.benefit-block {
    flex: 1;
}

.benefit-block h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-block p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.95;
}

.service-presentation {
    padding: 100px 60px;
    background-color: #ffffff;
}

.service-intro {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.service-intro h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-intro p {
    font-size: 18px;
    color: #555555;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    flex: 0 1 calc(33.333% - 30px);
    background-color: #fafafa;
    overflow: hidden;
    transition: transform 0.3s;
}

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

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background-color: #d4c5b0;
}

.service-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 25px 15px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 25px 20px;
    color: #555555;
}

.price-tag {
    font-size: 26px;
    font-weight: 700;
    color: #8b6f47;
    margin: 20px 25px;
}

.select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px 24px;
    background-color: #8b6f47;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.contact-form-section {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-container h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

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

.submit-button {
    width: 100%;
    padding: 16px 30px;
    background-color: #8b6f47;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #6f5838;
}

.disclaimer-section {
    padding: 60px 60px;
    background-color: #e8e8e8;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

.main-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 60px 60px 30px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

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

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

.footer-col ul li a:hover {
    color: #8b6f47;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333333;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.2);
    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: 14px;
    line-height: 1.6;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

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

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

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

.page-header {
    background-color: #8b6f47;
    color: #ffffff;
    padding: 80px 60px 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 18px;
    opacity: 0.9;
}

.page-content {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

.content-wrapper h2 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.content-wrapper p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.content-wrapper ul {
    margin: 20px 0 20px 30px;
}

.content-wrapper ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.thanks-icon {
    font-size: 80px;
    color: #8b6f47;
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 40px;
}

.back-home {
    display: inline-block;
    padding: 14px 35px;
    background-color: #8b6f47;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.back-home:hover {
    background-color: #6f5838;
}

@media (max-width: 1024px) {
    .main-nav {
        padding: 20px 40px;
    }

    .hero-overlay h1 {
        font-size: 48px;
    }

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

    .insight-points {
        flex-direction: column;
    }

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

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

    .service-card {
        flex: 0 1 calc(50% - 20px);
    }

    .footer-grid {
        flex-wrap: wrap;
    }

    .footer-col {
        flex: 0 1 calc(50% - 25px);
    }
}

@media (max-width: 768px) {
    .main-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hero-overlay h1 {
        font-size: 36px;
    }

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

    .service-card {
        flex: 0 1 100%;
    }

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