/* Main domain (717777.casino) — stub landing */

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

.stub-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 10, 18, 0.95);
    padding: 20px 0;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.stub-logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ff9800, #ffd54f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stub-main {
    padding-top: 100px;
    padding-bottom: 80px;
}

.stub-hero {
    padding: 80px 0 60px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 152, 0, 0.08) 0%, transparent 50%);
}

.stub-hero__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.stub-hero__subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.stub-brands {
    padding: 60px 0 80px;
}

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

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

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

.stub-brand-card {
    display: block;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.stub-brand-card:hover {
    border-color: rgba(255, 152, 0, 0.5);
    background: rgba(255, 152, 0, 0.05);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

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

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

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

.stub-brand-card__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    line-height: 1.5;
}

.stub-brand-card__cta {
    font-size: 14px;
    font-weight: 600;
    color: #ff9800;
    display: inline-block;
}

.stub-brand-card:hover .stub-brand-card__cta {
    color: #ffd54f;
}

.stub-about {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stub-about__title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

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

.stub-about__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.stub-about__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 152, 0, 0.2);
    color: #ff9800;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.stub-about__item p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.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: 600px) {
    .stub-main { padding-top: 80px; }
    .stub-hero { padding: 50px 0 40px; }
    .stub-brands__grid { grid-template-columns: 1fr; }
}
