@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', system_ui, sans-serif;
    line-height: 1.7;
    padding: 40px 20px;
    min-height: 100vh;
}

.container {
    max-width: 1060px;
    margin: 0 auto;
}

.dossier-header {
    border-bottom: 1px solid #274372;
    padding-bottom: 32px;
    margin-bottom: 60px;
    text-align: center;
}

.classification {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-bottom: 18px;
}

.badge {
    background: #274372;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 1px solid rgba(255,255,255,0.15);
    text-transform: uppercase;
}

.title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 4.6rem;
    font-weight: 600;
    letter-spacing: -3.5px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px;
}

.subtitle {
    font-size: 1.18rem;
    color: #aaaaaa;
    letter-spacing: 1.2px;
}

.hero {
    text-align: center;
    margin-bottom: 80px;
}

.hero-text h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.35rem;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #ffffff;
}

.lead {
    font-size: 1.22rem;
    color: #bbbbbb;
    max-width: 800px;
    margin: 0 auto;
}

.ad-banner {
    margin: 70px 0 90px;
    text-align: center;
    border: 1px solid #274372;
    padding: 14px;
    background: #111111;
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.ad-gif {
    width: 1060px;
    height: 128px;
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dossier {
    display: flex;
    flex-direction: column;
    gap: 130px;
}

.dossier-section {
    position: relative;
}

.section-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    color: #274372;
    letter-spacing: 4.5px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.content-grid.reverse {
    grid-template-columns: 1fr 1fr;
}

.text-block h3 {
    font-size: 1.82rem;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.3;
}

.text-block p {
    color: #cccccc;
    font-size: 1.09rem;
    margin-bottom: 20px;
}

.image-block img {
    width: 100%;
    height: auto;
    border: 1px solid #274372;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
    display: block;
    transition: transform 0.4s ease;
}

.image-block img:hover {
    transform: scale(1.015);
}

.wallets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.wallet-card {
    border: 1px solid #274372;
    padding: 24px 20px;
    text-align: center;
    background: #111111;
    transition: all 0.3s ease;
}

.wallet-card:hover {
    border-color: #ffffff44;
    background: #1a1a1a;
}

.wallet-card img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.wallet-card h4 {
    font-size: 1.28rem;
    margin-bottom: 8px;
    color: #ffffff;
}

.wallet-card p {
    color: #888888;
    font-size: 0.97rem;
}

.mirrors {
    margin-top: 140px;
    padding-top: 80px;
    border-top: 1px solid #274372;
}

.mirrors h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.1rem;
    color: #ffffff;
}

.intro-text {
    text-align: center;
    color: #bbbbbb;
    max-width: 740px;
    margin: 0 auto 45px;
    font-size: 1.12rem;
}

.links-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 880px;
    margin: 0 auto 35px;
}

.onion-link {
    display: block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 22px 28px;
    font-family: monospace;
    font-size: 1.12rem;
    text-decoration: none;
    border: 1px solid #274372;
    word-break: break-all;
    transition: all 0.3s ease;
}

.onion-link:hover {
    background: #274372;
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.note {
    text-align: center;
    color: #666666;
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
}

.additional-info {
    margin-top: 150px;
    padding-top: 70px;
    border-top: 1px solid #274372;
}

.additional-info h2 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 2rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
}

.info-card {
    background: #111111;
    border: 1px solid #274372;
    padding: 36px 28px;
    transition: all 0.3s ease;
}

.info-card:hover {
    border-color: #ffffff33;
    background: #161616;
}

.info-card h3 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 1.4rem;
}

.info-card p {
    color: #aaaaaa;
    font-size: 1.06rem;
}

footer {
    margin-top: 170px;
    text-align: center;
    color: #555555;
    font-size: 0.96rem;
    padding-top: 60px;
    border-top: 1px solid #222222;
}

.disclaimer {
    margin-top: 14px;
    font-style: italic;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE */
@media (max-width: 960px) {
    .content-grid,
    .content-grid.reverse {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .title {
        font-size: 3.6rem;
    }
    
    .hero-text h2 {
        font-size: 1.95rem;
    }
    
    .dossier {
        gap: 100px;
    }
}

@media (max-width: 640px) {
    body {
        padding: 25px 15px;
    }
    
    .title {
        font-size: 3rem;
    }
    
    .ad-gif {
        width: 100%;
        height: auto;
    }
    
    .section-label {
        font-size: 1.05rem;
    }
}

.faq-section {
    margin-top: 140px;
    padding-top: 70px;
    border-top: 1px solid #274372;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    background: #111111;
    border: 1px solid #274372;
    padding: 32px 30px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ffffff33;
    background: #161616;
}

.faq-item h3 {
    font-size: 1.32rem;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 1.35;
}

.faq-item p {
    color: #bbbbbb;
    font-size: 1.07rem;
}

.conclusion {
    margin-top: 140px;
    padding: 70px 40px;
    background: #111111;
    border: 1px solid #274372;
    text-align: center;
}

.conclusion h2 {
    margin-bottom: 32px;
    font-size: 2.05rem;
}

.conclusion p {
    color: #cccccc;
    font-size: 1.09rem;
    max-width: 820px;
    margin: 0 auto 22px;
}

.mirrors h2,
.additional-info h2,
.faq-section h2,
.conclusion h2 {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.5px;
}

@media (max-width: 960px) {
    .faq-grid {
        gap: 24px;
    }
    
    .faq-item {
        padding: 28px 24px;
    }
    
    .conclusion {
        padding: 50px 30px;
    }
}

@media (max-width: 640px) {
    .faq-item h3 {
        font-size: 1.22rem;
    }
    
    .conclusion h2 {
        font-size: 1.85rem;
    }
}