.vo-child-locks {
    --vo-ink: #314743;
    --vo-muted: #667873;
    --vo-peach: #ffa982;
    --vo-peach-soft: #fff1e8;
    --vo-milk: #fffdfa;
    --vo-line: #ead8cc;
    --vo-sage: #eaf2ed;
    overflow: hidden;
    color: var(--vo-ink);
    background: var(--vo-milk);
    font-family: "MullerRegular", Arial, sans-serif;
}

.vo-child-locks *, .vo-child-locks *::before, .vo-child-locks *::after { box-sizing: border-box; }
.vo-child-locks img { display: block; max-width: 100%; }
.vo-child-locks h1, .vo-child-locks h2, .vo-child-locks h3, .vo-child-locks p { margin-top: 0; }
.vo-child-locks h1, .vo-child-locks h2, .vo-child-locks h3 { font-family: "MullerBold", Arial, sans-serif; color: var(--vo-ink); }
.vo-child-locks .container { max-width: 1180px; width: auto; }

@media (min-width: 992px) {
    .vo-child-locks { margin-top: 232px; }
}

.vo-lock-hero { position: relative; min-height: 550px; display: flex; align-items: center; background: #f7eee8; }
.vo-lock-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45,67,62,.92) 0%, rgba(45,67,62,.78) 33%, rgba(45,67,62,.18) 65%, rgba(45,67,62,0) 100%); pointer-events: none; }
.vo-lock-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vo-lock-hero .container { position: relative; z-index: 1; width: 100%; }
.vo-lock-hero__copy { width: 54%; max-width: 610px; padding: 68px 0; color: #fff; }
.vo-lock-kicker { margin-bottom: 17px; color: #ffc4a8; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.vo-lock-hero h1 { margin-bottom: 20px; color: #fff; font-size: clamp(34px, 4vw, 56px); line-height: 1.06; }
.vo-lock-hero__lead { max-width: 510px; margin-bottom: 28px; font-size: 18px; line-height: 1.55; }
.vo-lock-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border: 1px solid transparent; border-radius: 5px; background: var(--vo-peach); color: #fff !important; font-family: "MullerBold", Arial, sans-serif; font-size: 13px; text-decoration: none !important; transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), background-color .25s ease; }
.vo-lock-button:hover, .vo-lock-button:focus { background: #f29269; color: #fff; transform: translateY(-3px); }
.vo-lock-button--ghost { border-color: rgba(255,255,255,.75); background: transparent; }
.vo-lock-button--ghost:hover, .vo-lock-button--ghost:focus { background: rgba(255,255,255,.14); }
.vo-lock-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.vo-lock-hero__facts { display: flex; gap: 18px; margin-top: 31px; font-size: 13px; line-height: 1.35; }
.vo-lock-hero__facts span { display: flex; align-items: center; gap: 7px; }
.vo-lock-hero__facts span::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--vo-peach); color: #fff; font-weight: 700; }

.vo-lock-section { padding: 86px 0; }
.vo-lock-section--soft { background: linear-gradient(120deg, #fff7f2, #f6fbf7); }
.vo-lock-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.vo-lock-heading h2 { margin-bottom: 14px; font-size: clamp(27px, 3vw, 40px); line-height: 1.12; }
.vo-lock-heading p { margin-bottom: 0; color: var(--vo-muted); font-size: 16px; line-height: 1.55; }
.vo-lock-heading::after { content: ""; display: block; width: 48px; height: 3px; margin: 21px auto 0; background: var(--vo-peach); }

.vo-lock-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.vo-lock-benefit { min-height: 192px; padding: 28px; border: 1px solid var(--vo-line); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(78,57,45,.05); }
.vo-lock-benefit__num { display: inline-grid; width: 32px; height: 32px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--vo-peach-soft); color: #e77f54; font-family: "MullerBold", Arial, sans-serif; font-size: 12px; }
.vo-lock-benefit h3 { margin-bottom: 8px; font-size: 18px; }
.vo-lock-benefit p { margin-bottom: 0; color: var(--vo-muted); font-size: 14px; line-height: 1.5; }

.vo-lock-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.vo-lock-filter button { padding: 11px 17px; border: 1px solid var(--vo-line); border-radius: 24px; background: #fff; color: var(--vo-ink); font-family: inherit; font-size: 13px; cursor: pointer; transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-lock-filter button:hover, .vo-lock-filter button:focus, .vo-lock-filter button.is-active { border-color: var(--vo-peach); background: var(--vo-peach); color: #fff; outline: none; transform: translateY(-2px); }
.vo-lock-catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vo-lock-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--vo-line); border-radius: 13px; background: #fff; box-shadow: 0 12px 29px rgba(49,71,67,.07); transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease; }
.vo-lock-card.is-filtered { display: none; }
.vo-lock-card__photo { position: relative; overflow: hidden; height: 250px; margin: 0; background: #f2eee9; }
.vo-lock-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-lock-card:hover .vo-lock-card__photo img, .vo-lock-card:focus-within .vo-lock-card__photo img { transform: scale(1.07); }
.vo-lock-card__visual { display: grid; height: 100%; place-items: center; padding: 25px; background: radial-gradient(circle at 74% 18%, #ffe0cf 0 12%, transparent 12.3%), linear-gradient(135deg, #f8fbf8, #f7e7dc); }
.vo-lock-card__visual span { position: relative; display: block; width: 114px; height: 65px; border: 11px solid #fff; border-radius: 7px; box-shadow: 0 11px 24px rgba(49,71,67,.16); }
.vo-lock-card__visual span::before { content: ""; position: absolute; top: 20px; left: 26px; width: 42px; height: 12px; border-radius: 9px; background: var(--vo-peach); }
.vo-lock-card__visual--tilt span { transform: rotate(-12deg); }
.vo-lock-card__visual--button span::after { content: ""; position: absolute; right: 12px; bottom: -22px; width: 30px; height: 30px; border: 7px solid #fff; border-radius: 50%; background: #4e6860; box-shadow: 0 6px 15px rgba(49,71,67,.16); }
.vo-lock-card__visual--sash span::before { top: 14px; left: 38px; width: 17px; height: 34px; border-radius: 5px; background: #4e6860; }
.vo-lock-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px 24px 25px; }
.vo-lock-card__type { margin-bottom: 9px; color: #d87e55; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vo-lock-card h3 { min-height: 46px; margin-bottom: 10px; font-size: 20px; line-height: 1.18; }
.vo-lock-card p { margin-bottom: 18px; color: var(--vo-muted); font-size: 14px; line-height: 1.5; }
.vo-lock-card__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid #f0e4dc; }
.vo-lock-card__price { color: var(--vo-ink); font-family: "MullerBold", Arial, sans-serif; font-size: 20px; white-space: nowrap; }
.vo-lock-card__price small { color: #d87e55; font-size: 14px; }
.vo-lock-card__fit { color: #75867f; font-size: 12px; text-align: right; }
.vo-lock-price-note { max-width: 940px; margin: 25px auto 0; padding: 14px 18px; border-left: 3px solid var(--vo-peach); border-radius: 0 8px 8px 0; background: #fff6f0; color: var(--vo-muted); font-size: 14px; line-height: 1.5; }
.vo-lock-price-note strong { color: var(--vo-ink); }

.vo-lock-steps { display: grid; grid-template-columns: 1.15fr 1fr; gap: 58px; align-items: center; }
.vo-lock-steps + .vo-lock-steps { margin-top: 38px; }
.vo-lock-steps__photo { height: 390px; margin: 0; overflow: hidden; border: 1px solid var(--vo-line); border-radius: 13px; background: #f4eee9; box-shadow: 0 14px 32px rgba(49,71,67,.08); }
.vo-lock-steps__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-lock-steps__photo:hover img, .vo-lock-steps__photo:focus-within img { transform: scale(1.05); }
.vo-lock-steps__copy h2 { margin-bottom: 17px; font-size: clamp(27px, 3vw, 39px); line-height: 1.15; }
.vo-lock-steps__copy > p { color: var(--vo-muted); font-size: 16px; line-height: 1.58; }
.vo-lock-step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin-top: 24px; }
.vo-lock-step__number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--vo-peach); color: #fff; font-family: "MullerBold", Arial, sans-serif; font-size: 12px; }
.vo-lock-step h3 { margin: 0 0 5px; font-size: 18px; }
.vo-lock-step p { margin: 0; color: var(--vo-muted); font-size: 14px; line-height: 1.5; }
.vo-lock-checklist { padding: 35px; border-radius: 13px; background: var(--vo-ink); box-shadow: 0 18px 38px rgba(30,52,46,.16); color: #fff; }
.vo-lock-checklist h3 { margin-bottom: 20px; color: #fff; font-size: 23px; }
.vo-lock-checklist ul { margin: 0; padding: 0; list-style: none; }
.vo-lock-checklist li { position: relative; margin: 13px 0; padding-left: 27px; color: #e4efeb; line-height: 1.45; }
.vo-lock-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ffb28e; font-weight: 700; }
.vo-lock-checklist__warning { margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #ffcfb9; font-size: 13px; line-height: 1.5; }

.vo-lock-faq { max-width: 900px; margin: 0 auto; }
.vo-lock-faq details { margin: 10px 0; border: 1px solid var(--vo-line); border-radius: 9px; background: #fff; transition: box-shadow .25s ease; }
.vo-lock-faq details[open] { box-shadow: 0 12px 28px rgba(49,71,67,.07); }
.vo-lock-faq summary { position: relative; padding: 18px 55px 18px 21px; color: var(--vo-ink); font-family: "MullerBold", Arial, sans-serif; font-size: 16px; cursor: pointer; list-style: none; }
.vo-lock-faq summary::-webkit-details-marker { display: none; }
.vo-lock-faq summary::after { content: "+"; position: absolute; right: 21px; top: 12px; color: var(--vo-peach); font-family: Arial, sans-serif; font-size: 28px; font-weight: 300; }
.vo-lock-faq details[open] summary::after { content: "–"; }
.vo-lock-faq p { margin: 0; padding: 0 21px 20px; color: var(--vo-muted); font-size: 14px; line-height: 1.58; }

.vo-lock-cta { padding: 76px 0; background: linear-gradient(110deg, #314743, #49645c); text-align: center; }
.vo-lock-cta h2 { margin-bottom: 14px; color: #fff; font-size: clamp(28px, 3vw, 40px); }
.vo-lock-cta p { max-width: 650px; margin: 0 auto 25px; color: #e2eee9; font-size: 16px; line-height: 1.55; }
.vo-lock-cta .vo-lock-button { background: var(--vo-peach); }

@media (max-width: 991px) {
    .vo-lock-hero { min-height: 610px; }
    .vo-lock-hero::after { background: linear-gradient(90deg, rgba(45,67,62,.92), rgba(45,67,62,.64)); }
    .vo-lock-hero__copy { width: 78%; }
    .vo-lock-benefits, .vo-lock-catalog { grid-template-columns: repeat(2, 1fr); }
    .vo-lock-steps { grid-template-columns: 1fr; gap: 32px; }
    .vo-lock-steps--reverse .vo-lock-checklist { order: 2; }
}

@media (max-width: 767px) {
    .vo-lock-hero { min-height: 640px; }
    .vo-lock-hero__copy { width: 100%; padding: 56px 0; }
    .vo-lock-hero__lead { font-size: 16px; }
    .vo-lock-hero__facts { flex-direction: column; gap: 9px; margin-top: 24px; }
    .vo-lock-section { padding: 60px 0; }
    .vo-lock-benefits, .vo-lock-catalog { grid-template-columns: 1fr; }
    .vo-lock-card__photo { height: 235px; }
    .vo-lock-steps__photo { height: 275px; }
    .vo-lock-card h3 { min-height: 0; }
    .vo-lock-filter { justify-content: flex-start; }
    .vo-lock-filter button { padding: 10px 13px; font-size: 12px; }
    .vo-lock-checklist { padding: 27px 23px; }
}

@media (prefers-reduced-motion: reduce) {
    .vo-child-locks *, .vo-child-locks *::before, .vo-child-locks *::after { transition-duration: .01ms !important; }
}
