/*
 * Pages entry
 * 当前先保留旧样式总入口，后续逐步把首页、产品页、新闻页、案例页等页面级样式迁移到这里。
 */
@import url('./style.css');

/* ==================== About Page ==================== */
.about-page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #fff;
    padding: 80px 0 60px;
}

.about-page-hero-inner,
.about-page-cta-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-page-hero-title,
.about-page-cta-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-page-hero-desc,
.about-page-cta-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.about-page-intro {
    background: #fff;
    padding: 80px 0;
}

.about-page-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-page-image-wrap {
    position: relative;
}

.about-page-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-page-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #E3000F;
    padding: 16px 24px;
    border-radius: 12px;
}

.about-page-image-badge-content {
    color: #fff;
    text-align: center;
}

.about-page-image-badge-number {
    font-size: 32px;
    font-weight: 700;
}

.about-page-image-badge-text {
    font-size: 14px;
}

.about-page-eyebrow,
.about-page-expertise-eyebrow,
.contact-page-eyebrow {
    color: #E3000F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-page-intro-title,
.about-page-expertise-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 16px 0 24px;
}

.about-page-intro-title-accent {
    color: #E3000F;
}

.about-page-intro-text,
.about-page-expertise-desc,
.about-page-card-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.about-page-intro-text + .about-page-intro-text {
    margin-top: 20px;
}

.about-page-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.about-page-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-page-feature-label {
    font-weight: 500;
}

.about-page-stats {
    background: linear-gradient(135deg, #E3000F 0%, #B8000C 100%);
    color: #fff;
    padding: 60px 0;
}

.about-page-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.about-page-stat {
    padding: 20px;
}

.about-page-stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.about-page-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.9;
}

.about-page-expertise {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-page-expertise-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.about-page-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-page-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.about-page-card-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(227, 0, 15, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.about-page-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-page-card-desc {
    font-size: 14px;
    line-height: 1.6;
}

.about-page-cta {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 0;
}

.about-page-cta-inner {
    max-width: 600px;
}

.about-page-cta-desc {
    line-height: 1.7;
    margin-bottom: 32px;
}

.about-page-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E3000F;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

/* ==================== Cases Page ==================== */
.cases-page-hero {
    background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cases-page-hero-inner {
    max-width: 760px;
}

.cases-page-eyebrow,
.cases-page-cta-eyebrow {
    display: inline-block;
    color: #E3000F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.cases-page-hero-title,
.cases-page-featured-title,
.cases-page-card-title,
.cases-page-cta-title,
.contact-page-hero-title,
.contact-page-form-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
}

.cases-page-hero-title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.15;
}

.cases-page-hero-desc {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 720px;
}

.cases-page-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.cases-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.cases-page-btn-primary {
    background: #E3000F;
    color: #fff;
}

.cases-page-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cases-page-btn-inline {
    padding: 14px 24px;
}

.cases-page-featured-section {
    padding: 56px 0 0;
    background: #f8f8f8;
}

.cases-page-featured-card,
.cases-page-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: grid;
}

.cases-page-featured-card {
    grid-template-columns: 420px 1fr;
}

.cases-page-card {
    grid-template-columns: 360px 1fr;
}

.cases-page-featured-media {
    min-height: 320px;
    background: #eee;
}

.cases-page-card-media {
    min-height: 280px;
    background: #eee;
}

.cases-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cases-page-featured-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cases-page-card-content {
    padding: 32px;
}

.cases-page-badge {
    display: inline-block;
    width: max-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(227, 0, 15, 0.08);
    color: #E3000F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cases-page-featured-content .cases-page-badge {
    margin-bottom: 14px;
}

.cases-page-featured-title {
    font-size: 36px;
    margin-bottom: 14px;
}

.cases-page-featured-summary {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cases-page-meta-row,
.cases-page-card-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.cases-page-meta-row {
    color: #777;
    font-size: 14px;
    margin-bottom: 22px;
}

.cases-page-card-meta {
    margin-bottom: 16px;
}

.cases-page-location {
    font-size: 13px;
    color: #888;
}

.cases-page-list-section {
    padding: 72px 0;
    background: #f8f8f8;
}

.cases-page-list {
    display: grid;
    gap: 32px;
}

.cases-page-empty {
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    color: #777;
}

.cases-page-card-title {
    font-size: 32px;
    margin-bottom: 18px;
}

.cases-page-card-title a {
    color: inherit;
    text-decoration: none;
}

.cases-page-card-body {
    display: grid;
    gap: 14px;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.cases-page-card-body strong {
    color: #222;
}

.cases-page-card-footer {
    margin-top: 22px;
}

.cases-page-link {
    color: #E3000F;
    text-decoration: none;
    font-weight: 600;
}

.cases-page-cta-section {
    padding: 72px 0;
    background: #fff;
}

.cases-page-cta-box {
    background: linear-gradient(135deg, #E3000F 0%, #B8000C 100%);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.cases-page-cta-content {
    max-width: 760px;
}

.cases-page-cta-eyebrow {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 12px;
}

.cases-page-cta-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 12px;
}

.cases-page-cta-text {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.92;
}

.cases-page-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: #fff;
    color: #E3000F;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ==================== Contact Page ==================== */
.contact-page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #fff;
    padding: 80px 0 60px;
}

.contact-page-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-page-hero-title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}

.contact-page-hero-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.contact-page-info-section {
    background: #fff;
    padding: 80px 0;
}

.contact-page-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.contact-page-info-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
}

.contact-page-info-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(227, 0, 15, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-page-info-icon-wrap-whatsapp {
    background: rgba(34, 197, 94, 0.1);
}

.contact-page-info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-page-info-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.contact-page-info-link {
    text-decoration: none;
    font-weight: 600;
}

.contact-page-info-link-phone {
    color: #E3000F;
    font-size: 20px;
    font-weight: 700;
}

.contact-page-info-link-email {
    color: #E3000F;
    font-size: 18px;
    word-break: break-all;
}

.contact-page-info-link-whatsapp {
    color: #22c55e;
    font-size: 18px;
}

.contact-page-info-text {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.contact-page-info-unavailable {
    color: #999;
    font-size: 16px;
}

.contact-page-form-section {
    background: #f5f5f5;
    padding: 80px 0;
}

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

.contact-page-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-page-form-title {
    font-size: 32px;
    margin: 12px 0;
}

.contact-page-form-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.contact-page-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.contact-page-alert {
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-page-alert-success {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.contact-page-alert-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

.contact-page-form {
    display: block;
}

.contact-page-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-page-form-group {
    display: block;
}

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

.contact-page-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.contact-page-required {
    color: #E3000F;
}

.contact-page-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    background: #fff;
}

.contact-page-input:focus {
    outline: none;
    border-color: #E3000F;
    box-shadow: 0 0 0 3px rgba(227, 0, 15, 0.08);
}

.contact-page-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-page-submit {
    width: 100%;
    padding: 16px 32px;
    background: #E3000F;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, opacity 0.2s;
}

.contact-page-submit:hover {
    background: #c4000d;
}

.contact-page-submit:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.contact-page-privacy-note {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-page-privacy-link {
    color: #E3000F;
    text-decoration: none;
}

.contact-page-spinner {
    animation: contact-page-spin 1s linear infinite;
}

@keyframes contact-page-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* ==================== Case Detail Page ==================== */
.case-detail-page {
    padding: 40px 0 72px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.case-detail-page-container {
    max-width: 980px;
}

.case-detail-page-breadcrumb {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

.case-detail-page-breadcrumb-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.case-detail-page-breadcrumb-link:hover {
    color: #E3000F;
}

.case-detail-page-breadcrumb-separator {
    color: #c4c4c4;
}

.case-detail-page-breadcrumb-current {
    color: #111827;
    font-weight: 600;
}

.case-detail-page-article {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.case-detail-page-media {
    height: 420px;
    background: #eee;
}

.case-detail-page-image,
.case-detail-page-related-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-detail-page-content {
    padding: 36px;
}

.case-detail-page-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
}

.case-detail-page-location,
.case-detail-page-views {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 13px;
    color: #6b7280;
}

.case-detail-page-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(227, 0, 15, 0.08);
    color: #E3000F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.case-detail-page-location,
.case-detail-page-views {
    font-size: 13px;
    color: #6b7280;
}

.case-detail-page-title,
.case-detail-page-related-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
}

.case-detail-page-title {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.case-detail-page-summary {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 28px;
}

.case-detail-page-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.case-detail-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.case-detail-page .btn-primary {
    background: #E3000F;
    color: #fff;
    box-shadow: 0 10px 24px rgba(227, 0, 15, 0.18);
}

.case-detail-page .btn-primary:hover {
    background: #B8000C;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(227, 0, 15, 0.24);
}

.case-detail-page .btn-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.case-detail-page .btn-secondary:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}

.case-detail-page-sections {
    display: grid;
    gap: 18px;
    margin-bottom: 32px;
}

.case-detail-page-section-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 24px;
}

.case-detail-page-section-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #222;
}

.case-detail-page-section-text {
    color: #555;
    line-height: 1.8;
}

.case-detail-page-richtext {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
    border-top: 1px solid #eee;
    padding-top: 28px;
}

.case-detail-page-richtext p,
.case-detail-page-richtext ul,
.case-detail-page-richtext ol {
    margin-bottom: 18px;
}

.case-detail-page-richtext h2,
.case-detail-page-richtext h3,
.case-detail-page-richtext h4 {
    color: #171717;
    line-height: 1.3;
    margin: 32px 0 14px;
}

.case-detail-page-richtext h2 {
    font-size: 28px;
}

.case-detail-page-richtext h3 {
    font-size: 22px;
}

.case-detail-page-richtext h4 {
    font-size: 18px;
}

.case-detail-page-richtext ul,
.case-detail-page-richtext ol {
    padding-left: 22px;
}

.case-detail-page-richtext blockquote {
    border-left: 4px solid #E3000F;
    padding-left: 18px;
    color: #6b7280;
    margin: 24px 0;
}

.case-detail-page-related {
    margin-top: 48px;
}

.case-detail-page-related-title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.case-detail-page-related-subtitle {
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px;
}

.case-detail-page-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.case-detail-page-related-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.case-detail-page-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.case-detail-page-related-media {
    height: 180px;
    background: #eee;
}

.case-detail-page-related-content {
    padding: 20px;
}

.case-detail-page-related-card-title {
    font-size: 20px;
    line-height: 1.35;
    color: #222;
    margin: 0;
}

@media (max-width: 1024px) {
    .about-page-intro-grid,
    .about-page-expertise-grid,
    .about-page-stats-grid,
    .contact-page-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .case-detail-page-related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .cases-page-featured-card,
    .cases-page-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .case-detail-page {
        padding: 32px 0 56px;
    }

    .about-page-hero-title,
    .about-page-cta-title,
    .about-page-intro-title,
    .about-page-expertise-title,
    .contact-page-hero-title,
    .contact-page-form-title {
        font-size: 32px;
    }

    .about-page-intro-grid,
    .about-page-expertise-grid,
    .about-page-stats-grid,
    .about-page-features,
    .cases-page-cta-box,
    .contact-page-form-grid,
    .case-detail-page-related-grid {
        grid-template-columns: 1fr;
    }

    .about-page-image {
        height: 320px;
    }

    .cases-page-hero-title {
        font-size: 38px;
    }

    .cases-page-featured-title,
    .cases-page-cta-title {
        font-size: 30px;
    }

    .cases-page-card-title,
    .case-detail-page-title,
    .case-detail-page-related-title {
        font-size: 28px;
    }

    .case-detail-page-richtext {
        font-size: 16px;
    }

    .case-detail-page-media {
        height: 300px;
    }

    .case-detail-page-content {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .case-detail-page-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .case-detail-page .btn {
        width: 100%;
    }

    .about-page-hero,
    .about-page-intro,
    .about-page-expertise,
    .about-page-cta,
    .contact-page-hero,
    .contact-page-info-section,
    .contact-page-form-section {
        padding: 56px 0;
    }

    .about-page-stats {
        padding: 48px 0;
    }

    .about-page-hero-title,
    .about-page-cta-title,
    .about-page-intro-title,
    .about-page-expertise-title,
    .cases-page-featured-title,
    .cases-page-cta-title,
    .contact-page-hero-title,
    .contact-page-form-title,
    .case-detail-page-title,
    .case-detail-page-related-title {
        font-size: 28px;
    }

    .about-page-hero-desc,
    .about-page-cta-desc,
    .contact-page-hero-desc {
        font-size: 16px;
    }

    .about-page-card,
    .about-page-stat {
        padding: 24px 20px;
    }

    .cases-page-hero-title {
        font-size: 34px;
    }

    .cases-page-card-title {
        font-size: 24px;
    }

    .cases-page-featured-content,
    .cases-page-card-content,
    .cases-page-cta-box,
    .contact-page-form-card,
    .case-detail-page-content,
    .case-detail-page-section-card {
        padding: 24px;
    }

    .contact-page-info-grid {
        grid-template-columns: 1fr;
    }

    .case-detail-page-media {
        height: 240px;
    }

    .case-detail-page-title,
    .case-detail-page-related-title {
        font-size: 26px;
    }

    .case-detail-page-richtext {
        font-size: 15px;
    }

    .case-detail-page-summary,
    .case-detail-page-richtext {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-page-hero,
    .about-page-intro,
    .about-page-expertise,
    .about-page-cta,
    .contact-page-hero,
    .contact-page-info-section,
    .contact-page-form-section {
        padding: 40px 0;
    }
    
    .about-page-hero-title,
    .about-page-cta-title,
    .about-page-intro-title,
    .about-page-expertise-title,
    .cases-page-featured-title,
    .cases-page-cta-title,
    .contact-page-hero-title,
    .contact-page-form-title {
        font-size: 24px;
    }
    
    .cases-page-hero-title {
        font-size: 28px;
    }
    
    .cases-page-card-title,
    .case-detail-page-title {
        font-size: 22px;
    }
    
    .cases-page-featured-content,
    .cases-page-card-content,
    .cases-page-cta-box,
    .contact-page-form-card,
    .case-detail-page-content,
    .case-detail-page-section-card {
        padding: 18px;
    }
    
    .contact-page-info-card {
        padding: 24px 16px;
    }
    
    .contact-page-form-grid {
        grid-template-columns: 1fr;
    }
    
    .case-detail-page-media {
        height: 200px;
    }
    
    .about-page-stat-number {
        font-size: 36px;
    }
    
    .case-detail-page-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .about-page-hero-title,
    .about-page-cta-title,
    .contact-page-hero-title,
    .cases-page-hero-title {
        font-size: 22px;
    }
    
    .about-page-intro-title,
    .about-page-expertise-title,
    .cases-page-featured-title,
    .cases-page-cta-title,
    .contact-page-form-title,
    .case-detail-page-title {
        font-size: 20px;
    }
    
    .cases-page-featured-content,
    .cases-page-card-content,
    .contact-page-form-card {
        padding: 14px;
    }
    
    .contact-page-input {
        padding: 12px 14px;
    }
    
    .case-detail-page-media {
        height: 180px;
    }
}
