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

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-menu a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

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

.hero-editorial {
    max-width: 800px;
    margin: 60px auto 80px;
    padding: 0 20px;
}

.hero-content {
    text-align: center;
    margin-bottom: 48px;
}

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

.hero-subtitle {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}

.hero-image {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
}

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

.editorial-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.content-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro-section,
.approach-section {
    margin-bottom: 80px;
}

.intro-section h2,
.approach-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-section h3,
.approach-section h3 {
    font-size: 28px;
    margin: 48px 0 20px;
    color: #2c3e50;
    font-weight: 600;
}

.intro-section p,
.approach-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #444;
}

.inline-image {
    margin: 48px 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
}

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

.services-preview {
    background-color: #f9fafb;
    padding: 80px 20px;
    margin: 80px -20px;
}

.services-preview h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 56px;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 700px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.service-card h3 {
    font-size: 24px;
    margin: 24px 24px 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 24px 16px;
}

.service-card .price {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 24px 16px;
}

.cta-button {
    display: block;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #1a252f;
}

.contact-form-section {
    margin: 80px 0;
    background-color: #f9fafb;
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

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

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.2s ease;
}

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

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

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

.disclaimer-section {
    background-color: #fff9e6;
    padding: 32px 20px;
    margin: 80px -20px 0;
    border-left: 4px solid #f59e0b;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-style: italic;
}

.main-footer {
    background-color: #1a252f;
    color: #ffffff;
    padding: 60px 20px 20px;
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 14px;
    color: #9ca3af;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a252f;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    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: 24px;
}

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

.cookie-content a {
    color: #93c5fd;
    text-decoration: underline;
}

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

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

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

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

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

.cookie-reject:hover {
    opacity: 0.8;
}

.page-content {
    min-height: 60vh;
}

.page-hero {
    background-color: #f9fafb;
    padding: 80px 20px;
    text-align: center;
}

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

.intro-text {
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

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

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

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

.text-content h3 {
    font-size: 28px;
    margin: 48px 0 20px;
    color: #2c3e50;
    font-weight: 600;
}

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

.text-content ul {
    margin: 24px 0;
    padding-left: 24px;
}

.text-content ul li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #444;
}

.stats-section {
    display: flex;
    justify-content: space-around;
    margin: 60px 0;
    padding: 40px 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}

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

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

.stat-label {
    font-size: 16px;
    color: #666;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    margin-bottom: 20px;
    padding-left: 0;
}

.values-list strong {
    color: #2c3e50;
}

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

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

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

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.cta-button-primary,
.cta-button-secondary {
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.cta-button-primary {
    background-color: #2c3e50;
    color: #ffffff;
}

.cta-button-primary:hover {
    background-color: #1a252f;
}

.cta-button-secondary {
    background-color: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
}

.cta-button-secondary:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

.services-detailed {
    padding: 60px 20px;
}

.service-detail {
    max-width: 900px;
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-header {
    display: flex;
    gap: 40px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.service-info {
    flex: 1;
}

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

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 8px;
}

.service-image {
    width: 300px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.service-description p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.service-description h4 {
    font-size: 20px;
    margin: 28px 0 16px;
    color: #2c3e50;
    font-weight: 600;
}

.service-description ul {
    margin-bottom: 28px;
    padding-left: 24px;
}

.service-description ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #555;
}

.booking-info {
    background-color: #f9fafb;
    padding: 80px 20px;
}

.booking-info h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 48px;
    color: #1a1a1a;
    font-weight: 700;
}

.process-steps {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
}

.step {
    flex: 1;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-color: #2c3e50;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}

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

.step p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.payment-info {
    padding: 60px 20px;
    max-width: 700px;
    margin: 0 auto;
}

.payment-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.payment-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.contact-section {
    padding: 60px 20px;
}

.contact-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.contact-info,
.contact-content {
    flex: 1;
}

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

.contact-content h3 {
    font-size: 24px;
    margin: 40px 0 24px;
    color: #2c3e50;
    font-weight: 600;
}

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

.info-block h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

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

.note {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.faq-item {
    margin-bottom: 32px;
}

.faq-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

.thanks-icon svg {
    color: #10b981;
}

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

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
}

.service-confirmation {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 40px;
}

.service-confirmation p {
    font-size: 16px;
    color: #0c4a6e;
    margin: 0;
}

.next-steps {
    background-color: #f9fafb;
    padding: 32px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: left;
}

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

.next-steps ul {
    list-style: none;
    padding: 0;
}

.next-steps ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.next-steps ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

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

.contact-note {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e8e8e8;
}

.contact-note p {
    font-size: 15px;
    color: #666;
}

.legal-page {
    padding: 60px 20px;
}

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

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

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

.legal-section {
    margin-bottom: 48px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.legal-section h3 {
    font-size: 22px;
    margin: 28px 0 16px;
    color: #2c3e50;
    font-weight: 600;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.legal-section ul {
    margin: 16px 0;
    padding-left: 28px;
}

.legal-section ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.legal-section a {
    color: #2563eb;
    text-decoration: underline;
}

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

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

.gdpr-table th,
.cookies-table th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #1a1a1a;
}

.gdpr-table td,
.cookies-table td {
    font-size: 15px;
    color: #444;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }

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

    .nav-menu {
        gap: 16px;
    }

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

    .intro-section h2,
    .approach-section h2 {
        font-size: 28px;
    }

    .intro-section h3,
    .approach-section h3 {
        font-size: 24px;
    }

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

    .stats-section {
        flex-direction: column;
        gap: 32px;
    }

    .process-steps {
        flex-direction: column;
        gap: 40px;
    }

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

    .service-image {
        width: 100%;
        height: 240px;
    }

    .contact-grid {
        flex-direction: column;
        gap: 40px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }
}
