:root {
    --hauzo-base: #D99A2B;
    --hauzo-black: #182433;
    --hauzo-white: #ffffff;
    --hauzo-soft: #f6f2ec;
    --hauzo-border: rgba(24, 36, 51, 0.14);
    --hauzo-shadow: 0 24px 70px rgba(24, 36, 51, 0.18);
}
/* =========================================
   Projects SEO Content - Minimal Elegant Style
========================================= */

.project-page-01__seo-content-box {
    max-width: 1180px;
    margin: 0 auto 70px;
    padding: 0 15px;
}

.section-title__text {
    max-width: 850px;
    margin: 18px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.project-page-01__seo-intro {
    max-width: 980px;
    margin: 0 auto 42px;
}

.project-page-01__seo-intro p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

.project-page-01__keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.project-page-01__keyword-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.project-page-01__keyword-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 0 0 6px 6px;
    opacity: 0.85;
}

.project-page-01__keyword-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
    border-color: rgba(217, 154, 43, 0.35);
}

.project-page-01__keyword-card h3 {
    margin: 0 0 14px;
    color: #151515;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.project-page-01__keyword-card p {
    margin: 0 0 18px;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.project-page-01__keyword-list {
    margin: 0;
    padding: 0;
}

.project-page-01__keyword-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

.project-page-01__keyword-list li:last-child {
    margin-bottom: 0;
}

.project-page-01__keyword-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.project-page-01__longtail-box {
    margin-top: 34px;
    padding: 34px 38px;
    background: linear-gradient(135deg, rgba(217, 154, 43, 0.08), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(217, 154, 43, 0.18);
    border-radius: 20px;
}

.project-page-01__longtail-box h3 {
    margin: 0 0 12px;
    color: #151515;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.project-page-01__longtail-box p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

/* Responsive */
@media (max-width: 1199px) {
    .project-page-01__keyword-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .project-page-01__keyword-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .project-page-01__keyword-card {
        padding: 26px 22px;
        border-radius: 16px;
    }

    .project-page-01__longtail-box {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .project-page-01__longtail-box h3 {
        font-size: 21px;
    }

    .section-title__text,
    .project-page-01__seo-intro p,
    .project-page-01__longtail-box p {
        font-size: 15px;
    }
}


/* =========================================
   Project Benefits Section - Minimal Elegant
========================================= */

.project-benefits-area {
    position: relative;
    padding: 90px 0 80px;
    background: #ffffff;
    overflow: hidden;
}

.project-benefits-area .section-title {
    max-width: 900px;
    margin: 0 auto 48px;
}

.project-benefits-area .section-title__tagline {
    color: var(--hauzo-base, #D99A2B);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-benefits-area .section-title__title {
    margin-top: 10px;
    color: #111111;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
}

.project-benefits-area .section-title__text {
    max-width: 780px;
    margin: 18px auto 0;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.85;
}

/* Cards */
.project-benefit-card {
    height: 100%;
    position: relative;
    padding: 34px 30px 32px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.045);
    transition: all 0.35s ease;
    overflow: hidden;
}

.project-benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 3px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 0 0 10px 10px;
    opacity: 0.85;
}

.project-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(217, 154, 43, 0.35);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.08);
}

.project-benefit-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hauzo-base, #D99A2B);
    background: rgba(217, 154, 43, 0.1);
    border-radius: 50%;
    font-size: 22px;
}

.project-benefit-card h3 {
    margin: 0 0 14px;
    color: #111111;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.project-benefit-card p {
    margin: 0;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.82;
}

/* Highlight CTA Card */
.project-benefit-card--highlight {
    background: linear-gradient(145deg, #111111, #1d1d1d);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

.project-benefit-card--highlight::before {
    background: var(--hauzo-base, #D99A2B);
}

.project-benefit-card--highlight .project-benefit-card__icon {
    color: #111111;
    background: var(--hauzo-base, #D99A2B);
}

.project-benefit-card--highlight h3 {
    color: #ffffff;
}

.project-benefit-card--highlight p {
    color: rgba(255, 255, 255, 0.78);
}

.project-benefit-card__btn {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Summary Box */
.project-benefits-summary {
    margin-top: 18px;
    padding: 36px 42px;
    background: linear-gradient(135deg, rgba(217, 154, 43, 0.09), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(217, 154, 43, 0.2);
    border-radius: 22px;
}

.project-benefits-summary h3 {
    margin: 0 0 14px;
    color: #111111;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
}

.project-benefits-summary p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.85;
}

/* Responsive */
@media (max-width: 991px) {
    .project-benefits-area {
        padding: 75px 0 65px;
    }

    .project-benefits-area .section-title__title {
        font-size: 34px;
    }

    .project-benefits-summary {
        padding: 32px 28px;
    }
}

@media (max-width: 767px) {
    .project-benefits-area {
        padding: 65px 0 55px;
    }

    .project-benefits-area .section-title {
        margin-bottom: 34px;
    }

    .project-benefits-area .section-title__title {
        font-size: 29px;
    }

    .project-benefits-area .section-title__text,
    .project-benefits-summary p,
    .project-benefit-card p {
        font-size: 15px;
    }

    .project-benefit-card {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .project-benefits-summary {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .project-benefits-summary h3 {
        font-size: 22px;
    }
}

.sidebar__search figure img{
    width: 100%;
    height: 100px;
}

/* Sidebar project links - keep long names in one line with ... */
.king-project-sidebar-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.king-project-sidebar-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    white-space: nowrap !important;
    transition: all 0.25s ease !important;

}

.king-project-sidebar-list li a:hover {
    color: var(--hauzo-base, #D99A2B) !important;
}

.king-project-sidebar-list .sidebar-link-text {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.king-project-sidebar-list li a .fas {
    flex: 0 0 auto !;
}


/* =========================================
   Mini Services Sidebar - Elegant + Ellipsis
========================================= */

.king-services-mini-list {
    margin: 0;
    padding: 0;
}

.king-services-mini-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.king-services-mini-list li:first-child {
    padding-top: 0;
}

.king-services-mini-list li:last-child {
    border-bottom: 0;
}

.king-services-mini-list .sidebar__post-image {
    flex: 0 0 78px;
    width: 78px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f5;
}

.king-services-mini-list .sidebar__post-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.king-services-mini-list .sidebar__post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.king-services-mini-list li:hover .sidebar__post-image img {
    transform: scale(1.08);
}

.king-services-mini-list .sidebar__post-content {
    min-width: 0;
    flex: 1;
}

.king-services-mini-list .sidebar__post-content h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.king-services-mini-list .sidebar__post-content h3 a {
    display: block;
    max-width: 100%;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.king-services-mini-list .sidebar__post-content h3 a:hover {
    color: var(--hauzo-base, #D99A2B);
}

.king-services-mini-list .sidebar__post-content p {
    margin: 0;
    max-width: 100%;
    color: #666666;
    font-size: 13px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* CTA Button */
.king-services-mini-list__cta {
    display: block !important;
    padding-top: 18px !important;
}

.king-services-mini-list__btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 14px;
    background: var(--hauzo-base, #D99A2B);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
}

.king-services-mini-list__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #151515;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: -1;
}

.king-services-mini-list__btn span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.king-services-mini-list__btn i {
    flex: 0 0 auto;
    font-size: 13px;
    transition: transform 0.35s ease;
}

.king-services-mini-list__btn:hover {
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
}

.king-services-mini-list__btn:hover::before {
    transform: translateX(0);
}

.king-services-mini-list__btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 575px) {
    .king-services-mini-list .sidebar__post-image {
        flex-basis: 70px;
        width: 70px;
        height: 66px;
    }

    .king-services-mini-list .sidebar__post-content h3 {
        font-size: 15px;
    }

    .king-services-mini-list .sidebar__post-content p {
        font-size: 12.5px;
    }
}

/* =========================================
   Sidebar ADU Call CTA - Compact Minimal
========================================= */

.sidebar__adu-project-cta {
    position: relative;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.055);
    overflow: hidden;
}

.sidebar__adu-project-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 0 0 8px 8px;
}

.sidebar__adu-project-cta-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--hauzo-base, #D99A2B);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar__adu-project-cta h3 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.sidebar__adu-project-cta p {
    margin: 0 0 17px;
    color: #5f5f5f;
    font-size: 14.5px;
    line-height: 1.75;
}

.sidebar__adu-project-cta-list {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar__adu-project-cta-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

.sidebar__adu-project-cta-list li:last-child {
    margin-bottom: 0;
}

.sidebar__adu-project-cta-list li span {
    color: var(--hauzo-base, #D99A2B);
    font-size: 12px;
    margin-top: 5px;
}

.sidebar__adu-project-cta-phone {
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #111111;
    color: #ffffff;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.sidebar__adu-project-cta-phone:hover {
    background: var(--hauzo-base, #D99A2B);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.sidebar__adu-project-cta-btn {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(217, 154, 43, 0.1);
    color: #111111;
    border: 1px solid rgba(217, 154, 43, 0.28);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.sidebar__adu-project-cta-btn span {
    flex: 0 0 auto;
    font-size: 12px;
    transition: transform 0.35s ease;
}

.sidebar__adu-project-cta-btn:hover {
    background: var(--hauzo-base, #D99A2B);
    color: #ffffff;
    border-color: var(--hauzo-base, #D99A2B);
}

.sidebar__adu-project-cta-btn:hover span {
    transform: translateX(4px);
}

/* Before After Section */
.before-after-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(217, 154, 43, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8f5ef 100%);
    overflow: hidden;
}

.before-after-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: -180px;
    background: rgba(217, 154, 43, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.before-after-container {
    position: relative;
    
    margin: 0 auto;
    display: grid;
    
    gap: 48px;
    align-items: center;
    z-index: 1;
}

.before-after-content {
    max-width: 520px;
}

.before-after-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--hauzo-base);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.before-after-subtitle::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--hauzo-base);
    border-radius: 99px;
}

.before-after-content h2 {
    margin: 0 0 18px;
    color: var(--hauzo-black);
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.before-after-content p {
    margin: 0;
    color: rgba(24, 36, 51, 0.74);
    font-size: 17px;
    line-height: 1.75;
}

/* Slider Wrapper */
.before-after-wrapper {
    position: relative;
}

.before-after-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 360px;
    border-radius: 28px;
    overflow: hidden;
    background: var(--hauzo-black);
    box-shadow: var(--hauzo-shadow);
    border: 8px solid var(--hauzo-white);
    isolation: isolate;
    user-select: none;
    touch-action: none;
}

.before-after-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(24, 36, 51, 0.28), transparent 35%, transparent 65%, rgba(24, 36, 51, 0.22)),
        linear-gradient(180deg, transparent 58%, rgba(24, 36, 51, 0.34));
    z-index: 5;
    pointer-events: none;
}

.before-after-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}

.before-img {
    z-index: 1;
}

.after-image-box {
    position: absolute;
    inset: 0;
    width: var(--position);
    overflow: hidden;
    z-index: 2;
    will-change: width;
}

.after-img {
    width: 100%;
    min-width: 100%;
}

/* Center Line */
.before-after-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    width: 4px;
    background: var(--hauzo-white);
    transform: translateX(-50%);
    z-index: 8;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.before-after-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--hauzo-base);
    border: 4px solid var(--hauzo-white);
    box-shadow: 0 16px 35px rgba(24, 36, 51, 0.35);
    display: grid;
    place-items: center;
}

.before-after-handle::before,
.before-after-handle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--hauzo-white);
    border-left: 3px solid var(--hauzo-white);
}

.before-after-handle::before {
    transform: rotate(-45deg);
    left: 17px;
}

.before-after-handle::after {
    transform: rotate(135deg);
    right: 17px;
}

.before-after-handle i {
    width: 2px;
    height: 24px;
    background: rgba(255, 255, 255, 0.85);
    display: block;
    border-radius: 99px;
}

/* Labels */
.before-after-label {
    position: absolute;
    top: 22px;
    z-index: 9;
    padding: 9px 16px;
    color: var(--hauzo-white);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(24, 36, 51, 0.64);
    box-shadow: 0 10px 25px rgba(24, 36, 51, 0.18);
    pointer-events: none;
}

.before-label {
    left: 22px;
}

.after-label {
    right: 22px;
    background: rgba(217, 154, 43, 0.84);
}

/* Range Input */
.before-after-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.before-after-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 44px;
    height: 100%;
    cursor: ew-resize;
}

.before-after-range::-moz-range-thumb {
    width: 44px;
    height: 100%;
    border: 0;
    cursor: ew-resize;
    background: transparent;
}

/* Focus */
.before-after-slider:has(.before-after-range:focus-visible) {
    outline: 4px solid rgba(217, 154, 43, 0.45);
    outline-offset: 6px;
}

/* Responsive */
@media (max-width: 991px) {
    .before-after-section {
        padding: 80px 0;
    }

    .before-after-container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .before-after-content {
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }

    .before-after-subtitle {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .before-after-section {
        padding: 64px 0;
    }

    .before-after-container {
        width: min(100% - 24px, 1200px);
    }

    .before-after-slider {
        min-height: 280px;
        aspect-ratio: 4 / 5;
        border-radius: 22px;
        border-width: 6px;
    }

    .before-after-handle {
        width: 54px;
        height: 54px;
    }

    .before-after-handle::before {
        left: 14px;
    }

    .before-after-handle::after {
        right: 14px;
    }

    .before-after-label {
        top: 16px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .before-label {
        left: 16px;
    }

    .after-label {
        right: 16px;
    }

    .before-after-content p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .before-after-slider {
        min-height: 250px;
        border-radius: 18px;
    }

    .before-after-handle {
        width: 48px;
        height: 48px;
    }

    .before-after-label {
        font-size: 11px;
    }
}


/* =========================================
   ADU Project Details Content
   Minimal + Elegant SEO/AEO Section Style
========================================= */

.project-details-content {
    position: relative;
}

.project-details__body {
    margin-top: 34px;
}

.project-details__intro {
    margin-bottom: 34px;
}

.project-details__eyebrow,
.project-details__cta-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--hauzo-base, #D99A2B);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.project-details__title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.project-details__lead {
    color: #4f4f4f;
    font-size: 17px;
    line-height: 1.85;
}

.project-details__body p {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.85;
}

.project-details__body strong {
    color: #111111;
    font-weight: 800;
}

/* Highlight Box */
.project-details__highlight-box,
.project-details__seo-box {
    position: relative;
    margin: 34px 0;
    padding: 34px 36px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.045);
    overflow: hidden;
}

.project-details__highlight-box::before,
.project-details__seo-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 36px;
    right: 36px;
    height: 3px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 0 0 8px 8px;
}

/* Section Titles */
.project-details__section-title {
    margin: 0 0 16px;
    color: #111111;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.01em;
}

/* Planning Details Box */
.project-details__two-colum-box {
    margin: 36px 0;
    padding: 34px 36px;
    background: linear-gradient(135deg, rgba(217, 154, 43, 0.08), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(217, 154, 43, 0.2);
    border-radius: 20px;
}

.project-details__two-colum-box .blog-detals__two-colum-box-title {
    margin: 0 0 22px;
    color: #111111;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.project-details__benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin: 0;
    padding: 0;
}

.project-details__benefit-list li {
    position: relative;
    padding: 0 0 0 22px;
    color: #555555;
    font-size: 15.5px;
    line-height: 1.75;
}

.project-details__benefit-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 50%;
}

/* Standard Content Sections */
.project-details__content-section {
    margin: 36px 0;
}

.project-details__content-section p:last-child,
.project-details__highlight-box p:last-child,
.project-details__seo-box p:last-child {
    margin-bottom: 0;
}

/* SEO Search Intent Box */
.project-details__seo-box {
    background: #fafafa;
}

.project-details__seo-box strong {
    display: inline;
    color: #111111;
    font-weight: 800;
}

/* CTA Box */
.project-details__cta-box {
    margin-top: 40px;
    padding: 36px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    background: linear-gradient(145deg, #111111, #1d1d1d);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.project-details__cta-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 36px;
    right: 36px;
    height: 3px;
    background: var(--hauzo-base, #D99A2B);
    border-radius: 0 0 8px 8px;
}

.project-details__cta-content {
    position: relative;
    z-index: 1;
}

.project-details__cta-box h2 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.project-details__cta-box p {
    margin: 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15.5px;
    line-height: 1.75;
}

.project-details__cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 220px;
    position: relative;
    z-index: 1;
}

.project-details__phone,
.project-details__btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.project-details__phone {
    background: #ffffff;
    color: #111111;
}

.project-details__phone:hover {
    background: var(--hauzo-base, #D99A2B);
    color: #ffffff;
    transform: translateY(-2px);
}

.project-details__btn {
    background: var(--hauzo-base, #D99A2B);
    color: #ffffff;
}

.project-details__btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

.project-details__btn span,
.project-details__phone span {
    font-size: 13px;
    transition: transform 0.35s ease;
}

.project-details__btn:hover span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .project-details__title {
        font-size: 32px;
    }

    .project-details__cta-box {
        grid-template-columns: 1fr;
    }

    .project-details__cta-actions {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .project-details__body {
        margin-top: 28px;
    }

    .project-details__title {
        font-size: 28px;
    }

    .project-details__lead,
    .project-details__body p {
        font-size: 15px;
        line-height: 1.78;
    }

    .project-details__highlight-box,
    .project-details__seo-box,
    .project-details__two-colum-box {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .project-details__highlight-box::before,
    .project-details__seo-box::before,
    .project-details__cta-box::before {
        left: 22px;
        right: 22px;
    }

    .project-details__section-title,
    .project-details__two-colum-box .blog-detals__two-colum-box-title {
        font-size: 22px;
    }

    .project-details__benefit-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .project-details__cta-box {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .project-details__cta-box h2 {
        font-size: 23px;
    }
}