.hero-diag-panel {
    width: 60%;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.hero-v29-kicker {
    letter-spacing: 0.2em;
}

.hero-v29-meta {
    letter-spacing: 0.08em;
}

.hero-v29-figure {
    max-width: 20rem;
}

/* -- Button hover states -- */
.hero-btn-primary {
    transition: filter 0.2s ease, transform 0.15s ease;
}
.hero-btn-primary:hover,
.hero-btn-primary:focus {
    filter: brightness(1.12);
    transform: translateY(-1px);
}

.hero-btn-outline-secondary {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.hero-btn-outline-secondary:hover,
.hero-btn-outline-secondary:focus {
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
    border-color: var(--bs-secondary) !important;
    transform: translateY(-1px);
}

.hero-btn-outline-primary-light {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.hero-btn-outline-primary-light:hover,
.hero-btn-outline-primary-light:focus {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
    transform: translateY(-1px);
}
.intro-subtitle-content {
    max-width: 56rem;
}

/* Block: advantages-split-border-bars */
.advantages-split-border-bars__bar--hover {
    transition: transform 0.2s ease;
}

.advantages-split-border-bars__bar--hover:hover {
    transform: scale(1.05);
}

.advantages-split-border-bars__decor-circle--top {
    animation: advantages-split-border-bars-decor-drift-kf 9s ease-in-out infinite;
}

.advantages-split-border-bars__decor-circle--bottom {
    animation: advantages-split-border-bars-decor-drift-kf 12s ease-in-out infinite reverse;
}

@keyframes advantages-split-border-bars-decor-drift-kf {
    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-24px) scale(1.04);
    }
}

.perks-spotlight-split__main-thumb {
    width: 5rem;
    height: 5rem;
}

.perks-spotlight-split__feat-thumb {
    width: 2rem;
    height: 2rem;
}

.perks-spotlight-split__row-thumb {
    width: 3rem;
    height: 3rem;
}

.perks-spotlight-split__feat,
.perks-spotlight-split__row {
    transition: transform 0.2s ease;
}

@media (min-width: 640px) {
    .perks-spotlight-split__feat:hover {
        transform: scale(1.05);
    }

    .perks-spotlight-split__row:hover {
        transform: scale(1.05);
    }
}

/* Лише layout / рух; кольори теми — у Blade */
.socialproof-card-hover {
    transition:
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.socialproof__stat-value,
.socialproof__stat-label {
    transition: transform 0.3s ease, color 0.2s ease;
}

@media (hover: hover) {
    .socialproof-card-hover:hover {
        box-shadow: 0 22px 44px -18px rgba(15, 23, 42, 0.2);
    }

    .dark .socialproof-card-hover:hover {
        box-shadow: 0 22px 44px -14px rgba(0, 0, 0, 0.5);
    }

    .socialproof-card-hover:hover .socialproof__stat-value {
        transform: scale(1.08);
    }
}

@media (hover: hover) and (min-width: 640px) {
    .socialproof-card-hover--lift:hover {
        transform: translateY(-4px) scale(1.02);
    }
}

@media (prefers-reduced-motion: reduce) {
    .socialproof-card-hover,
    .socialproof__stat-value,
    .socialproof__stat-label {
        transition: none;
    }

    .socialproof-card-hover:hover,
    .socialproof-card-hover:hover .socialproof__stat-value,
    .socialproof-card-hover--lift:hover {
        transform: none;
    }
}

/* —— акордеон (класи без номера секції) —— */
.socialproof__acc-panel {
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.socialproof__acc-panel[open] {
    border-left-color: var(--color-primary-500, #6366f1);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.dark .socialproof__acc-panel[open] {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.socialproof__acc-summary {
    transition: background-color 0.15s ease;
}

.socialproof__acc-summary::-webkit-details-marker {
    display: none;
}

.socialproof__acc-summary::marker {
    display: none;
}

@media (hover: hover) {
    .socialproof__acc-summary:hover {
        background-color: rgba(99, 102, 241, 0.06);
    }

    .dark .socialproof__acc-summary:hover {
        background-color: rgba(255, 255, 255, 0.04);
    }
}

.socialproof__acc-chevron {
    transition: transform 0.25s ease;
}

.socialproof__acc-panel[open] .socialproof__acc-chevron {
    transform: rotate(180deg);
}

/* Рядок статистики: без накладання (TW + BS) */
.socialproof__acc-stat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.75rem 1rem;
}

.socialproof__acc-stat-num {
    flex: 0 0 auto;
    width: 4.5rem;
    min-width: 4.5rem;
    max-width: 5.5rem;
    text-align: right;
    line-height: 1.25;
}

.socialproof__acc-stat-num .socialproof__stat-value {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.socialproof__acc-stat-copy {
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 575.98px) {
    .socialproof__acc-stat {
        flex-wrap: wrap;
    }

    .socialproof__acc-stat-num {
        width: 100%;
        max-width: none;
        text-align: left;
    }
}

.socialproof__acc-stat.socialproof__stat-row {
    transition: background-color 0.15s ease;
}

@media (hover: hover) {
    .socialproof__acc-stat.socialproof__stat-row:hover {
        background-color: rgba(99, 102, 241, 0.04);
    }

    .dark .socialproof__acc-stat.socialproof__stat-row:hover {
        background-color: rgba(255, 255, 255, 0.04);
    }
}

@keyframes socialproof-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes socialproof-bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.socialproof__deco-blob--pulse {
    animation: socialproof-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.socialproof__deco-blob--bounce {
    animation: socialproof-bounce 1s infinite;
}

.socialproof__deco-blob--delay-2 {
    animation-delay: 2s;
}

@media (prefers-reduced-motion: reduce) {
    .socialproof__deco-blob--pulse,
    .socialproof__deco-blob--bounce {
        animation: none;
    }
}

.timeline-layout__card--hover {
    transition: transform 0.3s ease;
}
.timeline-layout__card--hover:hover {
    transform: scale(1.05);
}

.timeline-layout__img--zoom {
    transition: transform 0.5s ease;
}
.timeline-layout__row:hover .timeline-layout__img--zoom {
    transform: scale(1.1);
}

.timeline-layout__overlay--fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.timeline-layout__row:hover .timeline-layout__overlay--fade {
    opacity: 1;
}

.timeline-layout__panel--slide {
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.timeline-layout__row:hover .timeline-layout__panel--slide {
    transform: translateY(0);
}

.timeline-layout__badge--zoom {
    transition: transform 0.3s ease;
}
.timeline-layout__row:hover .timeline-layout__badge--zoom {
    transform: scale(1.25);
}

.timeline-layout__slot {
    width: 3rem;
    height: 3rem;
}

.timeline-layout__badge {
    width: 2rem;
    height: 2rem;
}

.timeline-layout__line {
    width: 0.25rem;
}

.digest-narrow-cta__shell {
    max-width: 72rem;
}

.digest-narrow-cta__center {
    max-width: 32rem;
}

