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

.ad-disclosure {
    background-color: #fef3cd;
    color: #856404;
    text-align: center;
    padding: 8px 16px;
    font-size: 0.875rem;
    border-bottom: 1px solid #ffeaa7;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background-color: #1e3a5f;
    color: #ffffff;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.nav-links {
    list-style: none;
    flex-grow: 1;
}

.nav-links li {
    margin-bottom: 24px;
}

.nav-links a {
    color: #b8c6d9;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s;
}

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

.nav-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-footer a {
    color: #8899aa;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

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

.main-content {
    margin-left: 240px;
    margin-top: 36px;
    padding: 0;
}

.hero-card {
    background-color: #ffffff;
    border-radius: 16px;
    margin: 24px 40px;
    padding: 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 2.8rem;
    color: #1e3a5f;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.15rem;
    color: #546e7a;
    margin-bottom: 32px;
}

.hero-image {
    flex: 1;
    background-color: #e8eef3;
    border-radius: 12px;
    overflow: hidden;
}

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

.cta-button {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2874a6;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: background-color 0.3s, transform 0.2s;
}

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

.intro-cards {
    margin: 24px 40px;
}

.card-grid-intro {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.intro-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    flex: 1;
}

.intro-card h2 {
    font-size: 1.6rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.intro-card p {
    font-size: 1.05rem;
    color: #546e7a;
    line-height: 1.7;
}

.highlight-card {
    background: linear-gradient(135deg, #2874a6 0%, #1f5a84 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stat-large {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
}

.highlight-card p {
    color: #e8f4f8;
    font-size: 1rem;
}

.solution-section {
    margin: 40px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}

.solution-content {
    flex: 1.2;
}

.solution-content h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    margin-bottom: 20px;
}

.solution-content > p {
    font-size: 1.1rem;
    color: #546e7a;
    margin-bottom: 40px;
    line-height: 1.7;
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.feature-item h3 {
    font-size: 1.2rem;
    color: #1e3a5f;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 1rem;
    color: #546e7a;
    line-height: 1.6;
}

.solution-image {
    flex: 1;
    background-color: #e8eef3;
    border-radius: 12px;
    overflow: hidden;
}

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

.services-grid-section {
    margin: 40px 40px;
    padding: 60px 0;
}

.services-grid-section h2 {
    font-size: 2.4rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 16px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.15rem;
    color: #546e7a;
    margin-bottom: 48px;
}

.services-card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex: 1 1 calc(33.333% - 16px);
    min-width: 320px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.featured-service {
    border: 3px solid #2874a6;
}

.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #2874a6;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}

.service-header {
    padding: 24px 24px 16px 24px;
}

.service-header h3 {
    font-size: 1.4rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.service-price {
    font-size: 1.8rem;
    color: #2874a6;
    font-weight: 700;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #e8eef3;
}

.service-card > p {
    padding: 0 24px;
    font-size: 1rem;
    color: #546e7a;
    line-height: 1.6;
    margin: 16px 0;
}

.service-features {
    list-style: none;
    padding: 0 24px;
    margin: 16px 0;
}

.service-features li {
    padding: 8px 0 8px 28px;
    font-size: 0.95rem;
    color: #546e7a;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2874a6;
    font-weight: 700;
}

.select-service-btn {
    margin: auto 24px 24px 24px;
    padding: 14px 24px;
    background-color: #2874a6;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.select-service-btn:hover {
    background-color: #1f5a84;
    transform: translateY(-2px);
}

.select-service-btn.selected {
    background-color: #28a745;
}

.form-section-card {
    margin: 40px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 2rem;
    color: #1e3a5f;
    margin-bottom: 12px;
    text-align: center;
}

.form-container > p {
    text-align: center;
    font-size: 1.05rem;
    color: #546e7a;
    margin-bottom: 40px;
}

.selected-service-display {
    background-color: #e8f4f8;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 1rem;
    color: #1e3a5f;
}

.selected-service-display strong {
    color: #2874a6;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1e3a5f;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #d0dce6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2874a6;
}

.submit-button {
    width: 100%;
    padding: 16px;
    background-color: #2874a6;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.trust-section {
    margin: 40px 40px;
    padding: 60px 40px;
}

.trust-section h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 48px;
}

.testimonial-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex: 1;
    border-left: 4px solid #2874a6;
}

.testimonial-card p {
    font-size: 1.05rem;
    color: #546e7a;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #1e3a5f;
    font-weight: 600;
    font-style: normal;
}

.final-cta-section {
    margin: 40px 40px;
    background: linear-gradient(135deg, #2874a6 0%, #1f5a84 100%);
    border-radius: 16px;
    padding: 80px 60px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.final-cta-content h2 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 16px;
}

.final-cta-content p {
    font-size: 1.15rem;
    color: #e8f4f8;
    margin-bottom: 32px;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 44px;
    background-color: #ffffff;
    color: #2874a6;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.footer {
    background-color: #1e3a5f;
    color: #b8c6d9;
    margin-left: 240px;
    padding: 60px 40px 30px 40px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-column p {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-column a {
    display: block;
    color: #b8c6d9;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.disclaimer {
    font-size: 0.85rem;
    color: #8899aa;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p:last-child {
    font-size: 0.9rem;
    color: #8899aa;
}

.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: flex-end;
    z-index: 10000;
    padding: 20px;
}

.cookie-content {
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    padding: 32px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.cookie-content h3 {
    font-size: 1.4rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.cookie-content p {
    font-size: 1rem;
    color: #546e7a;
    margin-bottom: 20px;
    line-height: 1.6;
}

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

.cookie-btn {
    flex: 1;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.cookie-btn.accept {
    background-color: #2874a6;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #1f5a84;
    transform: translateY(-2px);
}

.cookie-btn.reject {
    background-color: #e0e7ee;
    color: #1e3a5f;
}

.cookie-btn.reject:hover {
    background-color: #d0dce6;
    transform: translateY(-2px);
}

.cookie-content a {
    color: #2874a6;
    text-decoration: none;
    font-size: 0.95rem;
}

.cookie-content a:hover {
    text-decoration: underline;
}

.about-hero-card {
    background-color: #ffffff;
    border-radius: 16px;
    margin: 24px 40px;
    padding: 80px 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.about-content h1 {
    font-size: 2.6rem;
    color: #1e3a5f;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1.15rem;
    color: #546e7a;
    max-width: 800px;
    margin: 0 auto;
}

.story-section {
    margin: 40px 40px;
}

.story-grid {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 2rem;
    color: #1e3a5f;
    margin-bottom: 24px;
}

.story-text p {
    font-size: 1.05rem;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.story-image {
    flex: 1;
    background-color: #e8eef3;
    border-radius: 12px;
    overflow: hidden;
}

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

.values-cards {
    margin: 40px 40px;
    padding: 60px 0;
}

.values-cards h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 48px;
}

.values-grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.value-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex: 1;
}

.value-card h3 {
    font-size: 1.4rem;
    color: #2874a6;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 1.05rem;
    color: #546e7a;
    line-height: 1.7;
}

.team-section {
    margin: 40px 40px;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.team-section h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 16px;
}

.section-intro {
    text-align: center;
    font-size: 1.05rem;
    color: #546e7a;
    margin-bottom: 48px;
}

.team-grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.team-member-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    border-top: 4px solid #2874a6;
}

.team-member-card h3 {
    font-size: 1.3rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.team-member-card p {
    font-size: 1rem;
    color: #546e7a;
    line-height: 1.6;
}

.mission-card-section {
    margin: 40px 40px;
}

.mission-card {
    background: linear-gradient(135deg, #2874a6 0%, #1f5a84 100%);
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mission-card h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 24px;
}

.mission-card p {
    font-size: 1.15rem;
    color: #e8f4f8;
    line-height: 1.7;
    margin-bottom: 20px;
}

.cta-about {
    margin: 40px 40px;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.cta-about h2 {
    font-size: 2rem;
    color: #1e3a5f;
    margin-bottom: 32px;
}

.services-hero {
    background-color: #ffffff;
    border-radius: 16px;
    margin: 24px 40px;
    padding: 80px 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.services-hero h1 {
    font-size: 2.6rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.services-hero p {
    font-size: 1.15rem;
    color: #546e7a;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    margin: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-detail-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.service-detail-card.featured {
    border: 3px solid #2874a6;
}

.service-detail-header {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 32px;
}

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

.service-detail-left h2 {
    font-size: 2rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.price-tag {
    font-size: 2.2rem;
    color: #2874a6;
    font-weight: 700;
}

.service-detail-header img {
    width: 350px;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    background-color: #e8eef3;
}

.service-detail-content > p {
    font-size: 1.1rem;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 32px;
}

.service-detail-content h3 {
    font-size: 1.3rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.service-detail-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.service-detail-content ul li {
    padding: 10px 0 10px 32px;
    font-size: 1.05rem;
    color: #546e7a;
    position: relative;
    line-height: 1.6;
}

.service-detail-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2874a6;
    font-weight: 700;
    font-size: 1.2rem;
}

.process-section {
    margin: 40px 40px;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.process-section h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 48px;
}

.process-steps {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.process-step {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    text-align: center;
    border-top: 4px solid #2874a6;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2874a6;
    margin-bottom: 16px;
}

.process-step h3 {
    font-size: 1.2rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.process-step p {
    font-size: 0.95rem;
    color: #546e7a;
    line-height: 1.6;
}

.contact-hero {
    background-color: #ffffff;
    border-radius: 16px;
    margin: 24px 40px;
    padding: 80px 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.6rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.contact-hero p {
    font-size: 1.15rem;
    color: #546e7a;
}

.contact-content-section {
    margin: 40px 40px;
}

.contact-info-grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex: 1;
}

.contact-card h2 {
    font-size: 1.5rem;
    color: #2874a6;
    margin-bottom: 20px;
}

.contact-card p {
    font-size: 1.05rem;
    color: #546e7a;
    margin-bottom: 8px;
    line-height: 1.6;
}

.contact-note {
    font-size: 0.9rem;
    color: #8899aa;
    font-style: italic;
}

.map-placeholder-section {
    margin: 40px 40px;
}

.map-placeholder {
    background-color: #e8eef3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

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

.contact-faq {
    margin: 40px 40px;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.contact-faq h2 {
    font-size: 2.2rem;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 48px;
}

.faq-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.faq-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    flex: 1 1 calc(50% - 12px);
    min-width: 300px;
}

.faq-card h3 {
    font-size: 1.2rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.faq-card p {
    font-size: 1rem;
    color: #546e7a;
    line-height: 1.6;
}

.thanks-section {
    margin: 40px 40px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 80px 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 700px;
}

.success-icon {
    width: 80px;
    height: 80px;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 32px auto;
}

.thanks-card h1 {
    font-size: 2.4rem;
    color: #1e3a5f;
    margin-bottom: 16px;
}

.thanks-card p {
    font-size: 1.1rem;
    color: #546e7a;
    margin-bottom: 12px;
}

.thanks-detail {
    font-size: 1.05rem;
    line-height: 1.6;
}

.selected-service-info {
    background-color: #e8f4f8;
    padding: 20px;
    border-radius: 8px;
    margin: 32px 0;
    font-size: 1rem;
}

.selected-service-thanks {
    color: #1e3a5f;
    margin: 0;
}

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

.secondary-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #e0e7ee;
    color: #1e3a5f;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s, transform 0.2s;
}

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

.legal-document {
    margin: 40px 40px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 60px 80px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.legal-document h1 {
    font-size: 2.4rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.last-updated {
    font-size: 0.9rem;
    color: #8899aa;
    margin-bottom: 40px;
}

.legal-document h2 {
    font-size: 1.6rem;
    color: #1e3a5f;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-document h3 {
    font-size: 1.3rem;
    color: #2874a6;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-document p {
    font-size: 1.05rem;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-document ul {
    margin-bottom: 20px;
    padding-left: 40px;
}

.legal-document ul li {
    font-size: 1.05rem;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 12px;
}

.legal-document a {
    color: #2874a6;
    text-decoration: none;
}

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

@media (max-width: 1024px) {
    .nav-sidebar {
        width: 200px;
    }

    .main-content {
        margin-left: 200px;
    }

    .footer {
        margin-left: 200px;
    }

    .hero-card,
    .solution-section {
        flex-direction: column;
    }

    .services-card-grid {
        flex-direction: column;
    }

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

    .testimonial-cards,
    .values-grid,
    .team-grid,
    .contact-info-grid,
    .process-steps {
        flex-direction: column;
    }

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

    .service-detail-header img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-sidebar {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }

    .footer {
        margin-left: 0;
    }

    .hero-card,
    .solution-section,
    .form-section-card,
    .about-hero-card,
    .services-hero,
    .contact-hero,
    .thanks-card {
        padding: 40px 24px;
        margin: 16px 20px;
    }

    .legal-document {
        padding: 40px 24px;
        margin: 16px 20px;
    }

    .card-grid-intro {
        flex-direction: column;
    }

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

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

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