* {
    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: #1a1a1a;
    background: #fff;
}

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

.nav-minimal {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 100;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.hero-fullscreen {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.hero-image-overlay {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-overlay-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px;
}

.hero-title-large {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

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

.narrative-section {
    padding: 120px 40px;
    background: #fff;
}

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

.narrow-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.narrow-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.problem-amplification {
    padding: 100px 40px;
    background: #f9f9f9;
}

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

.split-content-reverse {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
}

.split-text {
    flex: 1;
}

.split-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
}

.split-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

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

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

.insight-section {
    padding: 120px 40px;
    background: #1a1a1a;
    color: #fff;
}

.centered {
    text-align: center;
}

.insight-section h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700;
}

.insight-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.9;
}

.insight-highlight {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #fff;
}

.story-driven {
    padding: 100px 40px;
    background: #fff;
}

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

.story-block {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.story-block img {
    width: 50%;
    background: #e8e8e8;
}

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.trust-building {
    padding: 100px 40px;
    background: #f4f4f4;
}

.centered-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 700;
}

.benefits-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.benefit-card {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.benefit-icon {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.benefit-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

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

.testimonials-inline {
    padding: 100px 40px;
    background: #fff;
}

.testimonial-block {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.testimonial-block:last-child {
    border-bottom: none;
}

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

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.services-reveal {
    padding: 120px 40px;
    background: #fafafa;
}

.service-cards-funnel {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card-large {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.service-card-large img {
    width: 100%;
    display: block;
}

.service-card-content {
    padding: 30px;
}

.service-card-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
}

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

.cta-select:hover {
    background: #333;
}

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

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-intro {
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
}

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

.btn-primary {
    padding: 16px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.final-cta {
    padding: 100px 40px;
    background: #f9f9f9;
}

.final-cta h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
}

.final-cta p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

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

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

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

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 10px;
}

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

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

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-column ul li a:hover {
    opacity: 1;
}

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

.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #1a1a1a;
    padding: 30px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cookie-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.btn-accept:hover {
    background: #333;
}

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

.btn-reject:hover {
    background: #ccc;
}

.cookie-link {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
}

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

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

    .split-content-reverse {
        flex-direction: column;
    }

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

    .story-block img {
        width: 100%;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

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

    .service-cards-funnel {
        flex-direction: column;
    }
}