/**
 * Growth guide: /how-to-get-more-players-on-a-minecraft-server
 * Loaded only on that page (see $page_stylesheets in the PHP file).
 */
.growth-guide {
    --gg-section-gap: 4rem;
    --gg-inner-gap: 1.6rem;
}

.growth-guide__hero {
    position: relative;
    min-height: 300px;
    border-bottom: 1px solid rgb(214 211 209);
    overflow: hidden;
}
.dark .growth-guide__hero {
    border-bottom-color: rgb(68 64 60);
}
@media (min-width: 768px) {
    .growth-guide__hero {
        min-height: 400px;
    }
}
.growth-guide__hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}
.growth-guide__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 25, 23, 0.62);
    backdrop-filter: blur(4px);
}
.growth-guide__hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 1.25rem;
    min-height: inherit;
    text-align: center;
}
.growth-guide__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid rgb(245 158 11);
    background: rgb(245 158 11);
    color: rgb(69 26 3);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    letter-spacing: 0.02em;
}
.growth-guide__hero-title {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: clamp(1.5rem, 4vw, 2.75rem);
    line-height: 1.2;
    color: rgb(250 250 249);
    max-width: 18ch;
}
@media (min-width: 640px) {
    .growth-guide__hero-title {
        max-width: none;
    }
}
.growth-guide__hero-lead {
    color: rgb(214 211 209);
    font-size: 0.95rem;
    max-width: 36rem;
    line-height: 1.55;
}
.growth-guide__hero-lead a {
    color: rgb(253 230 138);
    text-decoration: underline;
}
.growth-guide__hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: center;
    font-size: 0.8rem;
    color: rgb(168 162 158);
}

.growth-guide__shell {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
@media (min-width: 1024px) {
    .growth-guide__shell {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

.growth-guide__layout {
    display: grid;
    gap: 2.5rem;
}
@media (min-width: 1024px) {
    .growth-guide__layout {
        grid-template-columns: 15rem minmax(0, 1fr);
        gap: 3rem;
        align-items: start;
    }
}

.growth-guide__toc {
    display: none;
}
@media (min-width: 1024px) {
    .growth-guide__toc {
        display: block;
        position: sticky;
        top: 5.5rem;
        max-height: calc(100vh - 7rem);
        overflow-y: auto;
        padding: 1.25rem;
        border-radius: 0.25rem;
        border: 1px solid rgb(168 162 158 / 0.45);
        background: rgb(231 229 228 / 0.45);
    }
    .dark .growth-guide__toc {
        border-color: rgb(87 83 78);
        background: rgb(28 25 23 / 0.55);
    }
}
.growth-guide__toc-title {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 0.95rem;
    color: rgb(41 37 36);
    margin: 0 0 0.75rem;
}
.dark .growth-guide__toc-title {
    color: rgb(231 229 228);
}
.growth-guide__toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.growth-guide__toc-list a {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.35rem 0.5rem;
    border-radius: 0.2rem;
    color: rgb(87 83 78);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.dark .growth-guide__toc-list a {
    color: rgb(168 162 158);
}
.growth-guide__toc-list a:hover,
.growth-guide__toc-list a:focus-visible {
    background: rgb(214 211 209 / 0.55);
    color: rgb(28 25 23);
    outline: none;
}
.dark .growth-guide__toc-list a:hover,
.dark .growth-guide__toc-list a:focus-visible {
    background: rgb(68 64 60 / 0.65);
    color: rgb(250 250 249);
}

.growth-guide__toc-mobile {
    padding: 1.25rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.45);
    background: rgb(231 229 228 / 0.45);
}
.dark .growth-guide__toc-mobile {
    border-color: rgb(87 83 78);
    background: rgb(28 25 23 / 0.55);
}
@media (min-width: 1024px) {
    .growth-guide__toc-mobile {
        display: none;
    }
}

.growth-guide__body {
    display: flex;
    flex-direction: column;
    gap: var(--gg-section-gap);
    min-width: 0;
}

.growth-guide__breadcrumb {
    font-size: 0.875rem;
    color: rgb(87 83 78);
    margin-bottom: 0.25rem;
}
.dark .growth-guide__breadcrumb {
    color: rgb(168 162 158);
}

.growth-guide__cta-band {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 2px solid rgb(245 158 11 / 0.55);
    background: linear-gradient(135deg, rgb(254 243 199 / 0.9), rgb(231 229 228 / 0.75));
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}
.dark .growth-guide__cta-band {
    border-color: rgb(180 83 9 / 0.5);
    background: linear-gradient(135deg, rgb(69 26 3 / 0.5), rgb(28 25 23 / 0.9));
    box-shadow: none;
}
@media (min-width: 768px) {
    .growth-guide__cta-band {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 2rem 2.5rem;
        align-items: center;
        padding: 2rem 2.25rem;
    }
}
@media (min-width: 1280px) {
    .growth-guide__cta-band {
        padding: 2.25rem 2.75rem;
        gap: 2.5rem 3.5rem;
    }
}

.growth-guide__cta-content {
    min-width: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .growth-guide__cta-content {
        text-align: left;
    }
}

.growth-guide__cta-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(180 83 9);
}
.dark .growth-guide__cta-eyebrow {
    color: rgb(251 191 36);
}

.growth-guide__cta-band h2 {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1.25rem;
    line-height: 1.3;
    color: rgb(28 25 23);
    margin: 0 0 0.65rem;
}
@media (min-width: 768px) {
    .growth-guide__cta-band h2 {
        font-size: 1.4rem;
    }
}
@media (min-width: 1280px) {
    .growth-guide__cta-band h2 {
        font-size: 1.55rem;
        max-width: 28rem;
    }
}
.dark .growth-guide__cta-band h2 {
    color: rgb(250 250 249);
}

.growth-guide__cta-lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgb(68 64 60);
}
@media (min-width: 1280px) {
    .growth-guide__cta-lead {
        font-size: 1rem;
        max-width: 36rem;
    }
}
.dark .growth-guide__cta-lead {
    color: rgb(214 211 209);
}
.growth-guide__cta-lead a {
    color: var(--color-primary, rgb(180 83 9));
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.growth-guide__cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex-shrink: 0;
    width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .growth-guide__cta-actions {
        flex-direction: row;
        justify-content: center;
        width: auto;
        margin-inline: auto;
    }
}
@media (min-width: 768px) {
    .growth-guide__cta-actions {
        flex-direction: column;
        align-items: stretch;
        width: auto;
        min-width: 12.5rem;
        justify-self: end;
    }
}
@media (min-width: 1280px) {
    .growth-guide__cta-actions {
        min-width: 14rem;
    }
}

.growth-guide__cta-btn {
    display: inline-flex;
    width: 100%;
}
@media (min-width: 768px) {
    .growth-guide__cta-btn {
        min-width: 13.5rem;
    }
}

.growth-guide__section {
    scroll-margin-top: 6rem;
}
.growth-guide__section-head {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(168 162 158 / 0.45);
}
.dark .growth-guide__section-head {
    border-bottom-color: rgb(87 83 78);
}
.growth-guide__section-num {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(180 83 9);
}
.dark .growth-guide__section-num {
    color: rgb(251 191 36);
}
.growth-guide__section h2 {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.25;
    color: rgb(28 25 23);
    margin: 0;
}
.dark .growth-guide__section h2 {
    color: rgb(250 250 249);
}
/* Subheadings in article body only — not pricing cards */
.growth-guide__section > h3 {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1.1rem;
    color: rgb(41 37 36);
    margin: 2.75rem 0 1rem;
}
.dark .growth-guide__section > h3 {
    color: rgb(231 229 228);
}
.growth-guide__section > p {
    margin: 0 0 var(--gg-inner-gap);
    font-size: 1rem;
    line-height: 1.8;
    color: rgb(68 64 60);
}
.dark .growth-guide__section > p {
    color: rgb(214 211 209);
}
.growth-guide__section > p:last-child {
    margin-bottom: 0;
}
.growth-guide__section > ul,
.growth-guide__section > ol {
    margin: 0 0 var(--gg-inner-gap);
    padding-left: 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.growth-guide__section > ul li,
.growth-guide__section > ol li {
    font-size: 1rem;
    line-height: 1.75;
    color: rgb(68 64 60);
}
.dark .growth-guide__section > ul li,
.dark .growth-guide__section > ol li {
    color: rgb(214 211 209);
}
.growth-guide__section a {
    color: var(--color-primary, rgb(180 83 9));
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.growth-guide__section a:hover {
    opacity: 0.9;
}
.growth-guide__section code {
    font-size: 0.875em;
    padding: 0.1em 0.35em;
    border-radius: 0.2rem;
    background: rgb(231 229 228);
    color: rgb(41 37 36);
}
.dark .growth-guide__section code {
    background: rgb(41 37 36);
    color: rgb(231 229 228);
}

.growth-guide__panel {
    padding: 1.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.5);
    background: rgb(231 229 228 / 0.55);
    margin: 1.75rem 0;
}
.dark .growth-guide__panel {
    border-color: rgb(87 83 78);
    background: rgb(41 37 36 / 0.55);
}
.growth-guide__panel--accent {
    border-left: 4px solid rgb(245 158 11);
}
.growth-guide__panel p {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgb(68 64 60);
}
.growth-guide__panel p:last-child {
    margin-bottom: 0;
}
.dark .growth-guide__panel p {
    color: rgb(214 211 209);
}
.growth-guide__panel strong {
    color: rgb(28 25 23);
}
.dark .growth-guide__panel strong {
    color: rgb(250 250 249);
}

.growth-guide__figure {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.growth-guide__figure img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.55);
    background: rgb(41 37 36);
}
.dark .growth-guide__figure img {
    border-color: rgb(87 83 78);
}
.growth-guide__figure figcaption {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgb(120 113 108);
    text-align: center;
    padding: 0 0.5rem;
}
.dark .growth-guide__figure figcaption {
    color: rgb(168 162 158);
}

.growth-guide__chest-note {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 1.75rem 0 0;
    padding: 1rem 1.125rem;
    border-radius: 0.375rem;
    border: 1px solid rgb(214 211 209);
    background: rgb(250 250 249);
}
.dark .growth-guide__chest-note {
    border-color: rgb(68 64 60);
    background: rgb(41 37 36);
}
.growth-guide__chest-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
.growth-guide__chest-title {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1rem;
    line-height: 1.3;
    color: rgb(41 37 36);
    margin: 0 0 0.35rem;
}
.dark .growth-guide__chest-title {
    color: rgb(231 229 228);
}
.growth-guide__chest-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgb(87 83 78);
    margin: 0;
}
.dark .growth-guide__chest-text {
    color: rgb(168 162 158);
}

.growth-guide__split {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
    align-items: center;
}
@media (min-width: 768px) {
    .growth-guide__split {
        grid-template-columns: 1fr 1fr;
    }
    .growth-guide__split--reverse {
        direction: rtl;
    }
    .growth-guide__split--reverse > * {
        direction: ltr;
    }
}
.growth-guide__split ul {
    margin: 0;
    padding-left: 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.growth-guide__split ul li {
    font-size: 1rem;
    line-height: 1.65;
    color: rgb(68 64 60);
}
.dark .growth-guide__split ul li {
    color: rgb(214 211 209);
}

.growth-guide__steps {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    counter-reset: gg-step;
}
.growth-guide__steps li {
    counter-increment: gg-step;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.45);
    background: rgb(250 250 249 / 0.6);
    font-size: 1rem;
    line-height: 1.65;
    color: rgb(68 64 60);
}
.dark .growth-guide__steps li {
    border-color: rgb(87 83 78);
    background: rgb(28 25 23 / 0.45);
    color: rgb(214 211 209);
}
.growth-guide__steps li::before {
    content: counter(gg-step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.25rem;
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1rem;
    font-weight: 700;
    background: rgb(245 158 11);
    color: rgb(69 26 3);
}

/* ── Pricing / promo cards ── */
.growth-guide__cards {
    display: grid;
    gap: 1.25rem;
    margin: 2rem 0;
    align-items: stretch;
}
.growth-guide__cards--triple {
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .growth-guide__cards--triple {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1100px) {
    .growth-guide__cards--triple {
        grid-template-columns: repeat(3, 1fr);
    }
}

.growth-guide__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1.5rem 1.5rem 1.25rem;
    border-radius: 0.5rem;
    border: 2px solid rgb(168 162 158 / 0.45);
    background: rgb(250 250 249 / 0.9);
    min-height: 100%;
    height: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}
.dark .growth-guide__card {
    border-color: rgb(87 83 78);
    background: rgb(28 25 23 / 0.75);
    box-shadow: none;
}
.growth-guide__card--pro {
    border-color: rgb(234 179 8);
}
.growth-guide__card--sponsored {
    border-color: rgb(217 119 6);
}
.growth-guide__card--minebuff {
    border-color: rgb(88 101 242);
    background: linear-gradient(160deg, rgb(88 101 242 / 0.1), rgb(250 250 249 / 0.9));
}
.dark .growth-guide__card--minebuff {
    background: linear-gradient(160deg, rgb(88 101 242 / 0.18), rgb(28 25 23 / 0.75));
}

.growth-guide__card-tag {
    display: inline-flex;
    align-self: flex-start;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    border: 1px solid;
    margin-bottom: 0.85rem;
    line-height: 1.3;
}
.growth-guide__card-tag--pro {
    border-color: rgb(234 179 8);
    background: rgb(234 179 8);
    color: rgb(69 26 3);
}
.growth-guide__card-tag--sponsored {
    border-color: rgb(217 119 6);
    background: rgb(217 119 6);
    color: rgb(255 251 235);
}
.growth-guide__card-tag--minebuff {
    border-color: rgb(88 101 242);
    background: rgb(88 101 242);
    color: rgb(255 255 255);
}

.growth-guide__card-title {
    margin: 0 0 0.65rem;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    text-transform: none;
    color: rgb(28 25 23);
}
.dark .growth-guide__card-title {
    color: rgb(250 250 249);
}

.growth-guide__card-text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgb(87 83 78);
}
.dark .growth-guide__card-text {
    color: rgb(168 162 158);
}
.growth-guide__card-text strong {
    color: rgb(41 37 36);
    font-weight: 600;
}
.dark .growth-guide__card-text strong {
    color: rgb(231 229 228);
}

.growth-guide__card-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-primary, rgb(180 83 9));
    text-decoration: none;
}
.growth-guide__card-link:hover {
    text-decoration: underline;
}

.growth-guide__paid-note {
    margin: 0.5rem 0 0;
    padding: 1rem 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.4);
    background: rgb(231 229 228 / 0.4);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgb(68 64 60);
}
.dark .growth-guide__paid-note {
    border-color: rgb(87 83 78);
    background: rgb(41 37 36 / 0.45);
    color: rgb(214 211 209);
}

.growth-guide__partner-band {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 0.5rem;
    border: 2px solid rgb(88 101 242 / 0.55);
    background: linear-gradient(135deg, rgb(88 101 242 / 0.14), rgb(231 229 228 / 0.5));
    margin: 2rem 0;
}
.dark .growth-guide__partner-band {
    border-color: rgb(88 101 242 / 0.45);
    background: linear-gradient(135deg, rgb(88 101 242 / 0.2), rgb(28 25 23 / 0.7));
}
.growth-guide__partner-band h3 {
    margin: 0;
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1.2rem;
    color: rgb(28 25 23);
}
.dark .growth-guide__partner-band h3 {
    color: rgb(250 250 249);
}
.growth-guide__partner-services {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 640px) {
    .growth-guide__partner-services {
        grid-template-columns: 1fr 1fr;
    }
}
.growth-guide__partner-services li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgb(68 64 60);
    padding: 0.65rem 0.85rem;
    border-radius: 0.25rem;
    background: rgb(250 250 249 / 0.65);
    border: 1px solid rgb(168 162 158 / 0.35);
}
.dark .growth-guide__partner-services li {
    color: rgb(214 211 209);
    background: rgb(41 37 36 / 0.55);
    border-color: rgb(87 83 78);
}
.growth-guide__partner-services li::before {
    content: "◆";
    color: rgb(88 101 242);
    font-size: 0.65rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.growth-guide__compare {
    width: 100%;
    border-collapse: collapse;
    margin: 1.75rem 0 0;
    font-size: 0.875rem;
}
.growth-guide__compare th,
.growth-guide__compare td {
    border: 1px solid rgb(168 162 158 / 0.5);
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
}
.dark .growth-guide__compare th,
.dark .growth-guide__compare td {
    border-color: rgb(87 83 78);
}
.growth-guide__compare th {
    background: rgb(231 229 228);
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 0.8rem;
}
.dark .growth-guide__compare th {
    background: rgb(41 37 36);
}
.growth-guide__compare td {
    color: rgb(68 64 60);
}
.dark .growth-guide__compare td {
    color: rgb(214 211 209);
}

.growth-guide__checklist-board {
    display: grid;
    gap: 1.25rem;
    margin: 1.75rem 0 0;
}
@media (min-width: 768px) {
    .growth-guide__checklist-board {
        grid-template-columns: 1fr 1fr;
    }
}
.growth-guide__checklist-group {
    border-radius: 0.375rem;
    border: 1px solid rgb(168 162 158 / 0.45);
    background: rgb(250 250 249);
    overflow: hidden;
}
.dark .growth-guide__checklist-group {
    border-color: rgb(87 83 78);
    background: rgb(28 25 23);
}
.growth-guide__checklist-group-head {
    padding: 1rem 1.125rem 0.75rem;
    border-bottom: 1px solid rgb(214 211 209 / 0.6);
    background: linear-gradient(180deg, rgb(245 158 11 / 0.08) 0%, transparent 100%);
}
.dark .growth-guide__checklist-group-head {
    border-bottom-color: rgb(68 64 60);
    background: linear-gradient(180deg, rgb(245 158 11 / 0.06) 0%, transparent 100%);
}
.growth-guide__checklist-group-title {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 0.95rem;
    line-height: 1.3;
    color: rgb(41 37 36);
    margin: 0 0 0.25rem;
}
.growth-guide__section .growth-guide__checklist-group-title {
    margin-top: 0;
}
.dark .growth-guide__checklist-group-title {
    color: rgb(250 250 249);
}
.growth-guide__checklist-group-desc {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgb(120 113 108);
    margin: 0;
}
.dark .growth-guide__checklist-group-desc {
    color: rgb(168 162 158);
}
.growth-guide__checklist {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
}
.growth-guide__checklist li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.7rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: rgb(68 64 60);
    border-bottom: 1px solid rgb(231 229 228 / 0.8);
}
.growth-guide__checklist li:last-child {
    border-bottom: none;
}
.dark .growth-guide__checklist li {
    color: rgb(214 211 209);
    border-bottom-color: rgb(41 37 36);
}
.growth-guide__checklist li::before {
    content: "";
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.2rem;
    border-radius: 0.2rem;
    border: 2px solid rgb(180 83 9);
    background: rgb(255 255 255);
    box-shadow: inset 0 0 0 2px rgb(255 255 255);
}
.dark .growth-guide__checklist li::before {
    background: rgb(28 25 23);
    box-shadow: inset 0 0 0 2px rgb(28 25 23);
}
.growth-guide__checklist-tip {
    margin-top: 1.5rem !important;
    padding: 0.875rem 1rem;
    border-radius: 0.375rem;
    border-left: 3px solid rgb(245 158 11);
    background: rgb(245 158 11 / 0.08);
    font-size: 0.9375rem !important;
}
.dark .growth-guide__checklist-tip {
    background: rgb(245 158 11 / 0.06);
}

.growth-guide__faq {
    border: 1px solid rgb(168 162 158 / 0.5);
    border-radius: 0.25rem;
    overflow: hidden;
}
.growth-guide__faq details {
    border-bottom: 1px solid rgb(168 162 158 / 0.45);
    background: rgb(231 229 228 / 0.35);
}
.dark .growth-guide__faq details {
    border-bottom-color: rgb(87 83 78);
    background: rgb(28 25 23 / 0.35);
}
.growth-guide__faq details:last-child {
    border-bottom: none;
}
.growth-guide__faq summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgb(41 37 36);
}
.dark .growth-guide__faq summary {
    color: rgb(231 229 228);
}
.growth-guide__faq summary::-webkit-details-marker {
    display: none;
}
.growth-guide__faq summary .gg-chevron {
    flex-shrink: 0;
    color: rgb(120 113 108);
    transition: transform 0.2s ease;
}
.growth-guide__faq details[open] summary .gg-chevron {
    transform: rotate(180deg);
}
.growth-guide__faq .gg-answer {
    padding: 0 1.25rem 1.15rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgb(87 83 78);
}
.dark .growth-guide__faq .gg-answer {
    color: rgb(168 162 158);
}

.growth-guide__footer-cta {
    text-align: center;
    padding: 2.5rem 1.75rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(168 162 158 / 0.5);
    background: rgb(231 229 228 / 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.dark .growth-guide__footer-cta {
    border-color: rgb(87 83 78);
    background: rgb(28 25 23 / 0.55);
}
.growth-guide__footer-cta h2 {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1.35rem;
    margin: 0;
    color: rgb(28 25 23);
}
.dark .growth-guide__footer-cta h2 {
    color: rgb(250 250 249);
}
.growth-guide__footer-cta p {
    margin: 0;
    max-width: 32rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgb(87 83 78);
}
.dark .growth-guide__footer-cta p {
    color: rgb(168 162 158);
}
.growth-guide__footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.growth-guide__keyword-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1.25rem;
}
.growth-guide__keyword-cloud span {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgb(168 162 158 / 0.45);
    color: rgb(120 113 108);
    background: rgb(250 250 249 / 0.5);
}
.dark .growth-guide__keyword-cloud span {
    border-color: rgb(87 83 78);
    color: rgb(168 162 158);
    background: rgb(41 37 36 / 0.45);
}

.growth-guide__related {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(168 162 158 / 0.45);
    font-size: 0.875rem;
    color: rgb(87 83 78);
}
.dark .growth-guide__related {
    border-top-color: rgb(87 83 78);
    color: rgb(168 162 158);
}
.growth-guide__related h2 {
    font-family: var(--font-minecraft-ten, inherit);
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: rgb(41 37 36);
}
.dark .growth-guide__related h2 {
    color: rgb(231 229 228);
}

.growth-guide .btn-wrapper {
    display: inline-flex;
    width: auto;
}
.growth-guide__cta-actions .btn-wrapper,
.growth-guide__cta-btn.btn-wrapper {
    display: inline-flex;
    width: 100%;
}

/* MinecraftTen-VGORe.ttf is ASCII-only (99 glyphs, U+0020–U+007E + U+00A0).
   It has no French accented letters. Press Start 2P — already loaded from Google
   Fonts — covers the full Latin-1 Supplement (U+00A0–U+00FF), so all page
   headings render consistently in the same pixel font, accented or not. */
.growth-guide__hero-title,
.growth-guide__section h2,
.growth-guide__section > h3,
.growth-guide__cta-band h2,
.growth-guide__footer-cta h2,
.growth-guide__related h2 {
    font-family: 'Press Start 2P', ui-monospace, monospace;
}
