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

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

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

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

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

.hero-section {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    background: #f7f9fc;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #dfe6e9;
}

.hero-content {
    padding: 80px 40px 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

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

.hero-content p {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
}

.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.intro-section {
    padding: 100px 0;
    background: #ffffff;
}

.intro-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.intro-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.insight-card {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.insight-card img {
    width: 45%;
    height: auto;
    object-fit: cover;
    background-color: #dfe6e9;
}

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.insight-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.dark-bg {
    background: #2c3e50;
    color: #ffffff;
    padding: 90px 0;
}

.dark-bg h2 {
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 30px;
}

.problem-section {
    padding: 90px 0;
}

.scenarios {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.scenario-item {
    flex: 1 1 300px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #3498db;
}

.scenario-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffffff;
}

.scenario-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #e0e0e0;
}

.solution-section {
    padding: 100px 0;
    background: #f9fafb;
}

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.text-side {
    flex: 1;
}

.text-side h2 {
    font-size: 34px;
    margin-bottom: 22px;
    color: #2c3e50;
}

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

.text-side ul {
    margin: 25px 0;
    padding-left: 20px;
}

.text-side li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: #444;
}

.image-side {
    flex: 1;
}

.image-side img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #dfe6e9;
}

.cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s;
    margin-top: 15px;
}

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

.services-preview {
    padding: 90px 0;
    background: #ffffff;
}

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    color: #2c3e50;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 40px;
}

.service-card {
    flex: 1 1 300px;
    padding: 35px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

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

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
    flex-grow: 1;
}

.service-card .price {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #3498db;
    margin-bottom: 15px;
}

.card-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

.card-link:hover {
    color: #2980b9;
}

.trust-section {
    padding: 90px 0;
    background: #ecf0f1;
}

.trust-section h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.testimonial {
    padding: 35px;
    background: #ffffff;
    border-left: 4px solid #3498db;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
    font-style: italic;
}

.testimonial cite {
    font-size: 15px;
    color: #777;
    font-style: normal;
}

.cta-section {
    padding: 80px 0;
    background: #3498db;
    text-align: center;
    color: #ffffff;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 40px;
    background: #ffffff;
    color: #3498db;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.cta-button-large:hover {
    background: #ecf0f1;
    color: #2980b9;
}

.disclaimer-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

.footer-col a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

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

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

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

.cookie-content {
    max-width: 1100px;
    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;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

.cookie-btn.reject:hover {
    background: #6c7a7b;
}

.page-hero {
    padding: 80px 0;
    background: #f7f9fc;
    text-align: center;
}

.page-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.page-hero p {
    font-size: 19px;
    color: #666;
}

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

.service-detail-item {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

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

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #dfe6e9;
}

.service-info {
    flex: 1;
}

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

.service-info p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

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

.service-info li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #444;
}

.price-block {
    margin-top: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
}

.price-label {
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}

.price-amount {
    font-size: 24px;
    font-weight: 600;
    color: #3498db;
}

.booking-section {
    padding: 90px 0;
    background: #ecf0f1;
}

.booking-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
    color: #2c3e50;
}

.booking-section > .content-wrapper > p {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

.booking-form {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

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

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.submit-button {
    width: 100%;
    padding: 16px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #2980b9;
}

.about-intro {
    padding: 90px 0;
    background: #ffffff;
}

.approach-section {
    padding: 90px 0;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 40px;
}

.approach-item {
    flex: 1 1 300px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
}

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

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

.values-section {
    padding: 90px 0;
    background: #f9fafb;
}

.values-section h2 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.values-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.value-item {
    flex: 1 1 45%;
    padding: 30px;
    background: #ffffff;
    border-top: 3px solid #3498db;
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.value-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.team-section {
    padding: 90px 0;
    background: #ffffff;
}

.team-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
    color: #2c3e50;
}

.team-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 50px;
}

.team-card {
    flex: 1 1 300px;
    background: #f8f9fa;
    padding: 35px;
}

.team-info h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.team-info .role {
    font-size: 15px;
    color: #3498db;
    margin-bottom: 15px;
    font-weight: 500;
}

.team-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-info {
    padding: 80px 0;
    background: #ffffff;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.contact-card {
    flex: 1 1 300px;
    padding: 35px;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
}

.contact-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 8px;
}

.contact-card .note {
    font-size: 14px;
    color: #777;
    margin-top: 12px;
}

.contact-details {
    padding: 90px 0;
    background: #ecf0f1;
}

.faq-section {
    padding: 90px 0;
    background: #ffffff;
}

.faq-section h2 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.thanks-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

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

.thanks-content .lead {
    font-size: 22px;
    color: #3498db;
    margin-bottom: 40px;
}

.thanks-info {
    background: #ffffff;
    padding: 35px;
    margin: 40px 0;
    text-align: left;
}

.thanks-info p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.thanks-info ul {
    margin-top: 15px;
    padding-left: 25px;
}

.thanks-info li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #444;
}

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

.next-steps h3 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #2c3e50;
    text-align: center;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #3498db;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    flex-shrink: 0;
}

.step p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    padding-top: 8px;
}

.service-reminder {
    background: #e8f4f8;
    padding: 20px;
    margin: 40px 0;
    border-left: 4px solid #3498db;
}

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

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

.secondary-link {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #3498db;
    text-decoration: none;
    border: 2px solid #3498db;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

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

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

.legal-page h1 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.update-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
}

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

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

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

.legal-page ul {
    margin: 15px 0 25px 25px;
}

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

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

.legal-page a:hover {
    color: #2980b9;
}

.cookie-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.cookie-table thead {
    background: #f8f9fa;
}

.cookie-table th {
    padding: 12px;
    text-align: left;
    font-size: 15px;
    color: #2c3e50;
    border-bottom: 2px solid #e0e0e0;
}

.cookie-table td {
    padding: 12px;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #e8e8e8;
}

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

    .main-nav {
        gap: 20px;
    }

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

    .hero-content p {
        font-size: 17px;
    }

    .content-wrapper {
        padding: 0 20px;
    }

    .insight-card {
        flex-direction: column;
    }

    .insight-card img {
        width: 100%;
    }

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

    .scenarios {
        flex-direction: column;
    }

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

    .form-row {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .cookie-btn {
        flex: 1;
    }

    .thanks-actions {
        flex-direction: column;
    }
}