/* Тарифы АРР — neumorphic 3D (warm beige + forest green + orange premium) */

:root {
    --pr-bg: #f7f3f0;
    --pr-surface: #ffffff;
    --pr-green: #00695c;
    --pr-green-dark: #004d40;
    --pr-green-glow: rgba(0, 105, 92, 0.28);
    --pr-orange-1: #ffb74d;
    --pr-orange-2: #fb8c00;
    --pr-orange-3: #f57c00;
    --pr-peach: #ffe8d6;
    --pr-peach-btn: #fff5ee;
    --pr-text: #1c1917;
    --pr-text-muted: #78716c;
    --pr-shadow-soft: rgba(168, 152, 136, 0.38);
    --pr-shadow-deep: rgba(120, 100, 80, 0.22);
    --pr-highlight: rgba(255, 255, 255, 0.92);
    --pr-radius: 28px;
    --pr-neu-up: -10px -10px 22px var(--pr-highlight), 12px 14px 28px var(--pr-shadow-soft);
    --pr-neu-up-hover: -12px -12px 26px var(--pr-highlight), 16px 20px 36px var(--pr-shadow-deep);
}

.yvo-cabinet-route-pricing.yvo-cabinet-virtual,
body.yvo-cabinet-route-pricing {
    background: var(--pr-bg) !important;
}

.yvo-pr-stage {
    position: relative;
    perspective: 1300px;
    perspective-origin: 50% 18%;
    overflow: hidden;
}

.yvo-pr-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.yvo-pr-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    animation: yvoPrOrbDrift 22s ease-in-out infinite;
}

.yvo-pr-orb--1 {
    width: 380px;
    height: 380px;
    top: -6%;
    left: -4%;
    background: radial-gradient(circle, rgba(251, 140, 0, 0.22), transparent 68%);
}

.yvo-pr-orb--2 {
    width: 320px;
    height: 320px;
    top: 28%;
    right: -5%;
    background: radial-gradient(circle, rgba(0, 105, 92, 0.16), transparent 70%);
    animation-delay: -8s;
}

.yvo-pr-orb--3 {
    width: 280px;
    height: 280px;
    bottom: 8%;
    left: 35%;
    background: radial-gradient(circle, rgba(255, 183, 77, 0.2), transparent 70%);
    animation-delay: -15s;
}

@keyframes yvoPrOrbDrift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(14px, -12px); }
}

.yvo-pr-page {
    position: relative;
    z-index: 1;
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
    color: var(--pr-text);
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

.yvo-pr-wrap {
    max-width: 1160px;
    margin: 0 auto;
}

/* Header */
.yvo-pr-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 2.75rem;
    animation: yvoPrHeadIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yvo-pr-head__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.9rem, 4.5vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: var(--pr-text);
}

.yvo-pr-head__title span {
    color: var(--pr-green-dark);
}

.yvo-pr-head__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--pr-text-muted);
}

.yvo-pr-head__note,
.yvo-pr-head__alert {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    line-height: 1.45;
}

.yvo-pr-head__note { color: var(--pr-text-muted); }

.yvo-pr-head__alert {
    color: #b45309;
    background: var(--pr-peach);
    padding: 0.7rem 1rem;
    border-radius: 16px;
    box-shadow: var(--pr-neu-up);
}

@keyframes yvoPrHeadIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Grid */
.yvo-pr-tiers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 24px);
    align-items: stretch;
}

/* ——— Neumorphic convex panel (default white) ——— */
.yvo-pr-tier.card3d {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.35rem 1.35rem;
    border-radius: var(--pr-radius);
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: linear-gradient(160deg, #ffffff 0%, #faf7f4 55%, #f3ede8 100%);
    box-shadow: var(--pr-neu-up);
    transform-style: preserve-3d;
    will-change: transform, box-shadow;
    overflow: hidden;
    animation: yvoPrTierIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(0.1s + var(--tier-i, 0) * 0.09s);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.yvo-pr-tier.card3d::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 0%, transparent 38%, transparent 62%, rgba(168, 152, 136, 0.06) 100%);
    pointer-events: none;
}

.yvo-pr-tier.card3d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    pointer-events: none;
}

.yvo-pr-tier.card3d > * {
    position: relative;
    z-index: 2;
}

.yvo-pr-tier.card3d:hover {
    box-shadow: var(--pr-neu-up-hover);
}

.yvo-pr-tier.card3d.is-tilting {
    transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(14px);
    box-shadow: var(--pr-neu-up-hover);
}

@keyframes yvoPrTierIn {
    from { opacity: 0; transform: translateY(28px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Featured — orange gradient (Premium) */
.yvo-pr-tier--featured.card3d {
    background: linear-gradient(155deg, var(--pr-orange-1) 0%, var(--pr-orange-2) 48%, var(--pr-orange-3) 100%);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow:
        -10px -10px 24px rgba(255, 255, 255, 0.35),
        14px 18px 36px rgba(245, 124, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -8px 20px rgba(230, 100, 0, 0.15);
    transform: scale(1.04);
    z-index: 2;
}

.yvo-pr-tier--featured.card3d::before {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.35) 0%, transparent 40%, rgba(0, 0, 0, 0.04) 100%);
}

.yvo-pr-tier--featured.card3d:hover,
.yvo-pr-tier--featured.card3d.is-tilting {
    box-shadow:
        -12px -12px 28px rgba(255, 255, 255, 0.4),
        18px 24px 44px rgba(245, 124, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.yvo-pr-tier--featured.card3d.is-tilting {
    transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(16px) scale(1.04);
}

.yvo-pr-tier--featured .yvo-pr-tier__name,
.yvo-pr-tier--featured .yvo-pr-tier__amount,
.yvo-pr-tier--featured .yvo-pr-tier__cur,
.yvo-pr-tier--featured .yvo-pr-tier__sep,
.yvo-pr-tier--featured .yvo-pr-tier__billing,
.yvo-pr-tier--featured .yvo-pr-tier__features,
.yvo-pr-tier--featured .yvo-pr-tier__desc {
    color: #fff;
}

.yvo-pr-tier--featured .yvo-pr-tier__desc {
    opacity: 0.88;
}

.yvo-pr-tier--featured .yvo-pr-tier__features li.yvo-pr-tier__off {
    color: rgba(255, 255, 255, 0.65);
}

/* Premium Business — dark green glass */
.yvo-pr-tier--premium.card3d {
    background: linear-gradient(155deg, #00897b 0%, var(--pr-green) 45%, var(--pr-green-dark) 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        -8px -8px 22px rgba(255, 255, 255, 0.12),
        14px 18px 34px var(--pr-green-glow),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -10px 24px rgba(0, 0, 0, 0.15);
}

.yvo-pr-tier--premium.card3d::before {
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.22) 0%, transparent 35%, rgba(0, 0, 0, 0.08) 100%);
}

.yvo-pr-tier--premium .yvo-pr-tier__name,
.yvo-pr-tier--premium .yvo-pr-tier__amount,
.yvo-pr-tier--premium .yvo-pr-tier__cur,
.yvo-pr-tier--premium .yvo-pr-tier__billing,
.yvo-pr-tier--premium .yvo-pr-tier__features,
.yvo-pr-tier--premium .yvo-pr-tier__desc {
    color: #fff;
}

.yvo-pr-tier--premium .yvo-pr-tier__desc {
    opacity: 0.85;
}

/* Icon — neumorphic bubble */
.yvo-pr-tier__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 1.1rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pr-green);
    background: linear-gradient(145deg, #ffffff, #ede6df);
    box-shadow:
        -5px -5px 12px rgba(255, 255, 255, 0.95),
        6px 8px 16px var(--pr-shadow-soft),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    animation: yvoPrIconFloat 5s ease-in-out infinite;
    animation-delay: calc(var(--tier-i, 0) * 0.4s);
}

.yvo-pr-tier__icon svg {
    width: 26px;
    height: 26px;
}

.yvo-pr-tier__icon--free { color: #78716c; }
.yvo-pr-tier__icon--onetime { color: var(--pr-green); }

.yvo-pr-tier--featured .yvo-pr-tier__icon {
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.12));
    box-shadow:
        -4px -4px 10px rgba(255, 255, 255, 0.25),
        6px 8px 14px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.yvo-pr-tier--premium .yvo-pr-tier__icon {
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
    box-shadow:
        -4px -4px 10px rgba(255, 255, 255, 0.1),
        6px 8px 14px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

@keyframes yvoPrIconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.yvo-pr-tier__badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.32rem 0.9rem;
    border-radius: 999px;
    background: var(--pr-green-dark);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow:
        0 6px 16px rgba(0, 77, 64, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: yvoPrBadgePulse 2.8s ease-in-out infinite;
    z-index: 5;
}

@keyframes yvoPrBadgePulse {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.05); }
}

.yvo-pr-tier__top { margin-bottom: 0.75rem; }

.yvo-pr-tier__name {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pr-text);
    letter-spacing: -0.02em;
}

.yvo-pr-tier__desc {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--pr-text-muted);
}

.yvo-pr-tier__price {
    margin: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.15rem;
}

.yvo-pr-tier__amount {
    font-size: 2.05rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--pr-text);
    animation: yvoPrPricePop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(0.3s + var(--tier-i, 0) * 0.08s);
}

@keyframes yvoPrPricePop {
    from { opacity: 0; transform: scale(0.88); }
    to { opacity: 1; transform: scale(1); }
}

.yvo-pr-tier__amount--sm { font-size: 1.45rem; }
.yvo-pr-tier__sep { font-size: 1.15rem; color: #d6d3d1; margin: 0 0.08rem; }
.yvo-pr-tier__cur { font-size: 1.05rem; font-weight: 700; color: var(--pr-text-muted); margin-left: 0.08rem; }
.yvo-pr-tier__billing { margin: 0.4rem 0 1rem; font-size: 0.8125rem; color: var(--pr-text-muted); }

.yvo-pr-tier__features {
    flex: 1 1 auto;
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.48;
    color: #44403c;
}

.yvo-pr-tier__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.48rem;
    opacity: 0;
    animation: yvoPrFeatureIn 0.45s ease forwards;
    animation-delay: calc(0.4s + var(--tier-i, 0) * 0.07s + var(--feat-i, 0) * 0.05s);
}

.yvo-pr-tier__features li:nth-child(1) { --feat-i: 0; }
.yvo-pr-tier__features li:nth-child(2) { --feat-i: 1; }
.yvo-pr-tier__features li:nth-child(3) { --feat-i: 2; }
.yvo-pr-tier__features li:nth-child(4) { --feat-i: 3; }

@keyframes yvoPrFeatureIn {
    from { opacity: 0; transform: translateX(-6px); }
    to { opacity: 1; transform: translateX(0); }
}

.yvo-pr-tier__features li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.05em;
    border-radius: 50%;
    background: linear-gradient(145deg, #ecfdf5, #d1fae5);
    box-shadow:
        -2px -2px 4px rgba(255, 255, 255, 0.9),
        2px 3px 6px rgba(0, 105, 92, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    background-image: 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.2l2.8 2.8 6.2-6.4' stroke='%2300695c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
}

.yvo-pr-tier--featured .yvo-pr-tier__features li::before,
.yvo-pr-tier--premium .yvo-pr-tier__features li::before {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    background-image: 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.2l2.8 2.8 6.2-6.4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.yvo-pr-tier__features li.yvo-pr-tier__off { color: #a8a29e; }

.yvo-pr-tier__features li.yvo-pr-tier__off::before {
    background: linear-gradient(145deg, #faf7f4, #e7e0d8);
    box-shadow: inset 0 2px 4px rgba(168, 152, 136, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.5 8h7' stroke='%23d6d3d1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.yvo-pr-tier__foot {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.yvo-pr-tier__form { margin: 0; }

.yvo-pr-tier__current {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    text-align: center;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--pr-text-muted);
    background: #ede6df;
    box-shadow: inset 3px 3px 8px rgba(168, 152, 136, 0.25), inset -2px -2px 6px rgba(255, 255, 255, 0.8);
}

/* Buttons */
.yvo-pr-btn,
.yvo-pr-tier__foot .yvo-cabinet-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 1.3;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.yvo-pr-btn--primary,
.yvo-pr-tier__foot .yvo-cabinet-btn-primary {
    background: linear-gradient(145deg, var(--pr-green-dark), var(--pr-green)) !important;
    color: #fff !important;
    box-shadow:
        0 8px 20px var(--pr-green-glow),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -3px 8px rgba(0, 0, 0, 0.2) !important;
    border: none !important;
}

.yvo-pr-btn--primary:hover,
.yvo-pr-tier__foot .yvo-cabinet-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 105, 92, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.yvo-pr-tier--featured .yvo-pr-btn--primary,
.yvo-pr-tier--featured .yvo-pr-tier__foot .yvo-cabinet-btn-primary {
    background: linear-gradient(145deg, #ffffff, #fff5ee) !important;
    color: var(--pr-orange-3) !important;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

.yvo-pr-tier--premium .yvo-pr-btn--primary,
.yvo-pr-tier--premium .yvo-pr-tier__foot .yvo-cabinet-btn-primary {
    background: linear-gradient(145deg, #ffffff, #e0f2f1) !important;
    color: var(--pr-green-dark) !important;
}

.yvo-pr-btn--ghost,
.yvo-pr-tier__foot .yvo-cabinet-btn-secondary {
    background: linear-gradient(145deg, var(--pr-peach-btn), #ffffff) !important;
    color: var(--pr-text) !important;
    border: none !important;
    box-shadow:
        -4px -4px 10px rgba(255, 255, 255, 0.9),
        5px 6px 14px var(--pr-shadow-soft),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.yvo-pr-btn--ghost:hover,
.yvo-pr-tier__foot .yvo-cabinet-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--pr-neu-up-hover) !important;
}

.yvo-pr-tier--featured .yvo-pr-btn--ghost,
.yvo-pr-tier--premium .yvo-pr-btn--ghost {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.yvo-pr-tier__link {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--pr-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.yvo-pr-tier--featured .yvo-pr-tier__link,
.yvo-pr-tier--premium .yvo-pr-tier__link {
    color: rgba(255, 255, 255, 0.85);
}

.yvo-pr-tier__link:hover { color: var(--pr-green); text-decoration: underline; }

.yvo-pr-footnote {
    margin: 2.25rem auto 0;
    max-width: 720px;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #a8a29e;
    animation: yvoPrHeadIn 0.8s ease 0.45s both;
}

/* Compare table — neumorphic slab */
.yvo-pr-compare.card3d {
    position: relative;
    margin-top: 3rem;
    padding: clamp(1.35rem, 3vw, 1.85rem);
    border-radius: var(--pr-radius);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(160deg, #ffffff, #faf7f4);
    box-shadow: var(--pr-neu-up);
    transform-style: preserve-3d;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.yvo-pr-compare.card3d.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.yvo-pr-compare.card3d:hover {
    box-shadow: var(--pr-neu-up-hover);
}

.yvo-pr-compare.card3d.is-tilting {
    transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(10px);
}

.yvo-pr-compare.card3d.is-visible.is-tilting {
    transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(10px);
}

.yvo-pr-compare__title {
    margin: 0 0 1.25rem;
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pr-text);
    text-align: center;
}

.yvo-pr-compare__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.yvo-pr-compare__table {
    width: 100%;
    min-width: 560px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
}

.yvo-pr-compare__table th,
.yvo-pr-compare__table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(214, 203, 190, 0.45);
    text-align: center;
    color: #44403c;
    transition: background 0.2s ease;
}

.yvo-pr-compare__table th:first-child,
.yvo-pr-compare__table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--pr-text);
}

.yvo-pr-compare__table thead th {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--pr-text-muted);
    background: rgba(247, 243, 240, 0.8);
}

.yvo-pr-compare__table tbody tr:last-child td { border-bottom: none; }

.yvo-pr-compare__table tbody tr {
    opacity: 0;
    animation: yvoPrRowIn 0.4s ease forwards;
}

.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(2) { animation-delay: 0.1s; }
.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(4) { animation-delay: 0.2s; }
.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(5) { animation-delay: 0.25s; }
.yvo-pr-compare.is-visible .yvo-pr-compare__table tbody tr:nth-child(6) { animation-delay: 0.3s; }

@keyframes yvoPrRowIn {
    from { opacity: 0; transform: translateX(-5px); }
    to { opacity: 1; transform: translateX(0); }
}

.yvo-pr-compare__table tbody tr:hover td {
    background: rgba(0, 105, 92, 0.04);
}

.yvo-pr-check {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ecfdf5, #d1fae5);
    box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 3px 6px rgba(0, 105, 92, 0.1);
    background-image: 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.2l2.8 2.8 6.2-6.4' stroke='%2300695c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.yvo-pr-dash { color: #d6d3d1; font-weight: 600; }

@media (max-width: 1023px) {
    .yvo-pr-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .yvo-pr-tier--featured.card3d {
        grid-column: span 2;
        max-width: 420px;
        justify-self: center;
        width: 100%;
        transform: scale(1);
    }

    .yvo-pr-tier--featured.card3d.is-tilting {
        transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(12px);
    }
}

@media (max-width: 599px) {
    .yvo-pr-tiers { grid-template-columns: 1fr; gap: 16px; }
    .yvo-pr-tier--featured.card3d { grid-column: span 1; max-width: none; }
    .yvo-pr-tier__amount { font-size: 1.8rem; }
    .yvo-pr-page { padding: 12px 10px 28px; }
    .yvo-pr-head { margin-bottom: 1.5rem; }
    .yvo-pr-head__lead { font-size: 0.95rem; }
    .yvo-pr-tier.card3d { border-radius: 22px; padding: 1.2rem 1rem 1.1rem; }
    .yvo-pr-btn,
    .yvo-pr-tier__foot .yvo-cabinet-btn {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .yvo-pr-compare__scroll {
        margin: 0 -6px;
        padding-bottom: 6px;
    }
    .yvo-pr-compare__table {
        min-width: 520px;
        font-size: 0.82rem;
    }
    .yvo-pr-compare__table th,
    .yvo-pr-compare__table td {
        padding: 8px 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yvo-pr-orb, .yvo-pr-head, .yvo-pr-tier, .yvo-pr-tier__icon, .yvo-pr-tier__badge,
    .yvo-pr-tier__amount, .yvo-pr-tier__features li, .yvo-pr-compare__table tbody tr {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .yvo-pr-tier.card3d.is-tilting, .yvo-pr-compare.card3d.is-tilting { transform: none !important; }
    .yvo-pr-compare.card3d { opacity: 1; transform: none; }
}
