/* ============================================================
   INFO PAGES  (О нас / Доставка / Оплата / Возврат)
   ============================================================ */
.info-page {
    padding: 2.5rem 0 5rem;
}

/* ── Sidebar navigation ─────────────────────────────────── */
.info-nav {
    position: sticky;
    top: calc(var(--nav-height, 68px) + 1.5rem);
    background: #fff;
    border: 1.5px solid #deedf9;
    border-radius: 18px;
    padding: 1.25rem;
}
.info-nav__title {
    font-size: .7rem; font-weight: 700; color: #8aabb8;
    text-transform: uppercase; letter-spacing: .08em;
    margin-bottom: .85rem; padding-left: .4rem;
}
.info-nav__link {
    display: flex; align-items: center; gap: .6rem;
    padding: .55rem .8rem;
    border-radius: 10px;
    font-size: .9rem; color: #3a5a7a;
    text-decoration: none; font-weight: 500;
    transition: background .18s, color .18s;
    margin-bottom: .15rem;
}
.info-nav__link:hover { background: #f0f7ff; color: #1565c0; }
.info-nav__link.active { background: #e3f2fd; color: #1565c0; font-weight: 700; }
.info-nav__link i { font-size: 1rem; flex-shrink: 0; width: 1.2rem; text-align: center; }

.info-nav__divider { border: none; border-top: 1px solid #f0f7ff; margin: 1rem 0; }

.info-nav__contact {
    background: #f5faff; border-radius: 12px; padding: .85rem;
    font-size: .8rem; color: #607d8b; text-align: center; line-height: 1.65;
}
.info-nav__contact i { font-size: 1.3rem; color: #1565c0; display: block; margin-bottom: .35rem; }
.info-nav__contact a { color: #1565c0; font-weight: 600; text-decoration: none; }
.info-nav__contact a:hover { text-decoration: underline; }

/* ── Content sections ───────────────────────────────────── */
.info-section {
    margin-bottom: 2.5rem;
}
.info-section:last-child { margin-bottom: 0; }

.info-section__heading {
    display: flex; align-items: center; gap: .65rem;
    font-size: 1.15rem; font-weight: 800; color: #0b2545;
    margin-bottom: 1.1rem;
}
.info-section__heading-icon {
    width: 36px; height: 36px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #1565c0; font-size: .95rem; flex-shrink: 0;
}
.info-section__text {
    font-size: .95rem; line-height: 1.85; color: #3a5a7a;
}
.info-section__text p { margin-bottom: 1rem; }
.info-section__text p:last-child { margin-bottom: 0; }

/* ── Cards ──────────────────────────────────────────────── */
.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    gap: .85rem;
}
.info-card {
    background: #fff; border: 1.5px solid #deedf9;
    border-radius: 16px; padding: 1.25rem;
}
.info-card__icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #1565c0; font-size: 1.1rem;
    margin-bottom: .85rem;
}
.info-card__title { font-size: .9rem; font-weight: 700; color: #0b2545; margin-bottom: .3rem; }
.info-card__text { font-size: .82rem; color: #607d8b; line-height: 1.65; }

/* ── Steps ──────────────────────────────────────────────── */
.info-steps { display: flex; flex-direction: column; gap: .65rem; }
.info-step {
    display: flex; gap: 1rem; align-items: flex-start;
    background: #fff; border: 1.5px solid #deedf9;
    border-radius: 14px; padding: 1rem 1.1rem;
}
.info-step__num {
    width: 32px; height: 32px; flex-shrink: 0;
    background: linear-gradient(135deg, #1565c0, #0288d1);
    color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem; font-weight: 800;
}
.info-step__title { font-size: .9rem; font-weight: 700; color: #0b2545; margin-bottom: .2rem; }
.info-step__text { font-size: .82rem; color: #607d8b; line-height: 1.65; }

/* ── Delivery table ─────────────────────────────────────── */
.delivery-table-wrap {
    border: 1.5px solid #deedf9; border-radius: 16px; overflow: hidden;
}
.delivery-table {
    width: 100%; border-collapse: collapse; font-size: .9rem;
}
.delivery-table th {
    background: #f5faff; text-align: left;
    font-size: .72rem; font-weight: 700; color: #607d8b;
    text-transform: uppercase; letter-spacing: .05em;
    padding: .75rem .9rem;
    border-bottom: 2px solid #deedf9;
}
.delivery-table td {
    padding: .85rem .9rem; border-bottom: 1px solid #f0f7ff;
    color: #1a2a3a; vertical-align: middle;
}
.delivery-table tr:last-child td { border-bottom: none; }
.delivery-table tr:hover td { background: #f9fcff; }
.delivery-table__logo {
    font-size: 1rem; margin-right: .4rem; color: #1565c0;
}
.delivery-badge {
    display: inline-flex; align-items: center; gap: .25rem;
    padding: .22rem .65rem; border-radius: 100px;
    font-size: .72rem; font-weight: 700;
}
.delivery-badge--free { background: #e8f5e9; color: #2e7d32; }
.delivery-badge--paid { background: #e3f2fd; color: #1565c0; }

/* ── Alert ──────────────────────────────────────────────── */
.info-alert {
    display: flex; gap: .85rem; align-items: flex-start;
    background: #e3f2fd; border: 1.5px solid #90caf9;
    border-radius: 14px; padding: 1rem 1.1rem;
    font-size: .88rem; color: #1a2a3a; line-height: 1.7;
}
.info-alert i { font-size: 1.15rem; color: #1565c0; flex-shrink: 0; margin-top: .1rem; }
.info-alert--warning { background: #fff8e1; border-color: #ffe082; }
.info-alert--warning i { color: #f57f17; }
.info-alert--success { background: #e8f5e9; border-color: #a5d6a7; }
.info-alert--success i { color: #2e7d32; }

/* ── Stats banner ───────────────────────────────────────── */
.info-stats-banner {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    background: linear-gradient(135deg, #071d38, #1565c0);
    border-radius: 20px; overflow: hidden;
}
.info-stat {
    padding: 1.75rem 1.25rem;
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: center;
}
.info-stat:last-child { border-right: none; }
.info-stat__val {
    font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: .3rem;
}
.info-stat__val span { font-size: 1.2rem; }
.info-stat__lbl { font-size: .72rem; color: rgba(255,255,255,.5); line-height: 1.4; }

/* ── Payment methods ────────────────────────────────────── */
.payment-methods { display: flex; flex-direction: column; gap: .65rem; }
.payment-method {
    display: flex; align-items: flex-start; gap: 1rem;
    background: #fff; border: 1.5px solid #deedf9;
    border-radius: 14px; padding: 1.1rem 1.2rem;
}
.payment-method__icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: #1565c0;
}
.payment-method__title { font-size: .9rem; font-weight: 700; color: #0b2545; margin-bottom: .25rem; }
.payment-method__text { font-size: .82rem; color: #607d8b; line-height: 1.65; }
.payment-method__badge {
    margin-top: .4rem;
    display: inline-flex; align-items: center; gap: .25rem;
    background: #e8f5e9; color: #2e7d32;
    font-size: .7rem; font-weight: 700;
    padding: .18rem .55rem; border-radius: 100px;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .info-nav { position: static; margin-bottom: 1.5rem; }
}
@media (max-width: 767px) {
    .info-page { padding: 1.5rem 0 4rem; }
    .info-cards { grid-template-columns: 1fr 1fr; }
    .info-stats-banner { grid-template-columns: 1fr 1fr; }
    .info-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
    .info-stat:nth-child(2n) { border-right: none; }
    .info-stat__val { font-size: 1.6rem; }
}
@media (max-width: 450px) {
    .info-cards { grid-template-columns: 1fr; }
    .delivery-table { font-size: .8rem; }
    .delivery-table th, .delivery-table td { padding: .6rem .65rem; }
}
