/* Main domain — Delon777 Casino landing */

body.stub-page {
    padding-top: 0 !important;
    background: #0f0d1a;
    color: #fff;
    min-height: 100vh;
}

.stub-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(15, 13, 26, 0.92);
    padding: 18px 0;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
}

.stub-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stub-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.stub-logo__img {
    height: 40px;
    width: auto;
}

.stub-logo__text {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--stub-gradient-start, #7c3aed), var(--stub-gradient-end, #fbbf24));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stub-nav {
    display: flex;
    gap: 28px;
}

.stub-nav__link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

.stub-nav__link:hover {
    color: var(--stub-primary, #8b5cf6);
}

.stub-main {
    padding-top: 0;
    padding-bottom: 0;
}

/* Hero */
.stub-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 140px 0 80px;
    overflow: hidden;
}

.stub-hero__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(124, 58, 237, 0.25) 0%, transparent 60%),
                radial-gradient(ellipse 60% 40% at 80% 80%, rgba(251, 191, 36, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.stub-hero__content {
    position: relative;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.stub-hero__title {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--stub-gradient-start, #7c3aed), var(--stub-gradient-end, #fbbf24));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stub-hero__subtitle {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 16px;
}

.stub-hero__desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 36px;
}

.stub-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* Buttons */
.stub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}

.stub-btn--primary {
    background: linear-gradient(135deg, var(--stub-gradient-start, #7c3aed), #6d28d9);
    color: #fff;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
}

.stub-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.5);
}

.stub-btn--outline {
    background: transparent;
    color: var(--stub-primary, #8b5cf6);
    border-color: rgba(139, 92, 246, 0.5);
}

.stub-btn--outline:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: var(--stub-primary);
}

.stub-btn--large {
    padding: 18px 40px;
    font-size: 18px;
}

/* Features */
.stub-features {
    padding: 80px 0 100px;
}

.stub-section__title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
}

.stub-section__subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 48px;
    font-size: 17px;
}

.stub-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.stub-feature {
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stub-feature:hover {
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(139, 92, 246, 0.4);
    transform: translateY(-4px);
}

.stub-feature__icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.stub-feature__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.stub-feature__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    margin: 0;
}

/* Brands */
.stub-brands {
    padding: 60px 0 80px;
    background: rgba(0, 0, 0, 0.2);
}

.stub-brands__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.stub-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.stub-brand-card:hover {
    border-color: rgba(139, 92, 246, 0.5);
    background: rgba(139, 92, 246, 0.06);
    transform: translateY(-3px);
}

.stub-brand-card__logo {
    height: 48px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stub-brand-card__logo img {
    max-height: 100%;
    width: auto;
    max-width: 140px;
    object-fit: contain;
}

.stub-brand-card__name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stub-brand-card__cta {
    font-size: 13px;
    font-weight: 600;
    color: var(--stub-primary, #8b5cf6);
}

/* CTA block */
.stub-cta {
    padding: 80px 0 100px;
}

.stub-cta__box {
    text-align: center;
    padding: 56px 40px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(251, 191, 36, 0.08) 100%);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
}

.stub-cta__title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.stub-cta__text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
}

/* Footer */
.stub-footer {
    padding: 32px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stub-footer__copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

.stub-footer__disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .stub-nav { display: none; }
    .stub-hero { min-height: auto; padding: 120px 0 60px; }
    .stub-features__grid { grid-template-columns: 1fr; }
    .stub-brands__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .stub-brands__grid { grid-template-columns: 1fr; }
    .stub-hero__actions { flex-direction: column; }
    .stub-btn { width: 100%; }
}
