.p83-hero {
    padding: 32px;
    border: 1px solid rgba(24, 65, 130, 0.14);
    background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.p83-hero h2 {
    max-width: 980px;
    margin: 12px 0 14px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    color: #0b2f63;
}

.p83-hero p {
    max-width: 960px;
    color: #52647f;
    font-size: 1.08rem;
    line-height: 1.65;
}

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

.p83-grid .card,
.p83-faq .card {
    border: 1px solid rgba(24, 65, 130, 0.13);
}

.p83-grid h3,
.p83-faq h3,
.p83-panel h3,
.p83-commercial-entry h3 {
    color: #0b2f63;
    margin-bottom: 10px;
}

.p83-grid p,
.p83-faq p,
.p83-panel p,
.p83-commercial-entry p {
    color: #52647f;
    line-height: 1.62;
}

.p83-panel {
    padding: 28px;
}

.p83-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.p83-steps-wide {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.p83-steps div {
    border: 1px solid rgba(24, 65, 130, 0.13);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
}

.p83-steps span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: #0d4593;
    font-weight: 800;
    margin-bottom: 12px;
}

.p83-steps strong {
    display: block;
    color: #0b2f63;
    margin-bottom: 8px;
}

.p83-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.p83-commercial-entry {
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
    gap: 24px;
    align-items: start;
    border: 1px solid rgba(24, 65, 130, 0.14);
    background: #fff;
}

.p83-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.p83-entry-grid a {
    display: block;
    min-height: 118px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(24, 65, 130, 0.15);
    background: #f7faff;
    text-decoration: none;
    color: inherit;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.p83-entry-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(24, 65, 130, 0.34);
    box-shadow: 0 12px 28px rgba(13, 69, 147, 0.12);
}

.p83-entry-grid strong {
    display: block;
    color: #0b2f63;
    margin-bottom: 8px;
}

.p83-entry-grid span {
    display: block;
    color: #52647f;
    line-height: 1.45;
}

@media (max-width: 1120px) {
    .p83-grid,
    .p83-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p83-steps,
    .p83-steps-wide,
    .p83-commercial-entry {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .p83-hero,
    .p83-panel,
    .p83-commercial-entry {
        padding: 22px;
    }

    .p83-grid,
    .p83-faq,
    .p83-entry-grid,
    .p83-steps,
    .p83-steps-wide,
    .p83-commercial-entry {
        grid-template-columns: 1fr;
    }
}
