/* BeeFixPro v21 homepage experiences
   Pricing orbit, single-line review marquee and randomized repair-library shelf. */

/* ---------------------------------------------------------
   PRICING ORBIT
   --------------------------------------------------------- */
.trust-premium {
    padding: 76px 0 70px;
    background:
        radial-gradient(circle at 8% 3%, rgba(215, 164, 61, .07), transparent 23%),
        linear-gradient(180deg, #ffffff, #f5f6f5) !important;
}

.home-pricing-orbit {
    position: relative;
    display: grid;
    min-height: 590px;
    align-items: center;
    gap: clamp(40px, 6vw, 88px);
    overflow: hidden;
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid #dcdedc;
    border-radius: 32px;
    background:
        radial-gradient(circle at 89% 12%, rgba(218, 164, 57, .11), transparent 27%),
        linear-gradient(145deg, #ffffff, #f3f4f2);
    box-shadow: 0 28px 70px rgba(32, 33, 31, .09), inset 0 1px 0 #fff;
    grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
}

.home-pricing-orbit::before,
.home-pricing-orbit::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.home-pricing-orbit::before {
    top: 0;
    left: 54px;
    width: 136px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #a96800, #ffc74c, rgba(255, 199, 76, 0));
}

.home-pricing-orbit::after {
    right: -115px;
    bottom: -160px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(167, 105, 3, .11);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(212, 159, 53, .035);
}

.home-pricing-orbit__copy {
    position: relative;
    z-index: 3;
}

.home-pricing-orbit__eyebrow,
.home-library-shelf__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #936000;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-pricing-orbit__eyebrow::before,
.home-library-shelf__eyebrow::before {
    width: 28px;
    height: 2px;
    border-radius: 3px;
    background: linear-gradient(90deg, #b97609, #ffc94f);
    content: "";
}

.home-pricing-orbit__copy h2 {
    max-width: 590px;
    margin: 16px 0 17px;
    color: #24231f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(42px, 4.6vw, 64px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.home-pricing-orbit__copy > p {
    max-width: 560px;
    margin: 0;
    color: #66635d;
    font-size: 15px;
    line-height: 1.7;
}

.home-pricing-orbit__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.home-pricing-orbit__assurances span {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #dddedb;
    border-radius: 999px;
    color: #4c4943;
    background: rgba(255, 255, 255, .82);
    font-size: 11px;
    box-shadow: inset 0 1px 0 #fff;
}

.home-pricing-orbit__assurances i {
    color: #a96a00;
}

.home-pricing-orbit__button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 27px;
    padding: 14px 22px;
    border: 1px solid #dda119;
    border-radius: 16px;
    color: #25231f;
    background: linear-gradient(135deg, #ffd163, #f5a900);
    box-shadow: 0 15px 30px rgba(197, 127, 2, .18), inset 0 1px 0 rgba(255, 255, 255, .55);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 850;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-pricing-orbit__button:hover,
.home-pricing-orbit__button:focus-visible {
    color: #25231f;
    box-shadow: 0 20px 36px rgba(197, 127, 2, .25), inset 0 1px 0 rgba(255, 255, 255, .6);
    transform: translateY(-3px);
}

.home-pricing-orbit__clock {
    position: relative;
    z-index: 2;
    width: min(100%, 510px);
    aspect-ratio: 1;
    justify-self: center;
    border: 1px solid #d6d8d5;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .95), transparent 31%),
        radial-gradient(circle at center, #fdfdfb 0 42%, #f0f1ef 42.5% 65%, #fafaf8 65.5% 100%);
    box-shadow: 0 25px 62px rgba(37, 37, 34, .13), inset 0 0 0 13px rgba(255, 255, 255, .72), inset 0 0 0 14px #dcddd9;
}

.home-pricing-orbit__ticks {
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: repeating-conic-gradient(from -1deg, rgba(146, 94, 7, .48) 0 1.2deg, transparent 1.2deg 15deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
    pointer-events: none;
}

.home-pricing-orbit__center {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    display: flex;
    width: 47%;
    aspect-ratio: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(173, 111, 9, .24);
    border-radius: 50%;
    color: #292620;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 246, 220, .96));
    box-shadow: 0 19px 42px rgba(48, 43, 32, .13), inset 0 0 0 8px rgba(255, 255, 255, .57);
    text-align: center;
    transform: translate(-50%, -50%);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-pricing-orbit__center:hover,
.home-pricing-orbit__center:focus-visible {
    color: #292620;
    box-shadow: 0 24px 48px rgba(48, 43, 32, .18), inset 0 0 0 8px rgba(255, 255, 255, .62);
    transform: translate(-50%, -50%) scale(1.025);
}

.home-pricing-orbit__center > i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin-bottom: 7px;
    border-radius: 12px;
    color: #986000;
    background: #ffe8ae;
}

.home-pricing-orbit__center small,
.home-pricing-orbit__center span {
    display: block;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-weight: 800;
    line-height: 1.1;
}

.home-pricing-orbit__center small {
    color: #7d7464;
    font-size: 9px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-pricing-orbit__center strong {
    display: block;
    margin: 2px 0 1px;
    color: #9d6200;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(46px, 4.6vw, 66px);
    font-weight: 900;
    line-height: .95;
}

.home-pricing-orbit__center sup {
    top: -.65em;
    margin-right: 2px;
    font-size: .38em;
}

.home-pricing-orbit__center span {
    color: #696158;
    font-size: 9px;
}

.home-pricing-orbit__rotor {
    position: absolute;
    z-index: 4;
    inset: 51px;
    border: 1px solid rgba(165, 108, 16, .18);
    border-radius: 50%;
    animation: home-orbit-spin 34s linear infinite;
}

.home-pricing-orbit__node {
    position: absolute;
    display: block;
    width: 114px;
    height: 66px;
    color: #302d27;
}

.home-pricing-orbit__node:hover,
.home-pricing-orbit__node:focus-visible {
    color: #302d27;
}

.home-pricing-orbit__node > span {
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 1px 8px;
    padding: 9px 11px;
    border: 1px solid #d9d8d3;
    border-radius: 17px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 13px 25px rgba(36, 35, 31, .12), inset 0 1px 0 #fff;
    grid-template-columns: 28px minmax(0, 1fr);
    animation: home-orbit-counter 34s linear infinite;
    transition: border-color .23s ease, box-shadow .23s ease;
}

.home-pricing-orbit__node:hover > span,
.home-pricing-orbit__node:focus-visible > span {
    border-color: #d59d28;
    box-shadow: 0 17px 30px rgba(107, 76, 19, .18), inset 0 1px 0 #fff;
}

.home-pricing-orbit__node i {
    display: grid;
    width: 28px;
    height: 28px;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: 9px;
    color: #986000;
    background: #fff0c9;
}

.home-pricing-orbit__node b,
.home-pricing-orbit__node small {
    display: block;
    min-width: 0;
    line-height: 1;
}

.home-pricing-orbit__node b {
    color: #8f5900;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 18px;
    font-weight: 900;
}

.home-pricing-orbit__node small {
    overflow: hidden;
    color: #6e685f;
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-pricing-orbit__node--one {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-pricing-orbit__node--two {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.home-pricing-orbit__node--three {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.home-pricing-orbit__node--four {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.home-pricing-orbit__caption {
    position: absolute;
    z-index: 6;
    right: 50%;
    bottom: 26px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #787169;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    transform: translateX(50%);
    white-space: nowrap;
}

.home-pricing-orbit__caption i {
    color: #a86a00;
}

.home-pricing-orbit__rotor:hover,
.home-pricing-orbit__rotor:focus-within,
.home-pricing-orbit__rotor:hover .home-pricing-orbit__node > span,
.home-pricing-orbit__rotor:focus-within .home-pricing-orbit__node > span {
    animation-play-state: paused;
}

@keyframes home-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes home-orbit-counter {
    to { transform: rotate(-360deg); }
}

/* ---------------------------------------------------------
   ONE-LINE CUSTOMER REVIEW MARQUEE
   --------------------------------------------------------- */
.trust-reviews {
    margin-top: 28px;
}

.home-reviews-marquee {
    position: relative;
    margin-top: 22px;
    overflow: hidden;
    border-top: 1px solid #dedfdc;
    padding-top: 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.home-reviews-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.home-reviews-marquee__track.is-ready {
    animation: home-review-marquee 52s linear infinite;
}

.home-reviews-marquee:hover .home-reviews-marquee__track,
.home-reviews-marquee:focus-within .home-reviews-marquee__track {
    animation-play-state: paused;
}

.home-reviews-marquee__group {
    display: flex;
    flex: none;
    gap: 11px;
    padding-right: 11px;
}

.home-review-chip {
    display: grid;
    width: 335px;
    min-height: 102px;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid #dedfdc;
    border-radius: 17px;
    color: #34312c;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 9px 22px rgba(35, 34, 30, .06);
    grid-template-columns: 40px minmax(0, 1fr);
}

.home-review-chip__source {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.home-review-chip__source--google {
    color: #4285f4;
    background: #eef4ff;
}

.home-review-chip__source--facebook {
    color: #1877f2;
    background: #eef5ff;
}

.home-review-chip__source--yelp {
    color: #d32323;
    background: #fff0f0;
}

.home-review-chip__source--thumbtack {
    color: #009fd9;
    background: #ebfaff;
}

.home-review-chip__stars {
    display: block;
    color: #eba300;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
}

.home-review-chip p {
    overflow: hidden;
    margin: 5px 0 4px;
    color: #37342f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-review-chip small {
    display: block;
    color: #817b72;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@keyframes home-review-marquee {
    to { transform: translateX(-50%); }
}

/* ---------------------------------------------------------
   RANDOMIZED REPAIR-LIBRARY SHELF
   --------------------------------------------------------- */
.home-library-shelf {
    position: relative;
    padding: 74px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 5%, rgba(211, 157, 50, .07), transparent 22%),
        #f4f5f4;
}

.home-library-shelf__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 28px;
}

.home-library-shelf__header h2 {
    max-width: 760px;
    margin: 10px 0 7px;
    color: #25231f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(40px, 4.4vw, 60px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.home-library-shelf__header p {
    margin: 0;
    color: #706b63;
    font-size: 14px;
}

.home-library-shelf__header > a {
    display: inline-flex;
    min-height: 50px;
    flex: 0 0 auto;
    align-items: center;
    gap: 17px;
    padding: 12px 18px;
    border: 1px solid #d6d6d1;
    border-radius: 15px;
    color: #302d27;
    background: #fff;
    box-shadow: 0 12px 25px rgba(39, 38, 34, .07);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 850;
    transition: border-color .22s ease, transform .22s ease;
}

.home-library-shelf__header > a:hover,
.home-library-shelf__header > a:focus-visible {
    border-color: #d49b24;
    color: #302d27;
    transform: translateY(-2px);
}

.home-library-shelf__case {
    position: relative;
    padding: 28px 0 18px;
    overflow: hidden;
    border: 1px solid #d8dad7;
    border-radius: 29px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 247, 244, .98)),
        #fff;
    box-shadow: 0 24px 58px rgba(32, 32, 29, .085), inset 0 1px 0 #fff;
}

.home-library-shelf__case::before {
    position: absolute;
    top: 0;
    left: 42px;
    width: 120px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #ac6a00, #ffc54a, transparent);
    content: "";
}

.home-library-shelf__viewport {
    overflow: hidden;
    padding: 10px 0 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-library-shelf__track {
    display: flex;
    width: max-content;
    align-items: flex-end;
    will-change: transform;
}

.home-library-shelf__track.is-ready {
    animation: home-library-drift 72s linear infinite;
}

.home-library-shelf__viewport:hover .home-library-shelf__track,
.home-library-shelf__viewport:focus-within .home-library-shelf__track {
    animation-play-state: paused;
}

.home-library-shelf__group {
    display: flex;
    flex: none;
    align-items: flex-end;
    gap: 12px;
    padding: 0 12px 0 28px;
}

.home-library-book {
    position: relative;
    display: flex;
    width: 174px;
    height: 258px;
    flex: 0 0 174px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px 18px 19px 28px;
    border: 1px solid rgba(76, 62, 38, .18);
    border-radius: 8px 18px 8px 7px;
    color: #2b2823;
    box-shadow: 8px 13px 24px rgba(42, 39, 32, .14), inset -7px 0 12px rgba(255, 255, 255, .24);
    transform-origin: bottom center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-library-book:nth-child(3n + 2) {
    height: 274px;
}

.home-library-book:nth-child(4n) {
    height: 244px;
}

.home-library-book::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    border-right: 1px solid rgba(76, 62, 38, .17);
    background: linear-gradient(90deg, rgba(47, 38, 24, .20), rgba(255, 255, 255, .20));
    content: "";
}

.home-library-book::after {
    position: absolute;
    top: 10px;
    right: -1px;
    bottom: 10px;
    width: 6px;
    border-radius: 3px 0 0 3px;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .78) 0 2px, rgba(103, 86, 56, .13) 2px 3px);
    content: "";
}

.home-library-book:hover,
.home-library-book:focus-visible {
    color: #2b2823;
    box-shadow: 11px 18px 30px rgba(42, 39, 32, .21), inset -7px 0 12px rgba(255, 255, 255, .28);
    transform: translateY(-9px) rotate(-1deg);
}

.home-library-book--amber {
    background: linear-gradient(145deg, #ffd56b, #eaa20e);
}

.home-library-book--stone {
    background: linear-gradient(145deg, #f0eee8, #d4d0c6);
}

.home-library-book--cream {
    background: linear-gradient(145deg, #fff9e9, #ecd59f);
}

.home-library-book--graphite {
    color: #fff8e8;
    background: linear-gradient(145deg, #3b3935, #1f1e1b);
}

.home-library-book--graphite:hover,
.home-library-book--graphite:focus-visible {
    color: #fff8e8;
}

.home-library-book--sand {
    background: linear-gradient(145deg, #e9d2aa, #c6a66e);
}

.home-library-book--ivory {
    background: linear-gradient(145deg, #ffffff, #e8e5dd);
}

.home-library-book__number {
    position: absolute;
    top: 18px;
    right: 15px;
    color: currentColor;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
    opacity: .18;
}

.home-library-book small,
.home-library-book strong,
.home-library-book em {
    position: relative;
    z-index: 1;
    display: block;
}

.home-library-book small {
    margin-bottom: 8px;
    color: inherit;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
    line-height: 1.25;
    opacity: .69;
    text-transform: uppercase;
}

.home-library-book strong {
    min-height: 74px;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.home-library-book em {
    margin-top: 19px;
    padding-top: 11px;
    border-top: 1px solid currentColor;
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
    opacity: .77;
}

.home-library-book em i {
    margin-left: 5px;
}

.home-library-shelf__rail {
    position: relative;
    z-index: 3;
    height: 24px;
    margin: -2px 18px 0;
    border: 1px solid #a9741c;
    border-radius: 5px 5px 12px 12px;
    background: linear-gradient(180deg, #c9963b, #8b5c13 58%, #643c07);
    box-shadow: 0 11px 17px rgba(54, 39, 16, .18), inset 0 1px 0 rgba(255, 245, 210, .54);
}

.home-library-shelf__rail span {
    position: absolute;
    right: 4%;
    bottom: -8px;
    left: 4%;
    height: 8px;
    border-radius: 0 0 8px 8px;
    background: rgba(74, 45, 4, .31);
    filter: blur(5px);
}

.home-library-shelf__hint {
    margin: 17px 25px 0;
    color: #7b766e;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.home-library-shelf__hint i {
    margin-right: 7px;
    color: #a66a08;
}

@keyframes home-library-drift {
    to { transform: translateX(-50%); }
}

@media (max-width: 1199px) {
    .home-pricing-orbit {
        min-height: 550px;
        gap: 32px;
        padding: 40px;
        grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    }

    .home-pricing-orbit__clock {
        max-width: 455px;
    }

    .home-pricing-orbit__rotor {
        inset: 46px;
    }
}

@media (max-width: 991px) {
    .home-pricing-orbit {
        grid-template-columns: 1fr;
    }

    .home-pricing-orbit__copy {
        text-align: center;
    }

    .home-pricing-orbit__copy h2,
    .home-pricing-orbit__copy > p {
        margin-inline: auto;
    }

    .home-pricing-orbit__assurances {
        justify-content: center;
    }

    .home-pricing-orbit__clock {
        width: min(100%, 470px);
    }

    .home-library-shelf__header h2 {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .trust-premium {
        padding: 48px 0 46px;
    }

    .home-pricing-orbit {
        min-height: 0;
        gap: 30px;
        padding: 27px 17px 30px;
        border-radius: 24px;
    }

    .home-pricing-orbit::before {
        left: 24px;
        width: 90px;
    }

    .home-pricing-orbit__copy h2 {
        margin-top: 12px;
        font-size: clamp(37px, 10.3vw, 48px);
    }

    .home-pricing-orbit__copy > p {
        font-size: 14px;
        line-height: 1.6;
    }

    .home-pricing-orbit__assurances {
        gap: 6px;
        margin-top: 20px;
    }

    .home-pricing-orbit__assurances span {
        min-height: 35px;
        padding: 7px 9px;
        font-size: 9px;
    }

    .home-pricing-orbit__button {
        width: 100%;
        margin-top: 20px;
    }

    .home-pricing-orbit__clock {
        width: min(100%, 390px);
    }

    .home-pricing-orbit__rotor {
        inset: 41px;
    }

    .home-pricing-orbit__node {
        width: 101px;
        height: 60px;
    }

    .home-pricing-orbit__node > span {
        gap: 1px 6px;
        padding: 7px 8px;
        grid-template-columns: 25px minmax(0, 1fr);
    }

    .home-pricing-orbit__node i {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .home-pricing-orbit__node b {
        font-size: 16px;
    }

    .home-pricing-orbit__caption {
        bottom: 18px;
        font-size: 8px;
    }

    .trust-reviews {
        margin-top: 20px;
    }

    .home-reviews-marquee {
        margin-inline: -15px;
    }

    .home-review-chip {
        width: 278px;
        min-height: 94px;
        padding: 11px 12px;
    }

    .home-review-chip p {
        font-size: 11px;
    }

    .home-library-shelf {
        padding: 54px 0 62px;
    }

    .home-library-shelf__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 22px;
    }

    .home-library-shelf__header h2 {
        font-size: clamp(37px, 10vw, 47px);
    }

    .home-library-shelf__header > a {
        width: 100%;
        justify-content: center;
    }

    .home-library-shelf__case {
        padding-top: 22px;
        border-radius: 23px;
    }

    .home-library-shelf__group {
        gap: 9px;
        padding-right: 9px;
        padding-left: 18px;
    }

    .home-library-book {
        width: 144px;
        height: 222px;
        flex-basis: 144px;
        padding: 18px 14px 16px 23px;
    }

    .home-library-book:nth-child(3n + 2) {
        height: 236px;
    }

    .home-library-book:nth-child(4n) {
        height: 211px;
    }

    .home-library-book strong {
        min-height: 62px;
        font-size: 16px;
    }

    .home-library-book em {
        margin-top: 13px;
        font-size: 8px;
    }

    .home-library-shelf__rail {
        height: 20px;
        margin-inline: 10px;
    }

    .home-library-shelf__hint {
        margin-inline: 14px;
        font-size: 7px;
        line-height: 1.5;
    }
}

@media (max-width: 440px) {
    .home-pricing-orbit__clock {
        width: 310px;
        max-width: 100%;
    }

    .home-pricing-orbit__rotor {
        inset: 34px;
    }

    .home-pricing-orbit__node {
        width: 88px;
        height: 54px;
    }

    .home-pricing-orbit__node > span {
        grid-template-columns: 22px minmax(0, 1fr);
        border-radius: 14px;
    }

    .home-pricing-orbit__node i {
        width: 22px;
        height: 22px;
    }

    .home-pricing-orbit__node b {
        font-size: 14px;
    }

    .home-pricing-orbit__node small {
        font-size: 6px;
    }

    .home-pricing-orbit__center {
        width: 45%;
    }

    .home-pricing-orbit__center > i {
        width: 29px;
        height: 29px;
        margin-bottom: 4px;
        font-size: 11px;
    }

    .home-pricing-orbit__center strong {
        font-size: 42px;
    }

    .home-pricing-orbit__caption {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-pricing-orbit__rotor,
    .home-pricing-orbit__node > span,
    .home-reviews-marquee__track.is-ready,
    .home-library-shelf__track.is-ready {
        animation: none;
    }

    .home-reviews-marquee,
    .home-library-shelf__viewport {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
        scrollbar-width: thin;
    }
}
