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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #fafafa;
}

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

.floating-nav {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    width: 90%;
    max-width: 900px;
}

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

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

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

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

.hero-minimal {
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 80px;
    background: #ffffff;
}

.hero-content-centered {
    text-align: center;
    max-width: 750px;
    margin-bottom: 60px;
}

.hero-content-centered h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 20px;
    color: #6c757d;
    font-weight: 300;
}

.hero-visual {
    width: 100%;
    max-width: 1000px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.intro-offset {
    padding: 100px 20px;
    background: #f5f7f9;
}

.intro-text-block {
    max-width: 680px;
    margin: 0 auto;
}

.lead-text {
    font-size: 24px;
    line-height: 1.7;
    color: #3d4852;
    font-weight: 300;
}

.story-flow {
    padding: 120px 20px;
    background: #ffffff;
}

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

.story-image-left {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e0e0e0;
}

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

.story-text-right {
    flex: 1;
}

.story-text-right h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1a1a1a;
}

.story-text-right p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

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

.insight-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.insight-wrapper h2 {
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 300;
    text-align: center;
}

.insight-cards {
    display: flex;
    gap: 40px;
}

.insight-card {
    flex: 1;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.insight-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

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

.trust-building {
    padding: 100px 20px;
    background: #f9fafb;
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 400;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #4a5568;
}

.trust-content a {
    color: #3182ce;
    text-decoration: none;
}

.trust-content a:hover {
    text-decoration: underline;
}

.disclaimer-inline {
    background: #fff3cd;
    padding: 20px;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    margin-top: 30px;
    color: #856404;
}

.testimonials-inline {
    padding: 80px 20px;
    background: #ffffff;
}

.testimonial-flow {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonial {
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
}

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

.testimonial-author {
    font-size: 15px;
    color: #718096;
    font-weight: 500;
}

.services-preview {
    padding: 120px 20px;
    background: #f5f7f9;
}

.services-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
}

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 300;
}

.services-intro p {
    font-size: 18px;
    color: #6c757d;
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1 1 calc(50% - 15px);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

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

.service-card img {
    width: 100%;
    height: 250px;
    display: block;
    background-color: #e0e0e0;
}

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

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

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

.select-service-btn {
    margin: 0 25px 25px;
    padding: 14px 30px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: auto;
}

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

.form-section {
    padding: 100px 20px;
    background: #ffffff;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

.selected-service-display {
    background: #e8f4f8;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border-left: 4px solid #3182ce;
}

.selected-service-display p {
    margin-bottom: 8px;
    color: #2c3e50;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

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

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

.footer-column p,
.footer-column a {
    font-size: 15px;
    color: #b0b8c1;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-references p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #b0b8c1;
}

.footer-references a {
    color: #3182ce;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #b0b8c1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    z-index: 2000;
    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 {
    flex: 1;
    font-size: 15px;
    color: #4a5568;
}

.cookie-content a {
    color: #3182ce;
}

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

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

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

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

.cookie-reject {
    background: #e2e8f0;
    color: #2c3e50;
}

.cookie-reject:hover {
    background: #cbd5e0;
}

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6c757d;
    line-height: 1.7;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}

.back-link:hover {
    background: #1a252f;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-content-centered h1 {
        font-size: 36px;
    }

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

    .insight-cards {
        flex-direction: column;
    }

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

    .service-card {
        flex: 1 1 100%;
    }

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

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

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }
}