* {
    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-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

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

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

.nav-links a:hover {
    color: #3498db;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    padding: 80px 48px;
    position: relative;
    background-color: #f8f9fa;
}

.hero-content-offset {
    flex: 1;
    max-width: 600px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-title-large {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a252f;
    margin-bottom: 32px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 40px;
}

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

.cta-hero:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(52, 152, 219, 0.3);
}

.hero-image-overlapping {
    position: absolute;
    right: 48px;
    top: 120px;
    width: 50%;
    height: 70%;
    background-color: #e8eef2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

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

.section-offset-left {
    display: flex;
    padding: 120px 48px;
    gap: 80px;
    align-items: center;
    background-color: #ffffff;
}

.content-narrow {
    flex: 1;
    max-width: 580px;
}

.content-narrow h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a252f;
}

.content-narrow p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.visual-element-floating {
    flex: 1;
    background-color: #e8eef2;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
}

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

.section-insight-block {
    padding: 64px 48px;
    background-color: #2c3e50;
    color: #ffffff;
}

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

.insight-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.insight-content p {
    font-size: 18px;
    line-height: 1.7;
}

.reference-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.reference-link:hover {
    text-decoration: underline;
}

.services-asymmetric {
    padding: 120px 48px;
    background-color: #f8f9fa;
}

.section-title-offset {
    font-size: 48px;
    margin-bottom: 64px;
    margin-left: 120px;
    color: #1a252f;
}

.service-cards-irregular {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-card {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.service-card-offset-1 {
    margin-left: 0;
}

.service-card-offset-2 {
    margin-left: 80px;
}

.service-card-offset-3 {
    margin-left: 160px;
}

.service-card-offset-4 {
    margin-left: 40px;
}

.service-card img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background-color: #e8eef2;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 16px;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
    margin: 20px 0;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.testimonial-floating {
    padding: 80px 48px;
    background-color: #ffffff;
}

.testimonial-content-offset {
    max-width: 800px;
    margin-left: 200px;
}

.testimonial-content-offset blockquote {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    color: #2c3e50;
    border-left: 4px solid #3498db;
    padding-left: 32px;
}

.testimonial-content-offset cite {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #5a6c7d;
}

.section-benefits-stacked {
    padding: 120px 48px;
    background-color: #f8f9fa;
}

.section-benefits-stacked h2 {
    font-size: 48px;
    margin-bottom: 64px;
    text-align: center;
    color: #1a252f;
}

.benefits-irregular-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-block {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.benefit-position-1 {
    margin-left: 0;
    max-width: 900px;
}

.benefit-position-2 {
    margin-left: 120px;
    max-width: 850px;
}

.benefit-position-3 {
    margin-left: 240px;
    max-width: 800px;
}

.benefit-block h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.benefit-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
}

.form-section-asymmetric {
    padding: 120px 48px;
    background-color: #2c3e50;
    color: #ffffff;
}

.form-content-offset {
    max-width: 700px;
    margin-left: 160px;
}

.form-content-offset h2 {
    font-size: 42px;
    margin-bottom: 16px;
}

.form-content-offset > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #ecf0f1;
}

.contact-form-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    font-size: 16px;
}

.form-group input,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #34495e;
    border-radius: 6px;
    font-size: 16px;
    background-color: #34495e;
    color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 16px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.references-section {
    padding: 64px 48px;
    background-color: #f8f9fa;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a252f;
}

.references-list {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 24px;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #3498db;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.disclaimer-section {
    padding: 48px 48px;
    background-color: #ecf0f1;
}

.disclaimer-text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #5a6c7d;
    text-align: center;
}

.footer-asymmetric {
    background-color: #1a252f;
    color: #ecf0f1;
    padding: 64px 48px;
}

.footer-content-irregular {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-block {
    flex: 1;
}

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

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

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

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

.footer-block ul li a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-block ul li a:hover {
    color: #3498db;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px 48px;
    box-shadow: 0 -4px 16px 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: 32px;
}

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

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

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

.btn-cookie-accept {
    background-color: #3498db;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #2980b9;
}

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

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

.about-hero-offset {
    padding: 120px 48px 80px 160px;
    background-color: #f8f9fa;
}

.about-content-asymmetric h1 {
    font-size: 56px;
    margin-bottom: 24px;
    color: #1a252f;
}

.intro-large {
    font-size: 24px;
    line-height: 1.6;
    color: #5a6c7d;
    max-width: 800px;
}

.about-story-irregular {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.story-block {
    display: flex;
    gap: 64px;
    align-items: center;
    padding: 80px 48px;
}

.story-offset-1 {
    background-color: #ffffff;
}

.story-offset-2 {
    background-color: #f8f9fa;
}

.story-block img {
    width: 45%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e8eef2;
}

.story-text {
    flex: 1;
}

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

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

.values-asymmetric {
    padding: 120px 48px;
    background-color: #2c3e50;
    color: #ffffff;
}

.values-asymmetric h2 {
    font-size: 48px;
    margin-bottom: 64px;
    text-align: center;
}

.values-irregular-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.value-card {
    background-color: #34495e;
    padding: 40px;
    border-radius: 8px;
}

.value-position-1 {
    margin-left: 0;
    max-width: 800px;
}

.value-position-2 {
    margin-left: 100px;
    max-width: 750px;
}

.value-position-3 {
    margin-left: 200px;
    max-width: 700px;
}

.value-card h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 18px;
    line-height: 1.6;
}

.team-section-offset {
    padding: 120px 48px;
    background-color: #f8f9fa;
}

.team-intro {
    max-width: 900px;
    margin-bottom: 48px;
    margin-left: 80px;
}

.team-intro h2 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a252f;
}

.team-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
}

.team-image-floating {
    width: 80%;
    height: 500px;
    margin-left: 120px;
    background-color: #e8eef2;
    border-radius: 8px;
    overflow: hidden;
}

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

.approach-detail-section {
    padding: 120px 48px;
    background-color: #ffffff;
}

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

.approach-content-narrow h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a252f;
}

.approach-content-narrow p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 24px;
}

.services-hero-asymmetric {
    padding: 120px 48px 60px 120px;
    background-color: #2c3e50;
    color: #ffffff;
}

.services-title-offset {
    font-size: 56px;
    margin-bottom: 24px;
}

.services-intro {
    font-size: 20px;
    max-width: 700px;
    line-height: 1.6;
}

.services-detailed-irregular {
    padding: 80px 48px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-card {
    display: flex;
    gap: 64px;
    align-items: center;
    background-color: #ffffff;
    padding: 64px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-layout-1 {
    margin-left: 0;
}

.service-layout-2 {
    margin-left: 80px;
}

.service-layout-3 {
    margin-left: 40px;
}

.service-layout-4 {
    margin-left: 120px;
}

.service-detail-image {
    width: 40%;
    flex-shrink: 0;
    background-color: #e8eef2;
    border-radius: 8px;
    overflow: hidden;
}

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

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

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 12px;
    color: #1a252f;
}

.service-duration {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

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

.service-detail-content h3 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #1a252f;
}

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

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 8px;
}

.service-price-large {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin: 24px 0;
}

.services-cta-section {
    padding: 100px 48px;
    background-color: #ffffff;
}

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

.cta-content-centered h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a252f;
}

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

.btn-cta-large {
    display: inline-block;
    padding: 18px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-cta-large:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(52, 152, 219, 0.3);
}

.contact-hero-offset {
    padding: 120px 48px 60px 120px;
    background-color: #f8f9fa;
}

.contact-hero-offset h1 {
    font-size: 56px;
    margin-bottom: 24px;
    color: #1a252f;
}

.contact-intro {
    font-size: 20px;
    line-height: 1.6;
    max-width: 700px;
    color: #5a6c7d;
}

.contact-info-asymmetric {
    padding: 80px 48px;
    background-color: #ffffff;
}

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

.contact-block {
    flex: 1;
}

.contact-position-1 {
    margin-top: 0;
}

.contact-position-2 {
    margin-top: 40px;
}

.contact-position-3 {
    margin-top: 80px;
}

.contact-block h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.contact-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a6c7d;
}

.contact-map-placeholder {
    width: 100%;
    height: 400px;
    background-color: #e8eef2;
    border-radius: 8px;
    overflow: hidden;
}

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-additional-info {
    padding: 80px 48px;
    background-color: #f8f9fa;
}

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

.additional-info-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a252f;
}

.additional-info-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.thanks-hero-centered {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 48px;
    background-color: #f8f9fa;
}

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

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

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

.thanks-details {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 48px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.thanks-details p {
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 8px;
}

.selected-service-display {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
}

.thanks-next-steps {
    margin-bottom: 48px;
}

.thanks-next-steps h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a252f;
}

.thanks-next-steps p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a6c7d;
}

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

.btn-back-home,
.btn-view-services {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-back-home {
    background-color: #3498db;
    color: #ffffff;
}

.btn-back-home:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.btn-view-services {
    background-color: transparent;
    color: #3498db;
    border: 2px solid #3498db;
}

.btn-view-services:hover {
    background-color: #3498db;
    color: #ffffff;
}

.legal-content {
    padding: 120px 48px;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #1a252f;
}

.legal-content h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a252f;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

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

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

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 60px 32px;
    }

    .hero-content-offset {
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .hero-title-large {
        font-size: 48px;
    }

    .hero-image-overlapping {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 400px;
    }

    .section-offset-left {
        flex-direction: column;
        padding: 80px 32px;
    }

    .service-cards-irregular {
        gap: 40px;
    }

    .service-card {
        flex-direction: column;
        padding: 32px;
    }

    .service-card img {
        width: 100%;
        height: 250px;
    }

    .service-card-offset-1,
    .service-card-offset-2,
    .service-card-offset-3,
    .service-card-offset-4 {
        margin-left: 0;
    }

    .nav-asymmetric {
        padding: 20px 32px;
    }

    .nav-links {
        gap: 20px;
    }

    .section-title-offset {
        margin-left: 0;
        font-size: 36px;
    }

    .form-content-offset {
        margin-left: 0;
    }

    .testimonial-content-offset {
        margin-left: 0;
    }

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

    .story-block {
        flex-direction: column;
        padding: 60px 32px;
    }

    .story-block img {
        width: 100%;
    }

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

    .service-detail-image {
        width: 100%;
    }

    .service-layout-1,
    .service-layout-2,
    .service-layout-3,
    .service-layout-4 {
        margin-left: 0;
    }

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

    .contact-position-1,
    .contact-position-2,
    .contact-position-3 {
        margin-top: 0;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .hero-title-large {
        font-size: 36px;
    }

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

    .nav-links {
        flex-wrap: wrap;
        gap: 16px;
    }

    .section-title-offset {
        font-size: 28px;
    }

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