/* ==========================================================================
   "How to rent" page (how-it-works.php). Page-only additions on top of
   site.css: reuses its tokens and components, everything is pb-how-*.
   ========================================================================== */

/* Cards slide in from the side (data-reveal="right"); clip them per section
   so they never widen the page on phones. `clip` keeps position: sticky working. */
.pb-how main > section { overflow-x: clip; }

/* ------------------------------------------------------ on this page */
.pb-how-tocbar { position: relative; z-index: 4; padding: clamp(18px, 3vw, 30px) 0 clamp(26px, 4vw, 40px); }
.pb-how-toc { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.pb-how-toc__label { font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.pb-how-toc .pb-toc .pb-i { width: 17px; height: 17px; color: var(--terra); }
.pb-how-toc .pb-toc a { box-shadow: var(--shadow-s); transition: border-color .25s, color .25s, transform .35s var(--ease); }
.pb-how-toc .pb-toc a:hover { transform: translateY(-2px); }

/* ------------------------------------------------------- onboarding */
.pb-how-links { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; justify-items: start; }
.pb-how-links .pb-link-arrow { line-height: 1.35; }
.pb-how-links__muted { color: var(--muted) !important; font-weight: 600; }
.pb-how-links__muted:hover { color: var(--terra) !important; }
.pb-how-tag {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 6px 12px; border-radius: 999px;
    background: var(--sand-100); color: var(--ink-2); font-size: .8rem; font-weight: 700; line-height: 1.3;
    transition: background .4s, color .4s;
}
.pb-how-tag .pb-i { width: 16px; height: 16px; color: var(--terra); }
.pb-step.is-active .pb-how-tag { background: var(--terra-100); color: var(--terra-700); }

/* ----------------------------------------------------------- booking */
#booking > .pb-container { position: relative; z-index: 1; }
.pb-how-bignum {
    position: absolute; right: max(12px, 2vw); top: clamp(24px, 5vw, 76px); z-index: 0; pointer-events: none; white-space: nowrap;
    font: 700 clamp(4.6rem, 14vw, 13rem)/1 var(--font-display); letter-spacing: -.06em;
    color: transparent; -webkit-text-stroke: 1.5px rgba(15, 118, 110, .16);
}

.pb-how-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 24px); }
.pb-how-span2 { grid-column: span 2; }
/* the timeline spans two rows: let its demo panel fill the height and centre the track */
.pb-how-bento > .pb-how-tl { grid-row: span 2; grid-template-rows: auto 1fr; align-content: stretch; }
.pb-how-bento > .pb-how-bill { grid-column: 1 / -1; }
.pb-how-bill > div:last-child { max-width: 72ch; }

.pb-how-mini .pb-icon { width: 48px; height: 48px; border-radius: 15px; }
.pb-how-mini .pb-icon .pb-i { width: 24px; height: 24px; }
.pb-how-mini h3 { font-size: 1.16rem; margin: 18px 0 8px; }
.pb-how-mini p { font-size: .97rem; }

/* availability timeline (illustration of the real booking screen) */
.pb-how-tl { display: grid; gap: 22px; align-content: start; }
.pb-how-tl__intro { display: flex; gap: 16px; align-items: flex-start; }
.pb-how-tl__intro h3 { margin: 4px 0 6px; }
.pb-how-tl__intro p { margin: 0; }
.pb-how-tl__demo {
    display: flex; flex-direction: column; justify-content: center;
    padding: 16px 18px 14px; border-radius: 18px; background: var(--sand-50); border: 1px solid var(--line);
}
.pb-how-tl__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.pb-how-tl__chips .pb-badge { max-width: 100%; }
.pb-how-tl__track {
    --hours: 15;
    position: relative; height: 48px; border-radius: 12px; border: 1px solid var(--line);
    background: linear-gradient(90deg, transparent calc(100% - 1px), rgba(15, 31, 30, .08) 0) 0 0 / calc(100% / var(--hours)) 100% repeat-x, #fff;
}
.pb-how-tl__blk { position: absolute; top: 6px; bottom: 6px; border-radius: 8px; }
.pb-how-tl__blk--busy { background: repeating-linear-gradient(-45deg, #d6e0de 0 6px, #e8eeec 6px 12px); box-shadow: inset 0 0 0 1px rgba(15, 31, 30, .06); }
.pb-how-tl__blk--mine { z-index: 1; background: linear-gradient(135deg, var(--terra), var(--gold)); box-shadow: 0 10px 22px -10px rgba(224, 104, 58, .9); }
.pb-how-tl__bubble {
    position: absolute; left: -6px; bottom: calc(100% + 14px); padding: 6px 10px; border-radius: 10px; white-space: nowrap;
    background: var(--ink); color: #fff; font: 700 .78rem/1.2 var(--font-text); font-style: normal; font-variant-numeric: tabular-nums;
    box-shadow: 0 12px 24px -12px rgba(6, 48, 46, .6);
}
.pb-how-tl__bubble::after { content: ''; position: absolute; left: 14px; top: 100%; border: 6px solid transparent; border-top-color: var(--ink); }
.pb-how-tl__ticks { position: relative; height: 20px; margin-top: 8px; font-size: .72rem; font-weight: 700; color: var(--muted); font-variant-numeric: tabular-nums; }
.pb-how-tl__ticks span { position: absolute; top: 0; transform: translateX(-50%); }
.pb-how-tl__ticks span:first-child { transform: none; }
.pb-how-tl__ticks .is-end { transform: translateX(-100%); }
.pb-how-tl__legend { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 14px 0 0; font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.pb-how-tl__legend li { display: inline-flex; align-items: center; gap: 8px; }
.pb-how-tl__legend i { width: 20px; height: 12px; border-radius: 4px; flex: none; }
.pb-how-tl__legend .is-busy { background: repeating-linear-gradient(-45deg, #d6e0de 0 4px, #e8eeec 4px 8px); }
.pb-how-tl__legend .is-mine { background: linear-gradient(135deg, var(--terra), var(--gold)); }
.pb-how-tl__legend .is-free { background: #fff; box-shadow: inset 0 0 0 1px rgba(15, 31, 30, .18); }

/* blocks grow in once the card is revealed, then the bubble pops */
.js .pb-how-tl .pb-how-tl__blk { transform: scaleX(0); transform-origin: left center; transition: transform .9s var(--ease); transition-delay: calc(var(--bd, 0ms) + 250ms); }
.js .pb-how-tl.is-in .pb-how-tl__blk { transform: none; }
.js .pb-how-tl .pb-how-tl__bubble { opacity: 0; translate: 0 6px; transition: opacity .5s var(--ease), translate .5s var(--ease); transition-delay: 1.5s; }
.js .pb-how-tl.is-in .pb-how-tl__bubble { opacity: 1; translate: 0 0; }

/* billing to the minute */
.pb-how-bill { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(20px, 3.4vw, 44px); align-items: center; overflow: hidden; }
.pb-how-bill::after {
    content: ''; position: absolute; right: -90px; bottom: -120px; width: 300px; height: 300px; border-radius: 50%;
    border: 1px dashed rgba(242, 181, 107, .3); pointer-events: none; z-index: 0;
}
.pb-how-bill > * { position: relative; z-index: 1; }
.pb-how-bill__eq {
    display: grid; justify-items: center; gap: 8px; padding: 24px 28px; border-radius: 22px; text-align: center;
    background: rgba(255, 255, 255, .06); border: 1px solid var(--line-light);
}
.pb-how-bill__eq span { font: 600 1.25rem/1 var(--font-display); color: rgba(236, 246, 244, .75); white-space: nowrap; }
.pb-how-bill__eq strong {
    font: 700 clamp(2.4rem, 4.2vw, 3.3rem)/1 var(--font-display); letter-spacing: -.04em; white-space: nowrap;
    background: linear-gradient(120deg, var(--gold), #ffd9a8 60%, var(--teal-200)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pb-how-bill__arrow { width: 22px; height: 22px; color: var(--gold); transform: rotate(90deg); }
.pb-how-bill h3 { margin: 0 0 10px; color: #fff; }
.pb-how-bill .pb-how-bill__ex {
    display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 0; padding: 12px 14px; border-radius: 14px;
    background: rgba(242, 181, 107, .13); color: #ffe7c7; font-weight: 600; font-size: .96rem; line-height: 1.45;
}
.pb-how-bill__ex .pb-i { color: var(--gold); margin-top: 1px; }

.pb-how-more { margin: clamp(26px, 3.4vw, 40px) 0 0; }
/* last word + arrow of a link stay together when the link wraps */
.pb-how-nowrap { white-space: nowrap; }

/* ------------------------------------------------ changes & cancellation */
.pb-how-scale { margin: 30px 0 28px; max-width: 540px; }
.pb-how-scale__flag { display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-bottom: 8px; font-size: .82rem; font-weight: 800; color: var(--ink); }
.pb-how-scale__flag .pb-i { width: 14px; height: 14px; color: var(--terra); }
.pb-how-scale__bar {
    position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 24%; min-height: 58px;
    border-radius: 16px; overflow: hidden; background: var(--sand-100); box-shadow: var(--shadow-s);
}
.pb-how-scale__bar::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 4px; background: var(--ink); }
.pb-how-scale__free {
    display: flex; align-items: center; gap: 10px; padding: 10px 16px;
    background: linear-gradient(90deg, var(--teal-800), var(--teal-600)); color: #fff; font-weight: 700; font-size: .92rem; line-height: 1.25;
}
.pb-how-scale__free .pb-i { width: 20px; height: 20px; color: var(--teal-200); }
.pb-how-scale__lock {
    display: grid; place-items: center; padding: 0 8px 0 4px;
    background: repeating-linear-gradient(-45deg, var(--terra-100) 0 8px, #fbd3bf 8px 16px); color: var(--terra-700);
    font: 700 1.1rem/1 var(--font-display); white-space: nowrap;
}
.pb-how-scale__note { margin: 8px 0 0; text-align: right; font-size: .85rem; font-weight: 700; color: var(--terra-700); }
.js .pb-how-scale .pb-how-scale__free { clip-path: inset(0 100% 0 0); transition: clip-path 1.3s var(--ease) .45s; }
.js .pb-how-scale.is-in .pb-how-scale__free { clip-path: inset(0 0 0 0); }

.pb-how-rules { display: grid; gap: 14px; }
.pb-how-rule {
    display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; padding: 22px 24px; border-radius: 22px;
    background: var(--sand-50); border: 1px solid var(--line);
    transition: border-color .3s, box-shadow .4s var(--ease), background .3s;
}
.pb-how-rule:hover { background: #fff; border-color: rgba(224, 104, 58, .35); box-shadow: var(--shadow-s); }
.pb-how-rule .pb-icon { width: 48px; height: 48px; border-radius: 15px; }
.pb-how-rule .pb-icon .pb-i { width: 24px; height: 24px; }
.pb-how-rule h3 { margin: 4px 0 6px; font-size: 1.14rem; }
.pb-how-rule p { margin: 0; color: var(--ink-2); font-size: .97rem; }

/* ------------------------------------------------------- on the day */
.pb-how-band .pb-eyebrow { color: var(--gold); }
.pb-how-band .pb-lead { max-width: 58ch; }

.pb-how-visit__steps h3 { font-size: 1.18rem; }
.pb-how-visit__steps > li + li { margin-top: 0; }
.pb-how-visit__side { display: grid; gap: 26px; align-content: start; }
.pb-how-visit__side .pb-how-more { margin: 0; }
.pb-how-visit__photo {
    position: relative; margin: 0; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden;
    background: var(--sand-100); box-shadow: var(--shadow-s);
}
.pb-how-visit__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* caption at the top: the room photos keep things on the floor in the bottom
   corners, which peeked out from under a bottom badge like a glitch */
.pb-how-visit__photo figcaption { position: absolute; left: 14px; top: 14px; right: 14px; }
.pb-how-visit__photo .pb-badge { max-width: 100%; color: var(--ink) !important; box-shadow: var(--shadow-s); }
.pb-how-visit__photo .pb-badge .pb-i { color: var(--terra); }
.pb-how-visit__photo .pb-badge:hover { background: #fff; }
.pb-how-msg { background: var(--sand-50); }
.pb-how-msg__head { display: flex; align-items: center; gap: 14px; }
.pb-how-msg__head h3 { margin: 0; }
.pb-how-msg .pb-muted { margin: 14px 0 16px; font-size: .96rem; }
.pb-how-msg__bubble {
    position: relative; margin: 0 0 16px; padding: 14px 16px 14px; border-radius: 18px 18px 18px 6px;
    background: #e1fec6; color: #17211f; font-size: .95rem; line-height: 1.55; box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}
.pb-how-msg [hidden] { display: none !important; }
.pb-how-msg .pb-btn .pb-i { width: 18px; height: 18px; }
.pb-how-msg .pb-btn.is-done { --btn-bg: var(--wa-btn); }

/* ------------------------------------------------------------- rules */
.pb-how-list__head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.pb-how-list__head h3 { margin: 0; }
.pb-how-list .pb-check, .pb-how-list .pb-cross { margin: 0; gap: 14px; }
.pb-how-list--no { background: linear-gradient(180deg, #fff5ef, var(--sand-0) 70%); border-color: rgba(224, 104, 58, .22); }
.pb-how-note { margin-top: clamp(20px, 3vw, 30px); }

/* ----------------------------------------------- agreement & warnings */
#contract > .pb-container { position: relative; z-index: 1; }
/* Dashed orb behind the right-hand column, away from the check-list text.
   The span itself stays inside the section (it only carries the parallax);
   the 540 px circle is drawn by its pseudo-elements and clipped by the section. */
.pb-how-orb { position: absolute; z-index: 0; right: 0; bottom: 0; width: 320px; height: 280px; pointer-events: none; }
.pb-how-orb::before, .pb-how-orb::after { content: ''; position: absolute; border-radius: 50%; }
.pb-how-orb::before { left: 0; top: 0; width: 540px; height: 540px; border: 1px dashed rgba(242, 181, 107, .3); }
.pb-how-orb::after { left: 90px; top: 90px; width: 360px; height: 360px; background: radial-gradient(circle at 35% 35%, rgba(45, 212, 191, .2), transparent 70%); }
.pb-how-contract__side { display: grid; gap: 30px; padding-top: 12px; }

.pb-how-doc {
    position: relative; display: flex; align-items: center; gap: 18px; padding: 24px 26px; border-radius: 22px;
    background: var(--sand-0); color: var(--ink); rotate: -1.6deg;
    box-shadow: 0 40px 70px -35px rgba(0, 0, 0, .75), 0 0 0 1px rgba(255, 255, 255, .5);
}
.pb-how-doc::after {
    content: ''; position: absolute; right: 26px; bottom: 22px; width: 88px; height: 26px; opacity: .5; pointer-events: none;
    background: linear-gradient(var(--sand-300), var(--sand-300)) 0 0 / 100% 3px no-repeat,
                linear-gradient(var(--sand-300), var(--sand-300)) 0 11px / 72% 3px no-repeat,
                linear-gradient(var(--sand-300), var(--sand-300)) 0 22px / 86% 3px no-repeat;
}
.pb-how-doc__icon {
    width: 62px; height: 76px; flex: none; display: grid; place-items: center; border-radius: 10px 22px 10px 10px;
    background: var(--teal-50); color: var(--teal-700);
}
.pb-how-doc__icon .pb-i { width: 30px; height: 30px; }
.pb-how-doc__body { display: grid; gap: 3px; min-width: 0; padding-right: 96px; }
.pb-how-doc__body b { font: 700 1.2rem/1.2 var(--font-display); letter-spacing: -.01em; }
.pb-how-doc__body small { color: var(--muted); font-size: .85rem; font-weight: 600; }
.pb-how-doc__stamp {
    position: absolute; right: 18px; top: -15px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px;
    border-radius: 999px; background: var(--terra); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase; rotate: 4deg; box-shadow: var(--shadow-glow);
}
.pb-how-doc__stamp .pb-i { width: 15px; height: 15px; stroke-width: 2.6; }

.pb-how-warn h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; color: #fff; }
.pb-how-warn h3 .pb-i { color: var(--gold); }
.pb-how-warn__scale { margin: 24px 0 18px; }
.pb-how-warn__dots, .pb-how-warn__labels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pb-how-warn__dots { position: relative; list-style: none; padding: 0; margin: 0; }
.pb-how-warn__dots::before {
    content: ''; position: absolute; left: 12.5%; right: 12.5%; top: 50%; height: 2px; margin-top: -1px;
    background: linear-gradient(90deg, rgba(242, 181, 107, .35), var(--terra));
}
.pb-how-warn__dots li {
    position: relative; justify-self: center; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
    background: var(--teal-800); border: 1.5px solid rgba(242, 181, 107, .55); color: var(--gold); font: 700 1.02rem/1 var(--font-display);
}
.pb-how-warn__dots li.is-last { background: var(--terra); border-color: var(--terra); color: #fff; box-shadow: var(--shadow-glow); }
.pb-how-warn__labels { margin-top: 10px; font-size: .82rem; font-weight: 700; line-height: 1.3; color: rgba(233, 243, 241, .75); text-align: center; }
.pb-how-warn__labels span:first-child { position: relative; grid-column: 1 / span 3; padding: 16px 8px 0; }
.pb-how-warn__labels span:first-child::before {
    content: ''; position: absolute; top: 0; left: calc(100% / 6); right: calc(100% / 6); height: 10px;
    border: 2px solid rgba(242, 181, 107, .4); border-top: 0; border-radius: 0 0 8px 8px;
}
.pb-how-warn__labels .is-last { padding: 16px 2px 0; color: #fff; }
.pb-how-warn .pb-how-warn__note { margin: 0; font-size: .9rem; color: rgba(233, 243, 241, .62); }

/* --------------------------------------------------------------- FAQ */
.pb-how-faq__head .pb-lead { margin-bottom: 22px; }
/* narrow sticky column: the full-size h2 left "Common" alone on a line
   (same size as the prices page FAQ head) */
.pb-how-faq__head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }

/* ------------------------------------------------------- responsive */
@media (min-width: 981px) {
    .pb-how-faq { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .pb-how-faq__head { position: sticky; top: calc(var(--header-h) + 40px); }
    .pb-how-visit .pb-split { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
/* A wider text column keeps the agreement heading from stacking into 4 lines;
   below 1200 px the agreement card needs the even split. */
@media (min-width: 1200px) {
    #contract .pb-split { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
}
/* The outlined "0,83" only has room next to the heading on wide screens;
   narrower, it drifts behind the cards. */
@media (max-width: 1240px) {
    .pb-how-bignum { display: none; }
}
@media (max-width: 980px) {
    .pb-how-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pb-how-bento > .pb-how-tl { grid-row: auto; }
    .pb-how-bento > .pb-how-mini:nth-of-type(6) { grid-column: span 2; }
    .pb-how-scale { max-width: none; }
    .pb-how-contract__side { padding-top: 0; }
    /* (story progress hidden and side-slides turned into rises: site.css) */
    /* stacked layout: keep the orb in the bottom corner, below the warning card's text */
    .pb-how-orb::before { left: 110px; top: 170px; }
    .pb-how-orb::after { left: 200px; top: 260px; }
    /* the lead runs over the light half of the photo: darken the whole band */
    .pb-how-band::before { background: linear-gradient(180deg, rgba(4, 31, 30, .70) 0%, rgba(4, 31, 30, .86) 100%); }
    .pb-how-band .pb-lead { text-shadow: 0 1px 14px rgba(4, 31, 30, .55); }
}
@media (max-width: 680px) {
    /* one swipeable row of chips instead of three wrapped rows */
    .pb-how-toc { flex-wrap: nowrap; flex-direction: column; align-items: stretch; gap: 10px; }
    .pb-how-toc .pb-toc {
        flex-wrap: nowrap; gap: 6px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
        margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 10px; scroll-padding-inline: var(--gutter);
    }
    .pb-how-toc .pb-toc::-webkit-scrollbar { display: none; }
    .pb-how-toc .pb-toc li { flex: none; }
    .pb-how-toc .pb-toc a { padding: 7px 12px; font-size: .84rem; gap: 6px; white-space: nowrap; }
    .pb-how-toc .pb-toc .pb-i { width: 15px; height: 15px; }
    .pb-how-bento { grid-template-columns: minmax(0, 1fr); }
    /* compact cards: icon beside the title instead of above it */
    .pb-how-mini { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; align-items: start; }
    .pb-how-mini .pb-icon { grid-row: span 2; width: 44px; height: 44px; border-radius: 13px; }
    .pb-how-mini .pb-icon .pb-i { width: 22px; height: 22px; }
    .pb-how-mini h3 { margin: 6px 0 6px; }
    .pb-how-visit__photo { aspect-ratio: 16 / 10; }
    .pb-how-span2, .pb-how-bento > .pb-how-mini:nth-of-type(6) { grid-column: auto; }
    .pb-how-tl__intro { flex-direction: column; gap: 14px; }
    .pb-how-tl__demo { padding: 14px 12px 12px; }
    .pb-how-tl__ticks .is-minor { display: none; }
    .pb-how-bill { grid-template-columns: minmax(0, 1fr); }
    .pb-how-bill__eq { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px; }
    .pb-how-bill__arrow { transform: none; }
    .pb-how-scale__bar { grid-template-columns: minmax(0, 1fr) 26%; }
    .pb-how-scale__free { font-size: .86rem; padding: 10px 12px; }
    .pb-how-rule { gap: 14px; padding: 20px 18px; }
    .pb-how-rule .pb-icon { width: 40px; height: 40px; border-radius: 12px; }
    .pb-how-rule .pb-icon .pb-i { width: 21px; height: 21px; }
    .pb-how-rule h3 { margin-top: 6px; }
    .pb-how-doc { padding: 22px 18px; gap: 14px; rotate: -1deg; }
    .pb-how-doc::after { display: none; }
    .pb-how-doc__body { padding-right: 0; }
    .pb-how-doc__icon { width: 52px; height: 64px; }
    .pb-how-warn__dots li { width: 40px; height: 40px; font-size: .95rem; }
    .pb-how-warn__labels { font-size: .78rem; }
    .pb-how-msg .pb-btn { width: 100%; }
}
@media (max-width: 400px) {
    .pb-how-warn__labels { font-size: .74rem; }
    .pb-how-warn__labels .is-last { padding-inline: 0; margin-inline: -8px; }
}

@media (prefers-reduced-motion: reduce) {
    .js .pb-how-tl .pb-how-tl__blk, .js .pb-how-tl .pb-how-tl__bubble, .js .pb-how-scale .pb-how-scale__free { transform: none !important; opacity: 1 !important; translate: none !important; clip-path: none !important; }
}
