/* Hero Section */
.responsible-hero {
    background: linear-gradient(rgba(30, 58, 138, 0.9), rgba(30, 58, 138, 0.9)), 
                url('../images/rules-bg.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.responsible-hero h1 {
    font-family: 'Press Start 2P', cursive;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    animation: text-flicker 1.5s infinite alternate;
}

.responsible-hero .subtitle {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.2rem;
    color: #F97316;
    margin-bottom: 2rem;
    text-shadow: 0 0 5px rgba(249, 115, 22, 0.7);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(249, 115, 22, 0.2);
    border: 2px solid #F97316;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 2rem;
}

.hero-badge i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #F97316;
}

.hero-badge span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* Differences Section */
.differences-section {
    padding: 6rem 0;
    background: #1E293B;
}

.section-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.8rem;
    color: white;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #F97316;
    margin: 1.5rem auto 0;
}

.comparison-table {
    background: rgba(30, 58, 138, 0.7);
    border: 3px solid #F97316;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
}

th {
    background: rgba(249, 115, 22, 0.3);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 700;
}

td {
    padding: 15px;
    border-bottom: 1px solid rgba(249, 115, 22, 0.2);
    color: #E2E8F0;
}

.positive {
    color: #10B981;
}

.negative {
    color: #EF4444;
}

.positive i, .negative i {
    margin-right: 8px;
}

/* Legal Section */
.legal-section {
    padding: 6rem 0;
    background: #1E3A8A;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 4rem;
}

.legal-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #F97316;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.legal-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: #F97316;
}

.legal-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 15px;
}

.legal-card p {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    line-height: 1.6;
}

.legal-card strong {
    color: #F97316;
}

.expert-opinion {
    background: rgba(30, 58, 138, 0.7);
    border: 3px solid #F97316;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 10px;
}

.expert-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #F97316;
    flex-shrink: 0;
}

.expert-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-content blockquote {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
}

.expert-content footer {
    font-family: 'Montserrat', sans-serif;
    color: #94A3B8;
    font-size: 0.9rem;
}

.expert-content strong {
    color: white;
    font-style: normal;
}

/* Features Section */
.features-section {
    padding: 6rem 0;
    background: #1E293B;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 4rem;
}

.feature-card {
    background: rgba(30, 58, 138, 0.7);
    border: 2px solid #F97316;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.feature-icon {
    font-size: 2rem;
    color: #F97316;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 15px;
}

.feature-card p {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    line-height: 1.6;
}

.responsible-cta {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.responsible-cta h3 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 30px;
    font-size: 1.3rem;
}

.btn-contact {
    display: inline-block;
    padding: 12px 30px;
    background: #F97316;
    color: white;
    border: 2px solid #F97316;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-contact:hover {
    background: transparent;
    color: #F97316;
}

/* Animations */
@keyframes text-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
    20%, 24%, 55% {
        opacity: 0.8;
        text-shadow: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .responsible-hero h1 {
        font-size: 2rem;
    }
    
    .responsible-hero .subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .expert-opinion {
        flex-direction: column;
        text-align: center;
    }
    
    .expert-photo {
        margin-bottom: 20px;
    }
    
    table {
        font-size: 0.9rem;
    }
    
    th, td {
        padding: 10px;
    }
}