.page-hero-simple {
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    padding: 80px 30px;
    text-align: center;
    color: #ffffff;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.page-hero-content p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.about-story {
    padding: 80px 30px;
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.story-main {
    flex: 2;
}

.story-main h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.story-main h3 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

.story-main p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #4b5563;
    line-height: 1.8;
}

.story-image-inline {
    margin: 40px 0;
    background-color: #e5e7eb;
}

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

.story-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-card {
    background-color: #f9fafb;
    padding: 30px;
    border-left: 3px solid #2563eb;
}

.sidebar-card h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #1e3a8a;
}

.sidebar-card p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 10px;
}

.reach-stats {
    list-style: none;
}

.reach-stats li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1rem;
}

.reach-stats li:last-child {
    border-bottom: none;
}

.reach-stats strong {
    color: #2563eb;
    font-size: 1.3rem;
}

.certifications-list {
    list-style: none;
}

.certifications-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.values-section {
    background-color: #f3f4f6;
    padding: 80px 30px;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
}

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

.value-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
}

.value-item h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #1e3a8a;
}

.value-item p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
}

.services-detail {
    padding: 60px 30px;
}

.services-detail-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-card {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 1.05rem;
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-features {
    margin: 30px 0;
}

.service-features h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #1e3a8a;
}

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

.service-features li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #6b7280;
}

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

.service-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
}

.spec-item {
    background-color: #ede9fe;
    padding: 10px 18px;
    font-size: 0.9rem;
    color: #5b21b6;
    border-radius: 3px;
}

.service-detail-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-top: 25px;
}

.contact-page {
    padding: 60px 30px;
}

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

.contact-intro {
    text-align: center;
    margin-bottom: 60px;
}

.contact-intro h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.contact-intro p {
    font-size: 1.1rem;
    color: #6b7280;
}

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

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info-item {
    margin-bottom: 35px;
}

.contact-info-item h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #1e3a8a;
}

.contact-info-item p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    min-width: 300px;
    background-color: #e5e7eb;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-style: italic;
}

.thanks-page {
    padding: 100px 30px;
    text-align: center;
}

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

.thanks-icon {
    font-size: 4rem;
    color: #10b981;
    margin-bottom: 25px;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.thanks-container p {
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-service-selected {
    background-color: #f0fdf4;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #10b981;
}

.thanks-service-selected strong {
    color: #166534;
}

.back-home-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.back-home-btn:hover {
    background-color: #1d4ed8;
}

.legal-page {
    padding: 60px 30px;
}

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

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.legal-container .last-updated {
    color: #9ca3af;
    font-size: 0.95rem;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.legal-container h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-container p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-container ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-container li {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

    .service-detail-card,
    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

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