:root {
    --bg-color: #0b1120;
    --card-bg: #1e293b;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --whatsapp-green: #25D366;
    --whatsapp-hover: #128C7E;
    --accent-color: #38bdf8;
    --brand-green: #38df8b;
    --brand-cyan: #30c0d1;
}

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

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-primary);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.container {
    width: 100%;
    max-width: 480px;
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 10;
}

header {
    text-align: center;
    margin-bottom: 2rem;
}

.brand-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.brand-text {
    background: linear-gradient(to right, var(--brand-green), var(--brand-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.brand-icons {
    display: flex;
    align-items: center;
    gap: 4px;
}

.brand-green {
    fill: var(--brand-green);
}

.brand-cyan {
    fill: var(--brand-cyan);
}

.icon-svg {
    width: 28px;
    height: 28px;
}

.card {
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.steps {
    list-style: none;
    text-align: left;
    margin-bottom: 2.5rem;
}

.steps li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    border-radius: 12px;
}

.step-number {
    background-color: var(--whatsapp-green);
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.step-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.step-text strong {
    color: var(--text-primary);
}

.btn {
    display: block;
    background-color: var(--whatsapp-green);
    color: white;
    text-decoration: none;
    padding: 1.2rem;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 15px -3px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--whatsapp-hover);
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(37, 211, 102, 0.4);
}

/* Hand Animation */
.arrow-container {
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 20;
    animation: bounceTopRight 1.5s infinite;
}

.hand-icon {
    font-size: 3.5rem;
    display: inline-block;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}

@keyframes bounceTopRight {
    0%, 100% {
        transform: translate(0, 0) rotate(15deg);
    }
    50% {
        transform: translate(-10px, 15px) rotate(15deg);
    }
}

/* Promo Badge & Header Elements */
.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 8px #00ff00;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 255, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0); }
}

.promo-text {
    letter-spacing: 0.5px;
}

.promo-code {
    color: #ffd700;
    font-weight: 800;
    font-size: 0.9rem;
}

.header-desc {
    font-size: 1.05rem;
    color: var(--text-primary);
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.bookmakers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.bookmaker-tag {
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    background: transparent;
    border: 2px solid;
}

/* Colors for tags */
.tag-1xbet { border-color: #1e90ff; color: #1e90ff; }
.tag-winwin { border-color: #ff8c00; color: #ff8c00; }
.tag-linebet { border-color: #32cd32; color: #32cd32; }
.tag-megapari { border-color: #ffffff; color: #ffffff; }
.tag-1win { border-color: #00bfff; color: #00bfff; }
.tag-888starz { border-color: #ff3333; color: #ff3333; }
.tag-betwinner { border-color: #228b22; color: #228b22; }
.tag-afropari { border-color: #ffd700; color: #ffd700; }
.tag-melbet { border-color: #ffb300; color: #ffb300; }

/* Responsive Adjustments for Mobile Devices */
@media screen and (max-width: 480px) {
    .brand-title {
        font-size: 2rem;
    }
    .icon-svg {
        width: 24px;
        height: 24px;
    }
    .card {
        padding: 2rem 1.5rem;
    }
    .promo-badge {
        font-size: 0.75rem;
        padding: 8px 14px;
    }
    .header-desc {
        font-size: 0.95rem;
    }
    .step-number {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 380px) {
    .brand-title {
        font-size: 1.6rem;
        gap: 4px;
    }
    .icon-svg {
        width: 20px;
        height: 20px;
    }
    .promo-badge {
        font-size: 0.65rem;
        padding: 6px 10px;
    }
    .promo-code {
        font-size: 0.75rem;
    }
    .card {
        padding: 1.5rem 1rem;
    }
    .btn {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    .bookmaker-tag {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}
