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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #ffffff;
}

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

.floating-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

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

.brand {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.hero-visual {
    margin-top: 80px;
    position: relative;
    height: 85vh;
    overflow: hidden;
    background-color: #f4f4f4;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-overlay p {
    font-size: 22px;
    color: #f0f0f0;
    max-width: 600px;
}

.story-intro {
    padding: 100px 40px;
    background-color: #fafafa;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a;
}

.narrow-content p {
    margin-bottom: 28px;
}

.visual-block-alt {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
}

.visual-block-alt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-overlay-right {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 60px;
    max-width: 520px;
    margin-left: auto;
    margin-right: 80px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.text-overlay-right h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.text-overlay-right p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.insight-section {
    padding: 120px 40px;
    background-color: #ffffff;
}

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

.centered-insight h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.insight-card {
    flex: 1 1 300px;
    max-width: 340px;
    padding: 40px 32px;
    background-color: #f9f9f9;
    border-left: 4px solid #d4d4d4;
}

.insight-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

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

.visual-block-left {
    display: flex;
    align-items: stretch;
    min-height: 550px;
    background-color: #fafafa;
}

.image-side {
    flex: 1 1 50%;
    background-color: #e8e8e8;
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-side {
    flex: 1 1 50%;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-side h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.testimonial-inline {
    padding: 90px 40px;
    background-color: #2a2a2a;
}

.testimonial-content {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-content blockquote {
    border-left: none;
    padding: 0;
}

.testimonial-content p {
    font-size: 28px;
    line-height: 1.6;
    color: #f5f5f5;
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial-content cite {
    font-size: 17px;
    color: #c0c0c0;
    font-style: normal;
}

.services-reveal {
    padding: 110px 40px;
    background-color: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 70px;
}

.services-header h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.services-header p {
    font-size: 19px;
    color: #6a6a6a;
}

.services-visual-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    background-color: #fafafa;
    padding: 40px;
    transition: box-shadow 0.3s;
}

.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1 1 45%;
    background-color: #e8e8e8;
    min-height: 320px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-info {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-info p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 24px;
}

.select-service {
    padding: 16px 36px;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

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

.form-container {
    max-width: 620px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 500;
}

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

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

.selected-service-display {
    padding: 14px 16px;
    background-color: #e8f4e8;
    border: 1px solid #b8d4b8;
    font-size: 16px;
    color: #2a5a2a;
    min-height: 50px;
}

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

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

.visual-closer {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.visual-closer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.closer-text {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    text-align: center;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.93);
}

.closer-text p {
    font-size: 21px;
    line-height: 1.6;
    color: #2a2a2a;
}

footer {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 70px 40px 30px;
}

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

.footer-column {
    flex: 1 1 220px;
}

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #242424;
    border-left: 3px solid #555;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 24px 40px;
    z-index: 2000;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
    display: none;
}

.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;
    line-height: 1.5;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

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

.cookie-accept:hover {
    background-color: #e8e8e8;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-hero {
    margin-top: 80px;
    padding: 100px 40px 60px;
    background-color: #fafafa;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-hero p {
    font-size: 19px;
    color: #6a6a6a;
    max-width: 700px;
    margin: 0 auto;
}

.about-story {
    padding: 90px 40px;
    background-color: #ffffff;
}

.about-visual-split {
    display: flex;
    align-items: stretch;
    min-height: 500px;
}

.visual-side {
    flex: 1 1 50%;
    background-color: #e8e8e8;
}

.visual-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-side {
    flex: 1 1 50%;
    padding: 70px 60px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-side h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.text-side p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.values-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.centered-content h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 600;
}

.values-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.value-item {
    flex: 1 1 300px;
    padding: 40px;
    background-color: #f9f9f9;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.value-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.team-approach {
    padding: 90px 40px;
    background-color: #fafafa;
}

.team-approach h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.services-detailed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 100px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.service-detail-card.reverse {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1 1 45%;
    background-color: #e8e8e8;
    min-height: 400px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-content {
    flex: 1 1 55%;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.service-price-info {
    margin: 32px 0;
    padding: 20px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-label {
    font-size: 16px;
    color: #6a6a6a;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
}

.service-cta {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

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

.contact-info-section {
    padding: 60px 40px 100px;
}

.contact-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1 1 300px;
    padding: 40px;
    background-color: #fafafa;
}

.contact-block h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.contact-detail {
    margin-bottom: 28px;
}

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-weight: 600;
}

.contact-note {
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin-top: 20px;
}

.contact-approach {
    padding: 80px 40px;
    background-color: #ffffff;
}

.contact-approach h2 {
    font-size: 34px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.thanks-container {
    margin-top: 80px;
    padding: 100px 40px;
    min-height: 70vh;
    background-color: #fafafa;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.thanks-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.thanks-service-info {
    background-color: #ffffff;
    padding: 28px;
    margin-bottom: 50px;
    text-align: left;
}

.thanks-service-info p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.thanks-next-steps {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 50px;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.thanks-next-steps ol {
    padding-left: 24px;
}

.thanks-next-steps li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 16px 32px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

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

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

.btn-secondary {
    background-color: transparent;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
}

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

.legal-page {
    margin-top: 80px;
    padding: 60px 40px 100px;
    background-color: #fafafa;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 40px;
    padding: 24px;
    background-color: #f9f9f9;
    border-left: 4px solid #d0d0d0;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #3a3a3a;
    font-weight: 600;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 24px;
    padding-left: 32px;
}

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

.legal-content a {
    color: #2a2a2a;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a1a1a;
}

.legal-update {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.gdpr-table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
}

.gdpr-table th,
.gdpr-table td {
    padding: 16px;
    text-align: left;
    border: 1px solid #d0d0d0;
}

.gdpr-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2a2a2a;
}

.gdpr-table td {
    font-size: 15px;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 14px 20px;
    }

    .brand {
        font-size: 22px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .hero-overlay h1 {
        font-size: 38px;
    }

    .hero-overlay p {
        font-size: 18px;
    }

    .narrow-content {
        font-size: 17px;
    }

    .text-overlay-right {
        margin-right: 20px;
        margin-left: 20px;
        padding: 40px;
    }

    .visual-block-left,
    .about-visual-split {
        flex-direction: column;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .service-detail-card,
    .service-detail-card.reverse {
        flex-direction: column;
    }

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

    .footer-content {
        gap: 40px;
    }

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

    .thanks-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }

    .legal-content {
        padding: 40px 30px;
    }
}