@charset "UTF-8";

/* ============================================
   ��ҳ��ʽ - Inner Pages CSS
   ============================================ */

/* ===== ������ʽ�̳� ===== */
.middle-82c8 {
    min-height: 100vh;
}

/* ===== Hero���� ===== */
.first_01db {
    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);
}

.first_01db h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.first_01db .active-smooth-cc89 {
    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);
}

/* ===== �������� ===== */
.wide-851f {
    padding: 3rem 0;
}

.wide-851f:nth-child(even) {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.5), rgba(30, 41, 59, 0.5));
}

.hover-e565 {
    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);
}

.pattern-simple-2c39 {
    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);
}

/* ===== ͼƬ���� ===== */
.paragraph-middle-6ad6 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.cold-b41b {
    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);
}

.cold-b41b:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 30px rgba(var(--accent-primary-rgb), 0.55);
}

.cold-b41b img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.cold-b41b:hover img {
    transform: scale(1.02);
}

.cold-b41b .main-ab3a {
    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);
}

.cold-b41b .paragraph-2c75 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.cold-b41b .west_8631 {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.component_up_b71f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.border-next-3030 {
    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);
}

.border-next-3030:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 25px rgba(var(--accent-primary-rgb), 0.5);
}

.border-next-3030 img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.border-next-3030:hover img {
    transform: scale(1.02);
}

.border-next-3030 .main-ab3a {
    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);
}

.border-next-3030 .paragraph-2c75 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--casino-gold);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.border-next-3030 .west_8631 {
    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);
}

/* ===== �ı����� ===== */
.inner_5a5d {
    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);
}

.inner_5a5d p {
    margin-bottom: 1rem;
}

.inner_5a5d strong {
    color: var(--casino-gold);
}

/* ===== ��Ӧʽ ===== */
@media (max-width: 767px) {
    .first_01db h1 {
        font-size: 1.8rem;
    }
    
    .first_01db .active-smooth-cc89 {
        font-size: 1rem;
    }
    
    .hover-e565 {
        font-size: 1.6rem;
    }
    
    .component_up_b71f {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .cold-b41b img {
        max-height: 350px;
    }
    
    .border-next-3030 img {
        max-height: 200px;
    }
    
    .cold-b41b .paragraph-2c75 {
        font-size: 1.2rem;
    }
    
    .cold-b41b .west_8631 {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .first_01db {
        padding: 2rem 0;
    }
    
    .first_01db h1 {
        font-size: 1.5rem;
    }
    
    .wide-851f {
        padding: 2rem 0;
    }
}

/* css-noise: 8c22 */
.promo-block-c0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
