.page-hero {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
    padding: 120px 60px 80px;
    text-align: center;
}

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

.page-hero p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9);
}

.content-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.text-block {
    flex: 1;
}

.text-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

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

.image-block {
    flex: 1;
    background-color: #bdc3c7;
}

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

.values-section {
    padding: 100px 60px;
    background-color: #ecf0f1;
}

.values-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
    font-weight: 700;
}

.values-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-item {
    flex: 1;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #3498db;
    font-weight: 700;
}

.value-item p {
    font-size: 16px;
    color: #34495e;
    line-height: 1.6;
}

.team-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

.team-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
    font-weight: 700;
}

.process-steps {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.step {
    flex: 1;
    padding: 35px;
    background-color: #ecf0f1;
    border-radius: 8px;
    position: relative;
}

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: #3498db;
    opacity: 0.3;
    margin-bottom: 15px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

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

.services-list-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

.services-list-section h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.services-list-section > p {
    font-size: 19px;
    margin-bottom: 60px;
    color: #34495e;
    max-width: 800px;
}

.service-detail {
    background-color: #ecf0f1;
    padding: 50px;
    margin-bottom: 40px;
    border-radius: 8px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.service-detail:nth-child(even) {
    flex-direction: row-reverse;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-info {
    flex: 1.5;
}

.service-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

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

.service-info .price {
    font-size: 32px;
    color: #3498db;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-info .cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.service-info .cta-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

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

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

.contact-page-section {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

.contact-content h1 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-info-block {
    background-color: #ecf0f1;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.contact-info-block h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #2c3e50;
}

.contact-item p {
    font-size: 17px;
    color: #34495e;
    line-height: 1.6;
}

.legal-page {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

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

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

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

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

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

.legal-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #34495e;
    line-height: 1.6;
}

.thanks-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    padding: 60px 40px;
}

.thanks-content {
    background-color: white;
    padding: 60px;
    border-radius: 12px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #27ae60;
    font-weight: 800;
}

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

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

.thanks-content .service-info-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #7f8c8d;
}

.thanks-content .service-info-box span {
    font-size: 22px;
    color: #2c3e50;
    font-weight: 700;
}

.thanks-content .cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.thanks-content .cta-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

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

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

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

    .service-detail {
        flex-direction: column !important;
        gap: 30px;
    }
}