/* Estilos para Políticas de Privacidad - Florería Suspiros */

.content.eshop {
    padding: 40px 0;
    background-color: #fafafa;
}

.default-style.terms-conditions {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    line-height: 1.7;
    font-family: 'Arial', sans-serif;
}

.terms-conditions h3 {
    color: #d4006f;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #d4006f;
    padding-bottom: 15px;
}

/* Sección específica para aplicación móvil */
.mobile-app-section {
    margin-top: 40px;
    padding: 25px;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mobile-app-title {
    color: #d4006f;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    background: linear-gradient(135deg, #d4006f 0%, #ff1493 100%);
    color: white;
    border-radius: 8px;
    margin: -25px -25px 25px -25px;
}

.mobile-section-title {
    color: #333333;
    margin-top: 30px;
    margin-bottom: 18px;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: 4px solid #d4006f;
    padding-left: 15px;
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-radius: 5px;
}

.permission-item {
    margin: 20px 0;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    border-left: 4px solid #d4006f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.permission-title {
    color: #d4006f;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.permission-item p {
    margin: 8px 0;
    color: #555555;
    line-height: 1.6;
}

.permission-item strong {
    color: #333333;
    font-weight: 600;
}

/* Listas estilizadas */
.mobile-app-section ul {
    margin-left: 25px;
    padding-left: 0;
}

.mobile-app-section li {
    margin: 10px 0;
    color: #555555;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.mobile-app-section li:before {
    content: "▸";
    color: #d4006f;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

/* Información de contacto */
.contact-info {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cce7ff;
    margin: 20px 0;
}

.contact-info a {
    color: #d4006f;
    text-decoration: none;
    font-weight: bold;
}

.contact-info a:hover {
    color: #a0004f;
    text-decoration: underline;
}

/* Caja de cumplimiento */
.compliance-box {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #e8f5e8 0%, #f0fff0 100%);
    border-left: 5px solid #4CAF50;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
}

.compliance-title {
    margin: 0;
    font-weight: bold;
    color: #2e7d32;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.compliance-text {
    margin: 8px 0 0 0;
    font-size: 0.95rem;
    color: #388e3c;
    line-height: 1.5;
}

/* Sección de datos que NO recopilamos */
.no-data-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffcccc;
    margin: 20px 0;
}

.no-data-section strong {
    color: #d32f2f;
}

/* Información de la app */
.app-info {
    background: linear-gradient(135deg, #f3e5f5 0%, #fce4ec 100%);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f8bbd9;
    margin: 20px 0;
}

.app-info strong {
    color: #d4006f;
}

/* Responsive Design */
@media (max-width: 768px) {
    .default-style.terms-conditions {
        padding: 20px;
        margin: 10px;
    }
    
    .mobile-app-section {
        padding: 15px;
        margin-top: 20px;
    }
    
    .mobile-app-title {
        font-size: 1.3rem;
        margin: -15px -15px 20px -15px;
        padding: 12px;
    }
    
    .mobile-section-title {
        font-size: 1.1rem;
        margin-top: 20px;
        padding: 8px 12px;
    }
    
    .permission-item {
        padding: 15px;
        margin: 15px 0;
    }
    
    .terms-conditions h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .content.eshop {
        padding: 20px 0;
    }
    
    .default-style.terms-conditions {
        padding: 15px;
        margin: 5px;
    }
    
    .mobile-app-title {
        font-size: 1.1rem;
    }
    
    .mobile-section-title {
        font-size: 1rem;
    }
    
    .terms-conditions h3 {
        font-size: 1.5rem;
    }
}

/* Animaciones sutiles */
.permission-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.permission-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-app-section {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Print styles */
@media print {
    .mobile-app-section {
        border: 1px solid #000;
        background: #fff;
        page-break-inside: avoid;
    }
    
    .compliance-box {
        border: 1px solid #000;
        background: #fff;
    }
    
    .permission-item {
        border: 1px solid #ccc;
        background: #fff;
        page-break-inside: avoid;
    }
}
