/* =====================================================
   CONSTRUCTION EQUIPMENT CATEGORY PAGE — content-only
   stylesheet. Scoped under .ps-construction; see
   property-sp.css for the rationale.
===================================================== */

.ps-construction {
    --ce-black: #151515;
    --ce-black-soft: #292929;
    --ce-text: #444444;

    --ce-green: #3a966d;
    --ce-light-green: #e7f6ee;

    --ce-yellow: #f3d452;
    --ce-yellow-soft: #fff5bd;

    --ce-border: #e1e8e4;

    color: var(--ce-black);
    background: #ffffff;
    overflow-x: hidden;
}

.ps-construction * { box-sizing: border-box; }
.ps-construction button, .ps-construction a { font-family: inherit; }
.ps-construction button { cursor: pointer; }
.ps-construction .construction-hero-actions a { text-decoration: none; }


/* HERO */

.ps-construction .construction-hero {
    position: relative;
    padding: 42px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(243, 212, 82, 0.28), transparent 22%),
        radial-gradient(circle at 5% 88%, rgba(58, 150, 109, 0.13), transparent 24%),
        linear-gradient(120deg, #e5f6ed, #f5fbf8 42%, #ffffff 73%, #fffdf3);
}

.ps-construction .construction-hero-row { min-height: 420px; }

.ps-construction .construction-eyebrow {
    display: flex; align-items: center; gap: 8px; margin-bottom: 11px;
    color: var(--ce-green); font-size: 10px; font-weight: 800; letter-spacing: 1.4px;
}
.ps-construction .construction-eyebrow span { width: 26px; height: 2px; background: var(--ce-yellow); }

.ps-construction .construction-hero h1 { max-width: 680px; margin-bottom: 16px; color: var(--ce-black); font-size: 46px; line-height: 1.08; font-weight: 800; }
.ps-construction .construction-hero h1 span { display: block; color: var(--ce-green); }
.ps-construction .construction-hero-content > p { max-width: 610px; margin-bottom: 20px; color: var(--ce-text); font-size: 14px; line-height: 1.72; }

.ps-construction .construction-hero-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.ps-construction .construction-primary-btn { padding: 12px 19px; border: none; border-radius: 8px; background: var(--ce-black); color: #ffffff; font-size: 12px; font-weight: 700; }
.ps-construction .construction-primary-btn:hover { background: var(--ce-green); }
.ps-construction .construction-secondary-btn {
    padding: 11px 17px; border: 1px solid #ccd9d2; border-radius: 8px; background: #ffffff; color: var(--ce-black);
    font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px;
}

.ps-construction .construction-hero-points { display: flex; gap: 27px; margin-top: 24px; flex-wrap: wrap; }
.ps-construction .construction-hero-points > div { display: flex; align-items: center; gap: 9px; }
.ps-construction .construction-hero-points > div > span {
    width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
    border-radius: 10px; background: #ffffff; color: var(--ce-green); font-size: 17px;
}
.ps-construction .construction-hero-points strong { display: block; font-size: 11px; color: var(--ce-black); }
.ps-construction .construction-hero-points small { display: block; margin-top: 2px; color: #888888; font-size: 8.5px; }

.ps-construction .construction-hero-visual { position: relative; max-width: 620px; margin-left: auto; padding: 10px 4px 10px 20px; }
.ps-construction .construction-image-frame { position: relative; z-index: 3; padding: 10px; border: 1px solid #dfeae4; border-radius: 24px; background: #ffffff; box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1); }
.ps-construction .construction-main-image { width: 100%; height: 400px; display: block; object-fit: cover; border-radius: 18px; }

.ps-construction .hero-floating-card {
    position: absolute; z-index: 8; display: flex; align-items: center; gap: 9px; min-width: 155px;
    padding: 10px 12px; border: 1px solid #e3ece7; border-radius: 11px; background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); animation: ceHeroFloat 4s ease-in-out infinite;
}
.ps-construction .hero-card-one { top: 45px; left: -5px; }
.ps-construction .hero-card-two { top: 150px; right: -12px; animation-delay: 0.8s; }
.ps-construction .hero-card-three { bottom: 26px; left: 45px; animation-delay: 1.5s; }
.ps-construction .hero-floating-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 9px; }
.ps-construction .green-icon { background: var(--ce-light-green); color: var(--ce-green); }
.ps-construction .yellow-icon { background: var(--ce-yellow-soft); color: #8d7615; }
.ps-construction .hero-floating-card small { display: block; color: #999999; font-size: 7px; font-weight: 800; }
.ps-construction .hero-floating-card strong { display: block; margin-top: 2px; font-size: 9px; color: var(--ce-black); }
@keyframes ceHeroFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.ps-construction .hero-circle { position: absolute; border-radius: 50%; }
.ps-construction .hero-circle-one { width: 260px; height: 260px; top: -150px; right: 4%; background: rgba(243, 212, 82, 0.2); }
.ps-construction .hero-circle-two { width: 150px; height: 150px; bottom: -90px; left: 3%; background: rgba(58, 150, 109, 0.08); }
.ps-construction .hero-ring { position: absolute; width: 110px; height: 110px; top: 45%; left: 46%; border: 18px solid rgba(58, 150, 109, 0.05); border-radius: 50%; }
.ps-construction .hero-dots {
    position: absolute; width: 100px; height: 100px; right: 1%; bottom: 10px; opacity: 0.16;
    background-image: radial-gradient(var(--ce-green) 1px, transparent 1px); background-size: 10px 10px;
}


/* BENEFITS */

.ps-construction .construction-benefits-section { padding: 31px 0 18px; background: linear-gradient(135deg, #ffffff, #f3faf6 55%, #fffdf3); }
.ps-construction .construction-benefit-heading { margin-bottom: 15px; text-align: center; }
.ps-construction .construction-benefit-heading > span { display: block; margin-bottom: 5px; color: var(--ce-green); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.ps-construction .construction-benefit-heading h2 { margin: 0; color: var(--ce-black); font-size: 32px; font-weight: 700; }
.ps-construction .construction-benefit-heading h2 strong { color: var(--ce-green); }
.ps-construction .construction-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ps-construction .construction-benefit-item {
    min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 16px; border: 1px solid var(--ce-border); border-radius: 14px; background: #ffffff; text-align: center; transition: 0.25s ease;
}
.ps-construction .construction-benefit-item:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(58, 150, 109, 0.09); }
.ps-construction .construction-benefit-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 11px; border-radius: 14px; background: var(--ce-light-green); color: var(--ce-green); font-size: 22px; }
.ps-construction .yellow-benefit { background: var(--ce-yellow-soft); color: #8d7615; }
.ps-construction .construction-benefit-item h3 { margin: 0; color: var(--ce-black); font-size: 14px; font-weight: 700; }


/* SECTION HEADING (shared) */

.ps-construction .section-heading { max-width: 720px; margin: 0 auto 18px; text-align: center; }
.ps-construction .section-heading > span { color: var(--ce-green); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.ps-construction .section-heading h2 { margin: 6px 0 8px; color: var(--ce-black); font-size: 33px; font-weight: 700; }
.ps-construction .section-heading h2 strong { color: var(--ce-green); }
.ps-construction .section-heading p { max-width: 620px; margin: auto; color: var(--ce-text); font-size: 13px; line-height: 1.7; }


/* DASHBOARD */

.ps-construction .dashboard-experience {
    padding: 24px 0 20px;
    background:
        radial-gradient(circle at 8% 18%, rgba(58, 150, 109, 0.1), transparent 20%),
        radial-gradient(circle at 90% 78%, rgba(243, 212, 82, 0.24), transparent 22%),
        linear-gradient(135deg, #e8f7ef, #f8fcfa 45%, #ffffff 67%, #fffbea);
}
.ps-construction .dashboard-heading { margin-bottom: 14px; }
.ps-construction .experience-switch-wrapper { display: flex; justify-content: center; margin-bottom: 16px; }
.ps-construction .experience-switch { display: inline-flex; padding: 5px; border: 1px solid #d8e7df; border-radius: 999px; background: #ffffff; box-shadow: 0 8px 22px rgba(58, 150, 109, 0.09); }
.ps-construction .experience-switch-btn { min-width: 200px; padding: 13px 24px; border: none; border-radius: 999px; background: transparent; color: var(--ce-black); font-size: 13px; font-weight: 700; transition: 0.25s ease; }
.ps-construction .experience-switch-btn i { margin-right: 6px; }
.ps-construction .experience-switch-btn.active { background: var(--ce-black); color: #ffffff; }
.ps-construction .experience-switch-btn:not(.active):hover { background: var(--ce-yellow-soft); }

.ps-construction .experience-stage {
    max-width: 1180px; min-height: 500px; margin: auto; padding: 32px; border: 1px solid #dce9e2; border-radius: 26px;
    background: linear-gradient(135deg, #e7f6ee, #ffffff 52%, #fff6c4); box-shadow: 0 22px 50px rgba(58, 150, 109, 0.11);
}
.ps-construction .experience-panel { display: none; grid-template-columns: 0.82fr 1.35fr; gap: 36px; align-items: center; min-height: 435px; }
.ps-construction .experience-panel.active { display: grid; }
.ps-construction .experience-badge { display: inline-block; margin-bottom: 12px; padding: 7px 12px; border-radius: 999px; background: #ffffff; color: var(--ce-green); font-size: 9px; font-weight: 800; }
.ps-construction .experience-content h3 { margin: 0 0 14px; color: var(--ce-black); font-size: 38px; line-height: 1.14; font-weight: 700; }
.ps-construction .experience-content h3 span { display: block; color: var(--ce-green); }
.ps-construction .experience-content > p { max-width: 510px; margin-bottom: 20px; color: var(--ce-text); font-size: 15px; line-height: 1.7; }

.ps-construction .experience-list { display: flex; flex-direction: column; gap: 7px; }
.ps-construction .experience-list > div { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(58, 150, 109, 0.12); }
.ps-construction .experience-list > div > span { width: 40px; height: 40px; min-width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #ffffff; color: var(--ce-green); font-size: 17px; }
.ps-construction .experience-list strong { display: block; font-size: 14px; color: var(--ce-black); }
.ps-construction .experience-list small { display: block; margin-top: 3px; color: #747474; font-size: 11px; }

.ps-construction .dashboard-ui-wrap { position: relative; padding: 15px; }
.ps-construction .dashboard-window { min-height: 390px; padding: 21px; border: 1px solid #e0e9e4; border-radius: 18px; background: #ffffff; box-shadow: 0 20px 42px rgba(0, 0, 0, 0.11); }
.ps-construction .dashboard-topbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #ecf1ee; }
.ps-construction .dashboard-topbar small { display: block; color: var(--ce-green); font-size: 9px; font-weight: 800; }
.ps-construction .dashboard-topbar strong { display: block; margin-top: 2px; font-size: 14px; color: var(--ce-black); }
.ps-construction .dashboard-avatar { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ce-black); color: #ffffff; font-size: 12px; font-weight: 800; }
.ps-construction .partner-avatar { background: var(--ce-yellow); color: var(--ce-black); }

.ps-construction .dashboard-search { display: flex; align-items: center; gap: 10px; padding: 11px; margin-bottom: 13px; border: 1px solid #e5eee9; border-radius: 9px; background: #f8fbf9; }
.ps-construction .dashboard-search > span { flex: 1; color: #858585; font-size: 10px; }
.ps-construction .dashboard-search button { padding: 7px 11px; border: none; border-radius: 6px; background: var(--ce-black); color: #ffffff; font-size: 9px; }

.ps-construction .dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 14px; }
.ps-construction .dashboard-stats > div { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid #edf2ef; border-radius: 9px; }
.ps-construction .stat-icon { width: 36px; height: 36px; min-width: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.ps-construction .green-stat { background: var(--ce-light-green); color: var(--ce-green); }
.ps-construction .yellow-stat { background: var(--ce-yellow-soft); color: #8d7615; }
.ps-construction .dashboard-stats small { display: block; color: #777777; font-size: 9px; }
.ps-construction .dashboard-stats strong { display: block; margin-top: 2px; font-size: 13px; color: var(--ce-black); }

.ps-construction .dashboard-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 9px; }
.ps-construction .dashboard-title-row small { display: block; color: var(--ce-green); font-size: 8px; font-weight: 800; }
.ps-construction .dashboard-title-row strong { display: block; font-size: 12px; color: var(--ce-black); }
.ps-construction .dashboard-title-row > span { color: var(--ce-green); font-size: 9px; }

.ps-construction .equipment-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.ps-construction .equipment-card { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid #edf2ef; border-radius: 10px; }
.ps-construction .equipment-image { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 19px; }
.ps-construction .green-bg { background: var(--ce-light-green); color: var(--ce-green); }
.ps-construction .yellow-bg { background: var(--ce-yellow-soft); color: #8d7615; }
.ps-construction .equipment-card strong { display: block; font-size: 10px; color: var(--ce-black); }
.ps-construction .equipment-card small { display: block; margin: 2px 0 4px; color: #858585; font-size: 8px; }
.ps-construction .equipment-card div > span { color: var(--ce-green); font-size: 8px; }

.ps-construction .dashboard-bottom-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 11px; }
.ps-construction .dashboard-bottom-actions span { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 8px 5px; border-radius: 6px; background: #f7faf8; font-size: 8px; color: var(--ce-black); }
.ps-construction .dashboard-bottom-actions i { color: var(--ce-green); }

.ps-construction .partner-action-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.ps-construction .partner-action-row button { padding: 9px 12px; border: none; border-radius: 6px; background: var(--ce-black); color: #ffffff; font-size: 10px; }
.ps-construction .partner-action-row > span { color: var(--ce-green); font-size: 10px; font-weight: 700; }

.ps-construction .performance-card { padding: 12px; margin-bottom: 11px; border: 1px solid #edf2ef; border-radius: 9px; background: #f8fbf9; }
.ps-construction .performance-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.ps-construction .performance-head small { display: block; color: var(--ce-green); font-size: 8px; font-weight: 800; }
.ps-construction .performance-head strong { font-size: 11px; color: var(--ce-black); }
.ps-construction .performance-head > span { color: var(--ce-green); font-size: 9px; }
.ps-construction .performance-chart { height: 75px; display: flex; align-items: flex-end; gap: 6px; }
.ps-construction .performance-chart span { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg, #78c5a2, #3a966d); }

.ps-construction .partner-enquiry { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid #edf2ef; border-radius: 8px; }
.ps-construction .partner-enquiry-icon { width: 37px; height: 37px; min-width: 37px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ce-yellow-soft); color: #8d7615; }
.ps-construction .partner-enquiry > div { flex: 1; }
.ps-construction .partner-enquiry small { display: block; color: var(--ce-green); font-size: 8px; font-weight: 800; }
.ps-construction .partner-enquiry strong { display: block; margin-top: 2px; font-size: 10px; color: var(--ce-black); }
.ps-construction .partner-enquiry button { padding: 7px 10px; border: 1px solid #ccd8d2; border-radius: 5px; background: #ffffff; font-size: 9px; }


/* JOURNEY */

.ps-construction .construction-journey-section { padding: 28px 0 48px; background: linear-gradient(135deg, #ffffff, #f6faf8 52%, #ffffff); }
.ps-construction .construction-journey-container { max-width: 1230px; }
.ps-construction .construction-journey-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 42px; align-items: start; }

.ps-construction .construction-journey-nav-wrap { position: sticky; top: 78px; align-self: start; }
.ps-construction .journey-small-title { margin-bottom: 9px; color: #777777; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.ps-construction .construction-journey-nav { display: flex; flex-direction: column; gap: 2px; }
.ps-construction .journey-nav-item { width: 100%; min-height: 49px; display: flex; align-items: center; gap: 12px; padding: 0; border: none; background: transparent; text-align: left; }
.ps-construction .journey-nav-icon { width: 45px; height: 45px; min-width: 45px; display: flex; align-items: center; justify-content: center; color: #929292; font-size: 21px; }
.ps-construction .journey-nav-item strong { color: var(--ce-black-soft); font-size: 15px; font-weight: 600; }
.ps-construction .journey-nav-item.active .journey-nav-icon,
.ps-construction .journey-nav-item:hover .journey-nav-icon { color: var(--ce-green); }
.ps-construction .journey-nav-item.active strong,
.ps-construction .journey-nav-item:hover strong { color: var(--ce-green); }
.ps-construction .journey-nav-item.active .journey-nav-icon i { animation: ceJourneyIcon 2.6s ease-in-out infinite; }
@keyframes ceJourneyIcon { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-2px) scale(1.05); } }

.ps-construction .construction-step { position: relative; padding: 12px 0 28px; margin-bottom: 9px; scroll-margin-top: 90px; }
.ps-construction .step-watermark { position: absolute; top: -4px; right: 0; color: rgba(58, 150, 109, 0.06); font-size: 40px; line-height: 1; font-weight: 800; }
.ps-construction .step-label { display: block; margin-bottom: 7px; color: #84968d; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.ps-construction .construction-step.active .step-label { color: var(--ce-green); }
.ps-construction .construction-step h3 { max-width: 760px; margin: 0 0 11px; color: var(--ce-black); font-size: 30px; line-height: 1.25; font-weight: 700; }
.ps-construction .construction-step > p { max-width: 820px; margin: 0 0 10px; color: var(--ce-text); font-size: 14px; line-height: 1.75; }

.ps-construction .step-highlight { display: flex; align-items: flex-start; gap: 13px; max-width: 820px; padding: 15px; margin: 15px 0; border-radius: 12px; background: linear-gradient(135deg, #e9f7ef, #f9fdfa); }
.ps-construction .yellow-highlight { background: linear-gradient(135deg, #fff4bd, #fffdf2); }
.ps-construction .step-highlight > span { width: 40px; height: 40px; min-width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: #ffffff; color: var(--ce-green); font-size: 17px; }
.ps-construction .step-highlight strong { display: block; margin-bottom: 4px; font-size: 13px; color: var(--ce-black); }
.ps-construction .step-highlight p { margin: 0; color: #666666; font-size: 11.5px; line-height: 1.65; }
.ps-construction .step-line { margin-top: 13px; color: #666666; font-size: 12px; }
.ps-construction .step-line strong { color: var(--ce-green); }

.ps-construction .detail-grid,
.ps-construction .portfolio-grid,
.ps-construction .support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 820px; margin: 14px 0; }
.ps-construction .detail-grid > div,
.ps-construction .portfolio-grid > div,
.ps-construction .support-grid > div { padding: 14px; border: 1px solid #e6efe9; border-radius: 10px; background: #ffffff; }
.ps-construction .detail-grid i,
.ps-construction .portfolio-grid i,
.ps-construction .support-grid i { display: block; margin-bottom: 8px; color: var(--ce-green); font-size: 20px; }
.ps-construction .detail-grid strong,
.ps-construction .portfolio-grid strong,
.ps-construction .support-grid strong { display: block; margin-bottom: 5px; font-size: 12px; color: var(--ce-black); }
.ps-construction .detail-grid span,
.ps-construction .portfolio-grid span { color: #737373; font-size: 10px; line-height: 1.5; }

.ps-construction .process-flow { display: flex; align-items: center; gap: 10px; max-width: 820px; margin: 15px 0; }
.ps-construction .process-flow > div { min-width: 135px; padding: 12px; border: 1px solid #e3eee7; border-radius: 9px; background: #ffffff; }
.ps-construction .process-flow > div > span { display: block; margin-bottom: 4px; color: var(--ce-green); font-size: 8px; font-weight: 800; }
.ps-construction .process-flow strong { font-size: 11px; color: var(--ce-black); }
.ps-construction .process-flow > i { color: #aaaaaa; }


/* CTA */

.ps-construction .construction-final-cta { padding: 36px 0; background: linear-gradient(135deg, #dff2e8, #f5fbf8 55%, #fff1aa); }
.ps-construction .construction-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 32px; border-radius: 20px; background: rgba(255, 255, 255, 0.65); flex-wrap: wrap; }
.ps-construction .construction-cta-inner > div > span { color: var(--ce-green); font-size: 9px; font-weight: 800; }
.ps-construction .construction-cta-inner h2 { margin: 6px 0; font-size: 31px; color: var(--ce-black); }
.ps-construction .construction-cta-inner h2 strong { color: var(--ce-green); }
.ps-construction .construction-cta-inner p { margin: 0; color: var(--ce-text); font-size: 11px; }
.ps-construction .construction-cta-inner button { padding: 12px 18px; border: none; border-radius: 9px; background: var(--ce-black); color: #ffffff; font-size: 11px; font-weight: 700; }


/* RESPONSIVE */

@media (max-width: 991px) {
    .ps-construction .construction-hero-content { margin-bottom: 30px; }
    .ps-construction .construction-hero-visual { max-width: 700px; margin: auto; }
    .ps-construction .experience-panel { grid-template-columns: 1fr; }
    .ps-construction .experience-content { text-align: center; }
    .ps-construction .experience-content > p { margin-left: auto; margin-right: auto; }
    .ps-construction .experience-list { text-align: left; }
    .ps-construction .construction-journey-layout { grid-template-columns: 1fr; }
    .ps-construction .construction-journey-nav-wrap { position: sticky; top: 56px; z-index: 100; padding: 6px 0; background: rgba(255, 255, 255, 0.97); }
    .ps-construction .journey-small-title { display: none; }
    .ps-construction .construction-journey-nav { flex-direction: row; gap: 11px; overflow-x: auto; scrollbar-width: none; }
    .ps-construction .construction-journey-nav::-webkit-scrollbar { display: none; }
    .ps-construction .journey-nav-item { width: auto; min-width: max-content; }
    .ps-construction .construction-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .ps-construction .construction-hero h1 { font-size: 35px; }
    .ps-construction .construction-main-image { height: 330px; }
    .ps-construction .hero-floating-card { display: none; }
    .ps-construction .experience-switch { width: 100%; }
    .ps-construction .experience-switch-btn { flex: 1; min-width: 0; padding: 12px 8px; font-size: 11px; }
    .ps-construction .experience-stage { min-height: auto; padding: 20px 14px; }
    .ps-construction .experience-content h3 { font-size: 28px; }
    .ps-construction .dashboard-stats,
    .ps-construction .equipment-card-grid,
    .ps-construction .dashboard-bottom-actions { grid-template-columns: 1fr; }
    .ps-construction .detail-grid,
    .ps-construction .portfolio-grid,
    .ps-construction .support-grid { grid-template-columns: repeat(2, 1fr); }
    .ps-construction .process-flow { flex-direction: column; align-items: stretch; }
    .ps-construction .process-flow > i { align-self: center; transform: rotate(90deg); }
    .ps-construction .construction-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 500px) {
    .ps-construction .construction-hero h1 { font-size: 30px; }
    .ps-construction .construction-hero-points { flex-direction: column; }
    .ps-construction .construction-main-image { height: 270px; }
    .ps-construction .construction-benefits-grid { grid-template-columns: 1fr; }
    .ps-construction .detail-grid,
    .ps-construction .portfolio-grid,
    .ps-construction .support-grid { grid-template-columns: 1fr; }
    .ps-construction .construction-step h3 { font-size: 23px; }
    .ps-construction .construction-step > p { font-size: 12.5px; }
}

@media (max-width: 360px) {
    .ps-construction .construction-hero h1 { font-size: 26px; }
    .ps-construction .construction-primary-btn,
    .ps-construction .construction-secondary-btn { width: 100%; text-align: center; justify-content: center; }
    .ps-construction .construction-hero-actions { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
    .ps-construction .hero-floating-card,
    .ps-construction .journey-nav-item.active .journey-nav-icon i { animation: none !important; }
}
