/* ==========================================================================
   Sections — контентные блоки лендинга (index.html)
   Сейчас часть секций не выведена в разметке, стили сохранены для повторного
   использования.
   ========================================================================== */

/* ===== Полоса статистики ===== */
.stats-strip {
    background: var(--navy);
    color: #fff;
    padding: 0;
}
.stats-strip .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding-top: 30px;
    padding-bottom: 42px;
    margin-top: -1px;
}
.stat {
    text-align: center;
}
.stat b {
    font-family: "Unbounded";
    font-style: oblique 8deg;
    font-size: clamp(30px, 4vw, 46px);
    display: block;
    background: linear-gradient(120deg, var(--azure), var(--mint));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* ===== Заголовок секции ===== */
section.block {
    padding: 96px 0;
}
.sec-head {
    max-width: 620px;
    margin-bottom: 52px;
}
.sec-tag {
    font-family: "Unbounded";
    font-style: oblique 8deg;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--blue);
    text-transform: uppercase;
}
.sec-head h2 {
    font-family: "Unbounded";
    font-weight: 800;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.04;
    margin: 14px 0 14px;
    letter-spacing: -0.02em;
}
.sec-head p {
    font-size: 17px;
    color: var(--muted);
}

/* ===== Сетка фич ===== */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.feat {
    border-radius: var(--r-lg);
    padding: 30px 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.feat:hover {
    transform: translateY(-6px);
}
.feat .ficon {
    position: absolute;
    top: 24px;
    left: 26px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    backdrop-filter: blur(4px);
}
.feat h3 {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.feat p {
    font-size: 14.5px;
    opacity: 0.92;
    line-height: 1.5;
}
.feat.span2 {
    grid-column: span 2;
}
.f-blue {
    background: linear-gradient(150deg, #2e54e0, #1b2fc9);
}
.f-purple {
    background: linear-gradient(150deg, #8c84ff, #7a52e0);
}
.f-green {
    background: linear-gradient(150deg, #2fcb6a, #00a651);
}
.f-teal {
    background: linear-gradient(150deg, #46d2c0, #1fb6a8);
}
.f-coral {
    background: linear-gradient(150deg, #ff7a4d, #ff2a14);
}
.f-barbie {
    background: linear-gradient(150deg, #ff99ff, #e15fd0);
}

/* ===== Как это работает ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.step {
    background: var(--card);
    border-radius: var(--r-md);
    padding: 32px 28px;
    box-shadow: var(--shadow-sm);
    position: relative;
    border: 1px solid var(--line);
}
.step .num {
    font-family: "Unbounded";
    font-style: oblique 9deg;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(130deg, var(--azure), var(--blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step h3 {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 19px;
    margin: 14px 0 8px;
}
.step p {
    font-size: 15px;
    color: var(--muted);
}

/* ===== Showcase ===== */
.showcase {
    background: var(--navy);
    color: #fff;
    border-radius: 40px;
    padding: 70px 50px;
    position: relative;
    overflow: hidden;
}
.showcase .mesh {
    filter: blur(90px);
    opacity: 0.55;
}
.showcase-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.showcase h2 {
    font-family: "Unbounded";
    font-weight: 800;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.05;
    margin-bottom: 18px;
}
.showcase p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 26px;
    max-width: 420px;
}
.check-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.check-list li {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.9);
}
.check-list .ck {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--grass);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.gcard {
    border-radius: 18px;
    aspect-ratio: 1/1.1;
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--shadow);
}
.gcard .sport {
    font-size: 22px;
    line-height: 1;
}
.gcard p {
    font-size: 13px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}
.g1 {
    background: linear-gradient(150deg, #8c84ff, #7a52e0);
}
.g2 {
    background: linear-gradient(150deg, #2fcb6a, #00a651);
}
.g3 {
    background: linear-gradient(150deg, #46d2c0, #1fb6a8);
    margin-top: 24px;
}
.g4 {
    background: linear-gradient(150deg, #ff7a4d, #ff2a14);
    margin-top: 24px;
}

/* ===== CTA ===== */
.cta {
    background: linear-gradient(135deg, var(--blue), var(--purple-d));
    border-radius: 40px;
    padding: 70px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: var(--azure);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
    top: -200px;
    right: -100px;
}
.cta h2 {
    font-family: "Unbounded";
    font-weight: 800;
    font-size: clamp(30px, 4vw, 48px);
    margin-bottom: 14px;
    position: relative;
}
.cta p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    position: relative;
}
.cta .stores {
    justify-content: center;
    position: relative;
}
