.blog-article-page {
    background:
        radial-gradient(circle at 82% 4%, rgba(110, 226, 104, 0.11), transparent 24rem),
        #0d100e;
}

.maps-guide-progress {
    position: fixed;
    top: var(--header-height, 72px);
    right: 0;
    left: 0;
    z-index: 999;
    height: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.maps-guide-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: var(--accent-gradient);
    box-shadow: 0 0 12px rgba(110, 226, 104, 0.5);
    transition: transform 100ms linear;
}

#google-maps-guide-main,
.maps-guide-article,
.maps-guide-hero,
.maps-guide-hero > .container,
.maps-guide-layout,
.maps-guide-article-body,
.article-copy {
    max-width: 100%;
}

.maps-guide-hero {
    margin-top: 0;
    padding: calc(var(--header-height, 72px) + 20px) 0 4rem;
    border-bottom: 1px solid rgba(110, 226, 104, 0.16);
    background:
        linear-gradient(110deg, rgba(10, 18, 13, 0.98), rgba(15, 31, 20, 0.88)),
        radial-gradient(circle at 75% 15%, rgba(110, 226, 104, 0.18), transparent 35%);
}

.maps-guide-hero > .container {
    max-width: 1280px;
}

.maps-guide-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    color: #99a39b;
    font-size: 0.85rem;
}

.maps-guide-breadcrumb a {
    color: #c7d0c8;
}

.maps-guide-breadcrumb a:hover {
    color: var(--accent-primary);
}

.maps-guide-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: center;
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
}

.maps-guide-hero__grid > *,
.maps-guide-hero__copy {
    min-width: 0;
}

.maps-guide-hero__copy,
.maps-guide-deck,
.maps-guide-byline {
    max-width: 100%;
}

.maps-guide-kicker,
.maps-guide-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--accent-primary);
    font: 700 0.75rem/1.2 "DM Sans", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.maps-guide-hero h1 {
    max-width: 720px;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.45rem, 2.95vw, 3rem);
    line-height: 1.06;
    letter-spacing: 0;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.maps-guide-deck {
    max-width: 650px;
    margin: 0;
    color: #bdc6bf;
    font-size: clamp(1.03rem, 1.6vw, 1.22rem);
    line-height: 1.65;
}

.maps-guide-byline {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.maps-guide-byline img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 2px solid rgba(110, 226, 104, 0.6);
    border-radius: 50%;
}

.maps-guide-byline div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.6rem;
    align-items: center;
    color: #9da69f;
    font-size: 0.87rem;
}

.maps-guide-byline div span + span::before {
    margin-right: 0.6rem;
    color: rgba(110, 226, 104, 0.72);
    content: "•";
}

.maps-guide-byline a,
.maps-guide-byline div span:first-child {
    color: #f4f7f4;
    font-weight: 700;
}

.article-media {
    width: 100%;
    max-width: 760px;
    margin: 2rem auto 2.5rem;
    padding: 0.8rem;
    overflow: hidden;
    border: 1px solid rgba(110, 226, 104, 0.18);
    border-radius: 16px;
    background: #101511;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.article-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

.article-media figcaption {
    padding: 0.75rem 0.25rem 0.05rem;
    color: #8f9a91;
    font-size: 0.86rem;
    line-height: 1.5;
}

.article-media--wide {
    max-width: none;
}

.maps-guide-hero__media {
    width: 100%;
    max-width: min(590px, 100%);
    margin: 0;
    justify-self: end;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.maps-guide-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 800px);
    justify-content: center;
    align-items: start;
    gap: clamp(2.5rem, 5vw, 4rem);
    max-width: 1180px;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

.maps-guide-toc {
    position: sticky;
    top: calc(var(--header-height, 72px) + 1.5rem);
    max-height: calc(100vh - 8.1rem);
    overflow-y: auto;
    padding: 1.35rem 1rem 1.35rem 1.15rem;
    border: 1px solid rgba(110, 226, 104, 0.18);
    border-radius: 16px;
    background: rgba(18, 24, 20, 0.94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    scrollbar-color: rgba(110, 226, 104, 0.35) transparent;
}

.maps-guide-toc > p {
    margin: 0 0 0.9rem;
    color: #f4f7f4;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.maps-guide-toc ol {
    display: grid;
    gap: 0.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: guide-toc;
}

.maps-guide-toc li {
    counter-increment: guide-toc;
}

.maps-guide-toc a {
    display: grid;
    grid-template-columns: 1.8rem 1fr;
    padding: 0.58rem 0.42rem;
    border-radius: 8px;
    color: #9fa9a1;
    font-size: 0.88rem;
    line-height: 1.45;
    transition: color 160ms ease, background-color 160ms ease;
}

.maps-guide-toc a::before {
    content: counter(guide-toc, decimal-leading-zero);
    color: #607065;
    font-size: 0.7rem;
    font-weight: 700;
}

.maps-guide-toc a:hover,
.maps-guide-toc a.is-active {
    color: var(--accent-primary);
    background: rgba(110, 226, 104, 0.07);
}

.maps-guide-toc a.is-active::before {
    color: var(--accent-primary);
}

.maps-guide-toc a:focus-visible,
.maps-guide-mobile-toc summary:focus-visible,
.maps-guide-mobile-toc a:focus-visible {
    outline: 2px solid var(--accent-primary);
    outline-offset: 2px;
}

.maps-guide-mobile-toc {
    display: none;
}

.maps-guide-article {
    min-width: 0;
}

.article-copy {
    color: #cdd4cf;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.article-copy > p,
.article-copy > ul,
.article-copy > ol,
.article-copy > blockquote {
    margin: 0 0 22px;
}

.article-copy h2 {
    scroll-margin-top: calc(var(--header-height, 72px) + 48px);
    margin: 72px 0 22px;
    color: #f7faf7;
    font-family: "Syne", sans-serif;
    font-size: clamp(2rem, 3.3vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.article-copy > h2:first-of-type {
    margin-top: 52px;
}

.article-copy h2::before {
    display: block;
    width: 3.25rem;
    height: 3px;
    margin-bottom: 0.9rem;
    border-radius: 10px;
    background: var(--accent-gradient);
    content: "";
}

.article-copy h3 {
    scroll-margin-top: calc(var(--header-height, 72px) + 48px);
    margin: 40px 0 14px;
    color: #eef3ef;
    font-family: "Syne", sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    line-height: 1.25;
    letter-spacing: 0;
}

.article-copy strong {
    color: #f5f8f5;
}

.article-copy a {
    color: #8bea83;
    text-decoration: underline;
    text-decoration-color: rgba(139, 234, 131, 0.42);
    text-underline-offset: 0.2em;
}

.article-copy a:hover {
    color: #b5f3af;
    text-decoration-color: currentColor;
}

.article-copy a:focus-visible {
    outline: 2px solid var(--accent-primary);
    outline-offset: 3px;
    border-radius: 2px;
}

.article-copy ul:not(.article-warning-list):not(.final-ranking-checklist),
.article-copy ol:not(.article-numbered-process):not(.article-diagnostic-process) {
    display: block;
    margin: 16px 0 28px;
    padding-left: 1.55rem;
    list-style-position: outside;
}

.article-copy ul:not(.article-warning-list):not(.final-ranking-checklist) {
    list-style: disc outside;
}

.article-copy ol:not(.article-numbered-process):not(.article-diagnostic-process) {
    list-style: decimal outside;
}

.article-copy li {
    display: list-item;
    margin: 0 0 10px;
    padding-left: 0.25rem;
    line-height: 1.65;
}

.article-copy li:last-child {
    margin-bottom: 0;
}

.article-copy li::marker {
    color: var(--accent-primary);
    font-weight: 700;
}

.article-copy ul li::marker {
    font-size: 0.9em;
}

.article-numbered-process,
.article-diagnostic-process,
.article-warning-list {
    display: grid;
    gap: 1rem;
    margin: 24px 0 46px;
    padding: 0;
    list-style: none;
}

.article-numbered-process,
.article-diagnostic-process {
    counter-reset: article-step;
}

.article-numbered-process > li,
.article-diagnostic-process > li,
.article-warning-list > li {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
    padding: 1.25rem 1.3rem 1.25rem 4.65rem;
    border: 1px solid rgba(110, 226, 104, 0.14);
    border-radius: 16px;
    background: rgba(18, 25, 20, 0.7);
}

.article-numbered-process > li,
.article-diagnostic-process > li {
    counter-increment: article-step;
}

.article-numbered-process > li::before,
.article-diagnostic-process > li::before,
.article-warning-list > li::before {
    position: absolute;
    top: 1.28rem;
    left: 1.25rem;
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 1px solid rgba(110, 226, 104, 0.25);
    border-radius: 10px;
    background: rgba(110, 226, 104, 0.09);
    color: var(--accent-primary);
    font: 800 0.72rem/1 "DM Sans", sans-serif;
    letter-spacing: 0.06em;
}

.article-numbered-process > li::before,
.article-diagnostic-process > li::before {
    content: counter(article-step, decimal-leading-zero);
}

.article-warning-list > li::before {
    border-color: rgba(255, 185, 84, 0.28);
    background: rgba(255, 185, 84, 0.08);
    color: #ffbc5a;
    content: "!";
    font-size: 0.9rem;
}

.article-numbered-process h3,
.article-diagnostic-process h3,
.article-warning-list h3 {
    margin-top: 0;
}

.article-numbered-process > li > p,
.article-diagnostic-process > li > p,
.article-warning-list > li > p {
    margin-bottom: 14px;
}

.article-numbered-process > li > p:last-child,
.article-diagnostic-process > li > p:last-child,
.article-warning-list > li > p:last-child {
    margin-bottom: 0;
}

.article-numbered-process .article-media,
.article-diagnostic-process .article-media {
    margin: 1.5rem 0 1rem;
}

.article-number-badge {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.article-copy blockquote {
    padding: 1.4rem 1.6rem;
    border-left: 4px solid var(--accent-primary);
    border-radius: 0 14px 14px 0;
    background: rgba(110, 226, 104, 0.07);
    color: #f4f7f4;
    font: 700 clamp(1.2rem, 2vw, 1.5rem)/1.5 "Syne", sans-serif;
}

.article-source-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(110, 226, 104, 0.2);
    border-radius: 10px;
    background: rgba(110, 226, 104, 0.05);
    font-size: 0.92rem;
}

.article-table-wrap {
    position: relative;
    width: 100%;
    margin: 30px 0 42px;
    overflow-x: auto;
    border: 1px solid rgba(110, 226, 104, 0.2);
    border-radius: 14px;
    background: #111713;
    scrollbar-width: thin;
    scrollbar-color: rgba(110, 226, 104, 0.45) transparent;
}

.article-copy table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: #121713;
    font-size: 16px;
    line-height: 1.6;
}

.article-copy caption {
    padding: 14px 16px;
    background: #101511;
    color: #dce5df;
    font-weight: 700;
    text-align: left;
    caption-side: top;
}

.article-copy th,
.article-copy td {
    min-width: 170px;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.article-copy thead th {
    background: #19231b;
    color: #f6f9f6;
    font-family: "Syne", sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.article-copy tbody th {
    color: #a5ee9f;
    font-weight: 700;
}

.article-copy tbody tr:last-child > * {
    border-bottom: 0;
}

.article-copy tbody tr:nth-child(even) > * {
    background: rgba(255, 255, 255, 0.022);
}

.maps-ranking-timeline {
    position: relative;
    display: grid;
    gap: 1.25rem;
    margin: 2rem 0 2.6rem;
    padding-left: 3rem;
}

.maps-ranking-timeline::before {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 0.8rem;
    width: 2px;
    background: linear-gradient(var(--accent-primary), rgba(110, 226, 104, 0.08));
    content: "";
}

.maps-ranking-timeline section {
    position: relative;
    min-height: 100%;
    padding: 1.65rem 1.75rem;
    border: 1px solid rgba(110, 226, 104, 0.14);
    border-radius: 16px;
    background: rgba(24, 31, 26, 0.72);
}

.maps-ranking-timeline section::before {
    position: absolute;
    top: 1.5rem;
    left: -2.42rem;
    width: 0.85rem;
    height: 0.85rem;
    border: 3px solid #0d100e;
    border-radius: 50%;
    background: var(--accent-primary);
    box-shadow: 0 0 0 4px rgba(110, 226, 104, 0.16);
    content: "";
}

.maps-ranking-timeline section > span {
    color: var(--accent-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.maps-ranking-timeline h3 {
    margin-top: 0.35rem;
}

.maps-ranking-timeline ol {
    margin-bottom: 0;
}

.maps-guide-faq {
    display: grid;
    gap: 0.9rem;
    margin: 2rem 0 2.75rem;
}

.maps-guide-faq__item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(22, 28, 23, 0.8);
    transition: border-color 180ms ease, background-color 180ms ease;
}

.maps-guide-faq__item:hover,
.maps-guide-faq__item.is-open {
    border-color: rgba(110, 226, 104, 0.28);
    background: rgba(24, 32, 26, 0.96);
}

.maps-guide-faq button {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 0;
    background: transparent;
    color: #f3f7f4;
    font-family: "Syne", sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.35;
    cursor: pointer;
}

.maps-guide-faq button:focus-visible {
    outline: 2px solid var(--accent-primary);
    outline-offset: -4px;
    border-radius: 12px;
}

.maps-guide-faq button i {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(110, 226, 104, 0.09);
    color: var(--accent-primary);
    transition: transform 180ms ease;
}

.maps-guide-faq__item.is-open button i {
    transform: rotate(45deg);
}

.maps-guide-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 220ms ease, opacity 180ms ease;
}

.maps-guide-faq__answer > div {
    overflow: hidden;
}

.maps-guide-faq__answer p {
    margin: 0;
    padding: 0 1.25rem;
    color: #bdc7bf;
    transition: padding 220ms ease;
}

.maps-guide-faq__item.is-open .maps-guide-faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.maps-guide-faq__item.is-open .maps-guide-faq__answer p {
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.maps-guide-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem !important;
    padding: 0 !important;
    counter-reset: final-checklist;
    list-style: none;
}

.maps-guide-checklist li {
    position: relative;
    display: flex;
    min-height: 84px;
    align-items: center;
    padding: 1.15rem 1.2rem 1.15rem 3.35rem;
    border: 1px solid rgba(110, 226, 104, 0.13);
    border-radius: 12px;
    background: rgba(110, 226, 104, 0.045);
    counter-increment: final-checklist;
}

.maps-guide-checklist li::before {
    position: absolute;
    top: 50%;
    left: 1.15rem;
    display: grid;
    width: 1.5rem;
    height: 1.5rem;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(110, 226, 104, 0.16);
    color: var(--accent-primary);
    content: "\2713";
    font-size: 0.78rem;
    font-weight: 800;
}

.maps-guide-publisher,
.maps-guide-related,
.maps-guide-locations,
.maps-guide-case-result,
.maps-guide-cta {
    margin-top: 2.65rem;
}

.maps-guide-publisher {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(110, 226, 104, 0.16);
    border-radius: 16px;
    background: #141a15;
}

.maps-guide-publisher__mark {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    border-radius: 12px;
    background: rgba(110, 226, 104, 0.12);
    color: var(--accent-primary);
    font: 800 1.1rem/1 "Syne", sans-serif;
}

.maps-guide-publisher p {
    margin: 0;
    color: #9fa9a1;
    font-size: 0.9rem;
    line-height: 1.55;
}

.maps-guide-publisher p:first-child {
    margin-bottom: 0.12rem;
    color: #f2f6f3;
    font-weight: 700;
}

.maps-guide-publisher a {
    color: inherit;
}

.maps-guide-publisher a:hover,
.maps-guide-publisher a:focus-visible {
    color: var(--accent-primary);
}

.maps-guide-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 0.8rem;
    margin-top: 1rem;
}

.maps-guide-related__grid a {
    display: grid;
    gap: 0.55rem;
    min-height: 140px;
    padding: 1.05rem;
    border: 1px solid rgba(110, 226, 104, 0.14);
    border-radius: 16px;
    background: #151b16;
    color: #aeb8b0;
}

.maps-guide-related__grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(110, 226, 104, 0.4);
}

.maps-guide-related__grid i {
    color: var(--accent-primary);
    font-size: 1.25rem;
}

.maps-guide-related__grid strong {
    color: #f3f7f4;
    font-family: "Syne", sans-serif;
    font-size: 1.08rem;
}

.maps-guide-related__grid span {
    font-size: 0.9rem;
    line-height: 1.55;
}

.maps-guide-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 1rem;
}

.maps-guide-location-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    color: #eef3ef;
    font-weight: 700;
}

.maps-guide-location-grid a:hover {
    border-color: rgba(110, 226, 104, 0.4);
    color: var(--accent-primary);
}

.maps-guide-case-result {
    overflow: hidden;
    border: 1px solid rgba(110, 226, 104, 0.16);
    border-radius: 20px;
    background: #151b16;
}

.maps-guide-case-result > div {
    align-self: center;
    padding: 1.35rem 1.5rem;
}

.maps-guide-case-result h3,
.maps-guide-cta h3 {
    margin: 0.8rem 0;
    color: #f5f8f5;
    font: 700 clamp(1.6rem, 3vw, 2.4rem)/1.15 "Syne", sans-serif;
    letter-spacing: 0;
}

.maps-guide-case-result p,
.maps-guide-cta p {
    color: #aeb8b0;
    line-height: 1.65;
}

.maps-guide-case-result a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--accent-primary);
    font-weight: 700;
}

.maps-guide-cta {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(3.5rem, 5vw, 4.25rem) clamp(1.5rem, 5vw, 3.25rem);
    border: 1px solid rgba(110, 226, 104, 0.22);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0, rgba(110, 226, 104, 0.2), transparent 18rem),
        #142017;
    text-align: center;
}

.maps-guide-cta > div {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

@media (max-width: 1060px) {
    .maps-guide-hero__grid {
        grid-template-columns: 1fr;
        row-gap: 2.75rem;
    }

    .maps-guide-hero h1 {
        font-size: clamp(2.35rem, 5vw, 3rem);
    }

    .maps-guide-hero__media {
        max-width: 620px;
        justify-self: center;
    }

    .maps-guide-layout {
        grid-template-columns: 240px minmax(0, 720px);
        gap: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .maps-guide-layout {
        display: block;
        max-width: 820px;
        padding-top: 2.25rem;
    }

    .maps-guide-toc {
        display: none;
    }

    .maps-guide-mobile-toc {
        display: block;
        max-width: 820px;
        margin-top: 2rem;
    }

    .maps-guide-mobile-toc details {
        border: 1px solid rgba(110, 226, 104, 0.16);
        border-radius: 14px;
        background: #141a15;
    }

    .maps-guide-mobile-toc summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.1rem;
        color: #f4f7f4;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
    }

    .maps-guide-mobile-toc summary i {
        color: var(--accent-primary);
        transition: transform 180ms ease;
    }

    .maps-guide-mobile-toc details[open] summary i {
        transform: rotate(180deg);
    }

    .maps-guide-mobile-toc summary::-webkit-details-marker {
        display: none;
    }

    .maps-guide-mobile-toc ol {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.25rem 1rem;
        margin: 0;
        padding: 0 1.1rem 1.1rem 2.6rem;
    }

    .maps-guide-mobile-toc a {
        display: block;
        padding: 0.45rem 0.25rem;
        color: #abb5ad;
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .maps-guide-mobile-toc a:hover,
    .maps-guide-mobile-toc a.is-active {
        color: var(--accent-primary);
    }

    .maps-guide-related__grid,
    .maps-guide-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .blog-index-card {
        grid-template-columns: 1fr;
    }

    .blog-index-card__media {
        min-height: 0;
    }

    .maps-guide-hero {
        padding-top: calc(var(--header-height, 72px) + 18px);
    }

    .maps-guide-hero__grid {
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
    }

    .maps-guide-hero__media {
        max-width: 620px;
        justify-self: center;
    }
}

@media (max-width: 700px) {
    .maps-guide-hero {
        padding: calc(var(--header-height, 72px) + 16px) 0 2.75rem;
    }

    .maps-guide-hero h1 {
        font-size: clamp(2rem, 8.7vw, 2.45rem);
        line-height: 1.08;
    }

    .maps-guide-deck {
        font-size: 1rem;
    }

    .maps-guide-byline {
        align-items: flex-start;
    }

    .article-copy {
        font-size: 1rem;
        line-height: 1.72;
    }

    .article-copy h2 {
        margin-top: 3.7rem;
        font-size: 2rem;
    }

    .article-copy h3 {
        font-size: 1.3rem;
    }

    .article-media {
        margin: 1.9rem 0 2.2rem;
        padding: 0.5rem;
        border-radius: 14px;
    }

    .article-numbered-process,
    .article-diagnostic-process,
    .article-warning-list {
        gap: 0.85rem;
        margin: 20px 0 38px;
    }

    .article-numbered-process > li,
    .article-diagnostic-process > li,
    .article-warning-list > li {
        padding: 1.1rem 1rem 1.1rem 4rem;
    }

    .article-numbered-process > li::before,
    .article-diagnostic-process > li::before,
    .article-warning-list > li::before {
        left: 1rem;
        width: 2rem;
        height: 2rem;
    }

    .maps-guide-related__grid,
    .maps-guide-location-grid {
        grid-template-columns: 1fr;
    }

    .maps-guide-related__grid a {
        min-height: 0;
    }

    .maps-guide-case-result {
        display: block;
    }

    .maps-guide-cta > div {
        flex-direction: column;
    }

    .maps-guide-cta > div a {
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .maps-ranking-timeline {
        padding-left: 2rem;
    }

    .maps-ranking-timeline section::before {
        left: -1.74rem;
    }

    .article-table-wrap::after {
        position: sticky;
        right: 0;
        bottom: 0;
        display: block;
        width: max-content;
        margin: -1.8rem 0.5rem 0.4rem auto;
        padding: 0.22rem 0.5rem;
        border-radius: 6px;
        background: rgba(10, 14, 11, 0.88);
        color: #93a097;
        content: "Swipe to view table →";
        font-size: 0.68rem;
        pointer-events: none;
    }
}

@media (max-width: 640px) {
    .maps-guide-checklist {
        grid-template-columns: 1fr;
    }

    .maps-guide-mobile-toc ol {
        grid-template-columns: 1fr;
    }

    .maps-guide-publisher {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .maps-guide-hero h1 {
        font-size: clamp(1.9rem, 8.6vw, 2.15rem);
    }

    .maps-guide-byline div span:last-child {
        line-height: 1.45;
    }

    .maps-guide-layout {
        padding-bottom: 3rem;
    }

    .article-copy h2 {
        font-size: 1.78rem;
    }

    .maps-ranking-timeline {
        padding-left: 0;
    }

    .maps-ranking-timeline::before,
    .maps-ranking-timeline section::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .maps-guide-progress span,
    .maps-guide-related__grid a,
    .maps-guide-mobile-toc summary i,
    .maps-guide-faq__item,
    .maps-guide-faq__answer,
    .maps-guide-faq__answer p,
    .maps-guide-faq button i {
        transition: none;
    }
}
