body.install-guide-page {
    --install-green: #108138;
    --install-green-dark: #0a5f2a;
    --install-ink: #16221d;
    --install-muted: #5f6f66;
    --install-line: rgba(16, 129, 56, 0.14);
    --install-soft: #f4fbf7;
    --install-yellow: #f6c928;
    --install-pink: #e94f86;
    --install-blue: #315d9b;
    margin: 0;
    color: var(--install-ink);
    background: #f7f8f6;
    font-family: Inter, sans-serif;
}

body.install-guide-page * {
    box-sizing: border-box;
}

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

.install-guide-main {
    background: #f7f8f6;
}

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

body.install-guide-page .back-to-top {
    display: none !important;
}

.install-hero {
    padding: clamp(2rem, 5vw, 4.7rem) 0 clamp(1.8rem, 4vw, 3.5rem);
    background:
        linear-gradient(180deg, #ffffff 0%, #f3faf6 100%);
    border-bottom: 1px solid var(--install-line);
}

.install-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.install-eyebrow {
    margin: 0 0 0.62rem;
    color: var(--install-green);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.install-hero h1,
.install-section__head h2 {
    margin: 0;
    color: var(--install-ink);
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.install-hero__lead {
    max-width: 44rem;
    margin: 1rem 0 0;
    color: var(--install-muted);
    font-size: clamp(1.02rem, 1.6vw, 1.22rem);
    font-weight: 560;
    line-height: 1.72;
}

.install-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.45rem;
}

.install-primary-btn,
.install-secondary-link {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.58rem;
    padding: 0.82rem 1.15rem;
    border-radius: 999px;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.install-primary-btn {
    border: 0;
    background: var(--install-green);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(16, 129, 56, 0.2);
    cursor: pointer;
}

.install-primary-btn:hover,
.install-primary-btn:focus-visible {
    transform: translateY(-2px);
    background: var(--install-green-dark);
    box-shadow: 0 18px 34px rgba(16, 129, 56, 0.25);
    outline: none;
}

.install-primary-btn[disabled] {
    cursor: default;
    opacity: 0.72;
    transform: none;
}

.install-primary-btn__icon,
.install-primary-btn__icon svg {
    width: 1.08rem;
    height: 1.08rem;
}

.install-primary-btn__icon {
    display: inline-flex;
}

.install-primary-btn__icon svg {
    display: block;
    fill: currentColor;
}

.install-secondary-link {
    border: 1px solid rgba(16, 129, 56, 0.2);
    background: #ffffff;
    color: var(--install-green);
}

.install-secondary-link:hover,
.install-secondary-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(16, 129, 56, 0.38);
    box-shadow: 0 12px 24px rgba(16, 129, 56, 0.12);
    outline: none;
}

.install-status {
    max-width: 42rem;
    margin: 1rem 0 0;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(49, 93, 155, 0.16);
    border-radius: 8px;
    background: rgba(49, 93, 155, 0.07);
    color: #294d81;
    font-size: 0.94rem;
    font-weight: 760;
    line-height: 1.5;
}

.install-status[data-state="success"] {
    border-color: rgba(16, 129, 56, 0.2);
    background: rgba(16, 129, 56, 0.08);
    color: var(--install-green-dark);
}

.install-status[data-state="warning"] {
    border-color: rgba(246, 201, 40, 0.42);
    background: rgba(246, 201, 40, 0.16);
    color: #6d5200;
}

.install-hero__visual {
    display: flex;
    justify-content: center;
}

.install-phone {
    width: min(100%, 18.5rem);
    aspect-ratio: 0.56;
    padding: 0.9rem;
    border: 1px solid rgba(22, 34, 29, 0.14);
    border-radius: 2rem;
    background: #17241f;
    box-shadow: 0 28px 56px rgba(22, 34, 29, 0.22);
}

.install-phone__top {
    width: 5.2rem;
    height: 0.44rem;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.install-phone__screen {
    height: calc(100% - 1.29rem);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.9rem;
    padding: 1.4rem;
    border-radius: 1.35rem;
    background:
        linear-gradient(160deg, #f7fff8 0%, #fff7d2 100%);
    text-align: center;
}

.install-phone__icon {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.3rem;
    box-shadow: 0 14px 30px rgba(16, 129, 56, 0.16);
}

.install-phone__screen span {
    color: var(--install-green);
    font-size: 1.35rem;
    font-weight: 950;
}

.install-phone__screen strong {
    color: #24372e;
    font-size: 1.04rem;
    font-weight: 850;
    line-height: 1.35;
}

.install-jump-nav {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(16, 129, 56, 0.1);
    backdrop-filter: blur(14px);
}

.install-jump-nav__inner {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-block: 0.65rem;
    scrollbar-width: none;
}

.install-jump-nav__inner::-webkit-scrollbar {
    display: none;
}

.install-jump-nav a {
    flex: 0 0 auto;
    padding: 0.58rem 0.86rem;
    border-radius: 999px;
    color: #2a4a38;
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.install-jump-nav a:hover,
.install-jump-nav a:focus-visible {
    background: rgba(16, 129, 56, 0.08);
    color: var(--install-green);
    outline: none;
}

.install-section {
    padding: clamp(2.6rem, 6vw, 5rem) 0;
    scroll-margin-top: 5rem;
}

.install-section--prep,
.install-section--checks {
    background: #ffffff;
}

.install-section__head {
    max-width: 48rem;
    margin-bottom: clamp(1.3rem, 3vw, 2.2rem);
}

.install-section__head h2 {
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.08;
}

.install-section__head p:not(.install-eyebrow) {
    margin: 0.85rem 0 0;
    color: var(--install-muted);
    font-size: 1rem;
    font-weight: 560;
    line-height: 1.7;
}

.install-prep-grid,
.install-check-list,
.install-help-list {
    display: grid;
    gap: 1rem;
}

.install-prep-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.install-prep-card,
.install-platform-card,
.install-check-item,
.install-help-item {
    border: 1px solid rgba(22, 34, 29, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(22, 34, 29, 0.06);
}

.install-prep-card {
    min-height: 14rem;
    display: grid;
    align-content: start;
    gap: 0.72rem;
    padding: 1.18rem;
}

.install-prep-card__icon {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(16, 129, 56, 0.1);
    color: var(--install-green);
}

.install-prep-card:nth-child(2) .install-prep-card__icon {
    background: rgba(246, 201, 40, 0.22);
    color: #8a6800;
}

.install-prep-card:nth-child(3) .install-prep-card__icon {
    background: rgba(233, 79, 134, 0.12);
    color: var(--install-pink);
}

.install-prep-card__icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.install-prep-card h3,
.install-platform-card h3,
.install-check-item h3,
.install-help-item h3 {
    margin: 0;
    color: var(--install-ink);
    font-size: 1.08rem;
    font-weight: 920;
    line-height: 1.22;
}

.install-prep-card p,
.install-platform-card p,
.install-check-item p,
.install-help-item p,
.install-step-list p {
    margin: 0;
    color: var(--install-muted);
    font-size: 0.98rem;
    font-weight: 520;
    line-height: 1.65;
}

.install-platform-list {
    display: grid;
    gap: 1.15rem;
}

.install-platform-card {
    --platform-accent: var(--install-green);
    --platform-accent-dark: var(--install-green-dark);
    --platform-soft: var(--install-soft);
    position: relative;
    display: block;
    overflow: hidden;
    border-color: color-mix(in srgb, var(--platform-accent) 14%, rgba(22, 34, 29, 0.08));
    box-shadow: 0 18px 42px rgba(22, 34, 29, 0.07);
}

.install-platform-card[data-platform="ios"] {
    --platform-accent: var(--install-blue);
    --platform-accent-dark: #244879;
    --platform-soft: rgba(49, 93, 155, 0.08);
}

.install-platform-card[data-platform="desktop"] {
    --platform-accent: var(--install-pink);
    --platform-accent-dark: #b83266;
    --platform-soft: rgba(233, 79, 134, 0.08);
}

.install-platform-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
    grid-template-areas:
        "intro visual"
        "summary visual";
    align-content: start;
    gap: 0.75rem 1.35rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-bottom: 1px solid color-mix(in srgb, var(--platform-accent) 13%, rgba(22, 34, 29, 0.08));
    background:
        radial-gradient(circle at 92% 0%, color-mix(in srgb, var(--platform-accent) 12%, transparent) 0 7rem, transparent 7.1rem),
        linear-gradient(135deg, var(--platform-soft) 0%, #ffffff 100%);
}

.install-platform-card__intro {
    grid-area: intro;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
}

.install-platform-card__icon,
.install-step-list__icon,
.install-platform-card__visual-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.install-platform-card__icon {
    width: 3.6rem;
    height: 3.6rem;
    border: 1px solid color-mix(in srgb, var(--platform-accent) 22%, transparent);
    border-radius: 8px;
    background: #ffffff;
    color: var(--platform-accent);
    box-shadow: 0 14px 28px color-mix(in srgb, var(--platform-accent) 13%, transparent);
}

.install-platform-card__icon svg,
.install-platform-card__visual-icon svg,
.install-step-list__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.install-platform-card__icon svg {
    width: 1.7rem;
    height: 1.7rem;
}

.install-platform-card__copy {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
}

.install-platform-card__kicker {
    width: fit-content;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--platform-accent);
    font-size: 0.72rem;
    font-weight: 920;
    text-transform: uppercase;
}

.install-platform-card__head > p {
    grid-area: summary;
    max-width: 40rem;
    font-size: 1rem;
}

.install-platform-card__visual {
    grid-area: visual;
    align-self: stretch;
    min-height: 8.75rem;
}

.install-platform-card__mockup {
    position: relative;
    height: 100%;
    min-height: 8.75rem;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--platform-accent) 14%, transparent);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 27%, transparent 27%),
        radial-gradient(circle at 32% 34%, color-mix(in srgb, var(--platform-accent) 16%, transparent) 0 2.35rem, transparent 2.42rem),
        linear-gradient(145deg, #ffffff 0%, color-mix(in srgb, var(--platform-accent) 11%, #ffffff) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 16px 32px color-mix(in srgb, var(--platform-accent) 10%, transparent);
}

.install-platform-card__mockup::before {
    content: "";
    position: absolute;
    left: 4.25rem;
    right: 5.1rem;
    top: 50%;
    height: 0.16rem;
    border-radius: 999px;
    background: repeating-linear-gradient(
        90deg,
        color-mix(in srgb, var(--platform-accent) 36%, transparent) 0 0.55rem,
        transparent 0.55rem 0.9rem
    );
}

.install-platform-card__browser-bar {
    position: absolute;
    top: 0.82rem;
    left: 0.9rem;
    display: inline-flex;
    gap: 0.28rem;
}

.install-platform-card__browser-bar span {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--platform-accent) 40%, #ffffff);
}

.install-platform-card__app-icon {
    position: absolute;
    left: 1.15rem;
    top: 50%;
    width: 4.1rem;
    height: 4.1rem;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 1.05rem;
    background: #ffffff;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--platform-accent) 18%, transparent);
    transform: translateY(-38%);
}

.install-platform-card__app-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.install-platform-card__visual-icon {
    position: absolute;
    right: 1.08rem;
    top: 50%;
    width: 4.35rem;
    height: 4.35rem;
    border-radius: 999px;
    background: var(--platform-accent);
    color: #ffffff;
    box-shadow:
        0 18px 34px color-mix(in srgb, var(--platform-accent) 28%, transparent),
        0 0 0 0.58rem color-mix(in srgb, var(--platform-accent) 8%, transparent);
    transform: translateY(-50%);
}

.install-platform-card__visual-icon svg {
    width: 2rem;
    height: 2rem;
}

.install-step-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.82rem;
    margin: 0;
    padding: 1rem;
    list-style: none;
    background: #ffffff;
}

.install-step-list li {
    display: grid;
    grid-template-columns: 3.35rem minmax(0, 1fr);
    gap: 0.82rem;
    align-items: start;
    min-height: 6.4rem;
    padding: 0.98rem;
    border: 1px solid rgba(22, 34, 29, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--platform-accent) 4%, #ffffff) 0%, #ffffff 100%);
    box-shadow: 0 8px 20px rgba(22, 34, 29, 0.035);
}

.install-step-list li + li {
    border-top: 1px solid rgba(22, 34, 29, 0.08);
}

.install-step-list__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid color-mix(in srgb, var(--platform-accent) 17%, transparent);
    border-radius: 8px;
    background: color-mix(in srgb, var(--platform-accent) 8%, #ffffff);
}

.install-step-list__number {
    position: absolute;
    top: -0.46rem;
    left: -0.38rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #fff6cf;
    color: #715500;
    font-size: 0.68rem;
    font-weight: 950;
    box-shadow: 0 6px 12px rgba(113, 85, 0, 0.11);
}

.install-step-list__icon {
    position: static;
    width: 1.7rem;
    height: 1.7rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--platform-accent);
    box-shadow: none;
}

.install-step-list__icon svg {
    width: 1.36rem;
    height: 1.36rem;
}

.install-step-list p {
    color: #44564d;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.55;
}

.install-section--checks {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
}

.install-check-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
    grid-template-areas:
        "copy visual"
        "list visual";
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
}

.install-check-panel__copy {
    grid-area: copy;
    max-width: 50rem;
}

.install-check-panel__copy h2 {
    margin: 0;
    color: var(--install-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.install-check-panel__copy > p:not(.install-eyebrow) {
    max-width: 42rem;
    margin: 0.9rem 0 0;
    color: var(--install-muted);
    font-size: 1.03rem;
    font-weight: 620;
    line-height: 1.7;
}

.install-check-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.05rem;
}

.install-check-panel__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.72rem;
    border: 1px solid rgba(16, 129, 56, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: var(--install-green-dark);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.install-check-panel__visual {
    grid-area: visual;
    display: flex;
    align-items: stretch;
    min-height: 24rem;
}

.install-check-device {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.62rem;
    overflow: hidden;
    padding: 1.45rem;
    border: 1px solid rgba(16, 129, 56, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0%, #effaf3 100%);
    box-shadow: 0 18px 42px rgba(22, 34, 29, 0.07);
}

.install-check-device::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 1px dashed rgba(16, 129, 56, 0.18);
    border-radius: 8px;
    pointer-events: none;
}

.install-check-device__status {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.78rem;
    border-radius: 999px;
    background: var(--install-green);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(16, 129, 56, 0.18);
}

.install-check-device img {
    position: relative;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    border: 4px solid #ffffff;
    border-radius: 1.35rem;
    box-shadow: 0 16px 32px rgba(16, 129, 56, 0.18);
}

.install-check-device strong {
    position: relative;
    z-index: 1;
    color: var(--install-ink);
    font-size: 1.28rem;
    font-weight: 950;
    line-height: 1.1;
}

.install-check-device__caption {
    position: relative;
    z-index: 1;
    color: var(--install-muted);
    font-size: 0.86rem;
    font-weight: 780;
}

.install-check-device__dock {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0.45rem;
    margin-top: 0.5rem;
    padding: 0.55rem 0.68rem;
    border: 1px solid rgba(16, 129, 56, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.install-check-device__dock span {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: rgba(16, 129, 56, 0.32);
}

.install-check-list {
    grid-area: list;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.92rem;
}

.install-check-item {
    --check-accent: var(--install-green);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    min-height: 12.6rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--check-accent) 18%, rgba(22, 34, 29, 0.08));
    border-top: 4px solid var(--check-accent);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--check-accent) 5%, #ffffff) 0%, #ffffff 100%);
    box-shadow: 0 12px 26px rgba(22, 34, 29, 0.055);
}

.install-check-item[data-check-tone="yellow"] {
    --check-accent: var(--install-yellow);
}

.install-check-item[data-check-tone="blue"] {
    --check-accent: var(--install-blue);
}

.install-check-item__icon {
    width: 2.85rem;
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--check-accent) 22%, transparent);
    border-radius: 8px;
    background: #ffffff;
    color: var(--check-accent);
    box-shadow: 0 10px 18px color-mix(in srgb, var(--check-accent) 12%, transparent);
}

.install-check-item__icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.install-check-item__copy {
    min-width: 0;
}

.install-check-item__label {
    display: block;
    margin-bottom: 0.38rem;
    color: color-mix(in srgb, var(--check-accent) 82%, #17241f);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
}

.install-check-item h3 {
    margin-bottom: 0.36rem;
}

.install-check-item p {
    line-height: 1.62;
}

.install-help-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.install-help-item {
    padding: 1.12rem 1.18rem;
}

.install-help-item h3 {
    margin-bottom: 0.45rem;
}

@media (max-width: 900px) {
    .install-hero__layout,
    .install-platform-card {
        grid-template-columns: 1fr;
    }

    .install-check-panel {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual"
            "list";
    }

    .install-check-panel__visual {
        min-height: 14rem;
    }

    .install-check-device {
        min-height: 14rem;
    }

    .install-check-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .install-platform-card__head {
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "summary"
            "visual";
        border-right: 0;
        border-bottom: 1px solid rgba(16, 129, 56, 0.1);
    }

    .install-platform-card__visual {
        min-height: 8.2rem;
    }

    .install-step-list {
        grid-template-columns: 1fr;
    }

    .install-prep-grid,
    .install-help-list {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 640px) {
    body.install-guide-page .site-header-mobile-consultation-cta {
        display: none !important;
    }

    .install-container {
        width: min(calc(100% - 1rem), 76rem);
    }

    .install-hero {
        padding-top: 1.6rem;
    }

    .install-hero__visual {
        justify-content: flex-start;
    }

    .install-phone {
        width: min(100%, 15.5rem);
    }

    .install-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .install-primary-btn,
    .install-secondary-link {
        width: 100%;
    }

    .install-check-panel {
        gap: 0.9rem;
    }

    .install-check-panel__copy h2 {
        font-size: clamp(1.9rem, 10vw, 2.65rem);
    }

    .install-check-panel__visual {
        min-height: 12.5rem;
    }

    .install-check-device {
        min-height: 12.5rem;
        padding: 1rem;
    }

    .install-check-device img {
        width: 4.85rem;
        height: 4.85rem;
        border-radius: 1.1rem;
    }

    .install-check-list {
        grid-template-columns: 1fr;
        gap: 0.72rem;
    }

    .install-check-item {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 0;
        padding: 0.92rem;
    }

    .install-check-item__icon {
        width: 2.55rem;
        height: 2.55rem;
    }

    .install-step-list li {
        grid-template-columns: 3.05rem minmax(0, 1fr);
        gap: 0.72rem;
        min-height: 0;
        padding: 0.95rem;
    }

    .install-step-list__badge {
        width: 2.75rem;
        height: 2.75rem;
        min-height: 0;
    }

    .install-step-list__number {
        width: 1.45rem;
        height: 1.45rem;
    }

    .install-step-list__icon {
        width: 1.55rem;
        height: 1.55rem;
    }

    .install-step-list__icon svg {
        width: 1.18rem;
        height: 1.18rem;
    }
}
