.prh-consultation-shell {
    min-height: 100vh;
    padding: 40px 16px 56px;
    background:
        radial-gradient(circle at top right, rgba(11, 99, 255, 0.18), transparent 32%),
        linear-gradient(180deg, #eff5ff 0%, #f8fbff 100%);
}

.prh-consultation-card {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(7, 33, 95, 0.14);
}

.prh-consultation-hero {
    padding: 30px 32px;
    color: #fff;
    background: linear-gradient(135deg, #002f97 0%, #0b63ff 56%, #5fa4ff 100%);
}

.prh-consultation-hero h1 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 800;
}

.prh-consultation-hero p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.prh-consultation-body {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 28px;
    padding: 32px;
}

.prh-consultation-side {
    background: #f5f9ff;
    border: 1px solid rgba(11, 99, 255, 0.12);
    border-radius: 22px;
    padding: 22px;
}

.prh-consultation-side h4 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #10213d;
    font-weight: 700;
}

.prh-consultation-side ul {
    margin: 0;
    padding-left: 18px;
    color: #5c6982;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .prh-consultation-shell {
        padding: 20px 10px 32px;
    }

    .prh-consultation-hero,
    .prh-consultation-body {
        padding: 22px;
    }

    .prh-consultation-body {
        grid-template-columns: 1fr;
    }

    .prh-consultation-hero h1 {
        font-size: 28px;
    }
}
