* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2C3E50;
    background-color: #FFFFFF;
}

.ad-disclosure {
    background-color: #FFF3CD;
    color: #856404;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #FFE69C;
}

.main-nav {
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand-logo {
    font-size: 22px;
    font-weight: 700;
    color: #1A5490;
    text-decoration: none;
}

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

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

.nav-links a:hover {
    color: #1A5490;
}

.hero-section {
    background-color: #F8F9FA;
    padding: 80px 30px 0;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1A5490;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: #5A6C7D;
    line-height: 1.5;
}

.hero-image-container {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #E8EEF3;
}

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

.intro-section {
    background-color: #FFFFFF;
    padding: 90px 30px;
}

.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.large-text {
    font-size: 26px;
    line-height: 1.6;
    color: #2C3E50;
    text-align: center;
}

.story-section {
    background-color: #F0F4F8;
    padding: 100px 30px;
}

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

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    color: #1A5490;
    margin-bottom: 28px;
    font-weight: 700;
}

.story-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3F4E5F;
}

.story-image {
    flex: 1;
    background-color: #D9E2EC;
}

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

.insight-section {
    background-color: #FFFFFF;
    padding: 100px 30px;
}

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

.insight-content h2 {
    font-size: 38px;
    color: #1A5490;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.insight-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.insight-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #F8F9FA;
    padding: 40px 32px;
    border-left: 4px solid #1A5490;
}

.insight-card h3 {
    font-size: 22px;
    color: #2C3E50;
    margin-bottom: 16px;
    font-weight: 600;
}

.insight-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5A6C7D;
}

.services-preview {
    background-color: #F0F4F8;
    padding: 100px 30px;
}

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

.services-intro h2 {
    font-size: 40px;
    color: #1A5490;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-intro p {
    font-size: 18px;
    color: #5A6C7D;
}

.service-blocks {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-block {
    background-color: #FFFFFF;
    display: flex;
    gap: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-block:nth-child(even) {
    flex-direction: row-reverse;
}

.service-block img {
    width: 50%;
    height: 350px;
    object-fit: cover;
    background-color: #D9E2EC;
}

.service-info {
    width: 50%;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h3 {
    font-size: 26px;
    color: #1A5490;
    margin-bottom: 16px;
    font-weight: 600;
}

.service-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #5A6C7D;
    margin-bottom: 20px;
}

.service-info .price {
    font-size: 22px;
    font-weight: 700;
    color: #2C3E50;
}

.testimonials-section {
    background-color: #FFFFFF;
    padding: 100px 30px;
}

.testimonials-container {
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials-container h2 {
    font-size: 38px;
    color: #1A5490;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.testimonial-items {
    display: flex;
    gap: 40px;
}

.testimonial {
    flex: 1;
    background-color: #F8F9FA;
    padding: 36px 32px;
    border-radius: 8px;
}

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    color: #2C3E50;
    margin-bottom: 20px;
    font-style: italic;
}

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

.form-section {
    background-color: #1A5490;
    padding: 100px 30px;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #E8EEF3;
    text-align: center;
    margin-bottom: 50px;
}

.contact-form {
    background-color: #FFFFFF;
    padding: 48px 44px;
    border-radius: 8px;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #1A5490;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #134073;
}

.disclaimer-section {
    background-color: #F8F9FA;
    padding: 50px 30px;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #5A6C7D;
}

.main-footer {
    background-color: #2C3E50;
    color: #FFFFFF;
    padding: 60px 30px 30px;
}

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

.footer-column {
    flex: 1;
}

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

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

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

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

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

.footer-column ul li a:hover {
    color: #FFFFFF;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #4A5568;
    text-align: center;
    font-size: 14px;
    color: #CBD5E0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2C3E50;
    color: #FFFFFF;
    padding: 24px 30px;
    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.5;
}

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

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

.cookie-btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #1A5490;
    color: #FFFFFF;
}

.cookie-btn.accept:hover {
    background-color: #134073;
}

.cookie-btn.reject {
    background-color: #718096;
    color: #FFFFFF;
}

.cookie-btn.reject:hover {
    background-color: #4A5568;
}

.page-header {
    background-color: #1A5490;
    padding: 80px 30px 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 700;
}

.page-header p {
    font-size: 18px;
    color: #E8EEF3;
}

.about-content {
    padding: 100px 30px;
    background-color: #FFFFFF;
}

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

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 34px;
    color: #1A5490;
    margin-bottom: 24px;
    font-weight: 700;
}

.about-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 20px;
}

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

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

.approach-section {
    background-color: #F0F4F8;
    padding: 100px 30px;
}

.approach-container {
    max-width: 1000px;
    margin: 0 auto;
}

.approach-container h2 {
    font-size: 38px;
    color: #1A5490;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.approach-block {
    background-color: #FFFFFF;
    padding: 36px 40px;
    margin-bottom: 30px;
    border-left: 4px solid #1A5490;
}

.approach-block h3 {
    font-size: 22px;
    color: #2C3E50;
    margin-bottom: 12px;
    font-weight: 600;
}

.approach-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #5A6C7D;
}

.values-section {
    background-color: #FFFFFF;
    padding: 100px 30px;
}

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

.values-content h2 {
    font-size: 38px;
    color: #1A5490;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.value-item {
    flex: 1;
    background-color: #F8F9FA;
    padding: 40px 32px;
}

.value-item h3 {
    font-size: 22px;
    color: #2C3E50;
    margin-bottom: 16px;
    font-weight: 600;
}

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

.value-item a {
    color: #1A5490;
    text-decoration: none;
}

.background-section {
    background-color: #F0F4F8;
    padding: 100px 30px;
}

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

.background-content h2 {
    font-size: 36px;
    color: #1A5490;
    margin-bottom: 28px;
    font-weight: 700;
}

.background-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 20px;
}

.references-section {
    background-color: #FFFFFF;
    padding: 60px 30px;
}

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

.references-content h3 {
    font-size: 24px;
    color: #2C3E50;
    margin-bottom: 20px;
    font-weight: 600;
}

.references-list {
    padding-left: 20px;
}

.references-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #5A6C7D;
    margin-bottom: 12px;
}

.references-list a {
    color: #1A5490;
    text-decoration: none;
}

.services-detail {
    padding: 80px 30px;
    background-color: #FFFFFF;
}

.service-detail-item {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 32px;
    color: #1A5490;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 24px;
}

.service-features {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    font-size: 15px;
    line-height: 1.6;
    color: #5A6C7D;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1A5490;
    font-weight: 700;
}

.cta-section {
    background-color: #F0F4F8;
    padding: 80px 30px;
}

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

.cta-content h2 {
    font-size: 36px;
    color: #1A5490;
    margin-bottom: 18px;
    font-weight: 700;
}

.cta-content p {
    font-size: 18px;
    color: #5A6C7D;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #1A5490;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #134073;
}

.contact-section {
    padding: 100px 30px;
    background-color: #FFFFFF;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 34px;
    color: #1A5490;
    margin-bottom: 40px;
    font-weight: 700;
}

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

.contact-item h3 {
    font-size: 20px;
    color: #2C3E50;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #5A6C7D;
}

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

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

.response-info {
    background-color: #F0F4F8;
    padding: 80px 30px;
}

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

.response-content h2 {
    font-size: 32px;
    color: #1A5490;
    margin-bottom: 24px;
    font-weight: 700;
}

.response-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 20px;
}

.thanks-section {
    background-color: #FFFFFF;
    padding: 100px 30px;
    min-height: 60vh;
}

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

.thanks-icon {
    margin-bottom: 32px;
}

.thanks-container h1 {
    font-size: 40px;
    color: #1A5490;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.6;
    color: #5A6C7D;
    margin-bottom: 40px;
}

.thanks-service {
    background-color: #F0F4F8;
    padding: 24px 32px;
    margin-bottom: 50px;
    border-radius: 8px;
}

.thanks-service p {
    font-size: 17px;
    color: #2C3E50;
}

.thanks-next h2 {
    font-size: 28px;
    color: #1A5490;
    margin-bottom: 24px;
    font-weight: 600;
}

.next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 50px;
    padding-left: 20px;
}

.next-steps li {
    font-size: 16px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 16px;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #1A5490;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #134073;
}

.btn-secondary {
    background-color: #E8EEF3;
    color: #1A5490;
}

.btn-secondary:hover {
    background-color: #D9E2EC;
}

.legal-content {
    padding: 80px 30px;
    background-color: #FFFFFF;
}

.legal-content .content-wrapper {
    max-width: 900px;
}

.legal-content h2 {
    font-size: 28px;
    color: #1A5490;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #3F4E5F;
    margin-bottom: 20px;
}

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

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

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

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

    .hero-subtitle {
        font-size: 17px;
    }

    .story-container,
    .about-content .content-wrapper,
    .service-detail-item,
    .contact-container {
        flex-direction: column;
    }

    .service-block {
        flex-direction: column;
    }

    .service-block:nth-child(even) {
        flex-direction: column;
    }

    .service-block img,
    .service-info {
        width: 100%;
    }

    .testimonial-items {
        flex-direction: column;
    }

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

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

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

    .insight-card,
    .value-item {
        flex: 1 1 100%;
    }

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