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

body {
    font-family: 'Inter', system_ui, sans-serif;
    background: #FFFFFF;
    color: #274372;
    line-height: 1.65;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.header {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E9F0;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 22px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -2.5px;
    color: #274372;
}

.logo .dot {
    color: #FF4D4D;
    font-size: 42px;
    vertical-align: -4px;
}

.nav {
    display: flex;
    gap: 52px;
}

.nav-link {
    text-decoration: none;
    color: #274372;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.25s ease;
    position: relative;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -6px;
    left: 0;
    background: linear-gradient(to right, #274372, #FF4D4D);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 100%;
}

.nav-link:hover {
    color: #1E3559;
}

.status {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    font-weight: 500;
    color: #64748B;
}

.online {
    color: #22C55E;
    font-size: 18px;
    line-height: 1;
}

.hero {
    padding: 130px 0 90px;
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
}

.badge-top {
    display: inline-block;
    background: #274372;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

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

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(44px, 7vw, 72px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -3.2px;
    color: #274372;
}

.highlight {
    background: linear-gradient(90deg, #274372, #FF4D4D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 21.5px;
    color: #475569;
    margin: 32px 0 44px;
    max-width: 490px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn {
    padding: 17px 36px;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16.5px;
    white-space: nowrap;
}

.btn.primary {
    background: #274372;
    color: #FFFFFF;
}

.btn.primary:hover {
    background: #1E3559;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(39, 67, 114, 0.25);
}

.btn.secondary {
    background: transparent;
    color: #274372;
    border: 2px solid #274372;
}

.btn.secondary:hover {
    background: #274372;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.hero-visual {
    position: relative;
}

.hero-image {
    width: 100%;
    max-width: 540px;
    border-radius: 28px;
    box-shadow: 0 30px 70px -15px rgba(39, 67, 114, 0.28);
    border: 14px solid #FFFFFF;
}

.ad-banner {
    margin: 90px auto 0;
    max-width: 1060px;
    text-align: center;
}

.ad-gif {
    width: 100%;
    max-width: 1060px;
    height: 128px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.section {
    padding: 110px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    color: #274372;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
}

.section-desc {
    color: #64748B;
    font-size: 20.5px;
    max-width: 740px;
    margin: 0 auto;
}

.market-grid {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(39, 67, 114, 0.16);
}

.market-image {
    width: 100%;
    display: block;
}

.market-info {
    margin-top: 70px;
}

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

.info-item h3 {
    font-size: 27px;
    color: #274372;
    margin-bottom: 14px;
    font-weight: 600;
}

.info-item p {
    color: #64748B;
    line-height: 1.75;
}

.market-cta {
    text-align: center;
    margin-top: 80px;
}

.btn.large {
    padding: 22px 52px;
    font-size: 18.5px;
}

.cta-note {
    margin-top: 18px;
    color: #64748B;
    font-size: 15.5px;
}

.wallets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
    gap: 36px;
}

.wallet-card {
    background: #FFFFFF;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(39, 67, 114, 0.11);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s;
}

.wallet-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 65px rgba(39, 67, 114, 0.18);
}

.wallet-image img {
    width: 100%;
    display: block;
}

.wallet-info {
    padding: 36px;
}

.wallet-info h3 {
    font-size: 27px;
    margin-bottom: 14px;
    color: #274372;
}

.wallet-desc {
    color: #64748B;
    margin-bottom: 22px;
    line-height: 1.75;
}

.wallet-stat {
    font-weight: 600;
    color: #274372;
    font-size: 15.5px;
}

.commission-info {
    margin-top: 70px;
    text-align: center;
    background: #F8FAFC;
    padding: 38px 50px;
    border-radius: 24px;
    font-size: 17.5px;
    line-height: 1.7;
}

.about-content p,
.access-desc,
.final-desc {
    font-size: 19.5px;
    line-height: 1.78;
    margin-bottom: 28px;
}

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

.feature-card,
.faq-item {
    background: #FFFFFF;
    padding: 36px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(39, 67, 114, 0.08);
}

.feature-card h3,
.faq-item h4 {
    font-size: 24px;
    color: #274372;
    margin-bottom: 16px;
}

.feature-card p,
.faq-item p {
    color: #64748B;
    line-height: 1.75;
}

.access-section {
    background: #F8FAFC;
}

.access-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.mirrors h3 {
    margin-bottom: 26px;
    color: #274372;
    font-size: 26px;
}

.mirror-link {
    display: block;
    background: #FFFFFF;
    padding: 20px 26px;
    margin-bottom: 14px;
    border-radius: 18px;
    color: #274372;
    text-decoration: none;
    font-family: ui-monospace, monospace;
    font-size: 15.8px;
    border: 1px solid #E5E9F0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    word-break: break-all;
}

.mirror-link:hover {
    border-color: #274372;
    background: #F0F4FA;
    transform: translateX(10px);
}

.recommended {
    color: #22C55E;
    font-weight: 600;
    font-size: 13.5px;
    margin-left: 8px;
}

.login-image {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.login-note {
    text-align: center;
    margin-top: 18px;
    color: #64748B;
    font-size: 15.5px;
}

.security-box {
    background: #FFFFFF;
    padding: 52px 44px;
    border-radius: 32px;
    box-shadow: 0 25px 65px rgba(39, 67, 114, 0.09);
}

.security-box h3 {
    font-size: 26px;
    margin-bottom: 26px;
    color: #274372;
}

.security-list {
    list-style: none;
}

.security-list li {
    padding: 15px 0;
    border-bottom: 1px solid #F1F5F9;
    color: #475569;
    font-size: 16px;
}

.security-list li:last-child {
    border-bottom: none;
}

.final-cta {
    background: #274372;
    color: #FFFFFF;
    padding: 110px 0;
    text-align: center;
}

.final-cta h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 54px;
    margin-bottom: 26px;
    letter-spacing: -1.8px;
}

.final-desc {
    max-width: 700px;
    margin: 0 auto 46px;
    font-size: 20.5px;
    opacity: 0.94;
}

.footer {
    background: #1E3559;
    color: #FFFFFF;
    padding: 90px 0 50px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px;
}

.logo-footer {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.footer-text {
    opacity: 0.9;
    line-height: 1.8;
    max-width: 280px;
}

.footer-links a {
    color: #CBD5E1;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #FFFFFF;
}

.footer-status {
    text-align: right;
}

.status-line {
    margin-bottom: 18px;
    font-weight: 500;
}

.tor-only {
    font-size: 13.8px;
    opacity: 0.78;
    letter-spacing: 1.2px;
}

.copyright {
    text-align: center;
    margin-top: 110px;
    opacity: 0.65;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 42px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.stat-item {
    background: #FFFFFF;
    padding: 24px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(39, 67, 114, 0.06);
}

.stat-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #274372;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 15px;
    color: #64748B;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-content,
    .access-content {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    
    .final-cta h2 {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 24px;
    }
    
    .nav {
        gap: 28px;
        font-size: 15.5px;
    }
    
    .header .container {
        flex-wrap: wrap;
        gap: 22px;
        justify-content: center;
    }
    
    .hero {
        padding: 90px 0 70px;
    }
    
    .ad-banner {
        margin: 70px auto 0;
    }
    
    .section {
        padding: 90px 0;
    }
    
    .wallets-grid,
    .features-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}