.page-static{
    padding-top:calc(var(--nav-h, 72px) + 32px);
    padding-bottom:64px;
}

.page-static.page-contact{
    padding-bottom:0;
    min-height:0;
    overflow:visible;
}

.page-contact .contact-form__field textarea{
    display:block;
    width:100%;
    min-height:140px;
    box-sizing:border-box;
}

.page-contact .contact-form__field select option{
    color:#0d1117;
    background:#f0f4fa;
}

.static-page__inner{
    max-width:880px;
    margin:0 auto;
}

.static-page h1{
    font-size:clamp(28px,4.5vw,40px);
    margin:0 0 14px;
    font-weight:800;
    letter-spacing:-.02em;
}

.static-page .static-lead{
    color:rgba(255,255,255,.78);
    margin:0 0 32px;
    line-height:1.6;
    font-size:16px;
    max-width:640px;
}

.static-page h2{
    font-size:20px;
    margin:32px 0 12px;
    font-weight:700;
}

.static-page h3{
    font-size:16px;
    margin:20px 0 8px;
    font-weight:700;
    color:rgba(255,255,255,.95);
}

.static-page p,
.static-page li{
    color:rgba(255,255,255,.85);
    line-height:1.65;
}

.static-page ul,
.static-page ol{
    padding-left:1.35rem;
    margin:0 0 16px;
}

.static-page a:not(.static-btn){
    color:var(--accent,#4da8ff);
}

/* Стъпки — Как работи */
.static-steps{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin:0 0 36px;
    padding:0;
    list-style:none;
}

.static-step{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:18px;
    align-items:flex-start;
    padding:20px 22px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.1);
    background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%);
    box-shadow:0 8px 32px rgba(0,0,0,.25);
    transition:border-color .25s,transform .25s;
}

.static-step:hover{
    border-color:rgba(77,168,255,.35);
    transform:translateY(-2px);
}

.static-step__icon{
    width:64px;
    height:64px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:linear-gradient(145deg,rgba(41,151,255,.25),rgba(41,151,255,.08));
    border:1px solid rgba(77,168,255,.35);
    box-shadow:0 0 24px rgba(41,151,255,.2);
    color:#8ec8ff;
}

.static-step__icon .icon{
    width:30px;
    height:30px;
}

.static-step__num{
    display:block;
    font-size:11px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:rgba(77,168,255,.9);
    margin-bottom:4px;
}

.static-step__title{
    margin:0 0 8px;
    font-size:18px;
    font-weight:700;
    color:#fff;
}

.static-step__text{
    margin:0;
    font-size:14px;
    color:rgba(255,255,255,.8);
    line-height:1.55;
}

/* CTA бутони */
.static-cta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:8px;
}

.static-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 24px;
    border-radius:12px;
    font-family:var(--font-primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:.05em;
    text-decoration:none;
    border:1px solid transparent;
    cursor:pointer;
    transition:transform .3s cubic-bezier(.34,1.35,.64,1),box-shadow .3s ease,border-color .3s ease;
}

.static-btn .icon{
    width:18px;
    height:18px;
}

.static-btn--primary{
    background:linear-gradient(135deg,#e82a2a 0%,#c41e1e 100%);
    color:#fff;
    box-shadow:0 6px 28px rgba(232,42,42,.45);
}

.static-btn--primary:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 36px rgba(232,42,42,.55);
}

.static-btn--secondary{
    background:rgba(4,14,38,.85);
    color:#fff;
    border-color:rgba(77,168,255,.55);
    box-shadow:
        inset 0 0 20px rgba(41,151,255,.2),
        0 4px 20px rgba(0,0,0,.3);
}

.static-btn--secondary:hover{
    border-color:#8ec8ff;
    transform:translateY(-3px);
    box-shadow:
        inset 0 0 24px rgba(41,151,255,.35),
        0 8px 28px rgba(41,151,255,.15);
}

.static-btn--ghost{
    background:rgba(255,255,255,.05);
    color:rgba(255,255,255,.92);
    border-color:rgba(255,255,255,.18);
}

.static-btn--ghost:hover{
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.3);
    transform:translateY(-2px);
}

/* FAQ */
.static-faq-section{
    margin-bottom:28px;
}

.static-faq-section h2{
    font-size:14px;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:rgba(77,168,255,.85);
    margin:0 0 12px;
    font-weight:700;
}

.static-faq{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.static-faq details{
    border:1px solid rgba(255,255,255,.1);
    border-radius:14px;
    padding:0;
    background:rgba(255,255,255,.03);
    overflow:hidden;
    transition:border-color .2s,background .2s;
}

.static-faq details[open]{
    border-color:rgba(77,168,255,.4);
    background:rgba(41,151,255,.06);
}

.static-faq summary{
    cursor:pointer;
    font-weight:600;
    color:#fff;
    padding:16px 18px 16px 52px;
    list-style:none;
    position:relative;
    font-size:15px;
    line-height:1.4;
}

.static-faq summary::-webkit-details-marker{
    display:none;
}

.static-faq summary::before{
    content:'';
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:6px;
    background:rgba(41,151,255,.15);
    border:1px solid rgba(77,168,255,.3);
}

.static-faq summary::after{
    content:'';
    position:absolute;
    left:25px;
    top:50%;
    width:8px;
    height:8px;
    margin-top:-5px;
    border-right:2px solid #8ec8ff;
    border-bottom:2px solid #8ec8ff;
    transform:rotate(45deg);
    transition:transform .2s;
}

.static-faq details[open] summary::after{
    transform:rotate(-135deg);
    margin-top:-2px;
}

.static-faq__body{
    padding:0 18px 16px 52px;
}

.static-faq__body p{
    margin:0;
    font-size:14px;
}

/* Правила — правни блокове */
.static-legal-note{
    padding:14px 18px;
    border-radius:12px;
    border-left:3px solid var(--red,#e82a2a);
    background:rgba(232,42,42,.08);
    margin:0 0 28px;
    font-size:14px;
    color:rgba(255,255,255,.88);
}

.static-legal-section{
    margin-bottom:28px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.static-legal-section:last-of-type{
    border-bottom:none;
}

.static-legal-section h2{
    margin-top:0;
    font-size:17px;
}

.static-page .static-toc{
    padding:16px 20px;
    border-radius:12px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    margin-bottom:28px;
}

.static-page .static-toc ol{
    margin:8px 0 0;
    padding-left:1.2rem;
}

.static-page .static-toc a{
    text-decoration:none;
}

.static-page .static-toc a:hover{
    text-decoration:underline;
}

.static-page-footer-links{
    margin-top:36px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

@media (max-width:600px){
    .static-step{
        grid-template-columns:1fr;
        text-align:center;
    }
    .static-step__icon{
        margin:0 auto;
    }
    .static-cta{
        flex-direction:column;
    }
    .static-btn{
        width:100%;
    }
    .static-faq summary,
    .static-faq__body{
        padding-left:18px;
    }
    .static-faq summary::before,
    .static-faq summary::after{
        display:none;
    }
}
