.lp-regulamento { font-family: 'Plus Jakarta Sans', sans-serif; color: #4F4633; }
.lp-regulamento-hero { background: linear-gradient(135deg, #FFB81C 0%, #FFC72C 100%); padding: 80px 32px 60px; text-align: center; }
.lp-regulamento-hero h1 { font-size: 36px; font-weight: 700; margin: 0 0 15px 0; color: #003C78; }
.lp-regulamento-hero p { font-size: 18px; line-height: 1.6; margin: 0; color: #003C78; font-weight: 600; }
.lp-regulamento-content { max-width: 1000px; margin: 0 auto; padding: 60px 32px; }
.lp-regulamento-section { margin-bottom: 60px; }
.lp-regulamento-section h2 { font-size: 28px; font-weight: 700; color: #003C78; margin: 0 0 20px 0; border-bottom: 3px solid #FFB81C; padding-bottom: 12px; }
.lp-regulamento-section h3 { font-size: 18px; font-weight: 600; color: #4F4633; margin: 30px 0 15px 0; }
.lp-regulamento-section p { line-height: 1.8; margin-bottom: 15px; }
.lp-regulamento-section ul { margin-left: 24px; margin-bottom: 15px; }
.lp-regulamento-section li { line-height: 1.8; margin-bottom: 8px; }
.lp-regulamento-table { width: 100%; border-collapse: collapse; margin: 30px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.lp-regulamento-table thead { background: #003C78; color: #fff; }
.lp-regulamento-table th { padding: 15px; text-align: left; font-weight: 600; font-size: 14px; }
.lp-regulamento-table td { padding: 15px; border-bottom: 1px solid #eee; font-size: 14px; }
.lp-regulamento-table tbody tr:nth-child(odd) { background: #f9f9f9; }
.lp-regulamento-table tbody tr:hover { background: #f0f0f0; }
.lp-regulamento-table a { color: #003C78; text-decoration: none; font-weight: 600; }
.lp-regulamento-table a:hover { text-decoration: underline; }
.lp-regulamento-alert { background: #FFF8E7; border-left: 4px solid #FFB81C; padding: 20px 20px; border-radius: 4px; margin: 30px 0; }
.lp-regulamento-alert strong { color: #003C78; font-size: 16px; }
.lp-regulamento-alert p { margin: 10px 0 0 0; color: #4F4633; font-size: 14px; }
.lp-regulamento-cta { text-align: center; padding: 40px; background: linear-gradient(135deg, #FFF8E7 0%, #FFFBF0 100%); border-radius: 8px; margin-top: 60px; border: 2px solid #FFB81C; }
.lp-regulamento-cta a { display: inline-block; background: #003C78; color: #FFFFFF; padding: 15px 40px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 15px; transition: filter .2s, transform .15s; }
.lp-regulamento-cta a:hover { filter: brightness(.92); transform: translateY(-1px); }
@media (max-width: 768px) {
    .lp-regulamento-hero h1 { font-size: 24px; }
    .lp-regulamento-section h2 { font-size: 20px; }
    .lp-regulamento-content { padding: 40px 20px; }
    .lp-regulamento-table th, .lp-regulamento-table td { padding: 10px; font-size: 13px; }
}
