/* ==========================================================
   WEB.CB06.FR — GUIDES PREMIUM V20
   ========================================================== */

.cb06-gp-index,
.cb06-gp-article-page {
    --gp-ink: #111827;
    --gp-muted: #64748b;
    --gp-line: #e2e8f0;
    --gp-soft: #f8fafc;
    --gp-blue: #155eef;
    --gp-blue-dark: #0b3ba7;
    --gp-navy: #0f172a;
    --gp-white: #ffffff;
    color: var(--gp-ink);
}

.cb06-gp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: var(--gp-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.cb06-gp-eyebrow::before {
    width: 28px;
    height: 1px;
    content: "";
    background: currentColor;
}

.cb06-gp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 46px;
    color: var(--gp-muted);
    font-size: 13px;
}

.cb06-gp-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.cb06-gp-breadcrumbs a:hover {
    color: var(--gp-blue);
}

.cb06-gp-index-hero {
    position: relative;
    overflow: hidden;
    padding: 62px 0 88px;
    background:
        radial-gradient(circle at 89% 4%, rgba(21, 94, 239, .10), transparent 33%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--gp-line);
}

.cb06-gp-index-hero::after {
    position: absolute;
    right: -180px;
    bottom: -250px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(21, 94, 239, .14);
    border-radius: 50%;
    pointer-events: none;
}

.cb06-gp-index-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 80px;
    align-items: end;
}

.cb06-gp-index-hero__copy {
    max-width: 850px;
}

.cb06-gp-index-hero h1 {
    max-width: 850px;
    margin: 0;
    color: var(--gp-navy);
    font-size: clamp(42px, 5.3vw, 76px);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: .99;
}

.cb06-gp-index-hero__copy > p {
    max-width: 720px;
    margin: 30px 0 0;
    color: #475569;
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.72;
}

.cb06-gp-index-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.cb06-gp-index-hero__metrics {
    display: grid;
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.cb06-gp-index-hero__metrics div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 95px;
    padding: 18px 24px;
}

.cb06-gp-index-hero__metrics div + div {
    border-top: 1px solid var(--gp-line);
}

.cb06-gp-index-hero__metrics strong {
    color: var(--gp-navy);
    font-size: 34px;
    letter-spacing: -.04em;
}

.cb06-gp-index-hero__metrics span {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.4;
}

.cb06-gp-featured,
.cb06-gp-library,
.cb06-gp-related {
    padding: 94px 0;
}

.cb06-gp-featured {
    background: var(--gp-white);
}

.cb06-gp-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    align-items: end;
    margin-bottom: 38px;
}

.cb06-gp-section-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--gp-navy);
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.cb06-gp-section-heading > p {
    max-width: 430px;
    margin: 0;
    color: var(--gp-muted);
    line-height: 1.7;
}

.cb06-gp-featured-card {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--gp-line);
    border-radius: 30px;
    background: var(--gp-white);
    box-shadow: 0 30px 90px rgba(15, 23, 42, .08);
}

.cb06-gp-featured-card__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 42px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(255,255,255,.09), transparent 55%),
        var(--gp-navy);
}

.cb06-gp-featured-card__visual::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 280px;
    height: 280px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
}

.cb06-gp-featured-card__number {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .18);
    font-size: clamp(100px, 12vw, 170px);
    font-weight: 750;
    letter-spacing: -.08em;
    line-height: .8;
}

.cb06-gp-featured-card__label {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cb06-gp-featured-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 6vw, 76px);
}

.cb06-gp-featured-card__content h2 {
    max-width: 760px;
    margin: 22px 0 20px;
    color: var(--gp-navy);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 680;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.cb06-gp-featured-card__content h2 a {
    color: inherit;
    text-decoration: none;
}

.cb06-gp-featured-card__content p {
    max-width: 680px;
    margin: 0 0 29px;
    color: var(--gp-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cb06-gp-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--gp-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cb06-gp-card-meta span {
    display: inline-flex;
    align-items: center;
}

.cb06-gp-card-meta span + span::before {
    width: 3px;
    height: 3px;
    margin-right: 8px;
    content: "";
    border-radius: 50%;
    background: #94a3b8;
}

.cb06-gp-arrow-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
    color: var(--gp-blue);
    font-weight: 750;
    text-decoration: none;
}

.cb06-gp-arrow-link span {
    transition: transform .2s ease;
}

.cb06-gp-arrow-link:hover span {
    transform: translateX(4px);
}

.cb06-gp-library {
    background: var(--gp-soft);
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
}

.cb06-gp-toolbar {
    display: grid;
    grid-template-columns: minmax(250px, 380px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.cb06-gp-search {
    position: relative;
    display: block;
}

.cb06-gp-search svg {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #64748b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform: translateY(-50%);
    pointer-events: none;
}

.cb06-gp-search input {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px 12px 48px;
    border: 1px solid var(--gp-line);
    border-radius: 14px;
    outline: none;
    background: var(--gp-white);
    color: var(--gp-ink);
    font: inherit;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.cb06-gp-search input:focus {
    border-color: rgba(21, 94, 239, .55);
    box-shadow: 0 0 0 4px rgba(21, 94, 239, .10);
}

.cb06-gp-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.cb06-gp-filters::-webkit-scrollbar {
    display: none;
}

.cb06-gp-filters button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid var(--gp-line);
    border-radius: 999px;
    background: var(--gp-white);
    color: #475569;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.cb06-gp-filters button:hover,
.cb06-gp-filters button.is-active {
    border-color: var(--gp-navy);
    background: var(--gp-navy);
    color: #ffffff;
}

.cb06-gp-results-line {
    margin-bottom: 20px;
    color: var(--gp-muted);
    font-size: 13px;
}

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

.cb06-gp-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 28px;
    border: 1px solid var(--gp-line);
    border-radius: 22px;
    background: var(--gp-white);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.cb06-gp-card:hover {
    border-color: rgba(21, 94, 239, .26);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .09);
    transform: translateY(-5px);
}

.cb06-gp-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 36px;
}

.cb06-gp-card__index {
    color: #cbd5e1;
    font-size: 30px;
    font-weight: 730;
    letter-spacing: -.05em;
}

.cb06-gp-card__category {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--gp-blue-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cb06-gp-card h3 {
    margin: 21px 0 15px;
    color: var(--gp-navy);
    font-size: 23px;
    font-weight: 680;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.cb06-gp-card h3 a {
    color: inherit;
    text-decoration: none;
}

.cb06-gp-card > p {
    margin: 0;
    color: var(--gp-muted);
    font-size: 15px;
    line-height: 1.7;
}

.cb06-gp-card__footer {
    margin-top: auto;
    padding-top: 30px;
}

.cb06-gp-card__footer a,
.cb06-gp-related-card > a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--gp-blue);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.cb06-gp-empty {
    padding: 60px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 22px;
    text-align: center;
}

.cb06-gp-empty strong {
    display: block;
    color: var(--gp-navy);
    font-size: 20px;
}

.cb06-gp-empty p {
    margin: 10px 0 0;
    color: var(--gp-muted);
}

.cb06-gp-index-cta {
    padding: 82px 0;
    background: var(--gp-navy);
    color: #ffffff;
}

.cb06-gp-index-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
    gap: 60px;
    align-items: center;
}

.cb06-gp-index-cta .cb06-gp-eyebrow {
    color: #93c5fd;
}

.cb06-gp-index-cta h2 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -.04em;
    line-height: 1.06;
}

.cb06-gp-index-cta p {
    max-width: 730px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.75;
}

.cb06-gp-index-cta__actions {
    display: grid;
    justify-items: start;
    gap: 18px;
}

.cb06-gp-index-cta .cb06-gp-arrow-link {
    color: #ffffff;
}

/* Article
   ---------------------------------------------------------- */

.cb06-gp-progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}

.cb06-gp-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--gp-blue, #155eef);
}

.cb06-gp-article-hero {
    padding: 58px 0 76px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(21, 94, 239, .10), transparent 31%),
        #ffffff;
    border-bottom: 1px solid var(--gp-line);
}

.cb06-gp-article-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, .5fr);
    gap: 70px;
    align-items: end;
}

.cb06-gp-article-hero__copy {
    max-width: 900px;
}

.cb06-gp-article-hero h1 {
    max-width: 950px;
    margin: 24px 0 0;
    color: var(--gp-navy);
    font-size: clamp(42px, 5.2vw, 74px);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: 1;
}

.cb06-gp-article-lead {
    max-width: 780px;
    margin: 30px 0 0;
    color: #475569;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.7;
}

.cb06-gp-article-author {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 35px;
}

.cb06-gp-article-author__avatar {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: var(--gp-navy);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.cb06-gp-article-author div {
    display: grid;
    gap: 3px;
}

.cb06-gp-article-author strong {
    color: var(--gp-navy);
    font-size: 14px;
}

.cb06-gp-article-author div span {
    color: var(--gp-muted);
    font-size: 13px;
}

.cb06-gp-article-summary {
    padding: 28px;
    border: 1px solid var(--gp-line);
    border-radius: 22px;
    background: var(--gp-soft);
}

.cb06-gp-article-summary > strong {
    display: block;
    color: var(--gp-navy);
    font-size: 21px;
    letter-spacing: -.02em;
    line-height: 1.35;
}

.cb06-gp-article-summary ul {
    display: grid;
    gap: 10px;
    margin: 23px 0;
    padding: 0;
    list-style: none;
}

.cb06-gp-article-summary li {
    position: relative;
    padding-left: 19px;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.5;
}

.cb06-gp-article-summary li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: var(--gp-blue);
}

.cb06-gp-article-summary > a {
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid var(--gp-line);
    color: var(--gp-blue);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.cb06-gp-article-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 760px);
    gap: clamp(55px, 8vw, 115px);
    justify-content: center;
    align-items: start;
    padding-top: 78px;
    padding-bottom: 100px;
}

.cb06-gp-toc {
    position: relative;
}

.cb06-gp-toc__inner {
    position: sticky;
    top: 120px;
}

.cb06-gp-toc__title {
    display: block;
    margin-bottom: 17px;
    color: var(--gp-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cb06-gp-toc nav {
    display: grid;
    border-left: 1px solid var(--gp-line);
}

.cb06-gp-toc nav a {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 9px 0 9px 17px;
    border-left: 2px solid transparent;
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
    transform: translateX(-1px);
    transition:
        color .2s ease,
        border-color .2s ease;
}

.cb06-gp-toc nav a span {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.cb06-gp-toc nav a:hover,
.cb06-gp-toc nav a.is-active {
    border-left-color: var(--gp-blue);
    color: var(--gp-blue);
}

.cb06-gp-toc__actions {
    display: grid;
    gap: 8px;
    margin-top: 24px;
}

.cb06-gp-toc__actions button,
.cb06-gp-toc__actions a {
    min-height: 42px;
    padding: 10px 13px;
    border: 1px solid var(--gp-line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--gp-navy);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.cb06-gp-mobile-toc {
    display: none;
}

.cb06-gp-article-intro {
    margin-bottom: 55px;
    padding: 28px;
    border-left: 3px solid var(--gp-blue);
    background: #f8fafc;
}

.cb06-gp-article-intro span {
    display: block;
    margin-bottom: 10px;
    color: var(--gp-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cb06-gp-article-intro p {
    margin: 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
}

.cb06-gp-article-section {
    scroll-margin-top: 120px;
    padding: 0 0 60px;
}

.cb06-gp-article-section + .cb06-gp-article-section {
    padding-top: 56px;
    border-top: 1px solid var(--gp-line);
}

.cb06-gp-article-section header {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 25px;
}

.cb06-gp-article-section__number {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid #bfdbfe;
    border-radius: 15px;
    background: #eff6ff;
    color: var(--gp-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.cb06-gp-article-section h2 {
    margin: 4px 0 0;
    color: var(--gp-navy);
    font-size: clamp(29px, 3vw, 41px);
    font-weight: 680;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.cb06-gp-article-section__body {
    padding-left: 72px;
}

.cb06-gp-article-section__body p {
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.9;
}

.cb06-gp-article-next-step {
    margin-top: 16px;
    padding: clamp(31px, 5vw, 50px);
    border-radius: 25px;
    background: var(--gp-navy);
    color: #ffffff;
}

.cb06-gp-article-next-step .cb06-gp-eyebrow {
    color: #93c5fd;
}

.cb06-gp-article-next-step h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 44px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.cb06-gp-article-next-step p {
    margin: 22px 0 29px;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.75;
}

.cb06-gp-article-next-step > div {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    align-items: center;
}

.cb06-gp-article-next-step .cb06-gp-arrow-link {
    color: #ffffff;
}

.cb06-gp-article-footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-top: 25px;
    padding: 24px 0;
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
}

.cb06-gp-article-footer > div {
    display: grid;
    gap: 4px;
}

.cb06-gp-article-footer strong {
    color: var(--gp-navy);
}

.cb06-gp-article-footer span {
    color: var(--gp-muted);
    font-size: 13px;
}

.cb06-gp-article-footer button {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid var(--gp-line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--gp-navy);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.cb06-gp-related {
    background: var(--gp-soft);
    border-top: 1px solid var(--gp-line);
}

.cb06-gp-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cb06-gp-related-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 27px;
    border: 1px solid var(--gp-line);
    border-radius: 20px;
    background: #ffffff;
}

.cb06-gp-related-card h3 {
    margin: 23px 0 14px;
    color: var(--gp-navy);
    font-size: 22px;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.cb06-gp-related-card h3 a {
    color: inherit;
    text-decoration: none;
}

.cb06-gp-related-card p {
    margin: 0;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.7;
}

.cb06-gp-related-card > a {
    margin-top: auto;
    padding-top: 25px;
}

@media (max-width: 1100px) {
    .cb06-gp-index-hero__grid,
    .cb06-gp-article-hero__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 45px;
    }

    .cb06-gp-index-hero__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cb06-gp-index-hero__metrics div {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
    }

    .cb06-gp-index-hero__metrics div + div {
        border-top: 0;
        border-left: 1px solid var(--gp-line);
    }

    .cb06-gp-grid,
    .cb06-gp-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cb06-gp-article-layout {
        grid-template-columns: 230px minmax(0, 720px);
        gap: 45px;
    }
}

@media (max-width: 820px) {
    .cb06-gp-index-hero {
        padding: 40px 0 65px;
    }

    .cb06-gp-breadcrumbs {
        margin-bottom: 31px;
    }

    .cb06-gp-featured,
    .cb06-gp-library,
    .cb06-gp-related {
        padding: 68px 0;
    }

    .cb06-gp-featured-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .cb06-gp-featured-card__visual {
        min-height: 220px;
    }

    .cb06-gp-featured-card__number {
        font-size: 110px;
    }

    .cb06-gp-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    .cb06-gp-index-cta__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 35px;
    }

    .cb06-gp-article-layout {
        display: block;
        padding-top: 50px;
    }

    .cb06-gp-toc {
        display: none;
    }

    .cb06-gp-mobile-toc {
        display: block;
        margin-bottom: 34px;
        border: 1px solid var(--gp-line);
        border-radius: 16px;
        background: var(--gp-soft);
    }

    .cb06-gp-mobile-toc summary {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding: 17px 19px;
        color: var(--gp-navy);
        font-weight: 750;
        cursor: pointer;
        list-style: none;
    }

    .cb06-gp-mobile-toc summary::-webkit-details-marker {
        display: none;
    }

    .cb06-gp-mobile-toc nav {
        display: grid;
        padding: 0 18px 18px;
    }

    .cb06-gp-mobile-toc nav a {
        padding: 10px 0;
        border-top: 1px solid var(--gp-line);
        color: var(--gp-muted);
        font-size: 13px;
        line-height: 1.4;
        text-decoration: none;
    }
}

@media (max-width: 620px) {
    .cb06-gp-index-hero h1,
    .cb06-gp-article-hero h1 {
        font-size: 42px;
        letter-spacing: -.045em;
    }

    .cb06-gp-index-hero__copy > p,
    .cb06-gp-article-lead {
        font-size: 17px;
    }

    .cb06-gp-index-hero__metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .cb06-gp-index-hero__metrics div {
        grid-template-columns: 80px 1fr;
    }

    .cb06-gp-index-hero__metrics div + div {
        border-top: 1px solid var(--gp-line);
        border-left: 0;
    }

    .cb06-gp-section-heading {
        display: grid;
        gap: 18px;
    }

    .cb06-gp-grid,
    .cb06-gp-related__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cb06-gp-card {
        min-height: 350px;
    }

    .cb06-gp-featured-card__content,
    .cb06-gp-featured-card__visual {
        padding: 28px;
    }

    .cb06-gp-featured-card__content h2 {
        font-size: 36px;
    }

    .cb06-gp-index-cta {
        padding: 65px 0;
    }

    .cb06-gp-article-hero {
        padding: 38px 0 55px;
    }

    .cb06-gp-article-summary {
        padding: 23px;
    }

    .cb06-gp-article-intro {
        padding: 23px;
    }

    .cb06-gp-article-section {
        padding-bottom: 45px;
    }

    .cb06-gp-article-section + .cb06-gp-article-section {
        padding-top: 42px;
    }

    .cb06-gp-article-section header {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
    }

    .cb06-gp-article-section__number {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .cb06-gp-article-section h2 {
        font-size: 29px;
    }

    .cb06-gp-article-section__body {
        padding-left: 0;
    }

    .cb06-gp-article-section__body p {
        font-size: 17px;
        line-height: 1.82;
    }

    .cb06-gp-article-next-step {
        padding: 28px;
    }

    .cb06-gp-article-footer {
        display: grid;
        align-items: start;
    }

    .cb06-gp-article-footer button {
        width: fit-content;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cb06-gp-card,
    .cb06-gp-arrow-link span,
    .cb06-gp-search input {
        transition: none;
    }
}
