/* ==========================================================================
   Coworking / "Who it's for" page (coworking.php) — page-only components.
   Builds on site.css tokens; every class is prefixed pb-cw-.
   Small labels use --terra-700 (not -600) so they stay above 4.5:1 on sand.
   ========================================================================== */

.pb-cw-sr {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* The first section is sand-0, so the hero wave matches it (site default: sand-50). */
.pb-coworking .pb-pagehero__wave { color: var(--sand-0); }

/* ------------------------------------------------------------ intro */
.pb-cw-intro__text { color: var(--ink-2); max-width: 60ch; }
.pb-cw-principles .pb-card h3 { font-size: 1.14rem; margin: 16px 0 8px; }
.pb-cw-principles .pb-card p { font-size: .96rem; }

.pb-cw-jump {
    margin-top: clamp(40px, 5vw, 64px); padding: 20px 22px; border-radius: var(--radius);
    background: var(--sand-100); border: 1px solid var(--line);
    display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px;
}
.pb-cw-jump__label { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--terra-700); }
.pb-cw-jump .pb-toc { flex: 1 1 520px; }
.pb-cw-jump .pb-toc a .pb-i { color: var(--teal-700); transition: color .2s; }
.pb-cw-jump .pb-toc a:hover .pb-i { color: var(--terra); }

/* -------------------------------------------------------- comparison */
.pb-cw-compare {
    border-radius: var(--radius-l); background: var(--sand-0); border: 1px solid var(--line);
    box-shadow: var(--shadow); overflow: hidden;
}
.pb-cw-compare table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.pb-cw-compare th, .pb-cw-compare td { text-align: left; vertical-align: top; }
.pb-cw-compare thead th { padding: 22px 26px; vertical-align: bottom; font: 700 1.08rem/1.25 var(--font-display); letter-spacing: -.01em; }
.pb-cw-compare thead .pb-cw-compare__crithead { width: 25%; font: 800 .74rem/1.3 var(--font-text); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pb-cw-compare thead .is-own { color: var(--ink-2); }
.pb-cw-compare thead .is-us { background: linear-gradient(160deg, var(--teal-700), var(--teal-900)); color: #fff; }
.pb-cw-compare__colhead { display: flex; align-items: center; gap: 12px; }
.pb-cw-compare__colhead .pb-icon { flex: none; width: 42px; height: 42px; border-radius: 13px; }
.pb-cw-compare__colhead .pb-icon .pb-i { width: 22px; height: 22px; }
.pb-cw-compare tbody th, .pb-cw-compare tbody td { padding: 20px 26px; border-top: 1px solid var(--line); font-size: .98rem; line-height: 1.55; }
.pb-cw-compare tbody th { font: 700 1.02rem/1.3 var(--font-display); letter-spacing: -.01em; color: var(--ink); }
.pb-cw-compare tbody tr { transition: background .25s; }
.pb-cw-compare tbody tr:hover th, .pb-cw-compare tbody tr:hover td.is-own { background: var(--sand-50); }
.pb-cw-compare__crit { display: flex; align-items: center; gap: 12px; }
.pb-cw-compare__crit .pb-i { flex: none; width: 22px; height: 22px; color: var(--terra); }
.pb-cw-compare td.is-own { color: var(--muted); }
.pb-cw-compare td.is-us { background: var(--teal-900); color: rgba(236, 246, 244, .9); border-top-color: var(--line-light); }
.pb-cw-compare tbody tr:hover td.is-us { background: var(--teal-800); }
.pb-cw-compare__txt { position: relative; display: block; padding-left: 32px; }
.pb-cw-compare__txt::before {
    content: ''; position: absolute; left: 0; top: .15em; width: 20px; height: 20px; border-radius: 50%;
    background: var(--sand-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d6e6b' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 12h10'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.pb-cw-compare td.is-us .pb-cw-compare__txt::before {
    background-color: rgba(45, 212, 191, .18);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2399f6e4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
}
/* Column label repeated inside each cell for the phone card layout only. */
.pb-cw-compare__lbl { display: none; }

.pb-cw-compare-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; margin-top: 28px; }
.pb-cw-compare-foot .pb-note { flex: 1 1 560px; }
.pb-cw-compare-foot .pb-note .pb-link-arrow { white-space: nowrap; }
.pb-cw-compare-foot .pb-note .pb-link-arrow .pb-i { width: 18px; height: 18px; margin-top: 0; color: currentColor; }

/* -------------------------------------------------------------- band */
.pb-cw-band h2 { max-width: 18ch; }

/* --------------------------------------------------------- audiences */
.pb-cw-auds { display: grid; gap: clamp(20px, 3vw, 32px); }
/* Anchor jumps land under the header through html's scroll-padding-top alone. */
.pb-cw-aud {
    position: relative; overflow: hidden; isolation: isolate;
    display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr); grid-template-rows: auto 1fr;
    column-gap: clamp(24px, 4vw, 56px); row-gap: 0;
    padding: clamp(24px, 4vw, 48px); border-radius: var(--radius-l);
    background: var(--sand-0); border: 1px solid var(--line); box-shadow: var(--shadow-s);
}
.pb-section--white .pb-cw-aud { background: var(--sand-50); }
.pb-cw-aud:target { border-color: rgba(224, 104, 58, .55); box-shadow: var(--shadow); }
/* A jump from the profession chips is measured while the block still carries
   its 34px reveal offset (site.css .reveal); it then rises into the header's
   clearance. The scroll margin cancels that offset until the block is revealed. */
.js .pb-cw-aud.reveal:not(.is-in) { scroll-margin-top: 34px; }
.pb-cw-aud__main { grid-column: 1; grid-row: 1; }
.pb-cw-aud__side { grid-column: 2; grid-row: 1 / span 2; align-self: start; position: relative; z-index: 1; }
/* Big faint index number, shown whole in the text column's free space under the lists. */
.pb-cw-aud__num {
    grid-column: 1; grid-row: 2; align-self: end; justify-self: start; position: relative; z-index: 0; pointer-events: none;
    margin: 16px 0 -.1em;
    font: 700 clamp(4rem, 7vw, 6rem)/1 var(--font-display); letter-spacing: -.06em; color: rgba(15, 118, 110, .09);
}
.pb-cw-aud--flip { grid-template-columns: minmax(0, .85fr) minmax(0, 1.45fr); }
.pb-cw-aud--flip .pb-cw-aud__main, .pb-cw-aud--flip .pb-cw-aud__num { grid-column: 2; }
.pb-cw-aud--flip .pb-cw-aud__side { grid-column: 1; }
.pb-cw-aud--flip .pb-cw-aud__num { justify-self: end; }
.pb-cw-aud__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.pb-cw-aud__head h3 { margin: 0; font-size: clamp(1.4rem, 2.5vw, 1.95rem); line-height: 1.15; letter-spacing: -.02em; }
.pb-cw-aud__lead { font-size: 1.06rem; color: var(--ink-2); max-width: 62ch; }
.pb-cw-aud__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 36px); margin-top: 24px; }
.pb-cw-aud h4 { font: 800 .74rem/1.3 var(--font-text); letter-spacing: .14em; text-transform: uppercase; color: var(--terra-700); margin: 0 0 14px; }
.pb-cw-needs { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.pb-cw-needs li { position: relative; padding-left: 30px; color: var(--ink-2); font-size: .97rem; }
.pb-cw-needs li::before { content: ''; position: absolute; left: 5px; top: .5em; width: 12px; height: 12px; border-radius: 50%; border: 2.5px solid var(--terra); }
.pb-cw-aud .pb-check { margin: 0; font-size: .97rem; }

.pb-cw-aud__side { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: var(--radius); background: var(--sand-100); }
.pb-section--sand .pb-cw-aud__side { background: var(--sand-50); }
.pb-cw-aud__side h4 { margin-bottom: 4px; }
/* Cover photo of the first recommended room. */
.pb-cw-aud__photo {
    position: relative; display: block; margin-bottom: 6px; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden;
    background: linear-gradient(145deg, var(--teal-800), var(--teal-900));
}
.pb-cw-aud__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.pb-cw-aud__photo:hover img { transform: scale(1.05); }
.pb-cw-aud__badge { position: absolute; left: 12px; top: 12px; max-width: calc(100% - 24px); }
.pb-cw-minis { display: grid; gap: 10px; }
.pb-cw-aud__links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 6px; }

.pb-cw-mini {
    position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; align-items: center;
    padding: 10px 12px 10px 10px; border-radius: 18px; background: var(--sand-0); border: 1px solid var(--line);
    color: var(--ink) !important; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
}
.pb-cw-mini:hover { transform: translateY(-3px); box-shadow: var(--shadow-s); border-color: rgba(224, 104, 58, .45); }
.pb-cw-mini__img {
    position: relative; width: 76px; height: 76px; border-radius: 14px; overflow: hidden;
    display: grid; place-items: center; color: rgba(255, 255, 255, .6);
    background: linear-gradient(145deg, var(--teal-800), var(--teal-900));
}
.pb-cw-mini__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.pb-cw-mini:hover .pb-cw-mini__img img { transform: scale(1.08); }
.pb-cw-mini__code {
    position: absolute; left: 5px; top: 5px; padding: 2px 7px; border-radius: 8px;
    background: rgba(255, 255, 255, .94); color: var(--teal-900); font: 700 .74rem/1.35 var(--font-display);
}
.pb-cw-mini__body { display: grid; gap: 3px; min-width: 0; }
.pb-cw-mini__body b { font: 650 1rem/1.25 var(--font-display); letter-spacing: -.01em; }
.pb-cw-mini__body small { color: var(--muted); font-size: .84rem; font-weight: 600; line-height: 1.35; }
.pb-cw-mini__body .pb-cw-mini__pkg { color: var(--terra-700); font-weight: 700; }
.pb-cw-mini__go {
    width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
    background: var(--teal-50); color: var(--teal-700); transition: background .3s, color .3s, transform .4s var(--ease);
}
.pb-cw-mini__go .pb-i { width: 18px; height: 18px; }
.pb-cw-mini:hover .pb-cw-mini__go { background: var(--terra); color: #fff; transform: rotate(-45deg); }

/* Two-column audience blocks: the side column is narrow, so a slightly smaller
   thumbnail and arrow leave each price line room for one line
   ("Package from 6.90 AZN/hour", "up to 20 people · 35 AZN/hour"). */
@media (min-width: 1101px) {
    .pb-cw-aud__side .pb-cw-mini { grid-template-columns: 64px minmax(0, 1fr) auto; gap: 12px; padding: 9px 10px 9px 9px; }
    .pb-cw-aud__side .pb-cw-mini__img { width: 64px; height: 64px; border-radius: 12px; }
    .pb-cw-aud__side .pb-cw-mini__go { width: 30px; height: 30px; }
    .pb-cw-aud__side .pb-cw-mini__go .pb-i { width: 16px; height: 16px; }
}
@media (min-width: 1101px) and (max-width: 1279px) {
    /* Small laptops: a wider side column so the room cards do not wrap every line. */
    .pb-cw-aud { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
    .pb-cw-aud--flip { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); }
}

/* -------------------------------------------------------------- hall */
.pb-cw-hall { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.pb-cw-hall__media { position: relative; padding: 0 0 28px 0; }
.pb-cw-hall__frame {
    position: relative; aspect-ratio: 4 / 4.6; border-radius: var(--radius-l); overflow: hidden;
    background: linear-gradient(145deg, var(--teal-800), var(--teal-950));
    box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .7), 0 0 0 1px var(--line-light);
}
.pb-cw-hall__frame img { position: absolute; left: 0; top: -16%; width: 100%; height: 132%; object-fit: cover; will-change: transform; }
/* Hall without a photo: live capacity drawn as seats facing the facilitator. */
.pb-cw-seats {
    position: absolute; inset: 0; overflow: hidden;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(34px, 5vw, 52px); padding: 28px 28px 76px;
    background:
        radial-gradient(45% 40% at 50% 18%, rgba(224, 104, 58, .38), transparent 70%),
        radial-gradient(60% 50% at 80% 90%, rgba(45, 212, 191, .22), transparent 70%),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 36px 36px;
}
.pb-cw-seats__lead {
    position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center;
    background: var(--terra); color: #fff; box-shadow: var(--shadow-glow);
}
.pb-cw-seats__lead .pb-i { width: 30px; height: 30px; }
.pb-cw-seats__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, auto); gap: clamp(14px, 2vw, 20px) clamp(12px, 1.8vw, 18px); }
.pb-cw-seats__grid i {
    position: relative; display: block; width: clamp(28px, 3.2vw, 40px); aspect-ratio: 1; border-radius: 12px 12px 9px 9px;
    background: rgba(255, 255, 255, .07); border: 1.5px solid rgba(153, 246, 228, .5);
}
.pb-cw-seats__grid i::after { content: ''; position: absolute; left: 16%; right: 16%; bottom: -7px; height: 4px; border-radius: 3px; background: rgba(153, 246, 228, .5); }
.pb-cw-seats__grid i:nth-child(3n + 2) { border-color: rgba(242, 181, 107, .6); }
.pb-cw-seats__grid i:nth-child(3n + 2)::after { background: rgba(242, 181, 107, .6); }
.js .pb-cw-hall__media .pb-cw-seats__grid i { opacity: 0; transform: translateY(12px) scale(.6); transition: opacity .5s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 40ms + 300ms); }
.js .pb-cw-hall__media.is-in .pb-cw-seats__grid i { opacity: 1; transform: none; }
.pb-cw-seats__num {
    position: absolute; right: 22px; bottom: -.14em; pointer-events: none;
    font: 700 clamp(7rem, 15vw, 12rem)/1 var(--font-display); letter-spacing: -.06em; color: rgba(255, 255, 255, .07);
}
.pb-cw-hall__chip {
    position: absolute; left: -18px; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 12px;
    padding: 12px 18px 12px 12px; border-radius: 18px; background: rgba(255, 255, 255, .95); color: var(--ink);
    box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .55); font-size: .88rem; line-height: 1.3; will-change: transform;
}
.pb-cw-hall__chip strong { display: block; font: 700 1.15rem/1.1 var(--font-display); }
.pb-cw-hall__chip .pb-icon { width: 44px; height: 44px; border-radius: 13px; }
.pb-cw-hall__chip .pb-icon .pb-i { width: 22px; height: 22px; }

.pb-cw-hall__price {
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; margin: 28px 0; padding: 20px 24px;
    border-radius: var(--radius); background: rgba(255, 255, 255, .06); border: 1px solid var(--line-light);
}
.pb-cw-hall__price small { display: block; margin-bottom: 6px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pb-cw-hall__price .pb-price strong { font-size: clamp(2.2rem, 4vw, 2.8rem); }
.pb-cw-hall__facts { display: grid; gap: 8px; flex: 1 1 240px; color: rgba(233, 243, 241, .82); font-size: .95rem; }
.pb-cw-hall__facts span { display: flex; align-items: flex-start; gap: 10px; }
.pb-cw-hall__facts .pb-i { flex: none; color: var(--gold); margin-top: 2px; }

/* ------------------------------------------------------ getting started */
.pb-cw-login { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-weight: 600; color: var(--muted); }
.pb-cw-steps { list-style: none; padding: 0; margin: 0; }
.pb-cw-steps .pb-card h3 { font-size: 1.16rem; }
.pb-cw-steps .pb-card p { font-size: .96rem; }
.pb-cw-links { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 32px; }

/* --------------------------------------------------------------- FAQ */
.pb-cw-faq { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.pb-cw-faq__links { display: grid; gap: 12px; justify-items: start; margin-top: 26px; }
@media (min-width: 981px) {
    /* The intro column stays in view next to the (longer) accordion. */
    .pb-cw-faq > div:first-child { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
}

/* ----------------------------------------------------- Azerbaijani labels
   Upper-casing Azerbaijani draws the capital schwa at x-height with the site
   fonts ("İCARəYə") and dots the brand ("BOOKİNG"), so under lang="az" the
   small labels keep their letter case; weight and colour still set them apart. */
:lang(az) .pb-cw-jump__label,
:lang(az) .pb-cw-compare thead .pb-cw-compare__crithead,
:lang(az) .pb-cw-aud h4,
:lang(az) .pb-cw-hall__price small,
:lang(az) .pb-cw-compare__lbl { text-transform: none; letter-spacing: .02em; }
:lang(az) .pb-cw-jump__label,
:lang(az) .pb-cw-compare thead .pb-cw-compare__crithead,
:lang(az) .pb-cw-aud h4,
:lang(az) .pb-cw-hall__price small { font-size: .86rem; }

/* -------------------------------------------------------- responsive */
@media (max-width: 1100px) {
    /* One column: title and lead, then the recommended rooms, then the lists. */
    .pb-cw-aud, .pb-cw-aud--flip { display: flex; flex-direction: column; }
    .pb-cw-aud__main { display: contents; }
    .pb-cw-aud__head { order: 1; }
    .pb-cw-aud__lead { order: 2; margin-bottom: 0; }
    .pb-cw-aud__side { order: 3; align-self: stretch; margin-top: 22px; }
    .pb-cw-aud__cols { order: 4; }
    .pb-cw-aud__num { display: none; }
    .pb-cw-aud__photo { aspect-ratio: 21 / 9; max-height: 260px; }
    .pb-cw-aud__side .pb-cw-minis { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
}
@media (max-width: 1080px) {
    .pb-cw-compare thead th, .pb-cw-compare tbody th, .pb-cw-compare tbody td { padding: 16px 18px; }
    .pb-cw-compare thead .pb-cw-compare__crithead { width: 22%; }
    .pb-cw-compare__txt { padding-left: 28px; }
}
@media (max-width: 980px) {
    .pb-cw-hall, .pb-cw-faq { grid-template-columns: minmax(0, 1fr); }
    .pb-cw-hall__media { max-width: 560px; width: 100%; margin-inline: auto; }
    .pb-cw-hall__frame { aspect-ratio: 4 / 3.4; }
    .pb-cw-hall__chip { left: 12px; }
}
@media (max-width: 900px) {
    /* The comparison table turns into one card per criterion. */
    .pb-cw-compare { background: transparent; border: 0; box-shadow: none; border-radius: 0; overflow: visible; }
    .pb-cw-compare table, .pb-cw-compare tbody, .pb-cw-compare tr, .pb-cw-compare th, .pb-cw-compare td { display: block; width: 100%; }
    .pb-cw-compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .pb-cw-compare tbody { display: grid; gap: 14px; }
    .pb-cw-compare tbody tr { border-radius: var(--radius); overflow: hidden; background: var(--sand-0); border: 1px solid var(--line); box-shadow: var(--shadow-s); }
    .pb-cw-compare tbody tr:hover th, .pb-cw-compare tbody tr:hover td.is-own { background: transparent; }
    .pb-cw-compare tbody th { border-top: 0; padding: 18px 18px 12px; }
    .pb-cw-compare tbody td { border-top: 0; padding: 4px 18px 16px; font-size: .95rem; }
    .pb-cw-compare tbody td.is-us { padding-top: 14px; }
    .pb-cw-compare__lbl { display: block; margin-bottom: 6px; font-size: .7rem; font-weight: 800; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
    .pb-cw-compare td.is-us .pb-cw-compare__lbl { color: var(--gold); }
    :lang(az) .pb-cw-compare__lbl { font-size: .8rem; }
}
@media (max-width: 680px) {
    .pb-cw-principles { gap: 12px; }
    .pb-cw-principles .pb-card { display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 14px; align-items: start; padding: 18px; }
    .pb-cw-principles .pb-card .pb-icon { grid-row: span 2; width: 46px; height: 46px; border-radius: 14px; }
    .pb-cw-principles .pb-card .pb-icon .pb-i { width: 23px; height: 23px; }
    .pb-cw-principles .pb-card h3 { margin: 2px 0 6px; font-size: 1.06rem; }
    .pb-cw-principles .pb-card p { font-size: .94rem; }
    /* Profession chips: one swipeable row instead of eight wrapped rows. */
    .pb-cw-jump { padding: 18px 16px 14px; overflow: hidden; }
    .pb-cw-jump .pb-toc {
        flex: 0 0 calc(100% + 32px); margin-inline: -16px; padding: 2px 16px 6px;
        flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: 16px;
        scrollbar-width: none; -webkit-overflow-scrolling: touch;
    }
    .pb-cw-jump .pb-toc::-webkit-scrollbar { display: none; }
    .pb-cw-jump .pb-toc li { flex: none; scroll-snap-align: start; }
    .pb-cw-jump .pb-toc a { padding: 8px 13px; font-size: .88rem; white-space: nowrap; }
    .pb-cw-aud { padding: 22px 18px; }
    .pb-cw-aud__head { align-items: flex-start; margin-bottom: 12px; }
    .pb-cw-aud__head .pb-icon { width: 46px; height: 46px; border-radius: 14px; }
    .pb-cw-aud__head .pb-icon .pb-i { width: 23px; height: 23px; }
    .pb-cw-aud__head h3 { padding-top: 6px; }
    .pb-cw-aud__lead { font-size: 1rem; }
    .pb-cw-aud__cols { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 20px; }
    .pb-cw-needs, .pb-cw-aud .pb-check { gap: 8px; }
    .pb-cw-needs li, .pb-cw-aud .pb-check { font-size: .94rem; }
    .pb-cw-aud h4 { margin-bottom: 10px; }
    .pb-cw-aud__side { margin-top: 18px; padding: 14px; margin-inline: -4px; }
    .pb-cw-aud__photo { aspect-ratio: 16 / 9; border-radius: 14px; }
    .pb-cw-aud__side .pb-cw-minis { grid-template-columns: minmax(0, 1fr); }
    .pb-cw-aud__links .pb-btn { width: 100%; }
    /* The arrow becomes a small badge on the thumbnail's corner, so the text
       gets the whole width and the price lines stay on one line each. */
    .pb-cw-mini { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; padding: 10px 14px 10px 10px; }
    .pb-cw-mini__img { width: 64px; height: 64px; align-self: start; }
    .pb-cw-mini__go { position: absolute; left: 52px; top: 52px; width: 28px; height: 28px; box-shadow: 0 0 0 3px var(--sand-0); }
    .pb-cw-mini__go .pb-i { width: 15px; height: 15px; }
    /* Steps: icon beside the text, as in the principle cards above. */
    .pb-cw-steps { gap: 12px; }
    .pb-cw-steps .pb-card { display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 14px; align-items: start; padding: 18px; }
    .pb-cw-steps .pb-card .pb-icon { grid-row: span 2; width: 46px; height: 46px; border-radius: 14px; }
    .pb-cw-steps .pb-card .pb-icon .pb-i { width: 23px; height: 23px; }
    .pb-cw-steps .pb-card h3 { margin: 2px 0 6px; padding-right: 52px; font-size: 1.06rem; }
    .pb-cw-steps .pb-card p { font-size: .94rem; }
    .pb-cw-steps .pb-card__num { top: 14px; right: 16px; font-size: 2.5rem; }
    .pb-cw-seats { gap: 28px; padding-bottom: 64px; }
    .pb-cw-seats__lead { width: 52px; height: 52px; border-radius: 16px; }
    .pb-cw-hall__frame { aspect-ratio: 4 / 3.9; }
    .pb-cw-hall__price { padding: 18px; }
    .pb-cw-compare-foot .pb-btn { width: 100%; white-space: normal; text-align: center; }
    .pb-cw-compare-foot .pb-note { flex-basis: 100%; padding: 16px; }
    /* Inline so a wrapped link keeps its arrow right after the last word. */
    .pb-cw-compare-foot .pb-note .pb-link-arrow { display: inline; white-space: normal; }
    .pb-cw-compare-foot .pb-note .pb-link-arrow .pb-i { display: inline-block; vertical-align: -3px; margin-left: 4px; }
    .pb-cw-links { flex-direction: column; gap: 14px; }
}
