* {
    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;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.nav-asymmetric {
    background: #1a1a2e;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-block .logo {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
}

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

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

.nav-links a:hover {
    color: #4a90e2;
}

.hero-asymmetric {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0;
    overflow: hidden;
}

.hero-offset-block {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 600px;
    position: relative;
}

.hero-content-left {
    flex: 0 0 45%;
    padding: 60px 40px;
    color: #ffffff;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-content-left p {
    font-size: 19px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-primary {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.hero-image-offset {
    flex: 1;
    position: relative;
    height: 600px;
    background: #5568d3;
}

.hero-image-offset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.intro-overlap {
    background: #f8f9fa;
    padding: 80px 40px;
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

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

.intro-text {
    font-size: 22px;
    line-height: 1.8;
    color: #34495e;
    text-align: center;
}

.insight-section-diagonal {
    padding: 100px 40px;
    background: #ffffff;
    overflow: hidden;
}

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

.insight-text-block {
    flex: 1;
}

.insight-text-block h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a2e;
    line-height: 1.3;
}

.insight-text-block p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.insight-visual-block {
    flex: 0 0 420px;
    background: #e8eaf6;
}

.insight-visual-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transform: rotate(-3deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.services-preview {
    padding: 100px 40px;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 50%);
}

.services-intro-centered {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
}

.services-intro-centered h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.services-intro-centered p {
    font-size: 18px;
    color: #4a5568;
}

.services-grid-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card-offset {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    flex: 0 0 calc(33.333% - 30px);
    min-width: 320px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.service-card-offset:nth-child(odd) {
    transform: translateY(20px);
}

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

.service-image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #e8eaf6;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.service-card-offset:hover .service-image-wrapper img {
    transform: scale(1.05);
}

.service-card-offset h3 {
    padding: 25px 25px 15px;
    font-size: 22px;
    color: #1a1a2e;
}

.service-card-offset p {
    padding: 0 25px 20px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    flex: 1;
}

.service-price {
    padding: 0 25px 20px;
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
}

.service-select-btn {
    margin: 0 25px 25px;
    padding: 14px;
    background: #667eea;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.service-select-btn:hover {
    background: #5568d3;
    transform: translateY(-2px);
}

.testimonial-inline {
    padding: 80px 40px;
    background: #667eea;
}

.testimonial-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-wrapper blockquote {
    border: none;
    padding: 0;
}

.testimonial-wrapper p {
    font-size: 26px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-wrapper cite {
    display: block;
    font-size: 17px;
    color: #e0e0ff;
    font-style: normal;
}

.form-section-split {
    padding: 100px 40px;
    background: #f8f9fa;
}

.form-section-split {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    align-items: flex-start;
}

.form-intro-side {
    flex: 0 0 380px;
}

.form-intro-side h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.form-intro-side p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
}

.form-container-side {
    flex: 1;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.main-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-field label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #667eea;
}

.submit-btn {
    padding: 16px;
    background: #667eea;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #5568d3;
    transform: translateY(-2px);
}

.footer-asymmetric {
    background: #1a1a2e;
    color: #e0e0e0;
    padding: 60px 40px 30px;
}

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

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

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

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

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

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

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

.disclaimer {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #2a2a3e;
    font-size: 13px;
    line-height: 1.7;
    color: #9a9aaa;
}

.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(5px);
    z-index: 1000;
    padding: 30px 20px;
}

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

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
}

.cookie-content h3 {
    margin-bottom: 15px;
    color: #1a1a2e;
    font-size: 22px;
}

.cookie-content p {
    margin-bottom: 25px;
    color: #4a5568;
    line-height: 1.7;
}

.cookie-content a {
    color: #667eea;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-accept {
    background: #667eea;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #5568d3;
}

.cookie-reject {
    background: #e0e0e0;
    color: #2c3e50;
}

.cookie-reject:hover {
    background: #d0d0d0;
}

@media (max-width: 1024px) {
    .hero-offset-block {
        flex-direction: column;
    }

    .hero-content-left {
        flex: 1;
        text-align: center;
    }

    .hero-image-offset {
        width: 100%;
    }

    .hero-image-offset img {
        clip-path: none;
    }

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

    .insight-visual-block {
        flex: 1;
    }

    .form-section-split {
        flex-direction: column;
    }

    .form-intro-side {
        flex: 1;
    }

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

.page-hero-simple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 40px 80px;
    text-align: center;
}

.page-hero-content {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
}

.page-hero-content p {
    font-size: 20px;
    opacity: 0.95;
}

.about-story {
    padding: 100px 40px;
    background: #ffffff;
}

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

.story-image-side {
    flex: 0 0 480px;
    background: #e8eaf6;
}

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

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

.story-text-side h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a2e;
}

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

.approach-section {
    padding: 100px 40px;
    background: #f8f9fa;
}

.approach-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.approach-wrapper h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a2e;
}

.approach-blocks {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.approach-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.approach-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #667eea;
}

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

.values-section {
    padding: 100px 40px;
    background: #ffffff;
}

.values-content {
    max-width: 1100px;
    margin: 0 auto;
}

.values-intro {
    text-align: center;
    margin-bottom: 60px;
}

.values-intro h2 {
    font-size: 42px;
    color: #1a1a2e;
}

.values-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.value-card {
    flex: 1;
    max-width: 320px;
    padding: 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.value-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.95;
}

.services-detail-section {
    padding: 80px 40px;
    background: #ffffff;
}

.services-detail-container {
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

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

.service-detail-image {
    flex: 0 0 480px;
    background: #e8eaf6;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

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

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

.service-detail-price {
    font-size: 32px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 20px;
}

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

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #2c3e50;
}

.service-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
    font-size: 18px;
}

.cta-section-inline {
    padding: 80px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
}

.cta-inline-content {
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff;
}

.cta-inline-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-inline-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.contact-page-section {
    padding: 100px 40px;
    background: #f8f9fa;
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-block {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a2e;
}

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

.contact-detail h4 {
    font-size: 18px;
    color: #667eea;
    margin-bottom: 8px;
}

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

.legal-page-section {
    padding: 80px 40px;
    background: #ffffff;
}

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a2e;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
}

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

.legal-content ul,
.legal-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

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

.thanks-page-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

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

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

.thanks-service-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}

.thanks-service-info strong {
    color: #667eea;
    font-size: 20px;
}

.thanks-content a {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #667eea;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.thanks-content a:hover {
    background: #5568d3;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .story-container {
        flex-direction: column;
    }

    .story-image-side {
        flex: 1;
        width: 100%;
    }

    .approach-blocks {
        flex-direction: column;
    }

    .values-grid {
        flex-direction: column;
        align-items: center;
    }

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

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

@media (max-width: 768px) {
    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

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

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

    .services-grid-asymmetric {
        flex-direction: column;
    }

    .service-card-offset {
        flex: 1 1 100%;
    }

    .service-card-offset:nth-child(odd) {
        transform: none;
    }

    .contact-info-block {
        padding: 30px;
    }

    .thanks-content {
        padding: 40px 25px;
    }

    .thanks-content h1 {
        font-size: 32px;
    }
}