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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background: #fafafa;
}

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

.minimal-nav {
    position: fixed;
    top: 60px;
    right: 40px;
    z-index: 1000;
}

.nav-toggle {
    font-size: 28px;
    cursor: pointer;
    color: #2a2a2a;
    background: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-menu {
    display: none;
    flex-direction: column;
    background: white;
    margin-top: 10px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

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

.nav-menu a {
    text-decoration: none;
    color: #2a2a2a;
    padding: 12px 0;
    font-size: 16px;
    transition: color 0.3s;
}

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

.hero-minimal {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 40px 60px;
    position: relative;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.hero-content h1 {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 22px;
    color: #666;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.hero-image-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8e4e0;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.story-intro {
    padding: 140px 40px;
    background: white;
}

.story-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.opening-question {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #2a2a2a;
    line-height: 1.5;
}

.story-wrapper p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.image-break {
    background-color: #d4cfc8;
}

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

.problem-section {
    padding: 140px 40px;
    background: #f7f5f3;
}

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

.content-block h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.content-block p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #4a4a4a;
}

.insight-visual {
    padding: 140px 40px;
    background: white;
}

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

.split-text {
    flex: 1;
}

.split-text h3 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 35px;
}

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

.split-image {
    flex: 1;
    background-color: #e0dbd5;
}

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

.testimonial-flow {
    padding: 120px 40px;
    background: #8b7355;
}

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

.quote {
    font-size: 26px;
    font-style: italic;
    color: white;
    margin-bottom: 30px;
    line-height: 1.6;
}

.author {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.service-preview {
    padding: 140px 40px;
    background: white;
}

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

.service-intro h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 35px;
}

.service-intro p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

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

.service-card {
    flex: 0 1 350px;
    background: #fafafa;
    padding: 0 0 30px 0;
}

.card-image {
    margin-bottom: 25px;
    background-color: #d8d3cc;
}

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

.service-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 0 25px;
}

.service-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 22px;
    padding: 0 25px;
    line-height: 1.6;
}

.card-cta {
    display: inline-block;
    margin-left: 25px;
    text-decoration: none;
    color: #8b7355;
    font-size: 15px;
    border-bottom: 1px solid #8b7355;
    transition: color 0.3s;
}

.card-cta:hover {
    color: #6d5a43;
}

.trust-building {
    padding: 140px 40px;
    background: #f7f5f3;
}

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

.content-narrow h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
}

.content-narrow p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #4a4a4a;
}

.pricing-reveal {
    padding: 140px 40px;
    background: white;
}

.pricing-header {
    max-width: 720px;
    margin: 0 auto 80px;
    text-align: center;
}

.pricing-header h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 25px;
}

.pricing-header p {
    font-size: 18px;
    color: #666;
}

.pricing-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.price-card {
    flex: 0 1 350px;
    background: #fafafa;
    padding: 50px 35px;
    border: 1px solid #e5e5e5;
    transition: transform 0.3s, box-shadow 0.3s;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.price-card.highlighted {
    background: #f7f5f3;
    border: 2px solid #8b7355;
}

.price-card h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    min-height: 60px;
    line-height: 1.5;
}

.price {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2a2a2a;
}

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

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

.form-section {
    padding: 100px 40px;
    background: #f7f5f3;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 60px 50px;
}

.form-container h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.selected-service-display {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 15px;
    background: #f0f0f0;
    color: #2a2a2a;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 18px;
    background: #8b7355;
    color: white;
    border: none;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #6d5a43;
}

.main-footer {
    background: #2a2a2a;
    color: white;
    padding: 80px 40px 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-disclaimer {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #444;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
}

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

.footer-links a:hover {
    color: white;
}

.footer-contact {
    font-size: 14px;
    color: #aaa;
}

.footer-contact p {
    margin-bottom: 10px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(42, 42, 42, 0.98);
    padding: 25px;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    color: white;
    font-size: 14px;
    flex: 1;
}

.cookie-content a {
    color: #8b7355;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-btn.accept {
    background: #8b7355;
    color: white;
}

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

.cookie-btn.reject {
    background: #555;
    color: white;
}

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

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 42px;
    }

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

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

    .pricing-grid,
    .service-cards {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .minimal-nav {
        right: 20px;
        top: 40px;
    }
}