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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background: #ffffff;
    display: flex;
    min-height: 100vh;
}

.sidebar-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background: #2d3e2f;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    z-index: 1000;
}

.sidebar-brand {
    font-size: 1.4rem;
    font-weight: bold;
    color: #e8f3e6;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex-grow: 1;
}

.sidebar-links a {
    color: #c8d9c5;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s, transform 0.3s;
    display: block;
}

.sidebar-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.sidebar-ad-label {
    margin-top: auto;
    font-size: 0.7rem;
    color: #8a9c87;
    border-top: 1px solid #4a5c4b;
    padding-top: 20px;
    line-height: 1.4;
}

.main-content {
    margin-left: 240px;
    flex: 1;
    width: calc(100% - 240px);
}

.hero-fullscreen {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

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

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

.hero-text-layer h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-text-layer p {
    font-size: 1.4rem;
    font-weight: 300;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.scroll-section {
    padding: 100px 40px;
}

.intro-hook {
    background: #f7f7f5;
}

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

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

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

.intro-paragraph {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 300;
}

.visual-section {
    padding: 0;
    height: 600px;
    overflow: hidden;
    background: #e5e5e5;
}

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

.problem-amplification {
    background: #ffffff;
}

.problem-amplification h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 400;
    color: #2d3e2f;
}

.problem-amplification p {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 30px;
}

.problem-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.problem-item {
    padding: 30px;
    background: #f9f9f7;
    border-left: 4px solid #8a9c87;
}

.problem-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2d3e2f;
    font-weight: 500;
}

.problem-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.storytelling-section {
    background: #e8f3e6;
}

.storytelling-section h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #2d3e2f;
    font-weight: 400;
}

.storytelling-section p {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 25px;
}

.insight-section {
    background: #ffffff;
}

.insight-section h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
    text-align: center;
    color: #2d3e2f;
    font-weight: 400;
}

.insight-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.insight-block {
    display: flex;
    flex-direction: column;
}

.insight-block img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
    background: #e5e5e5;
}

.insight-block h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 500;
}

.insight-block p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.testimonials-block {
    background: #f7f7f5;
}

.testimonials-block h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2d3e2f;
    font-weight: 400;
}

.testimonial-cards {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.testimonial {
    background: #ffffff;
    padding: 40px;
    border-left: 3px solid #8a9c87;
}

.testimonial-quote {
    font-size: 1.15rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-name {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.services-funnel {
    background: #ffffff;
}

.services-funnel h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    color: #2d3e2f;
    font-weight: 400;
}

.services-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
    color: #666;
}

.services-funnel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-funnel-card {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    background: #f9f9f7;
    display: flex;
    flex-direction: column;
}

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

.service-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #2d3e2f;
    font-weight: 500;
}

.service-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
}

.service-pricing {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3e2f;
    margin: 20px 0;
}

.btn-select-service {
    padding: 14px 28px;
    background: #2d3e2f;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
    margin-top: auto;
}

.btn-select-service:hover {
    background: #1a2520;
}

.form-funnel {
    background: #e8f3e6;
}

.form-funnel h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    color: #2d3e2f;
    font-weight: 400;
}

.form-description {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #555;
}

.order-form-funnel {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-field {
    margin-bottom: 30px;
}

.form-field label {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

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

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

.btn-form-submit {
    width: 100%;
    padding: 18px;
    background: #2d3e2f;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-form-submit:hover {
    background: #1a2520;
}

.disclaimer-funnel {
    background: #f7f7f5;
    padding: 60px 40px;
}

.disclaimer-content {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666;
    text-align: center;
}

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

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

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

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}

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

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

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

.footer-col a:hover {
    color: #8a9c87;
}

.footer-col p {
    line-height: 1.7;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 0.9rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    display: none;
}

.cookie-modal.active {
    display: block;
}

.cookie-modal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    color: #ffffff;
}

.cookie-modal-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.cookie-modal-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

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

.cookie-modal-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

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

.btn-cookie-accept:hover {
    background: #1a2520;
}

.btn-cookie-reject {
    background: #d0d0d0;
    color: #1a1a1a;
}

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

.page-title-section {
    padding: 120px 40px 60px;
    background: #e8f3e6;
    text-align: center;
}

.page-title-section h1 {
    font-size: 3.5rem;
    font-weight: 300;
    color: #2d3e2f;
    margin-bottom: 15px;
}

.page-title-section p {
    font-size: 1.2rem;
    color: #555;
}

.about-story {
    padding: 80px 40px;
    background: #ffffff;
}

.about-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    margin-bottom: 60px;
    background: #e5e5e5;
}

.story-content {
    margin-bottom: 60px;
}

.story-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2d3e2f;
    font-weight: 400;
}

.story-content p {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 20px;
}

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

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

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

.service-image {
    flex: 1;
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    background: #e5e5e5;
}

.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 400;
}

.service-price-tag {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2d3e2f;
    margin-bottom: 25px;
}

.service-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    margin: 30px 0;
}

.service-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
}

.service-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8a9c87;
    font-size: 1.5rem;
}

.call-to-action-section {
    padding: 100px 40px;
    background: #e8f3e6;
    text-align: center;
}

.call-to-action-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 400;
}

.call-to-action-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #555;
}

.btn-cta-primary {
    display: inline-block;
    padding: 18px 50px;
    background: #2d3e2f;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.3s;
}

.btn-cta-primary:hover {
    background: #1a2520;
}

.btn-cta-secondary {
    display: inline-block;
    padding: 18px 50px;
    background: #d0d0d0;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.3s;
    margin-left: 15px;
}

.btn-cta-secondary:hover {
    background: #b0b0b0;
}

.contact-info-section {
    padding: 80px 40px;
    background: #ffffff;
}

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

.contact-details {
    flex: 1;
}

.contact-info-block {
    margin-bottom: 40px;
}

.contact-info-block h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2d3e2f;
    font-weight: 500;
}

.contact-info-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 0.9rem;
    color: #777;
}

.contact-visual {
    flex: 1;
    background: #e5e5e5;
}

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

.contact-cta-section {
    padding: 80px 40px;
    background: #e8f3e6;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 400;
}

.contact-cta-section p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #555;
}

.thanks-page-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    background: #f7f7f5;
}

.thanks-content-box {
    max-width: 700px;
    text-align: center;
    background: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.thanks-content-box h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #2d3e2f;
    font-weight: 300;
}

.thanks-content-box p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.thanks-next-steps {
    text-align: left;
    margin: 40px 0;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 400;
}

.thanks-next-steps ul {
    list-style: none;
    padding-left: 0;
}

.thanks-next-steps li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.thanks-next-steps li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8a9c87;
    font-size: 1.3rem;
    font-weight: bold;
}

.thanks-actions {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.thanks-footer-note {
    margin-top: 40px;
    font-size: 1rem;
    color: #666;
}

.legal-page-section {
    padding: 80px 40px;
    background: #ffffff;
}

.legal-date {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 40px;
}

.legal-page-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #2d3e2f;
    font-weight: 300;
}

.legal-page-section h2 {
    font-size: 2rem;
    margin: 50px 0 25px;
    color: #2d3e2f;
    font-weight: 400;
}

.legal-page-section h3 {
    font-size: 1.5rem;
    margin: 35px 0 20px;
    color: #2d3e2f;
    font-weight: 400;
}

.legal-page-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-page-section ul {
    margin: 20px 0 30px 30px;
}

.legal-page-section li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-page-section a {
    color: #2d3e2f;
    text-decoration: underline;
}

.legal-page-section a:hover {
    color: #1a2520;
}

@media (max-width: 768px) {
    .sidebar-nav {
        width: 100%;
        height: auto;
        position: relative;
        padding: 20px;
    }

    .sidebar-brand {
        margin-bottom: 20px;
    }

    .sidebar-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .main-content {
        margin-left: 0;
        width: 100%;
    }

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

    .hero-text-layer p {
        font-size: 1.1rem;
    }

    .scroll-section {
        padding: 60px 20px;
    }

    .service-detail-block,
    .service-detail-block.reverse,
    .contact-layout {
        flex-direction: column;
    }

    .cookie-modal-actions {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .btn-cta-secondary {
        margin-left: 0;
    }
}