.yb-ct-pop-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-modal, 200);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(10, 10, 14, 0.62);
    backdrop-filter: blur(8px) saturate(1.1);
    -webkit-backdrop-filter: blur(8px) saturate(1.1);
    opacity: 0;
    transition: opacity 280ms var(--ease);
}
.yb-ct-pop-overlay[hidden] { display: none !important; }
.yb-ct-pop-overlay--active { opacity: 1; }

.yb-ct-pop-box {
    max-width: min(1180px, calc(100vw - 48px));
    width: 100%;
    max-height: min(92vh, 860px);
    height: 92vh;
    border-radius: 20px;
    overflow: hidden;
    background: var(--c-white);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.22), 0 2px 0 rgba(0, 0, 0, 0.02);
    position: relative;
    transform-origin: center;
    opacity: 0;
    transform: scale(0.97) translateY(6px);
    transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-overlay--active .yb-ct-pop-box { opacity: 1; transform: scale(1) translateY(0); }

@media (max-width: 1100px) {
    .yb-ct-pop-box { max-width: calc(100vw - 24px); border-radius: 16px; max-height: min(95vh, 860px); height: 95vh; }
    .yb-ct-pop-overlay { padding: 12px; }
}

.yb-ct-pop-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: var(--c-white);
    color: var(--c-black);
    border: 1px solid var(--c-border);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms var(--ease), color 200ms var(--ease), box-shadow 200ms var(--ease), border-color 200ms var(--ease);
}
.yb-ct-pop-close svg { width: 14px; height: 14px; }
.yb-ct-pop-close:hover {
    background: var(--c-black);
    color: var(--c-white);
    border-color: var(--c-black);
    transform: rotate(90deg);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.yb-ct-pop-screen {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: var(--c-white);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.yb-ct-pop-screen--main { transform: translateX(0); z-index: 1; }
.yb-ct-pop-screen--priv { transform: translateX(100%); z-index: 2; box-shadow: -30px 0 80px rgba(0, 0, 0, 0.08); }
.yb-ct-pop-box--priv .yb-ct-pop-screen--main { transform: translateX(-28%); }
.yb-ct-pop-box--priv .yb-ct-pop-screen--priv { transform: translateX(0); }

.yb-ct-pop-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 40px 44px 24px;
    scrollbar-width: none;
}
.yb-ct-pop-body::-webkit-scrollbar { display: none; width: 0; }

@media (max-width: 720px) { .yb-ct-pop-body { padding: 28px 22px 20px; } }

.yb-ct-pop-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 26px;
    padding-right: 60px;
    max-width: 680px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 420ms 80ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms 80ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-overlay--active .yb-ct-pop-head { opacity: 1; transform: translateY(0); }

.yb-ct-pop-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 12px;
    border-left: 2px solid var(--c-accent);
    font-size: 11px;
    font-weight: var(--w-black);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-muted);
    align-self: flex-start;
}

.yb-ct-pop-title {
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: var(--w-black);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--c-black);
    margin: 0;
    text-wrap: balance;
}

.yb-ct-pop-lead {
    font-size: 15px;
    line-height: 1.55;
    color: var(--c-muted);
    margin: 2px 0 0;
    max-width: 560px;
}

.yb-ct-pop-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 420ms 140ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms 140ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-overlay--active .yb-ct-pop-grid { opacity: 1; transform: translateY(0); }
@media (max-width: 860px) {
    .yb-ct-pop-grid { grid-template-columns: 1fr; gap: 18px; }
}

.yb-ct-pop-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yb-ct-pop-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    background: var(--c-white);
    border: 1px solid var(--c-border);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: border-color 220ms var(--ease), transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms var(--ease), background 220ms var(--ease);
}
a.yb-ct-pop-row:hover {
    border-color: var(--c-accent);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    background: #FFFEF5;
}

.yb-ct-pop-row--hero {
    background: var(--c-black);
    color: var(--c-white);
    border-color: var(--c-black);
}
a.yb-ct-pop-row--hero:hover {
    background: #2D2D30;
    border-color: #2D2D30;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}
.yb-ct-pop-row--hero .yb-ct-pop-ico {
    background: var(--c-accent);
    color: var(--c-black);
}
.yb-ct-pop-row--hero .yb-ct-pop-row-body b { color: var(--c-white); font-size: 20px; }
.yb-ct-pop-row--hero .yb-ct-pop-row-body span { color: rgba(255, 255, 255, 0.7); }

.yb-ct-pop-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--c-surface);
    color: var(--c-black);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 220ms var(--ease), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-ico svg { width: 18px; height: 18px; }
a.yb-ct-pop-row:hover .yb-ct-pop-ico { background: var(--c-accent); transform: rotate(-6deg) scale(1.04); }
a.yb-ct-pop-row--hero:hover .yb-ct-pop-ico { transform: rotate(-6deg) scale(1.04); }

.yb-ct-pop-row-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.yb-ct-pop-row-body b {
    font-size: 15.5px;
    font-weight: var(--w-black);
    color: var(--c-black);
    letter-spacing: -0.015em;
    line-height: 1.2;
}
.yb-ct-pop-row-body span {
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--c-muted);
    font-weight: var(--w-regular);
}

.yb-ct-pop-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}
.yb-ct-pop-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 10px;
    background: var(--c-surface);
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none;
    color: var(--c-black);
    font-size: 12.5px;
    font-weight: var(--w-black);
    letter-spacing: 0.02em;
    transition: background 180ms var(--ease), border-color 180ms var(--ease), transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-social svg { width: 16px; height: 16px; }
.yb-ct-pop-social:hover { background: var(--c-accent); border-color: var(--c-accent); transform: translateY(-1px); }

.yb-ct-pop-cb {
    background: #FAFAFA;
    border: 1px solid var(--c-border);
    border-radius: 16px;
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: fit-content;
}
.yb-ct-pop-cb-head h3 {
    font-size: 17px;
    font-weight: var(--w-black);
    color: var(--c-black);
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.yb-ct-pop-cb-head p {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--c-muted);
    margin: 0;
}

.yb-ct-pop-form { display: flex; flex-direction: column; gap: 10px; }
.yb-ct-pop-field { display: flex; flex-direction: column; gap: 4px; }

.yb-ct-pop-input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    background: var(--c-white);
    border: 1px solid var(--c-border);
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    color: var(--c-black);
    outline: none;
    transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}
.yb-ct-pop-input::placeholder { color: var(--c-muted); }
.yb-ct-pop-input:hover { border-color: #c9c9ce; }
.yb-ct-pop-input:focus { border-color: var(--c-black); box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04); }
.yb-ct-pop-field--err .yb-ct-pop-input { border-color: #E03131; box-shadow: 0 0 0 4px rgba(224, 49, 49, 0.08); }

.yb-ct-pop-hint {
    font-size: 11.5px;
    line-height: 1.35;
    color: #C02020;
    font-weight: var(--w-bold);
    letter-spacing: -0.005em;
}
.yb-ct-pop-hint:empty { display: none; }
.yb-ct-pop-hint--consent { margin-top: -2px; }

.yb-ct-pop-submit {
    height: 46px;
    padding: 0 22px;
    background: var(--c-accent);
    color: var(--c-black);
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: var(--w-black);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 180ms var(--ease), transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms var(--ease);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
}
.yb-ct-pop-submit:hover:not(:disabled) {
    background: var(--c-accent-h);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(252, 225, 22, 0.35), 0 2px 0 rgba(0, 0, 0, 0.04);
}
.yb-ct-pop-submit:active:not(:disabled) { transform: translateY(0) scale(0.99); }
.yb-ct-pop-submit:disabled { opacity: 0.7; cursor: wait; }
.yb-ct-pop-submit-spin {
    width: 16px;
    height: 16px;
    display: none;
    animation: ctSpin 700ms linear infinite;
}
.yb-ct-pop-form--loading .yb-ct-pop-submit-label { opacity: 0.6; }
.yb-ct-pop-form--loading .yb-ct-pop-submit-spin { display: inline-block; }
@keyframes ctSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.yb-ct-pop-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
    font-size: 11.5px;
    line-height: 1.45;
    color: var(--c-muted);
    user-select: none;
    margin-top: 2px;
}
.yb-ct-pop-consent input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.yb-ct-pop-consent-box {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--c-border);
    background: var(--c-white);
    border-radius: 4px;
    position: relative;
    margin-top: 1px;
    transition: border-color 160ms var(--ease), background 160ms var(--ease);
}
.yb-ct-pop-consent-box::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid var(--c-black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-consent input:checked + .yb-ct-pop-consent-box { background: var(--c-accent); border-color: var(--c-accent); }
.yb-ct-pop-consent input:checked + .yb-ct-pop-consent-box::after { transform: rotate(45deg) scale(1); }
.yb-ct-pop-consent-text a {
    color: var(--c-black);
    font-weight: var(--w-bold);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.25);
    text-underline-offset: 2px;
    cursor: pointer;
}
.yb-ct-pop-consent--err .yb-ct-pop-consent-box { border-color: #E03131; box-shadow: 0 0 0 3px rgba(224, 49, 49, 0.1); }

.yb-ct-pop-done {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 0;
    animation: ctDoneIn 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes ctDoneIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.yb-ct-pop-done-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2D7F3A;
    color: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.yb-ct-pop-done-ico svg { width: 18px; height: 18px; }
.yb-ct-pop-done h3 {
    font-size: 17px;
    font-weight: var(--w-black);
    color: var(--c-black);
    margin: 0;
    letter-spacing: -0.02em;
}
.yb-ct-pop-done p {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--c-muted);
    margin: 0;
}
.yb-ct-pop-done p b { color: var(--c-black); font-weight: var(--w-black); }
.yb-ct-pop-done p a { color: var(--c-black); font-weight: var(--w-bold); text-decoration: none; white-space: nowrap; }

.yb-ct-pop-section {
    margin-top: 32px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 460ms 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 460ms 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-overlay--active .yb-ct-pop-section { opacity: 1; transform: translateY(0); }

.yb-ct-pop-sec-head { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.yb-ct-pop-sec-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 12px;
    border-left: 2px solid var(--c-accent);
    font-size: 11px;
    font-weight: var(--w-black);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-muted);
    align-self: flex-start;
}
.yb-ct-pop-sec-title {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: var(--w-black);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--c-black);
    margin: 0;
}
.yb-ct-pop-sec-sub {
    font-size: 14px;
    line-height: 1.55;
    color: var(--c-muted);
    margin: 2px 0 0;
    max-width: 720px;
}

.yb-ct-pop-feats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media (max-width: 860px) { .yb-ct-pop-feats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .yb-ct-pop-feats { grid-template-columns: 1fr; } }

.yb-ct-feat {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: var(--c-black);
    color: var(--c-white);
    border: none;
    padding: 18px;
    font-family: inherit;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms var(--ease);
    isolation: isolate;
}
.yb-ct-feat:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14); }
.yb-ct-feat-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms var(--ease);
    opacity: 0.8;
}
.yb-ct-feat:hover .yb-ct-feat-bg { transform: scale(1.06); }
.yb-ct-feat--on .yb-ct-feat-bg { transform: scale(1.1); opacity: 0.25; }
.yb-ct-feat-dim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 65%, rgba(0,0,0,0.78) 100%);
    z-index: 1;
    transition: background 420ms var(--ease);
}
.yb-ct-feat--on .yb-ct-feat-dim {
    background: linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.9) 100%);
}

.yb-ct-feat-num {
    position: absolute;
    top: 16px;
    left: 18px;
    font-size: 13px;
    font-weight: var(--w-black);
    letter-spacing: 0.1em;
    color: var(--c-accent);
    z-index: 2;
}

.yb-ct-feat-title {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: var(--w-black);
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--c-white);
    margin-bottom: 6px;
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-feat--on .yb-ct-feat-title { transform: translateY(-2px); }

.yb-ct-feat-desc {
    position: relative;
    z-index: 2;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms var(--ease), transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-feat--on .yb-ct-feat-desc {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}

.yb-ct-pop-map {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    cursor: pointer;
    min-height: 280px;
    text-decoration: none;
    color: inherit;
    isolation: isolate;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}
.yb-ct-pop-map:hover {
    transform: translateY(-2px);
    border-color: var(--c-accent);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.yb-ct-pop-map-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}
.yb-ct-pop-map-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 14px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 70%);
}
.yb-ct-pop-map-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px 9px 12px;
    background: var(--c-white);
    color: var(--c-black);
    border-radius: 100px;
    font-size: 13px;
    font-weight: var(--w-black);
    letter-spacing: -0.01em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: background 220ms var(--ease), color 220ms var(--ease), transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.yb-ct-pop-map:hover .yb-ct-pop-map-pill {
    background: var(--c-accent);
    transform: translateY(-1px);
}
.yb-ct-pop-map-pill svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.yb-ct-pop-foot {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid var(--c-border);
    font-size: 11.5px;
    line-height: 1.55;
    color: var(--c-muted);
}
.yb-ct-pop-foot a {
    color: var(--c-black);
    font-weight: var(--w-bold);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    text-underline-offset: 2px;
    cursor: pointer;
}

.yb-ct-pop-priv-bar {
    flex-shrink: 0;
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--c-white);
}

.yb-ct-pop-priv-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px 10px 14px;
    background: var(--c-white);
    color: var(--c-black);
    border: 1px solid var(--c-border);
    border-radius: 100px;
    font-family: inherit;
    font-size: 12px;
    font-weight: var(--w-black);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms var(--ease);
}
.yb-ct-pop-priv-back svg { width: 13px; height: 13px; transition: transform 220ms var(--ease); }
.yb-ct-pop-priv-back:hover {
    background: var(--c-black);
    color: var(--c-white);
    border-color: var(--c-black);
    transform: translateX(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}
.yb-ct-pop-priv-back:hover svg { transform: translateX(-3px); }

.yb-ct-pop-priv-title {
    font-size: 14px;
    font-weight: var(--w-black);
    letter-spacing: -0.015em;
    color: var(--c-black);
}

.yb-ct-pop-priv-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 36px 48px 40px;
    scrollbar-width: none;
}
.yb-ct-pop-priv-scroll::-webkit-scrollbar { display: none; width: 0; }
@media (max-width: 720px) { .yb-ct-pop-priv-scroll { padding: 24px 22px 28px; } }

.yb-ct-pop-priv-content {
    max-width: 760px;
    margin: 0 auto;
    color: var(--c-black);
}
.yb-ct-pop-priv-content h1,
.yb-ct-pop-priv-content .legal-title {
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: var(--w-black);
    letter-spacing: -0.03em;
    color: var(--c-black);
    margin: 0 0 10px;
    line-height: 1.1;
}
.yb-ct-pop-priv-content .legal-date {
    font-size: 12.5px;
    color: var(--c-muted);
    font-weight: var(--w-bold);
    letter-spacing: 0.02em;
    margin-bottom: 22px;
    display: block;
}
.yb-ct-pop-priv-content h2 {
    font-size: 16px;
    font-weight: var(--w-black);
    color: var(--c-black);
    letter-spacing: -0.015em;
    margin: 26px 0 10px;
    line-height: 1.25;
}
.yb-ct-pop-priv-content p,
.yb-ct-pop-priv-content li {
    font-size: 14px;
    line-height: 1.65;
    color: #2B2B2F;
    margin-bottom: 10px;
}
.yb-ct-pop-priv-content ul,
.yb-ct-pop-priv-content ol {
    padding-left: 22px;
    margin-bottom: 14px;
}
.yb-ct-pop-priv-content a {
    color: var(--c-black);
    font-weight: var(--w-bold);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.25);
    text-underline-offset: 2px;
}
.yb-ct-pop-priv-content a:hover { text-decoration-color: var(--c-black); }

.yb-ct-pop-priv-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 80px 20px;
    color: var(--c-muted);
    font-size: 13.5px;
    font-weight: var(--w-bold);
    letter-spacing: 0.02em;
}
.yb-ct-pop-priv-loading svg {
    width: 28px;
    height: 28px;
    animation: ctSpin 900ms linear infinite;
    opacity: 0.65;
}

.yb-ct-pop-priv-err {
    text-align: center;
    padding: 60px 20px;
    color: var(--c-muted);
    font-size: 14px;
    line-height: 1.55;
}
.yb-ct-pop-priv-err a {
    color: var(--c-black);
    font-weight: var(--w-black);
    text-decoration: underline;
}

.yb-ct-pop-close:focus-visible,
.yb-ct-pop-submit:focus-visible,
.yb-ct-pop-priv-back:focus-visible {
    outline: 2px solid var(--c-accent);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(252, 225, 22, 0.22);
}

@media (prefers-reduced-motion: reduce) {
    .yb-ct-pop-overlay,
    .yb-ct-pop-box,
    .yb-ct-pop-screen,
    .yb-ct-pop-head,
    .yb-ct-pop-grid,
    .yb-ct-pop-section,
    .yb-ct-feat-bg,
    .yb-ct-feat-desc {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

@media (max-width: 768px) {
    .yb-ct-pop-overlay {
        align-items: flex-end;
        padding: 0;
        background: rgba(10, 12, 18, 0.55);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .yb-ct-pop-box {
        max-width: none;
        width: 100%;
        height: 92vh;
        max-height: 92vh;
        border-radius: 24px 24px 0 0;
        padding-top: 18px;
        transform: translate3d(0, 100%, 0);
        opacity: 1;
        transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
        box-shadow: 0 -10px 32px rgba(15, 18, 30, 0.18), 0 -2px 8px rgba(15, 18, 30, 0.06);
        will-change: transform;
        touch-action: pan-y;
    }

    .yb-ct-pop-overlay--active .yb-ct-pop-box {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .yb-ct-pop-box::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        width: 40px;
        height: 4px;
        margin-left: -20px;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.18);
        pointer-events: none;
        z-index: 50;
    }

    .yb-ct-pop-box.is-dragging {
        transition: none !important;
    }

    .yb-ct-pop-close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.06);
        border: none;
        box-shadow: none;
        z-index: 60;
    }

    .yb-ct-pop-close svg {
        width: 13px;
        height: 13px;
    }

    .yb-ct-pop-close:hover,
    .yb-ct-pop-close:active {
        background: rgba(0, 0, 0, 0.12);
        color: var(--c-black);
        border-color: transparent;
        transform: none;
        box-shadow: none;
    }

    .yb-ct-pop-screen {
        background: var(--c-white);
        border-radius: 24px 24px 0 0;
    }

    .yb-ct-pop-screen--priv {
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.06);
    }

    .yb-ct-pop-body {
        padding: 22px 18px 22px;
    }

    .yb-ct-pop-head {
        margin-bottom: 18px;
        padding-right: 44px;
    }

    .yb-ct-pop-eyebrow {
        font-size: 11.5px;
        letter-spacing: 0.04em;
    }

    .yb-ct-pop-title {
        font-size: 22px !important;
        line-height: 1.15;
        margin: 6px 0 4px;
    }

    .yb-ct-pop-lead {
        font-size: 13.5px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .yb-ct-pop-grid {
        gap: 16px;
    }

    .yb-ct-pop-section + .yb-ct-pop-section {
        margin-top: 4px;
        padding-top: 16px;
        border-top: 1px solid var(--c-border);
    }

    .yb-ct-pop-section-title {
        font-size: 12px;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }

    .yb-ct-pop-row {
        grid-template-columns: 40px 1fr auto;
        gap: 12px;
        padding: 12px 14px;
        min-height: 60px;
        border-radius: 14px;
    }

    .yb-ct-pop-ico {
        width: 40px;
        height: 40px;
    }

    .yb-ct-pop-ico svg {
        width: 18px;
        height: 18px;
    }

    .yb-ct-pop-row-body b {
        font-size: 15px;
        line-height: 1.2;
    }

    .yb-ct-pop-row-body span {
        font-size: 12.5px;
        line-height: 1.35;
    }

    .yb-ct-pop-row--hero .yb-ct-pop-row-body b {
        font-size: 17px !important;
    }

    .yb-ct-pop-feats {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-inline: 18px;
        gap: 10px;
        padding: 4px 18px 6px;
        margin: 0 -18px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        will-change: scroll-position;
    }

    .yb-ct-pop-feats::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .yb-ct-feat {
        flex: 0 0 calc(100vw - 70px);
        width: calc(100vw - 70px);
        max-width: 360px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        min-height: 200px;
        padding: 16px 18px;
        border-radius: 14px;
    }

    .yb-ct-feat-num {
        font-size: 11px;
    }

    .yb-ct-feat-title {
        font-size: 15px;
        line-height: 1.2;
    }

    .yb-ct-feat-desc {
        font-size: 12.5px;
        line-height: 1.4;
    }

    .yb-ct-pop-map {
        aspect-ratio: 16 / 9;
        max-height: 280px;
        min-height: 220px;
        border-radius: 14px;
    }

    .yb-ct-pop-map-addr {
        padding: 10px 14px;
        font-size: 12.5px;
    }

    .yb-ct-pop-socials {
        gap: 8px;
    }

    .yb-ct-pop-social {
        padding: 10px 12px;
        gap: 8px;
        border-radius: 12px;
        font-size: 13px;
    }

    .yb-ct-pop-social svg {
        width: 18px;
        height: 18px;
    }

    .yb-ct-pop-priv-back {
        top: 12px;
        left: 12px;
    }

    .yb-ct-pop-priv-scroll {
        padding: 22px 18px 24px;
    }

    .yb-ct-pop-priv-content h1,
    .yb-ct-pop-priv-content .legal-title {
        font-size: 21px !important;
        line-height: 1.18;
    }

    .yb-ct-pop-priv-content h2 {
        font-size: 15px;
        margin: 22px 0 8px;
    }

    .yb-ct-pop-priv-content p,
    .yb-ct-pop-priv-content li {
        font-size: 13.5px;
        line-height: 1.6;
    }
}

@media (max-width: 380px) {
    .yb-ct-pop-body {
        padding: 20px 14px 20px;
    }

    .yb-ct-pop-title {
        font-size: 20px !important;
    }

    .yb-ct-pop-row {
        padding: 11px 12px;
        min-height: 56px;
    }

    .yb-ct-feat {
        flex: 0 0 calc(100vw - 56px);
        width: calc(100vw - 56px);
        padding: 14px 16px;
        min-height: 184px;
    }

    .yb-ct-pop-feats {
        padding: 4px 14px 6px;
        margin: 0 -14px;
        scroll-padding-inline: 14px;
    }

    .yb-ct-pop-map {
        max-height: 240px;
        min-height: 200px;
    }
}
