.g-text {
    background: linear-gradient(135deg, #00C896 0%, #059669 60%, #0d9488 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(0, 200, 150, 0.12), 0 24px 64px -12px rgba(0, 200, 150, 0.16), 0 4px 24px rgba(0, 0, 0, 0.05);
    animation: float 7s ease-in-out infinite;
}

.card-header-bg {
    background: linear-gradient(135deg, #00C896 0%, #059669 55%, #0d9488 100%);
}

.btn-primary {
    background: linear-gradient(135deg, #00C896 0%, #059669 100%);
    transition: all 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px -6px rgba(0, 200, 150, 0.38);
}

.btn-ghost {
    transition: all 0.2s ease;
    border: 1.5px solid rgba(0, 0, 0, 0.09);
}

.btn-ghost:hover {
    border-color: #00C896;
    color: #00C896;
    background: rgba(0, 200, 150, 0.04);
}

.card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -10px rgba(0, 200, 150, 0.11);
    border-color: rgba(0, 200, 150, 0.18);
}

.tx-btn {
    transition: all 0.15s ease;
    cursor: pointer;
}

.tx-btn.tx-active {
    background: rgba(0, 200, 150, 0.1);
    border-color: #00C896 !important;
    color: #00C896;
    font-weight: 700;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.32s ease, opacity 0.25s ease;
}

.faq-answer.open {
    max-height: 400px;
    opacity: 1;
}

.faq-item.open {
    border-color: rgba(0, 200, 150, 0.22) !important;
}

.info-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f4faf8;
    border: 1px solid rgba(0, 200, 150, 0.1);
    border-radius: 8px;
    padding: 5px 9px;
    font-size: 10.5px;
}

.s-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 999px;
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation-duration: 56s;
    animation-timing-function: linear;
}

.marquee-group {
    display: flex;
    flex-shrink: 0;
    min-width: max-content;
}

.social-btn {
    transition: all 0.18s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
    background: rgba(0, 200, 150, 0.1);
    border-color: rgba(0, 200, 150, 0.3);
    color: #00C896;
}

input[type=range] {
    -webkit-appearance: none;
    height: 5px;
    border-radius: 99px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #00C896;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 200, 150, 0.3);
}

.step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00C896, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}

.art-card {
    transition: all 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.art-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -10px rgba(0, 200, 150, 0.1);
    border-color: rgba(0, 200, 150, 0.16);
}

.art-card .art-cover {
    transition: transform 0.4s ease;
}

.art-card:hover .art-cover {
    transform: scale(1.04);
}

.live-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 200, 150, 0.1);
    border: 1px solid rgba(0, 200, 150, 0.2);
    color: #00C896;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 10.5px;
    font-weight: 700;
}

.stat-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.2s;
    border-radius: 14px;
}

.stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -6px rgba(0, 200, 150, 0.1);
}

.big-step-num {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    color: rgba(0, 200, 150, 0.06);
    font-family: 'DM Sans', sans-serif;
    position: absolute;
    top: -10px;
    right: 14px;
    letter-spacing: -4px;
}

/* Section separator */
.section-sep {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 200, 150, 0.15), transparent);
}

#iw2bbk {
    width: 80%;
}

#ieww6u {
    background: radial-gradient(ellipse at 80% 20%, rgba(0, 200, 150, 0.16) 0%, transparent 55%);
}

#ie2eec {
    background: radial-gradient(ellipse, #00C896 0%, transparent 70%);
}