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

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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.header-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.header-right {
    display: flex;
    gap: 30px;
}

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

.header-right a:hover {
    color: #3498db;
}

.hero-split {
    display: flex;
    min-height: 600px;
    align-items: center;
}

.hero-content {
    flex: 1;
    padding: 80px 60px;
    background-color: #f8fafc;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-primary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.intro-split {
    display: flex;
    align-items: center;
    padding: 80px 60px;
}

.intro-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.intro-text {
    flex: 1;
    padding: 0 60px;
}

.intro-text h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #1a202c;
    margin-bottom: 24px;
}

.intro-text p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 16px;
}

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

.section-title {
    font-size: 36px;
    text-align: center;
    color: #1a202c;
    margin-bottom: 60px;
    line-height: 1.4;
}

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

.value-card {
    flex: 1;
    padding: 40px;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.value-card h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.process-split {
    display: flex;
    padding: 100px 60px;
}

.process-text {
    flex: 1;
    padding-right: 60px;
}

.process-text h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 40px;
}

.process-step {
    margin-bottom: 36px;
}

.step-number {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 8px;
}

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

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

.process-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

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

.cta-center h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.cta-center p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #cbd5e0;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-secondary:hover {
    background-color: #f7fafc;
    transform: translateY(-2px);
}

.form-section {
    padding: 100px 60px;
    background-color: #f8fafc;
}

.form-split-container {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-left {
    flex: 1;
}

.form-left h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 20px;
}

.form-left p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.form-right {
    flex: 1;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #2c3e50;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.footer {
    background-color: #1a202c;
    color: #cbd5e0;
    padding: 60px 60px 20px;
}

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

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

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
}

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

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

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

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

.footer-bottom {
    border-top: 1px solid #2d3748;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #718096;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
}

.about-hero {
    position: relative;
    min-height: 500px;
    background-color: #1a202c;
    display: flex;
    align-items: center;
}

.about-hero-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    max-width: 600px;
    z-index: 2;
}

.about-hero-content h1 {
    font-size: 42px;
    color: #ffffff;
    line-height: 1.3;
}

.about-hero img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.3;
}

.about-split {
    display: flex;
    padding: 100px 60px;
}

.about-text {
    flex: 1;
    padding-right: 60px;
}

.about-text h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 24px;
}

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

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

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

.philosophy-section {
    padding: 100px 60px;
    background-color: #f8fafc;
}

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

.philosophy-item {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
}

.philosophy-item h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.team-split {
    display: flex;
    padding: 100px 60px;
}

.team-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.team-text {
    flex: 1;
    padding-left: 60px;
}

.team-text h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 24px;
}

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

.approach-section {
    padding: 100px 60px;
    background-color: #f8fafc;
}

.approach-section h2 {
    font-size: 36px;
    text-align: center;
    color: #1a202c;
    margin-bottom: 20px;
}

.approach-intro {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.approach-steps {
    max-width: 900px;
    margin: 0 auto;
}

.approach-step {
    margin-bottom: 40px;
}

.approach-number {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 12px;
}

.approach-step h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 12px;
}

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

.services-header {
    padding: 80px 60px;
    text-align: center;
    background-color: #f8fafc;
}

.services-header h1 {
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 20px;
}

.services-header p {
    font-size: 18px;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

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

.service-item-split {
    display: flex;
    align-items: center;
    padding: 80px 60px;
}

.service-item-split.reverse {
    flex-direction: row-reverse;
}

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

.service-content h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.service-content ul {
    margin: 24px 0;
    padding-left: 20px;
}

.service-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

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

.btn-service {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

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

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

.services-cta {
    padding: 80px 60px;
    text-align: center;
    background-color: #f8fafc;
}

.services-cta h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-cta p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.contact-hero {
    padding: 80px 60px;
    text-align: center;
    background-color: #f8fafc;
}

.contact-hero h1 {
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 18px;
    color: #4a5568;
}

.contact-split {
    display: flex;
    padding: 80px 60px;
    gap: 80px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 40px;
}

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

.contact-block h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
}

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

.contact-note {
    margin-top: 40px;
    padding: 24px;
    background-color: #f8fafc;
    border-left: 4px solid #3498db;
}

.contact-note p {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 12px;
    line-height: 1.7;
}

.contact-note a {
    color: #3498db;
    text-decoration: underline;
}

.contact-image {
    flex: 1;
    background-color: #e2e8f0;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

.contact-approach {
    padding: 80px 60px;
    background-color: #f8fafc;
}

.contact-approach h2 {
    font-size: 36px;
    text-align: center;
    color: #1a202c;
    margin-bottom: 60px;
}

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

.approach-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.approach-card h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.thanks-section {
    padding: 120px 60px;
    text-align: center;
    background-color: #f8fafc;
    min-height: 500px;
}

.thanks-content h1 {
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 22px;
    color: #3498db;
    margin-bottom: 16px;
    font-weight: 600;
}

.thanks-content p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.service-confirmation {
    margin: 32px 0;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #3498db;
    border-radius: 8px;
    display: inline-block;
}

.service-confirmation p {
    font-size: 17px;
    color: #2c3e50;
    margin: 0;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover {
    background-color: #f8fafc;
    transform: translateY(-2px);
}

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

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

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

.legal-content h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-top: 32px;
    margin-bottom: 16px;
}

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

.legal-content ul {
    margin: 20px 0;
    padding-left: 40px;
}

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

.legal-content a {
    color: #3498db;
    text-decoration: underline;
}

.legal-update {
    margin-top: 60px;
    font-style: italic;
    color: #718096;
}

.legal-table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #cbd5e0;
}

.legal-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #2c3e50;
}

.legal-table td {
    font-size: 15px;
    color: #4a5568;
}

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

    .header-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hero-split,
    .intro-split,
    .process-split,
    .about-split,
    .team-split,
    .service-item-split,
    .contact-split {
        flex-direction: column;
    }

    .hero-content,
    .intro-text,
    .process-text,
    .about-text,
    .team-text,
    .service-content {
        padding: 40px 30px;
    }

    .hero-content h1,
    .about-hero-content h1 {
        font-size: 32px;
    }

    .values-grid,
    .philosophy-grid,
    .approach-cards {
        flex-direction: column;
    }

    .form-split-container {
        flex-direction: column;
        gap: 40px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }
}