.sochi-hero {
    position: relative;
    padding: 140px 0 92px;
    overflow: hidden;
}

.sochi-hero::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -280px;
    top: -300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58, 176, 255, 0.2), transparent 68%);
    filter: blur(48px);
    pointer-events: none;
}

.sochi-hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -260px;
    bottom: -260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(78, 110, 242, 0.18), transparent 70%);
    filter: blur(48px);
    pointer-events: none;
}

.sochi-hero__frame {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 58px;
    align-items: center;
}

.sochi-pill,
.sochi-context__title span,
.sochi-heading span,
.sochi-impression__left span,
.sochi-offer__main span,
.sochi-trust__head span,
.sochi-steps__side span,
.sochi-cta__content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(58, 176, 255, 0.08);
    border: 1px solid rgba(58, 176, 255, 0.16);
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sochi-hero h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 70px;
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.sochi-hero__content p {
    max-width: 780px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.85;
}

.sochi-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sochi-hero__showcase {
    position: relative;
    display: flex;
    justify-content: center;
}

.sochi-hero__showcase::before {
    content: "";
    position: absolute;
    inset: 8% 10%;
    background: radial-gradient(circle, rgba(58, 176, 255, 0.18), transparent 72%);
    filter: blur(40px);
    pointer-events: none;
}

.sochi-window {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 20px;
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.9), rgba(25, 28, 43, 0.98));
    border: var(--card-border);
    box-shadow:
        0 34px 84px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px) saturate(160%);
    overflow: hidden;
}

.sochi-window::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(58, 176, 255, 0.14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(78, 110, 242, 0.13), transparent 40%);
    pointer-events: none;
}

.sochi-window__header,
.sochi-window__image,
.sochi-window__content {
    position: relative;
    z-index: 1;
}

.sochi-window__header {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.sochi-window__header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.sochi-window__header span:nth-child(1) {
    background: rgba(255, 110, 110, 0.9);
}

.sochi-window__header span:nth-child(2) {
    background: rgba(255, 210, 90, 0.9);
}

.sochi-window__header span:nth-child(3) {
    background: rgba(74, 222, 128, 0.9);
}

.sochi-window__image {
    height: 230px;
    margin-bottom: 18px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(58, 176, 255, 0.16), rgba(78, 110, 242, 0.08)),
        rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

.sochi-sun {
    position: absolute;
    width: 84px;
    height: 84px;
    right: 34px;
    top: 34px;
    border-radius: 50%;
    background: rgba(58, 176, 255, 0.5);
    box-shadow: 0 0 60px rgba(58, 176, 255, 0.3);
}

.sochi-wave {
    position: absolute;
    left: -8%;
    right: -8%;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.sochi-wave--one {
    bottom: -32px;
}

.sochi-wave--two {
    bottom: -58px;
    background: rgba(58, 176, 255, 0.13);
}

.sochi-window__content {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.sochi-window__title {
    width: 74%;
    height: 22px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(58, 176, 255, 0.72), rgba(255, 255, 255, 0.08));
}

.sochi-window__line {
    width: 92%;
    height: 13px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.sochi-window__line--short {
    width: 56%;
}

.sochi-window__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.sochi-window__cards div {
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(58, 176, 255, 0.14), rgba(78, 110, 242, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sochi-context,
.sochi-niches,
.sochi-impression,
.sochi-offer,
.sochi-formats,
.sochi-trust,
.sochi-steps,
.sochi-result,
.sochi-faq,
.sochi-cta {
    position: relative;
    padding: 90px 0;
}

.sochi-context__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 44px;
    align-items: start;
}

.sochi-context__title h2,
.sochi-heading h2,
.sochi-impression__left h2,
.sochi-offer__main h2,
.sochi-trust__head h2,
.sochi-steps__side h2,
.sochi-cta__content h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 52px;
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.sochi-context__text {
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.76), rgba(25, 28, 43, 0.9));
    border: var(--card-border);
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px) saturate(160%);
}

.sochi-context__text p,
.sochi-heading p,
.sochi-offer__main p,
.sochi-steps__side p,
.sochi-cta__content p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.85;
}

.sochi-heading {
    max-width: 880px;
    margin: 0 auto 54px;
    text-align: center;
}

.sochi-heading--left {
    margin-left: 0;
    text-align: left;
}

.sochi-heading p {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.sochi-niches__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.925fr 0.925fr;
    gap: 22px;
}

.sochi-niche-card,
.sochi-offer-card,
.sochi-trust-card,
.sochi-result-card,
.sochi-faq-item {
    position: relative;
    padding: 28px 26px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.76), rgba(25, 28, 43, 0.88));
    border: var(--card-border);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px) saturate(160%);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.sochi-niche-card:hover,
.sochi-offer-card:hover,
.sochi-trust-card:hover,
.sochi-result-card:hover,
.sochi-faq-item:hover {
    transform: translateY(-6px);
    border-color: rgba(58, 176, 255, 0.2);
}

.sochi-niche-card--big {
    grid-row: span 2;
    min-height: 430px;
    background: linear-gradient(145deg, rgba(16, 34, 42, 0.88), rgba(20, 28, 43, 0.96));
    border-color: rgba(58, 176, 255, 0.16);
}

.sochi-niche-card--wide {
    grid-column: span 2;
}

.sochi-niche-card__mark,
.sochi-offer-card strong,
.sochi-result-card div {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: rgba(58, 176, 255, 0.08);
    border: 1px solid rgba(58, 176, 255, 0.14);
    color: var(--accent);
    font-size: 18px;
    font-weight: 900;
}

.sochi-niche-card h3,
.sochi-impression-item b,
.sochi-offer-card h3,
.sochi-trust-card h3,
.sochi-step h3,
.sochi-result-card h3,
.sochi-faq-item h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
    text-align: left;
}

.sochi-niche-card p,
.sochi-impression-item p,
.sochi-offer-card p,
.sochi-trust-card p,
.sochi-step p,
.sochi-result-card p,
.sochi-faq-item p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.78;
    text-align: left;
}

.sochi-impression__box {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 38px;
    align-items: center;
    padding: 42px;
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.82), rgba(25, 28, 43, 0.94));
    border: var(--card-border);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

.sochi-impression__right {
    display: grid;
    gap: 16px;
}

.sochi-impression-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.sochi-offer__layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 42px;
    align-items: start;
}

.sochi-offer__main {
    position: sticky;
    top: 130px;
}

.sochi-offer__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sochi-formats__list {
    display: grid;
    gap: 16px;
}

.sochi-format-row {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    padding: 24px 28px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.72), rgba(25, 28, 43, 0.84));
    border: var(--card-border);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.sochi-format-row__name {
    color: #fff;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
}

.sochi-format-row__desc {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.78;
}

.sochi-trust__panel {
    padding: 42px;
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.82), rgba(25, 28, 43, 0.94));
    border: var(--card-border);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

.sochi-trust__head {
    max-width: 820px;
    margin-bottom: 42px;
}

.sochi-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sochi-steps__layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
    gap: 44px;
    align-items: start;
}

.sochi-steps__side {
    position: sticky;
    top: 130px;
}

.sochi-steps__chain {
    display: grid;
    gap: 18px;
}

.sochi-step {
    display: grid;
    grid-template-columns: 84px minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 18px;
    align-items: center;
    padding: 24px 26px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.76), rgba(25, 28, 43, 0.88));
    border: var(--card-border);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
}

.sochi-step b {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(58, 176, 255, 0.08);
    border: 1px solid rgba(58, 176, 255, 0.14);
    color: var(--accent);
    font-size: 22px;
    font-weight: 900;
}

.sochi-result__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.sochi-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sochi-cta__box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 42px;
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(18, 20, 35, 0.9), rgba(25, 28, 43, 0.98));
    border: var(--card-border);
    box-shadow:
        0 32px 78px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(18px) saturate(160%);
    overflow: hidden;
}

.sochi-cta__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at left center, rgba(58, 176, 255, 0.13), transparent 34%),
        radial-gradient(circle at right center, rgba(78, 110, 242, 0.1), transparent 34%);
    pointer-events: none;
}

.sochi-cta__content,
.sochi-cta__actions {
    position: relative;
    z-index: 1;
}

.sochi-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 240px;
}

.sochi-cta__actions .btn {
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {
    .sochi-hero__frame,
    .sochi-context__layout,
    .sochi-impression__box,
    .sochi-offer__layout,
    .sochi-steps__layout,
    .sochi-cta__box {
        grid-template-columns: 1fr;
    }

    .sochi-offer__main,
    .sochi-steps__side {
        position: static;
    }

    .sochi-hero h1 {
        font-size: 58px;
    }

    .sochi-niches__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sochi-niche-card--big,
    .sochi-niche-card--wide {
        grid-column: auto;
        grid-row: auto;
        min-height: auto;
    }

    .sochi-trust__grid,
    .sochi-result__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sochi-cta__actions {
        flex-direction: row;
        min-width: 0;
    }
}

@media (max-width: 992px) {
    .sochi-hero {
        padding: 96px 0 56px;
    }

    .sochi-context,
    .sochi-niches,
    .sochi-impression,
    .sochi-offer,
    .sochi-formats,
    .sochi-trust,
    .sochi-steps,
    .sochi-result,
    .sochi-faq,
    .sochi-cta {
        padding: 60px 0;
    }

    .sochi-hero h1 {
        font-size: 44px;
        line-height: 1.04;
    }

    .sochi-hero__content p,
    .sochi-context__text p,
    .sochi-heading p,
    .sochi-offer__main p,
    .sochi-steps__side p,
    .sochi-cta__content p {
        font-size: 17px;
        line-height: 1.75;
    }

    .sochi-context__title h2,
    .sochi-heading h2,
    .sochi-impression__left h2,
    .sochi-offer__main h2,
    .sochi-trust__head h2,
    .sochi-steps__side h2,
    .sochi-cta__content h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    .sochi-impression-item,
    .sochi-format-row,
    .sochi-step {
        grid-template-columns: 1fr;
    }

    .sochi-faq__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sochi-hero {
        padding: 78px 0 42px;
    }

    .sochi-pill,
    .sochi-context__title span,
    .sochi-heading span,
    .sochi-impression__left span,
    .sochi-offer__main span,
    .sochi-trust__head span,
    .sochi-steps__side span,
    .sochi-cta__content span {
        display: flex;
        width: fit-content;
        min-height: 32px;
        padding: 0 12px;
        margin: 0 auto 16px;
        font-size: 11px;
        text-align: center;
    }

    .sochi-hero h1 {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 1.08;
        text-align: center;
    }

    .sochi-hero__content p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.72;
        text-align: center;
    }

    .sochi-hero__actions {
        gap: 12px;
    }

    .sochi-hero__actions .btn {
        width: 100%;
        text-align: center;
    }

    .sochi-hero__showcase {
        display: none;
    }

    .sochi-context,
    .sochi-niches,
    .sochi-impression,
    .sochi-offer,
    .sochi-formats,
    .sochi-trust,
    .sochi-steps,
    .sochi-result,
    .sochi-faq,
    .sochi-cta {
        padding: 48px 0;
    }

    .sochi-context__text,
    .sochi-impression__box,
    .sochi-trust__panel,
    .sochi-cta__box {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .sochi-context__title h2,
    .sochi-heading h2,
    .sochi-impression__left h2,
    .sochi-offer__main h2,
    .sochi-trust__head h2,
    .sochi-steps__side h2,
    .sochi-cta__content h2 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.14;
        text-align: center;
    }

    .sochi-context__text p,
    .sochi-heading p,
    .sochi-offer__main p,
    .sochi-steps__side p,
    .sochi-cta__content p {
        font-size: 15px;
        line-height: 1.72;
        text-align: center;
    }

    .sochi-heading,
    .sochi-trust__head {
        margin-bottom: 28px;
    }

    .sochi-niches__grid,
    .sochi-offer__cards,
    .sochi-trust__grid,
    .sochi-result__grid {
        grid-template-columns: 1fr;
    }

    .sochi-niche-card,
    .sochi-offer-card,
    .sochi-trust-card,
    .sochi-result-card,
    .sochi-faq-item {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .sochi-niche-card__mark,
    .sochi-offer-card strong,
    .sochi-result-card div,
    .sochi-step b {
        margin-left: auto;
        margin-right: auto;
    }

    .sochi-niche-card h3,
    .sochi-impression-item b,
    .sochi-offer-card h3,
    .sochi-trust-card h3,
    .sochi-step h3,
    .sochi-result-card h3,
    .sochi-faq-item h3 {
        font-size: 20px;
        text-align: center;
    }

    .sochi-niche-card p,
    .sochi-impression-item p,
    .sochi-offer-card p,
    .sochi-trust-card p,
    .sochi-step p,
    .sochi-result-card p,
    .sochi-faq-item p {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
    }

    .sochi-impression-item,
    .sochi-format-row,
    .sochi-step {
        padding: 20px 18px;
        border-radius: 22px;
        gap: 12px;
    }

    .sochi-format-row__name {
        font-size: 20px;
        text-align: center;
    }

    .sochi-format-row__desc {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
    }

    .sochi-cta__actions {
        flex-direction: column;
        gap: 12px;
    }
}
