* {
    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-color: #ffffff;
}

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

.nav-floating {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 12px;
}

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

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

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-visual {
    margin-top: 100px;
    position: relative;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 900px;
}

.hero-overlay h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-overlay p {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.9;
}

.story-intro {
    padding: 120px 20px;
    background-color: #f8f8f8;
}

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

.opening-text {
    font-size: 22px;
    line-height: 1.8;
    color: #2a2a2a;
    margin-bottom: 32px;
}

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

.visual-break {
    width: 100%;
    overflow: hidden;
    background-color: #e0e0e0;
}

.visual-break img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.problem-amplification {
    padding: 120px 20px;
    background-color: #ffffff;
}

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

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

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

.text-block {
    flex: 1;
}

.text-block h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.text-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.image-block {
    flex: 1;
    background-color: #f0f0f0;
    overflow: hidden;
}

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

.insight-reveal {
    padding: 120px 20px;
    background-color: #0a0a0a;
    color: #ffffff;
}

.insight-reveal h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #ffffff;
}

.insight-reveal p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #d0d0d0;
}

.visual-insight {
    position: relative;
    height: 700px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.full-width-visual {
    position: relative;
    width: 100%;
    height: 100%;
}

.full-width-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.overlay-text p {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}

.trust-building {
    padding: 120px 20px;
    background-color: #ffffff;
}

.trust-building h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    color: #1a1a1a;
}

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

.principle-card {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background-color: #f8f8f8;
    border-left: 4px solid #0066cc;
}

.principle-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.principle-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.testimonials-inline {
    padding: 100px 20px;
    background-color: #f0f0f0;
}

.testimonial {
    margin-bottom: 48px;
    padding: 32px 0;
    border-bottom: 1px solid #d0d0d0;
}

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

.testimonial p {
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #2a2a2a;
    margin-bottom: 16px;
}

.testimonial cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.benefits-reveal {
    padding: 120px 20px;
    background-color: #ffffff;
}

.benefits-reveal h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.benefit-large {
    flex: 2;
    min-width: 400px;
    background-color: #f8f8f8;
}

.benefit-large img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.benefit-content {
    padding: 40px;
}

.benefit-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.benefit-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.benefit-small {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background-color: #0066cc;
    color: #ffffff;
}

.benefit-small h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
}

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

.services-selection {
    padding: 120px 20px;
    background-color: #fafafa;
}

.services-selection h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
    text-align: center;
}

.services-intro {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 60px;
    text-align: center;
}

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

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 400px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-content {
    padding: 32px;
}

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

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 20px;
}

.btn-select {
    width: 100%;
    padding: 16px 32px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select:hover {
    background-color: #0052a3;
}

.form-section {
    padding: 80px 20px;
    background-color: #f0f0f0;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.selected-service-display {
    font-size: 18px;
    margin-bottom: 32px;
    padding: 20px;
    background-color: #e8f4ff;
    border-left: 4px solid #0066cc;
}

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

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

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

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

.btn-submit {
    padding: 16px 48px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #0052a3;
}

.final-cta {
    padding: 100px 20px;
    background-color: #0a0a0a;
    color: #ffffff;
    text-align: center;
}

.final-cta h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.final-cta p {
    font-size: 18px;
    color: #d0d0d0;
}

.disclaimer {
    padding: 60px 20px;
    background-color: #fffaf0;
    border-top: 2px solid #ffd700;
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    max-width: 1000px;
    margin: 0 auto;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 20px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 8px;
}

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

.footer-section ul li {
    margin-bottom: 8px;
}

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    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: 32px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0d0;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #0052a3;
}

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

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

.page-hero {
    padding: 180px 20px 80px;
    background: linear-gradient(135deg, #0066cc 0%, #004c99 100%);
    color: #ffffff;
    text-align: center;
}

.page-hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

.about-story {
    padding: 100px 20px;
    background-color: #ffffff;
}

.vision-section,
.team-approach {
    padding: 100px 20px;
    background-color: #f8f8f8;
}

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

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.value-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
    padding: 40px;
    background-color: #f8f8f8;
    border-top: 4px solid #0066cc;
}

.value-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.commitment-section {
    padding: 100px 20px;
    background-color: #0a0a0a;
    color: #ffffff;
}

.commitment-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #ffffff;
}

.commitment-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #d0d0d0;
    margin-bottom: 24px;
}

.services-detailed {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

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

.service-visual {
    flex: 1;
    background-color: #f0f0f0;
    overflow: hidden;
}

.service-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.service-features {
    list-style: none;
    margin: 32px 0;
}

.service-features li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.service-price-large {
    font-size: 42px;
    font-weight: 700;
    color: #0066cc;
    margin-top: 32px;
}

.cta-services {
    padding: 80px 20px;
    background-color: #f8f8f8;
    text-align: center;
}

.cta-services h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.cta-services p {
    font-size: 18px;
    color: #4a4a4a;
}

.inline-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.inline-link:hover {
    border-bottom-color: #0066cc;
}

.contact-content {
    padding: 100px 20px;
    background-color: #ffffff;
}

.contact-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-visual {
    flex: 1;
    background-color: #f0f0f0;
}

.contact-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.contact-info-additional {
    padding: 80px 20px;
    background-color: #f8f8f8;
}

.contact-info-additional h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.thanks-section {
    padding: 180px 20px 120px;
    background-color: #f8f8f8;
    text-align: center;
}

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

.thanks-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.thanks-details {
    margin-bottom: 32px;
}

.selected-service-confirmation {
    font-size: 18px;
    padding: 20px;
    background-color: #e8f4ff;
    border-left: 4px solid #0066cc;
    display: inline-block;
}

.thanks-section p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

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

.btn-primary,
.btn-secondary {
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0052a3;
}

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

.btn-secondary:hover {
    background-color: #0066cc;
    color: #ffffff;
}

.legal-page {
    padding: 180px 20px 100px;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.last-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 48px;
}

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

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

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

.legal-content ul {
    margin: 20px 0;
    padding-left: 32px;
}

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

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

.gdpr-table thead,
.cookie-table thead {
    background-color: #f0f0f0;
}

.gdpr-table th,
.cookie-table th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #0066cc;
}

.gdpr-table td,
.cookie-table td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    color: #4a4a4a;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-content a:hover {
    border-bottom-color: #0066cc;
}

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

    .nav-links {
        gap: 16px;
    }

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

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

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

    .service-card {
        min-width: 100%;
    }

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

    .benefit-large,
    .benefit-small {
        min-width: 100%;
    }

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

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .value-card {
        min-width: 100%;
    }
}