* {
    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.6;
    color: #2a2a2a;
    background: #ffffff;
}

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

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

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

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: #2a2a2a;
    margin: 4px 0;
    transition: 0.3s;
}

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

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

.nav-menu li a:hover {
    color: #7a7a7a;
}

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

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 550px;
    margin-left: 8%;
}

.hero-text-block {
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hero-text-block h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 18px;
    color: #5a5a5a;
}

.hero-image-overlap {
    position: absolute;
    right: -10%;
    top: 15%;
    width: 60%;
    height: 70%;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
}

.intro-story {
    padding: 120px 60px;
    background: #fafafa;
}

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

.lead-text {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 300;
}

.intro-story p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.problem-reveal {
    padding: 100px 60px;
}

.split-irregular {
    display: flex;
    align-items: center;
    gap: 80px;
}

.content-left-offset {
    flex: 1;
    padding-left: 10%;
}

.content-left-offset h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-left-offset p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.image-right-stack {
    flex: 1;
    position: relative;
    margin-top: -50px;
}

.image-right-stack img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
}

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

.insight-card-overlap {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #ffffff;
}

.insight-card-overlap h2 {
    font-size: 38px;
    margin-bottom: 30px;
}

.insight-card-overlap p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e0e0e0;
}

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

.testimonial-irregular {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-block {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-block.offset-down {
    margin-top: 80px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    color: #3a3a3a;
}

.testimonial-author {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 600;
}

.benefits-reveal {
    padding: 100px 60px;
}

.benefits-asymmetric {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
}

.benefits-asymmetric img {
    width: 45%;
    height: auto;
    object-fit: cover;
    margin-top: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    background-color: #f5f5f5;
}

.benefits-content {
    flex: 1;
}

.benefits-content h2 {
    font-size: 34px;
    margin-bottom: 35px;
    line-height: 1.3;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    color: #3a3a3a;
}

.benefits-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2a2a2a;
    font-weight: 700;
}

.services-preview {
    padding: 120px 60px;
    background: #fafafa;
}

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

.section-title-offset {
    font-size: 44px;
    margin-bottom: 20px;
    margin-left: 15%;
}

.section-intro {
    font-size: 19px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 60px;
    color: #4a4a4a;
    text-align: center;
}

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

.service-card {
    background: #ffffff;
    width: calc(33.333% - 30px);
    min-width: 300px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.service-card.offset-card {
    margin-top: 40px;
}

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

.service-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px;
}

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

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 25px;
    color: #2a2a2a;
}

.btn-service {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 15px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.btn-service.selected {
    background: #4a7c59;
}

.form-section-overlap {
    padding: 100px 60px 120px;
    position: relative;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    margin-left: 20%;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.form-container > p {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 35px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
}

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

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

.btn-submit:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

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

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6a6a6a;
    text-align: center;
}

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 60px 30px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #b0b0b0;
}

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

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

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    color: #ffffff;
    padding: 25px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

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

.btn-primary,
.btn-secondary {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-primary {
    background: #ffffff;
    color: #2a2a2a;
}

.btn-primary:hover {
    background: #e0e0e0;
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

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

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

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        display: none;
    }

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

    .hero-asymmetric {
        flex-direction: column;
        padding: 120px 30px 60px;
    }

    .hero-content-offset {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 400px;
        margin-top: 40px;
    }

    .split-irregular {
        flex-direction: column;
        gap: 40px;
    }

    .content-left-offset {
        padding-left: 0;
    }

    .image-right-stack {
        margin-top: 0;
    }

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

    .benefits-asymmetric img {
        width: 100%;
        margin-top: 0;
    }

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

    .testimonial-block.offset-down {
        margin-top: 0;
    }

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

    .service-card {
        width: 100%;
    }

    .service-card.offset-card {
        margin-top: 0;
    }

    .form-container {
        margin-left: 0;
        padding: 40px 30px;
    }

    .section-title-offset {
        margin-left: 0;
    }

    .footer-content {
        flex-direction: column;
    }

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

.page-header {
    padding: 180px 60px 80px;
    background: #2a2a2a;
    color: #ffffff;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.page-header p {
    font-size: 20px;
    color: #e0e0e0;
}

.content-section {
    padding: 80px 60px;
}

.content-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.content-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

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

.content-section ul li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.contact-info {
    background: #fafafa;
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid #2a2a2a;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.contact-info-item {
    margin-bottom: 15px;
}

.contact-info-label {
    font-weight: 600;
    display: inline-block;
    width: 150px;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    text-align: center;
    padding: 80px 40px;
    background: #fafafa;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #2a2a2a;
}

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

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.thanks-container .btn-home:hover {
    background: #1a1a1a;
}