.info-page {
    padding-bottom: 40px;
    max-width: 900px;
    margin: 0 auto;
}
body.info-page--legal .info-page {
    max-width: 1100px;
}
.info-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}
.info-stat {
    text-align: center;
    padding: 16px 12px;
    border-radius: 16px;
    background: linear-gradient(145deg, #4884ff14, #131c29);
    border: 1px solid #4884ff28;
}
.info-stat__value {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #93c5fd;
    margin-bottom: 4px;
}
.info-stat__label {
    font-size: 0.72rem;
    opacity: 0.75;
    line-height: 1.35;
}
.info-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 8px 0;
}
.info-feature {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border-radius: 14px;
    background: #0d1420;
    border: 1px solid #ffffff08;
}
.info-feature i {
    color: #4884ff;
    font-size: 1.1rem;
}
.info-feature strong {
    font-size: 0.88rem;
}
.info-feature span {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1.45;
}
.info-faq-block__heading {
    font-size: 1.05rem;
    margin: 0 0 4px;
}
.info-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}
.info-highlight-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(145deg, #4884ff12, #131c29);
    border: 1px solid #4884ff28;
}
.info-highlight-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #4884ff22;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #93c5fd;
    flex-shrink: 0;
}
.info-highlight-card strong {
    display: block;
    font-size: 0.88rem;
    margin-bottom: 4px;
}
.info-highlight-card p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    opacity: 0.82;
}
@media (max-width: 600px) {
    .info-highlights { grid-template-columns: 1fr; }
}
.info-hero {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff10;
}
.info-bc {
    font-size: 0.8rem;
    opacity: 0.65;
    margin-bottom: 12px;
}
.info-bc a { color: #8aa9ff; text-decoration: none; }
.info-bc span { margin: 0 6px; }
.info-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}
.info-hero__lead {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0 0 18px;
    max-width: 720px;
}
.info-hero__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.info-chip {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    color: #b8c6db;
    background: #131c29;
    border: 1px solid #2a3545;
    transition: 0.2s;
}
.info-chip:hover,
.info-chip.active {
    color: #93c5fd;
    border-color: #4884ff55;
    background: #4884ff18;
}
.info-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.info-card {
    background: #131c29;
    border: 1px solid #1f2a38;
    border-radius: 18px;
    padding: 22px 24px;
}
.info-card h2 {
    font-size: 1.05rem;
    margin: 0 0 12px;
    color: #eef2f6;
}
.info-card__body {
    font-size: 0.9rem;
    line-height: 1.65;
    opacity: 0.88;
}
.info-card__body p { margin: 0 0 10px; }
.info-card__body ul,
.info-card__body ol {
    margin: 8px 0 10px 20px;
    padding: 0;
}
.info-card__body li { margin-bottom: 6px; }
.info-card__body a {
    color: #8aa9ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.info-faq-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-faq-item {
    background: #131c29;
    border: 1px solid #1f2a38;
    border-radius: 14px;
    overflow: hidden;
}
.info-faq-item summary {
    padding: 16px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.92rem;
    list-style: none;
}
.info-faq-item summary::-webkit-details-marker { display: none; }
.info-faq-item summary::after {
    content: '+';
    float: right;
    opacity: 0.5;
}
.info-faq-item[open] summary::after { content: '−'; }
.info-faq-item p {
    padding: 0 18px 16px;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    opacity: 0.85;
}
.info-cta {
    margin-top: 8px;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4884ff14, #3acf6b10);
    border: 1px solid #4884ff33;
    text-align: center;
}
.info-cta h3 { margin: 0 0 8px; font-size: 1.1rem; }
.info-cta p { margin: 0 0 16px; opacity: 0.8; font-size: 0.9rem; }
.info-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.info-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: 0.2s;
}
.info-btn--primary {
    background: #4884ff;
    color: #fff;
}
.info-btn--primary:hover { background: #3d6ed9; }
.info-btn--ghost {
    border: 1px solid #ffffff30;
    color: #fff;
}
.info-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.info-step-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #131c29;
    border: 1px solid #1f2a38;
    border-radius: 18px;
    padding: 20px 22px;
    border-left: 3px solid #4884ff;
}
.info-step-card__num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4884ff, #3d6ed9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
}
.info-step-card h2 {
    font-size: 1rem;
    margin: 0 0 8px;
}
.info-step-card__body {
    flex: 1;
    min-width: 0;
}

@media (max-width: 800px) {
    .info-stats { grid-template-columns: repeat(2, 1fr); }
    .info-features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .info-card { padding: 16px 18px; }
    .info-hero__nav { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .info-step-card { flex-direction: column; padding: 16px 18px; }
    .info-stats { grid-template-columns: 1fr 1fr; }
}
