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

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

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

.brand-logo {
    font-size: 26px;
    font-weight: 700;
    color: #2c5282;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c5282;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2c5282;
    margin: 3px 0;
    transition: 0.3s;
}

.hero-section {
    display: flex;
    align-items: stretch;
    min-height: 600px;
    background-color: #f7fafc;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    max-width: 650px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a202c;
    font-weight: 700;
}

.hero-subtext {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.hero-image {
    flex: 1;
    background-color: #e2e8f0;
    overflow: hidden;
    position: relative;
}

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

.story-intro {
    padding: 100px 30px;
    background-color: #ffffff;
}

.story-container {
    max-width: 800px;
    margin: 0 auto;
}

.story-container p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #2d3748;
}

.visual-break {
    position: relative;
    background-color: #2c5282;
    padding: 0;
}

.visual-break img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.85;
}

.visual-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
    background: linear-gradient(to top, rgba(44, 82, 130, 0.95), transparent);
}

.visual-caption p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
}

.problem-amplification {
    padding: 120px 30px;
    background-color: #f7fafc;
}

.problem-content {
    max-width: 1200px;
    margin: 0 auto;
}

.problem-content h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a202c;
}

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

.problem-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #2c5282;
}

.problem-item h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #2c5282;
}

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

.problem-item a {
    color: #2c5282;
    text-decoration: none;
    font-weight: 600;
}

.insight-section {
    padding: 120px 30px;
    background-color: #ffffff;
}

.insight-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.insight-text {
    flex: 1.2;
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a202c;
}

.insight-text p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #2d3748;
}

.principle-list {
    list-style: none;
    margin-top: 35px;
}

.principle-list li {
    padding: 18px 0;
    font-size: 18px;
    color: #2d3748;
    border-bottom: 1px solid #e2e8f0;
}

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

.insight-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.trust-building {
    padding: 120px 30px;
    background-color: #edf2f7;
}

.trust-content {
    max-width: 1400px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 42px;
    margin-bottom: 70px;
    text-align: center;
    color: #1a202c;
}

.process-flow {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.process-step {
    flex: 1;
    background-color: #ffffff;
    padding: 45px 35px;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2c5282;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

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

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

.testimonial-inline {
    padding: 100px 30px;
    background-color: #2c5282;
}

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

.testimonial-content blockquote {
    border: none;
}

.testimonial-content p {
    font-size: 26px;
    line-height: 1.7;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-content cite {
    font-size: 18px;
    color: #cbd5e0;
    font-style: normal;
}

.benefits-reveal {
    padding: 120px 30px;
    background-color: #ffffff;
}

.benefits-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.benefits-wrapper h2 {
    font-size: 42px;
    margin-bottom: 70px;
    text-align: center;
    color: #1a202c;
}

.benefits-layout {
    display: flex;
    gap: 60px;
}

.benefit-major {
    flex: 1.1;
}

.benefit-major img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    background-color: #e2e8f0;
}

.benefit-major h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.benefit-major p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.benefit-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

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

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

.benefit-item a {
    color: #2c5282;
    text-decoration: none;
    font-weight: 600;
}

.service-selection-intro {
    padding: 80px 30px 60px;
    background-color: #f7fafc;
}

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

.service-intro-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a202c;
}

.service-intro-content p {
    font-size: 19px;
    line-height: 1.7;
    color: #4a5568;
}

.services-pricing {
    padding: 60px 30px 120px;
    background-color: #f7fafc;
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.service-card {
    flex: 1 1 calc(33.333% - 24px);
    background-color: #ffffff;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    border-color: #2c5282;
    box-shadow: 0 8px 24px rgba(44, 82, 130, 0.15);
}

.service-card.featured {
    border-color: #2c5282;
    box-shadow: 0 8px 24px rgba(44, 82, 130, 0.2);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 40px;
    background-color: #2c5282;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.service-features {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.service-features li {
    padding: 12px 0;
    font-size: 15px;
    color: #2d3748;
    border-bottom: 1px solid #e2e8f0;
}

.service-features li:before {
    content: "✓";
    color: #2c5282;
    font-weight: 700;
    margin-right: 12px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c5282;
    margin-bottom: 25px;
    text-align: center;
}

.service-select-btn {
    background-color: #2c5282;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-select-btn:hover {
    background-color: #1e3a5f;
}

.service-select-btn.selected {
    background-color: #38a169;
}

.cta-section {
    padding: 100px 30px;
    background-color: #2c5282;
    text-align: center;
}

.cta-content h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 20px;
    color: #cbd5e0;
    max-width: 700px;
    margin: 0 auto;
}

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

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

.form-container h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a202c;
}

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

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

.form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2d3748;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    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: #2c5282;
}

.submit-btn {
    background-color: #2c5282;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

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

.references-section {
    padding: 80px 30px;
    background-color: #f7fafc;
}

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

.references-content h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #1a202c;
}

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

.references-list li {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
}

.references-list a {
    color: #2c5282;
    text-decoration: none;
    word-break: break-all;
}

.disclaimer-section {
    padding: 60px 30px;
    background-color: #fef5e7;
    border-top: 3px solid #f39c12;
}

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

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #2d3748;
}

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

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

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

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

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

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

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

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

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

.footer-bottom p {
    font-size: 14px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    z-index: 10000;
    display: none;
}

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

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

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

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

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

.cookie-btn.accept {
    background-color: #2c5282;
    color: #ffffff;
}

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

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

.cookie-btn.reject:hover {
    background-color: #2d3748;
}

.cookie-link {
    color: #90cdf4;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        padding: 20px 30px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-toggle {
        display: flex;
    }

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

    .hero-content {
        max-width: 100%;
    }

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

    .insight-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .process-flow {
        flex-wrap: wrap;
    }

    .process-step {
        flex: 1 1 calc(50% - 15px);
    }

    .benefits-layout {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 calc(50% - 18px);
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-section {
        flex: 1 1 calc(50% - 25px);
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-header {
    padding: 100px 30px 80px;
    background-color: #2c5282;
    text-align: center;
}

.header-content h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.header-content p {
    font-size: 22px;
    color: #cbd5e0;
    max-width: 800px;
    margin: 0 auto;
}

.about-story {
    padding: 120px 30px;
    background-color: #ffffff;
}

.about-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

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

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

.about-text {
    flex: 1;
}

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

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

.philosophy-section {
    padding: 120px 30px;
    background-color: #f7fafc;
}

.philosophy-content {
    max-width: 1300px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a202c;
}

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

.philosophy-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
}

.philosophy-item h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #2c5282;
}

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

.team-section {
    padding: 120px 30px;
    background-color: #ffffff;
}

.team-content {
    max-width: 1300px;
    margin: 0 auto;
}

.team-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    color: #1a202c;
}

.team-intro {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
    color: #4a5568;
}

.approach-details {
    display: flex;
    gap: 60px;
}

.approach-item {
    flex: 1;
}

.approach-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 25px;
    background-color: #e2e8f0;
}

.approach-item h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1a202c;
}

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

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #2c5282;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
}

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

.services-page-header {
    padding: 100px 30px;
    background-color: #f7fafc;
    text-align: center;
}

.services-page-header h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #1a202c;
}

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

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

.services-detail-container {
    max-width: 1300px;
    margin: 0 auto;
}

.service-detail-card {
    background-color: #f7fafc;
    padding: 50px;
    margin-bottom: 40px;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

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

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

.service-detail-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 25px;
}

.service-detail-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-detail-features li {
    padding: 12px 0;
    font-size: 17px;
    color: #2d3748;
    border-bottom: 1px solid #cbd5e0;
}

.service-detail-features li:before {
    content: "✓";
    color: #2c5282;
    font-weight: 700;
    margin-right: 12px;
}

.service-detail-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2c5282;
    color: #ffffff;
    padding: 40px 30px;
    min-width: 220px;
}

.service-detail-price .price-label {
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.service-detail-price .price-amount {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail-price .price-btn {
    background-color: #ffffff;
    color: #2c5282;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.service-detail-price .price-btn:hover {
    background-color: #f7fafc;
}

.contact-page-section {
    padding: 120px 30px;
    background-color: #ffffff;
}

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

.contact-info {
    flex: 1;
}

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

.contact-info p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 40px;
}

.contact-details {
    margin-top: 50px;
}

.contact-detail-item {
    margin-bottom: 30px;
}

.contact-detail-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c5282;
}

.contact-detail-item p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 5px;
}

.contact-form-wrapper {
    flex: 1;
    background-color: #f7fafc;
    padding: 50px;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
    background-color: #f7fafc;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #38a169;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 30px;
}

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

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

.thanks-details {
    background-color: #f7fafc;
    padding: 30px;
    margin: 30px 0;
    text-align: left;
}

.thanks-details h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c5282;
}

.thanks-details p {
    font-size: 16px;
    margin-bottom: 10px;
}

.thanks-details strong {
    color: #1a202c;
}

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

.thanks-btn {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.thanks-btn.primary {
    background-color: #2c5282;
    color: #ffffff;
    border: 2px solid #2c5282;
}

.thanks-btn.primary:hover {
    background-color: #1e3a5f;
}

.thanks-btn.secondary {
    background-color: transparent;
    color: #2c5282;
    border: 2px solid #2c5282;
}

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

.legal-page {
    padding: 100px 30px;
    background-color: #ffffff;
}

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

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

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c5282;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2d3748;
}

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

.legal-container ul,
.legal-container ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

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

.legal-container a {
    color: #2c5282;
    text-decoration: none;
}

.legal-container a:hover {
    text-decoration: underline;
}

.legal-updated {
    font-size: 14px;
    color: #718096;
    margin-bottom: 40px;
    font-style: italic;
}

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

    .approach-details {
        flex-direction: column;
    }

    .service-detail-card {
        flex-direction: column;
    }

    .service-detail-price {
        min-width: 100%;
        padding: 30px;
    }

    .contact-container {
        flex-direction: column;
        gap: 50px;
    }

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

    .thanks-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 28px;
    }

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

    .problem-item {
        flex: 1 1 100%;
    }

    .process-step {
        flex: 1 1 100%;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .footer-section {
        flex: 1 1 100%;
    }

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

    .page-header .header-content p {
        font-size: 18px;
    }

    .philosophy-item {
        flex: 1 1 100%;
    }
}