.detail-wrap {
    min-height: 60vh;
}

.detail-header h1 {
    color: #113152;
    font-size: clamp(1.9rem, 4vw, 2.85rem);
    line-height: 1.12;
    margin-bottom: 0.75rem;
}

.detail-header p {
    max-width: 790px;
    color: #5c7088;
    font-size: 1rem;
}

.detail-pill {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #156d75;
    background: rgba(21, 109, 117, 0.14);
}

.detail-card,
.value-card {
    border: 1px solid #d8e3ef;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(16, 35, 55, 0.07);
}

.detail-card {
    padding: 1.25rem;
}

.detail-card h3 {
    color: #173d62;
    font-size: 1.18rem;
    margin-bottom: 0.64rem;
}

.detail-card p {
    color: #5f738e;
    margin-bottom: 0.78rem;
}

.detail-card p:last-child {
    margin-bottom: 0;
}

.detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-list li {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    color: #5f738e;
}

.detail-list li i {
    color: #1f8f9a;
}

.cta-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
}

.value-card {
    padding: 1rem;
}

.value-card i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 0.68rem;
    color: #14656f;
    background: rgba(20, 101, 111, 0.14);
    font-size: 1.15rem;
}

.value-card h3 {
    color: #173d62;
    font-size: 1.04rem;
    margin-bottom: 0.42rem;
}

.value-card p {
    margin: 0;
    color: #5f738e;
}

@media (max-width: 768px) {
    .detail-wrap {
        padding-top: 2rem;
    }
}
