/*
Theme Name: TN Digi Solution
Theme URI: https://tndigi.com
Author: TN Digi Solution
Author URI: https://tndigi.com
Description: ĐÁP ỨNG MỌI NHU CẦU — Website của chúng tôi phù hợp với tất cả mọi người dù bạn là người mới bắt đầu hay chuyên gia.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: az-ai-theme
Tags: thiết kế website chuẩn SEO, Content AIO chuẩn Google, Index Google nhanh chóng, tối ưu tốc độ, responsive, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ═══════════════════════════════════════════════════
   Phuong Nam — Yellow Black White Design System
   Primary: #FFC400  Dark: #111111  BG: #F7F7F7
═══════════════════════════════════════════════════ */

/* CSS custom properties — single source of truth */
:root {
    --dpl-primary:          #FFC400;
    --dpl-primary-dark:     #111111;
    --dpl-primary-light:    #FFF3BF;
    --dpl-secondary:        #E51D24;
    --dpl-secondary-light:  #FFE5E7;
    --dpl-bg:               #F7F7F7;
    --dpl-surface:          #FFFFFF;
    --dpl-surface-low:      #FFF7D6;
    --dpl-text:             #181818;
    --dpl-text-muted:       #4A4A4A;
    --dpl-border:           rgba(17,17,17,.12);
    --dpl-shadow:           rgba(17,17,17,.10);
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--dpl-bg);
    min-height: 100vh;
    color: var(--dpl-text);
    overflow-x: hidden;
}

/* Glass panel — white/blue tint (replaces dark glass) */
.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dpl-border);
}

.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--dpl-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px var(--dpl-shadow);
}

/* Text gradient — blue tones */
.text-gradient {
    background: linear-gradient(to right, #111111, #FFC400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Card with blue accent border */
.neon-border-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 1rem;
    z-index: 1;
    border: 1px solid var(--dpl-border);
    transition: all 0.3s ease;
}

.neon-border-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: 1.05rem;
    background: linear-gradient(to bottom right, #FFC400, #111111, rgba(255,255,255,0) 60%);
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.neon-border-card:hover {
    border-color: var(--dpl-secondary);
    box-shadow: 0 0 20px rgba(0, 151, 167, 0.15);
    transform: translateY(-5px);
}

.neon-border-card:hover::before {
    opacity: 0.5;
}

.pricing-glow {
    box-shadow: 0 0 30px rgba(0, 87, 184, 0.12);
    border: 1px solid rgba(0, 87, 184, 0.3);
}

.dashboard-glow {
    filter: drop-shadow(0 0 20px rgba(0, 87, 184, 0.2));
}

.glow-underline {
    position: relative;
    display: inline-block;
}

.glow-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC400, transparent);
    border-radius: 2px;
}

.workflow-line {
    background: linear-gradient(to right, #111111, #FFC400, #FFF3BF);
    height: 4px;
    top: 40px;
    transform: translateY(-50%);
}

/* Remove dark neon mix-blend — not needed on light bg */
.neon-icon { mix-blend-mode: normal; }
img { mix-blend-mode: normal; }

/* Legacy neon color classes → blue equivalents */
.text-neon-blue    { color: #FFC400; }
.text-neon-purple  { color: #111111; }
.text-neon-green   { color: #E51D24; }

.border-neon-blue   { border-color: #FFC400; }
.border-neon-purple { border-color: #111111; }
.border-neon-green  { border-color: #E51D24; }

.hover\:text-neon-blue:hover   { color: #FFC400; }
.hover\:text-neon-purple:hover { color: #111111; }
.hover\:text-neon-green:hover  { color: #E51D24; }

.hover\:bg-neon-blue\/10:hover   { background-color: rgba(255, 196, 0, 0.16); }
.hover\:bg-neon-purple\/10:hover { background-color: rgba(17, 17, 17, 0.08); }
.hover\:bg-neon-green\/10:hover  { background-color: rgba(229, 29, 36, 0.08); }

/* Glass panel as card (second definition — overrides above for card usage) */
.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dpl-border);
    border-radius: 1rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.glass-panel:hover {
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-0.25rem);
    box-shadow: 0 8px 32px var(--dpl-shadow);
}

/* Pro/featured card — blue gradient */
.pro-card {
    position: relative;
    background: linear-gradient(160deg, #111111, #FFC400);
    border-radius: 1rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    box-shadow: 0 0 0 2px transparent;
}

.pro-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: linear-gradient(135deg, #111111, #FFC400);
    border-radius: inherit;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

#mobile-menu {
    transition: all 0.3s ease;
}

@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.animate-spin-slow {
    animation: spin-slow 20s linear infinite;
}

/* Remove duplicate dark overrides */
.text-gradient {
    background: linear-gradient(to right, #181818, #E5A900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════════
   DPL Prose — global white-blue typography
═══════════════════════════════════════════════════ */
.dpl-prose { font-family:'Inter',sans-serif; color:#0D1B2A; line-height:1.8; }
.dpl-prose h1,.dpl-prose h2,.dpl-prose h3,.dpl-prose h4,.dpl-prose h5,.dpl-prose h6 { font-family:'Manrope',sans-serif; color:#181818; font-weight:800; margin-top:2rem; margin-bottom:1rem; line-height:1.25; }
.dpl-prose h2 { font-size:1.875rem; }
.dpl-prose h3 { font-size:1.5rem; }
.dpl-prose h4 { font-size:1.25rem; }
.dpl-prose p  { color:#333333; font-size:1.0625rem; margin-bottom:1.25rem; }
.dpl-prose a  { color:#181818; font-weight:600; text-decoration:none; }
.dpl-prose a:hover { color:#E5A900; text-decoration:underline; }
.dpl-prose strong { color:#0D1B2A; font-weight:700; }
.dpl-prose ul,.dpl-prose ol { color:#333333; padding-left:1.5rem; margin:1.25rem 0; }

/* ═══════════════════════════════════════════════════
   Phuong Nam concrete cutting homepage
═══════════════════════════════════════════════════ */
:root {
    --pn-black: #111111;
    --pn-ink: #202020;
    --pn-yellow: #ffc400;
    --pn-yellow-dark: #e5a900;
    --pn-red: #e51d24;
    --pn-soft: #f6f6f6;
    --pn-border: #dfdfdf;
}

body.home {
    background: #fff;
    color: var(--pn-ink);
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 18px;
}

body.home #site-header {
    position: sticky;
    top: 0;
    background: #111;
    border: 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

body.home .header-inner {
    height: 70px;
    max-width: 1180px;
    padding: 0 16px;
    gap: 22px;
}

body.home #logo-wrap .custom-logo-link img,
body.home #logo-wrap img.custom-logo {
    height: 52px;
    max-width: 270px;
}

body.home .logo-fallback-icon {
    width: 52px;
    height: 52px;
    background: #111111;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home .logo-fallback-icon span {
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}

body.home .logo-fallback-text {
    width: 240px;
    color: var(--pn-yellow);
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: normal;
}

body.home .logo-fallback-text::before {
    content: 'KHOAN CẮT BÊ TÔNG';
    display: block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
}

body.home #site-nav {
    justify-content: flex-end;
    gap: 0;
}

body.home #site-nav li a {
    color: #fff;
    border-radius: 0;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 26px 11px 22px;
    text-transform: uppercase;
}

body.home #site-nav li a:hover,
body.home #site-nav li.current-menu-item > a,
body.home #site-nav li.current-page-ancestor > a {
    color: var(--pn-yellow);
    background: transparent;
    box-shadow: inset 0 -3px 0 var(--pn-yellow);
}

body.home .header-actions {
    gap: 12px;
}

body.home .btn-icon {
    display: none;
}

body.home .btn-cta {
    position: relative;
    min-width: 190px;
    padding: 8px 14px 8px 48px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: var(--pn-yellow);
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: .5px;
}

body.home .btn-cta::before {
    content: 'call';
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 8px;
    background: var(--pn-yellow);
    color: #111;
    font-family: 'Material Symbols Outlined';
    font-size: 25px;
}

body.home .btn-cta::after {
    content: 'Hotline 24/7';
    position: absolute;
    left: 48px;
    top: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

body.home #search-bar,
body.home #mobile-nav {
    background: #171717;
    border-color: rgba(255, 196, 0, .2);
}

body.home #mobile-nav li a {
    color: #fff;
}

body.home .hamburger span {
    background: #fff;
}

.pn-home {
    background: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 18px;
    overflow: hidden;
}

.pn-home p,
.pn-home li {
    font-size: 18px;
    line-height: 1.6;
}

.pn-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.pn-hero {
    position: relative;
    min-height: 455px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .75) 42%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .42) 100%),
        url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80') center / cover;
    color: #fff;
}

.pn-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .55));
}

.pn-hero-grid {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 46px 16px 26px 16px;
}

@media (max-width: 768px) {
    .pn-hero-grid {
        padding: 46px 20px 26px 20px;
    }
    
    .pn-hero h1 {
        font-size: clamp(38px, 5.5vw, 54px);
    }
    
    .pn-check-list li {
        font-size: 16px;
    }
    
    .pn-proof-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pn-kicker {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.pn-hero h1 {
    max-width: 690px;
    margin: 0;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(44px, 6vw, 66px);
    line-height: .94;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.pn-hero h1 span {
    display: block;
    color: var(--pn-yellow);
}

.pn-hero-ribbon {
    display: inline-block;
    margin: 14px 0 16px;
    padding: 8px 22px;
    background: var(--pn-yellow);
    color: #111;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    transform: skew(-12deg);
}

.pn-check-list {
    display: grid;
    gap: 7px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.pn-check-list li,
.pn-benefit-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 18px;
}

.pn-check-list .ms,
.pn-benefit-list .ms {
    color: var(--pn-yellow);
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

.pn-proof-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 610px;
}

.pn-proof-row div {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    padding: 10px 10px;
    border: 1px solid rgba(255, 196, 0, .85);
    background: rgba(0, 0, 0, .55);
}

.pn-proof-row .ms {
    grid-row: span 2;
    color: var(--pn-yellow);
    font-size: 30px;
}

.pn-proof-row strong {
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
}

.pn-proof-row small {
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.pn-quote-card {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
}

.pn-quote-head {
    padding: 14px 12px 10px;
    background: var(--pn-yellow);
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.pn-quote-head strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.pn-quote-head span {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.pn-quote-card form {
    display: grid;
    gap: 10px;
    padding: 16px;
}

.pn-quote-card input,
.pn-quote-card textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 11px 12px;
    color: #333;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 18px;
    outline: none;
}

.pn-quote-card textarea {
    min-height: 82px;
    resize: vertical;
}

.pn-quote-card button,
.pn-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 5px;
    background: var(--pn-red);
    color: #fff;
    padding: 13px 16px;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(229, 29, 36, .28);
}

.pn-quote-card p {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.pn-quote-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px 18px;
    color: var(--pn-red);
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-decoration: none;
}

.pn-section {
    padding: 26px 0 22px;
}

.pn-title {
    margin: 0 0 20px;
    color: #181818;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.pn-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 9px auto 0;
    background: var(--pn-yellow);
}

.pn-title-left {
    text-align: left;
}

.pn-title-left::after {
    margin-left: 0;
}

.pn-title span {
    color: var(--pn-yellow-dark);
}

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

.pn-service-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--pn-border);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pn-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.pn-service-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pn-service-icon {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 0 0 24px 0;
    background: var(--pn-yellow);
    color: #111;
}

.pn-service-card img {
    width: 100%;
    aspect-ratio: 1.32;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pn-service-card:hover img {
    transform: scale(1.05);
}

.pn-service-card div:last-child {
    padding: 20px 18px 22px;
    text-align: center;
}

.pn-service-card h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.pn-service-card:hover h3 {
    color: var(--pn-yellow);
}

.pn-service-card p {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.pn-why {
    padding-top: 8px;
}

.pn-why-grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 48px;
    align-items: center;
}

.pn-video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 1.6;
    background: #000;
    min-height: 300px;
}

.pn-video-thumb img {
    width: 100%;
    aspect-ratio: 1.6;
    display: block;
    object-fit: cover;
}

.pn-video-thumb iframe,
.pn-video-thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn-video-thumb button {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: var(--pn-yellow);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 10;
}

.pn-video-thumb button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
}

.pn-video-thumb .ms {
    font-size: 38px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

.pn-benefit-list {
    display: grid;
    gap: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pn-benefit-list li {
    color: #202020;
    font-size: 18px;
}

.pn-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.pn-steps div {
    position: relative;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 3px;
    align-items: start;
}

.pn-steps div:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 29px;
    right: -16px;
    width: 28px;
    height: 12px;
    background: linear-gradient(90deg, var(--pn-yellow), transparent);
    clip-path: polygon(0 40%, 75% 40%, 75% 0, 100% 50%, 75% 100%, 75% 60%, 0 60%);
}

.pn-steps .ms {
    grid-row: 1 / 4;
    grid-column: 1;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pn-yellow);
    color: #111;
    font-size: 28px;
}

.pn-steps strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    color: #111;
    font-size: 20px;
    line-height: 1;
}

.pn-steps b {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    font-size: 16px;
    line-height: 1.15;
    text-transform: uppercase;
}

.pn-steps p {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.35;
}

@media (min-width: 1101px) {
    .pn-steps {
        width: min(1180px, calc(100% - 32px));
    }

    .pn-steps b {
        min-height: 38px;
    }
}

.pn-projects {
    background: #f7f7f7;
}

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

.pn-project-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--pn-border);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pn-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.pn-project-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pn-project-grid img {
    width: 100%;
    aspect-ratio: 1.32;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pn-project-card:hover img {
    transform: scale(1.05);
}

.pn-project-grid h3 {
    margin: 0;
    padding: 20px 18px 22px;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    transition: color 0.3s ease;
}

.pn-project-card:hover h3 {
    color: var(--pn-yellow);
}

.pn-more {
    display: table;
    margin: 28px auto 0;
    padding: 13px 38px;
    border: 1px solid #111;
    border-radius: 2px;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.pn-counter-band {
    background: #151515;
    color: #fff;
}

.pn-counter-band .pn-shell {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pn-counter-band div div {
    display: grid;
    grid-template-columns: 56px auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 25px 20px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.pn-counter-band div div:last-child {
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.pn-counter-band .ms {
    color: var(--pn-yellow);
    font-size: 46px;
}

.pn-counter-band strong {
    color: var(--pn-yellow);
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1;
}

.pn-counter-band small {
    max-width: 110px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.pn-testimonials {
    padding-bottom: 25px;
}

.pn-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.pn-testimonial-grid article {
    position: relative;
    min-height: 118px;
    padding: 22px 22px 14px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
}

.pn-quote-mark {
    position: absolute;
    top: 8px;
    left: 14px;
    color: var(--pn-yellow);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.pn-testimonial-grid p {
    margin: 8px 0 12px 26px;
    color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.35;
}

.pn-person {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: 36px;
}

.pn-person img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.pn-person strong {
    display: block;
    color: #333;
    font-size: 16px;
}

.pn-person span {
    display: block;
    color: var(--pn-yellow);
    letter-spacing: 2px;
    font-size: 13px;
}

.pn-price-strip {
    background: radial-gradient(circle at 82% 10%, #ffdf4c 0, #ffc400 34%, #f4b500 72%);
    color: #111;
}

.pn-price-strip .pn-shell {
    display: grid;
    grid-template-columns: 305px 1fr;
    gap: 28px;
    align-items: center;
    min-height: 245px;
    padding: 22px 0;
}

.pn-price-strip img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.pn-price-content h2 {
    margin: 0 0 16px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(26px, 4vw, 45px);
    line-height: 1;
    text-transform: uppercase;
}

.pn-price-content h2 span {
    color: var(--pn-red);
}

.pn-price-icons,
.pn-price-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.pn-price-icons span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.pn-price-icons i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 2px solid #111;
    border-radius: 50%;
    font-style: normal;
}

.pn-price-actions {
    margin-top: 16px;
    gap: 16px;
}

.pn-call-btn,
.pn-zalo-btn {
    min-width: 270px;
}

.pn-zalo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px;
    border-radius: 5px;
    background: #05ad3c;
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 5px 12px rgba(5, 173, 60, .25);
}

.pn-areas {
    position: relative;
    min-height: 145px;
    overflow: hidden;
    background: #fff;
}

.pn-areas::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 34%, rgba(255, 255, 255, .78) 58%, rgba(255, 255, 255, .16) 100%);
    pointer-events: none;
}

.pn-areas .pn-shell {
    position: relative;
    z-index: 2;
    padding: 30px 0 24px;
}

.pn-areas h2 {
    margin: 0 0 15px;
    color: #111;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.pn-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
}

.pn-area-list span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

.pn-area-list .ms {
    color: var(--pn-yellow);
    font-size: 17px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20;
}

.pn-map {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: auto;
    background:
        url('https://staticmap.openstreetmap.de/staticmap.php?center=10.762622,106.660172&zoom=13&size=1280x260&maptype=mapnik') right center / cover no-repeat,
        linear-gradient(135deg, #f1efe7, #e5e2d8);
    opacity: .72;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pn-map::after {
    content: '';
    position: absolute;
    right: 18%;
    top: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50% 50% 50% 0;
    background: #e3312d;
    transform: rotate(-45deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .22);
}

.pn-map::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: calc(18% + 11px);
    top: 36px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

@media (max-width: 1100px) {
    body.home #site-nav li a {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }

    body.home .btn-cta {
        min-width: 150px;
        font-size: 20px;
    }

    .pn-service-grid,
    .pn-project-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pn-testimonial-grid {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    body.home .header-inner {
        height: 64px;
    }

    body.home .logo-fallback-text {
        width: 180px;
        font-size: 17px;
    }

    .pn-shell {
        width: min(100% - 32px, 1180px);
    }

    .pn-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 34px;
    }

    .pn-proof-row,
    .pn-steps,
    .pn-counter-band .pn-shell,
    .pn-testimonial-grid,
    .pn-price-strip .pn-shell {
        grid-template-columns: 1fr;
    }

    .pn-proof-row {
        max-width: none;
    }

    .pn-service-grid,
    .pn-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pn-why-grid {
        grid-template-columns: 1fr;
    }

    .pn-steps div:not(:last-child)::after {
        display: none;
    }

    .pn-counter-band div div,
    .pn-counter-band div div:last-child {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .pn-price-strip img {
        height: 190px;
        clip-path: none;
    }

    .pn-price-content {
        padding-bottom: 28px;
    }
}

@media (max-width: 520px) {
    .pn-hero h1 {
        font-size: 33px;
        line-height: 1.05;
    }

    .pn-hero-ribbon,
    .pn-benefit-list li {
        font-size: 15px;
    }
    
    .pn-check-list li {
        font-size: 15px;
        gap: 7px;
    }
    
    .pn-check-list .ms {
        font-size: 20px;
    }
    
    .pn-proof-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .pn-proof-row div {
        padding: 8px 8px;
    }
    
    .pn-proof-row .ms {
        font-size: 24px;
    }
    
    .pn-proof-row strong {
        font-size: 16px;
    }
    
    .pn-proof-row small {
        font-size: 11px;
    }

    .pn-service-grid,
    .pn-project-grid {
        grid-template-columns: 1fr;
    }

    .pn-call-btn,
    .pn-zalo-btn {
        width: 100%;
        min-width: 0;
    }
}
.dpl-prose li { margin-bottom:.5rem; font-size:1.0625rem; }
.dpl-prose ul li::marker,.dpl-prose ol li::marker { color:#181818; font-weight:700; }
.dpl-prose blockquote { border-left:4px solid #E5A900; padding:1rem 1.25rem; color:#333333; font-style:italic; margin:1.5rem 0; background:#FFF7D6; border-radius:0 .5rem .5rem 0; }
.dpl-prose code { color:#181818; background:#FFF7D6; padding:.2rem .5rem; border-radius:.375rem; font-size:.875rem; }
.dpl-prose pre  { background:#FFF7D6; border:1px solid rgba(17,17,17,.15); border-radius:.75rem; padding:1.5rem; overflow-x:auto; margin:1.5rem 0; }
.dpl-prose img  { border-radius:.75rem; box-shadow:0 8px 32px rgba(17,17,17,.10); margin:1.5rem 0; max-width:100%; }
.dpl-prose table { width:100%; margin:1.5rem 0; border-collapse:collapse; }
.dpl-prose th { color:#181818; font-weight:700; padding:.75rem; border-bottom:2px solid rgba(17,17,17,.15); text-align:left; }
.dpl-prose td { padding:.75rem; border-top:1px solid rgba(17,17,17,.12); color:#333333; }
.dpl-prose hr { border:none; border-top:1px solid rgba(17,17,17,.10); margin:2.5rem 0; }

/* WP pagination — white-blue */
.wp-pagenavi a, .wp-pagenavi span,
.nav-links a, .nav-links span.current {
    display:inline-flex; align-items:center; justify-content:center;
    min-width:2.5rem; height:2.5rem; padding:0 1rem;
    background:#FFF7D6; border:1px solid rgba(17,17,17,.15);
    border-radius:.75rem; color:#333333; font-weight:600;
    transition:all .2s; text-decoration:none;
}
.nav-links a:hover { background:rgba(17,17,17,.10); border-color:rgba(255,196,0,.45); color:#181818; }
.nav-links span.current { background:#181818; border-color:#181818; color:#fff; }

/* ═══════════════════════════════════════════
   HOMEPAGE 2.0 — AZ AI / DPL
═══════════════════════════════════════════ */
.hp-page {
    color: #0d1b2a;
    overflow: hidden;
}

.hp-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.hp-hero {
    position: relative;
    padding: 28px 0 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 87, 184, 0.14), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(0, 151, 167, 0.12), transparent 24%),
        linear-gradient(180deg, #f5f8fc 0%, #f5f8fc 52%, #ffffff 100%);
}

.hp-hero::before,
.hp-hero::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(28px);
    opacity: 0.5;
}

.hp-hero::before {
    width: 220px;
    height: 220px;
    left: -80px;
    top: 120px;
    background: rgba(0, 87, 184, 0.12);
}

.hp-hero::after {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: 40px;
    background: rgba(0, 151, 167, 0.10);
}

.hp-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 32px;
    align-items: center;
    min-height: calc(100vh - 108px);
    padding-bottom: 28px;
}

.hp-hero-copy {
    max-width: 620px;
}

.hp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 87, 184, 0.08);
    border: 1px solid rgba(0, 87, 184, 0.12);
    color: #003a6b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hp-kicker .ms {
    font-size: 16px;
    color: #0057b8;
}

.hp-eyebrow {
    margin: 18px 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a7a94;
}

.hp-title {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
    color: #061827;
}

.hp-lead {
    max-width: 560px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.75;
    color: #4a6070;
}

.hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-btn:hover {
    transform: translateY(-1px);
}

.hp-btn-primary {
    background: linear-gradient(135deg, #0057b8, #0097a7);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 87, 184, 0.22);
}

.hp-btn-primary:hover {
    box-shadow: 0 24px 48px rgba(0, 87, 184, 0.28);
}

.hp-btn-secondary {
    color: #003a6b;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 87, 184, 0.14);
    box-shadow: 0 8px 26px rgba(0, 87, 184, 0.06);
}

.hp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 87, 184, 0.12);
    color: #3a5068;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 87, 184, 0.06);
}

.hp-mini-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.hp-mini-stat {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 18px 42px rgba(0, 87, 184, 0.06);
}

.hp-mini-num {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    color: #061827;
}

.hp-mini-num span {
    color: #0097a7;
}

.hp-mini-label {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #5a7a94;
}

.hp-hero-visual {
    min-width: 0;
}

.hp-carousel,
.hp-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(0, 87, 184, 0.12);
    background: #061827;
    box-shadow: 0 26px 80px rgba(0, 52, 101, 0.18);
}

.hp-carousel {
    min-height: 540px;
}

.hp-carousel-stage {
    position: relative;
    min-height: 540px;
}

.hp-banner-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(12px) scale(0.99);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hp-banner-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 1;
}

.hp-banner-media {
    position: absolute;
    inset: 0;
}

.hp-banner-media img,
.hp-visual-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-banner-fallback {
    width: 100%;
    height: 100%;
}

.hp-banner-overlay,
.hp-visual-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 24, 39, 0.88) 0%, rgba(6, 24, 39, 0.5) 42%, rgba(6, 24, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 87, 184, 0.16), rgba(0, 151, 167, 0.08));
}

.hp-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 540px;
    padding: 34px;
    color: #fff;
}

.hp-banner-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(130, 252, 135, 0.14);
    border: 1px solid rgba(130, 252, 135, 0.22);
    color: #baf7bf;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hp-banner-title {
    margin: 16px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
    max-width: 12ch;
}

.hp-banner-sub {
    max-width: 520px;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(224, 234, 245, 0.86);
}

.hp-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hp-banner-btn:hover {
    transform: translateY(-1px);
}

.hp-banner-btn-primary {
    background: #82fc87;
    color: #061827;
}

.hp-banner-btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hp-carousel-controls {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-carousel-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hp-carousel-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.hp-carousel-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hp-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.34);
    cursor: pointer;
    padding: 0;
}

.hp-carousel-dot.is-active {
    background: #82fc87;
    transform: scale(1.2);
}

.hp-visual-stack {
    display: grid;
    gap: 14px;
}

.hp-visual-primary {
    min-height: 420px;
}

.hp-visual-media {
    position: absolute;
    inset: 0;
}

.hp-visual-meta {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.hp-visual-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #baf7bf;
}

.hp-visual-title {
    margin-top: 8px;
    max-width: 14ch;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hp-visual-seal {
    width: 84px;
    height: 84px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.hp-visual-seal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hp-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hp-visual-chip {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 87, 184, 0.10);
    box-shadow: 0 14px 34px rgba(0, 87, 184, 0.06);
}

.hp-visual-chip .ms {
    color: #0057b8;
    font-size: 24px;
}

.hp-visual-chip strong {
    display: block;
    font-size: 14px;
    color: #061827;
}

.hp-visual-chip p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #5a7a94;
}

.hp-strip {
    margin-top: -18px;
    padding: 0 0 16px;
}

.hp-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hp-strip-card {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 20px 48px rgba(0, 87, 184, 0.06);
}

.hp-strip-num {
    font-family: 'Manrope', sans-serif;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 900;
    color: #061827;
}

.hp-strip-num span {
    color: #0097a7;
}

.hp-strip-label {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
    color: #5a7a94;
}

.hp-section {
    padding: clamp(72px, 8vw, 112px) 0;
}

.hp-section-alt {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.hp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 34px;
}

.hp-section-head-center {
    justify-content: center;
    text-align: center;
}

.hp-section-head-center > div {
    max-width: 760px;
}

.hp-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFC400;
}

.hp-section-title {
    margin: 14px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #061827;
}

.hp-section-lead {
    margin: 16px 0 0;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.8;
    color: #4a6070;
}

.hp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    color: #003a6b;
    font-size: 13px;
    font-weight: 800;
}

.hp-text-link:hover {
    color: #0057b8;
}

.hp-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hp-service-feature {
    grid-column: span 2;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(150deg, #061827 0%, #0a2443 55%, #0057b8 100%);
    color: #fff;
    box-shadow: 0 24px 64px rgba(0, 52, 101, 0.20);
}

.hp-feature-badge,
.hp-service-badge,
.hp-hub-badge,
.hp-cta-side-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hp-feature-badge {
    background: rgba(130, 252, 135, 0.14);
    border: 1px solid rgba(130, 252, 135, 0.18);
    color: #baf7bf;
}

.hp-service-feature h3 {
    margin: 18px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.3rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.hp-service-feature p {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(224, 234, 245, 0.86);
}

.hp-feature-points {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.hp-feature-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.hp-feature-points .ms {
    font-size: 18px;
    color: #82fc87;
}

.hp-service-card {
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 20px 48px rgba(0, 87, 184, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-service-card:hover,
.hp-hub-card:hover,
.hp-partner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(0, 87, 184, 0.10);
    border-color: rgba(0, 87, 184, 0.16);
}

.hp-service-top {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5fc, #ddeeff);
    aspect-ratio: 16 / 10;
}

.hp-service-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 87, 184, 0.08);
    margin-bottom: 4px;
}

.hp-service-icon .ms {
    color: #0057b8;
    font-size: 28px;
}

.hp-service-badge {
    margin-top: 2px;
    background: rgba(0, 151, 167, 0.08);
    border: 1px solid rgba(0, 151, 167, 0.15);
    color: #006e7a;
}

.hp-service-title {
    margin: 14px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #061827;
}

.hp-service-title a {
    color: inherit;
    text-decoration: none;
}

.hp-service-desc {
    margin: 12px 0 0;
    font-size: 13.5px;
    line-height: 1.8;
    color: #4a6070;
    flex: 1;
}

.hp-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: #0057b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

.hp-service-link:hover {
    color: #0097a7;
}

.hp-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 32px;
    align-items: center;
}

.hp-tech-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.hp-tech-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 18px 40px rgba(0, 87, 184, 0.05);
}

.hp-tech-abbr {
    flex-shrink: 0;
    width: 54px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 900;
    color: #0057b8;
}

.hp-tech-item h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    color: #061827;
}

.hp-tech-item p {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #4a6070;
}

.hp-tech-visual {
    padding: 0;
    min-height: 520px;
}

.hp-tech-media {
    position: relative;
    min-height: 370px;
}

.hp-tech-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 20px;
}

.hp-tech-foot strong {
    display: block;
    font-size: 15px;
    color: #061827;
}

.hp-tech-foot p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.65;
    color: #5a7a94;
}

.hp-tech-chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 151, 167, 0.08);
    color: #006e7a;
    font-size: 12px;
    font-weight: 800;
}

.hp-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hp-hub-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 18px 40px rgba(0, 87, 184, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-hub-media {
    min-height: 220px;
    background: linear-gradient(135deg, #eef5fc, #d6e8f8);
}

.hp-hub-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-hub-fallback {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0057b8;
}

.hp-hub-fallback .ms {
    font-size: 72px;
    opacity: 0.28;
}

.hp-hub-body {
    padding: 24px;
}

.hp-hub-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.hp-hub-top h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #061827;
}

.hp-hub-badge {
    background: rgba(0, 87, 184, 0.08);
    border: 1px solid rgba(0, 87, 184, 0.10);
    color: #003a6b;
}

.hp-hub-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.hp-hub-metrics span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a90a4;
}

.hp-hub-metrics strong {
    display: block;
    margin-top: 4px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #061827;
}

.hp-hub-desc {
    margin: 16px 0 0;
    font-size: 13.5px;
    line-height: 1.8;
    color: #4a6070;
}

.hp-hub-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 87, 184, 0.08);
    color: #4a6070;
    font-size: 13px;
}

.hp-hub-location .ms {
    color: #0097a7;
    font-size: 18px;
}

.hp-partner-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.hp-partner-item {
    min-height: 86px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 87, 184, 0.08);
    box-shadow: 0 14px 32px rgba(0, 87, 184, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-partner-item img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.hp-partner-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.hp-partner-item span {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #003a6b;
    text-align: center;
}

.hp-cta {
    padding-bottom: 92px;
}

.hp-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #061827 0%, #0a2443 50%, #0057b8 100%);
    color: #fff;
    box-shadow: 0 28px 84px rgba(0, 52, 101, 0.24);
}

.hp-cta-copy .hp-section-kicker,
.hp-cta-copy .hp-section-title,
.hp-cta-copy .hp-section-lead {
    color: #fff;
}

.hp-cta-copy .hp-section-lead {
    max-width: 640px;
    color: rgba(224, 234, 245, 0.86);
}

.hp-cta-side {
    display: grid;
    gap: 12px;
}

.hp-cta-side-card,
.hp-cta-side-list {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.hp-cta-side-card strong {
    display: block;
    margin-top: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
}

.hp-cta-side-card p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.75;
    color: rgba(224, 234, 245, 0.82);
}

.hp-cta-side-list {
    display: grid;
    gap: 10px;
}

.hp-cta-side-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.hp-cta-side-list .ms {
    font-size: 18px;
    color: #82fc87;
}

@media (max-width: 1100px) {
    .hp-hero-shell,
    .hp-split,
    .hp-cta-panel {
        grid-template-columns: 1fr;
    }

    .hp-mini-stats,
    .hp-strip-grid,
    .hp-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-service-feature {
        grid-column: span 2;
    }

    .hp-hub-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hp-shell {
        padding: 0 20px;
    }

    .hp-hero-shell {
        min-height: auto;
        padding-bottom: 10px;
    }

    .hp-title {
        font-size: clamp(2.3rem, 11vw, 3.6rem);
    }

    .hp-lead {
        font-size: 16px;
    }

    .hp-mini-stats,
    .hp-strip-grid,
    .hp-partner-grid,
    .hp-services-grid,
    .hp-visual-grid {
        grid-template-columns: 1fr;
    }

    .hp-service-feature {
        grid-column: auto;
    }

    .hp-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hp-cta-panel {
        padding: 24px;
    }

    .hp-carousel,
    .hp-carousel-stage,
    .hp-banner-content {
        min-height: 460px;
    }

    .hp-banner-content {
        padding: 24px;
    }

    .hp-carousel-controls {
        right: 14px;
        left: 14px;
        justify-content: space-between;
    }
}

/* ═══════════════════════════════════════════
   HOMEPAGE RED / GOLD OVERRIDES
═══════════════════════════════════════════ */
body.home {
    background: #faf7f5;
    color: #24171a;
}

body.home #site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

body.home #site-header.scrolled {
    box-shadow: none;
}

body.home #site-header .header-inner {
    width: 100%;
    max-width: none;
    height: 78px;
    gap: 22px;
}

body.home #site-header #logo-wrap .logo-fallback-text,
body.home #site-header #logo-wrap .custom-logo-link,
body.home #site-header #logo-wrap img.custom-logo {
    color: #fff;
}

body.home #site-header #logo-wrap .custom-logo-link img,
body.home #site-header #logo-wrap img.custom-logo {
    height: 52px;
    max-width: 300px;
}

body.home #site-header #logo-wrap .logo-fallback-icon {
    width: 52px;
    height: 52px;
}

body.home #site-header #logo-wrap .logo-fallback-text {
    font-size: 24px;
}

body.home #site-header #site-nav {
    justify-content: center;
}

body.home #site-header #site-nav li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    padding: 6px 10px;
}

body.home #site-header #site-nav li a:hover,
body.home #site-header #site-nav li.current-menu-item > a,
body.home #site-header #site-nav li.current-page-ancestor > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

body.home #site-header .btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #a61f26;
    color: #fff;
    box-shadow: 0 8px 24px rgba(109, 0, 24, 0.22);
    order: 2;
}

body.home #site-header .btn-icon:hover {
    background: #8d1d2c;
    color: #fff;
}

body.home #site-header .btn-cta {
    display: none;
}

body.home #site-header .az-lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    order: 1;
}

body.home #site-header .az-lang-btn {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

body.home #site-header .az-lang-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

body.home #site-header .az-lang-btn.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.12);
}

body.home #site-header .az-lang-divider {
    color: rgba(255, 255, 255, 0.5);
}

body.home .home-page {
    overflow: hidden;
}

body.home .home-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 clamp(16px, 3vw, 48px);
}

body.home .home-hero {
    padding: 0;
    background: #fff;
    position: relative;
}

body.home .home-hero-slider {
    position: relative;
    width: 100%;
    height: min(100vh, 920px);
    overflow: hidden;
    background: #0e2338;
}

body.home .home-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
}

body.home .home-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

body.home .home-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.home .home-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 25, 48, 0.12) 0%, rgba(0, 25, 48, 0.10) 36%, rgba(0, 25, 48, 0.18) 100%);
}

body.home .home-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

body.home .home-hero-nav:hover {
    background: rgba(255, 255, 255, 0.16);
}

body.home .home-hero-nav-prev { left: 24px; }
body.home .home-hero-nav-next { right: 24px; }

body.home .home-hero-nav .ms {
    font-size: 22px;
}

body.home .home-section {
    padding: 40px 0 32px;
    width: 100%;
}

body.home .home-section-news {
    padding-top: 28px;
    background: #f7f5f3;
}

body.home .home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

body.home .home-section-title {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1.1;
    font-weight: 900;
    color: #8d1d2c;
}

body.home .home-section-title-small {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

body.home .home-section-lead {
    max-width: 650px;
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.7;
    color: #73656a;
}

body.home .home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8d1d2c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

body.home .home-link .ms,
body.home .home-round-btn .ms,
body.home .home-card-link .ms,
body.home .home-expertise-image-arrow .ms {
    font-size: 18px;
}

body.home .home-expertise-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

body.home .home-expertise-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 180px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(49, 18, 22, 0.03);
}

body.home .home-expertise-large {
    grid-column: span 8;
    grid-row: span 2;
    min-height: 360px;
    background: linear-gradient(135deg, #f9f7f6 0%, #ffffff 100%);
}

body.home .home-expertise-dark {
    grid-column: span 4;
    grid-row: span 2;
    min-height: 360px;
    background: #8d1d2c;
    color: #fff;
}

body.home .home-expertise-light {
    grid-column: span 4;
    border-bottom: 3px solid #d3ab57;
}

body.home .home-expertise-image {
    grid-column: span 4;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff;
}

body.home .home-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 6px;
    margin-bottom: 20px;
    background: #f0e5cb;
    color: #7b1827;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.home .home-card-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(141, 29, 44, 0.08);
    color: #8d1d2c;
    margin-bottom: 18px;
}

body.home .home-card-icon-dark {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

body.home .home-expertise-card h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: inherit;
}

body.home .home-expertise-card p {
    margin: 10px 0 0;
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.7;
    color: inherit;
    opacity: 0.82;
}

body.home .home-card-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    color: #8d1d2c;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

body.home .home-card-link-dark {
    color: #ffd468;
}

body.home .home-card-watermark {
    position: absolute;
    right: -20px;
    bottom: -18px;
    color: rgba(141, 29, 44, 0.08);
    font-size: 190px;
    line-height: 1;
}

body.home .home-expertise-dark .home-card-watermark {
    color: rgba(255, 255, 255, 0.08);
}

body.home .home-expertise-image img {
    min-height: 210px;
}

body.home .home-expertise-image-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 20px;
}

body.home .home-expertise-image-foot strong {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #24171a;
}

body.home .home-expertise-image-foot span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #73656a;
}

body.home .home-expertise-image-arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(141, 29, 44, 0.18);
    color: #8d1d2c;
    flex-shrink: 0;
}

body.home .home-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

body.home .home-post-card {
    background: #fff;
    box-shadow: 0 12px 30px rgba(49, 18, 22, 0.04);
}

body.home .home-post-media {
    position: relative;
    height: 220px;
    overflow: hidden;
}

body.home .home-post-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3b4654 0%, #15202b 100%);
}

body.home .home-post-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 8px;
    background: #8d1d2c;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.home .home-post-body {
    padding: 18px 18px 22px;
}

body.home .home-post-body h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

body.home .home-post-body a {
    color: #24171a;
    text-decoration: none;
}

body.home .home-post-body a:hover {
    color: #8d1d2c;
}

body.home .home-post-body p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #73656a;
}

body.home .home-post-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #a28b91;
    text-transform: uppercase;
}

body.home .home-round-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(141, 29, 44, 0.22);
    background: #fff;
    color: #8d1d2c;
}

body.home .home-cta {
    padding: 24px 0 0;
}

body.home .home-cta-inner {
    padding: 48px 24px 52px;
    text-align: center;
    background: linear-gradient(180deg, #8d1d2c 0%, #6d0018 100%);
    color: #fff;
    width: 100%;
}

body.home .home-cta-inner h2 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.1;
    font-weight: 900;
}

body.home .home-cta-inner p {
    max-width: 620px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 245, 246, 0.84);
}

body.home .home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 20px;
    border-radius: 2px;
    background: #e9ca59;
    color: #6d0018;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.home .home-cta-btn:hover {
    background: #f0d66f;
}

/* ── Footer trang chủ: Layout giống các trang con ── */
body.home #site-footer .ft-top {
    display: none;
}

body.home #site-footer .ft-grid {
    padding-top: 38px;
    padding-bottom: 28px;
}

body.home #site-footer .ft-inner {
    max-width: 1180px;
    padding: 0 16px;
}

@media (max-width: 1199px) {
    body.home .home-expertise-large,
    body.home .home-expertise-dark,
    body.home .home-expertise-light,
    body.home .home-expertise-image {
        grid-column: span 6;
    }

    body.home .home-post-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    body.home #site-header .header-inner {
        gap: 14px;
        height: 66px;
    }

    body.home #site-header .btn-icon {
        width: 38px;
        height: 38px;
    }

    body.home .home-hero-slider {
        height: 78vh;
    }

    body.home .home-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.home .home-expertise-grid,
    body.home .home-post-grid {
        grid-template-columns: 1fr;
    }

    body.home .home-expertise-large,
    body.home .home-expertise-dark,
    body.home .home-expertise-light,
    body.home .home-expertise-image {
        grid-column: span 1;
        grid-row: auto;
        min-height: auto;
    }

    body.home .home-post-media {
        height: 200px;
    }

    body.home #site-footer .ft-grid {
        padding-top: 28px;
    }

    body.home .home-shell {
        padding: 0 16px;
    }

body.home .home-hero-nav-prev { left: 14px; }
    body.home .home-hero-nav-next { right: 14px; }
}

/* Final home override: keep the Phuong Nam layout above older home-page rules. */
body.home #site-header {
    position: sticky;
    top: 0;
    background: #111;
    border: 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

body.home #site-header .header-inner {
    max-width: 1180px;
    height: 70px;
    padding: 0 16px;
    gap: 22px;
}

body.home #site-header #logo-wrap .logo-fallback-icon {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home #site-header #logo-wrap .logo-fallback-icon span {
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}

body.home #site-header #logo-wrap .logo-fallback-text {
    width: 240px;
    color: #ffc400;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: normal;
}

body.home #site-header #logo-wrap .logo-fallback-text::before {
    content: 'KHOAN CẮT BÊ TÔNG';
    display: block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;
}

body.home #site-header #site-nav {
    justify-content: flex-end;
    gap: 0;
}

body.home #site-header #site-nav li a {
    color: #fff;
    border-radius: 0;
    background: transparent;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 26px 11px 22px;
    text-transform: uppercase;
}

body.home #site-header #site-nav li a:hover,
body.home #site-header #site-nav li.current-menu-item > a,
body.home #site-header #site-nav li.current-page-ancestor > a {
    color: #ffc400;
    background: transparent;
    box-shadow: inset 0 -3px 0 #ffc400;
}

body.home #site-header .btn-icon {
    display: none;
}

body.home #site-header .btn-cta {
    position: relative;
    min-width: 190px;
    padding: 8px 14px 8px 48px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #ffc400;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: .5px;
}

body.home #site-header .btn-cta::before {
    content: 'call';
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 8px;
    background: #ffc400;
    color: #111;
    font-family: 'Material Symbols Outlined';
    font-size: 25px;
}

body.home #site-header .btn-cta::after {
    content: 'Hotline 24/7';
    position: absolute;
    left: 48px;
    top: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    body.home #site-header .header-inner {
        height: 64px;
    }

    body.home #site-header #logo-wrap .logo-fallback-text {
        width: 180px;
        font-size: 15px;
    }
}

/* ═══════════════════════════════════════════════════
   Global Phuong Nam color unification for all legacy pages
═══════════════════════════════════════════════════ */
body:not(.wp-admin) {
    font-family: 'Manrope', Arial, sans-serif;
    background: #f7f7f7 !important;
    color: #181818;
}

/* ── HEADER: Đồng nhất giống trang chủ (nền đen, chữ trắng, hover vàng) ── */
body:not(.home) #site-header {
    position: sticky !important;
    top: 0 !important;
    background: #111 !important;
    border-bottom: 0 !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .28) !important;
}

body:not(.home) #site-header.scrolled {
    box-shadow: 0 2px 14px rgba(0, 0, 0, .28) !important;
}

body:not(.home) #site-header .header-inner {
    max-width: 1180px !important;
    height: 70px !important;
    padding: 0 16px !important;
    gap: 22px !important;
}

/* ── LOGO: Giống trang chủ với text 2 dòng ── */
body:not(.home) #site-header #logo-wrap .logo-fallback-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 8px !important;
    background: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body:not(.home) #site-header #logo-wrap .logo-fallback-icon span {
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}

body:not(.home) #site-header #logo-wrap .logo-fallback-text {
    width: 240px !important;
    color: #ffc400 !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}

body:not(.home) #site-header #logo-wrap .logo-fallback-text::before {
    content: 'KHOAN CẮT BÊ TÔNG' !important;
    display: block !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .4px !important;
}

/* ── NAVIGATION: Giống trang chủ ── */
body:not(.home) #site-header #site-nav {
    justify-content: flex-end !important;
    gap: 0 !important;
}

body:not(.home) #site-header #site-nav li a {
    color: #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    padding: 26px 11px 22px !important;
    text-transform: uppercase !important;
}

body:not(.home) #site-header #site-nav li a:hover,
body:not(.home) #site-header #site-nav li.current-menu-item > a,
body:not(.home) #site-header #site-nav li.current-page-ancestor > a {
    color: #ffc400 !important;
    background: transparent !important;
    box-shadow: inset 0 -3px 0 #ffc400 !important;
}

/* ── BUTTON CTA: Giống trang chủ với icon phone ── */
body:not(.home) #site-header .btn-icon {
    display: none !important;
}

body:not(.home) #site-header .btn-cta {
    position: relative !important;
    min-width: 190px !important;
    padding: 8px 14px 8px 48px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #ffc400 !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 25px !important;
    letter-spacing: .5px !important;
}

body:not(.home) #site-header .btn-cta::before {
    content: 'call' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 38px !important;
    height: 38px !important;
    display: grid !important;
    place-items: center !important;
    transform: translateY(-50%) !important;
    border-radius: 8px !important;
    background: #ffc400 !important;
    color: #111 !important;
    font-family: 'Material Symbols Outlined' !important;
    font-size: 25px !important;
}

body:not(.home) #site-header .btn-cta::after {
    content: 'Hotline 24/7' !important;
    position: absolute !important;
    left: 48px !important;
    top: 0 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

/* ── SEARCH & MOBILE NAV ── */
body:not(.home) #search-bar,
body:not(.home) #mobile-nav {
    background: #171717 !important;
    border-color: rgba(255, 196, 0, .2) !important;
}

body:not(.home) #mobile-nav li a {
    color: #fff !important;
}

body:not(.home) .mobile-cta a {
    background: #ffc400 !important;
    color: #111 !important;
    font-weight: 900 !important;
}

body:not(.home) .hamburger span {
    background: #fff !important;
}

/* ── CONTENT: Màu chủ đạo vàng-đen ── */
body:not(.home) main,
body:not(.home) .site-main {
    background: #f7f7f7 !important;
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6 {
    font-family: 'Manrope', Arial, sans-serif !important;
    color: #181818 !important;
}

body:not(.home) a {
    color: #111;
}

body:not(.home) a:hover {
    color: #e5a900 !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    body:not(.home) #site-header #site-nav li a {
        font-size: 14px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    body:not(.home) #site-header .btn-cta {
        min-width: 150px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    body:not(.home) #site-header .header-inner {
        height: 64px !important;
    }
    
    body:not(.home) #site-header #logo-wrap .logo-fallback-text {
        width: 180px !important;
        font-size: 17px !important;
    }
}

.dpl-prose {
    font-family: 'Manrope', Arial, sans-serif !important;
    color: #2a2a2a !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.dpl-prose h1,
.dpl-prose h2,
.dpl-prose h3,
.dpl-prose h4,
.dpl-prose h5,
.dpl-prose h6 {
    color: #181818 !important;
}

.dpl-prose p,
.dpl-prose li,
.dpl-prose td {
    color: #333 !important;
    font-size: 18px !important;
}

.dpl-prose a,
.dpl-prose th,
.dpl-prose code {
    color: #111 !important;
}

.dpl-prose ul li::marker,
.dpl-prose ol li::marker {
    color: #ffc400 !important;
}

.dpl-prose blockquote {
    border-left-color: #ffc400 !important;
    background: #fff7d6 !important;
    color: #333 !important;
}

.dpl-prose pre,
.dpl-prose code {
    background: #fff7d6 !important;
    border-color: rgba(17, 17, 17, .12) !important;
}

body:not(.home) article,
body:not(.home) .dpl-prose,
body:not(.home) .arc-card,
body:not(.home) .dv-card,
body:not(.home) .dvs-content-card,
body:not(.home) .ct-form-card,
body:not(.home) .ct-info-card,
body:not(.home) [style*="background:#FFFFFF"],
body:not(.home) [style*="background:#fff"] {
    background: #fff !important;
    border-color: rgba(17, 17, 17, .12) !important;
    box-shadow: 0 5px 18px rgba(17, 17, 17, .08) !important;
}

.arc-hero,
.dv-archive-hero,
.dvs-hero,
.ct-hero {
    background: linear-gradient(135deg, #111 0%, #252525 62%, #ffc400 100%) !important;
}

.arc-search-form button,
.arc-filter a:hover,
.arc-filter a.active,
.arc-card-cat:hover,
.arc-pagination .page-numbers.current,
.arc-pagination .page-numbers:hover,
.dv-filter a:hover,
.dv-filter a.active,
.dv-card-badge,
.dv-pagination .page-numbers.current,
.dv-pagination .page-numbers:hover,
.ct-submit,
button[type="submit"],
input[type="submit"] {
    background: #ffc400 !important;
    border-color: #ffc400 !important;
    color: #111 !important;
    font-weight: 900 !important;
}

.arc-read-more,
.arc-card h2 a:hover,
.arc-recent-info a:hover,
.dv-read-more,
.dv-card h2 a:hover,
.dv-card-highlight,
.dvs-breadcrumb a:hover,
.ft-contact-value a:hover {
    color: #e5a900 !important;
}

.arc-sidebar-title::before,
.dv-sidebar-title::before,
.dvs-section-title::before,
.dv-card-bar,
.dvs-content-card .dvs-bar,
.ft-col-title::after {
    background: linear-gradient(90deg, #ffc400, rgba(255, 196, 0, .18)) !important;
}

.dv-card-icon .ms,
.dvs-related-icon .ms,
.ct-info-icon svg,
.ft-contact-icon svg {
    color: #ffc400 !important;
}

.dv-card-features li::before,
.dvs-feature-item::before,
.ft-links a::before {
    color: #ffc400 !important;
    background: #ffc400 !important;
}

#site-footer {
    background: #151515 !important;
    color: #c8c8c8 !important;
}

#site-footer::before {
    background: #ffc400 !important;
}

#site-footer .ft-col-title,
#site-footer .ft-logo-fallback-text,
#site-footer strong,
#site-footer .ft-copy strong {
    color: #ffc400 !important;
}

#site-footer .ft-about,
#site-footer .ft-links a,
#site-footer .ft-contact-value,
#site-footer .ft-copy {
    color: #c8c8c8 !important;
}
