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

body {
    font-family: 'Inter', sans-serif;
    background-color: #fafcfd;
    color: #111827;
    line-height: 1.4;
    scroll-behavior: smooth;
}

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

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #0a2540;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    letter-spacing: -0.2px;
}

.btn-primary:hover {
    background-color: #1f3f5c;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-outline:hover {
    border-color: #0a2540;
    background-color: #f1f5f9;
}

.section {
    padding: 80px 0;
}

.section-sm {
    padding: 56px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #0a1c2f;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #475569;
    max-width: 700px;
    margin-bottom: 48px;
    font-weight: 400;
}

.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.hero {
    padding: 60px 0 40px 0;
}

.hero-badge {
    background: #eef2ff;
    color: #1e40af;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 24px;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #0f2b3d, #1b4a6e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 24px;
}

.hero p {
    font-size: 1.2rem;
    color: #334155;
    max-width: 650px;
    margin-bottom: 32px;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    padding: 32px 40px;
    margin: 48px 0 20px;
    border: 1px solid #e9edf2;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0f3b5c;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #4b5563;
    margin-top: 8px;
    font-weight: 500;
}

.trust-row {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
}

.trust-logo {
    font-size: 1rem;
    font-weight: 600;
    color: #5b6e8c;
    letter-spacing: 1px;
}

.feature-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 32px;
    transition: all 0.2s;
    border: 1px solid #eef2f6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.feature-card:hover {
    border-color: #cbdde9;
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.08);
}
.feature-icon {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1f6392;
}
.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.feature-card p {
    color: #475569;
    line-height: 1.5;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 20px;
}
.benefit-item {
    border-left: 3px solid #2c7da0;
    padding-left: 20px;
}
.benefit-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.benefit-item p {
    color: #475569;
}

.badge-cert {
    background: #eef2ff;
    padding: 14px 20px;
    border-radius: 60px;
    font-weight: 500;
    display: inline-block;
    font-size: 0.85rem;
    margin: 20px 0 0;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.market-card {
    background: white;
    border-radius: 24px;
    padding: 28px 20px;
    border: 1px solid #eef2f6;
}
.market-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.market-card ul {
    list-style: none;
    padding-left: 0;
}
.market-card li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #2c3e4e;
}
.market-card li i {
    color: #1f6392;
    margin-top: 3px;
    font-size: 0.8rem;
}

.crypto-strip {
    background: #f1f5f9;
    border-radius: 48px;
    text-align: center;
    padding: 30px 20px;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    color: #1e2f3e;
}

footer {
    background: #0a1a2a;
    color: #cfdfed;
    padding: 48px 0;
    font-size: 0.8rem;
    text-align: center;
    border-top: 1px solid #1f3a4c;
}

@media (max-width: 900px) {
    .grid-2col, .benefits-grid, .market-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        flex-direction: column;
        gap: 28px;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
}

.disclaimer {
    font-size: 0.75rem;
    color: #5f6c80;
    margin-top: 40px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.mt-4 {
    margin-top: 20px;
}