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

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

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    flex-wrap: wrap;
}

.nav-brand a {
    font-size: 24px;
    font-weight: 700;
    color: #1a5f7a;
    text-decoration: none;
}

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

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

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

.ad-disclosure {
    background-color: #fef3cd;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #856404;
    font-weight: 500;
}

.hero-split {
    display: flex;
    min-height: 600px;
    align-items: stretch;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a5f7a;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-subtext {
    font-size: 20px;
    color: #5a6c7d;
    margin-bottom: 32px;
    line-height: 1.5;
}

.hero-right {
    flex: 1;
    position: relative;
    background-color: #e8f4f8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background-color: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #15495e;
}

.problem-section {
    padding: 80px 20px;
    background-color: #fff5e6;
    text-align: center;
}

.problem-section h2 {
    font-size: 36px;
    color: #d97706;
    margin-bottom: 20px;
    font-weight: 700;
}

.problem-section p {
    font-size: 18px;
    color: #6b4e1f;
    line-height: 1.7;
}

.insight-split {
    display: flex;
    align-items: center;
}

.insight-image {
    flex: 1;
    background-color: #eef6f9;
}

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

.insight-text {
    flex: 1;
    padding: 80px 60px;
    background-color: #ffffff;
}

.insight-text h3 {
    font-size: 32px;
    color: #1a5f7a;
    margin-bottom: 24px;
    font-weight: 700;
}

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

.benefits-cards {
    padding: 100px 20px;
    background-color: #f9fafb;
}

.benefits-cards h2 {
    text-align: center;
    font-size: 42px;
    color: #1a5f7a;
    margin-bottom: 60px;
    font-weight: 700;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.benefit-card {
    flex: 0 1 calc(33.333% - 20px);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.benefit-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.benefit-card h4 {
    font-size: 22px;
    color: #1a5f7a;
    margin: 20px 20px 12px;
    font-weight: 700;
}

.benefit-card p {
    font-size: 15px;
    color: #4a5568;
    margin: 0 20px 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.price-reveal {
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.price {
    font-size: 28px;
    color: #1a5f7a;
    font-weight: 700;
}

.select-service {
    padding: 12px 24px;
    background-color: #1a5f7a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #15495e;
}

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

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

.testimonial-text {
    font-size: 20px;
    font-style: italic;
    color: #1e40af;
    margin-bottom: 12px;
    line-height: 1.6;
}

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

.trust-section {
    background-color: #ffffff;
}

.split-content {
    display: flex;
    align-items: stretch;
}

.trust-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust-text h3 {
    font-size: 32px;
    color: #1a5f7a;
    margin-bottom: 24px;
    font-weight: 700;
}

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

.trust-image {
    flex: 1;
    background-color: #f1f5f9;
}

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

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

.form-section h2 {
    text-align: center;
    font-size: 38px;
    color: #1a5f7a;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-intro {
    text-align: center;
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 48px;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    background-color: #ffffff;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #1a5f7a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #15495e;
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #fef3c7;
}

.disclaimer-text {
    font-size: 14px;
    color: #78350f;
    line-height: 1.6;
    text-align: center;
}

.main-footer {
    background-color: #1e293b;
    color: #cbd5e1;
    padding: 60px 20px 20px;
}

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

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1e293b;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    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: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-content a {
    color: #60a5fa;
    text-decoration: underline;
}

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

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

.btn-accept {
    background-color: #1a5f7a;
    color: #ffffff;
}

.btn-accept:hover {
    opacity: 0.9;
}

.btn-reject {
    background-color: #64748b;
    color: #ffffff;
}

.btn-reject:hover {
    opacity: 0.9;
}

.page-header {
    padding: 80px 20px 40px;
    background-color: #f8f9fa;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    color: #1a5f7a;
    margin-bottom: 16px;
    font-weight: 700;
}

.page-intro {
    font-size: 20px;
    color: #5a6c7d;
}

.services-detail {
    padding: 80px 20px;
}

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

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

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 32px;
    color: #1a5f7a;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.service-content ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.service-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-pricing {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 16px;
    background-color: #f0f9ff;
    border-radius: 6px;
}

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

.price-value {
    font-size: 32px;
    color: #1a5f7a;
    font-weight: 700;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e2e8f0;
}

.cta-section {
    padding: 80px 20px;
    background-color: #1a5f7a;
    text-align: center;
    color: #ffffff;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 32px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background-color: #ffffff;
    color: #1a5f7a;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    background-color: transparent;
    color: #1a5f7a;
    border: 2px solid #1a5f7a;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1a5f7a;
    color: #ffffff;
}

.about-story {
    padding: 80px 20px;
}

.story-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: #e2e8f0;
}

.story-text h2 {
    font-size: 36px;
    color: #1a5f7a;
    margin-bottom: 24px;
    font-weight: 700;
}

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

.values-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.values-section h2 {
    text-align: center;
    font-size: 38px;
    color: #1a5f7a;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.value-item {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

.value-item h3 {
    font-size: 24px;
    color: #1a5f7a;
    margin-bottom: 16px;
    font-weight: 700;
}

.value-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.team-approach {
    padding: 80px 0;
}

.approach-text {
    flex: 1;
    padding: 60px;
}

.approach-text h2 {
    font-size: 36px;
    color: #1a5f7a;
    margin-bottom: 24px;
    font-weight: 700;
}

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

.approach-image {
    flex: 1;
    background-color: #e8f4f8;
}

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

.stats-section {
    padding: 80px 20px;
    background-color: #1a5f7a;
    color: #ffffff;
}

.stats-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    font-weight: 700;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.9;
}

.contact-content {
    padding: 80px 20px;
}

.contact-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.info-block {
    margin-bottom: 40px;
}

.info-block h3 {
    font-size: 22px;
    color: #1a5f7a;
    margin-bottom: 12px;
    font-weight: 700;
}

.info-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.email-text {
    color: #4a5568;
    font-weight: 600;
}

.note {
    font-size: 14px;
    color: #64748b;
    font-style: italic;
    margin-top: 8px;
}

.contact-map {
    flex: 1;
}

.contact-map img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e2e8f0;
}

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

.contact-cta h2 {
    font-size: 32px;
    color: #1a5f7a;
    margin-bottom: 16px;
    font-weight: 700;
}

.contact-cta p {
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 32px;
}

.thanks-hero {
    padding: 120px 20px;
    background-color: #f0f9ff;
    text-align: center;
}

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

.thanks-message {
    font-size: 20px;
    color: #5a6c7d;
    margin-bottom: 40px;
}

.thanks-details {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.thanks-details p {
    font-size: 18px;
    color: #2c3e50;
}

.thanks-next {
    text-align: left;
    margin-bottom: 40px;
}

.thanks-next h3 {
    font-size: 28px;
    color: #1a5f7a;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-next ul {
    padding-left: 20px;
}

.thanks-next ul li {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 12px;
    line-height: 1.6;
}

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

.legal-content {
    padding: 80px 20px;
}

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

.update-date {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    color: #1a5f7a;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    color: #334155;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.legal-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-content a {
    color: #1a5f7a;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #15495e;
}

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

.gdpr-table th,
.cookie-table th {
    background-color: #f1f5f9;
    padding: 12px;
    text-align: left;
    font-weight: 700;
    color: #1e293b;
    border: 1px solid #cbd5e0;
}

.gdpr-table td,
.cookie-table td {
    padding: 12px;
    border: 1px solid #cbd5e0;
    font-size: 15px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .hero-split,
    .insight-split,
    .split-content,
    .service-block,
    .contact-layout {
        flex-direction: column;
    }

    .service-block.reverse {
        flex-direction: column;
    }

    .hero-left,
    .trust-text,
    .approach-text {
        padding: 40px 30px;
    }

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

    .navbar {
        padding: 15px 20px;
    }

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

    .benefit-card {
        flex: 0 1 100%;
    }

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

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

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

    .contact-map img {
        height: 300px;
    }
}
