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

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 250px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

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

.cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #229954;
}

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

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

.header-main {
    background-color: #ffffff;
    border-bottom: 1px solid #ecf0f1;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.brand-logo {
    display: flex;
    align-items: center;
}

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

.ad-disclosure {
    font-size: 11px;
    color: #7f8c8d;
    padding: 4px 12px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    background-color: #ecf0f1;
}

.main-nav {
    display: flex;
    gap: 30px;
}

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

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

.hero-asymmetric {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.hero-visual img {
    width: 100%;
    height: 100%;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 600px;
    padding: 60px 40px;
    background-color: #ffffff;
    margin-left: 60px;
    margin-top: 120px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c3e50;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 30px;
}

.cta-primary {
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.intro-offset {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.intro-block-left {
    max-width: 550px;
    padding-right: 60px;
    margin-bottom: 40px;
}

.intro-block-left h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #2c3e50;
}

.intro-block-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #34495e;
}

.intro-visual-right {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    overflow: hidden;
}

.intro-visual-right img {
    width: 100%;
    height: auto;
    display: block;
}

.services-asymmetric {
    padding: 120px 0;
}

.section-header-offset {
    max-width: 600px;
    margin-bottom: 60px;
    margin-left: 80px;
}

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

.section-header-offset p {
    font-size: 18px;
    color: #7f8c8d;
}

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

.service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card.card-large {
    flex: 1 1 calc(60% - 15px);
    min-width: 350px;
}

.service-card.card-offset {
    flex: 1 1 calc(40% - 15px);
    min-width: 300px;
    margin-top: 80px;
}

.service-card.card-small {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
}

.service-card.card-wide {
    flex: 1 1 calc(66.666% - 15px);
    min-width: 350px;
}

.service-card.card-elevated {
    flex: 1 1 calc(50% - 15px);
    min-width: 320px;
    margin-top: -60px;
}

.service-card.card-nested {
    flex: 1 1 calc(50% - 15px);
    min-width: 320px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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

.service-info {
    padding: 30px;
}

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

.service-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 20px;
}

.service-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.price-label {
    font-size: 13px;
    color: #7f8c8d;
    margin-bottom: 4px;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
}

.service-select-btn {
    width: 100%;
    padding: 12px 24px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-select-btn:hover {
    background-color: #34495e;
}

.trust-section-offset {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.trust-content-irregular {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.trust-visual {
    flex: 1 1 400px;
    overflow: hidden;
}

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

.trust-text {
    flex: 1 1 500px;
}

.trust-text h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.trust-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 20px;
}

.form-section-asymmetric {
    padding: 120px 0;
}

.form-wrapper-offset {
    max-width: 700px;
    margin-left: auto;
    margin-right: 100px;
}

.form-intro {
    margin-bottom: 40px;
}

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

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

.contact-form-asymmetric {
    background-color: #f8f9fa;
    padding: 40px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background-color: #ecf0f1;
    cursor: not-allowed;
}

.form-submit {
    margin-top: 30px;
}

.submit-btn {
    width: 100%;
    padding: 16px 32px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

.disclaimer-text {
    font-size: 13px;
    line-height: 1.7;
    color: #7f8c8d;
    text-align: center;
}

.footer-main {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 20px;
}

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

.footer-col {
    flex: 1 1 250px;
}

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

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

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

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

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

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

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

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

.page-hero-about,
.page-hero-services,
.page-hero-contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    text-align: center;
}

.page-hero-about h1,
.page-hero-services h1,
.page-hero-contact h1 {
    font-size: 52px;
    margin-bottom: 16px;
}

.hero-lead {
    font-size: 20px;
    opacity: 0.9;
}

.about-content-asymmetric {
    padding: 100px 0;
}

.about-block-main {
    max-width: 700px;
    margin-bottom: 60px;
}

.about-block-main h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.about-block-main p {
    font-size: 17px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 20px;
}

.about-visual-offset {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 80px;
    overflow: hidden;
}

.about-visual-offset img {
    width: 100%;
    height: auto;
    display: block;
}

.about-values-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
}

.value-card {
    flex: 1 1 300px;
    padding: 40px;
}

.value-card.value-offset {
    margin-top: 60px;
}

.value-card.value-elevated {
    margin-top: -40px;
}

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

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #34495e;
}

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

.about-approach h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.about-approach p {
    font-size: 16px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 20px;
}

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

.services-layout-irregular {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-detail-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service-detail-card.service-offset {
    flex-direction: row-reverse;
    margin-left: 80px;
}

.service-detail-card.service-elevated {
    margin-top: -40px;
}

.service-detail-visual {
    flex: 1 1 400px;
    overflow: hidden;
}

.service-detail-visual img {
    width: 100%;
    height: auto;
    display: block;
}

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

.service-detail-content h2 {
    font-size: 30px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.service-pricing {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 20px;
    background-color: #ecf0f1;
}

.price-main {
    font-size: 32px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 4px;
}

.price-note {
    font-size: 13px;
    color: #7f8c8d;
}

.cta-services-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.cta-box-asymmetric {
    max-width: 600px;
    margin-left: auto;
    margin-right: 80px;
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.cta-box-asymmetric h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.cta-box-asymmetric p {
    font-size: 16px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 24px;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.contact-section-asymmetric {
    padding: 100px 0;
}

.contact-layout-irregular {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contact-info-primary {
    max-width: 500px;
}

.contact-info-primary h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
}

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

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

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #34495e;
}

.contact-visual-offset {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    overflow: hidden;
}

.contact-visual-offset img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-additional {
    max-width: 700px;
    margin-left: 80px;
}

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

.contact-additional p {
    font-size: 16px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 16px;
}

.thanks-section {
    padding: 120px 0;
    text-align: center;
}

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

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

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

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 30px;
}

.thanks-service-info {
    padding: 24px;
    background-color: #ecf0f1;
    border-radius: 4px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-service-info p {
    margin: 8px 0;
    font-size: 15px;
    color: #2c3e50;
}

.thanks-service-info strong {
    color: #27ae60;
}

.thanks-next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.thanks-next-steps ul li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    color: #34495e;
}

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

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

.btn-primary {
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.btn-secondary {
    padding: 14px 32px;
    background-color: transparent;
    color: #3498db;
    text-decoration: none;
    border: 2px solid #3498db;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.legal-page {
    padding: 80px 0;
}

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

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

.legal-update {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

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

.legal-content h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #34495e;
}

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

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

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

@media (max-width: 768px) {
    .hero-visual {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .hero-content-offset {
        margin-left: 0;
        margin-top: 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .section-header-offset {
        margin-left: 0;
    }

    .service-card {
        flex: 1 1 100%;
        margin-top: 0 !important;
    }

    .trust-content-irregular {
        flex-direction: column;
    }

    .form-wrapper-offset {
        margin-right: 0;
    }

    .service-detail-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .cta-box-asymmetric {
        margin-right: 0;
    }

    .contact-additional {
        margin-left: 0;
    }

    .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

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

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

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