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

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    position: relative;
    margin-left: 60px;
}

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

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
    margin-right: 80px;
}

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

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

.hero-offset {
    display: flex;
    min-height: 600px;
    margin-top: 40px;
    margin-left: 80px;
    margin-right: 20px;
}

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

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a252f;
}

.hero-content-left p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4a5568;
    max-width: 540px;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -40px;
    background: #e8f4f8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 42px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: background 0.3s;
    align-self: flex-start;
}

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

.intro-asymmetric {
    display: flex;
    margin: 120px 40px 100px 160px;
    gap: 80px;
}

.intro-block-offset {
    flex: 1.2;
    padding-top: 40px;
}

.intro-block-offset h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a252f;
}

.intro-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.intro-visual {
    flex: 1;
    margin-top: -60px;
    background: #f8f9fa;
}

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

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

.services-preview h2 {
    font-size: 48px;
    margin-bottom: 70px;
    margin-left: 80px;
    color: #1a252f;
}

.services-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.service-card {
    flex: 0 0 calc(50% - 20px);
    background: #ffffff;
    position: relative;
    background-color: #ffffff;
}

.service-card.card-1 {
    margin-left: 100px;
    margin-top: 0;
}

.service-card.card-2 {
    margin-left: 0;
    margin-top: 60px;
}

.service-card.card-3 {
    margin-left: 60px;
    margin-top: -40px;
}

.service-card.card-4 {
    margin-left: 0;
    margin-top: 20px;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #e8f4f8;
}

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

.service-card p {
    margin: 0 28px 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

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

.btn-secondary {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
    text-decoration: none;
    font-weight: 600;
    margin: 0 28px 28px;
    transition: all 0.3s;
}

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

.benefits-overlap {
    display: flex;
    flex-wrap: wrap;
    margin: 140px 40px 120px;
    gap: 40px;
}

.benefit-block {
    background-color: #ffffff;
}

.benefit-block.b1 {
    flex: 0 0 40%;
    padding: 60px 50px;
    background: #2c3e50;
    color: #ffffff;
    margin-left: 120px;
    margin-top: 0;
}

.benefit-block.b1 h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.benefit-block.b1 p {
    font-size: 17px;
    line-height: 1.7;
}

.benefit-block.b2 {
    flex: 0 0 45%;
    margin-top: -80px;
    background: #e8f4f8;
}

.benefit-block.b2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-block.b3 {
    flex: 0 0 50%;
    padding: 60px 50px;
    background: #f8f9fa;
    margin-left: auto;
    margin-top: -60px;
}

.benefit-block.b3 h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a252f;
}

.benefit-block.b3 p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.testimonials-offset {
    padding: 100px 80px;
    background: #ffffff;
}

.testimonials-offset h2 {
    font-size: 48px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #1a252f;
}

.testimonial-layout {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.testimonial {
    flex: 0 0 calc(33.333% - 35px);
    padding: 40px;
    background: #f8f9fa;
    border-left: 4px solid #2c3e50;
}

.testimonial.t1 {
    margin-left: 60px;
    margin-top: 0;
}

.testimonial.t2 {
    margin-top: 40px;
}

.testimonial.t3 {
    margin-top: -20px;
}

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #2c3e50;
    font-style: italic;
}

.testimonial cite {
    font-size: 15px;
    color: #6c757d;
    font-style: normal;
}

.form-section {
    display: flex;
    margin: 120px 60px;
    gap: 60px;
}

.form-container-offset {
    flex: 1;
    padding: 60px;
    background: #2c3e50;
    color: #ffffff;
    margin-left: 80px;
}

.form-container-offset h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.form-container-offset p {
    font-size: 17px;
    margin-bottom: 40px;
}

.registration-form {
    display: flex;
    flex-direction: column;
}

.registration-form label {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.registration-form input,
.registration-form select {
    padding: 14px;
    margin-bottom: 24px;
    border: none;
    font-size: 16px;
    background: #ffffff;
    color: #2c3e50;
}

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

.btn-submit:hover {
    background: #e8f4f8;
}

.form-visual {
    flex: 1;
    margin-top: -40px;
    background: #e8f4f8;
}

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

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

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6c757d;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.footer-asymmetric {
    display: flex;
    padding: 80px 60px 40px;
    background: #1a252f;
    color: #ffffff;
    gap: 60px;
}

.footer-column {
    flex: 1;
}

.footer-column.fc1 {
    margin-left: 40px;
}

.footer-column.fc4 {
    margin-right: 40px;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

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

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

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

.footer-column ul li a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a252f;
    color: #ffffff;
    padding: 24px 40px;
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 28px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

.btn-cookie-accept:hover {
    background: #e8f4f8;
}

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

.btn-cookie-reject:hover {
    background: #ffffff;
    color: #1a252f;
}

.about-page,
.services-page,
.contact-page,
.thanks-page {
    min-height: 500px;
}

.about-header {
    padding: 100px 80px 60px 160px;
    background: #f8f9fa;
}

.about-intro-offset {
    max-width: 800px;
}

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

.about-intro-offset p {
    font-size: 22px;
    line-height: 1.7;
    color: #4a5568;
}

.about-story {
    display: flex;
    margin: 100px 60px;
    gap: 80px;
}

.story-text {
    flex: 1.3;
    padding-right: 40px;
}

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

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

.story-image {
    flex: 1;
    margin-top: 40px;
    background: #e8f4f8;
}

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

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

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

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.value-item {
    flex: 0 0 calc(50% - 25px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
}

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

.value-item p {
    font-size: 17px;
    line-height: 1.7;
}

.team-section {
    padding: 100px 80px;
}

.team-section h2 {
    font-size: 48px;
    margin-bottom: 28px;
    color: #1a252f;
}

.team-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    max-width: 900px;
    margin-bottom: 60px;
}

.team-visual {
    background: #e8f4f8;
    margin-left: -80px;
    margin-right: -80px;
}

.team-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.approach-section {
    display: flex;
    margin: 100px 60px;
    gap: 60px;
}

.approach-block {
    flex: 1;
    padding: 60px;
    background: #f8f9fa;
}

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

.approach-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 24px;
}

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

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

.location-info {
    padding: 80px 120px;
    background: #ffffff;
}

.location-info h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a252f;
}

.location-info p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    max-width: 800px;
    margin-bottom: 20px;
}

.services-header {
    padding: 100px 80px 60px 160px;
    background: #f8f9fa;
}

.services-header h1 {
    font-size: 56px;
    margin-bottom: 24px;
    color: #1a252f;
}

.services-header p {
    font-size: 22px;
    line-height: 1.7;
    color: #4a5568;
    max-width: 800px;
}

.service-detail {
    display: flex;
    margin: 80px 60px;
    gap: 60px;
}

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

.service-content {
    flex: 1;
    padding: 40px;
}

.service-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a252f;
}

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

.service-content ul {
    margin: 24px 0 32px 24px;
}

.service-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 12px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin: 32px 0 24px;
}

.btn-service {
    display: inline-block;
    padding: 14px 36px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-service:hover {
    background: #1a252f;
}

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

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

.services-cta {
    padding: 100px 80px;
    text-align: center;
    background: #2c3e50;
    color: #ffffff;
}

.services-cta h2 {
    font-size: 48px;
    margin-bottom: 24px;
}

.services-cta p {
    font-size: 20px;
    margin-bottom: 40px;
}

.contact-header {
    padding: 100px 80px 60px 160px;
    background: #f8f9fa;
}

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

.contact-header p {
    font-size: 22px;
    line-height: 1.7;
    color: #4a5568;
    max-width: 800px;
}

.contact-info-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 60px;
    gap: 50px;
}

.contact-block {
    flex: 0 0 calc(33.333% - 35px);
    padding: 40px;
    background: #f8f9fa;
}

.contact-block.cb1 {
    margin-left: 60px;
}

.contact-block.cb2 {
    background: #2c3e50;
    color: #ffffff;
    margin-top: 40px;
}

.contact-block.cb3 {
    margin-top: -20px;
}

.contact-block h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

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

.contact-visual {
    margin: 60px 80px;
    background: #e8f4f8;
}

.contact-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contact-additional {
    padding: 60px 120px 100px;
}

.contact-additional h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a252f;
}

.contact-additional p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.contact-additional a {
    color: #2c3e50;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-additional a:hover {
    color: #3498db;
}

.thanks-page {
    padding: 60px 80px 100px;
}

.thanks-content {
    display: flex;
    margin: 80px 0;
    gap: 80px;
}

.thanks-message {
    flex: 1;
    padding: 60px;
    background: #f8f9fa;
}

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

.thanks-message p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.btn-back {
    display: inline-block;
    padding: 14px 36px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: background 0.3s;
}

.btn-back:hover {
    background: #1a252f;
}

.thanks-visual {
    flex: 1;
    background: #e8f4f8;
}

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

.next-steps {
    padding: 80px 100px;
    background: #2c3e50;
    color: #ffffff;
}

.next-steps h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
}

.steps-layout {
    display: flex;
    gap: 50px;
}

.step {
    flex: 1;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
}

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

.step p {
    font-size: 17px;
    line-height: 1.7;
}

.legal-page {
    padding: 80px 120px 100px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.legal-page section {
    margin-bottom: 50px;
}

.legal-page h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.legal-page ul {
    margin: 16px 0 16px 24px;
}

.legal-page ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .hero-offset,
    .intro-asymmetric,
    .about-story,
    .approach-section,
    .service-detail,
    .form-section,
    .thanks-content {
        flex-direction: column;
    }

    .services-grid-offset,
    .benefits-overlap,
    .testimonial-layout,
    .values-grid,
    .contact-info-layout,
    .steps-layout {
        flex-direction: column;
    }

    .service-card,
    .testimonial,
    .value-item,
    .contact-block {
        margin-left: 0 !important;
        margin-top: 0 !important;
        flex: 0 0 100%;
    }

    .nav-asymmetric {
        margin-left: 0;
    }

    .hero-content-left h1,
    .about-intro-offset h1,
    .services-header h1,
    .contact-header h1 {
        font-size: 42px;
    }

    .footer-asymmetric {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
    }
}