* {
    margin: 0;
}

:root {
    --guide-font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
    --guide-color-accent: #8fae1b;
    --guide-color-accent-dark: #6f8d12;
    --guide-color-text: #32373c;
    --guide-color-text-soft: #555d66;
    --guide-color-surface: #ffffff;
    --guide-color-surface-soft: #f6f8f2;
    --guide-color-border: rgba(50, 55, 60, 0.1);
    --guide-color-shadow: rgba(32, 40, 45, 0.08);
}

html {
    margin: 0;
}

body {
    margin: 0 auto;
    font-family: var(--guide-font-sans);
    box-sizing: border-box;
    background-color: #f4f6f3;
}

nav.navbar {
    margin: 0 auto;
    max-width: 100%;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.ftr-jsg {
    max-width: 100%;
    margin: 0 auto;
}

.card {
    margin-bottom: 35px;
}

.container p {
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.dropdown-menu {
    top: 35px;
    border-radius: 5px;
    font-size: 14px;
    color: #14171a;
    box-shadow: 4px 8px 24px 0 rgb(20 23 26 / 16%);
    border: none;
}

.navbar-nav {
    font-size: 14px;
}

.guide-header-shadow {
    box-shadow: 0 10px 30px rgba(20, 23, 26, 0.06);
}

.navbar.guide-topbar {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
}

.guide-brand {
    margin-right: 0;
}

.guide-topbar-label {
    color: var(--guide-color-text-soft);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guide-page--getting-started {
    color: var(--guide-color-text);
    font-family: var(--guide-font-sans);
    padding-bottom: 5rem;
}

.guide-page--getting-started .container {
    max-width: 1120px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.guide-page--getting-started .guide-hero {
    background:
        radial-gradient(circle at top right, rgba(143, 174, 27, 0.14), transparent 34%),
        linear-gradient(135deg, #f4f7ef 0%, #ffffff 58%, #eef3e7 100%);
    padding: 3.5rem 0 2.25rem;
}

.guide-page--getting-started .guide-hero__panel {
    display: block;
}

.guide-page--getting-started .guide-hero__content,
.guide-page--getting-started .guide-info-card,
.guide-page--getting-started .guide-card {
    background: var(--guide-color-surface);
    border: 1px solid var(--guide-color-border);
    border-radius: 28px;
    box-shadow: 0 18px 42px var(--guide-color-shadow);
}

.guide-page--getting-started .guide-hero__content {
    padding: 2.5rem;
}

.guide-page--getting-started .guide-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--guide-color-accent-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.guide-page--getting-started h1,
.guide-page--getting-started h2,
.guide-page--getting-started h3,
.guide-page--getting-started h4 {
    color: var(--guide-color-text);
    font-family: inherit;
}

.guide-page--getting-started h1 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.02;
    margin-bottom: 1rem;
}

.guide-page--getting-started .guide-lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--guide-color-text-soft);
    max-width: 52rem;
}

.guide-page--getting-started .guide-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.guide-page--getting-started .guide-hero__meta span {
    background: var(--guide-color-surface-soft);
    border: 1px solid rgba(143, 174, 27, 0.18);
    border-radius: 999px;
    color: var(--guide-color-text-soft);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.55rem 0.9rem;
}

.guide-page--getting-started .guide-info-card {
    padding: 1.8rem;
    height: 100%;
}

.guide-page--getting-started .guide-info-card h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.guide-page--getting-started .guide-checklist,
.guide-page--getting-started .guide-list {
    margin: 0;
    padding-left: 1.2rem;
}

.guide-page--getting-started .guide-checklist li,
.guide-page--getting-started .guide-list li {
    margin-bottom: 0.65rem;
    line-height: 1.65;
}

.guide-page--getting-started .guide-list--nested {
    padding-left: 1.5rem;
}

.guide-page--getting-started .guide-menu-wrap {
    margin: -1rem 0 1rem;
}

.guide-page--getting-started .guide-menu-wrap > .container > .container {
    background: var(--guide-color-surface);
    border: 1px solid var(--guide-color-border);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(32, 40, 45, 0.06);
    margin-bottom: 1rem !important;
    padding: 1.1rem 1.75rem 1.5rem;
}

.guide-page--getting-started .guide-menu-wrap .guide-menu-title {
    align-items: center;
    color: var(--guide-color-accent-dark) !important;
    display: flex;
    font-family: inherit !important;
    font-size: 1.45rem;
    font-weight: 700;
    gap: 0.7rem;
    line-height: 1.2;
    margin-bottom: 0.95rem;
    margin-top: 0;
}

.guide-page--getting-started .guide-menu-wrap .guide-menu-title-icon {
    align-items: center;
    background: rgba(143, 174, 27, 0.12);
    border-radius: 14px;
    color: var(--guide-color-accent-dark) !important;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.guide-page--getting-started .guide-main-guides {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 1rem;
}

.guide-page--getting-started .guide-main-guide {
    align-items: flex-start;
    background: linear-gradient(135deg, #fbfcf8 0%, #ffffff 100%);
    border: 1px solid var(--guide-color-border);
    border-radius: 20px;
    color: var(--guide-color-text);
    display: flex;
    gap: 0.9rem;
    min-height: 100%;
    position: relative;
    padding: 1rem 1.05rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.guide-page--getting-started .guide-main-guide:hover {
    border-color: rgba(143, 174, 27, 0.35);
    box-shadow: 0 12px 24px rgba(32, 40, 45, 0.08);
    text-decoration: none;
    transform: translateY(-1px);
}

.guide-page--getting-started .guide-main-guide--active {
    background: linear-gradient(135deg, #edf5d8 0%, #ffffff 100%);
    border-color: rgba(111, 141, 18, 0.65);
    box-shadow: 0 14px 30px rgba(111, 141, 18, 0.18);
}

.guide-page--getting-started .guide-main-guide--active::after {
    align-items: center;
    background: linear-gradient(180deg, var(--guide-color-accent) 0%, var(--guide-color-accent-dark) 100%);
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(111, 141, 18, 0.22);
    color: #ffffff;
    content: "\2713";
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    height: 1.9rem;
    justify-content: center;
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    width: 1.9rem;
}

.guide-page--getting-started .guide-main-guide__icon {
    align-items: center;
    background: rgba(143, 174, 27, 0.12);
    border-radius: 16px;
    color: var(--guide-color-accent-dark);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.guide-page--getting-started .guide-main-guide__body {
    min-width: 0;
}

.guide-page--getting-started .guide-main-guide--active .guide-main-guide__icon {
    background: rgba(111, 141, 18, 0.2);
    color: var(--guide-color-accent-dark);
}

.guide-page--getting-started .guide-main-guide__title {
    color: var(--guide-color-text);
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.guide-page--getting-started .guide-main-guide--active .guide-main-guide__title {
    color: #26310d;
}

.guide-page--getting-started .guide-main-guide__text {
    color: var(--guide-color-text-soft);
    display: block;
    font-size: 0.94rem;
    line-height: 1.5;
}

.guide-page--getting-started .guide-toc {
    background: #fbfcfa;
    border: 1px solid rgba(50, 55, 60, 0.08);
    border-radius: 20px;
    padding: 1rem 1.05rem 1.05rem;
}

.guide-page--getting-started .guide-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-page--getting-started .guide-toc-list li + li {
    margin-top: 0.55rem;
}

.guide-page--getting-started .guide-toc-link {
    align-items: center;
    border-radius: 16px;
    color: var(--guide-color-text);
    display: flex;
    gap: 0.85rem;
    padding: 0.45rem 0.35rem;
}

.guide-page--getting-started .guide-toc-link:hover {
    background: rgba(143, 174, 27, 0.06);
    color: var(--guide-color-text);
    text-decoration: none;
}

.guide-page--getting-started .guide-toc-icon {
    align-items: center;
    background: rgba(143, 174, 27, 0.12);
    border-radius: 12px;
    color: var(--guide-color-accent-dark);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.guide-page--getting-started .guide-toc-text {
    color: var(--guide-color-text);
    font-weight: 600;
    line-height: 1.35;
}

.guide-page--getting-started .guide-toc-note {
    color: var(--guide-color-text-soft);
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    margin-top: 0.15rem;
}

.guide-page--getting-started .guide-section {
    margin-top: 2.25rem;
}

.guide-page--getting-started .guide-section__header {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.guide-page--getting-started .guide-section__index {
    align-items: center;
    background: var(--guide-color-accent);
    border-radius: 18px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 3rem;
    justify-content: center;
    min-width: 3rem;
}

.guide-page--getting-started .guide-section__header h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    margin-bottom: 0.3rem;
}

.guide-page--getting-started .guide-section__header p,
.guide-page--getting-started p,
.guide-page--getting-started li,
.guide-page--getting-started figcaption {
    color: var(--guide-color-text-soft);
}

.guide-page--getting-started .guide-card {
    margin-bottom: 1.25rem;
    padding: 1.8rem 1.9rem;
}

.guide-page--getting-started .guide-card h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.guide-page--getting-started .guide-card h4 {
    font-size: 1rem;
    margin: 1rem 0 0.75rem;
}

.guide-page--getting-started .guide-flow > * + * {
    margin-top: 1rem;
}

.guide-page--getting-started .guide-callout {
    background: var(--guide-color-surface-soft);
    border-left: 4px solid var(--guide-color-accent);
    border-radius: 18px;
    margin: 1.25rem 0;
    padding: 1rem 1.1rem;
}

.guide-page--getting-started .guide-callout--warning {
    background: #fbf3e8;
    border-left-color: #cf6d38;
}

.guide-page--getting-started .guide-callout--accent {
    background: linear-gradient(135deg, #f5f8ed 0%, #ffffff 100%);
}

.guide-page--getting-started .guide-two-col {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-page--getting-started .guide-steps {
    counter-reset: step;
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-page--getting-started .guide-steps > li {
    background: #fbfcfa;
    border: 1px solid var(--guide-color-border);
    border-radius: 22px;
    margin-bottom: 1rem;
    padding: 1.15rem 1.2rem 1.15rem 4.25rem;
    position: relative;
}

.guide-page--getting-started .guide-steps > li::before {
    background: var(--guide-color-text);
    border-radius: 999px;
    color: #ffffff;
    content: counter(step);
    counter-increment: step;
    font-size: 0.95rem;
    font-weight: 800;
    height: 2rem;
    left: 1.2rem;
    line-height: 2rem;
    position: absolute;
    text-align: center;
    top: 1.1rem;
    width: 2rem;
}

.guide-page--getting-started .guide-steps--compact > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.guide-page--getting-started .guide-image-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.guide-page--getting-started .guide-image-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-page--getting-started .guide-image-grid--single {
    grid-template-columns: minmax(0, 320px);
}

.guide-page--using-charger .guide-image-grid--single {
    grid-template-columns: minmax(0, 360px);
}

.guide-page--getting-started figure {
    background: #fff;
    border: 1px solid var(--guide-color-border);
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
}

.guide-page--getting-started figure img {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.guide-page--getting-started .guide-figure--contain img {
    aspect-ratio: auto;
    object-fit: contain;
}

.guide-page--using-charger figure {
    overflow: visible;
}

.guide-page--using-charger figure img,
.guide-page--using-charger .guide-figure--contain img {
    aspect-ratio: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.guide-page--getting-started figcaption {
    font-size: 0.9rem;
    padding: 0.8rem 0.95rem 1rem;
}

.guide-page--getting-started .guide-data-table {
    background: #32373c;
    border-radius: 24px;
    color: #f4f8ee;
    margin: 1.5rem 0;
    overflow: hidden;
}

.guide-page--getting-started .guide-data-table__title {
    font-family: inherit;
    font-size: 1.1rem;
    padding: 1rem 1.2rem 0.3rem;
}

.guide-page--getting-started .guide-data-table table {
    border-collapse: collapse;
    width: 100%;
}

.guide-page--getting-started .guide-data-table th,
.guide-page--getting-started .guide-data-table td {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.9rem 1.2rem;
}

.guide-page--getting-started .guide-data-table th {
    color: #c1d86a;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guide-page--getting-started .guide-data-table td {
    color: #f4f8ee;
    font-weight: 600;
}

.guide-page--getting-started code {
    background: #eef3e6;
    border-radius: 8px;
    color: var(--guide-color-accent-dark);
    padding: 0.1rem 0.35rem;
}

.guide-page--getting-started .guide-app-links {
    margin: 0;
    padding-left: 1.2rem;
}

.guide-page--getting-started .guide-code-block {
    background: #173014;
    border-radius: 18px;
    color: #f4f8ee;
    margin: 0;
    overflow-x: auto;
    padding: 1rem 1.1rem;
}

.guide-page--getting-started .guide-code-block code {
    background: transparent;
    color: inherit;
    padding: 0;
}

@media (max-width: 991.98px) {
    .guide-page--getting-started .guide-hero__panel,
    .guide-page--getting-started .guide-two-col,
    .guide-page--getting-started .guide-image-grid--two {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .guide-page--getting-started .guide-hero {
        padding-top: 2.5rem;
    }

    .guide-page--getting-started .guide-hero__content,
    .guide-page--getting-started .guide-info-card,
    .guide-page--getting-started .guide-card {
        border-radius: 22px;
    }

    .guide-page--getting-started .guide-hero__content,
    .guide-page--getting-started .guide-card {
        padding: 1.4rem;
    }

    .guide-page--getting-started .guide-section__header {
        flex-direction: column;
    }

    .guide-page--getting-started .guide-steps > li {
        padding: 4rem 1rem 1rem;
    }

    .guide-page--getting-started .guide-steps > li::before {
        left: 1rem;
    }
}
