/**
 * Chamspace Services Page CSS v6.0
 * Editorial design — organic flow, not mechanical
 * Dark used strategically for drama only.
 */

.svc { color: #1a1a1a; font-family: 'Plus Jakarta Sans', sans-serif; }
.svc * { box-sizing: border-box; }

/* ================================================================
   SECTION SPACING
   ================================================================ */
.svc-sec { padding: 64px 0; }
.svc-sec--tight { padding: 48px 0; }

/* ================================================================
   1. HERO COVER — full image, dark overlay
   ================================================================ */
.svc-cover {
    position: relative; width: 100%;
    height: clamp(420px, 62vh, 720px);
    overflow: hidden; border-radius: 16px;
}
.svc-cover-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-cover-glass {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.65));
    border-radius: 16px; pointer-events: none;
}
.svc-cover-content { position: absolute; bottom: clamp(80px,13vh,130px); left: 40px; right: 40px; }
.svc-cover-title {
    font-size: clamp(2.8rem,8vw,6rem); font-weight: 800; color: #fff;
    line-height: 1.02; text-shadow: 0 4px 40px rgba(0,0,0,0.55);
    margin: 0 0 18px; text-transform: uppercase; letter-spacing: -0.02em;
}
.svc-cover-sub {
    font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.70);
    max-width: 680px; padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.18);
}
.svc-cover-bar { position: absolute; bottom: 0; left: 0; right: 0; display: flex; border-top: 1px solid rgba(255,255,255,0.12); }
.svc-cover-cell { flex: 1; padding: 14px 24px; border-right: 1px solid rgba(255,255,255,0.08); }
.svc-cover-cell:last-child { border-right: none; }
.svc-cover-cell--wide { flex: 2; }
.svc-cover-cell-label { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; }
.svc-cover-cell-label svg { width: 15px; height: 15px; stroke: rgba(255,255,255,0.65); }
.svc-cover-cell-label span { font-size: 10px; text-transform: uppercase; letter-spacing: 0.09em; color: rgba(255,255,255,0.50); }
.svc-cover-cell-val { font-size: 14px; font-weight: 600; color: #fff; }

/* ================================================================
   2. DESIGN+BUILD MODEL — clean white card
   ================================================================ */
.svc-model-card {
    background: #fff; border: 1px solid #e8e8e8; border-radius: 24px;
    padding: 64px 72px; display: flex; align-items: center; gap: 80px;
    position: relative; overflow: hidden;
}
.svc-model-diagram { flex-shrink: 0; width: 360px; height: 280px; position: relative; }
.svc-model-circle {
    position: absolute; width: 195px; height: 195px; border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    transition: transform 0.4s cubic-bezier(0.2,0.36,0.12,1);
}
.svc-model-circle:hover { transform: scale(1.05); }
.svc-model-circle--design {
    left: 0; top: 42px; z-index: 2;
    background: rgba(26,26,26,0.95); border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 15px 60px rgba(0,0,0,0.18);
}
.svc-model-circle--build {
    right: 0; top: 42px; z-index: 1;
    background: rgba(226,6,18,0.94); border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 15px 60px rgba(226,6,18,0.18);
}
.svc-model-circle-sub { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.45); }
.svc-model-circle-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: rgba(255,255,255,0.60); }
.svc-model-circle-title { font-size: 34px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.svc-model-circle-desc { font-size: 10px; color: rgba(255,255,255,0.40); margin-top: 2px; }
.svc-model-intersect {
    position: absolute; top: 108px; left: 100px;
    width: 52px; height: 52px; border-radius: 50%;
    background: #fff; border: 2px solid #E20612; z-index: 3;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 0 10px rgba(226,6,18,0.08);
    animation: svcPulse 3s ease-in-out infinite;
}
@keyframes svcPulse {
    0%,100%{box-shadow:0 0 0 10px rgba(226,6,18,0.08)}
    50%{box-shadow:0 0 0 20px rgba(226,6,18,0.03)}
}
.svc-model-intersect svg { width: 22px; height: 22px; stroke: #E20612; }
.svc-model-conn { position: absolute; top: 135px; height: 1px; z-index: 0; }
.svc-model-conn--l { left: 98px; width: 168px; background: linear-gradient(90deg,rgba(26,26,26,0.45),transparent); transform: rotate(2deg); }
.svc-model-conn--r { left: 124px; width: 148px; background: linear-gradient(90deg,transparent,rgba(226,6,18,0.45)); transform: rotate(-2deg); }
.svc-model-text { flex: 1; min-width: 0; }
.svc-model-text-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: #E20612; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.svc-model-text-eyebrow::after { content: ''; flex: 1; height: 1px; background: rgba(226,6,18,0.12); }
.svc-model-text h3 { font-size: clamp(26px,4vw,42px); font-weight: 800; color: #1a1a1a; margin: 0 0 18px; line-height: 1.15; letter-spacing: -0.02em; }
.svc-model-text p { font-size: 15px; color: #666; line-height: 1.9; margin: 0 0 36px; max-width: 480px; }
.svc-model-stats { display: flex; gap: 56px; }
.svc-model-stat-num { font-size: 38px; font-weight: 800; color: #1a1a1a; line-height: 1; display: block; letter-spacing: -0.03em; }
.svc-model-stat-label { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 8px; display: block; }

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.svc-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 40px; padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}
.svc-head h2 { font-size: clamp(24px,4vw,44px); font-weight: 800; color: #1a1a1a; text-transform: uppercase; letter-spacing: -0.02em; margin: 0; }
.svc-head span { font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 0.10em; }

/* ================================================================
   3. SERVICE CARDS — premium split layout with breathing room
   Each card is an immersive mini-showcase for that service
   ================================================================ */
.svc-service-card {
    display: flex; margin-bottom: 80px; align-items: center;
    gap: 72px; position: relative;
}
.svc-service-card:last-child { margin-bottom: 0; }
.svc-service-card--reverse { flex-direction: row-reverse; }

.svc-service-card-visual {
    flex: 0 0 48%; position: relative;
}
.svc-service-card-img-wrap {
    position: relative; overflow: hidden;
    border-radius: 16px; aspect-ratio: 4/3; background: #e8e8e8;
}
.svc-service-card-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2,0.36,0.12,1);
}
.svc-service-card:hover .svc-service-card-img-wrap img { transform: scale(1.04); }
.svc-service-card-num {
    position: absolute; top: -36px; left: -16px;
    font-size: clamp(72px,10vw,140px); font-weight: 800;
    color: rgba(26,26,26,0.025); line-height: 1;
    pointer-events: none; letter-spacing: -0.05em;
}
.svc-service-card--reverse .svc-service-card-num { left: auto; right: -16px; }

.svc-service-card-info { flex: 1; min-width: 0; }
.svc-service-card-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.12em; color: #E20612; margin-bottom: 16px;
}
.svc-service-card-tag::before { content: ''; width: 18px; height: 2px; background: #E20612; }
.svc-service-card-title {
    font-size: clamp(22px,3.2vw,36px); font-weight: 800; color: #1a1a1a;
    margin: 0 0 14px; line-height: 1.15; letter-spacing: -0.02em;
}
.svc-service-card-desc {
    font-size: 14px; color: #666; line-height: 1.9;
    margin: 0 0 28px; max-width: 420px;
}
.svc-service-card-list {
    list-style: none; padding: 0; margin: 0 0 32px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}
.svc-service-card-list li {
    font-size: 13px; color: #555;
    display: flex; align-items: center; gap: 8px;
}
.svc-service-card-list li::before {
    content: ''; width: 5px; height: 5px;
    background: #E20612; flex-shrink: 0; transform: rotate(45deg);
}
.svc-service-card-link {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 700; color: #1a1a1a;
    text-decoration: none; text-transform: uppercase; letter-spacing: 0.06em;
    transition: color 0.2s; padding-bottom: 4px;
    border-bottom: 2px solid #ddd;
}
.svc-service-card-link:hover { color: #E20612; border-color: #E20612; }
.svc-service-card-link svg { width: 15px; height: 15px; stroke: currentColor; }

/* ================================================================
   4. FEATURED PROJECT — single hero, cinematic
   ================================================================ */
.svc-project-hero {
    position: relative; width: 100%;
    border-radius: 20px; overflow: hidden;
    height: clamp(420px,55vh,640px);
    display: block; text-decoration: none;
}
.svc-project-hero img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s ease;
}
.svc-project-hero:hover img { transform: scale(1.03); }
.svc-project-hero-glass {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.06) 50%, transparent 100%);
    pointer-events: none;
}
.svc-project-hero-content { position: absolute; bottom: 48px; left: 48px; right: 48px; }
.svc-project-hero-badge {
    display: inline-block; background: #E20612; color: #fff;
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.10em; padding: 7px 16px; border-radius: 100px; margin-bottom: 20px;
}
.svc-project-hero-content h3 {
    font-size: clamp(28px,5vw,48px); font-weight: 800; color: #fff;
    margin: 0 0 12px; line-height: 1.06;
    text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.svc-project-hero-metas { display: flex; gap: 20px; flex-wrap: wrap; }
.svc-project-hero-meta { font-size: 14px; color: rgba(255,255,255,0.72); text-transform: uppercase; letter-spacing: 0.06em; }

/* ================================================================
   5. PROCESS — 5 vertical cards, structured but warm
   ================================================================ */
.svc-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.svc-process-card {
    border-radius: 16px; padding: 36px 24px 28px;
    background: #fff; border: 1px solid #e8e8e8;
    transition: all 0.3s ease; position: relative; overflow: hidden;
}
.svc-process-card:hover {
    border-color: #ccc; box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    transform: translateY(-3px);
}
.svc-process-card-step {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.10em; color: #E20612; margin-bottom: 18px;
}
.svc-process-card-num {
    font-size: 64px; font-weight: 800;
    color: rgba(26,26,26,0.03); line-height: 1; margin-bottom: 16px;
}
.svc-process-card:hover .svc-process-card-num { color: rgba(226,6,18,0.05); }
.svc-process-card h4 {
    font-size: 16px; font-weight: 700; color: #1a1a1a;
    margin: 0 0 8px; line-height: 1.2;
}
.svc-process-card p {
    font-size: 13px; color: #777; line-height: 1.7; margin: 0;
}
.svc-process-card-bar {
    margin-top: 24px; height: 2px; width: 28px;
    background: #ddd; transition: width 0.3s, background 0.3s;
}
.svc-process-card:hover .svc-process-card-bar { width: 100%; background: #E20612; }

/* ================================================================
   BG TREATMENTS — subtle differentiation
   ================================================================ */
.svc-bg-warm { background: #faf8f6; }
.svc-bg-cool { background: #f5f7fa; }

/* ================================================================
   6. USP — human, image-led
   ================================================================ */
.svc-usp-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.svc-usp-feature-card {
    border-radius: 20px; overflow: hidden; position: relative;
    height: clamp(300px,40vh,480px);
    display: flex; align-items: flex-end;
}
.svc-usp-feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-usp-feature-card-glass {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.04) 100%);
}
.svc-usp-feature-card-content { position: relative; z-index: 2; padding: 40px; }
.svc-usp-feature-card-content h3 { font-size: clamp(20px,2.5vw,34px); font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.12; }
.svc-usp-feature-card-content p { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 380px; }

.svc-usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-usp-card {
    background: #fff; border: 1px solid #e8e8e8; border-radius: 18px;
    padding: 40px 36px; display: flex; gap: 22px;
    align-items: flex-start; transition: all 0.3s ease;
}
.svc-usp-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.06); transform: translateY(-2px); }
.svc-usp-card-icon {
    flex-shrink: 0; width: 60px; height: 60px; border-radius: 18px;
    background: rgba(226,6,18,0.05); display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: #E20612;
}
.svc-usp-card-icon svg { width: 26px; height: 26px; stroke: #E20612; }
.svc-usp-card-body h4 { font-size: 17px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.svc-usp-card-body p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }

/* ================================================================
   7. CTA — strategic dark. Only place we use dark.
   ================================================================ */
.svc-cta-block {
    background: #1a1a1a; border-radius: 24px; padding: 72px 64px;
    display: flex; align-items: center; gap: 80px;
    position: relative; overflow: hidden;
}
.svc-cta-block::after {
    content: '✦'; position: absolute; right: 40px; top: -60px;
    font-size: 320px; color: rgba(255,255,255,0.012); pointer-events: none; line-height: 1;
}
.svc-cta-content { flex: 1; position: relative; z-index: 1; }
.svc-cta-star { font-size: 36px; color: #E20612; margin-bottom: 20px; display: block; }
.svc-cta-content h3 { font-size: clamp(26px,4vw,44px); font-weight: 800; color: #fff; margin: 0 0 14px; line-height: 1.12; letter-spacing: -0.02em; }
.svc-cta-content p { font-size: 15px; color: rgba(255,255,255,0.40); line-height: 1.8; max-width: 460px; }
.svc-cta-actions { flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 1; }
.svc-cta-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: #E20612; color: #fff; font-size: 15px; font-weight: 700;
    text-decoration: none; padding: 18px 44px; border-radius: 100px;
    letter-spacing: 0.08em; text-transform: uppercase;
    transition: background 0.25s, transform 0.25s; white-space: nowrap;
}
.svc-cta-btn:hover { background: #c40510; transform: scale(1.03); }
.svc-cta-phone {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 18px; font-weight: 700; color: rgba(255,255,255,0.65);
    text-decoration: none; transition: color 0.2s;
}
.svc-cta-phone:hover { color: #fff; }
.svc-cta-phone svg { width: 20px; height: 20px; stroke: currentColor; }

/* ================================================================
   OVERRIDE — Đồng bộ design với Home page (home-v1-*)
   ================================================================ */

/* ── Section Spacing ── */
.svc-sec { padding: 30px 0 !important; }

/* ── Section Header ── */
.svc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; overflow: hidden; border-bottom: none; padding-bottom: 0; }
.svc-head::before { content: attr(data-eyebrow); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: #E20612; white-space: nowrap; }
.svc-head::after { content: ''; height: 1px; background: rgba(226,6,18,0.15); flex-grow: 1; min-width: 100px; }
.svc-head h2 { font-size: clamp(26px, 5vw, 52px); font-weight: 800; color: #1a1a1a; text-transform: uppercase; letter-spacing: -0.03em; margin: 0; line-height: 1.05; }
.svc-head span { display: none; }

/* ── Service Cards ── */
.svc-service-card {
    display: flex; background: #fff; border: 1px solid #e5e5e5; border-radius: 16px; overflow: hidden;
    height: 45vh; min-height: 380px; margin-bottom: 16px; gap: 0;
}
.svc-service-card:last-child { margin-bottom: 0; }
.svc-service-card--reverse { flex-direction: row-reverse; }

.svc-service-card-visual { flex: 0 0 60%; position: relative; overflow: hidden; padding: 16px; }
.svc-service-card-img-wrap { position: relative; overflow: hidden; border-radius: 12px; aspect-ratio: auto; background: transparent; height: 100%; }
.svc-service-card-img-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 12px; }
.svc-service-card:hover .svc-service-card-img-wrap img { transform: none; }
.svc-service-card-num { display: none; }

.svc-service-card-info { flex: 1; padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }

.svc-service-card-tag {
    display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em; color: #E20612;
    background: rgba(226,6,18,0.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226,6,18,0.20); padding: 5px 12px; border-radius: 4px;
    margin-bottom: 16px; width: fit-content;
}

.svc-service-card-title {
    font-size: clamp(18px, 2.5vw, 28px); font-weight: 800; color: #1a1a1a;
    margin: 0 0 12px; line-height: 1.15; letter-spacing: -0.02em;
}

.svc-service-card-desc { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 24px; max-width: 400px; }

.svc-service-card-list {
    list-style: none; padding: 0; margin: 0 0 28px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; max-width: 440px;
}
.svc-service-card-list li { font-size: 13px; color: #555; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.svc-service-card-list li::before { content: ''; width: 5px; height: 5px; background: #E20612; flex-shrink: 0; transform: rotate(45deg); }

/* ── Process Section ── */
.svc-process-grid { display: flex; gap: 0; }
.svc-process-card {
    flex: 1; position: relative; overflow: hidden; background: #1a1a1a;
    transition: flex 0.55s cubic-bezier(0.2,0.36,0.12,1); cursor: pointer;
    min-width: 70px; border-radius: 0; padding: 0; border: none;
}
.svc-process-card:first-child { border-radius: 16px 0 0 16px; }
.svc-process-card:last-child { border-radius: 0 16px 16px 0; }
.svc-process-card:hover { flex: 3.2; }
.svc-process-card-step { display: none; }
.svc-process-card-num {
    position: absolute; top: 24px; left: 26px; font-size: 47px; font-weight: 800;
    color: rgba(255,255,255,0.18); z-index: 2; pointer-events: none; transition: color 0.4s;
}
.svc-process-card:hover .svc-process-card-num { color: rgba(255,255,255,0.30); }
.svc-process-card h4 {
    position: absolute; bottom: 28px; left: 26px; right: 26px;
    font-size: clamp(14px, 1.2vw, 18px); font-weight: 700; color: #fff;
    margin: 0; line-height: 1.2; z-index: 3;
}
.svc-process-card p { display: none; }
.svc-process-card-bar { display: none; }

/* ── CTA Button ── */
.svc-cta-btn {
    display: inline-flex; align-items: center; background: rgba(226,6,18,0.16);
    color: #E20612; border: 1px solid rgba(226,6,18,0.18); font-size: 13px;
    font-weight: 700; text-decoration: none; padding: 13px 36px;
    border-radius: 4px; letter-spacing: 0.10em; text-transform: uppercase;
    transition: all 0.3s ease;
}
.svc-cta-btn:hover { background: rgba(226,6,18,0.24); border-color: rgba(226,6,18,0.30); transform: none; }

/* ── USP Cards ── */
.svc-usp-card { border-radius: 16px; border-color: #e5e5e5; }

/* ── Background treatments ── */
.svc-bg-warm { background: transparent; }
.svc-bg-cool { background: transparent; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .svc-sec { padding: 48px 0; }
    .svc-cover { height: clamp(320px,50vh,480px); border-radius: 12px; }
    .svc-cover-glass { border-radius: 12px; }
    .svc-cover-content { left: 20px; right: 20px; bottom: 80px; }

    .svc-model-card { flex-direction: column; padding: 40px 28px; gap: 48px; }
    .svc-model-diagram { margin: 0; width: 300px; height: 240px; }
    .svc-model-circle { width: 150px; height: 150px; }
    .svc-model-circle-title { font-size: 24px; }
    .svc-model-intersect { top: 88px; left: 80px; width: 44px; height: 44px; }
    .svc-model-conn--l { top: 110px; left: 80px; width: 130px; }
    .svc-model-conn--r { top: 110px; left: 102px; width: 110px; }
    .svc-model-stats { gap: 36px; }

    .svc-service-card { flex-direction: column !important; gap: 32px; margin-bottom: 56px; }
    .svc-service-card-visual { flex: 0 0 auto; width: 100%; }
    .svc-service-card-num { top: -28px; left: 0; font-size: 90px; }
    .svc-service-card--reverse .svc-service-card-num { right: 0; left: auto; }

    .svc-project-hero { height: clamp(300px,45vh,440px); }
    .svc-project-hero-content { bottom: 32px; left: 28px; right: 28px; }

    .svc-process-grid { grid-template-columns: repeat(3, 1fr); }

    .svc-usp-feature { grid-template-columns: 1fr; }
    .svc-usp-grid { grid-template-columns: 1fr; }

    .svc-cta-block { flex-direction: column; text-align: center; padding: 48px 36px; gap: 32px; }
    .svc-cta-content p { max-width: none; }
    .svc-cta-actions { align-items: center; }
}

@media (max-width: 768px) {
    .svc-process-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-service-card-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .svc-sec { padding: 36px 0; }
    .svc-cover { height: clamp(260px,45vh,380px); }
    .svc-cover-title { font-size: clamp(1.8rem,8vw,2.8rem); }
    .svc-cover-content { bottom: 70px; left: 14px; right: 14px; }
    .svc-cover-cell { padding: 10px 10px; }
    .svc-cover-bar { flex-wrap: wrap; }
    .svc-cover-cell--wide { flex: 1 1 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }

    .svc-model-card { padding: 28px 18px; border-radius: 16px; }
    .svc-model-diagram { width: 240px; height: 190px; }
    .svc-model-circle { width: 120px; height: 120px; }
    .svc-model-circle-title { font-size: 20px; }
    .svc-model-intersect { top: 70px; left: 66px; width: 38px; height: 38px; }
    .svc-model-conn--l { top: 88px; left: 66px; width: 100px; }
    .svc-model-stats { flex-wrap: wrap; gap: 24px; }
    .svc-model-stat-num { font-size: 26px; }

    .svc-project-hero { height: clamp(240px,40vh,340px); border-radius: 14px; }
    .svc-project-hero-content { bottom: 24px; left: 18px; right: 18px; }
    .svc-project-hero-content h3 { font-size: clamp(20px,6vw,28px); }

    .svc-process-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .svc-process-card { padding: 24px 16px; }

    .svc-usp-feature-card { height: clamp(220px,35vh,300px); }
    .svc-usp-feature-card-content { padding: 28px 20px; }
    .svc-usp-card { padding: 24px 18px; }

    .svc-cta-block { padding: 40px 24px; border-radius: 16px; }
}

/* Breadcrumb */
.apj-breadcrumb {
    padding: 0 0 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #888;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.apj-breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}
.apj-breadcrumb a:hover { color: #1a1a1a; }
.apj-breadcrumb .sep { margin: 0 10px; color: #ccc; }
.apj-breadcrumb .current { color: #1a1a1a; }

/* ================================
   Eyebrow Red — Standard Chamspace
   ================================ */
.home-v1-eyebrow-red {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #E20612;
    background: rgba(226,6,18,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226,6,18,0.20);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* ================================
   Breadcrumb & Share Bar (copy from single-cham_project.php)
   ================================ */
.pj-bread { padding: 24px 0 8px 0; font-size: 12px; color: #999; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: 0.04em; }
.pj-bread a { color: #666; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.pj-bread a:hover { color: #1a1a1a; }
.pj-bread .sep { margin: 0 2px; color: #ccc; }
.pj-bread svg { width: 14px; height: 14px; flex-shrink: 0; stroke: #666; }
.pj-bread a:hover svg { stroke: #1a1a1a; }
.pj-bar { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 8px 0 12px; }
.pj-social { display: flex; gap: 8px; align-items: center; }
.pj-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 9px; background: rgba(0,0,0,0.04); transition: background .2s, transform .2s; text-decoration: none; }
.pj-social a:hover { background: #1a1a1a; transform: translateY(-1px); }
.pj-social a svg { width: 18px; height: 18px; stroke: #555; transition: stroke .2s; }
.pj-social a:hover svg { stroke: #fff; }
.pj-review { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #888; padding-right: 16px; }
.pj-review .rv-avatar { width: 28px; height: 28px; border-radius: 50%; background: #ddd; flex-shrink: 0; overflow: hidden; }
.pj-review .rv-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* ================================
   NỘI THẤT: Design & Build section
   ================================ */
.home-v1-db-inner { padding: 0 16px; max-width: 800px; margin: 0 auto; }
.home-v1-db-title { font-size: clamp(22px, 3.5vw, 36px); font-weight: 800; margin: 8px 0 12px; line-height: 1.2; }
.home-v1-db-desc { font-size: 15px; color: #666; line-height: 1.7; margin-bottom: 16px; }
.home-v1-db-images { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-radius: 12px; overflow: hidden; }
.home-v1-db-images img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ================================
   NỘI THẤT: Phong cách thiết kế
   ================================ */
.nt-style-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}
.nt-style-card {
    width: 180px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}
.nt-style-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.10); }
.nt-style-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
}
.nt-style-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.nt-style-card:hover .nt-style-card-img img { transform: scale(1.05); }
.nt-style-card-label {
    padding: 12px 14px 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: right;
}
.nt-style-card-desc {
    padding: 0 14px 12px;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    text-align: right;
}

/* ================================
   NỘI THẤT: Masonry Gallery Projects
   ================================ */
.nt-project-block {
    margin-bottom: 32px;
}
.nt-project-header {
    margin-bottom: 12px;
}
.nt-project-title-link {
    text-decoration: none;
    display: inline-block;
}
.nt-project-title-link h3 {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 800;
    color: #1a1a1a;
    margin: 8px 0 4px;
    line-height: 1.2;
    transition: color 0.2s;
}
.nt-project-title-link:hover h3 { color: #E20612; }
.nt-project-meta {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}
.nt-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    border-radius: 12px;
    overflow: hidden;
}
.nt-masonry-hero {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 4/3;
    overflow: hidden;
    display: block;
    border-radius: 0;
}
.nt-masonry-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.nt-masonry-hero:hover img { transform: scale(1.03); }
.nt-masonry-item {
    aspect-ratio: 1/1;
    overflow: hidden;
    display: block;
}
.nt-masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.nt-masonry-item:hover img { transform: scale(1.05); }

/* ================================
   NỘI THẤT: Đối tác Vật liệu
   ================================ */
.nt-partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}
.nt-partner-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}
.nt-partner-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.10); }
.nt-partner-card img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.2s;
}
.nt-partner-card:hover img { filter: grayscale(0%); }
.nt-partner-card span {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}
.nt-partner-card small {
    font-size: 11px;
    color: #aaa;
}

/* Mobile: masonry 2 cột */
@media (max-width: 768px) {
    .nt-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
    .nt-masonry-hero {
        grid-column: span 2;
        grid-row: span 1;
    }
    .nt-style-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ================================================================
   SERVICE BIM TIMELINE — Full background image cards
   ================================================================ */

.svc-bim-section {
    margin-bottom: 48px;
}
.svc-bim-section:last-child {
    margin-bottom: 0;
}

/* Header */
.svc-bim-header {
    margin-bottom: 32px;
    text-align: center;
}

.svc-bim-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #E20612;
    background: rgba(226,6,18,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226,6,18,0.20);
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.svc-bim-tag::before {
    content: '';
    width: 18px;
    height: 2px;
    background: #E20612;
}

.svc-bim-title {
    font-size: clamp(22px, 3.5vw, 38px);
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.svc-bim-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 600px;
}

/* Timeline grid — 2 rows x 3 cards */
.svc-bim-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}

/* Step — full background image card */
.svc-bim-step {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.svc-bim-step:hover {
    transform: scale(1.03) translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.2);
}

/* Background image */
.svc-bim-step-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.svc-bim-step:hover .svc-bim-step-img {
    transform: scale(1.1);
}

/* Dark overlay for text readability */
.svc-bim-step::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2) 0%,
        rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,0.6) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Number circle — on top of image */
.svc-bim-step-num {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E20612;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    z-index: 2;
    transition: all .3s;
    box-shadow: 0 0 0 8px rgba(226,6,18,0.18), 0 8px 32px rgba(226,6,18,0.25);
}

.svc-bim-step:hover .svc-bim-step-num {
    transform: translateX(-50%) scale(1.1);
}

/* Time badge — center align, above description */
.svc-bim-step-time {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom: 8px;
    line-height: 1;
}

.svc-bim-step-time small {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/* Text content — inside image at bottom */
.svc-bim-step-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    text-align: center;
}

.svc-bim-step-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.svc-bim-step-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s, opacity 0.3s, margin 0.3s;
}

.svc-bim-step:hover .svc-bim-step-desc {
    max-height: 100px;
    opacity: 1;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .svc-bim-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .svc-bim-step {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 520px) {
    .svc-bim-timeline {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ================================================================
   PRICING TABLE — Báo giá ma trận
   ================================================================ */
.kt-pricing-sec { padding: 30px 0; }

.kt-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.kt-price-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.kt-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.kt-price-card--featured {
    border-color: #E20612;
    box-shadow: 0 4px 24px rgba(226,6,18,0.08);
}

.kt-price-card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #E20612;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 16px;
    border-radius: 100px;
    white-space: nowrap;
}

.kt-price-card-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.kt-price-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.kt-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #666;
}

.kt-price-row:last-of-type {
    border-bottom: none;
}

.kt-price-row strong {
    color: #E20612;
    font-size: 15px;
    font-weight: 800;
}

.kt-price-row strong small {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.kt-price-note {
    margin-top: 16px;
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.kt-pricing-cta {
    text-align: center;
    background: #fafafa;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #eee;
}

.kt-pricing-cta p {
    font-size: 14px;
    color: #555;
    margin: 0 0 14px;
}

.kt-pricing-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E20612;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.kt-pricing-btn:hover {
    background: #c00510;
    transform: scale(1.03);
    color: #fff;
}

@media (max-width: 768px) {
    .kt-pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ================================================================
   ARTICLE SECTIONS — Quy trình, Hồ sơ, FAQ
   ================================================================ */
.kt-article-sec {
    padding: 30px 0;
}

.kt-article-body {
    width: 100%;
    font-size: 15px;
    color: #444;
    line-height: 1.9;
}

.kt-article-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.kt-article-body h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 12px;
    line-height: 1.3;
}

.kt-article-body p {
    margin: 0 0 14px;
}

.kt-article-body ul,
.kt-article-body ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.kt-article-body li {
    margin-bottom: 6px;
}

.kt-article-body img {
    width: 100%;
    height: auto !important;
    border-radius: 12px;
    margin: 16px 0;
}

.kt-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 13px;
}

.kt-article-body th {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
}

.kt-article-body td {
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
}

.kt-article-body--placeholder {
    font-style: italic;
    color: #999;
    padding: 32px 0;
}

.kt-article-body--placeholder a {
    color: #E20612;
    text-decoration: underline;
}

@media (max-width: 768px) {
}

/* ================================================================
   FAQ — Accordion
   ================================================================ */
.kt-faq-list {
    max-width: 760px;
}

.kt-faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 8px;
    background: #fff;
    overflow: hidden;
}

.kt-faq-item summary {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.kt-faq-item summary::-webkit-details-marker {
    display: none;
}

.kt-faq-item summary::after {
    content: '+';
    font-size: 20px;
    color: #E20612;
    font-weight: 300;
    transition: transform 0.3s;
}

.kt-faq-item[open] summary::after {
    content: '−';
}

.kt-faq-item[open] summary {
    border-bottom: 1px solid #eee;
}

.kt-faq-item p {
    padding: 14px 20px 18px;
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ================================================================
   FEATURED PROJECTS — ảnh chính + gallery slide
   ================================================================ */
.kt-feat-project-wrap {
    margin-bottom: 40px;
}

.kt-feat-project-main {
    margin-bottom: 12px;
}

.kt-feat-project-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
    .kt-feat-project-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* ================================
   BREADCRUMB + SHARE BAR (đồng bộ từ page-bao-gia)
   ================================ */
.bg-bread { padding: 16px 0 8px 0; font-size: 12px; color: #999; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: 0.04em; }
.bg-bread a { color: #666; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.bg-bread a:hover { color: #1a1a1a; }
.bg-bread .sep { margin: 0 2px; color: #ccc; }
.bg-bread svg.bc-home { width: 14px; height: 14px; flex-shrink: 0; stroke: #666; }
.bg-bread-row { display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 0 0 12px; }
@media (max-width: 860px) {
  .bg-bread-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .bg-bread-row .bg-bread { padding-bottom: 4px; }
}
.bg-social { display: flex; gap: 8px; align-items: center; }
.bg-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 9px; background: rgba(0,0,0,0.04); transition: background .2s, transform .2s; text-decoration: none; }
.bg-social a:hover { background: #1a1a1a; transform: translateY(-1px); }
.bg-social a svg { width: 18px; height: 18px; stroke: #555; transition: stroke .2s; }
.bg-social a:hover svg { stroke: #fff; }
.bg-review .rv-avatar { width: 22px; height: 22px; border-radius: 50%; overflow: hidden; background: #1a1a1a; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.bg-review .rv-avatar img { width: 14px; height: 14px; object-fit: contain; display: block; }
