/* GDPR specific styles */
.subtitle {
    font-weight: 400;
    font-size: 0.75em;
    opacity: 0.9;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.key-details {
    background-color: #f0f4f8;
    border-radius: 8px;
    padding: 20px;
}

.detail-item {
    margin-bottom: 15px;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-item h4 {
    color: var(--primary-color);
    margin: 0 0 5px 0;
    font-size: 1rem;
}

.detail-item p {
    margin: 0;
}

.status-active {
    color: var(--success-color);
    font-weight: 600;
}

/* EU-specific elements */
.hero-section {
    background: linear-gradient(135deg, rgba(0, 51, 153, 0.9), rgba(0, 38, 115, 0.9)), url('../images/gdpr-hero-bg.jpg');
    background-size: cover;
    background-position: center;
}

.eu-flag-wrapper {
    margin-bottom: 15px;
}

.eu-flag {
    display: inline-block;
    width: 48px;
    height: 32px;
    background-color: #003399;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.eu-flag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='32' viewBox='0 0 810 540'%3E%3Crect fill='%23003399' width='810' height='540'/%3E%3Cg fill='%23FFCC00'%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(0, 222.75)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(-191.25, 111.375) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(191.25, 111.375) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(-191.25, -111.375) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(191.25, -111.375) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(-382.5, 0) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(382.5, 0) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(-382.5, -222.75) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(382.5, -222.75) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(-382.5, 222.75) rotate(0)'/%3E%3Cpath d='M405,96.75 L418.5,138.15 L461.7,138.15 L426.6,164.35 L440.1,205.8 L405,179.55 L369.9,205.8 L383.4,164.35 L348.3,138.15 L391.5,138.15 Z' transform='translate(382.5, 222.75) rotate(0)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}

/* Quote styling */
.regulation-quote {
    font-style: italic;
    color: #5a6674;
    border-left: 4px solid #003399;
    padding: 15px 0 15px 20px;
    margin: 20px 0;
    background-color: rgba(0, 51, 153, 0.05);
    border-radius: 0 4px 4px 0;
}

/* GDPR-specific card styling */
.regulation-card-header {
    background: linear-gradient(to right, #003399, #0056b3);
}

/* Step numbering for GDPR */
.step-number {
    background: linear-gradient(135deg, #003399, #0056b3);
}

/* Customizing resource cards for GDPR */
.resource-card i {
    font-size: 2rem;
    color: #003399;
    margin-bottom: 15px;
    display: block;
}

.resource-card .resource-link {
    color: #0056b3;
}

/* GDPR-specific tool cards */
.tool-card i {
    color: #003399;
}

/* Customizing buttons for GDPR */
.btn-primary {
    background-color: #003399;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* Custom animation for GDPR page */
.step-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.step-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* GDPR-specific article highlighting */
.article-highlight {
    font-weight: 600;
    color: #003399;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .overview-grid {
        grid-template-columns: 1fr;
    }
    
    .eu-flag {
        width: 36px;
        height: 24px;
    }
} 