body.install-guide-page {
    margin: 0;
    background: #f6fbf9;
    color: #132316;
}

body.install-guide-page .install-guide-main {
    overflow: hidden;
}

body.install-guide-page .floating-social-links {
    display: none !important;
}

body.install-guide-page .install-guide-container {
    width: min(calc(100% - 2rem), 72rem);
    margin-inline: auto;
}

body.install-guide-page .install-guide-hero {
    padding: 2.5rem 0 3rem;
    background:
        linear-gradient(180deg, #eef8f3 0%, #ffffff 100%);
}

body.install-guide-page .install-guide-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: 2rem;
    align-items: center;
}

body.install-guide-page .install-guide-kicker,
body.install-guide-page .install-guide-section__head > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 0.75rem;
    color: #0b7b34;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.install-guide-page .install-guide-hero h1,
body.install-guide-page .install-guide-section__head h2 {
    margin: 0;
    color: #112a1a;
    font-family: "Google Sans Flex", Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

body.install-guide-page .install-guide-hero__lead,
body.install-guide-page .install-guide-section__head p {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: #4a5f52;
    font-size: 1.04rem;
    font-weight: 550;
    line-height: 1.72;
}

body.install-guide-page .install-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

body.install-guide-page .install-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.install-guide-page .install-guide-btn svg {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

body.install-guide-page .install-guide-btn--primary {
    background: #108138;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 129, 56, 0.2);
}

body.install-guide-page .install-guide-btn--ghost {
    background: #ffffff;
    color: #143220;
    border-color: rgba(16, 129, 56, 0.2);
}

body.install-guide-page .install-guide-btn:hover,
body.install-guide-page .install-guide-btn:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

body.install-guide-page .install-guide-btn--primary:hover,
body.install-guide-page .install-guide-btn--primary:focus-visible {
    box-shadow: 0 18px 34px rgba(16, 129, 56, 0.26);
}

body.install-guide-page .install-guide-btn--ghost:hover,
body.install-guide-page .install-guide-btn--ghost:focus-visible {
    border-color: rgba(16, 129, 56, 0.36);
    background: #f8fff9;
}

body.install-guide-page .install-guide-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

body.install-guide-page .install-guide-hero__facts li {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: #fff9dc;
    color: #5a4300;
    border: 1px solid rgba(218, 169, 0, 0.22);
    font-size: 0.9rem;
    font-weight: 800;
}

body.install-guide-page .install-guide-hero__visual {
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 0.9rem;
}

body.install-guide-page .install-guide-phone {
    width: min(100%, 18.5rem);
    aspect-ratio: 10 / 17;
    padding: 0.75rem;
    border-radius: 2.2rem;
    background: #101820;
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.22);
}

body.install-guide-page .install-guide-phone__top {
    width: 5.4rem;
    height: 0.45rem;
    margin: 0 auto 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

body.install-guide-page .install-guide-phone__screen {
    height: calc(100% - 1rem);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.45rem;
    padding: 1.2rem;
    border-radius: 1.55rem;
    background:
        linear-gradient(145deg, #f9fff9 0%, #e5f4ff 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

body.install-guide-page .install-guide-phone__screen img {
    width: 5.7rem;
    height: 5.7rem;
    border-radius: 1.25rem;
    box-shadow: 0 16px 24px rgba(16, 129, 56, 0.18);
}

body.install-guide-page .install-guide-phone__screen strong {
    color: #102719;
    font-size: 1.35rem;
    font-weight: 900;
}

body.install-guide-page .install-guide-phone__screen span {
    color: #557064;
    font-size: 0.92rem;
    font-weight: 750;
}

body.install-guide-page .install-guide-phone__dock {
    display: flex;
    gap: 0.45rem;
    margin-top: 1.4rem;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

body.install-guide-page .install-guide-phone__dock i {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.5rem;
    background: #108138;
}

body.install-guide-page .install-guide-phone__dock i:nth-child(2) {
    background: #f2bc00;
}

body.install-guide-page .install-guide-phone__dock i:nth-child(3) {
    background: #2878b8;
}

body.install-guide-page .install-guide-hero__visual figcaption {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #375044;
    font-size: 0.94rem;
    font-weight: 850;
}

body.install-guide-page .install-guide-hero__visual figcaption img {
    width: 1.7rem;
    height: 1.7rem;
}

body.install-guide-page .install-guide-section {
    padding: 3.25rem 0;
    background: #ffffff;
    scroll-margin-top: 7rem;
}

body.install-guide-page .install-guide-before,
body.install-guide-page .install-guide-after {
    background: #f6fbf9;
}

body.install-guide-page .install-guide-section__head {
    max-width: 49rem;
    margin-bottom: 1.65rem;
}

body.install-guide-page .install-guide-section__head h2 {
    font-size: 2.1rem;
}

body.install-guide-page .install-guide-checklist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

body.install-guide-page .install-guide-check,
body.install-guide-page .install-guide-after-item,
body.install-guide-page .install-guide-faq {
    border: 1px solid rgba(15, 55, 32, 0.1);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(20, 51, 31, 0.06);
}

body.install-guide-page .install-guide-check {
    min-height: 9.2rem;
    padding: 1rem;
    border-radius: 0.9rem;
}

body.install-guide-page .install-guide-check span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: #108138;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
}

body.install-guide-page .install-guide-check p,
body.install-guide-page .install-guide-after-item p,
body.install-guide-page .install-guide-step p,
body.install-guide-page .install-guide-faq p {
    margin: 0;
    color: #4c6356;
    font-size: 0.96rem;
    line-height: 1.62;
}

body.install-guide-page .install-guide-device-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.2rem;
}

body.install-guide-page .install-guide-device-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.65rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: #eef8f3;
    color: #143220;
    border: 1px solid rgba(16, 129, 56, 0.16);
    font-weight: 850;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

body.install-guide-page .install-guide-device-nav a:hover,
body.install-guide-page .install-guide-device-nav a:focus-visible {
    transform: translateY(-1px);
    background: #fff9dc;
    border-color: rgba(218, 169, 0, 0.32);
    outline: none;
}

body.install-guide-page .install-guide-device-list {
    display: grid;
    gap: 1.1rem;
}

body.install-guide-page .install-guide-device {
    display: grid;
    grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
    gap: 1.2rem;
    padding: 1.2rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(16, 129, 56, 0.12);
    background: #fbfffc;
}

body.install-guide-page .install-guide-device--ios {
    border-left: 0.35rem solid #2878b8;
}

body.install-guide-page .install-guide-device--android {
    border-left: 0.35rem solid #108138;
}

body.install-guide-page .install-guide-device--desktop {
    border-left: 0.35rem solid #f2bc00;
}

body.install-guide-page .install-guide-device__head {
    display: grid;
    align-content: start;
    gap: 0.65rem;
}

body.install-guide-page .install-guide-device__badge {
    width: fit-content;
    padding: 0.36rem 0.65rem;
    border-radius: 999px;
    background: #eaf5ff;
    color: #145987;
    font-size: 0.76rem;
    font-weight: 900;
}

body.install-guide-page .install-guide-device--android .install-guide-device__badge {
    background: #e9f8ef;
    color: #0b7b34;
}

body.install-guide-page .install-guide-device--desktop .install-guide-device__badge {
    background: #fff5c9;
    color: #6d5000;
}

body.install-guide-page .install-guide-device__head h3 {
    margin: 0;
    color: #132316;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.18;
}

body.install-guide-page .install-guide-device__head p {
    margin: 0;
    color: #52685b;
    font-size: 0.98rem;
    line-height: 1.62;
}

body.install-guide-page .install-guide-device__visual {
    display: grid;
    gap: 0.55rem;
    margin: 0.45rem 0 0;
}

body.install-guide-page .install-guide-device__visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 55, 32, 0.1);
    background: #ffffff;
}

body.install-guide-page .install-guide-device__visual figcaption {
    color: #4d6357;
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1.45;
}

body.install-guide-page .install-guide-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.install-guide-page .install-guide-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    min-height: 8.8rem;
    padding: 0.9rem;
    border-radius: 0.85rem;
    background: #ffffff;
    border: 1px solid rgba(15, 55, 32, 0.09);
}

body.install-guide-page .install-guide-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #132316;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
}

body.install-guide-page .install-guide-step h4,
body.install-guide-page .install-guide-after-item h3 {
    margin: 0 0 0.35rem;
    color: #132316;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}

body.install-guide-page .install-guide-after__layout {
    display: grid;
    grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
    gap: 1.4rem;
    align-items: start;
}

body.install-guide-page .install-guide-after__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

body.install-guide-page .install-guide-after-item {
    min-height: 8.2rem;
    padding: 1rem;
    border-radius: 0.9rem;
}

body.install-guide-page .install-guide-troubleshooting {
    background: #ffffff;
}

body.install-guide-page .install-guide-faq-list {
    display: grid;
    gap: 0.75rem;
}

body.install-guide-page .install-guide-faq {
    border-radius: 0.9rem;
    overflow: hidden;
}

body.install-guide-page .install-guide-faq summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    color: #132316;
    font-weight: 900;
    line-height: 1.35;
}

body.install-guide-page .install-guide-faq summary:focus-visible {
    outline: 3px solid rgba(16, 129, 56, 0.28);
    outline-offset: -3px;
}

body.install-guide-page .install-guide-faq p {
    padding: 0 1.1rem 1rem;
}

@media (max-width: 1020px) {
    body.install-guide-page .install-guide-hero__layout,
    body.install-guide-page .install-guide-device,
    body.install-guide-page .install-guide-after__layout {
        grid-template-columns: 1fr;
    }

    body.install-guide-page .install-guide-hero h1 {
        font-size: 2.45rem;
    }

    body.install-guide-page .install-guide-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 680px) {
    body.install-guide-page .install-guide-container {
        width: min(calc(100% - 1.25rem), 72rem);
    }

    body.install-guide-page .install-guide-hero {
        padding: 1.6rem 0 2.2rem;
    }

    body.install-guide-page .install-guide-section {
        padding: 2.35rem 0;
    }

    body.install-guide-page .install-guide-hero h1 {
        font-size: 2.05rem;
    }

    body.install-guide-page .install-guide-section__head h2 {
        font-size: 1.62rem;
    }

body.install-guide-page .install-guide-hero__lead,
body.install-guide-page .install-guide-section__head p {
        font-size: 0.98rem;
    }

    body.install-guide-page .install-guide-checklist,
    body.install-guide-page .install-guide-steps,
    body.install-guide-page .install-guide-after__items {
        grid-template-columns: 1fr;
    }

    body.install-guide-page .install-guide-check,
    body.install-guide-page .install-guide-step,
    body.install-guide-page .install-guide-after-item {
        min-height: 0;
    }

    body.install-guide-page .install-guide-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.install-guide-page .install-guide-btn {
        width: 100%;
    }

    body.install-guide-page .install-guide-phone {
        width: min(15rem, 100%);
    }
}
