.pe-dashboard-page {
    --ped-ink: #10233d;
    --ped-route: #17345a;
    --ped-blue: #2d5a8a;
    --ped-wash: #eaf3fb;
    --ped-paper: #ffffff;
    --ped-orange: #f15c3b;
    --ped-muted: #5e718b;
    --ped-line: #d6e2ee;
    overflow: hidden;
    background: var(--ped-wash);
    color: var(--ped-ink);
}

.pe-dashboard-page *,
.pe-dashboard-page *::before,
.pe-dashboard-page *::after {
    box-sizing: border-box;
}

.pe-dashboard-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pe-dashboard-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 82px;
    border-bottom: 4px solid var(--ped-orange);
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(135deg, var(--ped-ink), #245a82);
    background-size: 34px 34px, 34px 34px, auto;
    color: var(--ped-paper);
}

.pe-dashboard-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.45;
}

.pe-dashboard-breadcrumb a {
    color: var(--ped-paper);
    text-decoration: none;
}

.pe-dashboard-breadcrumb a:hover,
.pe-dashboard-breadcrumb a:focus-visible {
    color: var(--ped-paper);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pe-dashboard-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 60px;
    align-items: center;
}

.pe-dashboard-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--ped-orange);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pe-dashboard-eyebrow::before {
    width: 24px;
    height: 3px;
    background: currentColor;
    content: "";
}

.pe-dashboard-hero .pe-dashboard-eyebrow,
.pe-dashboard-process .pe-dashboard-eyebrow,
.pe-dashboard-cta .pe-dashboard-eyebrow {
    color: #ffb18c;
}

.pe-dashboard-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ped-paper);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 58px;
    line-height: 1.05;
    letter-spacing: 0;
}

.pe-dashboard-hero p {
    max-width: 670px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.65;
}

.pe-dashboard-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 30px;
    padding: 0 22px;
    border: 1px solid var(--ped-orange);
    border-radius: 8px;
    background: var(--ped-orange);
    color: var(--ped-paper);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.pe-dashboard-button:hover,
.pe-dashboard-button:focus-visible {
    border-color: var(--ped-paper);
    background: var(--ped-paper);
    color: var(--ped-ink);
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.pe-dashboard-route-index {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 70px rgba(6, 20, 38, 0.34);
    backdrop-filter: blur(8px);
}

.pe-dashboard-route-index > div {
    display: grid;
    grid-template-columns: 42px 112px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 14px 18px;
}

.pe-dashboard-route-index > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pe-dashboard-route-index span {
    color: #ffb18c;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
}

.pe-dashboard-route-index strong {
    color: var(--ped-paper);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 16px;
}

.pe-dashboard-route-index small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.4;
}

.pe-dashboard-rates,
.pe-dashboard-resources {
    padding: 72px 0 78px;
}

.pe-dashboard-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: end;
    margin-bottom: 26px;
}

.pe-dashboard-section-head h2 {
    margin: 0;
    color: var(--ped-ink);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: 0;
}

.pe-dashboard-section-head p {
    margin: 0;
    color: var(--ped-muted);
    font-size: 15px;
    line-height: 1.6;
}

.pe-dashboard-rate-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pe-dashboard-card {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
    min-height: 116px;
    padding: 18px;
    border: 1px solid var(--ped-line);
    border-radius: 8px;
    background: var(--ped-paper);
    color: var(--ped-ink);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(16, 35, 61, 0.06);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.pe-dashboard-card:hover,
.pe-dashboard-card:focus-visible {
    border-color: #9eb6cd;
    color: var(--ped-ink);
    outline: none;
    text-decoration: none;
    box-shadow: 0 17px 36px rgba(16, 35, 61, 0.11);
    transform: translateY(-2px);
}

.pe-dashboard-card--rate {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 220px;
    padding: 22px;
}

.pe-dashboard-card--accent {
    border-color: #ffb098;
    background: #fff6f2;
}

.pe-dashboard-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border: 1px solid var(--ped-line);
    border-radius: 8px;
    background: #edf5fc;
}

.pe-dashboard-icon > .icon {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pe-dashboard-card--rate .pe-dashboard-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 19px;
}

.pe-dashboard-card--rate .pe-dashboard-icon > .icon {
    width: 58px;
    height: 58px;
}

.pe-dashboard-card__copy {
    display: block;
    min-width: 0;
}

.pe-dashboard-card__copy small,
.pe-dashboard-card__copy strong,
.pe-dashboard-card__copy > span {
    display: block;
}

.pe-dashboard-card__copy small {
    margin-bottom: 7px;
    color: var(--ped-orange);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.pe-dashboard-card__copy strong {
    color: var(--ped-ink);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.pe-dashboard-card--rate .pe-dashboard-card__copy strong {
    min-height: 44px;
    font-size: 18px;
}

.pe-dashboard-card__copy > span {
    margin-top: 7px;
    color: var(--ped-muted);
    font-size: 13px;
    line-height: 1.4;
}

.pe-dashboard-process {
    padding: 70px 0 76px;
    background: var(--ped-ink);
    color: var(--ped-paper);
}

.pe-dashboard-section-head--light h2 {
    color: var(--ped-paper);
}

.pe-dashboard-section-head--light p {
    color: rgba(255, 255, 255, 0.7);
}

.pe-dashboard-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pe-dashboard-steps li {
    position: relative;
    min-width: 0;
}

.pe-dashboard-steps li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffb18c;
    border-right: 2px solid #ffb18c;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.pe-dashboard-steps a {
    display: grid;
    grid-template-columns: 34px 66px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 138px;
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ped-paper);
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.pe-dashboard-steps a:hover,
.pe-dashboard-steps a:focus-visible {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.13);
    color: var(--ped-paper);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.pe-dashboard-step__number {
    color: #ffb18c;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
}

.pe-dashboard-steps .pe-dashboard-icon {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.92);
}

.pe-dashboard-steps strong,
.pe-dashboard-steps small {
    display: block;
}

.pe-dashboard-steps strong {
    color: var(--ped-paper);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

.pe-dashboard-steps small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.45;
}

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

.pe-dashboard-cta {
    padding: 0 0 88px;
}

.pe-dashboard-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: 36px 40px;
    border-radius: 8px;
    background: var(--ped-route);
    color: var(--ped-paper);
    box-shadow: 0 22px 52px rgba(16, 35, 61, 0.18);
}

.pe-dashboard-cta__panel h2 {
    margin: 0;
    color: var(--ped-paper);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
}

.pe-dashboard-cta__panel p {
    max-width: 700px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.55;
}

.pe-dashboard-cta .pe-dashboard-button {
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 1040px) {
    .pe-dashboard-rate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pe-dashboard-card--rate {
        grid-template-columns: 74px minmax(0, 1fr);
        align-items: center;
        min-height: 150px;
    }

    .pe-dashboard-card--rate .pe-dashboard-icon {
        margin-bottom: 0;
    }

    .pe-dashboard-card--rate .pe-dashboard-card__copy strong {
        min-height: 0;
    }

    .pe-dashboard-steps a {
        grid-template-columns: 28px 56px minmax(0, 1fr);
        gap: 11px;
        padding: 18px 14px;
    }

    .pe-dashboard-steps .pe-dashboard-icon {
        width: 56px;
        height: 56px;
    }

    .pe-dashboard-steps .pe-dashboard-icon > .icon {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 860px) {
    .pe-dashboard-hero__grid,
    .pe-dashboard-section-head,
    .pe-dashboard-cta__panel {
        grid-template-columns: 1fr;
    }

    .pe-dashboard-hero__grid {
        gap: 40px;
    }

    .pe-dashboard-route-index {
        max-width: 560px;
    }

    .pe-dashboard-section-head {
        gap: 15px;
        align-items: start;
    }

    .pe-dashboard-steps,
    .pe-dashboard-resource-grid {
        grid-template-columns: 1fr;
    }

    .pe-dashboard-steps li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

    .pe-dashboard-steps a {
        grid-template-columns: 34px 66px minmax(0, 1fr);
        min-height: 118px;
        padding: 18px;
    }

    .pe-dashboard-steps .pe-dashboard-icon {
        width: 66px;
        height: 66px;
    }

    .pe-dashboard-steps .pe-dashboard-icon > .icon {
        width: 54px;
        height: 54px;
    }

    .pe-dashboard-cta__panel {
        gap: 24px;
    }

    .pe-dashboard-cta .pe-dashboard-button {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .pe-dashboard-shell {
        width: min(100% - 28px, 1180px);
    }

    .pe-dashboard-hero {
        padding: 34px 0 54px;
    }

    .pe-dashboard-breadcrumb {
        margin-bottom: 26px;
        font-size: 13px;
    }

    .pe-dashboard-hero h1 {
        font-size: 39px;
        line-height: 1.08;
    }

    .pe-dashboard-hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .pe-dashboard-button {
        width: 100%;
    }

    .pe-dashboard-route-index > div {
        grid-template-columns: 34px 92px minmax(0, 1fr);
        min-height: 64px;
        padding: 12px 14px;
    }

    .pe-dashboard-rates,
    .pe-dashboard-resources {
        padding: 50px 0 58px;
    }

    .pe-dashboard-section-head h2 {
        font-size: 30px;
    }

    .pe-dashboard-rate-grid {
        grid-template-columns: 1fr;
    }

    .pe-dashboard-card--rate {
        min-height: 132px;
        padding: 18px;
    }

    .pe-dashboard-process {
        padding: 52px 0 58px;
    }

    .pe-dashboard-steps a {
        grid-template-columns: 28px 56px minmax(0, 1fr);
        gap: 11px;
        min-height: 108px;
        padding: 14px;
    }

    .pe-dashboard-steps .pe-dashboard-icon {
        width: 56px;
        height: 56px;
    }

    .pe-dashboard-steps .pe-dashboard-icon > .icon {
        width: 46px;
        height: 46px;
    }

    .pe-dashboard-card {
        grid-template-columns: 56px minmax(0, 1fr);
        min-height: 104px;
        padding: 14px;
    }

    .pe-dashboard-card .pe-dashboard-icon {
        width: 56px;
        height: 56px;
    }

    .pe-dashboard-card .pe-dashboard-icon > .icon {
        width: 46px;
        height: 46px;
    }

    .pe-dashboard-card--rate .pe-dashboard-card__copy strong {
        font-size: 17px;
    }

    .pe-dashboard-cta {
        padding-bottom: 64px;
    }

    .pe-dashboard-cta__panel {
        padding: 26px 20px;
    }

    .pe-dashboard-cta__panel h2 {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pe-dashboard-page a {
        transition: none;
    }
}
