/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Hero ===== */

.hero[b-exxznehbjz] {
    /* Синий всех трёх брендов с уходом в мадженту Ozon на краю */
    background: linear-gradient(115deg, #0053e0 0%, #0072ff 55%, #7b2bff 100%);
    color: #fff;
    padding: 88px 0 96px;
    overflow: hidden;
}

.hero-badge[b-exxznehbjz] {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero[b-exxznehbjz]  .hero-title {
    color: #fff;
    margin-bottom: 16px;
}

.hero[b-exxznehbjz]  .hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    max-width: 34rem;
    margin-bottom: 32px;
}

.hero-actions[b-exxznehbjz] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

[b-exxznehbjz] .hero-cta {
    background: #fff !important;
    color: #0058e6 !important;
    border-radius: 12px;
    padding: 12px 28px;
    box-shadow: 0 8px 24px rgba(0, 30, 90, 0.25);
}

[b-exxznehbjz] .hero-cta:hover {
    background: #f0f4ff !important;
}

.hero[b-exxznehbjz]  .hero-cta-secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px;
    padding: 12px 28px;
}

.hero[b-exxznehbjz]  .hero-cta-secondary:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.hero-perks[b-exxznehbjz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-perks span[b-exxznehbjz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ===== Эквалайзер в hero ===== */

.waveform[b-exxznehbjz] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 220px;
}

.waveform-bar[b-exxznehbjz] {
    width: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    animation: wave-b-exxznehbjz 1.6s ease-in-out infinite;
}

/* Псевдослучайный рисунок: высоты и фазы разложены по остаткам от деления */
.waveform-bar:nth-child(4n + 1)[b-exxznehbjz] { height: 26%; animation-delay: -0.2s; }
.waveform-bar:nth-child(4n + 2)[b-exxznehbjz] { height: 58%; animation-delay: -0.6s; }
.waveform-bar:nth-child(4n + 3)[b-exxznehbjz] { height: 90%; animation-delay: -1.0s; }
.waveform-bar:nth-child(4n)[b-exxznehbjz]     { height: 42%; animation-delay: -1.4s; }
.waveform-bar:nth-child(7n)[b-exxznehbjz]     { height: 70%; opacity: 0.7; }
.waveform-bar:nth-child(9n)[b-exxznehbjz]     { height: 34%; opacity: 0.55; }

@keyframes wave-b-exxznehbjz {
    0%, 100% { transform: scaleY(0.6); }
    50%      { transform: scaleY(1.15); }
}

@media (prefers-reduced-motion: reduce) {
    .waveform-bar[b-exxznehbjz] { animation: none; }
}

/* ===== Секции ===== */

.landing-section[b-exxznehbjz] {
    padding-top: 72px;
    padding-bottom: 72px;
}

[b-exxznehbjz] .section {
    padding-top: 72px;
    padding-bottom: 72px;
}

/* Шаги */

.step-card[b-exxznehbjz] {
    text-align: center;
    padding: 0 12px;
}

.step-number[b-exxznehbjz] {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #0072ff, #7b2bff);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

/* Преимущества */

.features-band[b-exxznehbjz] {
    background: #fff;
}

[b-exxznehbjz] .feature-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

[b-exxznehbjz] .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 30, 90, 0.1);
}

[b-exxznehbjz] .feature-icon {
    font-size: 2.2rem;
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 16px;
}

[b-exxznehbjz] .feature-icon-blue    { color: #0072ff; background: rgba(0, 114, 255, 0.1); }
[b-exxznehbjz] .feature-icon-magenta { color: #f91155; background: rgba(249, 17, 85, 0.09); }
[b-exxznehbjz] .feature-icon-orange  { color: #ff9e00; background: rgba(255, 158, 0, 0.12); }
[b-exxznehbjz] .feature-icon-green   { color: #0dc268; background: rgba(13, 194, 104, 0.1); }

/* ===== Тарифы ===== */

[b-exxznehbjz] .price-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
}

[b-exxznehbjz] .price-card-featured {
    border: 2px solid #0072ff;
    box-shadow: 0 12px 32px rgba(0, 114, 255, 0.14);
}

[b-exxznehbjz] .price-chip {
    position: absolute;
    top: -12px;
    right: 16px;
}

.price-value[b-exxznehbjz] {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 4px;
}

.price-period[b-exxznehbjz] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
}

.price-list[b-exxznehbjz] {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
}

.price-list li[b-exxznehbjz] {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: var(--mud-palette-text-primary);
}

.price-list li[b-exxznehbjz]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(13, 194, 104, 0.15) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230dc268'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* ===== Финальный CTA и футер ===== */

.bottom-cta[b-exxznehbjz] {
    background: linear-gradient(115deg, #0053e0 0%, #0072ff 60%, #7b2bff 100%);
    padding: 72px 0;
    text-align: center;
}

.bottom-cta[b-exxznehbjz]  .bottom-cta-title {
    color: #fff;
    margin-bottom: 8px;
}

.bottom-cta[b-exxznehbjz]  .bottom-cta-text {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
}

.footer[b-exxznehbjz] {
    background: #fff;
    border-top: 1px solid var(--mud-palette-lines-default);
    padding: 28px 0;
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
[b-3zyse2hslu] .plan-card {
    border: 1px solid var(--mud-palette-lines-default);
}

[b-3zyse2hslu] .plan-card-current {
    border: 2px solid var(--mud-palette-primary);
    box-shadow: 0 12px 32px rgba(0, 114, 255, 0.14);
}
