/* Service Page Styles */
.service-detail {
    padding: 4rem 0;
}

.service-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 2rem 0;
    background: linear-gradient(135deg, #f0eee6 0%, #e8e6dc 100%);
    border-radius: 15px;
}

.service-icon-large {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.service-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-tagline {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.service-content {
    max-width: 1000px;
    margin: 0 auto;
}

.service-content > div {
    margin-bottom: 3rem;
}

.service-overview h2,
.service-benefits h2,
.service-process h2,
.service-ideal h2 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    border-bottom: 3px solid #cd853f;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.service-overview p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

/* Grid Layouts */
.benefits-grid,
.components-grid,
.services-grid,
.challenges-grid,
.considerations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.when-grid,
.ideal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Card Styles */
.benefit-item,
.component-item,
.service-item,
.challenge-item,
.consideration-item,
.included-item {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-item:hover,
.component-item:hover,
.service-item:hover,
.challenge-item:hover,
.consideration-item:hover,
.included-item:hover {
    transform: translateY(-5px);
}

.benefit-icon,
.component-icon,
.service-icon,
.challenge-icon,
.consideration-icon,
.included-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-item h3,
.component-item h3,
.service-item h3,
.challenge-item h3,
.consideration-item h3,
.included-item h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit-item p,
.component-item p,
.service-item p,
.challenge-item p,
.consideration-item p,
.included-item p {
    color: #666;
    line-height: 1.6;
}

/* When and Ideal Cards */
.when-item,
.ideal-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #cd853f;
}

.when-item h3,
.ideal-item h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.when-item p,
.ideal-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Timeline Styles */
.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #cd853f;
}

.timeline-number {
    background: #cd853f;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.timeline-content h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
}

/* Lists */
.ideal-list {
    list-style: none;
    padding: 0;
}

.ideal-list li {
    background: #fff;
    padding: 1rem 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    border-left: 4px solid #cd853f;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ideal-list li:before {
    content: "✓";
    color: #cd853f;
    font-weight: bold;
    margin-right: 1rem;
}

.requirements-list,
.benefits-list,
.scenarios-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.requirement-item,
.benefit-item-alt,
.scenario-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.requirement-icon,
.benefit-icon-alt {
    font-size: 1.5rem;
    color: #cd853f;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.benefit-item-alt h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.benefit-item-alt p,
.scenario-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.scenario-item h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Phase Styles for Privacy Program Implementation */
.approach-phases {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.phase {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.phase-header {
    background: linear-gradient(135deg, #cd853f 0%, #d2691e 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.phase-number {
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.phase-content {
    padding: 1.5rem;
}

.phase-content p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.phase-content ul {
    list-style: none;
    padding: 0;
}

.phase-content li {
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    border-left: 3px solid #cd853f;
}

.phase-content li:before {
    content: "•";
    color: #cd853f;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Response Timeline for Breach Response */
.response-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.timeline-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-section.immediate .timeline-header {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.timeline-section.short .timeline-header {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.timeline-section.ongoing .timeline-header {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.timeline-header {
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.timeline-period {
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.timeline-actions {
    background: white;
    padding: 1.5rem;
}

.action-item {
    padding: 0.5rem 0;
    color: #666;
    border-bottom: 1px solid #eee;
}

.action-item:last-child {
    border-bottom: none;
}

/* Urgent Banner for Breach Response */
.urgent-banner {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.urgent-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.urgent-content h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.urgent-content p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.btn.urgent {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: background 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.btn.urgent:hover {
    background: rgba(255,255,255,0.3);
}

/* Mechanisms for International Data Transfers */
.mechanisms-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.mechanism-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.mechanism-header {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mechanism-icon {
    font-size: 1.5rem;
}

.mechanism-content {
    padding: 1.5rem;
}

.mechanism-content p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.mechanism-content ul {
    list-style: none;
    padding: 0;
}

.mechanism-content li {
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    border-left: 3px solid #cd853f;
}

.mechanism-content li:before {
    content: "•";
    color: #cd853f;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* CTA Section */
.service-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 3rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 4rem;
}

.service-cta h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.service-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn.primary {
    background: #cd853f;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: background 0.3s ease;
}

.btn.primary:hover {
    background: #d2691e;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-header h1 {
        font-size: 2rem;
    }
    
    .service-tagline {
        font-size: 1rem;
    }
    
    .benefits-grid,
    .components-grid,
    .services-grid,
    .challenges-grid,
    .considerations-grid,
    .when-grid,
    .ideal-grid,
    .included-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .urgent-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .mechanism-header {
        flex-direction: column;
        text-align: center;
    }
    
    .requirement-item,
    .benefit-item-alt {
        flex-direction: column;
        text-align: center;
    }
}