* {
    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: #2c2c2c;
    background-color: #ffffff;
}

.hidden {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.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;
    min-width: 250px;
    margin: 0;
}

.cookie-content a {
    color: #4a9eff;
    text-decoration: underline;
}

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

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

.btn-accept {
    background-color: #4a9eff;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #3a8eef;
}

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

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

.header-asymmetric {
    background-color: #ffffff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

.logo-block {
    flex: 0 0 auto;
}

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

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

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

.main-nav a:hover {
    color: #4a9eff;
}

.ad-notice {
    font-size: 11px;
    color: #999;
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.hero-offset {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
}

.hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0));
}

.hero-text-block {
    position: relative;
    max-width: 600px;
    z-index: 10;
    margin-left: 80px;
}

.hero-text-block h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background-color: #4a9eff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74,158,255,0.3);
}

.intro-asymmetric {
    display: flex;
    align-items: stretch;
    min-height: 600px;
    margin: 100px 0;
}

.intro-left {
    flex: 1;
    min-width: 45%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.intro-right {
    flex: 1;
    padding: 80px 60px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-right h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.intro-right p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.services-stacked {
    padding: 120px 40px;
    background-color: #ffffff;
}

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

.section-header-offset h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.section-header-offset p {
    font-size: 19px;
    color: #666;
    line-height: 1.6;
}

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

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.card-medium {
    flex: 1 1 calc(40% - 15px);
    min-width: 350px;
}

.card-small {
    flex: 1 1 calc(33% - 20px);
    min-width: 320px;
}

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

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

.service-content {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

.service-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.btn-service {
    padding: 12px 28px;
    background-color: #4a9eff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-service:hover {
    background-color: #3a8eef;
    transform: translateX(4px);
}

.process-overlap {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    margin: 100px 0;
}

.process-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.process-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.process-content {
    position: relative;
    margin-left: auto;
    width: 50%;
    background-color: #ffffff;
    padding: 80px 60px;
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);
}

.process-content h2 {
    font-size: 44px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.step-number {
    font-size: 36px;
    font-weight: 700;
    color: #4a9eff;
    flex-shrink: 0;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.step p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.form-section-diagonal {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    padding: 120px 40px;
    position: relative;
}

.form-section-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-container > p {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

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

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #4a9eff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74,158,255,0.3);
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 40px 40px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-main {
    flex: 2;
    max-width: 400px;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

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

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

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

.footer-col a:hover {
    color: #4a9eff;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.disclaimer {
    font-size: 13px !important;
    line-height: 1.5;
    max-width: 900px;
    margin: 20px auto 0;
    color: #666 !important;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

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

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

.thanks-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.thanks-content .selected-service {
    font-size: 20px;
    font-weight: 600;
    color: #4a9eff;
    margin: 30px 0;
}

.thanks-content a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thanks-content a:hover {
    background-color: #4a9eff;
}

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

.page-content h1 {
    font-size: 44px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.page-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.page-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.page-content ul,
.page-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-content li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.page-content a {
    color: #4a9eff;
    text-decoration: underline;
}

.contact-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.contact-header {
    margin-bottom: 60px;
}

.contact-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-header p {
    font-size: 19px;
    color: #666;
}

.contact-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.contact-info-item {
    flex: 1;
    min-width: 280px;
}

.contact-info-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-info-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.about-hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h1 {
    font-size: 52px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.about-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
    background-color: #f5f5f5;
}

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

.services-page-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 60px;
}

.services-page-header h1 {
    font-size: 52px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.services-page-header p {
    font-size: 19px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .hero-text-block h1 {
        font-size: 42px;
    }

    .hero-text-block {
        margin-left: 40px;
    }

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

    .process-overlap {
        flex-direction: column;
    }

    .process-bg {
        width: 100%;
        height: 400px;
    }

    .process-content {
        width: 100%;
        margin-left: 0;
    }

    .about-hero {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hero-visual {
        width: 100%;
        clip-path: none;
    }

    .hero-text-block {
        margin-left: 0;
        background-color: rgba(255,255,255,0.95);
        padding: 30px;
        border-radius: 8px;
    }

    .hero-text-block h1 {
        font-size: 32px;
    }

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

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

    .service-card {
        min-width: 100%;
    }

    .form-container {
        padding: 40px 30px;
    }

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