* {
    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: #34495e;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px 25px 40px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

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

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

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

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

.hero-offset {
    display: flex;
    min-height: 600px;
    margin: 0 0 0 80px;
}

.hero-content-left {
    flex: 1;
    padding: 120px 80px 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content-left h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #2c3e50;
}

.hero-content-left p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
    max-width: 520px;
}

.hero-image-right {
    flex: 1.2;
    position: relative;
    overflow: hidden;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.intro-asymmetric {
    display: flex;
    margin: 100px 40px 100px 0;
    gap: 60px;
}

.intro-narrow {
    flex: 0.8;
    padding: 0 0 0 120px;
}

.intro-narrow h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.intro-narrow p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.intro-wide {
    flex: 1.2;
    padding: 60px;
}

.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-card {
    padding: 25px 30px;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.benefit-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.benefit-card p {
    color: #666;
    font-size: 15px;
}

.services-showcase {
    padding: 80px 40px;
    background-color: #fafbfc;
}

.services-header-offset {
    margin-left: 180px;
    margin-bottom: 60px;
}

.services-header-offset h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.services-header-offset p {
    font-size: 18px;
    color: #666;
}

.services-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 80px;
    margin-right: 120px;
}

.service-card-large {
    flex: 1 1 calc(60% - 15px);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.service-card-medium {
    flex: 1 1 calc(50% - 15px);
    padding: 35px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.service-card-small {
    flex: 1 1 calc(40% - 15px);
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.service-image {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-image-small {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-image-small img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card-large h3,
.service-card-medium h3,
.service-card-small h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-content p,
.service-card-large p,
.service-card-medium p,
.service-card-small p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

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

.form-section-offset {
    padding: 100px 100px 100px 180px;
    background-color: #ffffff;
}

.form-container-asymmetric {
    display: flex;
    gap: 80px;
    max-width: 1200px;
}

.form-intro {
    flex: 0.8;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.form-intro p {
    font-size: 17px;
    color: #666;
}

.contact-form {
    flex: 1.2;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.cta-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #2980b9;
}

.btn-submit {
    padding: 15px 40px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.trust-block {
    display: flex;
    margin: 80px 120px 80px 40px;
    gap: 60px;
}

.trust-content-wide {
    flex: 1.3;
    padding: 80px 60px 80px 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust-content-wide h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.trust-content-wide p {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.trust-image {
    flex: 1;
    overflow: hidden;
}

.trust-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #3498db;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #3498db;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #3498db;
    color: #ffffff;
}

.disclaimer-section {
    padding: 60px 100px;
    background-color: #f8f9fa;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto 0 100px;
    padding: 35px 45px;
    background-color: #ffffff;
    border-left: 5px solid #e74c3c;
}

.disclaimer-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 30px 100px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #bdc3c7;
}

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

.footer-col ul li {
    margin-bottom: 12px;
}

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

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

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

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    z-index: 2000;
    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: 40px;
}

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

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.btn-reject:hover {
    background-color: #ffffff;
    color: #34495e;
}

.about-hero {
    padding: 100px 80px;
    background-color: #f7f9fa;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.about-hero-content p {
    font-size: 19px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.about-story-offset {
    display: flex;
    margin: 100px 40px 100px 100px;
    gap: 70px;
}

.story-text-block {
    flex: 1.1;
    padding: 40px 60px 40px 80px;
}

.story-text-block h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.story-text-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-image-offset {
    flex: 1;
    overflow: hidden;
}

.story-image-offset img {
    width: 100%;
    height: 100%;
    display: block;
}

.values-section {
    padding: 80px 60px 80px 140px;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.values-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.value-box {
    padding: 35px 40px;
}

.value-large {
    flex: 1 1 calc(55% - 12px);
}

.value-medium {
    flex: 1 1 calc(50% - 12px);
}

.value-small {
    flex: 1 1 calc(45% - 12px);
}

.value-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.value-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.team-section-offset {
    display: flex;
    margin: 80px 80px 80px 40px;
    gap: 60px;
}

.team-intro-narrow {
    flex: 0.7;
    padding: 60px 40px 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-intro-narrow h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.team-intro-narrow p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.team-image-wide {
    flex: 1.3;
    overflow: hidden;
}

.team-image-wide img {
    width: 100%;
    height: 100%;
    display: block;
}

.expertise-block {
    padding: 80px 100px 80px 80px;
    background-color: #f7f9fa;
}

.expertise-content h2 {
    font-size: 40px;
    margin-bottom: 50px;
    color: #2c3e50;
    margin-left: 60px;
}

.expertise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 40px;
}

.expertise-item {
    flex: 1 1 calc(50% - 15px);
    padding: 30px 35px;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.expertise-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.cta-about {
    padding: 100px 60px;
    background-color: #ffffff;
}

.cta-box-offset {
    max-width: 700px;
    margin-left: 180px;
    text-align: left;
}

.cta-box-offset h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.cta-box-offset p {
    font-size: 17px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

.services-hero-offset {
    display: flex;
    min-height: 450px;
    margin: 40px 80px 80px 40px;
    gap: 60px;
}

.services-hero-text {
    flex: 0.9;
    padding: 100px 40px 80px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-hero-text p {
    font-size: 18px;
    color: #666;
}

.services-hero-image {
    flex: 1.1;
    overflow: hidden;
}

.services-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.service-detail-offset {
    margin: 60px 60px 60px 120px;
}

.service-detail-offset.service-reverse {
    margin: 60px 120px 60px 60px;
}

.service-detail-card {
    padding: 50px 60px;
    max-width: 900px;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.service-detail-header h2 {
    font-size: 32px;
    color: #2c3e50;
}

.price-tag {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
}

.service-detail-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-detail-content h3 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    color: #2c3e50;
}

.service-detail-content ul {
    list-style: none;
    margin-left: 0;
}

.service-detail-content ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
    font-size: 15px;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #3498db;
    font-size: 18px;
}

.services-cta-section {
    padding: 80px 60px;
    background-color: #f7f9fa;
}

.services-cta-box {
    max-width: 700px;
    margin: 0 auto 0 140px;
    text-align: left;
}

.services-cta-box h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-cta-box p {
    font-size: 17px;
    color: #666;
    margin-bottom: 30px;
}

.contact-hero {
    padding: 80px 60px;
    background-color: #f7f9fa;
    text-align: center;
}

.contact-hero h1 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-hero p {
    font-size: 18px;
    color: #666;
}

.contact-info-asymmetric {
    display: flex;
    margin: 80px 80px 80px 120px;
    gap: 50px;
}

.contact-block-large {
    flex: 1.5;
    padding: 40px 50px;
}

.contact-block-large h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

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

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

.contact-note {
    font-size: 13px;
    color: #7f8c8d;
    font-style: italic;
    margin-top: 8px;
}

.contact-block-small {
    flex: 1;
    padding: 40px;
    align-self: flex-start;
}

.contact-block-small h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-block-small p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

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

.map-placeholder {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    background-color: rgba(255,255,255,0.9);
    padding: 20px 40px;
    text-align: center;
}

.map-overlay p {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-additional {
    padding: 60px 80px 80px 80px;
    background-color: #f7f9fa;
}

.additional-info-offset {
    max-width: 700px;
    margin-left: 140px;
}

.additional-info-offset h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.additional-info-offset p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.thanks-section {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 40px;
    background-color: #f7f9fa;
}

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

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

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-main {
    font-size: 19px;
    color: #555;
    margin-bottom: 15px;
}

.thanks-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.service-confirmation {
    font-size: 16px;
    color: #3498db;
    font-weight: 600;
    margin: 20px 0;
}

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

.next-steps {
    padding: 80px 60px;
    background-color: #ffffff;
}

.next-steps-content {
    max-width: 1000px;
    margin: 0 auto;
}

.next-steps-content h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

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

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

.step-number {
    width: 60px;
    height: 60px;
    background-color: #3498db;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

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

.legal-content h1 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.legal-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 15px 0 20px 25px;
}

.legal-content ul li {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content strong {
    color: #2c3e50;
}

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

.legal-update {
    margin-top: 50px;
    font-style: italic;
    color: #7f8c8d;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hero-offset,
    .intro-asymmetric,
    .about-story-offset,
    .team-section-offset,
    .trust-block,
    .services-hero-offset,
    .contact-info-asymmetric {
        flex-direction: column;
        margin: 40px 20px;
    }

    .nav-asymmetric {
        padding: 20px;
    }

    .hero-content-left,
    .intro-narrow,
    .story-text-block,
    .team-intro-narrow,
    .trust-content-wide,
    .services-hero-text {
        padding: 40px 20px;
    }

    .services-cards-irregular,
    .values-asymmetric,
    .expertise-grid {
        flex-direction: column;
        margin: 20px;
    }

    .form-container-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .form-section-offset {
        padding: 60px 20px;
    }

    .services-header-offset,
    .disclaimer-box,
    .cta-box-offset,
    .services-cta-box,
    .additional-info-offset {
        margin-left: 0;
    }

    .service-detail-offset,
    .service-detail-offset.service-reverse {
        margin: 40px 20px;
    }

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

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

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