@charset "UTF-8";

/* ============================================
   ��ҳ��ʽ - Inner Pages CSS
   ============================================ */

/* ===== ������ʽ�̳� ===== */
.main_2f88 {
    min-height: 100vh;
}

/* ===== Hero���� ===== */
.tertiary-32af {
    padding: 3rem 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-bottom: 2px solid rgba(var(--accent-primary-rgb), 0.55);
}

.tertiary-32af h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.tertiary-32af .banner-black-bd43 {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ===== �������� ===== */
.footer_8b2d {
    padding: 3rem 0;
}

.footer_8b2d:nth-child(even) {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.5), rgba(30, 41, 59, 0.5));
}

.gradient_4e0a {
    font-size: 2rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hot-a83a {
    font-size: 1.1rem;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ===== ͼƬ���� ===== */
.primary_65c2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.text-b820 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid rgba(var(--accent-primary-rgb), 0.55);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.85));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.text-b820:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 30px rgba(var(--accent-primary-rgb), 0.55);
}

.text-b820 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.text-b820:hover img {
    transform: scale(1.02);
}

.text-b820 .shadow-adc0 {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.95));
    border-top: 2px solid rgba(var(--accent-primary-rgb), 0.55);
}

.text-b820 .right-63cd {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.text-b820 .cold_b6b6 {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.basic-f09f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.feature-15fb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid rgba(var(--accent-primary-rgb), 0.45);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.85));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.feature-15fb:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 25px rgba(var(--accent-primary-rgb), 0.5);
}

.feature-15fb img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.feature-15fb:hover img {
    transform: scale(1.02);
}

.feature-15fb .shadow-adc0 {
    padding: 1rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.9));
    border-top: 1px solid rgba(var(--accent-primary-rgb), 0.45);
}

.feature-15fb .right-63cd {
    font-size: 1rem;
    font-weight: 600;
    color: var(--casino-gold);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.feature-15fb .cold_b6b6 {
    font-size: 0.85rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* ===== �ı����� ===== */
.accordion_5230 {
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.accordion_5230 p {
    margin-bottom: 1rem;
}

.accordion_5230 strong {
    color: var(--casino-gold);
}

/* ===== ��Ӧʽ ===== */
@media (max-width: 767px) {
    .tertiary-32af h1 {
        font-size: 1.8rem;
    }
    
    .tertiary-32af .banner-black-bd43 {
        font-size: 1rem;
    }
    
    .gradient_4e0a {
        font-size: 1.6rem;
    }
    
    .basic-f09f {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .text-b820 img {
        max-height: 350px;
    }
    
    .feature-15fb img {
        max-height: 200px;
    }
    
    .text-b820 .right-63cd {
        font-size: 1.2rem;
    }
    
    .text-b820 .cold_b6b6 {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .tertiary-32af {
        padding: 2rem 0;
    }
    
    .tertiary-32af h1 {
        font-size: 1.5rem;
    }
    
    .footer_8b2d {
        padding: 2rem 0;
    }
}

/* css-noise: bb91 */
.ghost-box-c6 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
