/* How to buy page */
.buy-step {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-section--inner {
    background: linear-gradient(135deg, #001f3f, #004080);
    color: #fff;
    padding: 120px 0;
    position: relative;
}

.hero-section--inner h1 {
    font-weight: 700;
}

.hero-section--inner .hero-text {
    max-width: 650px;
    opacity: 0.9;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: #004080;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
}

.brokers-highlight-section {
    background: #f8f9fa;
}

.brokers-highlight-section img {
    border-radius: 12px;
}

.content-block h2 {
    font-weight: 600;
}

.document-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
}

.document-card:hover {
    border-color: #004080;
    transform: translateY(-3px);
}

.document-card h3 {
    font-size: 18px;
    font-weight: 600;
}

.document-card p {
    font-size: 14px;
    color: #666;
}

.cta-section {
    background: linear-gradient(135deg, #001f3f, #004080);
    color: #fff;
}

.cta-section h2 {
    font-weight: 700;
}

.cta-section .cta-text {
    max-width: 600px;
    margin: auto;
    opacity: 0.9;
}

.howtobuy-visual-banner {
    height: 300px;
    background: url('../../img/coin3a.png') no-repeat center;
    background-size: contain;
    margin-top: -50px;
}