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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #fff;
}

.ad-notice {
    background: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.floating-nav {
    position: fixed;
    top: 50px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-brand {
    font-weight: 700;
    font-size: 18px;
    color: #1a4d2e;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #1a4d2e;
}

.hero-asymmetric {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 2;
    padding: 80px 60px;
    max-width: 600px;
    margin-left: 8%;
}

.hero-content-offset h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    font-weight: 300;
}

.hero-image-tilted {
    position: absolute;
    right: -10%;
    top: 10%;
    width: 60%;
    height: 80%;
    transform: rotate(3deg);
    background: #e8ede8;
}

.hero-image-tilted img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.story-hook {
    padding: 120px 60px;
    display: flex;
    gap: 80px;
    align-items: center;
    background: #fafafa;
}

.offset-block {
    flex: 1.2;
    padding-left: 10%;
}

.offset-block h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a4d2e;
    line-height: 1.3;
}

.offset-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

.inline-visual-right {
    flex: 0.8;
    background: #d4e4d4;
}

.inline-visual-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.problem-amplification {
    padding: 100px 60px;
    background: #fff;
}

.overlap-container {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: 15%;
}

.text-layer {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 50px;
}

.text-layer h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.text-layer p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #555;
}

.background-accent {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 100%;
    height: 100%;
    background: #1a4d2e;
    opacity: 0.05;
    z-index: 1;
}

.insight-reveal {
    padding: 140px 60px;
    background: #f5f8f5;
}

.diagonal-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.insight-text {
    flex: 1;
    padding-right: 40px;
}

.insight-text h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.2;
}

.insight-text p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #444;
}

.insight-image-skewed {
    flex: 1;
    transform: translateY(-30px) rotate(-2deg);
    background: #c8d8c8;
}

.insight-image-skewed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 450px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.trust-building {
    padding: 120px 60px;
    background: #fff;
}

.centered-heading {
    text-align: center;
    font-size: 44px;
    margin-bottom: 80px;
    color: #1a4d2e;
}

.asymmetric-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    padding: 40px 35px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 320px;
    border-left: 4px solid #1a4d2e;
}

.card-elevated {
    transform: translateY(-20px);
}

.card-offset-down {
    transform: translateY(20px);
}

.card-elevated-more {
    transform: translateY(-35px);
}

.card-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #1a4d2e;
    opacity: 0.2;
    margin-bottom: 15px;
}

.card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.experiences-preview {
    padding: 140px 60px;
    background: #fafafa;
}

.section-title-offset {
    font-size: 46px;
    margin-bottom: 70px;
    margin-left: 12%;
    color: #1a1a1a;
}

.experiences-grid-irregular {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.experience-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s;
    background: #e0e8e0;
}

.experience-item:hover {
    transform: scale(1.02);
}

.experience-item.large {
    width: 520px;
    height: 480px;
}

.experience-item.small-top {
    width: 340px;
    height: 320px;
    transform: translateY(-40px);
}

.experience-item.small-bottom {
    width: 340px;
    height: 320px;
    transform: translateY(40px);
}

.experience-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.experience-item:hover img {
    transform: scale(1.05);
}

.experience-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 30px 25px;
    color: #fff;
}

.experience-overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.experience-overlay p {
    font-size: 15px;
    opacity: 0.9;
}

.testimonials-inline {
    padding: 120px 60px;
    background: #1a4d2e;
    color: #fff;
}

.testimonial-offset-left {
    max-width: 700px;
    margin-bottom: 60px;
    margin-left: 10%;
}

.testimonial-offset-right {
    max-width: 700px;
    margin-left: auto;
    margin-right: 10%;
}

blockquote {
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
}

blockquote p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

cite {
    font-size: 16px;
    opacity: 0.8;
    font-style: normal;
}

.benefits-reveal {
    padding: 140px 60px;
    background: #fff;
}

.benefits-reveal h2 {
    font-size: 48px;
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
}

.benefits-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.benefit-block {
    background: #f8f9fa;
    padding: 35px 30px;
    border-radius: 4px;
    border-top: 3px solid #1a4d2e;
}

.benefit-wide {
    flex: 1 1 calc(60% - 15px);
}

.benefit-narrow {
    flex: 1 1 calc(40% - 15px);
}

.benefit-tall {
    flex: 1 1 calc(55% - 15px);
}

.benefit-medium {
    flex: 1 1 calc(45% - 15px);
}

.benefit-block h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a4d2e;
}

.benefit-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.services-pricing {
    padding: 140px 60px;
    background: #f5f8f5;
}

.pricing-title {
    font-size: 46px;
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
}

.pricing-cards-offset {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 8px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 24px);
    min-width: 300px;
    max-width: 400px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
    border: 2px solid #1a4d2e;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #1a4d2e;
    color: #fff;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 600;
}

.pricing-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a4d2e;
}

.pricing-card > p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    min-height: 60px;
}

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

.features-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a4d2e;
    font-weight: 700;
}

.price {
    font-size: 36px;
    font-weight: 700;
    color: #1a4d2e;
    margin-bottom: 25px;
}

.select-service {
    width: 100%;
    padding: 15px;
    background: #1a4d2e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #133d23;
}

.booking-form-section {
    padding: 100px 60px;
    background: #fff;
}

.form-container-asymmetric {
    max-width: 700px;
    margin-left: 15%;
    background: #f8f9fa;
    padding: 50px 45px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-container-asymmetric h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a4d2e;
}

.selected-service-display {
    font-size: 18px;
    margin-bottom: 35px;
    color: #444;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.submit-button {
    width: 100%;
    padding: 16px;
    background: #1a4d2e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #133d23;
}

.final-cta {
    padding: 120px 60px;
    background: #2c3e50;
    color: #fff;
}

.cta-offset-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: 12%;
    text-align: right;
}

.cta-offset-content h2 {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-offset-content p {
    font-size: 20px;
    opacity: 0.9;
}

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

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

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

.footer-asymmetric {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 60px 40px;
}

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.footer-block {
    flex: 1;
    min-width: 250px;
}

.footer-block h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1a4d2e;
}

.footer-block p {
    font-size: 15px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 77, 46, 0.98);
    color: #fff;
    padding: 25px 40px;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    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 {
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-btn.accept {
    background: #fff;
    color: #1a4d2e;
}

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

.cookie-btn:hover {
    opacity: 0.85;
}

@media (max-width: 1024px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
    }

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

    .hero-image-tilted {
        width: 50%;
    }

    .story-hook {
        flex-direction: column;
        gap: 40px;
    }

    .diagonal-split {
        flex-direction: column;
    }

    .experiences-grid-irregular {
        flex-direction: column;
    }

    .experience-item.large,
    .experience-item.small-top,
    .experience-item.small-bottom {
        width: 100%;
        max-width: 600px;
        transform: none;
    }

    .pricing-cards-offset {
        flex-direction: column;
        align-items: center;
    }

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

@media (max-width: 768px) {
    .hero-content-offset {
        padding: 60px 30px;
        margin-left: 0;
    }

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

    .hero-image-tilted {
        position: relative;
        width: 100%;
        height: 300px;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 30px;
    }

    .story-hook,
    .problem-amplification,
    .insight-reveal,
    .trust-building,
    .experiences-preview,
    .testimonials-inline,
    .benefits-reveal,
    .services-pricing,
    .booking-form-section,
    .final-cta,
    .disclaimer-section,
    .footer-asymmetric {
        padding: 60px 30px;
    }

    .section-title-offset,
    .pricing-title,
    .centered-heading,
    .benefits-reveal h2 {
        margin-left: 0;
        font-size: 32px;
    }

    .form-container-asymmetric {
        margin-left: 0;
    }

    .cta-offset-content {
        margin-right: 0;
        text-align: left;
    }

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