/* Base Styles */
.sseyhbh-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero-icon {
    animation: bounce 2s infinite;
}

/* Coin Market Button Styles */
.btn-coin-market {
    position: relative;
    padding: 15px 30px;
    background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(58, 123, 213, 0.4);
    min-width: 250px;
}

.btn-coin-market-content {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-coin-market-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.btn-coin-market-text {
    transition: all 0.3s ease;
}

.btn-coin-market-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.btn-coin-market-loader i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hover State */
.btn-coin-market-hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(58, 123, 213, 0.6);
}

.btn-coin-market-hover .btn-coin-market-icon {
    transform: rotate(15deg) scale(1.1);
}

/* Loading State */
.btn-coin-market-loading .btn-coin-market-content {
    opacity: 0;
    transform: translateY(-20px);
}

.btn-coin-market-loading .btn-coin-market-loader {
    opacity: 1;
    transform: translateY(0);
}

/* Success State */
.btn-coin-market-success {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
}

.btn-coin-market-success .btn-coin-market-content {
    opacity: 1;
    transform: translateY(0);
}

.btn-coin-market-success .btn-coin-market-icon {
    animation: coinBounce 0.5s ease;
}

@keyframes coinBounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(15deg); }
    50% { transform: translateY(0) rotate(-15deg); }
    75% { transform: translateY(-5px) rotate(5deg); }
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .btn-coin-market {
        padding: 12px 20px;
        font-size: 1rem;
        min-width: 200px;
    }

    .btn-coin-market-icon {
        font-size: 1.2rem;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}

/* Section Headers */
.section-header {
    position: relative;
    padding-bottom: 20px;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #3a7bd5;
}

.section-icon {
    font-size: 2.5rem;
    color: #3a7bd5;
    margin-bottom: 15px;
    display: inline-block;
}

/* About Section */
.about-section {
    background-color: #f9f9f9;
}

.about-point {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.point-icon {
    font-size: 1.5rem;
    color: #3a7bd5;
    margin-right: 15px;
    margin-top: 5px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.feature-icon {
    font-size: 2rem;
    color: #3a7bd5;
    margin-bottom: 10px;
}

/* Join Section */
.join-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.join-card {
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.join-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.join-icon {
    font-size: 2rem;
    color: #3a7bd5;
    margin-bottom: 15px;
}

.join-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.join-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.join-list i {
    color: #3a7bd5;
    position: absolute;
    left: 0;
    top: 5px;
}

.conclusion-icon {
    font-size: 2rem;
    color: #3a7bd5;
    margin-bottom: 15px;
}

/* Join Steps */
.join-steps {
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg width="52" height="26" viewBox="0 0 52 26" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%239C92AC" fill-opacity="0.05"%3E%3Cpath d="M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.steps-container {
    position: relative;
    padding-left: 60px;
}

.step-card {
    position: relative;
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-number {
    position: absolute;
    left: -60px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #3a7bd5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(58, 123, 213, 0.3);
}

.step-content {
    padding-left: 20px;
}

.step-icon {
    font-size: 1.8rem;
    color: #3a7bd5;
    margin-bottom: 10px;
}

.step-list {
    list-style: none;
    padding: 0;
}

.step-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.step-list i {
    color: #3a7bd5;
    position: absolute;
    left: 0;
    top: 5px;
}

.join-now-btn {
    background: #3a7bd5;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.join-now-btn:hover {
    background: #2c5fb3;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(58, 123, 213, 0.3);
}

/* Earn Section */
.earn-section {
    background-color: #f8f9fa;
}

.earn-card {
