.pgr-startPage {
    padding: 22px 24px 28px;
}

.pgr-startHero {
    max-width: 980px;
    padding: 26px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgb(15 23 42 / 6%);
}

.pgr-startKicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--pgr-red-dark, #AD1F21);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pgr-startHero h1 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.12;
    font-weight: 800;
}

.pgr-startHero p {
    max-width: 760px;
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.pgr-startActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.pgr-startPrimary,
.pgr-startSecondary {
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, transform .12s ease;
}

.pgr-startPrimary {
    background: var(--pgr-red, #D02528);
    border-color: var(--pgr-red-dark, #AD1F21);
    color: #ffffff;
}

.pgr-startPrimary:hover {
    background: var(--pgr-red-dark, #AD1F21);
    color: #ffffff;
    transform: translateY(-1px);
}

.pgr-startSecondary {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #374151;
}

.pgr-startSecondary:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #111827;
    transform: translateY(-1px);
}

.pgr-startGrid {
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.pgr-startInfoCard {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
}

.pgr-startInfoCard > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 4px;
    background: #fef2f2;
    color: var(--pgr-red-dark, #AD1F21);
}

.pgr-startInfoCard h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.pgr-startInfoCard p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.pgr-startNotice {
    max-width: 980px;
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding: 15px 16px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    background: #fef2f2;
    color: #7f1d1d;
}

.pgr-startNotice i {
    margin-top: 2px;
    color: var(--pgr-red-dark, #AD1F21);
}

.pgr-startNotice p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.pgr-startNav {
    display: block;
    padding-bottom: 0;
    overflow: hidden;
}

.pgr-startNav .pgr-moduleHeader {
    border-bottom: 1px solid #e5e7eb;
}

.pgr-startNavSection {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.pgr-startNavSection:last-child {
    border-bottom: 0;
}

.pgr-startNavLabel {
    padding: 0 16px 8px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pgr-startNavBtn {
    position: relative;
    min-height: 42px;
    width: 100%;
    padding: 0 16px 0 18px;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #374151;

    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;

    transition:
        background-color .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.pgr-startNavBtn i {
    width: 18px;
    color: var(--pgr-red-dark, #AD1F21);
    font-size: 14px;
    text-align: center;
    flex-shrink: 0;
}

.pgr-startNavBtn span {
    flex: 1;
}

.pgr-startNavBtn:hover {
    background: #f9fafb;
    color: #111827;
}

.pgr-startNavBtnActive,
.pgr-startNavBtnActive:hover {
    border-left-color: var(--pgr-red-dark, #AD1F21);
    background: #fef2f2;
    color: var(--pgr-red-dark, #AD1F21);
}

.pgr-startActionCard {
    display: block;
    overflow: hidden;
}

.pgr-startActionCard .pgr-cardTitle {
    border-bottom: 1px solid #e5e7eb;
}

.pgr-startActionBtn {
    min-height: 46px;
    width: 100%;
    padding: 0 16px 0 18px;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 0;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    color: #374151;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;

    transition:
        background-color .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.pgr-startActionBtn i {
    width: 18px;
    color: var(--pgr-red-dark, #AD1F21);
    font-size: 14px;
    text-align: center;
    flex-shrink: 0;
}

.pgr-startActionBtn:hover {
    background: #f9fafb;
    color: #111827;
}


.pgr-startNavBtnActive i,
.pgr-startNavBtnActive:hover i {
    color: var(--pgr-red-dark, #AD1F21);
}

@media (max-width: 900px) {
    .pgr-startGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .pgr-startPage {
        padding: 18px;
    }

    .pgr-startHero {
        padding: 20px;
    }

    .pgr-startActions {
        flex-direction: column;
    }

    .pgr-startPrimary,
    .pgr-startSecondary {
        width: 100%;
    }
}