.pg-401k {
    background: #f6f8fb;
    color: #1d2733;
    margin-top: -2rem;
}

.pg-401k__container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.pg-401k__hero {
    padding: 20px 0 30px;
    background: linear-gradient(180deg, #eef5f1 0%, #f6f8fb 100%);
}

.pg-401k__content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 24px;
    align-items: start;
}

.pg-401k__intro {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
}

.pg-401k__tool-grid {
    display: grid;
    grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: start;
}

.pg-401k__eyebrow {
    margin-bottom: 8px;
    color: #2f6f5e;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pg-401k__title {
    margin-bottom: 0;
    color: #12201b;
    max-width: 760px;
    font-size: 1.72rem;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.pg-401k__subtitle {
    max-width: 620px;
    color: #4d5b68;
    font-size: 1rem;
    line-height: 1.55;
}

.pg-401k__trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.pg-401k__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #dce8e2;
    border-radius: 8px;
    color: #32443c;
    font-size: 0.92rem;
    box-shadow: 0 8px 20px rgba(23, 45, 36, 0.05);
}

.pg-401k__trust-item .material-icons {
    color: #2f6f5e;
    font-size: 1.1rem;
}

.pg-401k__calculator,
.pg-401k__note,
.pg-401k__cta-panel,
.pg-401k__breakdown,
.pg-401k__result-cta,
.pg-401k__timeline,
.pg-401k__offer-card,
.pg-401k__card,
.pg-401k__result-card,
.pg-401k__faq-item {
    background: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(21, 36, 52, 0.08);
}

.pg-401k__calculator {
    padding: 14px;
}

.pg-401k__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pg-401k__form-grid--advanced {
    margin-top: 12px;
}

.pg-401k__field {
    display: grid;
    gap: 5px;
    color: #344454;
    font-size: 0.84rem;
    font-weight: 700;
}

.pg-401k__field input {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #cad4df;
    border-radius: 7px;
    background: #fbfcfe;
    color: #17212b;
    font-size: 0.95rem;
}

.pg-401k__field input:focus {
    outline: none;
    border-color: #2f6f5e;
    box-shadow: 0 0 0 3px rgba(47, 111, 94, 0.14);
}

.pg-401k__advanced {
    margin-top: 12px;
    border: 1px solid #dce8e2;
    border-radius: 8px;
    background: #fbfcfe;
}

.pg-401k__advanced summary {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    cursor: pointer;
    color: #245748;
    font-size: 0.9rem;
    font-weight: 800;
}

.pg-401k__advanced summary::marker {
    content: "";
}

.pg-401k__advanced .material-icons {
    font-size: 1.05rem;
}

.pg-401k__advanced .pg-401k__form-grid {
    padding: 0 12px 12px;
}

.pg-401k__form-error {
    min-height: 18px;
    margin: 8px 0;
    color: #a13b2b;
    font-size: 0.92rem;
    font-weight: 700;
}

.pg-401k__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 7px;
    background: #2f6f5e;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.pg-401k__button:hover {
    background: #245748;
    transform: translateY(-1px);
}

.pg-401k__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

.pg-401k__result-card {
    padding: 13px;
}

.pg-401k__result-card span {
    display: block;
    margin-bottom: 6px;
    color: #586777;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
}

.pg-401k__result-card strong {
    display: block;
    color: #17212b;
    font-size: 1.24rem;
    overflow-wrap: anywhere;
}

.pg-401k__result-card--primary {
    grid-column: 1 / -1;
    background: #173b32;
    border-color: #173b32;
}

.pg-401k__result-card--primary strong {
    font-size: 2rem;
}

.pg-401k__result-card--primary span,
.pg-401k__result-card--primary strong {
    color: #ffffff;
}

.pg-401k__section {
    padding: 58px 0;
}

.pg-401k__insight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
    gap: 18px;
    margin-top: 18px;
}

.pg-401k__breakdown,
.pg-401k__result-cta {
    padding: 24px;
}

.pg-401k__breakdown h2,
.pg-401k__result-cta h2 {
    margin-bottom: 18px;
    color: #17212b;
    font-size: 1.35rem;
}

.pg-401k__bar-list {
    display: grid;
    gap: 16px;
}

.pg-401k__bar-row {
    display: grid;
    gap: 8px;
}

.pg-401k__bar-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #344454;
    font-size: 0.92rem;
    font-weight: 800;
}

.pg-401k__bar-label strong {
    white-space: nowrap;
}

.pg-401k__bar-track {
    height: 12px;
    overflow: hidden;
    background: #edf2f7;
    border-radius: 999px;
}

.pg-401k__bar-fill {
    width: 0;
    height: 100%;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.pg-401k__bar-fill--starting {
    background: #6b7785;
}

.pg-401k__bar-fill--employee {
    background: #2f6f5e;
}

.pg-401k__bar-fill--employer {
    background: #4979a8;
}

.pg-401k__bar-fill--growth {
    background: #c9a24d;
}

.pg-401k__bar-fill--fees {
    background: #a13b2b;
}

.pg-401k__offer-list {
    display: grid;
    gap: 12px;
}

.pg-401k__action-list {
    display: grid;
    gap: 12px;
}

.pg-401k__action-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    background: #fbfcfe;
    color: inherit;
    text-decoration: none;
}

.pg-401k__action-item:hover,
.pg-401k__action-item:focus-visible {
    border-color: #2f6f5e;
    background: #f4f9f7;
    box-shadow: 0 10px 22px rgba(21, 36, 52, 0.08);
}

.pg-401k__action-item:focus-visible {
    outline: 3px solid rgba(47, 111, 94, 0.2);
    outline-offset: 2px;
}

.pg-401k__action-item .material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e8f2ee;
    color: #2f6f5e;
}

.pg-401k__action-item strong {
    display: block;
    color: #17212b;
    font-size: 0.98rem;
    line-height: 1.3;
}

.pg-401k__action-item small {
    display: block;
    margin-top: 4px;
    color: #586777;
    line-height: 1.45;
}

.pg-401k__timeline {
    margin-top: 18px;
    padding: 24px;
}

.pg-401k__timeline-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.pg-401k__timeline h2 {
    color: #17212b;
    font-size: 1.35rem;
}

.pg-401k__timeline p {
    max-width: 520px;
    color: #586777;
    line-height: 1.55;
}

.pg-401k__timeline-list {
    display: grid;
    gap: 14px;
}

.pg-401k__timeline-row {
    display: grid;
    gap: 8px;
}

.pg-401k__timeline-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #344454;
    font-size: 0.92rem;
    font-weight: 800;
}

.pg-401k__timeline-label strong {
    white-space: nowrap;
}

.pg-401k__timeline-track {
    height: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf2f7;
}

.pg-401k__timeline-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f6f5e, #c9a24d);
}

.pg-401k__offer-card {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 14px;
    color: #17212b;
    box-shadow: none;
}

.pg-401k__offer-card:hover {
    border-color: #2f6f5e;
    box-shadow: 0 12px 26px rgba(21, 36, 52, 0.08);
}

.pg-401k__offer-card .material-icons {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e8f2ee;
    color: #2f6f5e;
}

.pg-401k__offer-card small {
    color: #586777;
    line-height: 1.45;
}

.pg-401k__section--muted {
    background: #ffffff;
}

.pg-401k__section-title {
    margin-bottom: 18px;
    color: #17212b;
    font-size: 2rem;
}

.pg-401k__content p,
.pg-401k__note p,
.pg-401k__card p,
.pg-401k__faq-item p {
    color: #4d5b68;
    line-height: 1.75;
}

.pg-401k__content a {
    color: #245748;
    font-weight: 800;
    text-decoration-color: rgba(36, 87, 72, 0.35);
    text-underline-offset: 3px;
}

.pg-401k__content a:hover {
    text-decoration-color: #245748;
}

.pg-401k__steps {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding-left: 1.25rem;
    color: #4d5b68;
    line-height: 1.65;
}

.pg-401k__steps li {
    padding-left: 4px;
}

.pg-401k__steps strong {
    color: #17212b;
}

.pg-401k__formula-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.pg-401k__formula-item {
    padding: 16px;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    background: #fbfcfe;
}

.pg-401k__formula-item h3 {
    margin-bottom: 8px;
    color: #17212b;
    font-size: 1.05rem;
}

.pg-401k__formula-item p {
    margin-bottom: 8px;
}

.pg-401k__formula-item p:last-child {
    margin-bottom: 0;
}

.pg-401k__note,
.pg-401k__cta-panel {
    padding: 24px;
}

.pg-401k__note h3,
.pg-401k__cta-panel h3,
.pg-401k__card h3 {
    color: #17212b;
    font-size: 1.22rem;
}

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

.pg-401k__card {
    padding: 24px;
}

.pg-401k__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #e8f2ee;
    color: #2f6f5e;
}

.pg-401k__cta-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #dce8e2;
    border-radius: 7px;
    color: #245748;
    font-weight: 800;
}

.pg-401k__cta-link::before {
    content: "Read guide";
}

.pg-401k__cta-link:hover {
    background: #e8f2ee;
}

.pg-401k__faq-list {
    display: grid;
    gap: 12px;
}

.pg-401k__faq-item {
    padding: 18px 20px;
}

.pg-401k__faq-item summary {
    cursor: pointer;
    color: #17212b;
    font-weight: 800;
}

.pg-401k__faq-item p {
    margin: 14px 0 0;
}

@media (max-width: 900px) {
    .pg-401k__intro,
    .pg-401k__content-grid,
    .pg-401k__cards,
    .pg-401k__insight-grid {
        grid-template-columns: 1fr;
    }

    .pg-401k__timeline-head {
        display: grid;
    }

    .pg-401k__title {
        font-size: 1.55rem;
    }

    .pg-401k__subtitle {
        max-width: none;
    }

    .pg-401k__results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pg-401k__tool-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .pg-401k__hero {
        padding-top: 16px;
    }

    .pg-401k__container {
        padding: 0 14px;
    }

    .pg-401k__intro {
        gap: 6px;
        margin-bottom: 10px;
    }

    .pg-401k__title {
        font-size: 1.16rem;
        line-height: 1.22;
    }

    .pg-401k__eyebrow {
        margin-bottom: 4px;
        font-size: 0.72rem;
    }

    .pg-401k__subtitle {
        display: none;
        font-size: 0.92rem;
    }

    .pg-401k__form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pg-401k__calculator {
        padding: 12px;
    }

    .pg-401k__field input {
        min-height: 34px;
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .pg-401k__field {
        gap: 4px;
        font-size: 0.76rem;
        line-height: 1.2;
    }

    .pg-401k__advanced summary {
        min-height: 34px;
        font-size: 0.82rem;
    }

    .pg-401k__results {
        gap: 8px;
    }

    .pg-401k__result-card {
        padding: 7px 8px;
    }

    .pg-401k__result-card span {
        margin-bottom: 2px;
        font-size: 0.66rem;
        line-height: 1.15;
    }

    .pg-401k__result-card strong {
        font-size: 0.95rem;
        line-height: 1.15;
    }

    .pg-401k__result-card--primary {
        grid-column: auto;
    }

    .pg-401k__result-card--primary strong {
        font-size: 1.08rem;
    }
}
