

@media (max-width:480px) {
    .hero-content {
        padding-left: 18px;
        padding-right: 18px
    }

    .title {
        font-size: 42px
    }

    .glass-slider {
        padding: 18px
    }

    .showcase-section,
    .arch-section,
    .capability-section {
        padding-left: 18px;
        padding-right: 18px
    }

    .sc-video {
        height: 330px
    }

    .sc-dark {
        padding: 34px 22px
    }

    .sc-title {
        font-size: 23px
    }

    .image-stage {
        height: 280px
    }

    .service-row {
        grid-template-columns: 46px 1fr 38px;
        padding: 14px 8px
    }

    .arrow-circle {
        width: 38px;
        height: 38px;
        font-size: 22px
    }

    .service-title {
        font-size: 15.5px
    }

    .service-number {
        font-size: 18px
    }
}

@media (hover:none) {
    .service-row:hover::before {
        transform: scaleX(0)
    }

    .service-row.active::before {
        transform: scaleX(1)
    }

    .service-row:hover .arrow-circle {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.26);
        color: var(--cap-muted);
        transform: none
    }

    .service-row.active .arrow-circle {
        background: var(--cap-cream);
        border-color: var(--cap-cream);
        color: #121212;
        transform: translateX(-7px) rotate(180deg)
    }

    .service-row:hover .service-title,
    .service-row:hover .service-number {
        color: var(--cap-muted);
        transform: none
    }

    .service-row.active .service-title {
        color: #ffffff;
        transform: translateX(-8px)
    }

    .service-row.active .service-number {
        color: #ffffff;
        transform: translateX(6px)
    }
}

.deeng-footer {
    background-color: #0f1d34;
    color: #ffffff;
    padding: 100px 5vw 40px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #0f1d34;
    font-family: "Plus Jakarta Sans", sans-serif
}

.deeng-footer-watermark {
    position: absolute;
    right: 0;
    bottom: 100px;
    font-family: "Syne", sans-serif;
    font-size: 15vw;
    font-weight: 800;
    color: #0f1d34;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    white-space: nowrap
}

.deeng-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.deeng-footer-top {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    margin-bottom: 80px
}

.deeng-footer-left h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 20px
}

.deeng-footer-left p {
    color: #94a3b8;
    margin-bottom: 30px;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.6
}

.deeng-footer-btn {
    background: #ffffff;
    color: #000000;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.deeng-footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(255, 255, 255, 0.08)
}

.deeng-footer-btn i {
    font-size: 12px;
    transform: rotate(-45deg)
}

.deeng-footer-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.deeng-footer-column h5 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.deeng-footer-column p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px
}

.deeng-footer-heading-spaced {
    margin-top: 10px
}

.deeng-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.deeng-footer-column ul li {
    margin-bottom: 10px
}

.deeng-footer-column ul li a {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    transition: color 0.3s ease
}

.deeng-footer-column ul li a:hover {
    color: #ffffff
}

.deeng-footer-contact-block {
    margin-bottom: 30px
}

.deeng-footer-contact-block span {
    display: block;
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px
}

.deeng-footer-contact-block p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 1.7
}

.deeng-footer-contact-block a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none
}

.deeng-footer-contact-block a:hover {
    text-decoration: underline
}

.deeng-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #1a1a1a;
    color: #666666;
    font-size: 13px;
    gap: 20px
}

.deeng-footer-bottom p {
    margin: 0
}

.deeng-footer-socials {
    display: flex;
    align-items: center;
    gap: 15px
}

.deeng-footer-socials a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease
}

.deeng-footer-socials a:hover {
    color: #ffffff;
    transform: translateY(-2px)
}

@media (max-width:1024px) {
    .deeng-footer {
        padding: 80px 5vw 36px
    }

    .deeng-footer-top {
        grid-template-columns: 1fr;
        gap: 55px;
        margin-bottom: 65px
    }

    .deeng-footer-left h2 {
        font-size: 42px;
        max-width: 520px
    }

    .deeng-footer-left p {
        max-width: 460px
    }

    .deeng-footer-right {
        grid-template-columns: 1fr 1fr;
        gap: 50px
    }

    .deeng-footer-watermark {
        font-size: 20vw;
        bottom: 160px;
        opacity: 0.8
    }
}

@media (max-width:640px) {
    .deeng-footer {
        padding: 70px 24px 32px
    }

    .deeng-footer-watermark {
        font-size: 26vw;
        right: -20px;
        bottom: auto;
        top: 40px;
        opacity: 0.75
    }

    .deeng-footer-top {
        gap: 48px;
        margin-bottom: 55px
    }

    .deeng-footer-left h2 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1px;
        max-width: 340px
    }

    .deeng-footer-left p {
        font-size: 14px;
        max-width: 320px;
        margin-bottom: 26px
    }

    .deeng-footer-btn {
        padding: 13px 22px;
        font-size: 14px
    }

    .deeng-footer-right {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .deeng-footer-column p {
        margin-bottom: 30px
    }

    .deeng-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        font-size: 12.5px
    }

    .deeng-footer-socials {
        gap: 18px
    }

    .deeng-footer-socials a {
        font-size: 15px
    }
}

@media (max-width:420px) {
    .deeng-footer {
        padding-left: 20px;
        padding-right: 20px
    }

    .deeng-footer-left h2 {
        font-size: 31px
    }

    .deeng-footer-watermark {
        font-size: 30vw
    }
}

.deeng-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none
}

.deeng-logo img {
    width: 130px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    display: block
}

@media (max-width:768px) {
    .deeng-logo img {
        width: 110px;
        max-height: 50px
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    color: #ffffff;
    transform: scale(1.08)
}

@media (max-width:768px) {
    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: 18px;
        right: 18px;
        font-size: 30px
    }
}

.bg-overlay {
    background: linear-gradient(180deg, rgba(13, 18, 25, 0.22) 0%, rgba(13, 18, 25, 0.58) 62%, rgba(13, 18, 25, 0.96) 100%)
}

.bg-text {
    font-size: 20vw;
    top: 18%;
    color: rgba(255, 255, 255, 0.10);
    letter-spacing: -4px
}

.title {
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.08;
    margin-bottom: 34px
}

.hero-action-group {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.hero-contact-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.hero-contact-btn {
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease
}

.hero-contact-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35)
}

@media (max-width:1024px) {
    .bg-text {
        font-size: 28vw;
        top: 24%
    }

    .title {
        font-size: clamp(34px, 8vw, 50px);
        margin-bottom: 28px
    }

    .hero-left-bottom {
        gap: 26px
    }
}

@media (max-width:520px) {
    .hero-contact-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hero-contact-btn {
        justify-content: center;
        width: 100%
    }
}


.hero-section.deeng-hero-slider {
    --deeng-dark: #0d1219;
    --deeng-gold: #d4af37;
    --deeng-white: #ffffff;
    --deeng-muted: rgba(255, 255, 255, 0.72);
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--deeng-dark);
    color: var(--deeng-white)
}

.hero-section.deeng-hero-slider .hero-bg-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.hero-section.deeng-hero-slider .bg-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    transform: none !important;
    transition: opacity 1.2s ease;
    z-index: 0
}

.hero-section.deeng-hero-slider .bg-slide.active {
    opacity: 1;
    transform: none !important
}

.hero-section.deeng-hero-slider .bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(13, 18, 25, 0.02) 0%,
            rgba(13, 18, 25, 0.08) 48%,
            rgba(13, 18, 25, 0.38) 100%
        ),
        linear-gradient(
            90deg,
            rgba(13, 18, 25, 0.32) 0%,
            rgba(13, 18, 25, 0.14) 42%,
            rgba(13, 18, 25, 0.02) 100%
        );
}

.hero-section.deeng-hero-slider .grid-lines {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 20% 100%
}

.hero-section.deeng-hero-slider .bg-text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28vw;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -5px;
    color: rgba(255, 255, 255, 0.08);
    z-index: 1;
    pointer-events: none;
    user-select: none
}

.hero-section.deeng-hero-slider .hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    padding: 0 5vw 60px
}

.hero-section.deeng-hero-slider .hero-left {
    width: 100%;
    max-width: 720px
}

.hero-section.deeng-hero-slider .hero-text-slider {
    position: relative;
    min-height: 50px
}

.hero-section.deeng-hero-slider .hero-copy-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    filter: blur(8px);
    transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s ease
}

.hero-section.deeng-hero-slider .hero-copy-slide.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    filter: blur(0)
}

.hero-section.deeng-hero-slider .title {
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 26px
}

.hero-section.deeng-hero-slider .hero-left-bottom {
    margin-top: 22px;
    display: flex;
    align-items: flex-start
}

.hero-section.deeng-hero-slider .hero-action-group {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.hero-section.deeng-hero-slider .hero-contact-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.hero-section.deeng-hero-slider .hero-contact-btn {
    min-height: 42px;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease
}

.hero-section.deeng-hero-slider .hero-contact-btn i {
    color: var(--deeng-gold)
}

.hero-section.deeng-hero-slider .hero-contact-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22)
}

.hero-section.deeng-hero-slider .hero-main-controls {
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-section.deeng-hero-slider .hero-main-dot {
    width: 28px;
    height: 5px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease, transform 0.35s ease
}

.hero-section.deeng-hero-slider .hero-main-dot.active {
    width: 48px;
    background: var(--deeng-gold)
}

.hero-section.deeng-hero-slider .hero-main-dot:hover {
    transform: translateY(-2px)
}

.hero-section.deeng-hero-slider .glass-slider {
    position: relative;
    width: 380px;
    overflow: hidden;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34)
}

.hero-section.deeng-hero-slider .glass-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, 0.10), transparent 46%);
    pointer-events: none
}

.hero-section.deeng-hero-slider .slide {
    min-width: 100%;
    display: flex;
    flex-direction: column
}

.hero-section.deeng-hero-slider .dot {
    width: 20px;
    height: 5px;
    border: none;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.30);
    cursor: pointer;
    transition: background-color 0.3s ease, width 0.3s ease, transform 0.3s ease
}

.hero-section.deeng-hero-slider .dot.active {
    width: 32px;
    background-color: var(--deeng-gold)
}

.hero-section.deeng-hero-slider .dot:hover {
    transform: translateY(-2px)
}

@media (max-width:1100px) {
    .hero-section.deeng-hero-slider {
        height: auto;
        min-height: 100vh;
        align-items: flex-start
    }

    .hero-section.deeng-hero-slider .hero-content {
        min-height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 42px;
        padding: 130px 5vw 48px
    }

    .hero-section.deeng-hero-slider .hero-left {
        max-width: 760px
    }

    .hero-section.deeng-hero-slider .hero-text-slider {
        min-height: 310px
    }

    .hero-section.deeng-hero-slider .title {
        font-size: clamp(40px, 8vw, 58px);
        margin-bottom: 24px
    }

    .hero-section.deeng-hero-slider .glass-slider {
        width: 100%;
        max-width: 460px
    }

    .hero-section.deeng-hero-slider .bg-text {
        top: 24%;
        font-size: 32vw;
        color: rgba(255, 255, 255, 0.07)
    }
}

@media (max-width:768px) {
    .hero-section.deeng-hero-slider .hero-content {
        padding: 115px 22px 38px;
        gap: 34px
    }

    .hero-section.deeng-hero-slider .hero-text-slider {
        min-height: 340px
    }

    .hero-section.deeng-hero-slider .title {
        font-size: clamp(35px, 10vw, 48px);
        line-height: 1.08;
        letter-spacing: -1px
    }

    .hero-section.deeng-hero-slider .hero-left-bottom {
        margin-top: 12px;
        width: 100%
    }

    .hero-section.deeng-hero-slider .hero-action-group {
        width: 100%
    }

    .hero-section.deeng-hero-slider .hero-contact-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .hero-section.deeng-hero-slider .hero-contact-btn {
        width: 100%
    }

    .hero-section.deeng-hero-slider .hero-main-controls {
        justify-content: center;
        width: 100%;
        margin-top: 4px
    }

    .hero-section.deeng-hero-slider .glass-slider {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        border-radius: 20px
    }

    .hero-section.deeng-hero-slider .bg-text {
        top: 30%;
        font-size: 38vw;
        color: rgba(255, 255, 255, 0.06)
    }

    .hero-section.deeng-hero-slider .grid-lines {
        background-size: 50% 100%;
        opacity: 0.5
    }

    .hero-section.deeng-hero-slider .bg-slide {
        background-size: cover !important;
        background-position: center center !important
    }

    .hero-section.deeng-hero-slider .bg-overlay {
        background: linear-gradient(180deg, rgba(13, 18, 25, 0.04) 0%, rgba(13, 18, 25, 0.20) 50%, rgba(13, 18, 25, 0.74) 100%), linear-gradient(90deg, rgba(13, 18, 25, 0.40) 0%, rgba(13, 18, 25, 0.18) 45%, rgba(13, 18, 25, 0.04) 100%)
    }
}

@media (max-width:480px) {
    .hero-section.deeng-hero-slider .hero-content {
        padding: 105px 18px 34px
    }

    .hero-section.deeng-hero-slider .hero-text-slider {
        min-height: 50px
    }

    .hero-section.deeng-hero-slider .title {
        font-size: 34px
    }

    .hero-section.deeng-hero-slider .hero-contact-actions {
        grid-template-columns: 1fr
    }
}

.deeng-about-page {
    --ap-navy: #07101f;
    --ap-navy-2: #0b1120;
    --ap-gold: #c99a3f;
    --ap-gold-soft: rgba(201, 154, 63, 0.14);
    --ap-text: #111827;
    --ap-muted: #667085;
    --ap-soft: #f8f6f0;
    --ap-border: rgba(15, 23, 42, 0.10);
    --ap-white: #ffffff;
    color: var(--ap-text);
    background: #ffffff;
    font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
    overflow-x: hidden
}

.deeng-about-page *,
.deeng-about-page *::before,
.deeng-about-page *::after {
    box-sizing: border-box
}

.ap-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto
}

.ap-kicker,
.ap-section-label,
.ap-section-head span,
.ap-cta-box>span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ap-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.ap-kicker span,
.ap-section-label::before,
.ap-section-head span::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor
}

.deeng-about-page h1,
.deeng-about-page h2,
.deeng-about-page h3 {
    margin: 0;
    font-family: "Syne", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -1.1px
}

.deeng-about-page p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.72;
    color: var(--ap-muted)
}

.ap-section-head {
    max-width: 620px;
    margin-bottom: 42px
}

.ap-section-head.ap-section-head-left {
    margin-bottom: 28px
}

.ap-section-head h2 {
    margin-top: 14px;
    margin-bottom: 12px;
    color: var(--ap-text);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 650;
    line-height: 1.08
}

.ap-section-head p {
    max-width: 520px
}

.ap-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease
}

.ap-btn:hover {
    transform: translateY(-2px)
}

.ap-btn-light {
    background: #ffffff;
    color: var(--ap-navy);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16)
}

.ap-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06)
}

.ap-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.22, 1, .36, 1)
}

.ap-reveal.ap-visible {
    opacity: 1;
    transform: translateY(0)
}

.ap-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: flex-end;
    padding: 150px 0 80px;
    overflow: hidden;
    color: #ffffff;
    background: var(--ap-navy)
}

.ap-hero-bg,
.ap-hero-overlay {
    position: absolute;
    inset: 0
}

.ap-hero-bg {
    background-size: cover;
    background-position: center;
    transform: scale(1.02)
}

.ap-hero-overlay {
    background: linear-gradient(180deg, rgba(7, 16, 31, 0.40) 0%, rgba(7, 16, 31, 0.74) 62%, rgba(7, 16, 31, 0.94) 100%), linear-gradient(90deg, rgba(7, 16, 31, 0.72) 0%, rgba(7, 16, 31, 0.28) 55%, rgba(7, 16, 31, 0.62) 100%)
}

.ap-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.10) 1px, transparent 1px);
    background-size: 80px 80px
}

.ap-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 0.72fr;
    gap: 70px;
    align-items: end
}

.ap-hero-copy {
    max-width: 700px
}

.ap-hero h1 {
    margin-top: 22px;
    margin-bottom: 22px;
    max-width: 680px;
    color: #ffffff;
    font-size: clamp(38px, 5.2vw, 66px);
    font-weight: 650;
    line-height: 1.02
}

.ap-hero p {
    max-width: 540px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px
}

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

.ap-hero-media {
    position: relative;
    min-height: 430px
}

.ap-hero-image-wrap {
    position: absolute;
    inset: 0 0 0 auto;
    width: 88%;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35)
}

.ap-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ap-hero-note {
    position: absolute;
    left: 0;
    bottom: 36px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px)
}

.ap-hero-note i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ap-gold);
    color: #111111;
    font-size: 14px
}

.ap-hero-note strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800
}

.ap-hero-note span {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 600
}

.ap-intro {
    position: relative;
    padding: 84px 0;
    background: #ffffff;
    overflow: hidden
}

.ap-intro::before,
.ap-services::before,
.ap-values::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.45;
    background-image: linear-gradient(to right, rgba(15, 23, 42, 0.055) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 80px 80px
}

.ap-intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 70px;
    align-items: start
}

.ap-intro-copy h2 {
    max-width: 820px;
    margin-bottom: 18px;
    color: var(--ap-text);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 650;
    line-height: 1.12
}

.ap-intro-copy p {
    max-width: 760px
}

.ap-intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px
}

.ap-intro-tags span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid var(--ap-border);
    color: #344054;
    font-size: 11px;
    font-weight: 700
}

.ap-services {
    position: relative;
    padding: 92px 0;
    background: radial-gradient(circle at 12% 18%, var(--ap-gold-soft), transparent 28%), linear-gradient(135deg, #f9fafb 0%, #ffffff 50%, #f8f6f0 100%);
    overflow: hidden
}

.ap-services .ap-container {
    position: relative;
    z-index: 2
}

.ap-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.ap-service-card {
    position: relative;
    min-height: 330px;
    padding: 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--ap-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden
}

.ap-service-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: var(--ap-gold-soft)
}

.ap-service-card-dark {
    background: var(--ap-navy-2);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12)
}

.ap-service-card-dark p,
.ap-service-card-dark .ap-pills span {
    color: rgba(255, 255, 255, 0.72)
}

.ap-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 54px
}

.ap-card-top span {
    color: rgba(17, 24, 39, 0.36);
    font-size: 13px;
    font-weight: 800
}

.ap-service-card-dark .ap-card-top span {
    color: rgba(255, 255, 255, 0.38)
}

.ap-card-top i {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--ap-gold);
    font-size: 19px
}

.ap-service-card-dark .ap-card-top i {
    background: rgba(255, 255, 255, 0.09)
}

.ap-service-card h3 {
    position: relative;
    z-index: 2;
    max-width: 280px;
    margin-bottom: 10px;
    color: inherit;
    font-size: 24px;
    font-weight: 650;
    line-height: 1.08
}

.ap-service-card p {
    position: relative;
    z-index: 2;
    max-width: 300px
}

.ap-pills {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.ap-pills span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.055);
    color: #475467;
    font-size: 10.5px;
    font-weight: 700
}

.ap-purpose {
    padding: 92px 0;
    background: var(--ap-navy);
    color: #ffffff;
    overflow: hidden
}

.ap-purpose-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 70px;
    align-items: center
}

.ap-purpose-media {
    position: relative;
    min-height: 560px
}

.ap-purpose-img-main,
.ap-purpose-img-sub {
    position: absolute;
    overflow: hidden;
    border-radius: 24px
}

.ap-purpose-img-main {
    top: 0;
    right: 0;
    width: 82%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14)
}

.ap-purpose-img-sub {
    left: 0;
    bottom: 48px;
    width: 46%;
    height: 310px;
    border: 7px solid var(--ap-navy);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36)
}

.ap-purpose-img-main img,
.ap-purpose-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ap-img-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(7, 16, 31, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px)
}

.ap-img-label span {
    display: block;
    color: var(--ap-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ap-img-label strong {
    display: block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800
}

.ap-purpose .ap-section-head h2 {
    color: #ffffff
}

.ap-purpose .ap-section-head p,
.ap-purpose .ap-section-head span {
    color: rgba(255, 255, 255, 0.70)
}

.ap-purpose .ap-section-head span {
    color: var(--ap-gold)
}

.ap-purpose-list {
    display: grid;
    gap: 14px
}

.ap-purpose-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12)
}

.ap-purpose-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    color: var(--ap-gold);
    font-size: 18px
}

.ap-purpose-card span {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750
}

.ap-purpose-card p {
    color: rgba(255, 255, 255, 0.68)
}

.ap-values {
    position: relative;
    padding: 92px 0;
    background: #ffffff;
    overflow: hidden
}

.ap-values .ap-container {
    position: relative;
    z-index: 2
}

.ap-values-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 65px;
    align-items: center
}

.ap-values-media {
    position: relative;
    min-height: 560px
}

.ap-values-main,
.ap-values-sub {
    position: absolute;
    overflow: hidden;
    border-radius: 24px;
    background: #f3f4f6
}

.ap-values-main {
    left: 0;
    top: 0;
    width: 78%;
    height: 540px;
    border: 1px solid var(--ap-border);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12)
}

.ap-values-sub {
    right: 0;
    bottom: 42px;
    width: 42%;
    height: 285px;
    border: 7px solid #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14)
}

.ap-values-main img,
.ap-values-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease, transform 0.6s ease
}

.ap-img-changing {
    opacity: 0
}

.ap-values-label {
    position: absolute;
    left: 20px;
    bottom: 58px;
    z-index: 5;
    padding: 12px 14px;
    border-radius: 15px;
    background: rgba(7, 16, 31, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px)
}

.ap-values-label span {
    display: block;
    color: var(--ap-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ap-values-label strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800
}

.ap-values-list {
    display: grid;
    gap: 13px
}

.ap-value-card {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--ap-border);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease
}

.ap-value-card.active,
.ap-value-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 154, 63, 0.42);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.10)
}

.ap-value-card>span {
    color: rgba(17, 24, 39, 0.36);
    font-size: 12px;
    font-weight: 850
}

.ap-value-card i {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.055);
    color: var(--ap-gold);
    font-size: 16px
}

.ap-value-card h3 {
    margin-top: 44px;
    margin-bottom: 9px;
    color: var(--ap-text);
    font-size: 21px;
    font-weight: 650
}

.ap-value-card p {
    max-width: 380px
}

/* =========================================================
   CONTACT HERO SECTION
   ========================================================= */

.contact-hero-section {
    position: relative;
    width: 100%;
    min-height: 460px;
    padding: 150px 5vw 70px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0b1120;
    color: #ffffff;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/images/contact-hero.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(11, 17, 32, 0.94) 0%,
            rgba(11, 17, 32, 0.72) 52%,
            rgba(11, 17, 32, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(11, 17, 32, 0.08) 0%,
            rgba(11, 17, 32, 0.82) 100%
        );
}

.contact-hero-grid-lines {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.55;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.08) 1px,
        transparent 1px
    );
    background-size: 20% 100%;
}

.contact-hero-content {
    position: relative;
    z-index: 3;
    width: min(1280px, 100%);
    margin: 0 auto;
}

.contact-hero-content h1 {
    margin: 0;
    max-width: 680px;
    font-size: clamp(52px, 8vw, 110px);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -4px;
    color: #ffffff;
}

.contact-hero-content h1::before {
    content: "DEENG CONSTRUCTION";
    display: block;
    margin-bottom: 22px;
    color: #d4af37;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 900px) {
    .contact-hero-section {
        min-height: 400px;
        padding: 130px 5vw 60px;
    }

    .contact-hero-content h1 {
        letter-spacing: -3px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact-hero-section {
        min-height: 330px;
        padding: 115px 22px 45px;
    }

    .contact-hero-bg {
        background-position: center;
    }

    .contact-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(11, 17, 32, 0.82) 0%,
                rgba(11, 17, 32, 0.58) 100%
            ),
            linear-gradient(
                180deg,
                rgba(11, 17, 32, 0.12) 0%,
                rgba(11, 17, 32, 0.88) 100%
            );
    }

    .contact-hero-grid-lines {
        background-size: 33.333% 100%;
    }

    .contact-hero-content h1 {
        font-size: clamp(48px, 15vw, 70px);
        letter-spacing: -2.5px;
    }

    .contact-hero-content h1::before {
        margin-bottom: 15px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}