/* style/lottery-nohu90-lottery-types.css */
.page-lottery-nohu90-lottery-types {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background-color: #1A1A2E;
}

.page-lottery-nohu90-lottery-types .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-lottery-nohu90-lottery-types .hero-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1A1A2E 0%, #301934 50%, #1A1A2E 100%);
    border-bottom: 5px solid #FFD700;
}

.page-lottery-nohu90-lottery-types .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-lottery-nohu90-lottery-types .hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.page-lottery-nohu90-lottery-types .hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-lottery-nohu90-lottery-types .hero-title .highlight {
    color: #DC143C;
}

.page-lottery-nohu90-lottery-types .hero-description {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
    line-height: 1.6;
}

.page-lottery-nohu90-lottery-types .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-lottery-nohu90-lottery-types .btn-primary {
    background-color: #FFD700;
    color: #1A1A2E;
}

.page-lottery-nohu90-lottery-types .btn-primary:hover {
    background-color: #DC143C;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.page-lottery-nohu90-lottery-types .btn-secondary {
    background-color: #DC143C;
    color: #FFFFFF;
    border: 2px solid #DC143C;
}

.page-lottery-nohu90-lottery-types .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A1A2E;
    border-color: #FFD700;
    transform: translateY(-3px);
}

.page-lottery-nohu90-lottery-types .section-intro,
.page-lottery-nohu90-lottery-types .lottery-types-overview,
.page-lottery-nohu90-lottery-types .section-benefits,
.page-lottery-nohu90-lottery-types .section-guide,
.page-lottery-nohu90-lottery-types .section-responsibility,
.page-lottery-nohu90-lottery-types .section-cta {
    padding: 60px 0;
    text-align: center;
}

.page-lottery-nohu90-lottery-types .section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-lottery-nohu90-lottery-types .section-title .highlight {
    color: #DC143C;
}

.page-lottery-nohu90-lottery-types p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #D0D0D0;
}

.page-lottery-nohu90-lottery-types a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-lottery-nohu90-lottery-types a:hover {
    color: #DC143C;
    text-decoration: underline;
}

.page-lottery-nohu90-lottery-types .lottery-type-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    text-align: left;
    background-color: #28283D;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-lottery-nohu90-lottery-types .lottery-type-item.reverse {
    flex-direction: row-reverse;
}

.page-lottery-nohu90-lottery-types .lottery-image {
    flex: 1;
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.page-lottery-nohu90-lottery-types .lottery-image:hover {
    transform: scale(1.02);
}

.page-lottery-nohu90-lottery-types .lottery-content {
    flex: 1;
    max-width: 50%;
}

.page-lottery-nohu90-lottery-types .lottery-subtitle {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-lottery-nohu90-lottery-types .lottery-sub-heading {
    font-size: 1.5em;
    color: #DC143C;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-lottery-nohu90-lottery-types .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-nohu90-lottery-types .benefit-card {
    background-color: #28283D;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(220, 20, 60, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-nohu90-lottery-types .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.page-lottery-nohu90-lottery-types .benefit-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-lottery-nohu90-lottery-types .small-icon {
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-lottery-nohu90-lottery-types .guide-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-lottery-nohu90-lottery-types .guide-list li {
    background-color: #28283D;
    margin-bottom: 25px;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #DC143C;
}

.page-lottery-nohu90-lottery-types .guide-step-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-lottery-nohu90-lottery-types .section-cta {
    background: linear-gradient(90deg, #DC143C 0%, #FFD700 100%);
    padding: 80px 0;
    border-top: 5px solid #FFD700;
    border-bottom: 5px solid #DC143C;
    color: #1A1A2E;
}

.page-lottery-nohu90-lottery-types .section-cta .section-title,
.page-lottery-nohu90-lottery-types .section-cta p {
    color: #1A1A2E;
}

.page-lottery-nohu90-lottery-types .section-cta a {
    color: #1A1A2E;
}

.page-lottery-nohu90-lottery-types .section-cta a:hover {
    color: #DC143C;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-nohu90-lottery-types .hero-title {
        font-size: 2.8em;
    }
    .page-lottery-nohu90-lottery-types .section-title {
        font-size: 2.2em;
    }
    .page-lottery-nohu90-lottery-types .lottery-type-item {
        flex-direction: column;
        text-align: center;
    }
    .page-lottery-nohu90-lottery-types .lottery-type-item.reverse {
        flex-direction: column;
    }
    .page-lottery-nohu90-lottery-types .lottery-image,
    .page-lottery-nohu90-lottery-types .lottery-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-lottery-nohu90-lottery-types .hero-title {
        font-size: 2.2em;
    }
    .page-lottery-nohu90-lottery-types .hero-description {
        font-size: 1em;
    }
    .page-lottery-nohu90-lottery-types .section-title {
        font-size: 1.8em;
    }
    .page-lottery-nohu90-lottery-types p,
    .page-lottery-nohu90-lottery-types .lottery-subtitle,
    .page-lottery-nohu90-lottery-types .lottery-sub-heading,
    .page-lottery-nohu90-lottery-types .benefit-title,
    .page-lottery-nohu90-lottery-types .guide-step-title {
        font-size: 1em;
    }
    .page-lottery-nohu90-lottery-types .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-lottery-nohu90-lottery-types .lottery-type-item {
        padding: 20px;
        gap: 20px;
    }
    .page-lottery-nohu90-lottery-types .section-intro,
    .page-lottery-nohu90-lottery-types .lottery-types-overview,
    .page-lottery-nohu90-lottery-types .section-benefits,
    .page-lottery-nohu90-lottery-types .section-guide,
    .page-lottery-nohu90-lottery-types .section-responsibility,
    .page-lottery-nohu90-lottery-types .section-cta {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-lottery-nohu90-lottery-types .hero-section {
        padding: 60px 0;
    }
    .page-lottery-nohu90-lottery-types .hero-title {
        font-size: 1.8em;
    }
    .page-lottery-nohu90-lottery-types .section-title {
        font-size: 1.5em;
    }
    .page-lottery-nohu90-lottery-types .lottery-type-item {
        margin-bottom: 40px;
    }
}