.p4-home-page .p4-home-main {
    position: relative;
}

.p4-home-page .p4-home-trust-badges {
    justify-content: center;
    margin-top: 16px;
}

.p4-home-page .p4-home-hero-stats {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.p4-home-page .p4-home-hero-stats .stat-item {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.24rem;
    padding: 0.7rem 0.8rem;
    background: linear-gradient(145deg, rgba(17, 22, 42, 0.86), rgba(11, 15, 26, 0.92)) !important;
    border: 1px solid rgba(148, 163, 184, 0.34) !important;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.p4-home-page .p4-home-hero-stats .stat-number {
    font-size: clamp(0.86rem, 1.15vw, 0.98rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 3px !important;
    font-weight: 700 !important;
}

.p4-home-page .p4-home-hero-stats .stat-label {
    font-size: clamp(0.72rem, 0.92vw, 0.8rem);
    line-height: 1.34;
    opacity: 0.9;
}

[data-theme="light"] .p4-home-page .p4-home-hero-stats .stat-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 245, 255, 0.94)) !important;
    border-color: rgba(15, 23, 42, 0.24) !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.p4-home-page .p4-home-capability-cluster {
    justify-content: center;
    margin-top: 32px;
}

.p4-home-page .p4-home-problem-grid {
    margin-top: 60px;
}

.p4-home-page .p4-home-problem-icon {
    font-size: 2rem;
    color: var(--color-accent);
}

.p4-home-page .p4-home-problem-note {
    margin-top: 40px;
}

.p4-home-page .p4-home-problem-lead {
    font-size: 1.25rem;
    font-weight: 500;
}

.p4-home-page .p4-home-problem-subcopy {
    color: var(--color-text-muted);
}

.p4-home-page .p4-home-selector-grid {
    margin-top: 60px;
}

.p4-home-page .p4-home-selector-link {
    text-decoration: none;
    color: inherit;
}

.p4-home-page .p4-home-selector-icon {
    font-size: 2rem;
    color: var(--color-accent);
    display: block;
    margin-bottom: 16px;
}

.p4-home-page .p4-home-inline-arrow {
    font-size: 0.8rem;
    margin-left: 4px;
}

.p4-home-page .p4-home-card-slider {
    margin-top: 60px;
}

.p4-home-page .p4-home-cs-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.p4-home-page .p4-home-center-cta {
    text-align: center;
    margin-top: 40px;
}

.p4-home-page .p4-home-service-icon {
    font-size: 1.8rem;
    color: var(--color-accent);
    margin-bottom: 16px;
}

.p4-home-page .p4-home-services-cta {
    text-align: center;
    margin-top: 32px;
}

.p4-home-page .p4-home-industry-grid {
    margin-top: 40px;
}

.p4-home-page .p4-home-industry-item {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p4-home-page .p4-home-industry-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p4-home-page .p4-home-industry-content {
    position: relative;
    z-index: 1;
}

.p4-home-page .p4-home-impact-grid {
    margin-top: 48px;
    gap: 32px;
    align-items: stretch;
}

.p4-home-page .p4-home-impact-card {
    padding: 28px;
}

.p4-home-page .p4-home-impact-title {
    font-size: 1rem;
    margin-bottom: 16px;
}

.p4-home-page .p4-home-impact-icon {
    color: var(--color-accent);
    margin-right: 8px;
}

.p4-home-page .p4-home-impact-icon-secondary {
    color: var(--color-accent-secondary);
}

.p4-home-page .p4-home-chart-shell {
    position: relative;
    height: 280px;
}

.p4-home-page #impact-chart .p4-home-chart-shell {
    min-height: 280px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.42) 0%, rgba(15, 23, 42, 0.2) 100%);
    overflow: hidden;
}

.p4-home-page #impact-chart .p4-home-chart-shell canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
}

[data-theme="light"] .p4-home-page #impact-chart .p4-home-chart-shell {
    border-color: rgba(148, 163, 184, 0.36);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(241, 245, 249, 0.92) 100%);
}

.chartjs-unavailable .p4-home-page #impact-chart .p4-home-chart-shell::after {
    content: "Chart data unavailable. Refresh to retry.";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 16px;
    color: var(--text-secondary);
    font-size: 0.88rem;
    z-index: 3;
    background: rgba(2, 6, 23, 0.3);
}

.p4-home-page .p4-home-process-timeline {
    margin-top: 48px;
}

.p4-home-page #process .process-step,
.p4-home-page #process .process-title,
.p4-home-page #process .process-text,
.p4-home-page #process .step-number {
    text-align: center;
}

.p4-home-page .p4-home-testimonials-grid {
    margin-top: 60px;
}

.p4-home-page .p4-home-testimonial-card {
    padding: 28px;
}

.p4-home-page .p4-home-testimonial-quote {
    font-size: 2.5rem;
    color: var(--color-accent);
    opacity: 0.1;
    font-family: Georgia, serif;
    line-height: 1;
}

.p4-home-page .p4-home-testimonial-text {
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 8px 0 20px;
    font-size: 0.95rem;
}

.p4-home-page .p4-home-testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.p4-home-page .p4-home-testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.p4-home-page .p4-home-testimonial-name {
    font-weight: 600;
    font-size: 0.9rem;
}

.p4-home-page .p4-home-testimonial-role {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.p4-home-page .p4-home-testimonial-stars {
    margin-top: 4px;
}

.p4-home-page .p4-home-testimonial-star {
    font-size: 0.7rem;
}

.p4-home-page .p4-home-tech-shell {
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.p4-home-page .p4-home-tech-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
    width: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.p4-home-page .p4-home-tech-grid {
    justify-content: center;
    max-width: 900px;
}

.p4-home-page .p4-home-blog-grid {
    margin-top: 60px;
}

.p4-home-page .p4-home-blog-card {
    overflow: hidden;
}

.p4-home-page .p4-home-blog-media {
    height: 180px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.p4-home-page .p4-home-blog-media-automation {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(139, 92, 246, 0.06));
}

.p4-home-page .p4-home-blog-media-development {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(34, 211, 238, 0.06));
}

.p4-home-page .p4-home-blog-media-strategy {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(59, 130, 246, 0.06));
}

.p4-home-page .p4-home-blog-media-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p4-home-page .p4-home-blog-svg {
    opacity: 0.5;
    position: relative;
    z-index: 1;
}

.p4-home-page .p4-home-blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(11, 15, 26, 0.8);
    color: var(--color-accent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
}

.p4-home-page .p4-home-blog-copy {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 12px;
}

.p4-home-page .p4-home-blog-cta {
    text-align: center;
    margin-top: 40px;
}

.p4-home-page .p4-home-faq-shell {
    max-width: 800px;
}

.p4-home-page .p4-home-faq-accordion {
    margin-top: 40px;
}

/* Phase 4.31: FAQ uses native <details>/<summary> on homepage.
   Legacy bundle styles depended on .faq-item.active (JS class), which
   kept answers collapsed. Force [open] state behavior here. */
.p4-home-page #faq .faq-accordion .faq-item > summary {
    list-style: none;
}

.p4-home-page #faq .faq-question::-webkit-details-marker {
    display: none;
}

.p4-home-page #faq .faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    text-align: left !important;
    gap: 12px;
    cursor: pointer;
}

.p4-home-page #faq .faq-question span {
    flex: 1;
    min-width: 0;
}

.p4-home-page #faq .faq-accordion .faq-item .faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 20px !important;
    transition: max-height 0.38s ease, padding 0.28s ease;
}

.p4-home-page #faq .faq-accordion .faq-item[open] .faq-answer {
    max-height: 460px !important;
    padding: 0 20px 18px !important;
}

.p4-home-page #faq .faq-accordion .faq-item[open] .faq-question i {
    transform: rotate(180deg);
    color: var(--color-accent);
}

.p4-home-page .p4-home-final-cta-card {
    padding: 80px 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.p4-home-page .p4-home-final-cta-inner {
    position: relative;
    z-index: 2;
}

.p4-home-page .p4-home-final-cta-title {
    margin-bottom: 24px;
}

.p4-home-page .p4-home-final-cta-copy {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 40px;
}

.p4-home-page .p4-home-cta-benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.p4-home-page .p4-home-cta-check {
    color: var(--color-accent);
}

.p4-home-page .p4-home-final-actions {
    justify-content: center;
}

.p4-home-page .p4-home-final-note {
    margin-top: 24px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.p4-home-page .p4-home-sticky-btn {
    width: 100%;
    justify-content: center;
}

/* Homepage case-study visuals moved from inline <style> block */
.p4-home-page .hp-cs-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: hpCsFadeUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: calc(var(--i, 0) * 0.15s);
}

.p4-home-page .hp-cs-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, transparent 40%, rgba(20, 184, 166, 0.25), rgba(52, 211, 153, 0.25), transparent 60%);
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.p4-home-page .hp-cs-card:hover::before {
    opacity: 1;
    animation: hpCsBorderGlow 3s linear infinite;
}

.p4-home-page .hp-cs-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(20, 184, 166, 0.12), 0 8px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(20, 184, 166, 0.15);
}

@keyframes hpCsFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hpCsBorderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.p4-home-page .hp-cs-icon-wrap {
    height: 200px;
    border-radius: 12px 12px 0 0;
    margin: -24px -24px 20px -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.p4-home-page .hp-cs-icon-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(10, 10, 20, 0.95), transparent);
    pointer-events: none;
}

.p4-home-page .hp-cs-icon-wrap i {
    font-size: 3rem;
    transition: transform 0.4s ease, filter 0.4s ease;
    position: relative;
    z-index: 1;
}

.p4-home-page .hp-cs-card:hover .hp-cs-icon-wrap i {
    transform: scale(1.15);
    filter: drop-shadow(0 0 18px rgba(20, 184, 166, 0.5));
}

.p4-home-page .hp-cs-icon-gym,
.p4-home-page .hp-cs-icon-health,
.p4-home-page .hp-cs-icon-realty {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(10, 10, 30, 0.6) 100%);
}

.p4-home-page .hp-cs-icon-gym i,
.p4-home-page .hp-cs-icon-health i,
.p4-home-page .hp-cs-icon-realty i {
    color: rgba(20, 184, 166, 0.55);
}

.p4-home-page .hp-cs-metrics .metric {
    padding: 6px 0 6px 12px;
    border-left: 2px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 6px;
    font-size: 0.9rem;
    line-height: 1.5;
    transition: border-color 0.3s ease;
}

.p4-home-page .hp-cs-metrics .metric:hover {
    border-left-color: rgba(20, 184, 166, 0.3);
}

.p4-home-page .hp-cs-metrics .metric span {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.p4-home-page .hp-cs-metrics .metric.result {
    background: rgba(20, 184, 166, 0.04);
    border-left-color: rgba(20, 184, 166, 0.4);
    border-radius: 0 6px 6px 0;
    padding: 8px 10px 8px 12px;
}

.p4-home-page .hp-cs-metrics .metric.result span {
    color: var(--color-accent, #14b8a6);
    text-shadow: 0 0 12px rgba(20, 184, 166, 0.25);
}

.p4-home-page .hp-cs-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-weight: 500;
    transition: color 0.3s ease;
}

.p4-home-page .hp-cs-link i {
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p4-home-page .hp-cs-link:hover i {
    transform: translateX(8px);
}

.p4-home-page .hp-cs-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.p4-home-page .hp-cs-stats .hp-cs-stat {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
}

.p4-home-page .hp-cs-stats .hp-cs-stat strong {
    color: var(--color-accent, #14b8a6);
    font-weight: 700;
}

/* Phase 4 readability tuning: normalize oversized stat typography and lift muted copy contrast */
.p4-home-page .p4-home-hero-stats .stat-number,
.p4-home-page .stats-bar .stat-number {
    font-size: clamp(1.08rem, 2.2vw, 1.45rem);
    line-height: 1.3;
    margin-bottom: 6px;
    background: none;
    -webkit-text-fill-color: currentColor;
    color: var(--text-primary);
}

.p4-home-page .p4-home-hero-stats .stat-label,
.p4-home-page .stats-bar .stat-label,
.p4-home-page .p4-home-problem-subcopy,
.p4-home-page .p4-home-blog-copy,
.p4-home-page .p4-home-final-note,
.p4-home-page .p4-home-testimonial-role,
.p4-home-page .section-description,
.p4-home-page .hp-cs-stats .hp-cs-stat {
    color: var(--text-primary);
    opacity: 0.88;
}

.p4-home-page .problem-quote,
.p4-home-page .p4-home-problem-lead {
    color: var(--text-primary);
}

/* Phase 4.29: improve stats-bar container contrast and card separation */
.p4-home-page .stats-bar {
    background:
        linear-gradient(180deg, rgba(11, 15, 26, 0.92) 0%, rgba(15, 23, 42, 0.9) 100%);
    border-top-color: rgba(148, 163, 184, 0.28);
    border-bottom-color: rgba(148, 163, 184, 0.28);
}

.p4-home-page .stats-bar .stat-item {
    background: rgba(15, 23, 42, 0.46);
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 14px;
    padding: 1.05rem 0.9rem;
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.24);
}

.p4-home-page .stats-bar .stat-label {
    opacity: 0.96;
}

[data-theme="light"] .p4-home-page .stats-bar {
    background: linear-gradient(180deg, #edf3fb 0%, #f8fbff 100%);
    border-top-color: rgba(15, 23, 42, 0.14);
    border-bottom-color: rgba(15, 23, 42, 0.14);
}

[data-theme="light"] .p4-home-page .stats-bar .stat-item {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.15);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.09);
}

/* Phase 4.28: ensure "problem" quotes remain readable on all card/bg states */
.p4-home-page #problem .problem-card .problem-quote {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: currentColor;
    background: rgba(15, 23, 42, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 10px;
    padding: 0.3rem 0.55rem;
    display: inline-block;
    line-height: 1.5;
}

.p4-home-page #problem .problem-card .problem-quote * {
    color: inherit !important;
    background: transparent !important;
}

[data-theme="light"] .p4-home-page #problem .problem-card .problem-quote {
    color: #0f172a !important;
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.2);
}

/* Phase 4.27 contrast hardening: ensure badge/section labels stay readable in both themes */
.p4-home-page .section-label,
.p4-home-page .hero-badge-typing {
    color: var(--color-accent);
    opacity: 1;
    font-weight: 700;
}

.p4-home-page .hero-badge {
    border-color: rgba(20, 184, 166, 0.34);
}

[data-theme="light"] .p4-home-page .section-label,
[data-theme="light"] .p4-home-page .hero-badge-typing {
    color: #0f172a !important;
}

[data-theme="light"] .p4-home-page .hero-badge {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(15, 118, 110, 0.3);
}

[data-theme="light"] .p4-home-page .hero-badge-typing {
    border-right-color: #0f172a !important;
}

[data-theme="light"] .p4-home-page .footer-column h4 {
    color: #0f172a !important;
}

/* Phase 4.32: unify homepage container "glassback" treatment to match process cards */
.p4-home-page .card,
.p4-home-page .stat-item,
.p4-home-page #process .process-step,
.p4-home-page #faq .faq-item {
    background: linear-gradient(145deg, rgba(17, 22, 42, 0.9), rgba(11, 15, 26, 0.95)) !important;
    border: 1px solid rgba(148, 163, 184, 0.24) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.28);
}

[data-theme="light"] .p4-home-page .card,
[data-theme="light"] .p4-home-page .stat-item,
[data-theme="light"] .p4-home-page #process .process-step,
[data-theme="light"] .p4-home-page #faq .faq-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95)) !important;
    border-color: rgba(148, 163, 184, 0.32) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

/* Phase 4.33: slightly darker light-mode process cards for clearer visibility */
[data-theme="light"] .p4-home-page #process .process-step {
    background: linear-gradient(145deg, rgba(232, 242, 252, 0.96), rgba(217, 233, 248, 0.96)) !important;
    border-color: rgba(59, 130, 246, 0.32) !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

@media (max-width: 768px) {
    .p4-home-page .p4-home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 26px;
    }

    .p4-home-page .p4-home-hero-stats .stat-item {
        min-height: 84px;
        padding: 0.62rem 0.6rem;
    }

    .p4-home-page .section-hero h1 {
        font-size: clamp(1.78rem, 8.2vw, 2.4rem) !important;
        line-height: 1.2;
    }

    .p4-home-page .section-title {
        font-size: clamp(1.42rem, 6vw, 1.95rem) !important;
    }

    .p4-home-page .section-hero > .container-md > p {
        font-size: 1rem !important;
        line-height: 1.68;
    }

    .p4-home-page .p4-home-problem-lead {
        font-size: 1.08rem;
    }

    .p4-home-page .p4-home-final-cta-copy {
        font-size: 1.04rem;
        margin-bottom: 30px;
    }

    .p4-home-page .p4-home-final-cta-card {
        padding: 56px 24px;
    }

    .p4-home-page .p4-home-cta-benefits {
        gap: 18px;
        margin-bottom: 40px;
    }

    .p4-home-page .p4-home-blog-media {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .p4-home-page .section-hero h1 {
        font-size: clamp(1.58rem, 7vw, 2.05rem) !important;
    }

    .p4-home-page .hero-badge-typing {
        font-size: 0.78rem;
    }

    .p4-home-page .p4-home-hero-stats .stat-number,
    .p4-home-page .stats-bar .stat-number {
        font-size: 0.9rem;
    }

    .p4-home-page .p4-home-hero-stats .stat-label,
    .p4-home-page .stats-bar .stat-label {
        font-size: 0.74rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .p4-home-page .hp-cs-card,
    .p4-home-page .hp-cs-card::before,
    .p4-home-page .hp-cs-icon-wrap i,
    .p4-home-page .hp-cs-link i {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}
