/* ---------- Header ---------- */
.yw-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 250, 253, 0.82);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    backdrop-filter: saturate(1.2) blur(14px);
}

.yw-header__inner {
    display: flex;
    align-items: center;
    gap: var(--yw-space-5);
    min-height: var(--yw-header-h);
}

.yw-lockup {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--yw-ink);
    flex-shrink: 0;
}

.yw-lockup:hover,
.yw-lockup:hover .yw-lockup__product {
    color: var(--yw-ink);
}

.yw-lockup__mark {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: block;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.yw-lockup__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.yw-lockup__product {
    font-family: var(--yw-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.yw-lockup__by {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--yw-ink-muted);
}

.yw-footer .yw-lockup__mark {
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
}

.yw-nav {
    display: flex;
    align-items: center;
    gap: var(--yw-space-4);
    margin-left: auto;
    flex-shrink: 0;
}

.yw-nav__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.yw-nav__link {
    color: var(--yw-ink-body);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 650;
    white-space: nowrap;
}

.yw-nav__link:hover { color: var(--yw-primary); }

.yw-header__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
}

.yw-header__actions--drawer { display: none; }

.yw-nav-toggle {
    display: none;
    align-items: center;
    gap: var(--yw-space-2);
    min-height: 44px;
    margin-left: auto;
    padding: 0.4rem 0.75rem;
    border: 1px solid var(--yw-border-strong);
    border-radius: var(--yw-radius-sm);
    background: var(--yw-surface);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.yw-nav-toggle__bars,
.yw-nav-toggle__bars::before,
.yw-nav-toggle__bars::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--yw-ink);
    border-radius: 1px;
    position: relative;
}

.yw-nav-toggle__bars::before,
.yw-nav-toggle__bars::after {
    content: "";
    position: absolute;
    left: 0;
}

.yw-nav-toggle__bars::before { top: -6px; }
.yw-nav-toggle__bars::after { top: 6px; }

.yw-nav-scrim {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 40;
}

/* ---------- Hero ---------- */
.yw-hero {
    position: relative;
    padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.5rem, 7vw, 5rem);
    overflow: hidden;
    background:
        radial-gradient(980px 520px at 90% 0%, rgba(37, 99, 235, 0.14), transparent 58%),
        radial-gradient(720px 440px at 0% 85%, rgba(16, 185, 129, 0.1), transparent 52%),
        radial-gradient(600px 320px at 45% 30%, rgba(255, 255, 255, 0.55), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
}

.yw-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.yw-hero__copy {
    animation: yw-rise 0.7s ease both;
    color: var(--yw-ink-body);
}

.yw-hero__title {
    margin-bottom: var(--yw-space-4);
    max-width: 20ch;
}

/* Smaller than the promise above it: the differentiator, not the headline. */
.yw-hero__title-accent {
    display: block;
    margin-top: 0.3em;
    font-size: 0.6em;
    line-height: 1.25;
    color: var(--yw-primary);
}

.yw-hero__lead {
    font-size: var(--yw-text-lg);
    color: var(--yw-ink-muted);
    max-width: 34rem;
    margin-bottom: var(--yw-space-5);
}

/* One commercial band: price + CTAs side by side, proof underneath. */
.yw-hero__offer {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    max-width: 36rem;
    padding-top: 1.2rem;
    border-top: 1px solid color-mix(in srgb, var(--yw-primary) 18%, var(--yw-border));
}

.yw-hero__offer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.15rem 2rem;
}

.yw-hero__price {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.2rem;
    margin: 0;
    min-width: min(100%, 13.5rem);
    flex: 1 1 13rem;
}

.yw-hero__price-label {
    font-size: var(--yw-text-xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yw-primary);
}

.yw-hero__price-amount {
    font-family: var(--yw-font-display);
    font-size: clamp(2.5rem, 4.5vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.95;
    color: var(--yw-ink);
}

.yw-hero__price-scope {
    max-width: 18rem;
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
    line-height: 1.4;
}

.yw-hero__actions {
    margin: 0;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    min-width: 11.5rem;
}

.yw-hero__actions .yw-btn {
    width: 100%;
    justify-content: center;
}

.yw-hero__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--yw-ink-body);
}

.yw-hero__checks li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.yw-hero__checks li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.65rem no-repeat;
    flex-shrink: 0;
}

/* ---------- Client quotes ---------- */
.yw-quotes {
    padding-block: var(--yw-space-7);
}

.yw-quotes__inner {
    max-width: 40rem;
    margin-inline: auto;
    text-align: center;
}

.yw-quote {
    margin: 0;
}

.yw-quote + .yw-quote {
    margin-top: var(--yw-space-6);
    padding-top: var(--yw-space-6);
    border-top: 1px solid color-mix(in srgb, var(--yw-border) 85%, transparent);
}

.yw-quote__text {
    margin: 0;
    border: 0;
    padding: 0;
}

.yw-quote__text p {
    margin: 0;
    font-family: var(--yw-font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 550;
    line-height: 1.45;
    color: var(--yw-ink);
    letter-spacing: -0.015em;
}

.yw-quote__by {
    display: block;
    margin-top: var(--yw-space-4);
    font-size: 0.92rem;
    color: var(--yw-ink-muted);
}

/* Named person strip — puts a face to the “I” voice early on the homepage. */
.yw-meet {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
    border-block: 1px solid color-mix(in srgb, var(--yw-primary) 12%, var(--yw-border));
    background:
        radial-gradient(640px 240px at 50% 50%, rgba(37, 99, 235, 0.08), transparent 70%),
        linear-gradient(180deg, #FFFFFF 0%, #F7FAFD 100%);
}

.yw-meet__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 3vw, 2rem);
}

.yw-meet__picture {
    flex-shrink: 0;
}

.yw-meet__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 1px solid color-mix(in srgb, var(--yw-primary) 22%, white);
    box-shadow: var(--yw-shadow-lg);
}

.yw-meet__copy {
    flex: 0 1 28rem;
    min-width: 0;
}

.yw-meet__name {
    margin: 0.15rem 0 0.55rem;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
}

.yw-meet__lead {
    margin: 0 0 0.75rem;
    max-width: 40rem;
    font-size: var(--yw-text-lg);
    color: var(--yw-ink-muted);
}

.yw-text-link {
    font-weight: 700;
    color: var(--yw-primary);
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--yw-primary) 35%, transparent);
}

.yw-text-link:hover,
.yw-text-link:focus-visible {
    border-bottom-color: var(--yw-primary);
}

@keyframes yw-rise {
    from { transform: translateY(12px); }
    to { transform: none; }
}

/* ---------- Device showcase (MacBook-style) ---------- */
.yw-showcase {
    position: relative;
    min-height: 400px;
    padding: 0.5rem 0 2.75rem;
    animation: yw-rise 0.85s ease 0.08s both;
    z-index: 1;
}

.yw-mac {
    position: relative;
    width: min(100%, 580px);
    margin-left: auto;
    filter: drop-shadow(0 32px 48px rgba(15, 23, 42, 0.2));
}

.yw-mac__lid {
    position: relative;
    background: linear-gradient(180deg, #3A3F4B 0%, #2A2F3A 100%);
    border-radius: 14px 14px 0 0;
    padding: 11px 11px 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.yw-mac__camera {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111827;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    z-index: 2;
}

.yw-mac__screen {
    background: #0B1220;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16 / 10.2;
}

.yw-mac__base {
    position: relative;
    height: 14px;
    margin: 0 -4.5%;
    background: linear-gradient(180deg, #C5C9D1 0%, #A8AEB8 42%, #8E95A1 100%);
    border-radius: 0 0 10px 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -1px 0 rgba(15, 23, 42, 0.18);
}

.yw-mac__base::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    height: 1px;
    background: rgba(15, 23, 42, 0.18);
}

.yw-mac__indent {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 18%;
    height: 5px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(180deg, #9AA1AC, #7E8693);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.yw-mini-site {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.yw-mini-site__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(180deg, #F8FAFC, #EEF2F7);
    border-bottom: 1px solid #E2E8F0;
    flex-shrink: 0;
}

.yw-mini-site__bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CBD5E1;
}

.yw-mini-site__bar span:nth-child(1) { background: #F87171; }
.yw-mini-site__bar span:nth-child(2) { background: #FBBF24; }
.yw-mini-site__bar span:nth-child(3) { background: #34D399; }

.yw-mini-site__bar em {
    margin-left: 0.5rem;
    flex: 1;
    font-style: normal;
    font-size: 0.68rem;
    color: #64748B;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
}

.yw-mini-site__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.9rem;
}

.yw-mini-site__brand {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.yw-mini-site__mark {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    flex-shrink: 0;
    background:
        linear-gradient(135deg, #F59E0B 0 38%, transparent 38%),
        linear-gradient(315deg, #0F172A 0 62%, #1E3A5F 62%);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
}

.yw-mini-site__nav strong {
    font-family: var(--yw-font-display);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--yw-ink);
    letter-spacing: -0.02em;
}

.yw-mini-site__nav nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.55rem;
}

.yw-mini-site__nav nav span {
    font-size: 0.58rem;
    font-weight: 650;
    color: #64748B;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.yw-mini-site__hero {
    flex: 1 1 auto;
    min-height: 150px;
    margin: 0 0.65rem;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: #1E293B;
    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, 0.08),
        0 10px 22px rgba(15, 23, 42, 0.12);
}

.yw-mini-site__hero > picture {
    position: absolute;
    inset: 0;
    display: block;
}

.yw-mini-site__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 28%;
}

.yw-mini-site__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.42) 42%, rgba(15, 23, 42, 0.08) 68%),
        linear-gradient(0deg, rgba(15, 23, 42, 0.28), transparent 45%);
}

.yw-mini-site__hero-copy {
    position: absolute;
    z-index: 2;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    color: #fff;
    display: grid;
    gap: 0.22rem;
    max-width: 15.5rem;
}

.yw-mini-site__hero-copy small {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 650;
    opacity: 0.92;
}

.yw-mini-site__hero-copy b {
    font-family: var(--yw-font-display);
    font-size: 1.18rem;
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-shadow: 0 1px 10px rgba(15, 23, 42, 0.35);
}

.yw-mini-site__cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.yw-mini-site__hero-copy em,
.yw-mini-site__hero-copy i {
    font-style: normal;
    font-size: 0.66rem;
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.58rem;
    border-radius: 999px;
    font-weight: 750;
    width: fit-content;
}

.yw-mini-site__hero-copy em {
    background: #F59E0B;
    color: #0F172A;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}

.yw-mini-site__hero-copy i {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
}

.yw-mini-site__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
    padding: 0.55rem 0.65rem 0.65rem;
    flex-shrink: 0;
}

.yw-mini-site__row div {
    min-height: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF, #F8FAFC);
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.45rem 0.45rem;
    display: grid;
    gap: 0.12rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.yw-mini-site__row div::before {
    content: "";
    width: 14px;
    height: 3px;
    border-radius: 999px;
    background: #F59E0B;
    margin-bottom: 0.1rem;
}

.yw-mini-site__row strong {
    font-size: 0.62rem;
    font-weight: 750;
    color: var(--yw-ink);
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.yw-mini-site__row span {
    font-size: 0.52rem;
    line-height: 1.3;
    color: #64748B;
}

/* ---------- Feedback notes ----------
   Customer comments pinned to the draft. This is the hero's whole argument:
   you see the real site and tell us what to change. */
.yw-note {
    position: absolute;
    z-index: 2;
    max-width: 15rem;
    margin: 0;
    padding: 0.7rem 0.9rem 0.7rem 2.5rem;
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-md);
    box-shadow: var(--yw-shadow-lg);
    font-size: var(--yw-text-xs);
    line-height: 1.45;
    color: var(--yw-ink-body);
}

html.yw-enhance .yw-showcase[data-yw-motion] .yw-note {
    opacity: 0;
}

.yw-note__pin {
    position: absolute;
    left: 0.7rem;
    top: 0.62rem;
    display: grid;
    place-items: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--yw-primary);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.yw-note--one {
    left: 0;
    top: 1.5rem;
    --yw-note-tilt: -1.5deg;
}

.yw-note--two {
    left: 1.5rem;
    bottom: 2.5rem;
    --yw-note-tilt: 1.5deg;
}

/* The reply is what separates this from a comments box: the changes get made. */
.yw-note--reply {
    right: 0;
    bottom: 0;
    max-width: 13rem;
    padding: 0.55rem 0.9rem;
    background: var(--yw-accent-soft);
    border-color: color-mix(in srgb, var(--yw-accent) 35%, white);
    color: color-mix(in srgb, var(--yw-accent) 70%, var(--yw-ink));
    font-weight: 700;
    box-shadow: var(--yw-shadow);
    --yw-note-tilt: 0deg;
}

html.yw-enhance .yw-showcase[data-yw-motion].is-ready .yw-note--one {
    animation: yw-note-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

html.yw-enhance .yw-showcase[data-yw-motion].is-ready .yw-note--two {
    animation: yw-note-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

html.yw-enhance .yw-showcase[data-yw-motion].is-ready .yw-note--reply {
    animation: yw-note-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}

@keyframes yw-note-in {
    from {
        opacity: 0;
        transform: translateY(14px) rotate(var(--yw-note-tilt, 0deg));
    }
    to {
        opacity: 1;
        transform: rotate(var(--yw-note-tilt, 0deg));
    }
}

/* ---------- Features ---------- */
.yw-features {
    padding: var(--yw-space-7) 0;
    border-block: 1px solid color-mix(in srgb, var(--yw-border) 80%, transparent);
    background: color-mix(in srgb, #FFFFFF 72%, var(--yw-bg-soft));
}

.yw-features__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--yw-space-5);
}

.yw-feature-card {
    text-align: center;
    padding: 0.35rem 0.4rem;
}

.yw-feature-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto var(--yw-space-3);
    border-radius: 16px;
    background: linear-gradient(180deg, #FFFFFF, var(--yw-primary-soft));
    color: var(--yw-primary);
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--yw-primary) 14%, white);
    box-shadow: var(--yw-shadow);
}

.yw-feature-card__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.yw-feature-card h3 {
    font-size: 1.02rem;
    margin-bottom: 0.4rem;
}

.yw-feature-card p {
    font-size: 0.9rem;
    color: var(--yw-ink-muted);
    margin: 0;
    line-height: 1.45;
}

/* ---------- Areas strip (homepage geo links) ---------- */
.yw-areas {
    padding: var(--yw-space-7) 0;
    background:
        radial-gradient(ellipse 70% 80% at 10% 20%, color-mix(in srgb, var(--yw-primary) 8%, transparent), transparent 55%),
        linear-gradient(180deg, var(--yw-bg), color-mix(in srgb, var(--yw-bg-soft) 65%, white));
}

.yw-areas__inner {
    display: grid;
    gap: var(--yw-space-5);
    max-width: 52rem;
}

.yw-areas__copy .yw-section__lead {
    margin-bottom: 0;
}

.yw-areas__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--yw-space-4);
}

.yw-areas__link {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.15rem 0;
    text-decoration: none;
    color: var(--yw-ink);
    border-bottom: 1px solid color-mix(in srgb, var(--yw-border) 85%, transparent);
}

.yw-areas__link:hover,
.yw-areas__link:focus-visible {
    color: var(--yw-primary);
}

.yw-areas__name {
    font-family: var(--yw-font-display);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.yw-areas__hint {
    font-size: 0.88rem;
    color: var(--yw-ink-muted);
}

.yw-areas__more {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    color: var(--yw-ink-muted);
}

/* ---------- Process ----------
   A vertical timeline rather than a three-across flow: the steps are a shared
   commitment, and each one carries what we need from the customer. */
.yw-process {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 52rem;
    display: grid;
    gap: var(--yw-space-5);
}

.yw-process__item {
    position: relative;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: var(--yw-space-5);
    align-items: start;
}

/* Connector between the step numbers. */
.yw-process__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 3.1rem;
    bottom: calc(-1 * var(--yw-space-5));
    width: 2px;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--yw-primary) 32%, white),
        color-mix(in srgb, var(--yw-primary) 8%, white));
}

.yw-process__num {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #3B82F6, #2563EB);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
    position: relative;
    z-index: 1;
}

.yw-process__body {
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    padding: var(--yw-space-5) var(--yw-space-5) var(--yw-space-4);
    box-shadow: var(--yw-shadow);
}

.yw-process__body h2,
.yw-process__body h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.yw-process__body > p {
    margin: 0;
    color: var(--yw-ink-body);
}

.yw .yw-process__your-part {
    margin: var(--yw-space-4) 0 0;
    padding-top: var(--yw-space-3);
    border-top: 1px dashed var(--yw-border-strong);
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
}

.yw-process__your-part span {
    display: inline-block;
    margin-right: 0.45rem;
    font-weight: 800;
    font-size: var(--yw-text-xs);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yw-accent);
}

/* ---------- Problem grid ---------- */
.yw-problems {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yw-space-5);
}

.yw-problem {
    border-left: 3px solid color-mix(in srgb, var(--yw-primary) 35%, white);
    padding: 0.15rem 0 0.15rem var(--yw-space-5);
}

.yw-problem h3 {
    font-size: 1.1rem;
    margin: 0 0 0.35rem;
}

.yw-problem p {
    margin: 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

/* Needs the .yw prefix: the base `.yw p` margin shorthand outranks a bare class. */
.yw .yw-problems__answer {
    max-width: 44rem;
    margin: var(--yw-space-7) auto 0;
    text-align: center;
    font-size: var(--yw-text-md);
    color: var(--yw-ink-body);
}

/* ---------- Checklists ---------- */
.yw-checklist {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: min(100%, 52rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yw-space-3) var(--yw-space-5);
}

.yw-checklist--lead {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 36rem);
}

.yw-checklist li {
    position: relative;
    padding-left: 2rem;
    color: var(--yw-ink-body);
    text-align: left;
}

.yw-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
}

.yw-tag-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: min(100%, 48rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}

.yw-tag-list li {
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-full);
    padding: 0.45rem 0.95rem;
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-body);
}

/* ---------- What's included funnel ---------- */
.yw-offer {
    padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
    background:
        radial-gradient(900px 420px at 50% -10%, rgba(37, 99, 235, 0.14), transparent 58%),
        radial-gradient(700px 360px at 100% 80%, rgba(16, 185, 129, 0.08), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent);
}

.yw-offer__inner {
    width: min(100%, 44rem);
    max-width: 44rem;
    margin-inline: auto;
    text-align: center;
}

/* Keep page gutters when .yw-offer__inner is nested inside .yw-container. */
.yw-offer .yw-container > .yw-offer__inner {
    width: 100%;
}

.yw-offer__title {
    margin-bottom: var(--yw-space-4);
}

/* Beat `.yw p { margin: 0 0 … }` so these actually centre under the title. */
.yw p.yw-offer__lead {
    font-size: var(--yw-text-lg);
    color: var(--yw-ink-muted);
    margin: 0 auto var(--yw-space-4);
    max-width: 38rem;
}

.yw p.yw-offer__scope {
    margin: 0 auto var(--yw-space-5);
    max-width: 36rem;
    padding: 0.85rem 1.1rem;
    border-radius: var(--yw-radius-md);
    background: color-mix(in srgb, #fff 78%, var(--yw-primary-soft));
    border: 1px solid color-mix(in srgb, var(--yw-primary) 16%, white);
    color: var(--yw-ink-body);
    font-size: var(--yw-text-sm);
    line-height: 1.5;
}

.yw-offer__proof {
    list-style: none;
    margin: var(--yw-space-5) auto 0;
    padding: 0;
    width: fit-content;
    display: grid;
    gap: 0.55rem;
    font-size: var(--yw-text-sm);
    font-weight: 700;
    color: var(--yw-ink);
    text-align: left;
}

.yw-offer__proof li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.yw-offer__proof li::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.68rem no-repeat;
}

.yw-offer-steps {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: min(100%, 40rem);
    display: grid;
    gap: 0.85rem;
}

.yw-offer-steps__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.05rem 1.2rem;
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-md);
    box-shadow: var(--yw-shadow);
    text-align: left;
}

.yw-offer-steps__num {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #3B82F6, #2563EB);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.yw-offer-steps__item p {
    margin: 0;
    font-weight: 650;
    color: var(--yw-ink);
    font-size: var(--yw-text-md);
}

.yw-inline-cta {
    margin: var(--yw-space-6) auto 0;
    width: min(100%, 40rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--yw-space-4);
    padding: 1.1rem 1.25rem;
    border-radius: var(--yw-radius-md);
    background: color-mix(in srgb, #fff 70%, var(--yw-primary-soft));
    border: 1px solid color-mix(in srgb, var(--yw-primary) 14%, white);
}

.yw-inline-cta p {
    margin: 0;
    font-weight: 650;
    color: var(--yw-ink);
}

.yw-deliverables {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: min(100%, 52rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.yw-deliverables__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1.05rem;
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-md);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    font-weight: 650;
    color: var(--yw-ink);
    text-align: left;
}

.yw-deliverables__check {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.72rem no-repeat;
}

.yw-price-strip--compact {
    padding: clamp(1.6rem, 3vw, 2.2rem) 0;
}

.yw-price-strip--featured {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
}

.yw-price-strip__inner--featured {
    align-items: stretch;
    gap: var(--yw-space-6);
}

.yw-price-strip__price-block {
    flex: 0 1 18rem;
    min-width: min(100%, 14rem);
    padding: 1.25rem 1.4rem;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--yw-primary) 30%, var(--yw-border));
    border-radius: var(--yw-radius-lg);
    box-shadow: var(--yw-shadow);
}

.yw-price-strip__label {
    margin: 0 0 0.35rem;
    font-size: var(--yw-text-xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yw-primary);
}

.yw-price-strip__amount {
    font-family: var(--yw-font-display);
    margin: 0 0 0.55rem;
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--yw-ink);
}

.yw-price-strip__scope {
    margin: 0;
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
    line-height: 1.45;
}

.yw-price-strip--featured .yw-price-strip__copy {
    flex: 1 1 16rem;
    min-width: 0;
}

.yw-price-strip--featured .yw-price-strip__copy h2 {
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.yw-price-strip--featured .yw-btn {
    align-self: center;
}

.yw-offer-panel {
    width: min(100%, 48rem);
    margin-inline: auto;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    box-shadow: var(--yw-shadow);
}

.yw-offer-panel__intro {
    text-align: center;
    margin-bottom: var(--yw-space-5);
}

.yw-offer-panel__intro h2 {
    margin-bottom: var(--yw-space-3);
}

.yw-offer-panel__intro p {
    margin: 0 auto;
    max-width: 34rem;
    color: var(--yw-ink-muted);
}

.yw-offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
    text-align: left;
}

.yw-offer-list li {
    position: relative;
    padding-left: 1.85rem;
    color: var(--yw-ink-body);
    line-height: 1.45;
}

.yw-offer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.28rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.68rem no-repeat;
}

.yw-offer-list--muted li {
    color: var(--yw-ink-muted);
}

.yw-offer-list--muted li::before {
    background: #94A3B8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4l8 8M12 4L4 12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 0.65rem no-repeat;
}

.yw-offer-panel > p {
    margin: var(--yw-space-5) 0 0;
    color: var(--yw-ink-body);
    text-align: center;
}

.yw-final--strong {
    background:
        radial-gradient(800px 360px at 50% 0%, rgba(37, 99, 235, 0.12), transparent 60%),
        color-mix(in srgb, var(--yw-bg-soft) 70%, white);
    border-top: 1px solid var(--yw-border);
}

/* ---------- Fit / not a fit ---------- */
.yw-fit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yw-space-5);
}

.yw-fit__col {
    background: #fff;
    border: 1px solid var(--yw-border);
    border-top: 3px solid var(--yw-border-strong);
    border-radius: var(--yw-radius-lg);
    padding: var(--yw-space-6);
    box-shadow: var(--yw-shadow);
}

.yw-fit__col--yes { border-top-color: var(--yw-accent); }
.yw-fit__col--no { border-top-color: var(--yw-border-strong); }

.yw-fit__col h3 {
    font-size: 1.2rem;
    margin: 0 0 var(--yw-space-4);
}

.yw-fit__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--yw-space-3);
}

.yw-fit__col li {
    position: relative;
    padding-left: 1.6rem;
    color: var(--yw-ink-body);
    font-size: var(--yw-text-sm);
}

.yw-fit__col--yes li::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.42rem;
    width: 0.45rem;
    height: 0.24rem;
    border-left: 2px solid var(--yw-accent);
    border-bottom: 2px solid var(--yw-accent);
    transform: rotate(-45deg);
}

.yw-fit__col--no li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.7rem;
    height: 2px;
    background: var(--yw-border-strong);
}

/* ---------- Comparison table ---------- */
.yw-compare__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Caption sits outside the table so overflow/radius clipping cannot ghost the first letter. */
.yw-compare__caption {
    margin: 0 0 var(--yw-space-3);
    font-size: var(--yw-text-sm);
    font-weight: 600;
    color: var(--yw-ink-muted);
}

.yw-compare__frame {
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--yw-shadow);
}

.yw-compare {
    width: 100%;
    min-width: 34rem;
    border-collapse: collapse;
    background: #fff;
}

.yw-compare th,
.yw-compare td {
    padding: 0.95rem 1.1rem;
    border-bottom: 1px solid #D8E0EA;
    font-size: var(--yw-text-sm);
    text-align: left;
}

.yw-compare thead th {
    background: #F1F5F9;
    color: var(--yw-ink);
    font-weight: 800;
    white-space: nowrap;
    border-bottom: 1px solid color-mix(in srgb, var(--yw-primary) 18%, var(--yw-border));
}

.yw-compare tbody th {
    font-weight: 600;
    color: var(--yw-ink-body);
    background: #fff;
}

.yw-compare td {
    text-align: center;
    width: 11rem;
    vertical-align: middle;
    background: #fff;
}

/* Alternating rows for scanability. */
.yw-compare tbody tr:nth-child(even) th,
.yw-compare tbody tr:nth-child(even) td {
    background: #F8FAFC;
}

.yw-compare tbody tr:hover th,
.yw-compare tbody tr:hover td {
    background: #EFF6FF;
}

/* Managed column — keeps the “recommended” signal into the comparison. */
.yw-compare thead th.yw-compare__col-featured {
    background: color-mix(in srgb, var(--yw-primary) 16%, white);
    color: var(--yw-ink);
    box-shadow: inset 0 -2px 0 var(--yw-primary);
}

.yw-compare tbody td.yw-compare__col-featured {
    background: color-mix(in srgb, var(--yw-primary) 5%, white);
}

.yw-compare tbody tr:nth-child(even) td.yw-compare__col-featured {
    background: color-mix(in srgb, var(--yw-primary) 9%, #F8FAFC);
}

.yw-compare tbody tr:hover td.yw-compare__col-featured {
    background: color-mix(in srgb, var(--yw-primary) 12%, #EFF6FF);
}

.yw-compare__detail {
    display: inline-block;
    max-width: 10rem;
    color: var(--yw-ink);
    font-weight: 700;
    line-height: 1.35;
}

.yw-compare tbody tr:last-child th,
.yw-compare tbody tr:last-child td {
    border-bottom: 0;
}

.yw-compare__yes {
    color: var(--yw-accent);
    font-weight: 800;
}

.yw-compare__no {
    color: var(--yw-border-strong);
    font-weight: 800;
}

/* Visually hidden, so the ticks still read correctly to a screen reader. */
.yw-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* ---------- Sector examples ---------- */
.yw-examples__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.yw-example {
    border-radius: var(--yw-radius-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--yw-border);
    box-shadow: var(--yw-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.yw-example__link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.yw-example:hover {
    transform: translateY(-5px);
    box-shadow: var(--yw-shadow-lg);
}

.yw-example__frame {
    position: relative;
    overflow: hidden;
    background: #F1F5F9;
}

.yw-example__chrome {
    display: flex;
    gap: 5px;
    padding: 0.55rem 0.7rem;
    background: #fff;
    border-bottom: 1px solid var(--yw-border);
}

.yw-example__chrome span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #CBD5E1;
}

.yw-example__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.yw-example:hover .yw-example__img {
    transform: scale(1.045);
}

.yw-example__overlay {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
}

.yw-example__overlay span {
    display: inline-flex;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--yw-ink);
    font-size: 0.72rem;
    font-weight: 750;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.yw-example__body {
    padding: 1rem 1.1rem 1.15rem;
}

.yw-example__body h2,
.yw-example__body h3 {
    font-size: 1.08rem;
    margin: 0 0 0.2rem;
}

.yw-example__body p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--yw-ink-muted);
}

.yw-examples__cta {
    text-align: center;
    margin-top: var(--yw-space-6);
}

/* ---------- Pricing strip ---------- */
.yw-price-strip {
    background:
        radial-gradient(600px 220px at 15% 50%, rgba(37, 99, 235, 0.12), transparent 65%),
        radial-gradient(500px 200px at 90% 40%, rgba(16, 185, 129, 0.1), transparent 60%),
        linear-gradient(135deg, #E8F0FE 0%, #F1F5FB 50%, #E7F8F1 100%);
    padding: clamp(2rem, 4vw, 2.75rem) 0;
    border-block: 1px solid color-mix(in srgb, var(--yw-primary) 14%, white);
}

.yw-price-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--yw-space-5);
}

.yw-price-strip__copy {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    min-width: min(100%, 34rem);
}

.yw-price-strip__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff;
    color: var(--yw-primary);
    display: grid;
    place-items: center;
    box-shadow: var(--yw-shadow);
}

.yw-price-strip__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.yw-price-strip h2 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    margin: 0 0 0.25rem;
}

.yw-price-strip p {
    margin: 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

/* ---------- Shared page pieces ---------- */
.yw-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yw-space-5);
}

.yw-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--yw-space-4);
}

.yw-price-cards {
    align-items: stretch;
}

.yw-price-card {
    position: relative;
    background: var(--yw-surface);
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    padding: var(--yw-space-6);
    box-shadow: var(--yw-shadow);
    display: flex;
    flex-direction: column;
    gap: var(--yw-space-4);
}

.yw-price-card--featured {
    border-color: color-mix(in srgb, var(--yw-primary) 55%, var(--yw-border));
    background:
        radial-gradient(520px 220px at 100% 0%, rgba(37, 99, 235, 0.14), transparent 60%),
        linear-gradient(180deg, #EFF6FF 0%, #FFFFFF 42%);
    box-shadow: var(--yw-shadow-glow), var(--yw-shadow-lg);
    padding-top: calc(var(--yw-space-6) + 0.35rem);
}

.yw-price-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0.35rem 0.85rem;
    border-radius: var(--yw-radius-full);
    background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 55%, #0F766E 140%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    white-space: nowrap;
}

.yw-price-card__badge svg {
    width: 0.85rem;
    height: 0.85rem;
    fill: #FDE68A;
    flex-shrink: 0;
}

.yw-price-card__label {
    font-size: var(--yw-text-xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yw-primary);
    margin: 0;
}

.yw-price-card__price {
    font-family: var(--yw-font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--yw-ink);
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.yw-price-card--featured .yw-price-card__price {
    font-size: clamp(1.9rem, 3.2vw, 2.45rem);
}

.yw-price-card__note {
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
    margin: 0;
}

.yw-price-card__scope {
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
    margin: 0;
    padding-top: var(--yw-space-4);
    border-top: 1px dashed var(--yw-border-strong);
}

.yw-price-card .yw-btn {
    margin-top: auto;
    align-self: flex-start;
}

.yw-price-card--featured .yw-btn {
    width: 100%;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.yw-faq {
    display: grid;
    gap: 0.75rem;
    max-width: 48rem;
    margin-inline: auto;
}

.yw-faq details {
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-md);
    padding: 1rem 1.15rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.yw-faq summary {
    cursor: pointer;
    font-weight: 750;
    color: var(--yw-ink);
}

.yw-faq details p {
    margin-top: 0.7rem;
    color: var(--yw-ink-muted);
}

.yw-page-head {
    position: relative;
    padding: var(--yw-space-8) 0 var(--yw-space-6);
    background:
        radial-gradient(700px 280px at 90% 0%, rgba(37, 99, 235, 0.1), transparent 60%),
        radial-gradient(500px 220px at 10% 100%, rgba(16, 185, 129, 0.06), transparent 55%),
        color-mix(in srgb, var(--yw-bg-soft) 85%, white);
    overflow: hidden;
}

.yw-page-head .yw-section__lead {
    margin-top: var(--yw-space-3);
}

.yw-breadcrumb {
    margin: 0 0 var(--yw-space-3);
    font-size: var(--yw-text-sm);
    color: var(--yw-ink-muted);
}

.yw-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yw-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 0.45rem;
    opacity: 0.55;
}

.yw-breadcrumb a {
    color: inherit;
}

.yw-breadcrumb [aria-current="page"] {
    color: var(--yw-ink);
}

.yw-prose {
    max-width: 40rem;
    margin-inline: auto;
}

.yw-prose p { margin-bottom: var(--yw-space-4); }

.yw-prose h2 {
    margin: var(--yw-space-7) 0 var(--yw-space-3);
    font-size: 1.35rem;
}

.yw-prose ul,
.yw-prose ol {
    margin: 0 0 var(--yw-space-5);
    padding-left: 1.25rem;
}

.yw-prose li + li {
    margin-top: 0.4rem;
}

.yw-prose .yw-btn + .yw-btn {
    margin-left: 0.75rem;
}

.yw-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.7fr);
    gap: var(--yw-space-8);
    align-items: start;
}

.yw-aside {
    position: sticky;
    top: var(--yw-space-6);
    padding: var(--yw-space-5);
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    background: #fff;
}

.yw-aside__title {
    margin: 0 0 var(--yw-space-3);
    font-size: 1.05rem;
}

.yw-aside__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yw-aside__list li + li {
    margin-top: 0.45rem;
}

.yw-aside__more {
    margin: var(--yw-space-4) 0 0;
    font-size: var(--yw-text-sm);
}

.yw-locations {
    max-width: 56rem;
    margin-inline: auto;
}

.yw-location-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--yw-space-5) var(--yw-space-6);
}

.yw-location-item {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    height: 100%;
    padding: 0 0 var(--yw-space-4);
    text-decoration: none;
    color: var(--yw-ink);
    border-bottom: 1px solid color-mix(in srgb, var(--yw-border) 90%, transparent);
}

.yw-location-item__media {
    display: block;
    margin: 0 0 0.35rem;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--yw-radius-md);
    background: color-mix(in srgb, var(--yw-bg-soft) 70%, white);
}

.yw-location-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    opacity: 0.42;
    filter: grayscale(0.35) contrast(0.9) brightness(1.06);
    mix-blend-mode: multiply;
    transition: opacity 180ms ease, filter 180ms ease, transform 220ms ease;
}

.yw-location-item:hover .yw-location-item__media img,
.yw-location-item:focus-visible .yw-location-item__media img {
    opacity: 0.58;
    filter: grayscale(0.2) contrast(0.95) brightness(1.03);
    transform: scale(1.015);
}

.yw-location-item:hover,
.yw-location-item:focus-visible {
    color: var(--yw-ink);
}

.yw-location-item:hover .yw-location-item__name,
.yw-location-item:focus-visible .yw-location-item__name,
.yw-location-item:hover .yw-location-item__cta,
.yw-location-item:focus-visible .yw-location-item__cta {
    color: var(--yw-primary);
}

.yw-location-item__name {
    font-family: var(--yw-font-display);
    font-size: clamp(1.55rem, 2vw, 1.85rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.yw-location-item__intro {
    color: var(--yw-ink-muted);
    font-size: 0.98rem;
    line-height: 1.5;
    flex: 1;
}

.yw-location-item__cta {
    font-size: 0.92rem;
    font-weight: 650;
    color: var(--yw-primary);
}

.yw-legal {
    max-width: 42rem;
}

.yw-legal__intro {
    font-size: var(--yw-text-lg, 1.125rem);
    color: var(--yw-ink-muted, inherit);
    margin-bottom: var(--yw-space-6);
}

.yw-legal h2 {
    margin-top: var(--yw-space-8);
    margin-bottom: var(--yw-space-3);
    font-size: var(--yw-text-xl, 1.35rem);
}

.yw-legal h3 {
    margin-top: var(--yw-space-6);
    margin-bottom: var(--yw-space-2);
    font-size: var(--yw-text-lg, 1.125rem);
}

.yw-legal ul {
    margin: 0 0 var(--yw-space-4);
    padding-left: 1.25rem;
}

.yw-legal li + li {
    margin-top: var(--yw-space-2);
}

.yw-legal code {
    font-size: 0.9em;
    padding: 0.1em 0.35em;
    border-radius: 0.25rem;
    background: color-mix(in srgb, var(--yw-bg-soft, #f1f5f9) 90%, white);
    border: 1px solid var(--yw-border, #e2e8f0);
}

.yw-legal-table {
    width: 100%;
    margin: 0 0 var(--yw-space-4);
    border-collapse: collapse;
    font-size: 0.95rem;
}

.yw-legal-table caption {
    caption-side: top;
    text-align: left;
    font-weight: 600;
    margin-bottom: var(--yw-space-2);
}

.yw-legal-table th,
.yw-legal-table td {
    padding: 0.65rem 0.75rem;
    border-top: 1px solid var(--yw-border, #e2e8f0);
    vertical-align: top;
    text-align: left;
}

.yw-legal-table th {
    width: 8.5rem;
    font-weight: 600;
    color: var(--yw-ink-muted, inherit);
}

/* About intro: same 40rem centred column as other inner page-heads and yw-prose. */
.yw-why {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--yw-space-5);
    max-width: 40rem;
    margin-inline: auto;
}

.yw-why picture {
    display: block;
    width: 160px;
    height: 160px;
    line-height: 0;
}

.yw-why__copy {
    min-width: 0;
}

.yw-why .yw-section__lead {
    margin-inline: auto;
}

.yw-why__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--yw-border);
    box-shadow: var(--yw-shadow);
}

/* Mid-page visual chapter — breaks the text rhythm after the process. */
.yw-atmosphere {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(18rem, 38vw, 26rem);
    overflow: hidden;
    color: #F8FAFC;
}

.yw-atmosphere__media {
    position: absolute;
    inset: 0;
}

.yw-atmosphere__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transform: scale(1.02);
}

.yw-atmosphere__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.72) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.45) 0%, transparent 55%);
}

.yw-atmosphere__content {
    position: relative;
    z-index: 1;
    width: min(100% - (var(--yw-pad) * 2), 40rem);
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    text-align: center;
}

.yw-atmosphere__content h2 {
    color: #fff;
    margin-bottom: var(--yw-space-3);
}

.yw-atmosphere__content p:not(.yw-eyebrow) {
    margin: 0;
    font-size: var(--yw-text-lg);
    line-height: 1.55;
    color: #CBD5E1;
}

.yw-final { text-align: center; }

/* Lead sits outside .yw-section__intro here, so it needs its own auto margins
   or the max-width box stays flush left under a centred heading. */
.yw .yw-final .yw-section__lead {
    margin-inline: auto;
}

.yw-final .yw-btn-row {
    justify-content: center;
    margin-top: var(--yw-space-5);
}

/* ---------- Footer ---------- */
.yw-footer {
    background: var(--yw-dark);
    color: #CBD5E1;
    padding-top: var(--yw-space-8);
}

.yw-footer a {
    color: #E2E8F0;
    text-decoration: none;
}

.yw-footer a:visited {
    color: #E2E8F0;
}

.yw-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.yw-footer__inner {
    display: grid;
    grid-template-columns: minmax(14rem, 1.75fr) repeat(3, minmax(0, 1fr));
    gap: var(--yw-space-6) var(--yw-space-7);
    padding-bottom: var(--yw-space-7);
    align-items: start;
}

.yw-footer .yw-lockup__product { color: #fff; }
.yw-footer .yw-lockup__by { color: #94A3B8; }

/* Beat `.yw p { margin: 0 … }` so the tag sits clear of the lockup. */
.yw p.yw-footer__tag {
    margin: var(--yw-space-5) 0 0;
    font-size: var(--yw-text-sm);
    color: #CBD5E1;
    max-width: 18rem;
    line-height: 1.7;
}

/* .yw prefix beats the global `.yw h2` ink colour on the dark footer. */
.yw .yw-footer__heading {
    font-family: var(--yw-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: var(--yw-space-3);
    font-weight: 800;
}

.yw-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    font-size: var(--yw-text-sm);
}

.yw-footer__bottom {
    border-top: 1px solid #1E293B;
    padding: var(--yw-space-4) 0;
}

.yw-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--yw-space-4);
    font-size: var(--yw-text-xs);
    color: #94A3B8;
}

.yw-footer__legal-entity {
    max-width: 40rem;
}

.yw-footer__legal-entity p + p {
    margin-top: 0.35rem;
}

.yw-footer__payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--yw-space-3);
}

.yw-footer__cards {
    display: flex;
    gap: 0.35rem;
}

.yw-footer__card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 26px;
    padding: 0 0.4rem;
    border-radius: 4px;
    background: #fff;
    color: var(--yw-dark);
    font-size: 0.65rem;
    font-weight: 800;
}

.yw-footer__text-btn {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.yw-footer__text-btn:hover {
    color: #fff;
}

/* ---------- Contact (Calendly + form) — layout matches Two Wrens ---------- */
.yw-section--contact {
    padding-bottom: var(--yw-space-9);
}

.yw .contact {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    grid-template-areas:
        "intro calendar"
        "write calendar";
    gap: var(--yw-space-7) var(--yw-space-7);
    align-items: start;
}

.yw .contact__intro {
    grid-area: intro;
    padding-top: var(--yw-space-2);
}

.yw .contact__calendar {
    grid-area: calendar;
    position: sticky;
    top: calc(var(--yw-header-h) + var(--yw-space-5));
    min-width: 0;
}

.yw .contact__write {
    grid-area: write;
    min-width: 0;
}

.yw .contact__title {
    font-family: var(--yw-font-display);
    font-size: var(--yw-text-xl);
    font-weight: 700;
    line-height: 1.25;
    color: var(--yw-ink);
    margin: 0;
}

.yw .contact__lead {
    margin: var(--yw-space-4) 0 0;
    max-width: 36ch;
    color: var(--yw-ink-body);
    font-size: var(--yw-text-md);
    line-height: 1.55;
}

.yw .contact__assurances {
    display: grid;
    gap: var(--yw-space-3);
    margin: var(--yw-space-6) 0 0;
    padding: var(--yw-space-5) var(--yw-space-5);
    list-style: none;
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-md);
    box-shadow: var(--yw-shadow);
}

.yw .contact__assurance {
    display: flex;
    align-items: center;
    gap: var(--yw-space-3);
    color: var(--yw-ink-body);
    font-weight: 600;
}

.yw .contact__assurance-icon {
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--yw-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.72rem no-repeat;
}

.yw .contact__host {
    margin: var(--yw-space-5) 0 0;
    color: var(--yw-ink-body);
}

.yw .contact__host a,
.yw .contact__privacy a,
.yw .contact__alt a,
.yw .booking__note a,
.yw .contact-form__consent a,
.yw .contact-form__success-next a {
    color: var(--yw-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.yw .contact__alt {
    margin: var(--yw-space-4) 0 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .contact__calendar-caption {
    margin: 0 0 var(--yw-space-3);
    color: var(--yw-primary);
    font-size: var(--yw-text-xs);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.yw .contact__calendar-frame {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--yw-border);
    border-radius: var(--yw-radius-lg);
    padding: var(--yw-space-2) var(--yw-space-2) 0;
    box-shadow: var(--yw-shadow);
}

.yw .contact__privacy {
    margin: var(--yw-space-4) 0 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .contact-selection {
    margin: 0 0 var(--yw-space-5);
    padding: var(--yw-space-4) var(--yw-space-5);
    background: #fff;
    border: 1px solid var(--yw-border);
    border-left: 3px solid var(--yw-accent);
    border-radius: 0 var(--yw-radius-md) var(--yw-radius-md) 0;
}

.yw .contact-selection strong,
.yw .contact-selection span {
    display: block;
}

.yw .contact-selection strong {
    color: var(--yw-ink);
}

.yw .contact-selection span {
    margin-top: var(--yw-space-1);
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .contact-form-block {
    padding-top: var(--yw-space-6);
    border-top: 1px solid var(--yw-border);
}

.yw .contact-form__title {
    font-family: var(--yw-font-display);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--yw-ink);
    margin: 0;
}

.yw .contact-form__lead {
    margin: var(--yw-space-3) 0 0;
    max-width: 36ch;
    color: var(--yw-ink-body);
    font-size: var(--yw-text-md);
    line-height: 1.55;
}

.yw .contact-form {
    display: grid;
    gap: var(--yw-space-5);
    margin-top: var(--yw-space-5);
}

.yw .contact-form__field {
    display: grid;
    gap: var(--yw-space-2);
}

.yw .contact-form__label {
    color: var(--yw-ink);
    font-size: var(--yw-text-md);
    font-weight: 600;
}

.yw .contact-form__required,
.yw .contact-form__optional {
    color: var(--yw-ink-muted);
    font-weight: 500;
    font-size: var(--yw-text-sm);
}

.yw .contact-form__hint {
    margin: 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .contact-form__error:not(:empty) {
    color: #8B2E2E;
    font-size: var(--yw-text-sm);
}

.yw .contact-form__summary:not(:empty) {
    padding: var(--yw-space-4) var(--yw-space-5);
    border: 1px solid #E2C4C4;
    border-left: 3px solid #8B2E2E;
    border-radius: 0 var(--yw-radius-md) var(--yw-radius-md) 0;
    background: #FFF8F8;
    color: #8B2E2E;
    font-size: var(--yw-text-sm);
}

.yw .contact-form__summary ul {
    margin: 0;
    padding-left: 1.1rem;
}

.yw .contact-form__input,
.yw .contact-form__textarea,
.yw .contact-form__select {
    width: 100%;
    min-height: 48px;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--yw-border-strong);
    border-radius: var(--yw-radius-sm);
    background: #fff;
    color: var(--yw-ink);
    font: inherit;
}

.yw .contact-form__textarea {
    min-height: 9.5rem;
    resize: vertical;
}

.yw .contact-form__input:focus,
.yw .contact-form__textarea:focus,
.yw .contact-form__select:focus {
    outline: 2px solid var(--yw-focus);
    outline-offset: 2px;
}

.yw .contact-form__input.input-validation-error,
.yw .contact-form__textarea.input-validation-error,
.yw .contact-form__select.input-validation-error {
    border-color: #8B2E2E;
}

.yw .contact-form__consent {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--yw-space-3);
    align-items: start;
    color: var(--yw-ink-body);
    font-size: var(--yw-text-sm);
    line-height: 1.5;
    cursor: pointer;
}

.yw .contact-form__consent input {
    margin-top: 0.2em;
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--yw-primary);
}

.yw .contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--yw-space-3);
}

.yw .contact-form__actions .yw-btn[disabled] {
    opacity: 0.72;
    cursor: wait;
}

.yw .contact-form__honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.yw .contact-form__honeypot input {
    pointer-events: none;
}

.yw .contact-form__turnstile {
    min-height: 65px;
}

.yw .contact-form__success {
    margin-top: var(--yw-space-5);
    padding: var(--yw-space-4) 0;
}

.yw .contact-form__success-title {
    font-family: var(--yw-font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--yw-accent);
    margin: 0;
}

.yw .contact-form__success p {
    margin: var(--yw-space-3) 0 0;
    color: var(--yw-ink-body);
}

.yw .yw-brief {
    max-width: 40rem;
}

.yw .yw-brief [hidden] {
    display: none !important;
}

.yw .yw-brief__skip-hint {
    margin: 0 0 var(--yw-space-5);
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .yw-brief__form {
    position: relative;
}

.yw .yw-brief__step {
    display: grid;
    gap: var(--yw-space-5);
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.yw .yw-brief__step legend {
    padding: 0;
    color: var(--yw-ink);
    font-family: var(--yw-font-display);
    font-size: 1.25rem;
    font-weight: 700;
}

.yw .yw-brief--stepped [data-brief-step]:not(.is-active) {
    display: none;
}

.yw .yw-brief__progress {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--yw-space-2);
    list-style: none;
    margin: 0 0 var(--yw-space-5);
    padding: 0;
}

.yw .yw-brief__progress-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
    margin: 0;
    padding: 0.4rem 0.2rem;
    border: 0;
    border-bottom: 2px solid var(--yw-border);
    background: none;
    color: var(--yw-ink-muted);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.yw .yw-brief__progress-btn.is-current,
.yw .yw-brief__progress-btn.is-done {
    border-bottom-color: var(--yw-primary);
    color: var(--yw-ink);
}

.yw .yw-brief__progress-num {
    font-size: var(--yw-text-sm);
    font-weight: 700;
}

.yw .yw-brief__progress-label {
    font-size: 0.75rem;
    line-height: 1.3;
}

.yw .yw-brief__step-status {
    margin: 0 0 var(--yw-space-4);
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .yw-brief__choices {
    display: grid;
    gap: var(--yw-space-3);
    margin: 0;
    padding: 0;
    border: 0;
}

.yw .yw-brief__choices > legend {
    padding: 0;
    margin-bottom: var(--yw-space-2);
    font-family: inherit;
    font-size: var(--yw-text-md);
    font-weight: 600;
}

.yw .yw-brief__example {
    display: grid;
    gap: var(--yw-space-4);
    padding-bottom: var(--yw-space-4);
    border-bottom: 1px solid var(--yw-border);
}

.yw .yw-brief__example:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.yw .yw-brief input[type="file"].contact-form__input {
    min-height: 0;
    padding: 0.55rem 0.6rem;
}

@media (max-width: 40rem) {
    .yw .yw-brief__progress-label {
        display: none;
    }

    .yw .yw-brief__progress-btn {
        align-items: center;
    }
}

.yw .booking__fallback {
    padding: var(--yw-space-6);
}

.yw .booking__title {
    margin: 0;
    font-size: 1.25rem;
    color: var(--yw-ink);
}

.yw .booking__fallback p {
    margin: var(--yw-space-3) 0 0;
    color: var(--yw-ink-body);
    line-height: 1.55;
}

.yw .booking__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--yw-space-3);
    margin-top: var(--yw-space-5);
}

.yw .booking__note {
    margin: var(--yw-space-4) 0 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
}

.yw .booking__frame {
    position: relative;
    height: 1000px;
}

.yw .booking__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Cookie consent banner / dialog */
.yw .consent-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    background: var(--yw-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #CBD5E1;
    padding-block: var(--yw-space-5);
    padding-bottom: calc(var(--yw-space-5) + env(safe-area-inset-bottom));
}

.yw .consent-banner[hidden] {
    display: none;
}

.yw .consent-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--yw-space-5);
}

.yw .consent-banner__copy {
    flex: 1 1 18rem;
    min-width: 0;
}

.yw .consent-banner__title {
    margin: 0 0 var(--yw-space-2);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.yw .consent-banner__copy p {
    margin: 0;
    font-size: var(--yw-text-sm);
    line-height: 1.5;
}

.yw .consent-banner__lead--short {
    display: none;
}

.yw .consent-banner__copy a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.yw .consent-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--yw-space-3);
}

.yw .consent-banner__manage {
    appearance: none;
    background: none;
    border: 0;
    padding: 0.35rem 0.25rem;
    color: #94A3B8;
    font: inherit;
    font-size: var(--yw-text-sm);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    cursor: pointer;
}

.yw .consent-banner__manage:hover {
    color: #fff;
}

.yw .consent-dialog {
    width: min(34rem, calc(100vw - 2rem));
    border: 0;
    border-radius: var(--yw-radius-lg);
    padding: 0;
    color: var(--yw-ink-body);
    box-shadow: var(--yw-shadow-lg);
}

.yw .consent-dialog::backdrop {
    background: rgba(15, 23, 42, 0.55);
}

.yw .consent-dialog__inner {
    padding: var(--yw-space-6);
}

.yw .consent-dialog__title {
    margin: 0;
    color: var(--yw-ink);
    font-size: 1.35rem;
}

.yw .consent-dialog__lead {
    margin: var(--yw-space-3) 0 var(--yw-space-5);
    font-size: var(--yw-text-sm);
}

.yw .consent-option {
    padding: var(--yw-space-4) 0;
    border-top: 1px solid var(--yw-border);
}

.yw .consent-option__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--yw-space-3);
}

.yw label.consent-option__head {
    cursor: pointer;
}

.yw .consent-option__name {
    color: var(--yw-ink);
    font-weight: 700;
}

.yw .consent-option__state {
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
    font-weight: 600;
}

.yw .consent-option__toggle {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: var(--yw-primary);
}

.yw .consent-option__body {
    margin: var(--yw-space-2) 0 0;
    color: var(--yw-ink-muted);
    font-size: var(--yw-text-sm);
    line-height: 1.5;
}

.yw .consent-dialog__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--yw-space-3);
    margin-top: var(--yw-space-5);
}
