/* ================================================================
   HOW TO BECOME AN LVN / LPN
   Page-specific styles loaded after the shared LVN stylesheet.
   All selectors are scoped to the rebuilt content below icon-boxes.
   ================================================================ */

#how-licensure-works-defined,
.become-state-routes,
.how-to-page,
.become-route-factors,
.become-program-comparison,
.become-time-section,
.become-faq-section,
#practical-nursing-programs-defined {
    --become-navy: #132a46;
    --become-blue: #2563eb;
    --become-blue-dark: #1d4ed8;
    --become-sky: #eaf3ff;
    --become-ice: #f5f8fc;
    --become-gold: #d99a2b;
    --become-text: #334155;
    --become-muted: #64748b;
    --become-line: #dbe4ef;
    --become-white: #ffffff;
}

#how-licensure-works-defined a,
.become-state-routes a,
.how-to-page a,
.become-route-factors a,
.become-program-comparison a,
.become-time-section a,
.become-faq-section a,
#practical-nursing-programs-defined > .schools-section-container > .section-header a {
    color: var(--become-blue-dark);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#how-licensure-works-defined a:hover,
.become-state-routes a:hover,
.how-to-page a:hover,
.become-route-factors a:hover,
.become-program-comparison a:hover,
.become-time-section a:hover,
.become-faq-section a:hover,
#practical-nursing-programs-defined > .schools-section-container > .section-header a:hover {
    color: var(--become-navy);
}

/* Shared headings for the rebuilt sections */
.become-state-routes .section-header,
.how-to-page > .container > .section-header,
.become-route-factors .section-header,
.become-program-comparison .section-header,
.become-time-section .section-header,
#practical-nursing-programs-defined > .schools-section-container > .section-header {
    max-width: 820px;
    margin: 0 0 42px;
}

.become-state-routes .section-header h2,
.how-to-page > .container > .section-header h2,
.become-route-factors .section-header h2,
.become-program-comparison .section-header h2,
.become-time-section .section-header h2,
#practical-nursing-programs-defined > .schools-section-container > .section-header h2 {
    margin: 7px 0 14px;
    padding: 0;
    border: 0;
    color: var(--become-navy);
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.become-state-routes .section-header p,
.how-to-page > .container > .section-header p,
.become-route-factors .section-header p,
.become-program-comparison .section-header p,
.become-time-section .section-header p,
#practical-nursing-programs-defined > .schools-section-container > .section-header p {
    margin: 0;
    color: var(--become-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.become-state-routes .section-kicker,
.how-to-page .section-kicker,
.become-route-factors .section-kicker,
.become-program-comparison .section-kicker,
.become-time-section .section-kicker,
#practical-nursing-programs-defined > .schools-section-container > .section-header .section-kicker {
    display: block;
    color: var(--become-blue-dark);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/* ================================================================
   OPENING EXPLANATION
   ================================================================ */

#how-licensure-works-defined.content-wrapper {
    margin-top: 0;
    padding: 72px 20px;
    background: var(--become-white);
}

#how-licensure-works-defined .content-container {
    padding: 0;
}

#how-licensure-works-defined .content-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 64px;
    align-items: start;
}

#how-licensure-works-defined .content-section {
    padding-left: 25px;
    border-left: 5px solid var(--become-gold);
}

#how-licensure-works-defined #overview-title {
    margin: 0 0 22px;
    color: var(--become-navy);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

#how-licensure-works-defined #overview-content p {
    margin: 0 0 18px;
    color: var(--become-text);
    line-height: 1.8;
}

#how-licensure-works-defined #overview-content p:last-child {
    margin-bottom: 0;
}

#how-licensure-works-defined .sidebar {
    position: static;
}

#how-licensure-works-defined .become-process-box {
    margin: 0;
    padding: 27px;
    border: 1px solid var(--become-line);
    border-top: 5px solid var(--become-blue);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(19, 42, 70, 0.09);
}

#how-licensure-works-defined .become-process-box h3 {
    margin: 0 0 18px;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid var(--become-line);
    color: var(--become-navy);
    font-size: 1.15rem;
}

#how-licensure-works-defined .become-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#how-licensure-works-defined .become-process-list li {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f6;
    color: var(--become-text);
    font-size: 0.94rem;
    line-height: 1.45;
}

#how-licensure-works-defined .become-process-list li:last-child {
    border-bottom: 0;
}

#how-licensure-works-defined .become-process-list span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: var(--become-sky);
    color: var(--become-blue-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

#how-licensure-works-defined .become-process-box > p {
    margin: 18px 0 0;
    padding-top: 17px;
    border-top: 1px solid var(--become-line);
    color: var(--become-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ================================================================
   STATE LICENSING ROUTES
   ================================================================ */

.become-state-routes {
    padding: 88px 20px;
    background: var(--become-ice);
}

.become-state-routes > .container {
    max-width: 1200px;
    margin: 0 auto;
}

.become-state-routes .state-route-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 12px;
    background: var(--become-white);
    list-style: none;
}

.become-state-routes .state-route-summary > li {
    min-width: 0;
    padding: 22px 24px;
    border-right: 1px solid var(--become-line);
}

.become-state-routes .state-route-summary > li:last-child {
    border-right: 0;
}

.become-state-routes .state-route-summary strong,
.become-state-routes .state-route-summary span {
    display: block;
}

.become-state-routes .state-route-summary strong {
    margin-bottom: 5px;
    color: var(--become-navy);
    font-size: 1.05rem;
}

.become-state-routes .state-route-summary span {
    color: var(--become-muted);
    font-size: 0.87rem;
    line-height: 1.5;
}

.become-state-routes .state-route-accordion {
    display: grid;
    gap: 14px;
}

.become-state-routes .state-route-item {
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 12px;
    background: var(--become-white);
    box-shadow: 0 5px 16px rgba(19, 42, 70, 0.04);
}

.become-state-routes .state-route-item[open] {
    border-color: #a9c8f5;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.09);
}

.become-state-routes .state-route-item summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 74px;
    padding: 20px 64px 20px 24px;
    cursor: pointer;
    list-style: none;
}

.become-state-routes .state-route-item summary::-webkit-details-marker {
    display: none;
}

.become-state-routes .state-route-item summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--become-sky);
    color: var(--become-blue-dark);
    font-size: 1.25rem;
    font-weight: 500;
}

.become-state-routes .state-route-item[open] summary::after {
    content: '-';
    background: var(--become-blue);
    color: var(--become-white);
}

.become-state-routes .state-route-item summary:hover {
    background: #f9fbff;
}

.become-state-routes .state-route-name {
    color: var(--become-navy);
    font-size: 1.08rem;
    font-weight: 700;
}

.become-state-routes .state-route-hint {
    color: var(--become-muted);
    font-size: 0.85rem;
    text-align: right;
}

.become-state-routes .state-route-content {
    padding: 0 24px 27px;
    border-top: 1px solid var(--become-line);
}

.become-state-routes .state-route-content p {
    max-width: 950px;
    margin: 20px 0 0;
    color: var(--become-text);
    line-height: 1.75;
}

.become-state-routes .official-link-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.become-state-routes .official-link-row a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 13px 48px 13px 16px;
    border: 1px solid #bfd4f3;
    border-radius: 8px;
    background: #f6f9ff;
    color: var(--become-blue-dark);
    font-size: 0.88rem;
    line-height: 1.45;
    text-decoration: none;
}

.become-state-routes .official-link-row a::after {
    content: '>';
    position: absolute;
    right: 17px;
    color: var(--become-blue);
    font-size: 1.05rem;
}

.become-state-routes .official-link-row a:hover {
    border-color: var(--become-blue);
    background: var(--become-white);
}

.become-state-routes .compact-license-note {
    position: relative;
    margin-top: 24px;
    padding: 28px 30px 28px 35px;
    overflow: hidden;
    border: 1px solid #d8c18e;
    border-radius: 12px;
    background: #fffaf0;
}

.become-state-routes .compact-license-note::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--become-gold);
}

.become-state-routes .compact-license-note h3 {
    margin: 0 0 9px;
    color: var(--become-navy);
    font-size: 1.2rem;
}

.become-state-routes .compact-license-note p {
    margin: 0 0 13px;
    color: var(--become-text);
    line-height: 1.7;
}

.become-state-routes .compact-license-note a {
    font-size: 0.9rem;
}

/* ================================================================
   LICENSURE ROADMAP
   ================================================================ */

.how-to-page {
    padding: 88px 20px;
    background: var(--become-white);
}

.how-to-page > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.how-to-page > .container > .section-header .intro-text {
    margin: 0;
    padding: 0;
    border: 0;
}

.how-to-page .content-wrapper {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
    margin: 0;
}

.how-to-page .timeline {
    margin: 0;
    padding: 5px 0 0;
}

.how-to-page .timeline::before {
    left: 25px;
    top: 27px;
    bottom: 27px;
    width: 2px;
    background: #b9cff1;
}

.how-to-page .timeline-item {
    margin-bottom: 18px;
    padding-left: 69px;
}

.how-to-page .timeline-item:last-child {
    margin-bottom: 0;
}

.how-to-page .timeline-icon {
    top: 16px;
    width: 51px;
    height: 51px;
    border: 3px solid var(--become-blue);
    background: var(--become-white);
    color: var(--become-blue-dark);
    font-size: 1.05rem;
    box-shadow: 0 0 0 7px var(--become-white);
}

.how-to-page .timeline-item.active .timeline-icon {
    transform: none;
    border-color: var(--become-blue);
    background: var(--become-blue);
    color: var(--become-white);
}

.how-to-page .timeline-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 11px;
    background: var(--become-white);
    box-shadow: 0 5px 16px rgba(19, 42, 70, 0.05);
}

.how-to-page .timeline-card:hover,
.how-to-page .timeline-item.active .timeline-card {
    border-color: #91b9f2;
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.09);
}

.how-to-page .timeline-header {
    gap: 20px;
    padding: 20px 22px;
}

.how-to-page .timeline-title {
    display: block;
    min-width: 0;
}

.how-to-page .timeline-title h3 {
    margin: 0 0 5px;
    color: var(--become-navy);
    font-size: 1.08rem;
    line-height: 1.35;
}

.how-to-page .timeline-title p {
    margin: 0;
    color: var(--become-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.how-to-page .timeline-expand-icon {
    flex: 0 0 auto;
    color: var(--become-blue);
    font-size: 1.05rem;
}

.how-to-page .timeline-item.active .timeline-expand-icon {
    color: var(--become-blue-dark);
}

.how-to-page .timeline-item.active .timeline-content {
    margin: 0 22px;
    padding: 18px 0 10px;
    border-top: 1px solid var(--become-line);
}

.how-to-page .timeline-content p {
    margin: 0 0 14px;
    color: var(--become-text);
    line-height: 1.75;
}

.how-to-page .become-document-card {
    margin: 5px 0 0;
    padding: 25px;
    border: 1px solid var(--become-line);
    border-radius: 11px;
    background: var(--become-ice);
    box-shadow: none;
}

.how-to-page .become-document-card h3 {
    margin: 0 0 17px;
    color: var(--become-navy);
    font-size: 1.1rem;
}

.how-to-page .become-document-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.how-to-page .become-document-card li {
    position: relative;
    padding: 9px 0 9px 24px;
    border-bottom: 1px solid var(--become-line);
    color: var(--become-text);
    font-size: 0.9rem;
    line-height: 1.45;
}

.how-to-page .become-document-card li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    width: 6px;
    height: 11px;
    border-right: 2px solid var(--become-blue);
    border-bottom: 2px solid var(--become-blue);
    transform: rotate(45deg);
}

.how-to-page .become-document-card li:last-child {
    border-bottom: 0;
}

.how-to-page .become-document-card p {
    margin: 17px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--become-line);
    color: var(--become-muted);
    font-size: 0.84rem;
    line-height: 1.6;
}

/* ================================================================
   ROUTE FACTORS
   ================================================================ */

.become-route-factors {
    padding: 88px 20px;
    background: var(--become-navy);
}

.become-route-factors > .container {
    max-width: 1200px;
    margin: 0 auto;
}

.become-route-factors .section-kicker {
    color: #8db9ff;
}

.become-route-factors .section-header h2 {
    color: var(--become-white);
}

.become-route-factors .section-header p {
    color: #c4d1e0;
}

.become-route-factors .route-factor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    overflow: hidden;
}

.become-route-factors .route-factor-card {
    min-width: 0;
    padding: 31px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
}

.become-route-factors .route-factor-card:nth-child(2n) {
    border-right: 0;
}

.become-route-factors .route-factor-card:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.become-route-factors .route-factor-card i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 19px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 9px;
    background: rgba(37, 99, 235, 0.28);
    color: #b9d5ff;
    font-size: 1.25rem;
}

.become-route-factors .route-factor-card h3 {
    margin: 0 0 11px;
    color: var(--become-white);
    font-size: 1.18rem;
}

.become-route-factors .route-factor-card p {
    margin: 0;
    color: #c9d5e3;
    font-size: 0.95rem;
    line-height: 1.75;
}

/* ================================================================
   PROGRAM COMPARISON TABLE
   ================================================================ */

.become-program-comparison {
    padding: 88px 20px;
    background: var(--become-white);
}

.become-program-comparison > .container {
    max-width: 1200px;
    margin: 0 auto;
}

.become-program-comparison .comparison-table-wrapper {
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(19, 42, 70, 0.07);
}

.become-program-comparison .become-comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: var(--become-white);
}

.become-program-comparison .become-comparison-table th,
.become-program-comparison .become-comparison-table td {
    padding: 18px 20px;
    border-right: 1px solid var(--become-line);
    border-bottom: 1px solid var(--become-line);
    vertical-align: top;
    text-align: left;
    overflow-wrap: anywhere;
}

.become-program-comparison .become-comparison-table th:last-child,
.become-program-comparison .become-comparison-table td:last-child {
    border-right: 0;
}

.become-program-comparison .become-comparison-table tbody tr:last-child th,
.become-program-comparison .become-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.become-program-comparison .become-comparison-table thead th {
    background: var(--become-navy);
    color: var(--become-white);
    font-size: 0.83rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.become-program-comparison .become-comparison-table thead th:first-child,
.become-program-comparison .become-comparison-table tbody th {
    width: 24%;
}

.become-program-comparison .become-comparison-table tbody th {
    background: #f5f8fc;
    color: var(--become-navy);
    font-size: 0.94rem;
}

.become-program-comparison .become-comparison-table tbody td {
    color: var(--become-text);
    font-size: 0.91rem;
    line-height: 1.65;
}

.become-program-comparison .become-comparison-table tbody tr:hover td,
.become-program-comparison .become-comparison-table tbody tr:hover th {
    background: #f8fbff;
}

/* ================================================================
   TIME TO LICENSURE
   ================================================================ */

.become-time-section {
    padding: 88px 20px;
    background: var(--become-ice);
}

.become-time-section > .container {
    max-width: 1200px;
    margin: 0 auto;
}

.become-time-section .time-stage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.become-time-section .time-stage-grid article {
    position: relative;
    min-width: 0;
    padding: 28px 24px 25px;
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 11px;
    background: var(--become-white);
}

.become-time-section .time-stage-grid article::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: var(--become-blue);
}

.become-time-section .time-stage-number {
    display: block;
    margin-bottom: 25px;
    color: #9eb9df;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.become-time-section .time-stage-grid h3 {
    margin: 0 0 10px;
    color: var(--become-navy);
    font-size: 1.06rem;
    line-height: 1.35;
}

.become-time-section .time-stage-grid p {
    margin: 0;
    color: var(--become-muted);
    font-size: 0.89rem;
    line-height: 1.65;
}

/* ================================================================
   FAQ
   ================================================================ */

.become-faq-section {
    padding: 88px 20px;
    background: var(--become-white);
}

.become-faq-section > .container {
    max-width: 1000px;
    margin: 0 auto;
}

.become-faq-section .faq-section {
    margin: 0;
}

.become-faq-section #faq-section-title {
    margin: 0 0 32px;
    color: var(--become-navy);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.15;
    text-align: center;
    letter-spacing: -0.025em;
}

.become-faq-section #faq-container {
    display: grid;
    gap: 12px;
}

.become-faq-section .faq-item {
    overflow: hidden;
    border: 1px solid var(--become-line);
    border-radius: 10px;
    background: var(--become-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.become-faq-section .faq-item:hover,
.become-faq-section .faq-item.active {
    border-color: #9bbef1;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.become-faq-section .faq-question {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 18px 21px;
    cursor: pointer;
    background: var(--become-white);
}

.become-faq-section .faq-item.active .faq-question {
    background: #f8fbff;
}

.become-faq-section .faq-question h3 {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
    margin: 0;
    color: var(--become-navy);
    font-size: 1.02rem;
    line-height: 1.45;
}

.become-faq-section .faq-question h3 i {
    flex: 0 0 auto;
    color: var(--become-blue);
}

.become-faq-section .faq-toggle {
    flex: 0 0 auto;
    color: var(--become-blue);
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.become-faq-section .faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.become-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: var(--become-white);
    transition: max-height 0.35s ease;
}

.become-faq-section .faq-item.active .faq-answer {
    max-height: 700px;
}

.become-faq-section .faq-answer-content {
    padding: 20px 22px 22px 55px;
    border-top: 1px solid var(--become-line);
}

.become-faq-section .faq-answer-content p {
    margin: 0;
    color: var(--become-text);
    line-height: 1.75;
}

/* ================================================================
   PROGRAM SEARCH WRAPPER
   Search-component rules remain in the shared stylesheet.
   ================================================================ */

#practical-nursing-programs-defined {
    padding: 88px 20px;
    background: var(--become-ice);
}

#practical-nursing-programs-defined > .schools-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#practical-nursing-programs-defined > .schools-section-container > .section-header .intro-text {
    margin: 0;
}

#practical-nursing-programs-defined > .schools-section-container > .content-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin: 0;
}

#practical-nursing-programs-defined > .schools-section-container > .content-grid > .left-column {
    min-width: 0;
}

/* ================================================================
   RESPONSIVE LAYOUT
   ================================================================ */

@media (max-width: 980px) {
    #how-licensure-works-defined .content-grid,
    .how-to-page .content-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 35px;
    }

    #how-licensure-works-defined .become-process-box {
        max-width: none;
    }

    .how-to-page .sidebar {
        position: static;
    }

    .how-to-page .become-document-card {
        margin-top: 0;
    }

    .become-time-section .time-stage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    #how-licensure-works-defined.content-wrapper,
    .become-state-routes,
    .how-to-page,
    .become-route-factors,
    .become-program-comparison,
    .become-time-section,
    .become-faq-section,
    #practical-nursing-programs-defined {
        padding: 62px 16px;
    }

    #how-licensure-works-defined .content-section {
        padding-left: 18px;
        border-left-width: 4px;
    }

    .become-state-routes .section-header,
    .how-to-page > .container > .section-header,
    .become-route-factors .section-header,
    .become-program-comparison .section-header,
    .become-time-section .section-header,
    #practical-nursing-programs-defined > .schools-section-container > .section-header {
        margin-bottom: 30px;
    }

    .become-state-routes .state-route-summary {
        grid-template-columns: 1fr;
    }

    .become-state-routes .state-route-summary > li {
        border-right: 0;
        border-bottom: 1px solid var(--become-line);
    }

    .become-state-routes .state-route-summary > li:last-child {
        border-bottom: 0;
    }

    .become-state-routes .state-route-item summary {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        padding: 18px 55px 18px 18px;
    }

    .become-state-routes .state-route-hint {
        text-align: left;
    }

    .become-state-routes .state-route-item summary::after {
        right: 16px;
    }

    .become-state-routes .state-route-content {
        padding: 0 18px 21px;
    }

    .become-state-routes .official-link-row {
        grid-template-columns: 1fr;
    }

    .become-state-routes .compact-license-note {
        padding: 24px 21px 24px 27px;
    }

    .how-to-page .timeline::before {
        left: 21px;
    }

    .how-to-page .timeline-item {
        padding-left: 57px;
    }

    .how-to-page .timeline-icon {
        top: 17px;
        width: 43px;
        height: 43px;
        border-width: 2px;
        box-shadow: 0 0 0 5px var(--become-white);
        font-size: 0.92rem;
    }

    .how-to-page .timeline-header {
        padding: 18px;
    }

    .how-to-page .timeline-item.active .timeline-content {
        margin: 0 18px;
    }

    .become-route-factors .route-factor-grid {
        grid-template-columns: 1fr;
    }

    .become-route-factors .route-factor-card,
    .become-route-factors .route-factor-card:nth-child(2n),
    .become-route-factors .route-factor-card:nth-last-child(-n + 2) {
        padding: 25px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .become-route-factors .route-factor-card:last-child {
        border-bottom: 0;
    }

    .become-program-comparison .comparison-table-wrapper {
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .become-program-comparison .become-comparison-table,
    .become-program-comparison .become-comparison-table tbody,
    .become-program-comparison .become-comparison-table tr,
    .become-program-comparison .become-comparison-table th,
    .become-program-comparison .become-comparison-table td {
        display: block;
        width: 100%;
    }

    .become-program-comparison .become-comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        clip-path: inset(50%);
    }

    .become-program-comparison .become-comparison-table tbody {
        display: grid;
        gap: 14px;
    }

    .become-program-comparison .become-comparison-table tbody tr {
        overflow: hidden;
        border: 1px solid var(--become-line);
        border-radius: 10px;
        background: var(--become-white);
        box-shadow: 0 7px 20px rgba(19, 42, 70, 0.05);
    }

    .become-program-comparison .become-comparison-table tbody th,
    .become-program-comparison .become-comparison-table tbody td {
        padding: 15px 17px;
        border-right: 0;
        border-bottom: 1px solid var(--become-line);
    }

    .become-program-comparison .become-comparison-table tbody th {
        background: var(--become-navy);
        color: var(--become-white);
        font-size: 1rem;
    }

    .become-program-comparison .become-comparison-table tbody td::before {
        display: block;
        margin-bottom: 5px;
        color: var(--become-blue-dark);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .become-program-comparison .become-comparison-table tbody td:nth-child(2)::before {
        content: 'Why it matters';
    }

    .become-program-comparison .become-comparison-table tbody td:nth-child(3)::before {
        content: 'Where to verify it';
    }

    .become-program-comparison .become-comparison-table tbody td:last-child {
        border-bottom: 0;
    }

    .become-time-section .time-stage-grid {
        grid-template-columns: 1fr;
    }

    .become-faq-section #faq-section-title {
        text-align: left;
    }

    .become-faq-section .faq-question {
        padding: 17px;
    }

    .become-faq-section .faq-question h3 {
        align-items: flex-start;
        font-size: 0.96rem;
    }

    .become-faq-section .faq-answer-content {
        padding: 18px;
    }
}

@media (max-width: 420px) {
    #how-licensure-works-defined .become-process-box,
    .how-to-page .become-document-card {
        padding: 21px;
    }

    .become-state-routes .state-route-name {
        font-size: 1rem;
    }

    .how-to-page .timeline-item {
        padding-left: 0;
    }

    .how-to-page .timeline::before,
    .how-to-page .timeline-icon {
        display: none;
    }

    .how-to-page .timeline-title h3 {
        font-size: 1rem;
    }

    .become-route-factors .route-factor-card {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .become-state-routes .state-route-item,
    .how-to-page .timeline-card,
    .how-to-page .timeline-expand-icon,
    .how-to-page .timeline-content,
    .become-faq-section .faq-item,
    .become-faq-section .faq-toggle,
    .become-faq-section .faq-answer {
        transition: none;
    }
}

@media print {
    .become-state-routes .state-route-content,
    .how-to-page .timeline-content,
    .become-faq-section .faq-answer {
        max-height: none !important;
        overflow: visible !important;
    }

    .become-state-routes .state-route-item summary::after,
    .how-to-page .timeline-expand-icon,
    .become-faq-section .faq-toggle {
        display: none;
    }
}
