* {
    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;
}

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    background-color: #ffffff;
}

.nav-brand {
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #5a67d8;
}

.hero-minimal {
    padding: 120px 60px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-content {
    max-width: 720px;
    margin-bottom: 80px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a202c;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.5;
    color: #4a5568;
    margin-bottom: 40px;
    font-weight: 300;
}

.cta-primary {
    display: inline-block;
    padding: 18px 40px;
    background-color: #5a67d8;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #4c51bf;
}

.hero-image-container {
    width: 100%;
    margin-top: 60px;
}

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

.intro-space {
    padding: 120px 60px;
    background-color: #f7fafc;
}

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

.intro-content-narrow h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a202c;
}

.intro-content-narrow p {
    font-size: 19px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
}

.approach-section {
    padding: 100px 60px;
}

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

.approach-text {
    flex: 1;
}

.approach-text h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #1a202c;
}

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

.approach-image {
    flex: 1;
}

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

.services-preview {
    padding: 100px 60px;
    background-color: #f7fafc;
}

.services-preview h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #1a202c;
}

.section-intro {
    text-align: center;
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 60px;
}

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

.service-card-minimal {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.service-card-minimal h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.service-card-minimal p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 24px;
}

.price-display {
    font-size: 32px;
    font-weight: 700;
    color: #5a67d8;
    margin-bottom: 24px;
}

.service-select-btn {
    padding: 14px 32px;
    background-color: #2d3748;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.trust-section {
    padding: 100px 60px;
}

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

.trust-content-center h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #1a202c;
}

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

.form-section {
    padding: 100px 60px;
    background-color: #f7fafc;
}

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

.form-container-minimal h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
    color: #1a202c;
}

.form-intro {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 40px;
}

.consultation-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 8px;
}

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

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

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

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

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

.btn-submit-form:hover {
    background-color: #4c51bf;
}

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

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

.disclaimer-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #744210;
}

.main-footer {
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 60px 60px 30px;
}

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

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

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e0;
    margin-bottom: 10px;
}

.footer-column a {
    display: block;
    font-size: 15px;
    color: #cbd5e0;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #4a5568;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 24px 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    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: 30px;
}

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

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

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

.btn-accept {
    background-color: #5a67d8;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #4c51bf;
}

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

.btn-reject:hover {
    background-color: #4a5568;
}

.cookie-link {
    color: #90cdf4;
    text-decoration: underline;
    font-size: 14px;
}

.page-hero-minimal {
    padding: 100px 60px 60px;
    text-align: center;
    background-color: #f7fafc;
}

.page-hero-minimal h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.page-subtitle {
    font-size: 20px;
    color: #4a5568;
}

.about-intro-section {
    padding: 80px 60px;
}

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

.about-content-narrow img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 50px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.about-text-block h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a202c;
}

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

.values-section {
    padding: 100px 60px;
    background-color: #f7fafc;
}

.values-section h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #1a202c;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.value-item {
    flex: 1;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
}

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

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

.team-approach-section {
    padding: 100px 60px;
}

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

.approach-image-side {
    flex: 1;
}

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

.approach-text-side {
    flex: 1;
}

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

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

.credentials-section {
    padding: 100px 60px;
    background-color: #f7fafc;
}

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

.credentials-content h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: center;
    color: #1a202c;
}

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

.cta-about-section {
    padding: 100px 60px;
}

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

.cta-about-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.cta-about-content p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.cta-button-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2d3748;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

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

.services-detail-section {
    padding: 80px 60px;
}

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

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

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

.service-detail-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.service-detail-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.feature-item {
    padding: 8px 16px;
    background-color: #edf2f7;
    border-radius: 4px;
    font-size: 14px;
    color: #2d3748;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 24px 0;
}

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

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #5a67d8;
}

.service-detail-image {
    flex: 1;
}

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

.booking-cta-section {
    padding: 100px 60px;
    background-color: #f7fafc;
}

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

.booking-cta-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.booking-cta-content p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.cta-button-primary {
    display: inline-block;
    padding: 18px 40px;
    background-color: #5a67d8;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-button-primary:hover {
    background-color: #4c51bf;
}

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

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

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

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

.contact-info-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
}

.contact-detail-item {
    margin-bottom: 32px;
}

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

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

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

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

.contact-secondary-section {
    padding: 80px 60px;
    background-color: #f7fafc;
}

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

.contact-secondary-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a202c;
}

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

.contact-map-placeholder {
    padding: 80px 60px;
}

.map-placeholder-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background-color: #edf2f7;
    border-radius: 8px;
    text-align: center;
}

.map-placeholder-content p {
    font-size: 17px;
    color: #4a5568;
}

.thanks-section {
    padding: 120px 60px;
}

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

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

.thanks-content h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

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

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

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

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

.thanks-next-steps h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.steps-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.steps-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5a67d8;
    font-weight: 600;
}

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

.btn-back-home,
.btn-view-services {
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.btn-back-home {
    background-color: #5a67d8;
    color: #ffffff;
}

.btn-back-home:hover {
    background-color: #4c51bf;
}

.btn-view-services {
    background-color: transparent;
    color: #5a67d8;
    border: 1px solid #5a67d8;
}

.btn-view-services:hover {
    background-color: #edf2f7;
}

.legal-page-section {
    padding: 80px 60px;
}

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

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

.legal-intro {
    font-size: 15px;
    color: #718096;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2d3748;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2d3748;
}

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

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

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

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

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-table th {
    background-color: #f7fafc;
    font-weight: 600;
    color: #2d3748;
}

.cookie-table td {
    font-size: 15px;
    color: #4a5568;
}

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

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

    .hero-minimal {
        padding: 60px 30px 40px;
    }

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

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

    .intro-space,
    .approach-section,
    .services-preview,
    .trust-section,
    .form-section {
        padding: 60px 30px;
    }

    .approach-container,
    .approach-layout,
    .contact-container,
    .values-container {
        flex-direction: column;
        gap: 40px;
    }

    .service-detail-card {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }

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

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

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

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

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

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

    .btn-back-home,
    .btn-view-services {
        width: 100%;
    }
}