.dq-hero {
    background: linear-gradient(135deg, #094990 0%, #0b5cb8 55%, #0a73c8 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 0 75px;
}
.dq-hero:before,
.dq-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.dq-hero:before {
    width: 300px;
    height: 300px;
    right: -80px;
    top: -80px;
}
.dq-hero:after {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: -70px;
}
.dq-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    align-items: center;
}
.dq-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #d8ecff;
}
.dq-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.dq-breadcrumb a:hover,
.dq-breadcrumb a:focus {
    text-decoration: underline;
}
.dq-breadcrumb .separator {
    opacity: 0.8;
}
.dq-breadcrumb .current {
    color: #d8ecff;
    font-weight: 500;
}
.dq-kicker {
    display: inline-block;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 16px;
    margin-bottom: 18px;
}
.dq-hero h1 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 14px;
    max-width: 780px;
}
.dq-hero p {
    color: #e7f3ff;
    font-size: 1.08rem;
    line-height: 1.85;
    margin: 0;
    max-width: 780px;
}
.dq-hero-media {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.dq-hero-media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.dq-page {
    background: #f7f9fcdc;
    padding: 45px 0 80px;
}
.dq-section {
    margin-bottom: 50px;
}
.dq-title {
    color: #EA3516;
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 0 0 14px;
}
.dq-copy {
    color: #595959;
    font-size: 1.02rem;
    line-height: 1.9;
    margin: 0;
}
.dq-dimensions-flow {
    border-top: 1px solid #dce6f4;
    margin-top: 8px;
}
.dq-dimension-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #dce6f4;
    background: transparent;
}
.dq-dimension-index {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #094990;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.dq-dimension-item:nth-child(even) .dq-dimension-index {
    background: #EF7B00;
}
.dq-dimension-main h3 {
    color: #595959;
    margin: 0 0 8px;
    font-size: 1.25rem;
    line-height: 1.35;
}
.dq-dimension-main .dq-question {
    display: block;
    color: #EF7B00;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.7;
}
.dq-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dq-detail-block {
    margin: 0;
    border-left: 3px solid #d7e4f5;
    background: #f8fbff;
    padding: 10px 12px;
}
.dq-dimension-item p {
    margin: 0 0 10px;
    color: #595959;
    line-height: 1.8;
}
.dq-dimension-item p:last-child {
    margin-bottom: 0;
}
.dq-label {
    color: #094990;
    font-weight: 700;
}
.dq-approach-intro {
    margin-bottom: 14px;
}
.dq-approach-steps {
    border-top: 1px solid #dce6f4;
    margin-top: 14px;
}
.dq-approach-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: start;
}
.dq-approach-step {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid #dce6f4;
    border-left: 4px solid #094990;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(13, 35, 67, 0.06);
    margin-bottom: 20px;
}
.dq-approach-step:last-child {
    margin-bottom: 0;
}
.dq-approach-step:nth-child(even) {
    border-left-color: #EF7B00;
}
.dq-step-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f2f6fd;
    border: 1px solid #d4e1f3;
    color: #094990;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.dq-approach-media {
    margin: 14px 0 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dce6f4;
    box-shadow: 0 8px 24px rgba(13, 35, 67, 0.12);
    order: -1;
}
.dq-approach-media img {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: cover;
    display: block;
}
.dq-step-content {
    color: #595959;
    line-height: 1.8;
}
.dq-step-title {
    color: #094990;
    font-weight: 700;
}
.dq-cta-band {
    border-radius: 0;
    padding: 36px;
    margin-top: 14px;
    background: linear-gradient(135deg, #0f4b8e 0%, #094990 100%);
    color: #ffffff;
    width: 100%;
}
.dq-cta-band h2 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 0 12px;
    font-weight: 700;
    color: #ffffff;
}
.dq-section--cta {
    margin-bottom: 0;
}
.dq-section--cta .dq-cta-band {
    margin-top: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
}
.dq-cta-band p {
    margin: 0;
    line-height: 1.65;
    color: #ffffff;
    font-size: 0.92rem;
}
.dq-action-links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.dq-action-links .btn-oreng,
.dq-action-links .dq-btn-outline {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    padding: 9px 14px;
}
.dq-action-links .btn-oreng {
    padding: 9px 14px;
    font-size: 14px;
}
.dq-action-links .dq-btn-outline {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}
.dq-action-links .dq-btn-outline:hover,
.dq-action-links .dq-btn-outline:focus {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 991px) {
    .dq-hero-inner {
        grid-template-columns: 1fr;
    }
    .dq-hero-media img {
        height: 230px;
    }
    .dq-dimension-item { grid-template-columns: 1fr; gap: 12px; }
    .dq-detail-grid {
        grid-template-columns: 1fr;
    }
    .dq-approach-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .dq-approach-media {
        order: 0;
    }
    .dq-approach-step {
        grid-template-columns: 40px 1fr;
        gap: 8px;
    }
    .dq-approach-media img {
        max-height: 240px;
    }
}
@media (max-width: 576px) {
    .dq-hero h1 {
        font-size: 1.95rem;
    }
    .dq-section {
        padding: 20px;
    }
    .dq-section--cta .dq-cta-band {
        padding: 28px 20px;
    }
    .dq-cta-band h2 {
        font-size: 1.35rem;
    }
    .dq-cta-band p {
        font-size: 0.88rem;
    }
    .dq-action-links .btn-oreng,
    .dq-action-links .dq-btn-outline {
        font-size: 13px;
        padding: 8px 12px;
    }
}